* Fix a crash in Alpine due to incorrectly formated date in an ical
[alpine.git] / pith / pine.hlp
blob73b5d7c4f794180e5b382af0a3cd657e15a380d8
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 670 2023-01-11 09:49:34
151 ============= h_news =================
152 <HTML>
153 <HEAD>
154 <TITLE>RELEASE NOTES for Alpine</TITLE>
155 </HEAD>
156 <BODY>                 
157 <H1>Alpine Release Notes</H1>
158 <DIV ALIGN=CENTER>
159 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
160 <BR>
161 <!--chtml if pinemode="running"-->
162 (built <!--#echo var=ALPINE_COMPILE_DATE-->)
163 <!--chtml endif-->
165 <BR>
166 <BR>Copyright 2013-2022 Eduardo Chappa
167 <BR>Copyright 2006-2008 University of Washington
168 </DIV>
171 Alpine is an &quot;Alternatively Licensed Program for Internet
172 News and Email&quot; produced until 2009 by the University of Washington.
173 It is intended to be an easy-to-use program for
174 sending, receiving, and filing Internet electronic mail messages and
175 bulletin board (Netnews) messages.  Alpine is designed to run on a wide
176 variety of Unix&reg; operating systems.  A version for Microsoft Windows&reg;
177 is available as is a world wide web based version designed to run under the
178 Apache web server.
181 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
182 href="h_apache_license">Apache License 2.0</A>.
185 Alpine's privacy policy is a living, online only, document, which can be found at
186 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
187 By following the previous link,  Alpine
188 will connect to an external server, and will download it and display
189 it for you. Please take some time to read it and understand it.
190 Since the Privacy Policy could be amended to take into consideration
191 new additions to Alpine, please check it periodically.
193 <P> Changes since the release of version 2.26 include:
194 <!-- Changes since the release of version <!--#echo var="ALPINE_VERSION"-->
195 <!-- include: -->
196 <P> New features include:
197 <UL>
198 <LI> Microsoft servers do not deal well with a message that is forwarded
199      as an attachment by Alpine due to the way Alpine constructs the cookie
200      to separate parts of the message due to the presence of a colon. To
201      be safe, remove all non-numeric characters in the cookie. In addition,
202      lowercase values for the charset.
203 <LI> When selecting messages based on either a previously defined rule or
204      based on a previously configured keyword, and when the feature
205      <a href="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></a>
206      is enabled, add the ability of using the TAB command to complete
207      a partial match. Contributed by Peter Tirsek.
208 <LI> For mailing lists, Alpine adds a description of the type of link
209      (web or mail) for each option related to the subscription to the list.
210      Contributed by Daniel Schwarz.
211 </UL>
213 <P> Bugs addressed include:
214 <UL>
215 <LI> When a user configures a mailbox without specifying the username, PC-Alpine
216 does not allow a user to input their password. Reported by Michelle McPeek.
217 <LI> Crash in PC-Alpine when postponing a message. Reported by Paolo Ienne.
218 <LI> Crash in Alpine after a user tried to repaint the screen after failing
219      to select a rule from a menu. Reported by Peter Tirsek. Crash also 
220      reproducible when selecting by keyword or charset.
221 <LI> Fix a crash in Alpine due to incorrectly formated date in an ical
222      invitation. Reported by Ulf-Dietrich Braumann.
223 <LI> Fix parsing of the DURATION field in an ical invitation. Found     
224      in a bug report by Ulf-Dietrich Braumann.
225 <LI> Fix display of the DESCRIPTION field in an ical invitation. Found
226      in a bug report by Ulf-Dietrich Braumann.
227 </UL>
229 <P>Version 2.26 adds new features and addresses bugs found in previous
230 releases.
232 <P> New features include:
233 <UL>
234 <!--chtml if pinemode="os_unix"-->
235 <LI> Unix version of Alpine (not including OSX). Alpine is built with password
236      file support by default. If Alpine is built with SMIME support and the
237      password file does not exist, then Alpine will create it by default and
238      encrypt it. For this version of Alpine, Alpine saves its passwords in the file
239      &quot;<!--#echo var="PASSWORD_FILE"-->&quot; which is in the same directory that
240      your .pinerc is located.
241 <!--chtml endif-->
243 <LI> In the past Alpine did not recognize images embedded
244      in an HTML file, so now it does and a link to open them is
245      given. Additionally, Alpine did not pass these images to an
246      external browser for display using the external command, and
247      now it will.
249 <LI> Support for code_verifier and code_challenge when generating a
250      refresh token and access token in Gmail and Outlook using the
251      S256 method and plain method.
253 <LI> Change the redirect_uri scheme for Gmail, as Google is deprecating the use
254      of oob. Changed to http://localhost. Users are supposed to enter the URL
255      they see in their browser in place of the code.
257 <LI> Some servers do not allow the Drafts folder to be removed, even when
258      it is empty. Alpine, however, assumes that if the folder exists, it
259      must contain a draft message. This joint collaboration with Thomas
260      Uhle modifies alpine to not to attempt to continue a draft message if
261      the draft folder is empty.
263 <LI> Contributions by Thomas Uhle:
264 <UL>
265   <LI> Add support for the LDAP attribute "userCertificate";
266   <LI> Move voiceMailTelephoneNumber from the TCL side to ldap_translate;
267   <LI> XOAUTH2 state generator changes format specifier from %x to %02x;
268   <LI> Web Alpine will not attempt to continue a postponed message if the
269        postponed-msgs folder is empty.
270 </UL>
272 <LI> Improvements to the screen that allows a user to select the client-id when
273      a user attempts to login to a server and more than one client-id
274      is available for that server. In this case additional information is
275      given: The method to use (device or authorize), a user id that uses the
276      suggested client-id or a report that the client-id has not been used.
278 <LI> To protect the privacy of a user, the message-id of a message will be
279      generated using the domain in the From field of the message.
281 <LI> When saving to a folder in the unix format, Alpine parses the
282      destination folder to assign uids to all messages in the folder. When
283      the destination folder is large this could significantly slow down
284      alpine. Fix based on a patch submitted to the alpine-info list by
285      Chris Caputo.
287 <LI> Add the LOGOUT command to the list of commands that can be
288      automatically interrupted in case the connection becomes unstable
289      during that command and Alpine times out its connection to the server.
291 <LI> If new mail has arrived when a user is closing a mailbox, Alpine will
292      also announce how many new messages have arrived. Suggested by Chime Hart.
294 <LI> When an invitation does not have a timezone in the date of the event,
295      but the date is in GMT, adjust the date to local time.
296 </UL>
299 Bugs addressed include:
301 <UL>
302 <LI> Crash when invoking Alpine from the command line and an attempt to authorize
303      alpine to use XOAUTH2 is done. Alpine crashes because of a missing optional
304      parameter -xoauth2-flow and because no screen has been configured yet. Reported
305      by Baron Fujimoto.
307 <LI> Alpine crashes when it cannot retrieve the privacy policy due to
308      failure connecting to the external server.
310 <LI> Alpine might delete all passwords from the password file if the
311      password file is not unlocked by cancellation, or the authentication
312      for an XOAUTH2 server is cancelled, or the password of an account
313      is changed.
315 <LI> When the personal name of an address is encoded, and the personal name
316      is surrounded by quotes, these are not removed by Alpine at the time
317      to offer to take an address from a message to the addressbook. Reported
318      by David Prager Branner.
320 <LI> If a user configures the sendmail-path variable, and does not use a
321      global smtp-server, then Alpine will use the sendmail-path even when
322      the user configured a smtp-server for a role. Reported by Gregory
323      Heytings.
325 <LI> Crash in PC-Alpine when creating a mail collection and no username is
326      indicated in the server path. Reported by Sandy Schuman.
328 <LI> Crash in Alpine when running a filter that moves deleted messages the
329      INBOX in a Gmail account. Reported by Jyrki Voutilainen.
330 </UL>
332 <P>Version 2.25 adds new features and addresses bugs found in previous
333 releases.
336 New features include:
337 <UL>
338 <LI> Unix Alpine: New configuration variable <a href="h_config_ssl_ciphers"><!--#echo var="VAR_ssl-ciphers"--></a> that allows
339      users to list the ciphers to use when connecting to a SSL server.
340      Based on a collaboration with Professor Martin Trusler.
342 <LI> New hidden feature <a href="h_config_delete_before_writing"><!--#echo var="FEAT_enable-delete-before-writing"--></a>
343      to add support for terminals that need lines to be deleted
344      before being written. Based on a collaboration with Professor
345      Martin Trusler.
347 <LI> Experimental: The instruction to remove the double quotes from the processing of
348      customized headers existed in pine, but it was removed in alpine. Restoring
349      old Alpine behavior. See
350      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
351      report for more background information.
353 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
354      authentication, and records sensitive login information. Do not share your
355      debug file if you use this form of debug.
357 <LI> Remove the ability to choose between the device and authorize methods
358      to login to outlook, since the original client-id can only be used
359      for the device method. One needs a special client-id and client-secret
360      to use the authorize method in Outlook.
362 <LI> PC-Alpine only: Some service providers produce access tokens that are
363      too long to save in the Windows Credentials, so the access tokens will
364      be split and saved as several pieces. This means that old versions of
365      Alpine will NOT be able to use saved passwords once this new version of
366      Alpine is used.
368 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
369      Rename those files so that they have extension .txt.
371 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
372      various password prompts. Submitted by &Eacute;tienne Deparis.
374 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
375      Submitted by &Eacute;tienne Deparis.
377 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
378      people discover the two new commands: &quot;1&quot; is a toggle that
379      switches between 1 column and multicolumn mode. The &quot;.&quot; command
380      toggles between hiding or showing hidden files, and the &quot;G&quot;
381      command to travel between directories. Contributed by &Eacute;tienne
382      Deparis.
384 <LI> Add option -xoauth2-flow to the command line, so that users can specify the
385      parameters to set up an xoauth2 connection through the command line.
387 <LI> Alpine deletes, from its internal memory and external cache, passwords
388      that do not work, even if they were saved by the user.
390 <LI> New format for saving passwords in the windows credential manager
391      for PC-Alpine. Upon starting this new version of Alpine the passwords 
392      saved in the credential manager are converted to the new format and 
393      they will not be recognized by old versions of Alpine, but only by 
394      this and newer versions of Alpine.
396 <LI> Enabled encryption protocols in PC-Alpine are based on those enabled
397      in the system, unless one is specified directly.
398 </UL>
401 Bugs addressed include:
403 <UL>
404 <LI> The c-client library parses information from an IMAP server during
405      non-authenticated state which could lead to denial of service.
406      Reported by Damian Poddebniak from M&uuml;nster University of Applied
407      Sciences.
409 <LI> Memory corruption when alpine searches for a string that is
410      an incomplete utf8 string in a local folder. This could happen by
411      chopping a string to make it fit a buffer without regard to its content.
412      We fix the string so that chopping it does not damage it. Reported
413      by Andrew.
415 <LI> Crash in the ntlm authenticator when the user name does not include
416      a domain. Reported and fixed by Anders Skargren.
418 <LI> When forwarding a message, replacing an attachment might make Alpine
419      re-attach the original attachment. Reported by Michael Traxler.
421 <LI> When an attachment is deleted, the saved message with the deleted
422      attachment contains extra null characters after the end of the
423      attachment boundary.
425 <LI> Tcp and http debug information is not printed unless the default
426      debug level is set to 1. Print this if requested, regardless of what
427      the default debug level is.
429 <LI> When trying to select a folder for saving a message, one can only enter
430      a subfolder by pressing the &quot;>&quot; command, rather than the normal
431      navigation by pressing &quot;Return&quot;. Reported by Ulf-Dietrich Braunmann.
433 <LI> Crash when attempting to remove a configuration for a XOAUTH2 server
434      that has no usernames configured.
436 <LI> Crash caused by saving (and resaving) XOAUTH2 refresh and access tokens
437      in PC-Alpine. Reported by Karl Lindauer.
438 </UL>
440 <P> Version 2.24 adds new features and addresses bugs found in previous
441 releases.
443 <P> 
444 New features include:
446 <UL>
447 <LI> Experimental: The instruction to remove the double quotes from the processing of
448      customized headers existed in pine, but it was removed in alpine. Restoring
449      old Alpine behavior. See 
450      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
451      report for more background information.
452 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
453      authentication, and records sensitive login information. Do not share your
454      debug file if you use this form of debug.
455 <LI> Remove the ability to choose between the device and authorize methods
456      to login to outlook, since the original client-id can only be used
457      for the device method. One needs a special client-id and client-secret
458      to use the authorize method in Outlook.
459 <LI> PC-Alpine only: Some service providers produce access tokens that are
460      too long to save in the Windows Credentials, so the access tokens will
461      be split and saved as several pieces. This means that old versions of
462      Alpine will NOT be able to use saved passwords once this new version of
463      Alpine is used.
464 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
465      Rename those files so that they have extension .txt.
466 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
467      various password prompts. Submitted by &Eacute;tienne Deparis.
468 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
469      Submitted by &Eacute;tienne Deparis.
470 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
471      people discover the two new commands: &quot;1&quot; is a toggle that 
472      switches between 1 column and multicolumn mode. The &quot;.&quot; command 
473      toggles between hiding or showing hidden files, and the &quot;G&quot; 
474      command to travel between directories. Contributed by &Eacute;tienne 
475      Deparis.
476 <LI> Implementation of XOAUTH2 for Yahoo! Mail. <A href="h_yahoo_configuration">Learn More</A>
478 <LI> Expansion of the configuration screen for XOAUTH2 to include
479      username, authorization flow, and tenant.
481 <LI> XOAUTH2: automatic renew of access token and connection to a server
482      within 60 seconds of expiration of the access token.
484 <LI> If a user has more than one client-id for a service, Alpine
485      asks the user which client-id to use and associates that client-id to
486      the credentials in the XOAUTH2 configuration screen.
487      <A HREF="h_xoauth2_config_screen">Learn more</A>.
489 <LI> Addition of Yandex.com to the list of services that Alpine can use XOAUTH2 to
490      authenticate for reading and sending email. <A href="h_yandex_configuration">Learn More</A>
492 <LI> Addition of a link to the Apache License 2.0 (see above). This is 
493      available from the Release Notes as well as the welcome screen.
495 <LI> Modifications to protect the privacy of users:
496 <UL>
497 <LI> Alpine does not generate Sender or X-X-Sender by default
498      by enabling  <a href="h_config_disable_sender"><!--#echo var="FEAT_disable-sender"--></a>
499      as the default.
500 <LI> Alpine does not disclose User Agent by default by enabling
501      <A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A>
502      by default.
503 <LI> Alpine uses the domain in the From: header of a message
504      to generate a message-id and suppresses all information
505      about Alpine, version, revision, and time of generation
506      of the message-id from this header. This information is
507      replaced by a random string.
508 </UL>
509 <LI> Unix Alpine displays configure options and flags when 
510      invoked as &quot;alpine -v&quot;. Suggested by Matt Ackeret.
511 <LI> Alpine will ding the terminal bell when asking  about quitting
512      when new mail arrives. This is consistent with Alpine dinging the
513      bell when new mail arrives. The bell will not ding if it is disabled
514      for status messages. Suggested by Chime Hart.
516 <LI> When messages are selected, pressing the &quot;;&quot; command to broaden or narrow
517      a search, now offers the possibility to completely replace the search, and
518      is almost equivalent to being a shortcut to &quot;unselect all messages, and select
519      again&quot;. The difference is that cancelling this command will not unselect
520      all currently selected messages. Suggested by Holger Trapp.
522 <LI> Alpine will not write debug files unless started with the option -d, 
523      so for example &quot;alpine -d 2&quot; will generate a debug file at level 2, 
524      but just issuing the alpine command will not write any debug to a file.
526 <LI> Experimental: Attempt to implement the Encryption Range in Windows. It works
527      in Windows 10, and it should work in Windows 8.1. It needs testing in
528      Windows 7 and Windows Vista.
530 <LI> Addition of variables <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>
531      and <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>
532      which allow a user to specify locations for certificates that the user
533      trusts.
535 <LI> Ignore non-empty initial challenge in the GSSAPI authenticator. Based
536      on a patch written by Jarek Polok, but submitted by Ignacio Reguero.
538 <LI> When a server expires a refresh token, Alpine needs to cancel it
539     internally. Alpine will attempt to get a new one when it  reopens the
540     folder after it cancels it.
542 <LI> Set up the IMAP ID at the moment of logging in to the server, rather than
543      as a one time option, in case we need to use a special IMAP ID.
544 </UL>
547 Bugs addressed:
549 <UL>
550 <LI> When Alpine starts a PREAUTH connection, it might still ask the user
551      to login. Reported by Frank Tobin.
553 <LI> Crash while resizing the screen when viewing a calendar event.
555 <LI> When Alpine opens a folder in a server whose address is given numerically
556      it might crash due to an incorrect freeing of memory. Reported by Wang Kang.
558 <LI> Crash when Alpine frees memory on a system where LC_CTYPE is not 
559      configured, and the user calls the file browser to attach files to
560      a message. Reported by Luis Gerardo Tejero.
562 <LI> Invalid signatures created by Alpine, when built with recent
563      releases of the Openssl-1.1.1 series (but not in the Openssl-1.0.1 series).
564      Fix contributed by Bernd Edlinger.
566 <LI> After returning from the directory side of a dual-folder, sometimes 
567      Alpine would return to the first folder in the parent directory or to 
568      the dual-folder. The fix is to return to the original dual-folder as 
569      intended. Reported by Holger Trapp.
571 <LI> When an attachment is deleted and the original message is saved, Alpine
572      might write only a part of the name of the file deleted. Reported by Holger
573      Trapp.
575 <LI> URLs that are surrounded by white space are not cleaned by Alpine before
576      passing them to the browser, resulting in no display of the URL when Alpine
577      tries to open it. Reported by Gregory Heytings.
579 <LI>  When Alpine is built without smime, password file functionality might
580       fail. Reported by Andres Fehr.
582 <LI> Crash in PC-Alpine when using the eXternal command.
584 <LI> Fix in Macs that made Alpine abort a ssh connection to an imap server.
585      Reported and assisted by Wang Kang.
586 </UL>
589 Version 2.23 has new additions and addresses bugs found in previous releases.
592 Additions include:
594 <UL>
595 <LI> Implementation of XOAUTH2 authentication support for Outlook.
596      Based on documentation suggested by Andrew C Aitchison. <A href="h_outlook_configuration">Learn More</A>
598 <LI> Add support for the OAUTHBEARER authentication method in Gmail. Thanks to
599      Alexander Perlis for suggesting it and explaining how the method works. <A href="h_gmail_configuration">Learn More</A>
601 <LI> Creation of Alpine's Privacy Policy. This is presented as a link to
602     an online document from the Release Notes (Link at the top of this
603     document.) Upon user request, Alpine downloads and displays this
604     document. Links to the privacy policy are also displayed when a user
605     starts Alpine for the first time, or when a user starts a new version
606     of Alpine. There is no default exit greeting command for these
607     screens, and to exit the user must press "E", instead of the old
608     default, which was the RETURN command. The RETURN command will open
609     the handle on which the cursor is on, which by default is the Privacy
610     Policy.
612 <LI> Support for the SASL-IR IMAP extension that avoids a round trip during
613      authentication. Similar support added for the SMTP, NNTP and POP3 
614      protocols. Thanks to Geoffrey Bodwin for a report that lead to this
615      implementation.
617 <LI> Alpine can pass an HTML message to an external web browser, by using the
618      &quot;External&quot; command in the <a href="h_attachment_screen">ATTACHMENT INDEX</a>
619      screen. <A href="h_command_external_browser">Learn more</A>.
621 <LI> New configuration variable
622      <a href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
623      that controls if Alpine will keep the source link to all the images in the
624      HTML message, or will only pass a link to inline images included in the message. For your
625      privacy and security this feature is enabled by default.
627 <LI> When reading an email and a user selects an email address to which to compose
628      a message from the message, the user will be able to select a role to compose
629      that message.
631 <LI> New variable system-certs-path that allows users to indicate the 
632      location of the directory where certificates are located. In PC-Alpine 
633      this must be C:\\libressl\\ssl\\certs. The C: drive can be replaced 
634      by the name of the drive where the binary and DLL files are located.
636 <LI> New variable system-certs-file that allows users to configure the
637      location of a container of certificate authority (CA) certificates
638      to be used to validate certificates of remote servers.
640 <LI> Remove sleep of 5 seconds for mailcap programs that use the terminal
641      to display content. Suggested by Carl Edquist. In addition, remove the
642      configurable process table command and its corresponding sleep time.
643 </UL>
646 Bugs addressed:
648 <UL>
649  <LI> Security Bug: Alpine can be configured to start a secure connection using /tls
650       on an insecure connection. However, if the connection is PREAUTH, Alpine
651       will not upgrade the connection to a secure connection, because a client
652       must not issue a STARTTLS to a server that supports it in authenticated
653       state. This makes Alpine continue to use an insecure connection with the
654       server, exposing user data. Reported by Damian Poddebniak and Fabian
655       Ising from Münster University of Applied Sciences.
657    <LI> Selecting by subject might not copy the subject of the current message
658      to the selection text correctly. Reported by Iosif Fettich.
660    <LI> Alpine does not set the return path correctly when using a role while bouncing
661     a message. Reported by Dr. C. Griewatsch.
663 <LI>Bug in PC-Alpine that made Alpine go into an infinite loop and
664     consume CPU when it was iconized. Reported by Holger Schieferdecker in
665     comp.mail.pine.
667 <LI>Crash in Alpine when attempting to reply to a multipart/alternative 
668     message that is malformed, and the option to include attachments in
669     reply is enabled. Reported and patched by Peter Tirsek.
671 <LI>Bug that makes Alpine split encoded words in the subject of a message
672     in the middle of a utf-8 character into two encoded words, breaking the
673     encoding. Reported by Jean Chevalier.
675 <LI> Alpine would not redraw the screen when a check for new mail in an
676     incoming folder failed due to a failure while validating the server 
677     certificate, and the user did not allow the connection to proceed.
679 <LI> Crash in Alpine while resizing the screen when using any of the tokens
680     SUBJKEYTEXT, SUBJECTTEXT, or SUBJKEYINITTEXT in the index format, and 
681     the screen was resized. Reported by Iggy Mogo.
683 <LI> When Alpine is trying to authenticate to Gmail, using the XOAUTH2 method,
684     it does not display the url the user needs to open, in order to authorize
685     Alpine to access Gmail using XOAUTH2 when Alpine still has not created
686     a screen. Reported by Baron Fujimoto.
688 <LI> When an html anchor does not quote the link in the href parameter,
689     alpine does not link to it.
691 <LI> Attempt to fix a bug that breaks scrolling of a message in Alpine when
692      the screen is resized. Reported in the Debian bug system at
693      <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956361">https://bugs.debian.org/cgi-bin/bugreport.cgie?bug=956361</A>.
694 </UL>
697 Version 2.22 addresses bugs found in previous releases and has several
698 additions as well.
701 Additions include:
703 <UL>
704 <LI> Support for <A HREF="h_xoauth2">XOAUTH2</A> authentication method in Gmail.
705      <A href="h_gmail_configuration">Learn More</A>
707 <LI> PC-Alpine builds with LibreSSL and supports S/MIME.
709 <LI> NTLM authentication support with the ntlm library, in Unix systems.
710 Based on code provided by Maciej W. Rozycki.
712 <LI> Add /tls1_3 flag for servers that support it. Read more information
713 in the secure protocols <A HREF="h_network_encryption_security">help</A>.
715 <LI> To increase user's privacy, remove phone-home code that would prompt 
716 users to send an email message upon starting Alpine for the first time for 
717 purposes of counting. Your use of Alpine does not disclose information about 
718 you or your use of Alpine to the developers of Alpine.
720 <LI> New variable 
721 <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> 
722 that allows users to configure versions of the SSL/TLS protocol that Alpine is 
723 restricted to try when establishing a secure connection SSL/TLS to a remote 
724 server. The default can be set at compilation time.
726 <LI> Add -dict option to PC-Pico, which allows users to choose a dictionary
727 when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
729 <LI> Improvements to the configure stage of compilation. Some of
730 these contributed by Helmut Grohne. See
731 <A href="https://bugs.debian.org/876164">Bug 876164</A> in Debian.
733 <LI> Add &quot;remove password&quot; command to the management screen for the 
734 password file encryption key. This allows users to use their password file
735 without entering a master password.
737 <LI> Add the &quot;g&quot; option to the select command that works in IMAP 
738 servers that implement the X-GM-EXT-1 capability (such as the one offered 
739 by Gmail.) This allows users to do selection in Alpine as if they were 
740 doing a search in the web interface for Gmail.
742 <LI> New variable close-connection-timeout, which tells Alpine to close
743 a connection that is having problems being kept alive after the number
744 of seconds configured in this variable, if the connection has not
745 recovered. The default is 0, which means to keep the connection alive
746 and wait for the connection to recover.
748 <LI> When a message is of type multipart/mixed, and its first part is
749 multipart/signed, Alpine will include the text of the original message
750 in a reply message, instead of including a multipart attachment.
751 Suggested by Barry Landy.
753 <LI> S/MIME: Some clients do not transform messages to canonical form when 
754 signing first and encrypting second, which makes Alpine fail to parse the 
755 signed data after encryption. Reported by Holger Trapp.
757 <LI> Add /auth=XYZ to the way to define a server. This allows users to  
758 select the method to authenticate to an IMAP, SMTP or POP3 server.
759 Examples are /auth=plain, or /auth=gssapi, etc.
761 <LI> Add backward search in the index screen. Based on patch by Astyanax Foo, 
762 submitted in 2009, but resubmitted by Erich Eckner on 2019.
764 <LI> SMIME: When Alpine is set to validate a message using the user's store, and
765      user agrees to save a certificate of another user, use the saved 
766      certificate immediately to verify the smime message. Reported by 
767      Stefan Mueller.
769 <LI> Do not use a delay when printing messages to screen when the initial
770      keystroke sequence of commands is active. Based on a report from Holger
771      Trapp.
773 <LI> In PC-Alpine, when the decoded name of an attachment does not agree
774      with its encoded name, Alpine will offer to save the file using the
775      UTF8 encoded name.
776 </UL>
779 Bugs that have been addressed include:
780 <UL>
781    <LI> Width of characters is not always determined correctly when wcwidth
782         is used. Revert to using code for the Windows operating system. 
783         Reported by Andrew Ho.
785    <LI> The call realpath(..., NULL) gives an error in Solaris, which means that
786         we need to allocate memory for storing the resolved path. Reported by
787         Fabian Schmidt.
789    <LI> Crash when attempting to bounce a message due to lack of space in
790         allocated space for key menu array. Reported by David Sewell.
792    <LI> Crash when a CA certificate failed to load, and user attempted to
793         view certificate information of other certificate authorities.
795    <LI> Crash in the S/MIME configuration screen when a user turned off S/MIME, and
796         then re-enabled it. Also crash when attempting to enter the S/MIME 
797         configuration screen if S/MIME was turned off.
799    <LI> Deactivate some color code from Pico (as standalone editor in the
800         windows version) until I find a way to activate it again. This is 
801         not critical and it is not something that PC-Pico must have (some 
802         of it already exists in other ways, like color support, what does 
803         not exist is the more complex code that Unix-Pico has with color 
804         codes for specific colors.)
806    <LI> When a message is multipart, and the first part is flowed text, 
807         then forwarding the message will set the first part to be flowed, 
808         and sent that way even when the option Do Not Send Flowed Text is 
809         enabled. Reported by Holger Trapp.
811    <LI> When a message/rfc822 part of a message is encoded with
812         Content-Transfer-Encoding: QUOTED-PRINTABLE, Alpine will stop 
813         processing that message. Later this causes Alpine to crash because 
814         when it displays messages, it assumes that both header and body 
815         parts are processed. Reported by Mark Crispin in 2010, in the 
816         Alpine-info list (message with subject "crash bug in 
817         alpine/mailpart.c:format_msg_att()") with no example, and reported 
818         now by Holger Trapp, with an example.
820    <LI> In addition to the previous report, Alpine encodes message/rfc822
821         messages as QUOTED-PRINTABLE, in contradiction with RFC 2045, 
822         when it receives a report that its encoding is 8bit. We preserve 
823         the encoding reported by the IMAP server, and do not encode in 
824         QUOTED-PRINTABLE.
826    <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can 
827         build when using Visual Studio 2017. Fix contributed by 
828         Ulf-Dietrich Braunmann.
830    <LI> When the locale is not set up to UTF-8, alpine might determine the 
831         width of a character incorrectly. Reported by Alexandre Fedotov.
833    <LI> In some rare cases, when attachments are deleted before saving 
834         emails, the filenames will be displayed in RFC1522 representation, 
835         instead of in decoded form. Reported and patched by Wang Kang.
837    <LI> When colors are edited from the main setup configuration screen, some
838         color settings are not updated until Alpine is restarted. Reported by
839         Andrew Hill.
841    <LI> If the first part of a message is multipart/alternative, and the 
842         first part of this is also a multipart type, then Alpine might 
843         fail to select the first text part when replying to a message. 
844         Reported by Lucio Chiappetti.
846    <LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
847         Reported and patched by Kyle George.
849    <LI> If the directory where Alpine saves the certificates is empty,
850         alpine would not create a self-signed certificate to encrypt the 
851         password file.
853    <LI> S/MIME: The list of public certificates is freed before it is 
854         reused when a signature fails to verify. This causes Alpine to 
855         crash. Patch submitted by Linus Torvalds.
857    <LI> S/MIME: A message could fail to verify its signature even if the
858         certificate was saved when the message was open. Based on a report 
859         by David Woodhouse to the RedHat bugzilla system.
861    <LI> When there are time changes in the clock, Alpine might go to sleep
862         for big amounts of time while displaying messages in the screen. 
863         Reset sleep time to 5 seconds in case it finds it needs to sleep 
864         more than 5 seconds or a negative amount of time.
866    <LI> Restore recognition of empty directories. It was deleted by mistake
867         when added support for internationalization in folders. Based on a 
868         report by Michael Rutter.
870    <LI> Alpine stops parsing the mailcap file when it finds an invalid entry.
871         Reported by Matt Roberds to the Debian bug system at 
872         <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370</A>.
874    <LI> Crash with error "Lock when already locked" when an attempt to check
875         for new mail on a locked stream that is being used for a save 
876         operation. Reported by Carlos E.R.
878    <LI> Alpine removes trailing spaces from passwords, making a longin attempt
879         fail. Reported by R. Lyons.
881    <LI> Alpine crashes when opening a remote imap folder and computing scores.
882         Reported by Paul DeStefano.
884    <LI> When more than one server was given in the server-name configuration
885         option of rldap servers, none of them worked. Reported by Robert Wolf.
886 </UL>
889 Version 2.21 addresses bugs found in previous releases and has several 
890 additions as well.
893 Additions include:
894 <UL>
895   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
896        user to choose the dictionary used to spell check, in case the user 
897        communicates in more than one language. Examples of values for the 
898        variable are "en_US" or "de_DE", etc. Only the first 10 
899        dictionaries are offered.
901   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
902        Based on a contribution by Wang Kang.
904   <LI> Colors configured in Alpine are inherited in the composer.
906   <LI> When Alpine is compiled with password file and SMIME support 
907        the password file is encrypted using a private key/public 
908        certificate pair. If one such pair cannot be found, one will be 
909        created. <A HREF="h_password_file_support">Learn more</A>.
911   <LI> Alpine builds with any version of OpenSSL greater than or equal
912        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
913        LibreSSL.
915   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
916        format, which removes text in the SUBJECT between &quot;[&quot; and 
917        &quot;]&quot;.
919   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
920        but it differns in that it gives the time in which the message was
921        sent for messages that are less than a week old. it uses a 24 hour
922        format.
924   <LI> Alpine will include attachments when forwarding some 
925        multipart/alternative messages for which it did not use to include 
926        attachments.
928   <LI> New configuration option 
929        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
930        which adds more ways to control features and variables when you
931        start to reply to a message.
933   <LI> Added support for RFC 2971 - IMAP ID extension.
935   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
936        that allows users to ignore errors in the computation of the size
937        of a message from defective servers.
939   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
940        clients such as Thunderbird do not validate signatures that use sha1 digest.
942   <LI> Add the configuration variable "default-directories", which is called
943        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
944        variable saves a list of directories that are readily accessible 
945        for save or export of attachments. This makes it easier to save 
946        attachments in directories that are hard to navigate to, or that 
947        are accessed frequently.
949   <LI> When a filename is attached and its name is encoded, the save 
950        attachment command will offer to save the file in the encoded form. 
951        This might work for some users, but the save command will have a 
952        subcommand ^N to decode the file name and save the file with the 
953        decoded name.
955   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
956        as well as autocompletes automatically when only one possibility exists 
957        for the ^J attach command.
959   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
960        the html OL tag.
962   <LI> Ignore message from smtp server after a successful authentication
963        challenge.
965   <LI> When a message is saved in the Form Letter folder, add the ability
966        to save the role being used to compose such message so that settings
967        such as the SMTP server set in the role can be used when sending
968        such form message. Suggested and patched by Frank Doepper.
970   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
971        SSLCERTSDIR is not found.
973   <LI> When Alpine sends an attachment, it will set the boundary attribute
974        in lower case, as some SMTP servers, such as those of libero.it 
975        reject messages if the boundary attribute is in uppercase.
977   <LI> Add the ability to change the private key and certificates used
978        to encrypt a password file in the SMIME setup configuration screen.
979        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
981   <LI> SMIME: The ctrl-E command that gives information on the certificate
982        is only available for messages that have a signed or encrypted 
983        part.
985   <LI> SMIME: If a message contains a RFC822 attachment that is
986        signed/decrypted add the ability to view its SMIME information.
988   <LI> SMIME: Certificate information in the S/MIME screen is available 
989        for certificates stored in a container.
991   <LI> SMIME: Offer the common name of the person, instead of the name of
992        file containing the certificate, as the name to be displayed in the 
993        certificate management screen for certificate authorities. 
994        Suggested by Matthias Rieber.
996   <LI> SMIME: Management of several alternate name (SAN) certificates is 
997        improved. When importing a SAN certificate, also import a certificate
998        for the filename, besides for the e-mail addresses in the
999        certificate. Suggested by Matthias Rieber.
1001   <LI> SMIME: add full year when displaying information about a certificate
1002        in the certificate management screen. Suggested by Matthias Rieber.
1004   <LI> SMIME: sort certificates by some type of alphabetical order in the
1005        displayed name.
1007   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
1008        certificates included in signatures, when the option "Validate 
1009        Using Certificate Store Only" is enabled. If the user does not wish 
1010        to save it, validation will fail.
1012   <LI> HTML: Add support for decoding entities in hexadecimal notation.
1013        Suggested by Tulip&aacute;nt Gergely.
1015   <LI> The &quot;#&quot; command, when used as part of an aggregate
1016        operation will allow users to select the role used in either 
1017        replying, forwarding or replying to the group of selected messages, 
1018        Suggested by Hisashi T Fujinaka.
1020   <LI> If the charset of a message can not be determined, use the value set
1021        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
1023   <LI> Resizing setup screen will redraw screen.
1025   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
1026        in the width ambiguous zone, it will use other means to determine
1027        the width, such as call wcwidth.
1029   <LI> Pico: Code reorganization in the search command to make it easier to
1030        add subcommands of the search command.
1032   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
1033        subcommand of the search command to bring this choice into view.
1035   <LI> Pico: Add the ability to search for strings in the beginning or end
1036        of a line. Use the Ctrl-^ subcommand of the search command to bring 
1037        this choice into view.
1039   <LI> For a multipart/alternative message, the Take Address command will 
1040        work on the part that is being read.
1042   <LI> When sending a message, allow for 512 characters of consecutive 
1043        non-white space before folding the subject line.
1045   <LI> Make sure titlebar (the line at the top of the screen) always 
1046        contains the name of the folder/newsgroup that is open, if this 
1047        fits in the title.
1049   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
1050        will also scramble the name, version and operating system in the 
1051        message-id header. Based on a contribution by Dennis Davis, which 
1052        is itself based on a contribution by Mark Hills.
1054   <LI> Change in logic in imap_set_password function to make Alpine ask if
1055        a user wants to save a password before reading the password file.
1057   <LI> When exporting all parts of a message, if two attachments have the same
1058        name, do not overwrite a file more than once, but instead add a counter
1059        number to the filename to make a new file that does not exist in the file
1060        system.
1062   <LI> Add the Control-R subcommand to the save command for attachments. 
1063        This subcommand toggles if the saving will be done in binary mode 
1064        for text attachments. When a user saves an attachment using binary
1065        mode it will be saved as it was sent, otherwise the attachment will
1066        be transformed to UTF-8 for further transformation through internal
1067        and user defined filters for saving.
1069   <LI> Add command line argument -smimedir, which allows users to specify
1070        the default path for a directory that contains the public, private, 
1071        and ca directories. This is useful in case a user has a backup of 
1072        old certificates that cannot be installed in the ~/.alpine-smime 
1073        dir.
1075   <LI> Reimplementation of the code that allows the .pinerc file to be a
1076        symbolic link by Kyle George from tcpsoft.com to use realpath.
1078   <LI> When saving an attachment, the "^T" command leads to a screen where the
1079        "A" command can be used to add a file. A directory can be added by
1080        pressing "^X" after the "A" command. Added after a suggestion by
1081        Stefan Goessling.
1083   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
1084        scroll through the history of directories used to save attachments, 
1085        while preserving the given name of the file. Suggested by Peter 
1086        Koellner.
1088   <LI> SMIME: Turn off automatic signing and encrypting of a message when
1089        bouncing. Suggested after a discussion with Matthias Rieber.
1091   <LI> When messages are selected, warn the user if a message that is not
1092        selected will be bounced, or if not all selected messages will be 
1093        bounced. Suggested by Ulf-Dietrich Braumann.
1095   <LI> The bounce command adds a subcommand to choose a role.
1097   <LI> When selecting messages by number, the &quot;.&quot; character can 
1098        be used to specify the message on which the cursor is on.
1100   <LI> When Alpine opens an attachment, it sometimes changes the extension 
1101        of the file that is being opened and replaces it by another for the 
1102        same mime type. If Alpine finds that the extension of the file 
1103        corresponds with the mime type, according to the mime-types file, 
1104        then it will keep it, and no substitution will be made.
1106   <LI> Set no restrictions on the length of encoded subjects, but encode
1107        words in length of no more than 75 characters.
1108 </UL>
1112 Bugs that have been addressed include:
1113 <UL>
1114   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
1115        Alpine will use the function ASN1_TIME_print to determine the date 
1116        of validity. Reported by Ben Stienstra.
1118   <LI> SMIME: Crash when attempting to unlock the password file and an
1119        incorrect password is entered.
1121   <LI> SMIME: Crash when checking the signature of a message that contains
1122        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
1123        Krellner.
1125   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
1127   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
1128        remote containers. Reported by Matthias Rieber.
1130   <LI> SMIME: certificates included in messages were not being transferred
1131        to a remote container.
1133   <LI> SMIME: Crash if public certificates are located in an inaccessible
1134        remote server and the private key is not available.
1136   <LI> SMIME: Alpine does not remove temporary files created when adding a 
1137        CA certificate to a container. Reported by Holger Trapp.
1139   <LI> SMIME: When reading a local certificate, Alpine converts the name 
1140        of the certificate to lowercase, which may make Alpine not be able 
1141        to read such certificate. Reported by Dennis Davis.
1143   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
1144        entering a password to read an encrypted message will make Alpine 
1145        forget the key and not ask the password to unlock it again in case 
1146        it is necessary to unlock it again. Reported by Ulf-Dietrich 
1147        Braumann.
1149   <LI> Alpine would use freed memory while trying to compute the color
1150        of the titlebar. This happened when trying to continue a postponed 
1151        message.
1153   <LI> Alpine failed to read an encrypted password file if too many
1154        passwords were saved in the password file.
1156   <LI> When selecting messages while in Threaded Index Screen, some 
1157        messages other than top of threads could appear in the index, making
1158        Alpine display messages &quot;out of the screen.&quot;
1160   <LI> The index format would be chopped at the position of an unrecognized 
1161        token, instead of skipping the token as intended.
1163   <LI> Work in progress: Avoid calling non-safe functions when Alpine
1164        receives a signal. See bug report 
1165        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
1167   <LI> Crash when attempting to read a message after a bounce command. 
1168        In order to produce a crash one needed to use the ^T subcommand and 
1169        do a search in a LDAP directory. The crash is produced by changes 
1170        to the text in the title bar. Reported by Heinrich Mislik in the 
1171        Alpine-info list.
1173   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
1174        making Alpine not display the correct character at the position 
1175        that wrapping is done. Reported by Wang Kang.
1177   <LI> Pico: Searching for a string that is too long causes Pico to crash
1178        in the next search.
1180   <LI> Fix vulnerability in regex library. This only affects those who use
1181        this library, such as the windows version of Alpine. See 
1182        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
1183        for more details.
1185   <LI> Alpine would not set include and lib paths for OpenSSL if this was
1186        installed in /usr/local/ssl.
1188   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
1189        contents when saving its configuration.
1191   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
1192        the name. Reported by Andreas Fehr.
1194   <LI> When opening an INBOX folder in a context different from the 
1195        incoming folders collection, from the command line, Alpine would 
1196        open the INBOX folder from the incoming folders collection.
1198   <LI> Mismatch in size of UCS and CELL caused a corruption in the
1199        content of a pointer, which made the speller in PC-Alpine get the 
1200        content of a word incorrectly.
1202   <LI> Skip testing openssl compatibility version when cross-compilation
1203        is detected. Fix contributed by Antti Sepp&auml;l&auml;
1205   <LI> Alpine fails to remove temporary files used during a display or sending
1206        filter. Fix contributed by Phil Brooke.
1208   <LI> When the index is in zoomed state, adding new messages to the 
1209        selection would not show those messages if those messages are on 
1210        top of the current message in the top of the screen. Reported by
1211        Ulf-Dietrich Braumann. In addition, when the user scrolls through
1212        the index, this scroll smoothly, without jumping pages. Reported
1213        by Holger Trapp.
1215   <LI> Crash when reviewing history of saving attachments.
1217   <LI> Crash when canceling a goto command on a local collection that has
1218        not been expanded and attempting to expand such collection.
1220   <LI> Crash in Pico when forwarding messages that contain a direction mark
1221        at the end of a line. Reported by James Mingo.
1223   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
1224 </UL>
1228 Version 2.20 addresses bugs found in previous releases and has several 
1229 additions as well.
1232 Additions include:
1235 <UL>
1236   <LI> Upgrade UW-IMAP to Panda IMAP from 
1237        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
1238   <LI> S/MIME: Add screen to manage certificates.
1239   <LI> S/MIME: Signatures are validated using the user's certificates instead
1240        of the ones included in the message. Behavior can be disabled by
1241        disabling the option <A href="h_config_smime_use_cert_store">
1242         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
1243        by default.
1244   <LI> S/MIME: sign messages using intermediate certificates when needed 
1245        and possible.
1246   <LI> S/MIME: validation of certificates for servers that modify signed 
1247        content.
1248   <LI> S/MIME: signed and encrypted messages will be signed first and 
1249        encrypted second, so that they can be decoded by other clients.
1250   <LI> S/MIME: add the sender certificate to the list of certificates in
1251        encrypted messages to make it possible for the sender to decrypt
1252        the message they sent.
1253   <LI> S/MIME: When transferring certificates to a local container, create 
1254        container with default names PublicContainer, PrivateContainer and 
1255        CAContainer, as appropriate for these files, unless the user has 
1256        provided some other names.
1257   <LI> S/MIME: Forwarding a message will include the signed part as part
1258        of the text and not as a multipart message, just as the reply
1259        command does.
1260   <LI> HTML: Style tag in body of html message causes Alpine to not write
1261        its content until a new &lt;/style&gt;
1262   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
1263        the same inline tag; the same is valid for the &lt;HR&gt; tag.
1264   <LI> Add support to selective expunge through a subcommand of the 
1265        select-apply commands. Read more in the <A 
1266        HREF="h_index_cmd_expunge">help</A> for the expunge command.
1267   <LI> Pico: New subcommand of the search command, allows to reverse the
1268        direction of search.
1269   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
1270        the key and certificate used to encrypt the password file are saved 
1271        in the ~/.alpine-smime/.pwd directory, or in the directory specified
1272        by the -pwdcertdir command line option. 
1273        <A HREF="h_password_file_support">Learn more</A>.
1274   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
1275        server to use different ways to connect using ssl, for 
1276        example {server.com/tls1} will attempt to connect to 
1277        server.com at the ssl imap port (port 993) and establish a 
1278        connection using TLSv1. These flags can be used in 
1279        conjunction with the /ssl flag, the ssl flag is redundant. 
1280        Conversely, however, the /ssl flag does not imply any of 
1281        these flags; the /ssl flag means SSLv3 or, if not available, 
1282        SSLv2 in the SSL port.
1283   <LI> Alpine does not attempt to automatically reopen a collection 
1284        that was not opened due to cancellation by the user. 
1285        Instead, the user must try to open it explicitly.
1286   <LI> Alpine searches for a certificate that matches an email address in
1287        all addresses in a certificate (instead of just the first 
1288        one) but when it tries to unlock the certificate, it asks 
1289        for the password for the first email address in that 
1290        certificate.
1291   <LI> Style tag in body of html message causes Alpine to not write its content
1292        until a new &lt;/style&gt;
1293   <LI> Experimental: Write the content-type of a message in 
1294        lowercase, as some non-compliant servers do not understand 
1295        uppercase content-type, such as those of GMX.de.
1296   <LI> Experimental: Do not send the RSET command before attempting
1297        to send a message, as this causes a delay in some evily managed
1298        servers.
1299   <LI> Opening a folder updates recent count in maildrops (this 
1300        already works for other types of folders)
1301   <LI> Automatically redraw screen after opening an attachment 
1302        instead of simply clearing it.
1303   <LI> Pico: Justification works without need of a predefined quote 
1304        string. This allows justification of blocks of text that are 
1305        indented with spaces.
1306   <LI> Decode the name of attachment names, so they can be written as part   
1307        of the description of the part. 
1308   <LI> Check bounds and tie strings off to improve security. Contributed 
1309        by James Jerkins.
1310   <LI> Replace tabs by spaces in From and Subject fields to control for
1311        size in screen of these fields. Change only in index screen display.
1312   <LI> Aggregate operations allows bouncing a list of messages using a role.
1313        Suggested by Ulf-Dietrich Braumann.
1314   <LI> Disable saving new passwords to the password file. Implemented
1315        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
1316   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
1317      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
1318      Charles M. Register.
1319 </UL>
1323 Bugs that have been addressed include:
1324 <UL>
1325   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
1326        in personal names. Reported by Lev Gorenstein.
1327   <LI> When writing the .pinerc file, lines were truncated if they were longer
1328        than 10,000 characters. This could cause data corruption, so now lines
1329        are allowed to be of any length.
1330   <LI> S/MIME: signed messages that contained an attachment would not validate.
1331   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
1332        validate. Thanks to Andreas Schamanek for testing, debugging and 
1333        advising during the process of fixing this problem.
1334   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
1335        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
1336        and Stefan Mueller.
1337   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
1338        home directory.
1339   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
1340        SMIME making it not possible to sign or encrypt messages.
1341   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
1342        information that is not part of the body, and hence making the body
1343        of the message seem wrong.
1344   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
1345        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
1346        enabled, the message contains 8bit characters and the smtp server 
1347        supports 8bit sending.
1348   <LI> When replying to several messages, subject will be decoded first,
1349        and then stripped from re/fwd before they are compared to determine
1350        the subject of the replied message.
1351   <LI> Crash when tcp connection to NNTP server was lost after connection
1352        had been established, but lost immediately afterwards.
1353   <LI> Crash with message &quot;lock when already locked&quot;, when painting
1354        an index was based on scores that needed information from a remote
1355        addressbook in the same server as the folder opened. Reported by
1356        Peter Koellner.
1357   <LI> Crash in message/rfc822 attachments encoded in base64.
1358   <LI> Postponed messages whose content-type is text/html, text/enriched and
1359        text/richtext are sent with that content-type, even though, after
1360        resuming composition, Alpine had changed its type to text/plain.
1361   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
1362        character set, which might lead to a crash or a corruption in the 
1363        screen. Work was done to contain the bug. A more complete fix will 
1364        be done in a future release. Reported by Professor Robert Funnell.
1365   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
1366   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
1367   <LI> Save command did not warn of existence of a message with a deleted 
1368        attachment in an aggregate save, unless cursor was positioned on a message 
1369        with a deleted attachment. Reported by Florian Herzig.
1370   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
1371        in an IMAP server.
1372   <LI> DATE tokens were not internally transformed to UTF-8, which made their
1373        values not appear complete in the screen. Reported by Werner Scheinast.
1374   <LI> Fixes to configure script so that it will not require PAM for every system.
1375   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
1376        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
1377        during the build. Fix by Ulf-Dietrich Braumann.
1378   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
1379        needs to use tcl_getstringresult() instead. Reported by 
1380        Ulf-Dietrich Braumann.
1381   <LI> Quoted string in URL Viewers configuration variable were not 
1382        unquoted before passing to viewer.
1383   <LI> Fix in configure script to detect location of tcl library; add
1384        /usr/local in FreeBSD and fix a bug in configure script that used 
1385        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
1386        by Werner Scheinast.
1387   <LI> Move SSL configurations from UW-IMAP to configure script, and
1388        update OpenSSL configuration for Mac OS X.
1389   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
1390   <LI> When the download of an attachment is interrumpted, Alpine stills
1391      caches what was downloaded, making the download incomplete for 
1392      subsequent calls of Alpine attempting to open the attachment. In the 
1393      future, Alpine will not cache any downloaded part of the attachment 
1394      when it is interrupted.
1395 </UL>
1400 Version 2.11 addresses bugs found in previous releases and has a few 
1401 additions as well.
1404 Additions include:
1407 <UL>
1408    <LI> Alpine requires version 1.0.0c of Openssl to build.
1409    <LI> Increase encryption of S/MIME encrypted messages.
1410    <LI> Pico: Improvements in justification of paragraphs: lines that begin
1411 with a quote string, followed by a space were considered individual paragraphs,
1412 now they are considered part of a paragraph. Based on earlier joint work
1413 with Jeff Franklin.
1414    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
1415    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
1416 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
1417    <LI> Added recognition of ws and wss URIs.
1418    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
1419  <A HREF="h_config_directory_color">directory names</A>,
1420  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
1421    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
1422 used in the display of the INDEX SCREEN.
1423    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
1424 that adds the ability to preserve To: and Cc: fields when replying to a 
1425 message, as specified by original sender.
1426    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
1427  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
1428    <LI> Quota command includes subcommands for printing, forwarding, etc.
1429 </UL>
1432 Bugs that have been addressed include:
1434 <UL>
1435   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
1436   <LI> Crash when resizing the screen in a configuration screen.
1437   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
1438   <LI> Do not use a shell to open a browser.
1439   <LI> Configure script did not test for crypto or pam libraries.
1440   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
1441   <LI> Change Cygwin directory separator to &quot;/&quot;.
1442   <LI> Alpine could set List- headers, contrary to RFC 2369.
1443 </UL>
1446 Version 2.10 addresses bugs found in previous releases and has a few 
1447 additions as well.
1450 Additions include:
1453 <UL>
1454    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
1455    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
1456    <LI> Foreign characters are decoded correctly in IMAP folder names.
1457    <LI> Question about breaking connection to slow servers includes their name.
1458    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
1459    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
1460    <LI> Cygwin: Alpine builds without need of patch.
1461    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
1462    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
1463    <LI> Add support for strong encryption of password file when S/MIME is built in.
1464 </UL>
1467 Bugs that have been addressed include:
1470 <UL>
1471    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
1472    <LI> Double allocation of memory in Pico.
1473    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
1474    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
1475    <LI> Not recognition of environment variables in some options.
1476    <LI> Not display of login prompt during initial keystrokes.
1477    <LI> justification of long urls breaks them.
1478    <LI> Incorrect New Mail message when envelope is not available.
1479    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
1480    <LI> Crash when resizing the screen after display of LDAP search.
1481    <LI> Crash when redrawing screen while opening a remote folder collection.
1482    <LI> Infinite loop in scrolltool function during notification of new mail.
1483    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
1484    <LI> No display of signed and encrypted S/MIME messages.
1485    <LI> Alpine will not build with OpenSSL.
1486    <LI> Crash for double locking in calls to c-client.
1487    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
1488    <LI> Ignore the references header when threading messages
1489    <LI> No update of colors in index screen after update to addressbook.
1490 </UL>
1493 Version 2.01 addresses bugs found in previous releases and has a few 
1494 additions as well.
1497 Additions include:
1500 <UL>
1501    <LI> Fixed non-ASCII web alpine handling
1502    <LI> Added web alpine help.
1503    <LI> Allow web alpine inbox on second IMAP server.
1504    <LI> Allow web alpine config reset after bad inbox-path gets set.
1505    <LI> Added web alpine ability to create group contact from contact list members.
1506    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
1507    <LI> Tidied up web alpine script layout.
1508    <LI> Fixed web alpine status message ordering
1509    <LI> Added web alpine Fcc setting via Contacts in Compose
1510    <LI> Fixed web alpine autodraft attachment issues
1511    <LI> Fixed web alpine problems with recent count maintenance
1512    <LI> Fixed web alpine newmail arrival display in message list
1513    <LI> Added web alpine confirmation to folder create for Move/Copy
1514    <LI> Added web alpine user-domain support
1515    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
1516 </UL>
1519 Bugs that have been addressed include:
1522 <UL>
1523    <LI> In web alpine fixed delete all selected within a search result to reorient
1524         correctly to whole-mailbox message list.
1525    <LI> Fixed web alpine delete in view page to be sensitive to sort
1526    <LI> Fixed web alpine open of folder within directory from folder manager page.
1527    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
1528    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
1529    <LI> Fixed web alpine adding contacts from message list and view
1530    <LI> Fixed web alpine create of non-existent fcc
1531    <LI> Remove mistakenly left debugger statement in web alpine javascript.
1532    <LI> Some UNIX alpine build problems fixed
1533    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
1534         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
1535         by locale charmap call on some Solaris 8 systems.
1536    <LI> MacOS Keychain logins were not working correctly with generic host names, like
1537         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
1538         new password requests when not needed
1539    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
1540         last folder in the list
1541    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
1542         looked for along with the email address
1543    <LI> Changes to configure to get spellcheck options with work with arguments.
1544    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
1545         returned by gethostname (iPhone can do this)
1546    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
1547         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
1548    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
1549         Jake Scott of marganstanley.com.
1550    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
1551         is not used in alpine.
1552    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
1553         Apparently this causes RIM Blackberry BIS service problems. This is not
1554         used in alpine.
1555    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
1556    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
1557         Fix from Ludwig Nussel of SUSE and from Crispin.
1558    <LI> Include whole filename in export filename history
1559    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
1560 </UL>
1563 Version 2.00
1564 addressed bugs found in previous releases and had a few additions as well.
1566 Additions included:
1569 <UL>
1570    <LI> Redesigned Web Alpine interface
1571    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
1572         in UNIX versions of Alpine
1573    <LI> Attempt to include the attachment filename as part of the name of the
1574         temporary file used when viewing an attachment with an external program.
1575         Add some randomness to that filename to make it hard to predict the filename.
1576         Add a filename extension, usually derived from the type/subtype, to the
1577         temporary filename. This was previously done only on Windows and MacOS X.
1578    <LI> Enhance address completion in the composer (TAB command) so that it looks
1579         through nicknames, fullnames, and addresses from the address book; addresses
1580         from the message being viewed, if any; and the results from
1581         <A HREF="h_direct_config">LDAP Directory Server</A>
1582         lookups for all of the defined directory servers that have the
1583         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
1584         feature set.
1585    <LI> Make the default character set setting more liberal in what it will accept
1586         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
1587    <LI> Remove the Alpine revision number from the titlebar in released versions
1588         while leaving it there in snapshot versions
1589    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
1590         display of asterisks when you type a password for Alpine
1591    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
1592    <LI> When the
1593         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
1594         feature is turned on convert not only the dates in the index screen but also
1595         the dates in the MESSAGE VIEW
1596 </UL>
1599 Bugs addressed in the 2.00 release included:
1602 <UL>
1603    <LI> Crash when using tab-completion for selecting a Save filename
1604    <LI> Make Web Alpine help text images relative for more portability
1605    <LI> Fixed attach save of html parts in Web Alpine
1606    <LI> Viewing, printing, exporting, replying, and bouncing of message
1607         digests was broken. Replying and bouncing should not have been
1608         allowed at all for digests. It would be nice to have a more standard
1609         index-like view of a message digest but that has not been addressed
1610         with this minor bug fix.
1611    <LI> Adjust wrapping of HTML messages so that the margins specified by
1612         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
1613         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
1614         are observed correctly
1615    <LI> Interrupt of WhereIs command in index was broken
1616    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1617         option did not work correctly interpreting unknown characters in message headers
1618    <LI> Long address lines could cause blank continuation lines
1619    <LI> Save to a local default INBOX failed if the primary collection was also local,
1620         which it is by default. The save went to  ~/mail/inbox instead.
1621    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
1622         inbox, not the inbox in the primary collection
1623    <LI> Address book entries with lots of addresses would be truncated when
1624         entered in the composer with a screen size wider than 270 or so characters
1625    <LI> Some fields in the index screen were truncated when the screen width was
1626         wider than 256 characters
1627    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
1628         folder, and there is a more than 10 minute pause between typing the TAB
1629         and typing the Yes
1630 </UL>
1633 Version 1.10(962)
1634 addressed bugs found in previous releases and had a few additions as well.
1636 Additions included:
1639 <UL>
1640    <LI> Add the possibility of setting a default role
1641         (see <A HREF="h_role_select">Roles Screen</A>)
1642         which may be convenient if your work flow involves acting in one
1643         role for a while then switching to another role and staying in the
1644         new role for another period of time
1645    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1646         is encountered, ask the user if he or she wants to continue with the
1647         risky Save anyway instead of aborting. This may be helpful if your
1648         IMAP server is broken in this way but be aware that it is possible there
1649         was a real error instead of just a broken server implementation.
1650    <LI> Some configure adjustments for Kerberos detection and
1651         for SCO OpenServer 5 support
1652    <LI> Hide INBOX in a collection if it also appears as an
1653         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1654    <LI> Show asterisks for feedback when the user is typing a password
1655    <LI> Performance improvement for threading of large folders
1656    <LI> Previously, the search used to find
1657         Pattern matches containing To patterns searched for both To
1658         and Resent-To headers. The relatively complicated search this
1659         produces causes problems when using some deficient IMAP servers.
1660         Now the default is to look only for To headers and ignore the
1661         presence of Resent-To. The previous behavior may be restored
1662         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1663    <LI> Add an
1664         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1665         to help with reading malformed unlabeled messages
1666    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1667    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1668    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1669 </UL>
1672 Bugs addressed in the 1.10(962) release included:
1675 <UL>
1676    <LI> Crash when encountering certain errors from an SMTP server
1677    <LI> Crash in composer caused by overflow in replace_pat()
1678    <LI> Hang when authenticating to an SMTP server that fails with a
1679         &quot;connection disconnected&quot; error
1680    <LI> Bug in handling of trailing tab character in flowed text
1681    <LI> Security enhancement for mailcap parameter substitution
1682    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1683         did not work if the message being replied to was not flowed text
1684         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1685         was not turned on
1686    <LI> Don't allow printer to be changed through hidden config screen
1687         if system administrator didn't want it to be allowed
1688    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1689         should know that it won't work, causing error messages to appear
1690    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1691         of double-quote double-quote didn't work right
1692    <LI> Quoting wasn't being done to protect special characters from the
1693         MacOS X shell when
1694         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1695         was not defined
1696    <LI> On MacOS X message attachments should be shown internally instead of
1697         being shown using the Mail application
1698    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1699         sometimes set the outgoing charset to X-UNKNOWN, making the result
1700         unreadable
1701    <LI> When the sending of a message failed lines with leading spaces had one
1702         additional space inserted in each of those lines when the user
1703         was returned to the composer
1704    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1705         that contained non-ascii characters because it was truncating the
1706         line being searched so that it was shorter than what was visible on
1707         the screen
1708    <LI> When composing, an attachment with a long name that causes wrapping in
1709         just the wrong place would generate an error and cause the send
1710         of the attachment to fail
1711    <LI> After calling the file browser to attach a file in the composer, a resize
1712         of the window when back in the composer would redraw the last screen that
1713         had been shown in the browser instead of the current composer screen
1714    <LI> Possible crash in index screen when encountering unparsable addresses
1715         or when using one of the PRIORITY tokens or the HEADER token in the
1716         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1717    <LI> Problems with Header Color editing if the configuration option
1718         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1719         was inadvertently changed to the Empty Value in the hidden config screen
1720    <LI> When resuming the final postponed message from an Exchange server the user
1721         could get a certificate validation failure because alpine was trying
1722         to validate the canonical name of the folder instead of the name the
1723         user used
1724    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1725         failure to find a match
1726    <LI> Make matching of extension names case independent in mimetypes files
1727    <LI> Windows dialog boxes for entering text were not working correctly
1728    <LI> Replying to or Forwarding multipart/alternative messages which had a
1729         single text/html part did not work well
1730    <LI> Printing the print confirmation page caused a crash
1731    <LI> A To line with a long, quoted personal name could display incorrectly
1732         if it was close to the same width as the screen
1733    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1734         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1735         are turned on hide (0/0) when the folder is empty
1736    <LI> Folder completion while Saving didn't work if the collection being
1737         saved to was the local home directory
1738 </UL>
1741 Version 1.00
1742 was an evolutionary release based on Pine, which was also
1743 developed at the University of Washington.
1744 It is upwards-compatible for existing Pine users.
1747 Changes included:
1749 <UL>
1750    <LI> Ground-up reorganization of source code around addition
1751         of "pith/" core routine library.
1752    <LI> Fundamental improvement in Alpine's internal text handling, which
1753         is now based exclusively on Unicode. This allows displaying incoming
1754         messages and producing outgoing messages in many different languages.
1755    <LI> Ground-up reorganization of build and install procedures
1756         based on GNU Build System's autotools. NOTE, the included IMAP library
1757         build is not based on autotools, so some features will not work. However,
1758         it should get built automatically during the Alpine build process.
1759    <LI> Web-based version included built on TCL designed to run under
1760         a suitable CGI-supporting web server such as Apache.
1761 </UL>
1765 Details on changes in previous (prerelease) versions of Alpine
1766 may be found at the following URL:
1768 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1771 <HR WIDTH="75%"><P>
1773 <H2>Getting Help</H2>
1774 <DL>
1775 <DT>Online Help</DT>
1776 <DD>
1777 Every Alpine screen and command has associated help text
1778 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1779 </DD>
1781 <DT>Web Help</DT>
1782 <DD>
1783 The most current source of information about Alpine,
1784 including new version availability, is the web page at
1786 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1787 </DD>
1788 </DL>
1790 <HR WIDTH="75%"><P>
1792 <H2>Additional Information</H2>
1794 General Alpine configuration information can be found
1795 <A HREF="h_news_config">here</A>.
1797 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1798 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1799 access is provided by the IMAP Toolkit Environment (c-client library)
1800 version <!--#echo var="C_CLIENT_VERSION"-->.
1801 <P> 
1802 Alpine was developed until 2009 by the Office of Computing 
1803 &amp; Communications at the University of Washington in Seattle.  
1804 Since then, the effort of developing Alpine has been continued by
1805 a community of volunteers who make good software even better!
1808 Alpine Copyright 2013-2021 Eduardo Chappa, 
1809 <BR> Copyright 2006-2008 University of Washington.
1812 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1813 or instead you can find the Apache License, version 2.0 at the web URL:
1816 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1819 &lt;End of Release Notes&gt;
1820 </BODY>
1821 </HTML>
1822 ====== h_password_file_support ======
1823 <HTML>
1824 <HEAD>
1825 <TITLE>Encryption for Password File Support Explained</TITLE>
1826 </HEAD>
1827 <BODY>
1828 <H1>Encryption for Password File Support Explained</H1>
1830 Index<BR>
1831 <OL>
1832 <LI><A HREF="#content">Explanation</A>
1833 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1834 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1835 </OL>
1837 <P><A NAME="content">Unix Alpine Only.</A>
1839 <P> If your version of Alpine has been built with password file support
1840 then you can use a special file to save your passwords, and avoid typing
1841 them every time you open a connection to a remote server.
1843 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1844 password file will be encrypted with a strong key. There are two ways in 
1845 which this can happen: Alpine will either use a matching private key and 
1846 public certificate pair that you already own, or it will create one for 
1847 you, just for purposes of encrypting this file. We describe both processes 
1848 below.
1850 <P> Initially, Alpine will scan your public and private directories for a 
1851 certificate/private key pair that works. Alpine will pick the first pair 
1852 that it finds that matches. 
1854 <P> Once a pair has been chosen, it will be copied to the directory 
1855 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1856 that directory. The first time this process is done, this directory will 
1857 be created, a key/certificate pair will be copied to it, from then on 
1858 this pair will be used to encrypt and decrypt your password file. 
1860 <P> If you want to use a specific key and certificate pair to encrypt
1861 your password file, you can create the directory ~/.alpine-smime/.pwd 
1862 manually, and then create your preferred key/certificate pair there.
1863 Alpine will use this key regardless of if it has expired, or if it is
1864 self-signed. These issues do not affect the encryption or decryption
1865 of the password file.
1867 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1868 your key/certificate pair, you can specify a different one with the 
1869 -pwdcertdir command line option in Alpine. If the directory specified by 
1870 this option is not found Alpine will fail to encrypt and decrypt your 
1871 password file. However if it exists, Alpine will search for a 
1872 key/certificate pair in that
1873 directory, and if it does not find one, it will create one and save it
1874 in that directory.
1876 <P> Alpine does not care about the names of the key and certificates in 
1877 this directory, but the private key must have &quot;.key&quot; extension 
1878 and your public certificate must have the &quot;.crt&quot; extension. The
1879 name of the private key will be used in the prompt when you are asked
1880 to unlock your key to decrypt your password.
1882 <P> If Alpine cannot find a suitable private key and public certificate 
1883 pair to encrypt your password, it will create one. You will be asked to 
1884 create a &quot;Master Password&quot; to protect such key. At this moment 
1885 there are no restrictions on passwords, other than they have to be at 
1886 least 8 characters long, but future versions of Alpine will include 
1887 functionality to restrict master passwords, as set up by the administrator 
1888 of the system in the pine.conf.fixed file.
1890 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1892 <P>Assume you have a private key called peter@address.com.key in your, 
1893 ~/.alpine-smime/private directory, and a public certificate called 
1894 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1895 are your only key/certificate pair.
1897 <P> When Alpine starts for the first time, without command line options, 
1898 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1899 it will create it. Then it will go through your keys and certificates and 
1900 find a pair that it can use, and copy the files peter@address.com.key,
1901 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1902 you can do the same by copying these files by yourself. This can be done
1903 with the sequence of commands
1905 <PRE>
1906 mkdir ~/.alpine-smime/.pwd
1907 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1908 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1909 </PRE>
1911 <P> When Alpine starts, you will be asked the password to unlock your
1912 private key with the prompt.
1914 <PRE>
1915 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1916 </PRE>
1918 <P> If you prefer to use different names for your private and public keys 
1919 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1920 preserve the extension of the files. For example, you can use the names 
1921 private_key.key and public_cert.crt instead. In this case, the prompt you 
1922 will see when you are asked to unlock your private key will read
1924 <PRE>
1925 Enter password of key &lt;private_key&gt; to unlock password file:
1926 </PRE>
1928 <P>Observe that you do not need to use an existing key/certificate pair, 
1929 and that you can create a new private key/public certificate pair to 
1930 encrypt and decrypt your password file. Alpine provides a mechanism to
1931 change the encryption key for this file in the S/MIME configuration
1932 screen.
1934 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1936 <P> If Alpine cannot find a suitable private key and public certificate pair
1937 to encrypt your password file, it will create one. When doing so, it will
1938 start the process with the following warning:
1940 <PRE>
1941 Creating a Master Password for your Password file.
1942 </PRE>
1944 <P> Then Alpine will ask you to enter your Master Password:
1946 <PRE>
1947 Create master password (attempt 1 of 3):
1948 </PRE>
1950 <P> Once you enter this password, and it validates according to system policy,
1951 you will be asked to confirm this password. 
1953 <PRE>
1954 Confirm master password (attempt 1 of 3):
1955 </PRE>
1957 <P> If you input the same password, then Alpine will set that as your 
1958 Master Password, and you will use this password to unlock your key in the 
1959 future.
1961 <P> If you would like to switch your Master Password in the future, you can 
1962 do so by creating a new public key and public certificate pair. You can do 
1963 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1964 Certificate for Password File&quot; section, simply enter your current 
1965 password to unlock your current key and then press &quot;C&quot; to create 
1966 a new key.
1969 &lt;End of help&gt;
1970 </BODY>
1971 </HTML>
1972 ====== h_network_encryption_security ======
1973 <HTML>
1974 <HEAD>
1975 <TITLE>Network Encryption Security Explained</TITLE>
1976 </HEAD>
1977 <BODY>
1978 <H1>Network Encryption Security Explained</H1>
1980 You can specify which encryption protocol you would like to try when
1981 creating a secure connection to a server. Alpine will attempt to use
1982 that encryption protocol, but in practice the protocol being used will
1983 default to the most secure protocol that both Alpine and the server
1984 support.
1986 <P> If you use the latest version of OpenSSL, the /ssl modifier to the 
1987 server definition will use the most secure version of the TLS encryption 
1988 protocol. The same will be true if you try /tls1_1 or /tls1_2, but in an 
1989 old version of OpenSSL (pre 1.1.0 series) /tls1_1 might mean to use 
1990 version 1.1 of the TLS protocol.
1992 <P> You will never go wrong by using the /ssl modifier. At the time of
1993 this writing OpenSSL had released version 1.1.1, with support for
1994 TLS version 1.3. If your version of OpenSSL does not support this version
1995 of the TLS protocol, then the /tls1_3 modifier will only mean to use
1996 the most secure version of the TLS protocol that OpenSSL and the
1997 server can negotiate. In future versions of OpenSSL, /tls1_3 might mean
1998 to try to negotiate a higher version of the TLS protocol.
2000 <P> In order to avoid confusion, the /ssl flag is the best way to guarantee
2001 the highest encryption protocol available, and it is the recommended
2002 modifier to the server definition to create a secure encrypted connection.
2005 &lt;End of help&gt;
2006 </BODY>
2007 </HTML>
2008 ====== h_gmail_configuration ======
2009 <HTML>
2010 <HEAD>
2011 <TITLE>Configuring Access to Gmail Using XOAUTH2</TITLE>
2012 </HEAD>
2013 <BODY>
2014 <H1>Configuring Access to Gmail Using XOAUTH2</H1>
2016 Gmail allows you to access their IMAP and SMTP server using either the XOAUTH2
2017 or OAUTHBEARER authentication method. You can choose any of them. A sample configuration for reading
2018 incoming mail is
2021 inbox-path = {imap.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2}INBOX<BR>
2022 smtp-server = smtp.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2
2025 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
2028 Gmail implements the authorize method. This means that in order to use xoauth2, you must
2029 open a URL, login to your Gmail account, and authorize Alpine to access your email. As a
2030 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2031 Once you have done that, Alpine will be able to get a refresh and access token, which
2032 Alpine will use later to read and send email.
2035 &lt;End of help&gt;
2036 </BODY>
2037 </HTML>
2038 ====== h_outlook_configuration ======
2039 <HTML>
2040 <HEAD>
2041 <TITLE>Configuring Access to Outlook Using XOAUTH2</TITLE>
2042 </HEAD>
2043 <BODY>
2044 <H1>Configuring Access to Outlook Using XOAUTH2</H1>
2046 Outlook allows you to access their IMAP and SMTP server using the XOAUTH2
2047 authentication method. A sample configuration for reading incoming mail is
2050 inbox-path = {outlook.office365.com/ssl/user=YourId@outlook.com/auth=xoauth2}INBOX<BR>
2051 smtp-server = smtp.office365.com/submit/user=YourId@outlook.com/auth=xoauth2
2054 Outlook implements the authorize and device methods to get your authorization to access
2055 your account. Alpine uses by default the device method, so try that one first.
2058 &lt;End of help&gt;
2059 </BODY>
2060 </HTML>
2061 ====== h_yahoo_configuration ======
2062 <HTML>
2063 <HEAD>
2064 <TITLE>Configuring Access to Yahoo! Using XOAUTH2</TITLE>
2065 </HEAD>
2066 <BODY>
2067 <H1>Configuring Access to Yahoo! Using XOAUTH2</H1>
2069 Yahoo! allows you to access their IMAP and SMTP server using either the XOAUTH2 or
2070 OAUTHBEARER authentication method. You can choose any of them. A sample configuration for
2071 reading incoming mail is
2074 inbox-path = {imap.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2}INBOX<BR>
2075 smtp-server = smtp.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2
2078 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
2081 Yahoo! implements the authorize method. This means that in order to use xoauth2, you must
2082 open a URL, login to your Yahoo! account, and authorize Alpine to access your email. As a
2083 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2084 Once you have done that, Alpine will be able to get a refresh and access token, which
2085 Alpine will use later to read and send email.
2088 &lt;End of help&gt;
2089 </BODY>
2090 </HTML>
2091 ====== h_yandex_configuration ======
2092 <HTML>
2093 <HEAD>
2094 <TITLE>Configuring Access to Yandex Using XOAUTH2</TITLE>
2095 </HEAD>
2096 <BODY>
2097 <H1>Configuring Access to Yandex Using XOAUTH2</H1>
2099 Yandex allows you to access their IMAP and SMTP server using the XOAUTH2
2100 authentication method. A sample configuration for reading incoming mail is
2103 inbox-path = {imap.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2}INBOX<BR>
2104 smtp-server = smtp.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2
2107 Yandex implements the authorize method. This means that in order to use xoauth2, you must
2108 open a URL, login to your Yandex account, and authorize Alpine to access your email. As a
2109 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2110 Once you have done that, Alpine will be able to get a refresh and access token, which
2111 Alpine will use later to read and send email.
2114 &lt;End of help&gt;
2115 </BODY>
2116 </HTML>
2117 ====== h_xoauth2 ======
2118 <HTML>
2119 <HEAD>
2120 <TITLE>XOAUTH2 Authenticator Explained</TITLE>
2121 </HEAD>
2122 <BODY>
2123 <H1>XOAUTH2 Authenticator Explained</H1>
2125 The XOAUTH2 authenticator method is a way in which you can sign in to your
2126 account to read and send email. This method is different from the traditional
2127 username/password that users are accustomed to, and it needs to be set up
2128 by the user. This text will help you understand this authentication method.
2130 <P> A quick list of services supported by Alpine are (follow each link for
2131 specific configuration instructions)
2133 <UL>
2134 <LI> <A href="h_gmail_configuration">Gmail</A>
2135 <LI> <A href="h_outlook_configuration">Outlook</A>
2136 <LI> <A href="h_yahoo_configuration">Yahoo!</A>
2137 <LI> <A href="h_yandex_configuration">Yandex</A>
2138 </UL>
2141 The most important difference between this method and other authentication
2142 methods is what happens if someone steals your credentials. This method is
2143 attached to three components: Your username, your password and your email
2144 program.
2147 At the beginning of this process, the developer of the email program 
2148 registers the email program with the email service provider (Gmail, 
2149 Outlook, etc.) In return, the email service provider creates a client-id.
2150 In addition, some services provide a client-secret.
2151 Since Alpine is an open source program, these values are part
2152 of the source code, and are known to everyone, and cannot be obfuscated.
2155 After a program has been registered with an email service provider, the 
2156 user must authorize the email program access to their email account in 
2157 that service. Alpine helps you do that, but it cannot do all the process 
2158 for you, and you will need to use an external web browser to authorize
2159 Alpine to read and send email.
2162 This part of the process is simple. Alpine creates a URL based on the id 
2163 and secret created by the email service, which the user opens. Once the 
2164 URL has been opened, the user signs in to the server, and once signed into
2165 the account, the user is asked to authorize Alpine access to the email 
2166 account. If the user agrees, an &quot;<I>Access Code</I>&quot; will be
2167 generated.
2170 An Access Code is a very long string, and so the recommendation is to copy 
2171 and paste this code back into Alpine, at the time Alpine is helping you 
2172 set up this authenticator. This part of the process is done only once per 
2173 email program (If you run Alpine in several computers, you would do this 
2174 once per computer. Each computer gets its own Access Code.)
2177 Once Alpine has an Access Code, it goes back internally to the email 
2178 service and asks it to generate two strings, called the &quot;<I>Refresh 
2179 Token</I>&quot; and the &quot;<I>Access Token</I>&quot;. This part is 
2180 invisible to the user, and they will never see it, but in order for you to 
2181 understand what to do in case you lose them, you need to understand their 
2182 use.
2185 The <I>Access Token</I> is the equivalent of a temporary password. It 
2186 allows the user to access (and reaccess as many times as they would like)
2187 their email account for a limited amount of time, typically 1 hour after
2188 it was issued. After that time expires, users need a new Access Token.
2191 The <I>Refresh Token</I> is the equivalent of a password generator. With 
2192 this token, Alpine can go to the email service provider and request a new 
2193 Access Token. This part of the process does not need user intervention, 
2194 anyone can do this, as long as they have the Refresh Token, program id and 
2195 program secret, so it is important that users keep their Refresh Token as 
2196 secure as they can.
2199 Given that the Refresh Token and the Access Token are long strings, users 
2200 are not supposed to be able to memorize them and recall them later. Alpine 
2201 will store them in the password file, should a user have one. Otherwise, 
2202 the user will have to create one each time they run Alpine, starting by 
2203 creating the Access Code all over each time they try to sign in to their 
2204 email account. When Alpine is compiled with SSL and password file support, 
2205 it will default to saving this information using encryption and under a 
2206 master password, so unless they have made changes to this process, their 
2207 Refresh and Access Tokens are saved securely and persist from one session 
2208 to the next.
2211 Should any person steal your Refresh Token, you must login to your account 
2212 with your username and password and revoke Alpine authorization to your 
2213 account. This is enough to stop the person who stole your Refresh Token 
2214 from accessing your email service. In the case of Gmail, changing your 
2215 password will invalidate your Refresh Token, and this will be enough to 
2216 prevent others from using a stolen Refresh Token. Consult with your email
2217 service provider to learn what you can do if someone steals your Refresh
2218 Token.
2221 If, for any reason, Alpine cannot sign in to your email service for two 
2222 consecutive times with Access Codes generated by your Refresh Token, it 
2223 will remove the Refresh Token from your password file, forcing you to get 
2224 a new one, by getting an Access Code first, and granting authorization to
2225 Alpine to access your email once again.
2228 This implementation of XOAUTH2 knows the list of servers that it can
2229 access using the same credentials, so Alpine will be able to read and send
2230 emails using the same Access Token. You will not have to create
2231 Access and Refresh Tokens for the IMAP and SMTP servers separately.
2234 &lt;End of help&gt;
2235 </BODY>
2236 </HTML>
2237 ====== h_xoauth2_config_screen ======
2238 <HTML>
2239 <HEAD>
2240 <TITLE>XOAUTH2 Configuration Screen</TITLE>
2241 </HEAD>
2242 <BODY>
2243 <H1>XOAUTH2 Configuration Screen</H1>
2245 The XOAUTH2 configuration screen helps you connect your client-id and
2246 other configuration information about the service you want to use with
2247 Alpine.
2249 <P> Alpine provides a default configuration for you. For some providers
2250 this configuration does not work, and requires you to get your own
2251 Client-ID for Alpine. Depending on the service, you might need extra information,
2252 such as a Client-Secret or a Tenant.
2254 <P> If the default configuration of Alpine does not work for you, you can simply
2255 replace the default configuration of Alpine by your new configuration. If for
2256 any reason you need to have a second client-id, you can use the ^A command to
2257 add a new configuration for one of the supported services by Alpine.
2259 <P> If you wish to delete a configuration for a service, place the cursor
2260 on the configuration you want to delete and press ^D.
2262 <P> When you have more than one client-id for the same service, is is convenient
2263 to fill up the username field. This will tell Alpine that that specific configuration
2264 is to be used with the username(s) specified in that variable. If Alpine cannot
2265 determine which configuration to use, it will ask you to select the correct
2266 Client-ID for your connection. This could happen when you are trying to login to
2267 your account. The client-id you select will be used by Alpine for that and future
2268 connections to that server.
2272 &lt;End of help&gt;
2273 </BODY>
2274 </HTML>
2275 ====== h_tls_failure_details ======
2276 <HTML>
2277 <HEAD>
2278 <TITLE>Certificate Validation Details</TITLE>
2279 </HEAD>
2280 <BODY>
2281 <H1>Certificate Validation Details</H1>
2283 This screen gives details as to why the certificate validation failed: the
2284 name of the desired server system; the reason for failure; and the name on
2285 the certificate.  This is primarily of interest to experts.
2288 &lt;End of help&gt;
2289 </BODY>
2290 </HTML>
2291 ====== h_tls_failure ======
2292 <HTML>
2293 <HEAD>
2294 <TITLE>TLS or SSL Failure</TITLE>
2295 </HEAD>
2296 <BODY>
2297 <H1>TLS or SSL Failure</H1>
2299 An attempt was made to establish a secure, encrypted connection to the
2300 server system using either Transport Layer Security (TLS) or the older
2301 Secure Sockets Layer (SSL).  This attempt failed.
2304 You should contact your server system management for more assistance.
2305 The problem is probably at the server system and not in Alpine or your local
2306 system.  The text in this screen may be helpful for the server system
2307 management in debugging the problem,
2310 &lt;End of help&gt;
2311 </BODY>
2312 </HTML>
2313 ====== h_tls_validation_failure ======
2314 <HTML>
2315 <HEAD>
2316 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
2317 </HEAD>
2318 <BODY>
2319 <H1>TLS and SSL Certificate Validation Failures</H1>
2321 An attempt was made to establish a secure, encrypted connection to the
2322 server system using either Transport Layer Security (TLS) or the older
2323 Secure Sockets Layer (SSL).
2326 An important part of this procedure is server certificate validation.  A
2327 server certificate is an &quot;electronic identification card&quot; for the server
2328 system that is signed by a well-known certificate authority (CA).  Alpine
2329 compares the server system identity in the server certificate with the
2330 name of the server system to which it is trying to connect.  Alpine also
2331 verifies that the CA signature is authentic.
2334 Some common failure conditions are:
2337 <UL>
2338   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
2339 signed its own certificate.  This does not necessarily indicate anything
2340 bad; the server operators may simply have elected to not purchase a
2341 signed certificate from a certificate authority.
2343   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
2344 the signature on the server system is from an unknown certificate authority.
2345 It can also mean that no certificate authority certificates have been
2346 installed on the local UNIX system.
2348   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
2349 the same as either of the above two conditions in UNIX Alpine.  Note that
2350 Windows systems typically have a full set of certificate authority
2351 certificates installed, so it is more likely to be a self-signed
2352 certificate than an unknown certificate authority.
2354   <LI> Server name does not match certificate.  This means that the server
2355 presented a proper signed certificate for a name other than the desired
2356 name.
2357 </UL>
2360 Any of these conditions can indicate that you are being attacked and have
2361 been directed to an imposter server that will record your password and
2362 your private mail messages.  It can also mean something innocuous.
2365 If you are certain that the problem is innocuous, you can append the
2366 option
2369 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
2372 to the server system name where it appears in your configuration (e.g. the
2373 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
2374 a folder-collection, or a news or SMTP server).  This will
2375 disable certificate validation.  On the other hand, if you are attacked,
2376 you will get no warning if you do this.
2378 <P> When you get an error indicating a self-signed certificate from the 
2379 remote server, you can download and install the certificate for that 
2380 server. Avoid using the /NoValidate-Cert modifier. Alpine cannot help you 
2381 with this process because certificates are part of the system and are not 
2382 under the control of the user. Find directions on how to download and 
2383 install certificates for your system using your favorite search engine.
2386 &lt;End of Cert Validation Failures help&gt;
2387 </BODY>
2388 </HTML>
2389 ====== h_oauth2_start ======
2390 <HTML>
2391 <HEAD>
2392 <TITLE>Setting up XOAUTH2 Authentication</TITLE>
2393 </HEAD>
2394 <BODY>
2395 <H1>Setting up XOAUTH2 Authentication</H1>
2397 You are trying to connect to a server that uses the XOAUTH2 method of
2398 authentication.
2401 In order to complete this process use a browser in the same computer
2402 that you are using Alpine to open the given URL.
2405 You will be sent to authenticate and later to authorize Alpine access to
2406 your email. Once you have completed the authorization process you will get
2407 a code. Input this code into Alpine by pressing 'C'. If you do not see a
2408 code, but see an error message in your browser, copy and paste the URL of
2409 the error page and paste into alpine after pressing the 'C' key.
2412 After you have input the code, Alpine will conclude logging you into your
2413 account.
2416 If your version of Alpine was compiled to save passwords, then Alpine will save
2417 the refresh and access tokens securely, otherwise you will have to repeat this
2418 process every time you login to this server.
2421 &lt;End of setting up XOAUTH2 Authentication help&gt;
2422 </BODY>
2423 </HTML>
2424 ====== h_oauth2_start_device ======
2425 <HTML>
2426 <HEAD>
2427 <TITLE>Setting up XOAUTH2 Authentication Using the Device Flow</TITLE>
2428 </HEAD>
2429 <BODY>
2430 <H1>Setting up XOAUTH2 Authentication Using the Device Flow</H1>
2432 You are trying to connect to a server that uses the XOAUTH2 method of
2433 authentication.
2436 In order to complete this process use a browser in the same computer
2437 that you are using Alpine to open the given URL and enter the code that you
2438 were given by Alpine in that screen.
2441 You will be sent to authenticate and later to authorize Alpine access to
2442 your email. Once you have completed the authorization process Alpine will
2443 get the refresh and access tokens from the service servers and the authentication
2444 process will be completed by Alpine.
2447 If your version of Alpine was compiled to save passwords, then Alpine will save
2448 the refresh and access tokens securely, otherwise you will have to repeat this
2449 process every time you login to this server.
2452 &lt;End of setting up XOAUTH2 Authentication help&gt;
2453 </BODY>
2454 </HTML>
2455 ====== h_release_tlscerts ======
2456 <HTML>
2457 <HEAD>
2458 <TITLE>TLS and SSL usage note</TITLE>
2459 </HEAD>
2460 <BODY>
2461 <H1>TLS and SSL usage note</H1>
2464 When using Alpine from Unix or Windows 2000,
2465 server certificates must be signed by a trusted certificate authority.
2466 You may relax this requirement (at the cost of some security) by using
2468 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
2469 modifier in the mailbox name.
2472 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
2475 The fully-qualified host name of the server should be used
2476 so that it matches the host name in the server certificate.
2478 Here is an example of a host specification that directs Alpine to use
2479 the SSL port (993) and an encrypted data stream.
2481 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
2483 &lt;End of TLS usage help&gt;
2484 </BODY>
2485 </HTML>
2486 ====== h_news_config ======
2487 <HTML>
2488 <HEAD>
2489 <TITLE>Alpine Configuration</TITLE>
2490 </HEAD>
2491 <BODY>
2492 <H1>Alpine Configuration</H1>
2494 <H2>Using Environment Variables</H2>
2496 The values of Alpine configuration options may include environment variables
2497 that are replaced by the value of the variable at the time Alpine is run
2498 (and also at the time the config option is changed).
2499 The syntax to use environment variables is a subset of the common Unix
2500 shell dollar-syntax.
2501 For example, if
2503 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
2505 appears in the value of an Alpine configuration option it is looked up in the
2506 envirom ent (using getenv(&quot;VAR&quot;)) and its
2507 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
2508 To include a literal dollar sign you may precede the dollar sign with another
2509 dollar sign.
2510 In other words, if the text
2512 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
2514 is the value of a configuration option, it will be expanded to
2516 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
2518 and no environment lookup will be done.
2519 For Unix Alpine it will also work to use a backslash character to
2520 escape the special meaning of the dollar sign, but $$ is preferable since
2521 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
2522 to be in a shared configuration file.
2525 This all sounds more complicated than it actually is.
2526 An example may make it clearer.
2527 Unfortunately, the way in which environment variables are set is OS-dependent 
2528 and command shell-dependent.
2529 In some Unix command shells you may use
2531 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
2532    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
2534 Now, if you use Alpine's Setup/Config screen to set
2536 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
2538 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
2539 so that this would be equivalent to
2541 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
2543 Note, environment variable substitution happens after configuration
2544 options that are lists are split into the separate elements of the list,
2545 so a single environment variable can't contain a list of values.
2548 The environment variable doesn't have to be the only thing
2549 after the equal sign.
2550 However, if the name of the variable is not at the end of the line or
2551 followed by a space (so that you can tell where the variable name ends),
2552 it must be enclosed in curly braces like
2554 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
2556 It is always ok to use the braces even if you don't need to.
2558 It is also possible to set a default value for an environment variable.
2559 This default value will be used if the environment variable is not
2560 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
2561 The syntax used to set a default value is
2563 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
2565 If the config file contains
2567 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
2569 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
2570 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
2571 the value that <SAMP>VAR</SAMP> was set to, otherwise,
2572 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
2573 the default value.
2574 (Note that the variable is called &quot;personal-name&quot; in the config
2575 file but is displayed in the config screen as
2576 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
2577 In general, the value that goes into a config file is never exactly the
2578 same as the value you see on the screen.)
2581 An example where an environment variable might be useful is the
2582 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
2583 Suppose most users used the server
2585 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
2587 but that there were some exceptions who used
2589 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
2591 In this case, the system manager might include the following line in
2592 the systemwide default Alpine configuration file
2594 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
2596 For the exceptional users adding
2598 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
2600 to their environment should work.
2602 Another example might be the case where a user has to use a different
2603 SMTP server from work and from home.
2604 The setup might be something as simple as
2606 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
2608 or perhaps a default value could be given.
2609 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
2610 a list of SMTP servers.
2613 <H2>Configuration precedence</H2>
2615 There are several levels of Alpine configuration.  Configuration values at
2616 a given level override corresponding values at lower levels.  In order of
2617 increasing precedence:
2619 <UL>
2620  <LI> built-in defaults
2621  <LI> system-wide
2622 <!--chtml if pinemode="os_windows"-->
2623       config file from command line or provided
2624       by "PINECONF" environment variable
2625 <!--chtml else-->
2626       pine.conf file
2627 <!--chtml endif-->
2628  <LI> personal configuration file
2629  <LI> personal exceptions configuration file
2630  <LI> command-line options
2631  <!--chtml if pinemode="os_windows"--><!--chtml else-->
2632  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
2633 </UL>
2635 The values in both the personal configuration file and the
2636 <A HREF="h_config_exceptions">exceptions</A>
2637 configuration file may be set using the Setup command.
2638 Setup/Config is the command to change most of the personal configuration
2639 options.
2640 The other Setup subcommands are also used to change the configuration,
2641 for example, Setup/AddressBook, Setup/Rules, and so on.
2642 Changing the personal exceptions configuration is very similar.
2643 To change a value in the Config screen you would use the command
2644 Setup/eXceptions/Config.
2645 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
2647 There are a couple exceptions to the rule that configuration values are replaced
2648 by the value of the same option in a higher-precedence file.
2649 The Feature-List variable has values that are additive, but can be
2650 negated by prepending &quot;no-&quot; in front of an individual feature name.
2651 So for features, each individual feature's value is replaced by the value
2652 of the same feature in a higher-precedence file.
2653 Note that this is done automatically for you when you change these values via
2654 the Setup/Config command.
2655 The other exception to the <EM>replace</EM> semantics happens when you
2656 use <A HREF="h_config_inheritance">configuration inheritance</A>
2657 for option lists.
2660 <H2>File name defaults</H2>
2662 Notes:<P>
2664 <BR> &lt;exe dir&gt; = directory where pine.exe found.
2665 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
2666 <BR> # = default file name is overridable in pinerc.
2667 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
2668 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
2669 <BR> + between the mailcap paths implies that the two files are combined.
2670 <BR> ; between other default paths implies that the first one found is used.
2671 </P>
2672 Alpine looks for most support files in the same directory it finds its
2673 personal configuration file (pinerc).  The -p command-line flag may be
2674 used to specify a particular path name for the pinerc file.  If a
2675 pinerc file does not exist, it will be created (if directory permissions
2676 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
2677 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
2678 file does not exist in either one, it will create one in the first of those
2679 two directories that is writable.  In detail:
2680 <PRE>
2682 PC-Alpine:
2684  executable     &lt;DOS search path&gt;&#92;pine.exe
2685  help index     &lt;exe dir&gt;&#92;pine.ndx
2686  help text      &lt;exe dir&gt;&#92;pine.hlp
2688  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
2689  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
2690  global cfg     $PINECONF
2692  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
2693  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
2694  signature#     &lt;pinerc dir&gt;&#92;pine.sig
2695  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
2696  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
2697  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
2698  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
2699  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
2700  postponed#     $HOME&#92;mail&#92;postpond.mtx
2701  interrupted    $HOME&#92;mail&#92;intruptd
2703 Unix Alpine:
2705  executable     &lt;Unix search path&gt;/pine
2706  persnl cfg     ~/.pinerc
2707  except cfg     ~/.pinercex
2708  global cfg     <!--#echo var="PINE_CONF_PATH"-->
2709  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
2710  local help     <!--#echo var="PINE_INFO_PATH"-->
2712  interrupted    ~/.pine-interrupted-mail
2713  debug          ~/.pine-debugN
2714  crash          ~/.pine-crash
2715  newsrc#        ~/.newsrc
2716  signature#     &lt;pinerc dir&gt;/.signature
2717  addressbook#   &lt;pinerc dir&gt;/.addressbook
2718  postponed#     ~/mail/postponed-msgs
2719  sentmail#      ~/mail/sent-mail
2720  mailcap#       ~/.mailcap + /etc/mailcap
2721                            + /usr/etc/mailcap + /usr/local/etc/mailcap
2722  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
2724  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
2725  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
2726  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
2727  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
2728  password       /etc/passwd
2730 Unix Alpine and PC-Alpine:
2732  .ab*           remote addressbook support files
2733  a[1-9]*        temporary (while Alpine is running) addressbook files
2735 </PRE>
2738 <H2>Mailcap files</H2>
2740 Alpine honors the mailcap configuration system for specifying external
2741 programs for handling attachments.  The mailcap file maps MIME attachment
2742 types to the external programs loaded on your system that can display
2743 and/or print the file.  A sample mailcap file comes bundled with the Alpine
2744 distribution.  It includes comments that explain the syntax you need to
2745 use for mailcap.  With the mailcap file, any program (mail readers,
2746 newsreaders, WWW clients) can use the same configuration for handling
2747 MIME-encoded data.
2750 <H2>MIME-Types files</H2>
2752 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
2753 what Content-Type to use for labeling an attached file, based on
2754 the file extension.  That is, this file provides a mapping between
2755 filename extensions and MIME content-types.
2758 <H2>Environment variables</H2>
2760 PC-Alpine uses the following environment variables:
2761 <DL>
2762 <DT>PINERC</DT>
2763 <DD>Optional path to pinerc file.</DD>
2764 <DT>PINERCEX</DT>
2765 <DD>Optional path to personal exceptions configuration file.</DD>
2766 <DT>PINECONF</DT>
2767 <DD>Optional path to global pine config file.</DD>
2768 <DT>HOME</DT>
2769 <DT>TMPDIR, TMP, or TEMP</DT>
2770 <DT>COMSPEC</DT>
2771 <DT>MAILCAPS</DT>
2772 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
2773 <DT>USER_DICTIONARY</DT>
2774 <DD>Used to specify the file to contain the user's spell check
2775 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
2776 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
2777 </DL>
2779 Unix Alpine uses the following environment variables:
2780 <DL>
2781 <DT>TERM</DT>
2782 <DD>Tells Alpine what kind of terminal is being used.</DD>
2783 <DT>DISPLAY</DT>
2784 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
2785 <DT>SHELL</DT>
2786 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
2787 <DT>TMPDIR, TMP, or TEMP</DT>
2788 <DT>MAILCAPS</DT>
2789 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
2790 </DL>
2791 <!--chtml if pinemode="os_windows"-->
2793 <H2>Common PC-Alpine Configuration Problems</H2>
2795 <H3>Configuration settings aren't being saved</H3>
2797 <P>This problem can happen if you run pine from one directory and
2798 then decide to move your pine directory to another location.  PC-Alpine
2799 stores certain variables, including the configuration location, in the
2800 Windows Registry (which you shouldn't ever need to manually edit).  There
2801 are a couple of ways to go about removing or resetting the values in the
2802 registry.
2805 1) Run PC-Alpine's registry value deletion command.  This can be done by
2806 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
2807 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
2808 value to the above command.
2811 2) Tell PC-Alpine where to look for the configuration file.  Configuration
2812 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
2813 option, you can tell PC-Alpine the location of your pinerc.  An example of
2814 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;.
2815 Again, you can use the DOS prompt or the shortcut method explained in (1).
2818 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
2819 set registry values to the current setting, and is therefore useful with
2820 the &quot;-p&nbsp;PINERC&quot; option.
2822 <!--chtml endif-->
2824 &lt;End of Configuration Notes&gt;
2825 </BODY>
2826 </HTML>
2827 ====== h_news_legal ======
2828 <html>
2829 <head>
2830 <TITLE>Alpine Legal Notices</TITLE>
2831 </head>
2832 <body>
2834 <H1>Alpine Legal Notices</H1>
2836 Alpine and its constituent programs are covered by the Apache License Version 2.0.
2840 &lt;End of Alpine Legal Notices&gt;
2841 </BODY>
2842 </HTML>
2843 ===== h_info_on_mbox =====
2844 <HTML>
2845 <HEAD>
2846 <TITLE>Information on mbox driver</TITLE>
2847 </HEAD>
2848 <BODY>
2849 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
2851 Beginning with Pine 4.00 (Pine came before Alpine)
2852 a new INBOX access method is
2853 available as part of the standard configuration.  It is called the
2854 &quot;mbox&quot; driver and it works like this:<P>
2857 <BLOCKQUOTE>
2858 If the file &quot;mbox&quot; exists in the user's home directory, and
2859 is in Unix mailbox format, then when INBOX is opened this file will be
2860 selected as INBOX instead of the mail spool file.  Messages will be
2861 automatically transferred from the mail spool file into the mbox
2862 file.
2863 </BLOCKQUOTE>
2866 The advantage of this method is that, after new mail has been copied
2867 from the system mail spool, all subsequent access is confined to the
2868 user's home directory, which is desirable on some systems.  However, a
2869 possible disadvantage is that mail tools other than those from the
2870 University of Washington will not know to look for mail in the user's
2871 mbox file.  For example, POP or IMAP servers other than those from the
2872 University of Washington, and many &quot;new mail notification&quot;
2873 programs may not work as expected with this driver enabled.<P>
2875 To disable this behavior, either remove/rename the &quot;mbox&quot;
2876 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
2877 option in Setup/Config
2878 and add &quot;mbox&quot; to it:
2880 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
2882 &lt;End of help on this topic&gt;
2883 </BODY>
2884 </HTML>
2885 ===== h_info_on_locking =====
2886 <HTML>
2887 <HEAD>
2888 <TITLE>FAQs on Alpine Locking</TITLE>
2889 </HEAD>
2890 <BODY>
2891 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
2893 There is an extensive section on locking in the Alpine technical notes;
2894 this information is intended to provide answers to some common questions:<P>
2895 <OL>
2896 <LI> Why did locking change in Pine 4.00?<BR>
2897 The actual locking mechanisms did not change in 4.00.
2898 What changed is that when one particular locking mechanism used by Alpine 
2899 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
2900 failure would occur, but no warning was issued.<P>
2902 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
2903 Yes.  It means that Alpine was unable to create a lockfile in the
2904 spool directory, generally because of overly restrictive protections on the
2905 spool directory.  The correct permissions on the spool directory for
2906 running Alpine are 1777, i.e. read-write-execute permission for everyone,
2907 with the sticky-bit set, so only owners of a file can delete them.<P>
2909 <LI> Why does Alpine require that the mail spool directory have 1777
2910    protections?<BR>
2911 Alpine was designed to run without special privileges.  This means that in
2912 order to create a lockfile in the spool directory, it is necessary to have
2913 the spool directory permissions be world-writable.<P>
2915 <LI> Can't you create the lockfile somewhere else?<BR>
2916 No.  The lockfile in question must be in the mail spool directory, because
2917 that's where the mail delivery program expects to find it, and the purpose
2918 of the file is to coordinate access between the mail client (Alpine) and the
2919 mail delivery program.<P>
2921 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
2922 No.  Remember that the individual mail files in the spool directory are
2923 NOT world-writable, only the containing directory.  Setting the &quot;sticky
2924 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
2925 -- means that only the owner of the file (or root) can delete files in the 
2926 directory.  So the only bad behavior that is invited by the 1777 mode is that 
2927 anyone could
2928 create a random file in the spool directory.  If the spool directory is
2929 under quota control along with home directories, there is little incentive
2930 for anyone to do this, and even without quotas a periodic scan for
2931 non-mail files usually takes care of the problem.  <P>
2933 <LI> Why not run Alpine as setgid mail?<BR>
2934 Alpine was never designed to run with privileges, and to do so introduces a
2935 significant security vulnerability.  For example, if a user suspends Alpine,
2936 the resulting shell will have group privileges.  This is one example of
2937 why we strongly recommend against running Alpine as a privileged program.
2938 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
2939 users
2940 could not test Alpine versions or other mailers that had not been installed
2941 by the system administrators.<P>
2944 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
2945 There are, but they all have different sets of tradeoffs, and not all will
2946 work on all systems.  Some examples:<UL>
2947  <LI> Use lock system calls.  Works fine on a few systems, provided mail
2948    spool is local.   Doesn't work reliably if NFS is used.
2949    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
2950    use the same calls.
2951  <LI> Deliver mail to user's home directory.  An excellent solution, highly
2952    recommended -- but one which is incompatible with some &quot;legacy&quot; 
2953 mail tools that always look in the spool directory for the mail.
2954 </UL><P>
2956 <LI> Are these spool directory lock files the only kinds of locks used by
2957    Alpine?<BR>
2958 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
2959 mailbox format folders, these are used to coordinate access between
2960 multiple Alpine sessions.  <P>
2962 <LI> What about the 
2963 <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>
2964 This is for people who are content to live dangerously, or who have
2965 specific knowledge that the spool directory lockfiles are superfluous on
2966 their system (because both Alpine and the mail delivery program are using 
2967 system call file locking in a context that works reliably, e.g. not NFS.)<P>
2969 <LI> Where can I find more details on how Alpine locking works?<BR>
2970 See the Alpine Technical Notes.<P>
2972 </OL>
2974 &lt;End of help on this topic&gt;
2975 </BODY>
2976 </HTML>
2977 ===== h_finding_help ====
2978 <HTML>
2979 <HEAD>
2980 <TITLE>Finding more information and requesting help</TITLE>
2981 </HEAD>
2982 <BODY>
2983 <H1>Places to Look for More Answers</H1>
2984 If you have questions about or problems with Alpine that you cannot resolve 
2985 after consulting the program's internal, context-sensitive help screens, here 
2986 are additional information resources that you may find helpful:
2988 <UL>
2989   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
2991   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
2993   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
2994 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
2995   since the last version, which may be useful for you to be aware of, 
2996 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
2997 a change in the way an aspect of Alpine works.  There, you will also find notes 
2998 on Alpine configuration.<P>
2999   <LI> The main site for Alpine contains information on configuring and solving problems
3000        with Alpine, it can be found at
3002 <CENTER><A HREF="https://alpineapp.email">https://alpineapp.email</A></CENTER>  
3004   <LI> Archives of the Alpine-info mailing list, at <A 
3005 href="http://mailman13.u.washington.edu/pipermail/alpine-info/">http://mailman13.u.washington.edu/pipermail/alpine-info/</A>
3007   <LI>The newsgroup comp.mail.pine.
3009 </UL>
3010 <P><HR WIDTH="75%">
3011 <H1>Requesting help</H1>
3012 If the internal help, the Release Notes, and your 
3013 local online and print resources do not help you resolve a problem, please
3014 start by contacting your local computer support staff and asking for help.
3016 This is especially true if:
3017 <ul>
3018   <li>You suddenly have trouble sending or receiving mail.
3019   <li>You receive a "disk quota exceeded" message.
3020   <li>You have forgotten your password.
3021   <li>You think your account may have been compromised.
3022   <li>You need help viewing an attachment.
3023   <li>You need to know how to configure your:
3024       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
3025       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
3026       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
3027       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
3028   <li>You want to know what alternative editors or spellcheckers you may be able to use.
3029   <li>You want to block email from a particular person.
3030   <li>You're going on vacation and need to autorespond to incoming mail.
3031   <li>You want to automatically file or filter incoming messages.
3032 </ul>
3034 In all of these cases,
3035 you should contact <B>your</B> support staff, because <B>only they</B> 
3036 will be able to assist you effectively. Your support staff may be, depending on who 
3037 provides you with the email account you use Alpine with, for example:<UL>
3038 <LI> the computing help desk of (a department of) your university, school, 
3039 employer, ... ; or
3040 <LI> the customer service center of your Internet Service Provider; or
3041 <LI> the friendly volunteer helpers of your Freenet; or
3042 <LI> the person who setup your computer and internet connection.
3043 </UL>
3046 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
3047 newsgroup can be a valuable source of information and assistance for Alpine 
3048 user issues.
3050 For systems/email administrators, developers, trainers, user support
3051 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
3052 level, the mailing list alpine-info is available; for information on
3053 subscribing and posting to it, see
3055 <CENTER><A HREF="https://mailman13.u.washington.edu/mailman/listinfo/alpine-info">https://mailman13.u.washington.edu/mailman/listinfo/alpine-info</A></CENTER>
3058 Regardless of whom you are asking for help with Alpine, remember 
3059 to provide as much detail as you can about the
3060 nature of any problem you are encountering, such as
3061 <UL>
3062 <LI>when it first occurred;
3063 <LI>what, if anything, happened that might have brought it about;
3064 <LI>whether it still persists;
3065 <LI>whether it is reproducible, and if so, how;
3066 <LI>what, if anything, you already tried to solve it.
3067 </UL> 
3068 It may also be helpful if you specify what version of Alpine you are using 
3069 <!--chtml if pinemode="running"-->
3070 -- this is <!--#echo var="ALPINE_VERSION"--> --
3071 <!--chtml endif-->
3072 and on what system, and when the copy of Alpine you are using was created
3073 <!--chtml if pinemode="running"-->
3074 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
3075 <!--chtml endif-->
3077 <!--chtml if pinemode="running"-->
3078 <P>   
3079 When the Alpine program you are currently using was installed, a support
3080 contact email address may have been set up; in that case, you can simply select
3081 this link now to send a message to it:<BR>
3082 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
3083 <!--chtml endif-->
3084 <!--chtml if [ -r PINE_INFO_PATH ]-->
3085 <HR WIDTH="75%">Local Support Contacts:<P>
3086 <!--#include file="PINE_INFO_PATH"-->
3087 <HR WIDTH="75%">
3088 <!--chtml endif-->
3089 <P> 
3090 &lt;End of help on this topic&gt;
3091 </BODY>
3092 </HTML>
3093 ===== new_user_greeting ======
3094 <HTML>
3095 <HEAD>
3096 <TITLE>NEW USER GREETING</TITLE>
3097 </HEAD>
3098 <BODY>
3099 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3100 <BR>
3101 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
3102 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
3103 select Setup/Config to see many of the options available to you. Also note
3104 that all screens have context-sensitive help text available.
3107 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3108 href="h_apache_license">Apache License 2.0</A>.
3111 Alpine's privacy policy is a living, online only, document, which can be found at
3112 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
3113 By following the previous link,  Alpine
3114 will connect to an external server, and will download it and display
3115 it for you. Please take some time to read it and understand it.
3116 Since the Privacy Policy could be amended to take into consideration
3117 new additions to Alpine, please check it periodically. You can always
3118 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3121 To Exit this screen and continue your Alpine session press "E".
3122 </BODY>
3123 </HTML>
3124 ===== new_alpine_user_greeting ======
3125 <HTML>
3126 <HEAD>
3127 <TITLE>NEW ALPINE USER GREETING</TITLE>
3128 </HEAD>
3129 <BODY>
3130 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3131 <BR>
3132 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
3133 Your Alpine configuration file indicates that you may have used Pine before
3134 but not Alpine.
3135 If you are familiar with the way Pine works, you should be comfortable
3136 using Alpine.
3137 Your Pine configuration file is automatically used for Alpine.
3138 The Release Notes may be viewed by pressing 
3139 &quot;R&quot; now or while in the MAIN MENU.
3142 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3143 href="h_apache_license">Apache License 2.0</A>.
3146 Alpine's privacy policy is a living, online only, document, which can be found at
3147 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
3148 By following the previous link,  Alpine
3149 will connect to an external server, and will download it and display
3150 it for you. Please take some time to read it and understand it.
3151 Since the Privacy Policy could be amended to take into consideration
3152 new additions to Alpine, please check it periodically. You can always
3153 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3156 To Exit this screen and continue your Alpine session press "E".
3157 </BODY>
3158 </HTML>
3159 ===== new_version_greeting ======
3160 <HTML>
3161 <HEAD>
3162 <TITLE>NEW VERSION GREETING</TITLE>
3163 </HEAD>
3164 <BODY>
3165 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3166 <BR>
3167 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
3168 Your Alpine configuration file indicates that you may not have used 
3169 this version of Alpine before.  This version's significant changes are
3170 documented in the Release Notes, which may be viewed by pressing 
3171 &quot;R&quot; now or while in the MAIN MENU.
3175 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3176 href="h_apache_license">Apache License 2.0</A>.
3179 Alpine's privacy policy is a living, online only, document, which can be found at
3180 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
3181 By following the previous link,  Alpine
3182 will connect to an external server, and will download it and display
3183 it for you. Please take some time to read it and understand it.
3184 Since the Privacy Policy could be amended to take into consideration
3185 new additions to Alpine, please check it periodically. You can always
3186 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3189 To Exit this screen and continue your Alpine session press "E".
3190 </BODY>
3191 </HTML>
3193 ===== main_menu_tx ======
3194 <HTML>
3195 <HEAD>
3196 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
3197 </HEAD>
3198 <BODY>
3199 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
3200 <DIV ALIGN=CENTER>
3201 Version <!--#echo var="ALPINE_VERSION"-->
3202 <!--chtml if pinemode="running"-->
3203 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
3204 <!--chtml endif-->
3205 </DIV>
3206 <CENTER>Copyright 2013-2021 Eduardo Chappa,
3207 <BR>Copyright 2006-2008 University of Washington.
3208 </CENTER>
3211 When you are viewing a help screen, there may be links to
3212 other topics highlighted (in Reverse video) in the text.
3213 Here is an example.
3214 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
3215 highlighted.
3216 If you type carriage return (or V for View Link, see the commands at the
3217 bottom of the screen) you will be taken to a new help screen to view the
3218 Introduction.
3219 The commands at the bottom of the screen should then include
3220 &quot;P Prev Help&quot;.
3221 If you type &quot;P&quot; you will end up back here.
3222 If you type &quot;E&quot; for Exit, you will be back out of help and returned
3223 to the place you were in Alpine when you entered Help.
3224 In this case, you would go back to the MAIN MENU.
3225 There are also other links that are highlighted in bold (or the color used
3226 by your terminal to display bold).
3227 The items after the Introduction in the TABLE OF CONTENTS are all examples
3228 of such links.
3229 In order to view those links, you first have to make the link you want
3230 to view the current link.
3231 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
3232 (see bottom of screen) can do that for you.
3235 <H2>TABLE OF CONTENTS</H2>
3236 <OL>
3237   <LI> The Basics of Alpine
3238   <UL>
3239      <LI> <A HREF="h_mainhelp_intro">Introduction</A>
3240      <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
3241      <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
3242      <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
3243      <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
3244      <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
3245      <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
3246      <!--chtml if [ -r PINE_INFO_PATH ]-->
3247      <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
3248      <!--chtml endif-->
3249      <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
3250   </UL>
3252   <LI> Description of Alpine Screens
3253   <UL>
3254       <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
3255       <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
3256       <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
3257       <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
3258       <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
3259       <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
3260   </UL>
3262   <LI> Email Processing
3263   <UL>
3264       <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
3265       <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
3266       <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
3267   </UL>
3269   <LI> Configuring Additional Accounts
3270   <UL>
3271       <LI> <A HREF="h_mainhelp_folders">Folders</A>
3272       <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
3273       <LI> <A href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3274       <LI> <A HREF="h_mainhelp_roles">Incoming and Outgoing Settings for other Accounts</A> (a.k.a Roles)
3275   </UL>
3277   <LI> Finding and Saving your Contacts
3278   <UL>
3279        <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
3280        <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
3281   </UL>
3283   <LI> Security
3284   <UL>
3285       <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
3286       <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
3287   </UL>
3289   <LI> Miscelaneous Configurations
3290   <UL>
3291       <LI> <A HREF="h_mainhelp_color">Color Setup</A>
3292       <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
3293       <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
3294   </UL>
3295 </OL>
3298 &lt;End of help on this topic&gt;
3299 </BODY>
3300 </HTML>
3301 ===== h_mainhelp_intro ======
3302 <HTML>
3303 <HEAD>
3304 <TITLE>Introduction</TITLE>
3305 </HEAD>
3306 <BODY>
3307 <H1>Introduction</H1>
3309 Alpine is an &quot;Alternatively Licensed Program for Internet
3310 News and Email&quot; produced until 2009 by the University of Washington.
3311 It is intended to be an easy-to-use program for
3312 sending, receiving, and filing Internet electronic mail messages and
3313 bulletin board (Netnews/Usenet) messages. Alpine supports the following
3314 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
3315 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
3316 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
3317 Directory Access Protocol).<p>
3319 Although originally designed for inexperienced email users, Alpine has
3320 evolved to support many advanced features.  There are an ever-growing
3321 number of configuration and personal-preference options, though which of
3322 them are available to you is determined by your local system managers. 
3324 <H2>WHAT ALPINE DOES...</H2>
3326 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
3327 allows you to
3328 compose and read messages using Internet mail standards.  (Whether you
3329 can correspond with others on the Internet depends on whether or not your
3330 computer is connected to the Internet.)  Alpine also allows reading and
3331 posting messages on the Internet &quot;net news&quot; system, provided
3332 that your site operates a suitable news server.
3334 <H2>WHAT ALPINE DOES NOT DO...</H2>
3336 A &quot;mail user agent&quot; such as Alpine is just one part of a
3337 messaging system. Here are some things that are <B>not</B> done by Alpine,
3338 but require other programs:<P>
3339 <UL>
3340  <LI> Actual relaying of email... which is done by &quot;message transfer 
3341 agents&quot;.
3342  <LI> Vacation messages... automatically responding to incoming messages
3343  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
3344 email.
3345  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
3346  <LI> List processing... resending one message to a list of recipients.
3347 </UL>
3350 &lt;End of help on this topic&gt;
3351 </BODY>
3352 </HTML>
3354 ===== h_mainhelp_pinehelp ======
3355 <HTML>
3356 <HEAD>
3357 <TITLE>Alpine Help</TITLE>
3358 </HEAD>
3359 <BODY>
3360 <H1>Alpine Help</H1>
3362 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
3363 use will have its own help text, explaining the choices available for that
3364 screen. This general help section, on the other hand, attempts to give an 
3365 overall picture of what Alpine is capable of doing, as well as pointers to 
3366 additional help sections about specific topics.<p>
3368 Much of the help text contains links to further help topics, similar to
3369 how the World Wide Web works.
3370 You may choose a link to view using the &quot;NextLink&quot; and
3371 &quot;PrevLink&quot; commands to change the link that is highlighted.
3372 The &quot;View Link&quot; command will then show you the highlighted link.
3373 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
3374 will return you to where you were before viewing the link, and &quot;Exit Help&quot
3375 will return you to the location in Alpine before you asked for help.
3376 For example, if you are reading this text in Alpine you may return to the
3377 help table of contents with the &quot;Prev Help&quot; command or you may view the
3378 Release notes link in the next paragraph and then return here with
3379 &quot;Prev Help&quot;.
3382 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
3383 on the current Alpine version are also available from the MAIN MENU: Press
3384 <!--chtml if pinemode="function_key"-->
3385 &quot;F9&quot;
3386 <!--chtml else-->
3387 &quot;R&quot;
3388 <!--chtml endif-->
3389 to browse the release notes.  These include changes since the last release,
3390 configuration information, the history of the Alpine
3391 project, credits, and legal notices.
3393 Alpine releases are available via the world wide web at
3395 <CENTER><SAMP><A 
3396 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
3397 ></CENTER>
3400 If you would like to print <EM>all</EM> of Alpine's internal help text
3401 (not recommended) for a little light bedtime reading, then press
3402 <!--chtml if pinemode="function_key"-->
3403 &quot;F12&quot;
3404 <!--chtml else-->
3405 &quot;Z&quot;
3406 <!--chtml endif-->
3407 now.  (This assumes that the
3408 copy of Alpine you are using has been properly configured for printing
3409 at your site.)
3411 &lt;End of help on this topic&gt;
3412 </BODY>
3413 </HTML>
3414 ===== h_mainhelp_localsupport ======
3415 <HTML>
3416 <HEAD>
3417 <TITLE>Local Support Contacts</TITLE>
3418 </HEAD>
3419 <BODY>
3420 <H1>Local Support Contacts</H1>
3422 <!--chtml if [ -r PINE_INFO_PATH ]-->
3423 <!--#include file="PINE_INFO_PATH"-->
3424 <!--chtml else-->
3425 No Local Support Contacts configured.
3426 <!--chtml endif-->
3429 &lt;End of help on this topic&gt;
3430 </BODY>
3431 </HTML>
3433 ===== h_mainhelp_cmds ======
3434 <HTML>
3435 <HEAD>
3436 <TITLE>Giving Commands in Alpine</TITLE>
3437 </HEAD>
3438 <BODY>
3439 <H1>Giving Commands in Alpine</H1>
3441 Unless configured otherwise
3442 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
3443 the bottom two lines of the screen are always used to list the
3444 commands you can give.  You press the keys that are highlighted to give
3445 the command.  The commands for getting help and going back to the main
3446 menu are always present (except when viewing help as you are now).
3447 <!--chtml if pinemode="function_key"-->
3448 <!--chtml else-->
3450 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
3451 you see at the bottom of any screen. In some cases there are 3 or
3452 even 4 different
3453 sets of keys that can be seen by using the O key. <EM>All commands are 
3454 active</EM>, even if they are not currently showing at the bottom of your 
3455 screen. In other words, you <EM>never</EM> need to press the O key, except to 
3456 remind yourself of the proper key to press to perform an operation.
3458 <H2>Control Key Commands</H2>
3459 When composing mail, and in a few other places, in Alpine you
3460 have to use Control keys. This means pressing the Control key (usually labeled 
3461 &quot;Ctrl&quot;) and the
3462 letter indicated at the same time.  Usually, this is shown with a
3463 &quot;^&quot; in front of the letter.  On some systems, certain control
3464 characters are intercepted before they get to Alpine.  As a work-around,
3465 you can press the ESCAPE key twice followed by the desired key.  For
3466 example, if Ctrl-O (^O) does not work on your system, try typing
3467 &quot;ESC ESC O&quot;.
3468 <!--chtml endif-->
3469 <H2>Paging Up and Down</H2>
3470 The &quot;+&quot; and &quot;-&quot; keys are used for
3471 moving to the next or previous page.  The space bar is a synonym for
3472 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
3473 up as you do in the message composer.  On screens with a WhereIs (search)
3474 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
3475 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
3476 of the message or list.
3478 <H2>Return Key</H2>
3479 The return key is usually a synonym for a frequently used
3480 command.  When viewing a message, there is currently not a default
3481 command, so RETURN does nothing; when in the index, it is synonymous with
3482 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
3483 enclosed in square brackets [] is the same as the return key.
3485 <H2>Control Keys Not Used By Alpine</H2>
3486 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
3487 value, but in places where Alpine is expecting text input, e.g. in the composer or 
3488 at prompts for file/folder names, control keys must be used for editing and 
3489 navigation functions.
3492 Alpine has used nearly all the control keys available.  There are, however,
3493 certain control keys that are reserved by other programs or for technical
3494 reasons.  Alpine does not use any of these keys:
3495 <DL>
3496  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
3497  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
3498  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
3499 </DL>
3501 Note: Ctrl-S and Ctrl-Q can be subject to 
3502 <A HREF="h_special_xon_xoff">special handling</A>.
3504 In addition, while the ESC key alone is not used for command input,
3505 Alpine will recognize two consecutive ESC key presses followed by a letter 
3506 key as a substitute for control key input.  For example, the control key
3507 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
3508 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
3509 This is useful if the communication program you are using
3510 (e.g. Telnet) has its own, conflicting, idea of what certain control
3511 characters mean.
3514 <H2>Repainting the Screen</H2>
3515 Sometimes what is displayed on the screen will be
3516 incorrect due to noise on the phone line or other causes and you will want
3517 to repaint the whole screen to make it correct.  You can use the Ctrl-L
3518 command to do this.  It never hurts to do it when in doubt.
3521 &lt;End of help on this topic&gt;
3522 </BODY>
3523 </HTML>
3524 ===== h_mainhelp_status ======
3525 <HTML>
3526 <HEAD>
3527 <TITLE>Titlebar Line</TITLE>
3528 </HEAD>
3529 <BODY>
3530 <H1>Titlebar Line</H1>
3532 The top line of the screen is Alpine's titlebar line.  It will always display
3533 the current version of Alpine and will also convey information about the
3534 status of the program.  This is where you look to find out what
3535 collection, folder and message number is active and where you are in Alpine.
3538 If the titlebar line says &quot;READONLY&quot; it means that the open folder
3539 (typically your INBOX) is &quot;locked&quot; by another mail session --
3540 most likely a more recent session of Alpine has taken the INBOX lock.
3543 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
3544 access a
3545 folder on a remote mail server, and for some reason, communication with
3546 the mail server has either been lost, or never successfully established.
3547 This can be a result of trying to open a non-existent folder, or one
3548 stored on an invalid or non-operational server, or it can mean that Alpine
3549 has been suspended for more that 30 minutes while accessing a remote mail
3550 server.
3553 &lt;End of help on this topic&gt;
3554 </BODY>
3555 </HTML>
3556 ===== h_mainhelp_mainmenu ======
3557 <HTML>
3558 <HEAD>
3559 <TITLE>Main Menu</TITLE>
3560 </HEAD>
3561 <BODY>
3562 <H1>Main Menu</H1>
3564 The Main Menu lists Alpine's main options.
3565 The key or keys you must type to enter your
3566 choice are to the left of each option or command name.
3567 You can type either uppercase or lowercase letters,
3568 and you should not press &lt;Return&gt; after typing the
3569 letter (unless you are specifically asking for the default,
3570 highlighted command).
3573 From the Main Menu you can choose to read online help, write (compose) and 
3574 send a message, look at an index of your mail messages, open or maintain
3575 your mail folders, update your address book, configure Alpine, and quit Alpine.
3576 There are additional options listed at
3577 the bottom of the screen as well.
3580 The Help command usually returns context-sensitive help information.
3581 However, in the Main Menu you get the most general help, which includes
3582 a Table of Contents.
3583 The last entry in the Table of Contents is an Index of help topics,
3584 so this is a good place to go if you are having trouble finding how
3585 to do something.
3587 <H2>Main Menu Commands</H2>
3588 The Alpine main menu lists the most common Alpine functions. A <a
3589 href="h_main_menu_commands">full list of these
3590 commands</a> and what they do is available.
3592 &lt;End of help on this topic&gt;
3593 </BODY>
3594 </HTML>
3595 ===== h_mainhelp_abooks ======
3596 <HTML>
3597 <HEAD>
3598 <TITLE>Address Books</TITLE>
3599 </HEAD>
3600 <BODY>
3601 <H1>Address Books</H1>
3604 As you use email, you can build a list of your regular email correspondents 
3605 in your Alpine
3606 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
3607 screen. Your
3608 personal address book will be highlighted. Press &lt;Return&gt; to view it.
3609 You can use the address book to store email addresses for individuals or
3610 groups, to create easily
3611 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
3612 address when you are composing a message.
3614 There are two ways to add addresses to your address book: you can add them 
3615 manually or take them from messages (by pressing T to access the Take command). 
3616 With either method, you specify nicknames for your correspondents. A single 
3617 address book entry (or nickname) can point to just one email address, or, it can
3618 point to more than one. When it points to more than one, it is called a 
3619 distribution list. Each distribution list has a nickname, a full name, and a 
3620 list of addresses. These
3621 addresses may be actual addresses, other nicknames in your address book, or 
3622 other
3623 distribution lists.
3626 Additional information is available in Alpine's online help:
3627 <ul>
3628   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
3629 </ul>
3631 &lt;End of help on this topic&gt;
3632 </BODY>
3633 </HTML>
3634 ===== h_mainhelp_ldap ======
3635 <HTML>
3636 <HEAD>
3637 <TITLE>LDAP</TITLE>
3638 </HEAD>
3639 <BODY>
3640 <H1>LDAP</H1>
3642 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
3643 an organization's shared
3644 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
3645 large address
3646 books, rather like the White Pages provided by the phone company. As an Alpine 
3647 user, it is not
3648 necessary to know much about how this works, only how to use it and how to 
3649 configure
3652 More information on configuring LDAP is available in Alpine's online help:
3653 <ul>
3654   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
3655 </ul>
3657 Additional help on using LDAP in Alpine is also available:
3658 <ul>
3659   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
3660 </ul>
3662 &lt;End of help on this topic&gt;
3663 </BODY>
3664 </HTML>
3665 ===== h_mainhelp_index ======
3666 <HTML>
3667 <HEAD>
3668 <TITLE>Index of Messages</TITLE>
3669 </HEAD>
3670 <BODY>
3671 <H1>Index of Messages</H1>
3673 In Alpine's message index, the selected message is highlighted. The first 
3674 column on the left is blank, shows a &quot;+&quot; if the message was
3675 sent directly to you (i.e., it is not a
3676 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
3678 The second column may be blank, or it may contain:
3679 <ul>
3680   <li>"N" if the message is new (unread), </li>
3681   <li>"A" if you have answered the message (using the Reply command), </li>
3682   <li>"D" if you have marked the message for deletion.</li>
3683 </ul>
3686 Note: If you answer a message as well as mark it deleted (in either order), 
3687 you will only see the &quot;D&quot;.
3690 The rest of the columns in the message line show you the message
3691 number, date sent, sender, size, and subject. For details, press ? (Help).  
3692 The behavior and appearance of the Index screen is highly configurable.
3693 In the Setup/Config screen search (with the WhereIs command) for options
3694 that contain the words &quot;index&quot; or &quot;thread&quot; to see
3695 many of the configuration possibilities.
3696 In particular, the
3697 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
3698 option may be used to configure the look of the standard MESSAGE INDEX lines
3699 in many different ways.
3700 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
3701 read the help text there for more information.
3703 Most of the commands you need to handle your messages are visible at the
3704 bottom of the screen, and you can press O (OTHER CMDS) to see additional
3705 commands that are available.
3706 You do not need to see these &quot;other commands&quot;
3707 on the screen to use them. That is, you never need to press O as a prefix
3708 for any other command.
3711 Additional information is available in Alpine's online help:
3712 <ul>
3713   <li><a href="h_mail_index">Message Index Commands</a></li>
3714 </ul>
3716 &lt;End of help on this topic&gt;
3717 </BODY>
3718 </HTML>
3719 ===== h_mainhelp_reading ======
3720 <HTML>
3721 <HEAD>
3722 <TITLE>Reading Messages</TITLE>
3723 </HEAD>
3724 <BODY>
3725 <H1>Reading Messages</H1>
3727 The message text screen shows you the text of the message along with
3728 its header. If a message has attachments, those will be listed (but not
3729 displayed) also.  The titlebar line displays information about the currently
3730 open message, folder and collection.  You see the name of the collection
3731 (if there is one) in angle brackets, then the name of the folder, then the
3732 message number and finally the position within the current message (in
3733 percent). If the message is marked for deletion
3734 &quot;DEL&quot; will appear in the
3735 upper right as well.
3738 As with every Alpine screen, the bottom two lines show you the commands 
3739 available.
3741 <P>Additional information is available in Alpine's online help:
3742 <ul>
3743   <li><a href="h_mail_view">Message Text Screen</a></li>
3744   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
3745   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
3746 </ul>
3748 &lt;End of help on this topic&gt;
3749 </BODY>
3750 </HTML>
3751 ===== h_mainhelp_composing ======
3752 <HTML>
3753 <HEAD>
3754 <TITLE>Composing Messages</TITLE>
3755 </HEAD>
3756 <BODY>
3757 <H1>Composing Messages</H1>
3759 To write a message, press C (Compose). You see the Compose Message
3760 screen, which is divided into two parts: the header area and the message
3761 text area. The header area is where information on the recipient (the To:
3762 field) and the subject line go, while the message text area contains the
3763 actual text of the email message. Different commands are available to you
3764 when your cursor is in different areas on this screen. To see additional
3765 help on commands in either the message text or header area, type
3766 <Control>G (Get help).
3769 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
3770 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
3772 <P>The following information from Alpine's online help may prove useful:
3773 <ul>
3774   <li><a href="h_composer_to">Message Header Commands</a></li>
3775   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
3776   <li><a href="h_composer">Composer Commands</a></li>
3777   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
3778   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
3779   <li><a href="h_compose_send">Send Command</a></li>
3780   <li><a href="h_compose_spell">Spell Check Command</a></li>
3781 </ul>
3783 &lt;End of help on this topic&gt;
3784 </BODY>
3785 </HTML>
3786 ===== h_mainhelp_collections ======
3787 <HTML>
3788 <HEAD>
3789 <TITLE>Collection Lists</TITLE>
3790 </HEAD>
3791 <BODY>
3792 <H1>Collection Lists</H1>
3794 Collection lists are Alpine's way of organizing groups of folders. Each
3795 "collection" can reside on a different server, for example, and contain a
3796 different group of mail folders.
3799 For more information on this, see:
3800 <ul>
3801   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
3802 </ul>
3804 Additional information relating to collection lists is also available in 
3805 Alpine's online
3806 help:
3807 <ul>
3808   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
3809   <li><a href="h_collection_screen">Collection List Screen</a></li>
3810 </ul>
3812 &lt;End of help on this topic&gt;
3813 </BODY>
3814 </HTML>
3815 ===== h_mainhelp_folders ======
3816 <HTML>
3817 <HEAD>
3818 <TITLE>Folders</TITLE>
3819 </HEAD>
3820 <BODY>
3821 <H1>Folders</H1>
3823 Messages can quickly accumulate in your INBOX folder. If you use email
3824 often, you soon could have hundreds. You need to delete messages you do
3825 not want, and you can use folders to organize messages you wish to save. A
3826 folder is a collection of one or more messages that are stored (just like
3827 the messages in your INBOX) so you can access and manage them.
3830 You can organize your email messages into different folders by topic,
3831 correspondent, date, or any other category that is meaningful to you. You
3832 can create your own folders, and Alpine automatically provides three:
3833 <ul>
3834   <li>The INBOX folder: messages sent to you are listed in this folder.
3835       When you first start Alpine and go to the Message Index screen, you are
3836 looking at the list of messages in your INBOX folder. Every incoming
3837 message remains in your INBOX until you delete it or save it in another
3838 folder. </li>
3839   <li>The sent-mail folder: copies of messages you send are stored in this 
3840 folder. This is
3841 convenient if you cannot remember whether you actually sent a message and want 
3842 to check, or
3843 if you want to send a message again.</li>
3844   <li>The saved-messages folder: copies of messages you save are stored in this 
3845 folder
3846 unless you choose to save them to other folders you create yourself.</li>
3847 </ul>
3850 More information about folders is available in Alpine's online help:
3851 <ul>
3852   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
3853   <li><a href="h_folder_maint">Help for Folder List</a></li>
3854   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
3855   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
3856 Explained</a></li>
3857   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
3858 </ul>
3860 &lt;End of help on this topic&gt;
3861 </BODY>
3862 </HTML>
3863 ===== h_mainhelp_color ======
3864 <HTML>
3865 <HEAD>
3866 <TITLE>Color</TITLE>
3867 </HEAD>
3868 <BODY>
3869 <H1>Color</H1>
3871 If the terminal emulator you are using is capable of displaying color or if
3872 you are using PC-Alpine, then it is possible to set up Alpine so that various
3873 parts of the display will be shown in colors you configure. This is done
3874 using the Setup Color screen, available from the MAIN MENU by selecting
3875 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
3876 stands for Config in this context).
3879 For example, you may color things like the titlebar, the current item,
3880 the keymenu, and the status messages.
3881 You may also color lines in the index, and headers and quoted text in the
3882 MESSAGE TEXT screen.
3883 You use the Color Setup screen for configuring most of this, but you must
3884 use the IndexColor setup for coloring whole index lines.
3885 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
3888 The following entries in Alpine's online help provide additional information 
3889 about how to use color:
3890 <UL>
3891   <LI> <A HREF="h_color_setup">Color Setup screen</A>
3892   <LI> <A HREF="h_rules_incols">Index Line Color</A>
3893   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
3894   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
3895 </UL>
3897 &lt;End of help on this topic&gt;
3898 </BODY>
3899 </HTML>
3900 ===== h_mainhelp_mouse ======
3901 <HTML>
3902 <HEAD>
3903 <TITLE>Using a Mouse</TITLE>
3904 </HEAD>
3905 <BODY>
3906 <H1>Using a Mouse</H1>
3908 If you are using PC-Alpine mouse support is turned on automatically.
3909 If you are using UNIX Alpine within an X terminal window or within
3910 a terminal emulator that supports an xterm-style mouse, then you may
3911 turn on support for the mouse with the feature
3912 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
3913 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
3915 PC-Alpine offers considerable mouse support.  You can view what is
3916 &quot;clickable&quot; by dragging your mouse over any screen; when the
3917 arrow cursor changes into a hand, you found something. Mouse-click
3918 possibilities include navigating between screens and folders and
3919 double-clicking on hyperlinks to open your Web browser.
3920 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
3921 screen.  Examples of right-click options include &quot;copy&quot; after
3922 selecting text to copy and &quot;View in New Window&quot; when you click
3923 on a particular message in the Message Index. The menu choices available
3924 to you will vary based upon what screen is open, where on the screen your
3925 cursor is located, and even what action you have already taken.
3926 Within a folder, you may set the &quot;Important&quot; flag on any
3927 message.
3929 X terminal mouse support is more limited but still quite powerful.
3930 As with PC-Alpine, clicking on any of the commands in the keymenu at
3931 the bottom of the screen will execute that command as if you typed it.
3932 Double-clicking on a link, for example the link to the
3933 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
3934 will take you to that link.
3935 Double-clicking on an index line will view the message, and so on.
3937 &lt;End of help on this topic&gt;
3938 </BODY>
3939 </HTML>
3940 ===== h_mainhelp_keywords ======
3941 <HTML>
3942 <HEAD>
3943 <TITLE>Keywords</TITLE>
3944 </HEAD>
3945 <BODY>
3946 <H1>Keywords</H1>
3948 Within a folder, you may set the &quot;Important&quot; flag on any
3949 message.
3950 This doesn't have any system-defined meaning and is only called
3951 the Important flag because many users use it to signify that a message
3952 is important to them in some way.
3954 You may also define your own set of keywords.
3955 You might know these as user defined flags or as labels.
3956 These are similar to the Important flag but you choose the names for yourself.
3958 Alpine will only display keywords that
3959 have been added by you in the Flag Details screen or
3960 that have been configured by you using the Setup/Config option
3961 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
3962 Keywords set by other means (for example, by another email client) will not
3963 show up in Alpine unless you configure Alpine to know about them.
3964 They will show up in the Flag Details screen, but will not show up, for example,
3965 in the index line.
3968 The following entries in Alpine's online help provide additional information 
3969 about how to use keywords:
3970 <ul>
3971   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
3972   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
3973 </ul>
3975 &lt;End of help on this topic&gt;
3976 </BODY>
3977 </HTML>
3978 ===== h_mainhelp_roles ======
3979 <HTML>
3980 <HEAD>
3981 <TITLE>Roles</TITLE>
3982 </HEAD>
3983 <BODY>
3984 <H1>Roles</H1>
3986 You may play different roles depending on who you are replying to. For
3987 example, if you are replying to a message addressed to help-desk you may
3988 be acting as a Help Desk Worker. That role may require that you use a
3989 different return address and/or a different signature.
3992 To configure roles, go to the MAIN MENU and use the Setup command
3993 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
3994 The following entries in Alpine's online help provide additional information 
3995 about how to
3996 use roles:
3997 <ul>
3998   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
3999   <li><a href="h_role_select">Roles Screen</a></li>
4000 </ul>
4002 &lt;End of help on this topic&gt;
4003 </BODY>
4004 </HTML>
4005 ===== h_mainhelp_filtering ======
4006 <HTML>
4007 <HEAD>
4008 <TITLE>Filtering</TITLE>
4009 </HEAD>
4010 <BODY>
4011 <H1>Filtering</H1>
4013 The software that actually delivers mail (the stuff that happens
4014 before Alpine is involved) for you is in a better position to do mail filtering
4015 than Alpine itself.
4016 If possible, you may want to look into using that sort of mail filtering to
4017 deliver mail to different folders, delete it, or forward it.
4018 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
4021 Filtering is a way to automatically move certain messages from one folder
4022 to another or to automatically delete messages.
4023 You may also automatically set the state (Important, New, Deleted, Answered) of messages
4024 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
4025 Alpine doesn't have the ability to forward mail to another address or
4026 to deliver vacation messages.
4029 To configure filtering, go to the MAIN MENU and use the Setup command
4030 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
4031 The following entries in Alpine's online help provide additional information 
4032 about how to use filtering:
4033 <UL>
4034   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
4035 </UL>
4037 &lt;End of help on this topic&gt;
4038 </BODY>
4039 </HTML>
4040 ===== h_mainhelp_patterns ======
4041 <HTML>
4042 <HEAD>
4043 <TITLE>Patterns</TITLE>
4044 </HEAD>
4045 <BODY>
4046 <H1>Patterns</H1>
4048 Patterns are used with Roles, Filtering, Index Coloring,
4049 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
4050 The following entries in Alpine's online help provide information 
4051 about using Patterns:
4052 <UL>
4053   <LI> <A HREF="h_rule_patterns">Patterns</A>
4054 </UL>
4056 &lt;End of help on this topic&gt;
4057 </BODY>
4058 </HTML>
4059 ===== h_mainhelp_cmdlineopts ======
4060 <HTML>
4061 <HEAD>
4062 <TITLE>Command Line Options</TITLE>
4063 </HEAD>
4064 <BODY>
4065 <H1>Command Line Options</H1>
4067 Alpine accepts a number of command line arguments, allowing you, for
4068 example, to start Alpine and immediately access a particular folder.
4069 Many of these arguments overlap with options in the Alpine configuration file.
4070 If there is a difference, then an option set on the command line takes
4071 precedence.
4072 Alpine expects command line arguments (other than addresses) to be
4073 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
4074 A <a href="h_command_line_options">full list</a> of command line
4075 possibilities is available.
4077 &lt;End of help on this topic&gt;
4078 </BODY>
4079 </HTML>
4080 ===== h_mainhelp_config ======
4081 <HTML>
4082 <HEAD>
4083 <TITLE>Alpine Configuration</TITLE>
4084 </HEAD>
4085 <BODY>
4086 <H1>Alpine Configuration</H1>
4088 Unless it has been administratively disabled, the Setup command on the
4089 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
4090 The possible subcommands are for general Configuration settings,
4091 Printer settings, Changing your Password, Signature setup,
4092 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
4093 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
4094 and Color configuration.
4095 In particular, the &quot;Config&quot; subcommand has many features you may
4096 set or unset and many other configuration variables that may be set to change
4097 the way Alpine works.
4098 Every one of the hundreds of options available in that configuration settings
4099 screen has help text associated with it.
4100 You may read that text by moving the cursor to highlight the option and then
4101 typing the Help command.
4103 These settings are stored in your personal
4104 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
4105 <A HREF="h_config_remote_config">remotely</A>),
4106 but on shared systems these settings
4107 may be over-ridden by a system-wide control file (due to local site
4108 security or support policies).  A global pine configuration file can also
4109 be used to set default values for all Alpine users on a particular system.
4110 Power users may be interested in splitting their personal configuration
4111 data into two pieces, a generic piece and
4112 <A HREF="h_config_exceptions">exceptions</A> which apply to
4113 a particular platform.
4114 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
4115 General Alpine configuration information can be found
4116 <A HREF="h_news_config">here</A>.
4118 &lt;End of help on this topic&gt;
4119 </BODY>
4120 </HTML>
4121 ===== h_mainhelp_aggops ======
4122 <HTML>
4123 <HEAD>
4124 <TITLE>Aggregate Operations</TITLE>
4125 </HEAD>
4126 <BODY>
4127 <H1>Aggregate Operations</H1>
4129 When you are in the MESSAGE INDEX, the available commands
4130 (for example, Delete, Undelete, Save, Reply, and so on)
4131 normally act on a single message.
4132 So, for example, if you press the Delete command, the currently highlighted
4133 message is marked Deleted.
4134 These commands that normally act on a single message may be applied to
4135 several messages at once instead.
4137 By default this feature is turned on, but it could be administratively turned
4138 off to reduce complexity.
4139 The feature
4140 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
4141 in the Setup/Config screen is used to turn it off or on.
4142 When this feature is turned on, the four commands &quot;Select&quot;,
4143 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
4144 are available.
4145 The two selection commands allow you to mark a set of
4146 messages as being &quot;selected&quot;.
4147 The &quot;ZoomMode&quot; command will toggle between
4148 displaying only the selected messages and displaying all the messages.
4149 The &quot;Apply&quot; command allows you to
4150 apply one of the regular MESSAGE INDEX commands to all of the selected
4151 messages instead of to only the highlighted message.
4153 An example aggregate operation would be to catch up when reading
4154 a news group.
4155 That is, get rid of all the messages in the news group so that you can
4156 start fresh.
4157 The easiest way to do this in Alpine is to use aggregate operations.
4158 You want to Delete all of the messages in the group.
4159 You could start at the top and type &quot;D&quot; once for every message.
4160 A much faster method is to first Select all of the messages in the group,
4161 and then Delete all of them.
4162 This would take four keystrokes:
4164 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
4165 <BR>
4166 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
4168 Another use of Select is to use it for searching for a particular message
4169 or set of messages in a large folder.
4170 You may know that the message was From a certain user.
4171 You could select all messages from that user to start, and use Zoom to
4172 look at only those messages.
4173 If there were still too many messages to look at you could Narrow the
4174 set of messages further by selecting from all of those messages only
4175 the ones that were after a certain date, or contained a particular phrase
4176 in the Subject, or were too a particular address, and so on.
4177 That may be the end of what you are doing, or you may want to use Apply to
4178 Save or Forward or Print all of the selected messages.
4180 Some related help topics are
4181 <UL>
4182 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
4183 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
4184 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
4185 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
4186 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
4187 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
4188 </UL>
4190 &lt;End of help on this topic&gt;
4191 </BODY>
4192 </HTML>
4193 ===== h_mainhelp_readingnews ======
4194 <HTML>
4195 <HEAD>
4196 <TITLE>Reading News</TITLE>
4197 </HEAD>
4198 <BODY>
4199 <H1>Reading News</H1>
4201 <H2>Background</H2>
4202 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
4203 commands as for mail. Similar to mailing lists but existing on a larger scale, 
4204 Usenet newsgroups allow groups of people with common interests to discuss 
4205 particular topics. You might find newsgroups related to your career, or you 
4206 might wish to check out the online discussion among the fans of your favorite 
4207 television show. 
4209 <H2>Configuring Alpine for Reading News</H2>
4210 Alpine often arrives
4211 pre-configured by your system administrator to automatically access the
4212 newsgroups offered by your organization, Internet Service Provider, or
4213 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
4214 need additional details on <a href="h_configuring_news">how to
4215 configure Alpine to read news</a>.
4217 <H2>Accessing Newsgroups</H2>
4218 The first step in reading news is to access the newsgroups collections
4219 screen from Alpine. If everything is configured properly, you should be able
4220 to do this by first typing L (folder List), then selecting the folder
4221 collection listed as "News." The actual name of this collection may differ
4222 from system to system.
4224 <H2>Subscribing to Newsgroups</H2>
4226 Once you have accessed the news collection, you need to subscribe to a
4227 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
4228 will keep a record of the newsgroups in which you are interested and which
4229 articles in those newsgroups have been read.
4231 <H2>Using Newsgroups</H2> 
4232 Alpine uses the similar commands to read news as to read mail. For example,
4233 the D command marks messages as Deleted (or "Dismissed," if you prefer),
4234 and the R command Replies to a news posting. Basically, Alpine allows you to
4235 read news as if it were mail, so you don't need to change the way you
4236 interact with Alpine.
4238 There is also additional Alpine help available on 
4239 <A HREF="h_reading_news">how to use Alpine to read news</A>.
4241 &lt;End of help on this topic&gt;
4242 </BODY>
4243 </HTML>
4244 ===== h_mainhelp_securing ======
4245 <HTML>
4246 <HEAD>
4247 <TITLE>Securing your Alpine Session</TITLE>
4248 </HEAD>
4249 <BODY>
4250 <H1>Securing your Alpine Session</H1>
4252 By default, Alpine will attempt to connect to an IMAP server on the normal
4253 IMAP service port (143).
4254 If the Alpine you are using has been built to
4255 support &quot;Transport Layer Security&quot; (TLS)
4256 and &quot;Secure Sockets Layer&quot; (SSL) 
4257 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
4258 and the server offers the STARTTLS capability, then a secure (encrypted)
4259 session will be established.
4261 When you are connected to a remote folder the titlebar will contain a plus sign
4262 in the far right column if the connection is encrypted using TLS or SSL.
4263 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
4264 if the connection is encrypted.
4266 <H2>More Information on Alpine with SSL and TLS</H2>
4267 <UL>
4268 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
4269 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
4270 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
4271 <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>
4272 </UL>
4273 <H2>Here are some other security-related features and options</H2>
4275 <UL>
4276 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
4277 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
4278 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
4279 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
4280 <LI> <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> option </LI>
4281 </UL>
4283 &lt;End of help on this topic&gt;
4284 </BODY>
4285 </HTML>
4286 ===== h_mainhelp_problems ======
4287 <HTML>
4288 <HEAD>
4289 <TITLE>Reporting Problems</TITLE>
4290 </HEAD>
4291 <BODY>
4292 <H1>Reporting Problems</H1>
4294 We ask that you first read the relevant help screens and then seek
4295 assistance from your own local support staff.  Once you are sure that your
4296 difficulty is not a local configuration problem, you might look at the
4297 help section explaining where to look for
4298 <A HREF="h_finding_help">more information</A> and where to 
4299 get assistance.
4302 <ADDRESS>
4303    Eduardo Chappa &lt;chappa@washington.edu&gt;
4304 </ADDRESS>
4307 &lt;End of help on this topic&gt;
4308 </BODY>
4309 </HTML>
4310 ===== h_main_menu_commands ======
4311 <HTML>
4312 <HEAD>
4313 <TITLE>MAIN MENU COMMANDS</TITLE>
4314 </HEAD>
4315 <BODY>
4316 <H1>MAIN MENU COMMANDS</H1>
4318 <!--chtml if pinemode="function_key"-->
4319 &nbsp;Available&nbsp;Commands&nbsp;--
4320 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
4321 &nbsp;------------------------------
4322 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
4323 ----------<BR>
4324 &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>
4325 &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>
4326 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
4327 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
4328 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
4329 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
4330 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
4331 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
4332 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4333 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4334 &nbsp;F7&nbsp;&nbsp;<A 
4335 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
4336 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4337 &nbsp;F8&nbsp;&nbsp;<A 
4338 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
4339 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
4340 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 
4341 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
4342 &nbsp;F10&nbsp;<A 
4343 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 
4344 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
4345 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4346 &nbsp;F11&nbsp;<A 
4347 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4348 <!--chtml else-->
4349 &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>
4350 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
4351 &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>
4352 &nbsp;C&nbsp;&nbsp;<A 
4353 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>
4354 &nbsp;I&nbsp;&nbsp;<A 
4355 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>
4356 &nbsp;L&nbsp;&nbsp;<A 
4357 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>
4358 &nbsp;A&nbsp;&nbsp;<A 
4359 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
4360 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
4361 &nbsp;S&nbsp;&nbsp;<A 
4362 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 
4363 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4364 &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>
4365 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
4366 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4367 <!--chtml endif-->
4370 NOTE:
4371 <OL>
4372  <LI>For help on a particular command, highlight the bold text associated
4373 with it above and hit Return.
4374  <LI> The availability of certain commands (e.g. some of the options under
4375 SETUP) is determined by Alpine configuration files and system capabilities.
4376 At some sites, certain commands may not be available due to security or
4377 support concerns.
4378 </OL>
4380 &lt;End of help on this topic&gt;
4381 </BODY>
4382 </HTML>
4384 ===== h_command_line_options ======
4385 <HTML>
4386 <HEAD>
4387 <TITLE>COMMAND LINE OPTIONS</TITLE>
4388 </HEAD>
4389 <BODY>
4390 <H1>COMMAND LINE OPTIONS</H1>
4391 Possible starting arguments for Alpine:
4393 <DL COMPACT>
4395 <DT> <EM>[addresses]</EM>
4397 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
4398 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
4399 <EM>Alpine</EM> will startup in
4400 the composer with a message started to the addresses specified.
4401 Once the message is sent, the <EM>Alpine</EM> session closes.
4402 Standard input redirection is allowed.
4403 Separate multiple addresses with a space between them.
4404 Addresses are placed in the &quot;To&quot; field only.
4407 <DT> &lt; <EM>file</EM>
4409 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
4410 into the body of the message.
4411 Once the message is sent, the <EM>Alpine</EM> session closes. 
4414 <DT> -attach <EM>file</EM>
4416 <DD> Go directly into composer with given file attached.
4419 <DT> -attachlist <EM>file-list</EM>
4421 <DD> Go directly into composer with given files attached.
4422 This must be the last option on the command line.
4425 <DT> -attach_and_delete <EM>file</EM>
4427 <DD> Go directly into composer with given file attached, delete when finished.
4430 <DT> -aux <EM>local_directory</EM>
4432 <DD> <EM>PC-Alpine</EM> only.
4433 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
4434 files, like debug files, address books, and signature files.  The pinerc may 
4435 be local or remote.
4438 <DT> -bail
4440 <DD> If the personal configuration file doesn't already exist, exit.
4441 This might be useful if the configuration file is accessed using some
4442 remote filesystem protocol. If the remote mount is missing this will cause
4443 <EM>Alpine</EM> to quit instead of creating a new pinerc.
4446 <DT> -c <EM>n</EM>
4448 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
4449 This is used when there are multiple folder collections (contexts) and you 
4450 want to open a folder not in the primary collection.
4453 <DT> -conf
4455 <DD> Configuration: Prints a sample system configuration file to the
4456 screen or standard output. To generate an initial system configuration 
4457 file, execute
4459 <PRE><CODE>
4460                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
4461 </CODE></PRE>
4464 To generate a system configuration file using settings from an old
4465 system configuration file, execute
4467 <PRE><CODE>
4468                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
4469 </CODE></PRE>
4471 A system configuration file is not required.
4474 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
4476 <DD> Copy an address book file to a remote address book folder.
4477 If the remote folder doesn't exist, it will be created.
4478 If it exists but the first message in the folder isn't a remote address
4479 book header message, the copy will be aborted.
4480 This flag will not usually be used by a user.
4481 Instead, the user will create a remote address book from within <EM>Alpine</EM>
4482 and copy entries from the local address book by using aggregate Save in
4483 the address book screen.
4486 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
4488 <DD> Copy a pinerc configuration file to a remote pinerc folder.
4489 If the remote folder doesn't exist, it will be created.
4490 If it exists but the first message in the folder isn't a remote pinerc
4491 header message, the copy will be aborted.
4492 This flag may be useful to users who already have a local pinerc file and
4493 would like to convert it to a remote pinerc folder and use that instead.
4494 This gives a way to bootstrap that conversion without having to manually
4495 reset all of the variables in the remote pinerc folder.
4498 <DT> -d <EM>debug-level</EM>
4500 <DD> Debug Level:  Sets the level of debugging information written by
4501 <EM>Alpine</EM>.
4502 <EM>debug-level</EM> can be set to any integer 0-9.
4503 A debug level of 0 turns off debugging for the session.
4504 (Actually there are some levels higher than 9, but you probably don't
4505 want to see them.)
4508 <DT> -d <EM>keywords</EM>
4510 <DD> You may use a more detailed version of the debugging flag to set
4511 the debug level in separate parts of <EM>Alpine</EM>.
4512 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
4513 verbose=0..9.
4514 <EM>Flush</EM> causes debugging information to be flushed immediately to
4515 the debug file as it is written.
4516 <EM>Verbose</EM> is the general debugging verbosity level.
4517 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
4518 is useful when you are trying to figure out what is responsible for delays.
4519 <EM>Numfiles</EM> sets the number of debug files saved.
4520 <EM>Imap</EM> sets the debug level for the debugging statements related
4521 to the conversation with the IMAP server, and more generally, for the
4522 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
4523 <EM>Tcp</EM> turns on some TCP/IP debugging.
4526 <DT> -f <EM>folder</EM>
4528 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
4529 of the standard INBOX.
4532 <DT> -F <EM>file</EM>
4534 <DD> Open named text file for viewing and forwarding.
4537 <DT> -h
4539 <DD> Help:  Prints the list of available command-line arguments to the
4540 screen.
4543 <DT> -i
4545 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
4546 screen instead of the MAIN MENU.
4549 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
4552 <DT> -I <EM>a,b,c,...</EM>
4554 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
4555 sequence of commands upon startup.
4556 This allows users to get <EM>Alpine</EM> to start in any
4557 of its menus/screens.
4558 You cannot include any input to the composer in the initial keystrokes.
4559 The key &lt;Return&gt; is represented by a ``CR'' in
4560 the keystroke list; the spacebar is designated by the letters ``SPACE''.
4561 Control keys are two character sequences beginning with ``^'', such as
4562 ``^I''.
4563 A tab character is ``TAB''.
4564 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
4565 ``DOWN'', ``LEFT'', and ``RIGHT''.
4566 A restriction is that you can't mix function keys and character keys in this
4567 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
4568 A user can always use only <EM>character</EM> keys in the startup list even
4569 if he or she is using <EM>function</EM> keys normally, or vice versa.
4570 If an element in this list is a string of characters surrounded by double
4571 quotes (&quot;) then it will be expanded into the individual characters in
4572 the string, excluding the double quotes.
4575 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
4578 <DT> -install
4580 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
4581 some basic information to help with getting properly set up.
4584 <DT> -k
4586 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
4587 the input of commands to be function-keys.
4588 Otherwise, commands are linked to the regular character keys.
4591 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
4592 <EM>Feature-List</EM>.
4595 <DT> -n <EM>n</EM>
4597 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
4598 FOLDER INDEX screen with the current message being the specified
4599 message number.
4602 <DT> -nosplash
4604 <DD> <EM>PC-Alpine</EM> only.
4605 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
4606 This may be helpful for certain troubleshooting or terminal server scenarios.
4609 <DT> -o <EM>folder</EM>
4611 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
4614 <DT> -p <EM>pinerc</EM>
4616 <DD> Uses the named file as the personal configuration file instead of
4617 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
4618 Alpinerc may be either a local file or a remote configuration folder.
4621 <DT> -P <EM>pinerc</EM>
4623 <DD> Uses the named file as the system wide configuration file instead of
4624 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
4625 Alpinerc may be either a local file or a remote configuration folder.
4628 <DT> -passfile <EM>passfile</EM>
4630 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
4631 This should be a fully-qualified filename.
4634 <DT> -pinerc <EM>file</EM>
4636 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
4637 settings of variables that the user has made.
4638 Use <EM>file</EM> set to ``-'' to make output go to standard out.
4641 <DT> -r
4643 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
4644 <EM>Alpine</EM> in restricted mode can only send email to itself.
4645 Save and export are limited.
4648 <DT> -registry <EM>cmd</EM>
4650 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
4651 <EM>Alpine</EM>'s registry entries.
4652 Possible values for <EM>cmd</EM> are set, clear, and dump.
4653 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
4654 entries according to its current settings.
4655 <EM>Clear</EM> will clear the registry values.
4656 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
4657 <EM>Dump</EM> will display the values of current registry settings.
4658 Note that the dump command is currently disabled.
4659 Without the -registry option, <EM>PC-Alpine</EM> will write values into
4660 the registry only if there currently aren't any values set.
4663 <DT> -sort <EM>key</EM>
4665 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
4666 FOLDER INDEX screen.
4667 <EM>Key</EM> can have the following values: 
4668 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
4669 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
4670 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
4671 The default value is &quot;arrival&quot;.
4672 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
4675 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
4678 <DT> -uninstall
4680 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
4681 in Windows settings.  The registry settings are removed and
4682 the password cache is cleared.
4685 <DT> -url <EM>url</EM>
4687 <DD> Open the given URL.
4690 <DT> -v
4692 <DD> Version:  Print version information to the screen.
4695 <DT> -x <EM>exceptions_config</EM>
4697 <DD> Configuration settings in the exceptions configuration override your normal
4698 default settings.
4699 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
4702 <DT> -z
4704 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
4705 will suspend the <EM>Alpine</EM> session.
4708 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
4709 <EM>Feature-List</EM>.
4712 <DT> -<EM>option</EM>=<EM>value</EM>
4714 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
4715 For example, <EM>-signature-file=sig1</EM> or
4716 <EM>-Feature-List=signature-at-bottom</EM>.
4717 Note:  Feature-List values are
4718 additive and features may be preceded with no- to turn them off.
4719 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
4720 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
4721 <EM>-Feature-List=signature-at-bottom</EM>.
4724 </DL>
4726 &lt;End of help on this topic&gt;
4727 </BODY>
4728 </HTML>
4729 ===== h_configuring_news ======
4730 <HTML>
4731 <HEAD>
4732 <TITLE>CONFIGURING NEWS</TITLE>
4733 </HEAD>
4734 <BODY>
4735 <H1>CONFIGURING NEWS</H1>
4736 Alpine can access news folders in any one of three different ways:
4737 <DL>
4738 <DT>REMOTE NNTP</DT>
4739 <DD>Using the Network News Transport Protocol (NNTP) to
4740 access news on a remote news server.  In this case the newsrc file is
4741 stored on the machine where Alpine is running.
4744 To specify a remote news-collection accessed via NNTP use the
4745 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4746 Server: value to the NNTP server's hostname appended with the
4747 communication method &quot;/service=NNTP&quot;, and set the Path:
4748 value to the &quot;#news.&quot; namespace (without the quotes).  See
4749 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
4750 help text for a more complete explanation of access method, and the
4751 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4752 text for a more complete explanation of &quot;namespace&quot;.
4754 Instead of specifying a news-collection, you may simply set the
4755 <A HREF="h_config_nntp_server">NNTP Server</A>
4756 option, which will cause Alpine to create a default news-collection for you.
4757 Another NNTP option that may be of interest is
4758 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
4760 <DT>REMOTE IMAP</DT>
4761 <DD>Using the Internet Message Access Protocol (IMAP) to
4762 access news on a remote news server.  In this case, your newsrc file is
4763 stored on the news server, in your home directory, so you must have an
4764 account on the news server, but you would be running Alpine on a different
4765 machine.  The news server must be running an IMAPd server process. 
4768 To specify a remote news-collection accessed via IMAP use the
4769 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4770 Server: value to the IMAP server's hostname, and set the Path: value
4771 to the &quot;#news.&quot; namespace (without the quotes).  See the
4772 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4773 text for a more complete explanation of &quot;namespace&quot;.
4775 </DD>
4777 <DT>LOCAL</DT>
4778 <DD>Using local file access to the news database.  In this
4779 case, your newsrc file is stored on the news server, in your home
4780 directory, so you must have an account on the news server, and you would
4781 be running Alpine on the same machine.
4784 To specify a local news-collection use the SETUP/collectionList
4785 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
4786 set the Path: value to the &quot;#news.&quot; namespace (without the
4787 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
4788 field's help text for a more complete explanation of &quot;namespace&quot;.
4790 </DD>
4791 </DL>
4795 NOTE: Should no news-collection be defined as above, Alpine will
4796 automatically create one using the Setup/Config screen's
4797 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
4798 will be created as a &quot;Remote NNTP&quot; as described above.
4802 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
4803 possible.  If you don't have an account on the news server, or if the news
4804 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
4805 sure, ask your service provider, university, or company for help.)  In
4806 this case, your Unix .newsrc file can be transferred to your PC.  A good
4807 place to put it would be in the same directory as your PINERC file, under
4808 the name NEWSRC, but you can 
4809 <A HREF="h_config_newsrc_path">specify a different location</A>
4810 via Alpine's Setup/Config screen.
4813 Other configuration features related to news are
4814 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
4815 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
4816 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
4817 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
4818 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
4819 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
4820 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
4821 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
4824 &lt;End of help on this topic&gt;
4825 </BODY>
4826 </HTML>
4827 ===== h_reading_news ======
4828 <HTML>
4829 <HEAD>
4830 <TITLE>READING NEWS</TITLE>
4831 </HEAD>
4832 <BODY>
4833 <H1>READING NEWS</H1>
4835 Alpine uses almost the same commands for manipulating news folders as for
4836 mail folders.  This means, for example, that when you are done with a
4837 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
4838 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
4839 most newsreaders, wherein a message is implicitly dismissed after you have
4840 looked at it once. We strongly believe that Alpine should offer as much
4841 consistency as possible between mail and news, so the mail paradigm --
4842 wherein a message does not magically disappear without explicit action by
4843 the user -- is used for news as well. <P>
4845 If you answer a message in a news folder, the index view will show the
4846 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
4847 keep track of what news as been read has no way of storing this flag, so
4848 it will not be preserved across sessions.  The Deleted flag is the only
4849 one that is preserved when you leave and then return to a newsgroup.  As an
4850 additional note on replies, when you Reply to a newsgroup message and say
4851 you want to reply to all recipients, Alpine will ask if you want to post the
4852 message to all the newsgroups listed in the original message. <P>
4854 If you would like Alpine to mark more-or-less recent news messages as
4855 &quot;New&quot;, then set the
4856 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
4857 feature (which is set by default).  This will cause messages after the last one you have marked as
4858 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
4859 &quot;N&quot; status often makes it easier to distinguish later news
4860 articles from those you've previously seen, but not yet disposed of via
4861 the &quot;D&quot; key.  Note that this is an approximation, not an exact
4862 record of which messages you have not seen.
4865 A frequent operation in news-reading is &quot;catching up&quot; -- that
4866 is, getting rid of all the messages in the newsgroup so that you can
4867 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
4868 Select command.  You would enter the following four keystrokes:
4869 <tt>;aad</tt> to select all messaged, and then apply the delete (or
4870 dismiss) command to all of them.
4873 There are also additional details on 
4874 <A HREF="h_configuring_news">configuring news</a>.
4877 &lt;End of help on this topic&gt;
4878 </BODY>
4879 </HTML>
4880 ====== h_help_index ======
4881 <HTML>
4882 <HEAD>
4883 <TITLE>Help Index</TITLE>
4884 </HEAD>
4885 <BODY>
4886 <H1>Help Index</H1>
4887 <ul>
4888 <li><a href="h_mainhelp_abooks">Address Books</a></li>
4889 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
4890 <li><a href="h_main_addrbook">Address Book Command</a>
4891 <li><a href="h_abook_view">Address Book View Explained</a>
4892 <li><a href="h_compose_addrcomplete">Address Completion</a>
4893 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
4894 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
4895 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
4896 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
4897 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
4898 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
4899 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
4900 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
4901 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
4902 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
4903 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
4904 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
4905 <li><a href="h_mainhelp_config">Alpine Configuration</a>
4906 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
4907 <li><a href="h_news_legal">Alpine Legal Notices</a>
4908 <li><a href="h_compose_alted">Alt Editor Command</a>
4909 <li><a href="h_index_cmd_apply">Apply Command</a>
4910 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
4911 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
4912 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
4913 <li><a href="h_composer_browse">BROWSER</a>
4914 <li><a href="h_common_bounce">Bounce Command</a>
4915 <li><a href="h_compose_cancel">Cancel Command</a>
4916 <li><a href="h_config_change_your_from">Changing your From Address</a>
4917 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
4918 <li><a href="h_mainhelp_color">Color</a>
4919 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
4920 <li><a href="h_composer">COMPOSER COMMANDS</a>
4921 <li><a href="h_mainhelp_composing">Composing Messages</a>
4922 <li><a href="h_mainhelp_collections">Collection Lists</a>
4923 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
4924 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
4925 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
4926 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
4927 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
4928 <li><a href="h_common_compose">Compose Command</a>
4929 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
4930 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
4931 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
4932 <li><a href="h_mainhelp_config">Configuration</a>
4933 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
4934 <li><a href="h_config_dflt_color">Default Color</a>
4935 <li><a href="h_common_delete">Delete and Undelete Commands</a>
4936 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
4937 <li><a href="h_special_list_commands">Email List Commands Explained</a>
4938 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
4939 <li><a href="h_folder_open">Explanation of Folder Selection</a>
4940 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
4941 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
4942 <li><a href="h_ge_export">Export File Selection</a>
4943 <li><a href="h_ge_allparts">Export Message File Selection</a>
4944 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
4945 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
4946 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
4947 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
4948 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
4949 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
4950 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
4951 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
4952 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
4953 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
4954 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
4955 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
4956 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
4957 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
4958 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
4959 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
4960 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
4961 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
4962 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
4963 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
4964 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
4965 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
4966 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
4967 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
4968 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
4969 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
4970 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
4971 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
4972 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
4973 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
4974 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
4975 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
4976 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
4977 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
4978 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
4979 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
4980 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
4981 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
4982 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
4983 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
4984 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
4985 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
4986 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
4987 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
4988 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
4989 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
4990 <li><a href="h_config_delete_before_writing">FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></a>
4991 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
4992 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
4993 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
4994 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
4995 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
4996 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
4997 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
4998 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
4999 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
5000 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
5001 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
5002 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
5003 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
5004 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
5005 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
5006 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
5007 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
5008 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
5009 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
5010 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
5011 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
5012 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
5013 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
5014 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
5015 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
5016 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
5017 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
5018 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
5019 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
5020 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
5021 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
5022 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
5023 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
5024 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
5025 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
5026 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
5027 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
5028 <li><a href="h_external_loads_inline_images_only">FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
5029 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
5030 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
5031 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
5032 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
5033 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
5034 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
5035 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
5036 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
5037 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
5038 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
5039 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
5040 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
5041 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
5042 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
5043 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
5044 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
5045 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
5046 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
5047 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
5048 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
5049 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
5050 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
5051 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
5052 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
5053 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
5054 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
5055 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
5056 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
5057 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
5058 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
5059 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
5060 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
5061 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
5062 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
5063 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
5064 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
5065 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
5066 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
5067 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
5068 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
5069 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
5070 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
5071 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
5072 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
5073 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
5074 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
5075 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
5076 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
5077 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
5078 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
5079 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
5080 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
5081 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
5082 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
5083 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
5084 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
5085 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
5086 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
5087 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
5088 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
5089 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
5090 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
5091 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
5092 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
5093 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
5094 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
5095 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
5096 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
5097 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
5098 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
5099 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
5100 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
5101 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
5102 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
5103 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
5104 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
5105 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
5106 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
5107 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
5108 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
5109 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
5110 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
5111 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
5112 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
5113 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
5114 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
5115 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
5116 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
5117 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
5118 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
5119 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
5120 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
5121 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
5122 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
5123 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
5124 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
5125 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
5126 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
5127 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
5128 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
5129 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
5130 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
5131 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
5132 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
5133 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
5134 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
5135 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
5136 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
5137 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
5138 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
5139 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
5140 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
5141 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
5142 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
5143 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
5144 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
5145 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
5146 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
5147 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
5148 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
5149 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
5150 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
5151 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
5152 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
5153 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
5154 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
5155 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
5156 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
5157 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
5158 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
5159 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
5160 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
5161 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
5162 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
5163 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
5164 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
5165 <li><a href="h_mainhelp_filtering">Filtering</a>
5166 <li><a href="h_finding_help">Finding more information and requesting help</a>
5167 <li><a href="h_common_flag">Flag Command</a>
5168 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
5169 <li><a href="h_mainhelp_folders">Folders</a>
5170 <li><a href="h_what_are_collections">Folder Collections Explained</a>
5171 <li><a href="h_common_folders">Folder List Command</a>
5172 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
5173 <li><a href="h_folder_save">Folder Select for Save Explained</a>
5174 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
5175 <li><a href="h_config_change_your_from">From Address, Changing</a>
5176 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
5177 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
5178 <li><a href="h_common_goto">Goto Command</a>
5179 <li><a href="h_common_hdrmode">HdrMode Command</a>
5180 <li><a href="h_mainhelp_pinehelp">Help</a>
5181 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
5182 <li><a href="h_folder_maint">Help for Folder List</a>
5183 <li><a href="h_valid_folder_names">IMAP</a>
5184 <li><a href="h_ge_import">Import File Selection</a>
5185 <li><a href="h_mainhelp_index">Index of Messages</a>
5186 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
5187 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
5188 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
5189 <li><a href="h_info_on_mbox">Information on mbox driver</a>
5190 <li><a href="h_mainhelp_intro">Introduction</a>
5191 <li><a href="h_main_journal">Journal Command</a>
5192 <li><a href="h_common_jump">Jump Command</a>
5193 <li><a href="h_compose_justify">Justify Command</a>
5194 <li><a href="h_main_kblock">Keyboard Lock Command</a>
5195 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
5196 <li><a href="h_mainhelp_ldap">LDAP</a>
5197 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
5198 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
5199 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
5200 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
5201 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
5202 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
5203 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
5204 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
5205 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
5206 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
5207 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
5208 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
5209 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
5210 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
5211 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
5212 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
5213 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
5214 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
5215 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
5216 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
5217 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
5218 <li><a href="h_ldap_view">LDAP Response View Explained</a>
5219 <li><a href="h_maildrop">Mail Drop: What is it?</a>
5220 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
5221 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
5222 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
5223 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
5224 <li><a href="h_common_index">Message Index Command</a>
5225 <li><a href="h_mainhelp_mouse">Mouse</a>
5226 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
5227 <li><a href="new_user_greeting">NEW USER GREETING</a>
5228 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
5229 <li><a href="h_mainhelp_readingnews">News Reading</a>
5230 <li><a href="h_folder_subscribe">Newsgroup Subscribe Screen explained</a>
5231 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
5232 <li><a href="h_common_nextnew">NextNew Command</a>
5233 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
5234 <li><a href="h_mainhelp_readingnews">NNTP</a>
5235 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
5236 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
5237 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
5238 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
5239 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
5240 <li><a href="h_config_color_style">OPTION: Color Style</a>
5241 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
5242 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
5243 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
5244 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
5245 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
5246 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
5247 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
5248 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
5249 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
5250 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
5251 <li><a href="h_config_encryption_range">OPTION: <!--#echo var="VAR_encryption-protocol-range"--></a>
5252 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
5253 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
5254 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
5255 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
5256 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
5257 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
5258 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
5259 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
5260 <li><a href="h_config_file_dir">OPTION: File Directory</a>
5261 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
5262 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
5263 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
5264 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
5265 <li><a href="h_config_font_name">OPTION: Font Name</a>
5266 <li><a href="h_config_font_size">OPTION: Font Size</a>
5267 <li><a href="h_config_font_style">OPTION: Font Style</a>
5268 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
5269 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
5270 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
5271 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
5272 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
5273 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
5274 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
5275 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
5276 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
5277 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
5278 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
5279 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
5280 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
5281 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
5282 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
5283 <li><a href="h_config_index_color">OPTION: Index Colors</a>
5284 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
5285 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
5286 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
5287 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
5288 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
5289 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
5290 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
5291 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
5292 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
5293 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
5294 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
5295 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
5296 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
5297 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
5298 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
5299 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
5300 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
5301 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
5302 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
5303 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
5304 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
5305 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
5306 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
5307 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
5308 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
5309 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
5310 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
5311 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
5312 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
5313 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
5314 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
5315 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
5316 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
5317 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
5318 <li><a href="h_config_pat_old">OPTION: Patterns</a>
5319 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
5320 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
5321 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
5322 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
5323 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
5324 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
5325 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
5326 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
5327 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
5328 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
5329 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
5330 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
5331 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
5332 <li><a href="h_config_printer">OPTION: Printer</a>
5333 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
5334 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
5335 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
5336 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
5337 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
5338 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
5339 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
5340 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
5341 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
5342 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
5343 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
5344 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
5345 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
5346 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
5347 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
5348 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
5349 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
5350 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
5351 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
5352 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
5353 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
5354 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
5355 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
5356 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
5357 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
5358 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
5359 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
5360 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
5361 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
5362 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
5363 <li><a href="h_config_status_color">OPTION: Status Color</a>
5364 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
5365 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
5366 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
5367 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
5368 <li><a href="h_config_quit_query_timeo">OPTION: <!--#echo var="VAR_close-connection-timeout"--></a>
5369 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
5370 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
5371 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
5372 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
5373 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
5374 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
5375 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
5376 <li><a href="h_config_title_color">OPTION: Title Color</a>
5377 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
5378 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
5379 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
5380 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
5381 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
5382 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
5383 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
5384 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
5385 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
5386 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
5387 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
5388 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
5389 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
5390 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
5391 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
5392 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
5393 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
5394 <li><a href="h_config_window_position">OPTION: Window-Position</a>
5395 <li><a href="h_mainhelp_patterns">Patterns</a>
5396 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
5397 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
5398 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
5399 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
5400 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
5401 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
5402 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
5403 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
5404 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
5405 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
5406 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
5407 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
5408 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
5409 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
5410 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
5411 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
5412 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
5413 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
5414 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
5415 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
5416 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
5417 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
5418 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
5419 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
5420 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
5421 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
5422 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
5423 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
5424 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
5425 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
5426 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
5427 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
5428 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
5429 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
5430 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
5431 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
5432 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
5433 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
5434 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
5435 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
5436 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
5437 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
5438 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
5439 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
5440 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
5441 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
5442 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
5443 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
5444 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
5445 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
5446 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
5447 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
5448 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
5449 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
5450 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
5451 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
5452 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
5453 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
5454 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
5455 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
5456 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
5457 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
5458 <li><a href="h_common_pipe">Pipe Command</a>
5459 <li><a href="h_valid_folder_names">POP</a>
5460 <li><a href="h_common_postpone">Postpone Command</a>
5461 <li><a href="h_common_print">Print Command</a>
5462 <li><a href="h_mainhelp_readingnews">Reading News</a>
5463 <li><a href="h_news">RELEASE NOTES for Alpine</a>
5464 <li><a href="h_mainhelp_roles">Roles</a>
5465 <li><a href="h_role_select">ROLES SCREEN</a>
5466 <li><a href="h_compose_readfile">Read File Command</a>
5467 <li><a href="h_mainhelp_reading">Reading Messages</a>
5468 <li><a href="h_main_release_notes">Release Notes Command</a>
5469 <li><a href="h_common_reply">Reply and Forward Commands</a>
5470 <li><a href="h_compose_richhdr">Rich Header Command</a>
5471 <li><a href="h_common_role">Role Command</a>
5472 <li><a href="h_mainhelp_smime">S/MIME</a>
5473 <li><a href="h_index_cmd_select">Searching for Messages</a>
5474 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
5475 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
5476 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
5477 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
5478 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
5479 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
5480 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
5481 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
5482 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
5483 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
5484 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
5485 <li><a href="h_common_save">Save and Export Commands</a>
5486 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
5487 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
5488 <li><a href="h_compose_send">Send Command</a>
5489 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
5490 <li><a href="h_main_setup">Setup Command</a>
5491 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
5492 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
5493 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
5494 <li><a href="h_mainhelp_smime">S/MIME</a>
5495 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
5496 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
5497 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
5498 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
5499 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
5500 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
5501 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
5502 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
5503 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
5504 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
5505 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
5506 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
5507 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
5508 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
5509 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
5510 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
5511 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
5512 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
5513 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
5514 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
5515 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
5516 <li><a href="h_index_cmd_sort">Sort Command</a>
5517 <li><a href="h_compose_spell">Spell Check Command</a>
5518 <li><a href="h_common_suspend">Suspend Command</a>
5519 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
5520 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
5521 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
5522 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
5523 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
5524 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
5525 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
5526 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
5527 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
5528 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
5529 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
5530 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
5531 <li><a href="h_common_take">TakeAddr Command</a>
5532 <li><a href="h_mainhelp_status">Titlebar Line</a>
5533 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
5534 <li><a href="h_config_usenone_color">Use None Color</a>
5535 <li><a href="h_config_usenormal_color">Use Normal Color</a>
5536 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
5537 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
5538 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
5539 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
5540 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
5541 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
5542 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
5543 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
5544 </UL>
5547 &lt;End of Help Index&gt;
5548 </BODY>
5549 </HTML>
5552 ============== h_config_remote_config =============
5553 <HTML>
5554 <HEAD>
5555 <TITLE>Remote Configuration</TITLE>
5556 </HEAD>
5557 <BODY>
5558 <H1>Remote Configuration</H1>
5560 You may use the command line argument &quot;-p pinerc&quot; to tell
5561 Alpine to use a non-default configuration file.
5562 There are two types of storage for configuration information.
5563 <EM>Local</EM> configuration files are used by default.
5564 These are just regular files on the UNIX system or on the PC.
5565 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
5566 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
5567 <EM>Remote</EM> configuration folders are stored on an IMAP server.
5568 The advantage of using a remote configuration is that the same information
5569 may be accessed from multiple platforms.
5570 For example, if you use one computer at work and another at home, the same
5571 configuration could be used from both places.
5572 A configuration change from one place would be seen in both places.
5573 To use a remote configuration you simply give a
5574 <A HREF="h_valid_folder_names">remote folder name</A>
5575 as the argument to the &quot;-p&quot; command line option.
5576 The command line might look something like:
5578 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
5580 If there are special characters in the command shell you use, you may need to
5581 quote the last argument (to protect the curly braces from the shell).
5582 The command might look like:
5584 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
5586 You should choose a folder name for a folder that does not yet exist.
5587 It will be created containing an empty configuration.
5588 Do not use a folder that you wish to store regular mail messages in.
5590 The Setup/RemoteConfigSetup command will help you convert from a local
5591 configuration to a remote configuration.
5592 It will create a remote configuration for you and copy your current local
5593 configuration to it.
5594 It will also help you convert local address books into remote address books
5595 and local signature files into literal signatures contained in the
5596 remote configuration file.
5598 If the Setup/RemoteConfigSetup command doesn't do what you want, you
5599 may copy a local pinerc file to a remote configuration folder by hand
5600 by using the command line option &quot;-copy_pinerc&quot;.
5602 Another command line option, which is somewhat related to remote
5603 configuration, is the option &quot;-x exceptions_config&quot;.
5604 The configuration settings in the exceptions configuration override
5605 your default settings.
5606 It may be useful to store the default configuration (the -p argument) remotely
5607 and to have the exceptions configuration stored in a local file.
5608 You might put generic configuration information in the remote configuration
5609 and platform-specific configuration on each platform in the exceptions
5610 configuration.
5611 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
5612 can be either remote folders or local files.
5614 There is another command line argument that works only with PC-Alpine and
5615 which may prove useful when using a remote configuration.
5616 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
5617 to store your local auxiliary files.
5618 This only has an effect if your configuration file is remote.
5619 Some examples of auxiliary files are debug files, address book files, and
5620 signature files.
5622 &lt;End of help on this topic&gt;
5623 </BODY>
5624 </HTML>
5625 ============== h_config_exceptions =============
5626 <HTML>
5627 <HEAD>
5628 <TITLE>Generic and Exceptional Configuration</TITLE>
5629 </HEAD>
5630 <BODY>
5631 <H1>Generic and Exceptional Configuration</H1>
5633 If you use Alpine from more than one platform it may be convenient
5634 to split your configuration information into two pieces, a generic piece
5635 and exceptions that apply to a particular platform.
5636 For example, suppose you use Alpine from home and from work.
5637 Most of your configuration settings are probably the
5638 same in both locations, so those settings belong in the generic settings
5639 configuration.
5640 However, you may use a different SMTP server and INBOX
5641 from home than you do from work.
5643 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
5645 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
5646 options could be
5647 part of your exceptional configuration so that they could be different in the
5648 two places.
5650 The command line option &quot;-x exceptions_config&quot;
5651 may be used to split your configuration into generic and exceptional pieces.
5652 &quot;Exceptions_config&quot; may be either local or remote.
5653 The regular Alpine configuration file will contain the generic data, and
5654 &quot;exceptions_config&quot; will contain the exceptional data.
5656 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
5657 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
5658 in the same local directory that the regular config file is located in (usually
5659 the Unix home directory).
5660 If the regular config file is remote (because the command line option
5661 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
5662 directory for &quot;<CODE>.pinercex</CODE>&quot;.
5663 If the file does not already exist then no exceptions will be used.
5664 You can force exceptions to be used by using the &quot;-x&quot; option or
5665 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
5667 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
5668 PC-Alpine will use the value of the
5669 environment variable <CODE>$PINERCEX</CODE>.
5670 If that is not set, PC-Alpine will look for
5671 the local file &quot;<CODE>PINERCEX</CODE>&quot;
5672 in the same local directory that the regular config file is located in.
5673 If the regular config file is remote (because the command line option
5674 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
5675 local directory specified by the &quot;-aux local_directory&quot; command
5676 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
5677 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
5679 When you have an exception configuration there is a new command
5680 in the Alpine Setup screen, Setup/eXceptions.
5681 It toggles between exceptions and the regular configuration.
5682 This is the usual way to make changes in your exceptional configuration data.
5683 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
5684 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
5685 for Config or &quot;K&quot; for Kolor.
5687 For most people, splitting the configuration information into two pieces is
5688 going to be most useful if the generic information is accessed
5689 <A HREF="h_config_remote_config">remotely</A>).
5690 That data will be the same no matter where you access it from and if you
5691 change it that change will show up everywhere.
5692 The exceptional data will most commonly be in a local file, so that the
5693 contents may easily be different on each computing platform used.
5695 If you already have a local configuration file with settings you like
5696 you may find that the command Setup/RemoteConfigSetup is useful
5697 in helping you convert to a remote configuration.
5698 The command line flag &quot;-copy_pinerc&quot;
5699 may also be useful.
5701 &lt;End of help on this topic&gt;
5702 </BODY>
5703 </HTML>
5704 ============== h_config_inheritance =============
5705 <HTML>
5706 <HEAD>
5707 <TITLE>Configuration Inheritance</TITLE>
5708 </HEAD>
5709 <BODY>
5710 <H1>Configuration Inheritance</H1>
5712 Configuration inheritance is a power user feature.
5713 It is confusing and not completely supported by the configuration
5714 user interface.
5715 We start with an explanation of how configuration works in hopes of making
5716 it easier to describe how inheritance works.
5718 Alpine uses a hierarchy of configuration values from different locations.
5719 There are five ways in which each configuration option (configuration
5720 variable) can be set.
5721 In increasing order of precedence they are:
5723 <OL>
5724 <LI> the system-wide configuration file.
5726 <LI> the personal configuration file
5728 <LI> the personal exceptions file
5730 <LI> a command line argument
5732 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
5733 </OL>
5735 The fixed configuration file is normally
5736 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
5738 The system-wide configuration file is normally
5739 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
5740 set for PC-Alpine.
5741 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
5742 is used for the system-wide configuration.
5743 This location can be set or changed on the command line with the -P flag.
5744 The system-wide configuration file can be either a local file or a
5745 remote configuration folder.
5747 For Unix Alpine, the personal configuration file is normally the file
5748 <CODE>.pinerc</CODE> in the user's home directory.
5749 This can be changed with the -p command line flag.
5750 For PC-Alpine, the personal configuration file is in
5751 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
5752 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
5753 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
5754 This can be changed with the -p command line flag.
5755 If -p is used, the configuration data may be in a local file or a remote config
5756 folder.
5758 For Unix Alpine, the personal exceptions configuration file is named
5759 <CODE>.pinercex</CODE> and is in the same directory as the personal
5760 configuration file, if that configuration file is not remote, and is in
5761 the home directory if the personal configuration file is remote.
5762 If the file exists, then exceptions are turned on.
5763 If it doesn't, then you are not using exceptions.
5764 Alternatively, you may change the location of the exceptions configuration
5765 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5766 Like the personal configuration data, exceptions_config may be
5767 either local or remote.
5769 For PC-Alpine, the personal exceptions configuration file is named
5770 <CODE>PINERCEX</CODE> and is in the same directory as the personal
5771 configuration file unless the personal configuration file is remote.
5772 In that case, it is in the local directory specified by the
5773 &quot;-aux local_directory&quot; command line argument.
5774 (In the case that the personal configuration is remote and there is no
5775 &quot;-aux&quot; command line argument, Alpine searches for
5776 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
5777 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
5778 If the file exists, then exceptions are turned on.
5779 If it doesn't, then you are not using exceptions.
5780 You may change the location of the exceptions configuration
5781 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5782 or with the
5783 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
5784 option).
5786 To reiterate, the value of a configuration option is taken from the
5787 last location in the list above in which it is set.
5788 Or, thinking about it slightly differently, a default value for an option
5789 is established in the system-wide configuration file (or internally by Alpine
5790 if there is no value in the system-wide file).
5791 That default remains in effect until and unless it is overridden by a value in a
5792 location further down the list, in which case a new &quot;default&quot;
5793 value is established.
5794 As we continue down the list of locations we either retain the
5795 value at each step or establish a new value.
5796 The value that is still set after going through the whole list of
5797 configuration locations is the one that is used.
5799 So, for example, if an option is set in the system-wide configuration
5800 file and in the personal configuration file, but is not set in the
5801 exceptions, on the command line, or in the fixed file; then the value
5802 from the personal configuration file is the one that is used.
5803 Or, if it is set in the system-wide config, in the personal config, not
5804 in the exceptions, but is set on the command line; then the value
5805 on the command line is used.
5807 Finally we get to inheritance.
5808 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
5809 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
5810 the inheritance mechanism makes it possible to <EM>combine</EM>
5811 the values from different locations instead of <EM>replacing</EM> the value.
5812 This is true of all configuration lists other than the &quot;Feature-List&quot;,
5813 for which you may already set whatever you want at
5814 any configuration location (by using the &quot;no-&quot; prefix if
5815 necessary).
5817 To use inheritance, set the first item in a configuration list to the
5818 token &quot;INHERIT&quot;, without the quotes.
5819 If the first item is &quot;INHERIT&quot;,
5820 then instead of replacing the default value established so far, the rest of
5821 the list is appended to the default value established so far and that is
5822 the new value.
5824 Here is an example which may make it clearer. Suppose we have:
5826 <PRE>
5827  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5828  Personal config    :   smtp-server = INHERIT, mysmtp.home
5829  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
5830  Command line       :   smtp-server = &lt;No Value Set&gt;
5831  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5832 </PRE>
5835 This would result in an effective smtp-server option of
5837 <PRE>
5838  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
5839 </PRE>
5841 The &quot;INHERIT&quot; token can be used in any of the configuration files
5842 and the effect cascades.
5843 For example, if we change the above example to:
5845 <PRE>
5846  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5847  Personal config    :   smtp-server = INHERIT, mysmtp.home
5848  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5849  Command line       :   smtp-server = &lt;No Value Set&gt;
5850  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5851 </PRE>
5854 This would result in:
5856 <PRE>
5857  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
5858 </PRE>
5860 Unset variables are skipped over (the default value is carried forward) so
5861 that, for example:
5863 <PRE>
5864  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5865  Personal config    :   smtp-server = &lt;No Value Set&gt;
5866  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5867  Command line       :   smtp-server = &lt;No Value Set&gt;
5868  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5869 </PRE>
5872 produces:
5874 <PRE>
5875  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
5876 </PRE>
5879 If any later configuration location has a value set (for a particular list
5880 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
5881 then that value replaces whatever value has been defined up to that point.
5882 In other words, that cancels out any previous inheritance.
5884 <PRE>
5885  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5886  Personal config    :   smtp-server = INHERIT, mysmtp.org
5887  Exceptions config  :   smtp-server = yoursmtp.org
5888  Command line       :   smtp-server = &lt;No Value Set&gt;
5889  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5890 </PRE>
5893 results in:
5895 <PRE>
5896  smtp-server = yoursmtp.org
5897 </PRE>
5900 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
5901 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
5902 difficult to insert the value &quot;INHERIT&quot; into the list of values
5903 for the option using the normal Setup tools.
5904 In other words, the color setting screen (for example) does not
5905 provide a way to input the text &quot;INHERIT&quot; as the first
5906 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
5907 The way to do this is to either edit the pinerc file directly and manually
5908 insert it, or turn
5909 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
5910 feature and insert it using the Setup/Config screen.
5912 &lt;End of help on this topic&gt;
5913 </BODY>
5914 </HTML>
5915 ============== h_special_xon_xoff =============
5916 <HTML>
5917 <HEAD>
5918 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
5919 </HEAD>
5920 <BODY>
5921 <H1>XOFF/XON Handling within Alpine</H1>
5923 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
5924 and XON) as normal characters, even though Alpine does not use them.
5925 However, the printer, modem, or communication software you are using may
5926 be configured for &quot;software flow control,&quot; which means that
5927 XON/XOFF must be treated as special characters by the operating system.
5928 If you see messages such as &quot;^S not defined for this screen&quot;,
5929 then your system is probably using software flow control. In this case
5930 you will need to set the
5931 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
5932 feature.
5934 If you <EM>do</EM> set this
5935 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
5936 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
5937 and see if that puts things right.  Printing via the
5938 &quot;attached-to-ansi&quot; or 
5939 &quot;attached-to-wyse&quot;
5940 option will automatically enable software
5941 flow-control handling for the duration of the printing.
5943 &lt;End of help on this topic&gt;
5944 </BODY>
5945 </HTML>
5946 ============= h_special_help_nav =============
5947 <HTML>
5948 <HEAD>
5949 <TITLE>Help Text Navigation Explained</TITLE>
5950 </HEAD>
5951 <BODY>
5952 <H1>Help Text Navigation Explained</H1>
5954 Alpine contains extensive context-sensitive help text.   At any point, 
5955 pressing the &quot;?&quot; key will bring up a page of help text
5956 explaining the options available to you.  You can leave the help
5957 text screen and return to normal Alpine operation by pressing
5959 <!--chtml if pinemode="function_key"-->
5960 F3 function
5961 <!--chtml else-->
5962 &quot;E&quot;
5963 <!--chtml endif-->
5964 key to Exit Help at any time.
5967 Within the help screen you might find a word or phrase displayed in 
5968 inverse text and others displayed in bold typeface.  Such words and
5969 phrases are used to tell you Alpine has more information available on
5970 the topic they describe.
5971 The inverted text is the &quot;selected&quot; topic.  
5972 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
5973 displayed in bold type
5974 is &quot;selected&quot;.
5975 Hit the Return key to display the information Alpine has available on that
5976 topic.  While viewing such additional information, the 
5977 <!--chtml if pinemode="function_key"-->
5978 F3 function
5979 <!--chtml else-->
5980 &quot;P&quot;
5981 <!--chtml endif-->
5982 key will return you to the previous help screen, and the
5983 <!--chtml if pinemode="function_key"-->
5984 F2 function
5985 <!--chtml else-->
5986 &quot;E&quot;
5987 <!--chtml endif-->
5988 key will Exit the Help system altogether.
5991 The "N" command will tell you the internal name of the help text you are 
5992 reading each time, so that you can send this name in the text of a message 
5993 and create a direct link to that internal help using the x-pine-help URL 
5994 scheme. For example, the direct link to this item is 
5995 x-pine-help:h_special_help_nav. If you add this text to a message, then
5996 a person using Pine to read such message would have a direct link to this
5997 help text.
6000 When you are finished reading this help text, you can press the
6001 <!--chtml if pinemode="function_key"-->
6002 F3 function
6003 <!--chtml else-->
6004 &quot;P&quot;
6005 <!--chtml endif-->
6006 key to return to the previously displayed help text.
6009 &lt;End of help on this topic&gt;
6010 </BODY>
6011 </HTML>
6012 ============= h_special_list_commands =============
6013 <HTML>
6014 <HEAD>
6015 <TITLE>Email List Commands Explained</TITLE>
6016 </HEAD>
6017 <BODY>
6018 <H1>Email List Commands Explained</H1>
6020 Electonic mail lists provide a way for like-minded users to join in
6021 discussions on topics of interest.  The email list itself is 
6022 represented by a
6023 single address that participants send messages to when they have
6024 something of interest to share with other members of the list.  The
6025 receiving computer then, either automatically or after review by the
6026 list's owner (or moderator), sends a copy of that message to each
6027 member of the list.
6030 Usually, subscribing and unsubscribing is done by sending requests in
6031 an email message to a special address setup to handle managing list
6032 membership.  Often this is the name of the list followed by
6033 <I>-request</I>.  This address is almost <EM>never</EM> the same as
6034 the address used to send messages to the list.
6037 Unfortunately, email list participation commands are more a matter
6038 of convention than standard, and thus may vary from list to list.
6039 Increasingly, list management software is adding information to
6040 the copy of the postings as they're copied to the list members that
6041 explains how to do the various list management functions.
6044 Alpine will recognize this information and offer the management commands
6045 they represent in a simple display. One or more of the following
6046 operations will be made available:
6048 <DL>
6049 <DT>Help</DT>
6050 <DD>
6051 A method to get help on subscribing, unsubscribing, 
6052 an explanation of what the list is about, or special instructions
6053 for participation.  This may be in the form of a reply in response
6054 to an email message, or instructions on how to connect to a Web site.
6055 </DD>
6057 <DT>Unsubscribe</DT>
6058 <DD>
6059 A method to get your email addressed removed from the list of
6060 recipients of the email list.
6061 </DD>
6063 <DT>Subscribe</DT>
6064 <DD>
6065 A method to get your email address added to the list of recipients
6066 of the email list.  It may be in the form of a message sent to 
6067 a special address or you may be connected to a web site.
6068 <DD>
6069 </DD>
6071 <DT>Post</DT>
6072 <DD>
6073 A method used to post to the email list.  However, it might also 
6074 indicate that no posting is allowed directly to the list.
6075 </DD>
6077 <DT>Owner</DT>
6078 <DD>
6079 A method to contact the list owner for special questions you might
6080 have regarding the list.
6081 </DD>
6083 <DT>Archive</DT>
6084 <DD>
6085 A method to view an archive of previous messages posted to the list.
6086 This may be in the form of a mail folder on a remote computer, an
6087 IMAP mailbox or even a Web site.
6088 </DD>
6089 </DL>
6092 &lt;End of help on this topic&gt;
6093 </BODY>
6094 </HTML>
6095 ============= h_quota_command =============
6096 <HTML>
6097 <HEAD>
6098 <TITLE>Quota Screen Explained</TITLE>
6099 </HEAD>
6100 <BODY>
6101 <H1>Quota Screen Explained</H1>
6103 <P> This screen summarizes the quota report for this mailbox in the
6104 IMAP server. For each resource that you have a quota, this reports summarizes
6105 its use and limit.
6107 <P> Your IMAP server administrator may have set a quota based either on 
6108 the total size of your mailbox (STORAGE), or the number of messages in 
6109 your mailbox (MESSAGES), or some other criteria. This will be reported
6110 to you indicating the type of quota, its total use and its limit.
6112 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
6113 1024 bytes. Each of the characters that you see in this help text is one 
6114 byte, and this help text is about 1 kibibyte in size. Small messages sent 
6115 by Alpine are normally less than 4 kibibytes in size (which includes 
6116 headers and text). Other email programs may send messages with bigger 
6117 sizes when they send messages, since they send plain text and an 
6118 alternative part in HTML.
6120 <P> A convenient way to save space for the STORAGE type of quota is by 
6121 deleting attachments. This is done on each individual message by pressing 
6122 the &quot;V&quot; command while reading the message text, then moving the cursor 
6123 to the position of the attachment that is to be deleted, then pressing
6124 &quot;D&quot; to delete such attachment, going back to reading the 
6125 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
6126 save the message in the same folder you are reading from. The saved 
6127 message will not have the attachment that was marked deleted. Now you
6128 can delete and expunge the message with the unwanted attachment.
6131 &lt;End of help on this topic&gt;
6132 </BODY>
6133 </HTML>
6134 ============= h_mail_thread_index =============
6135 <HTML>
6136 <HEAD>
6137 <TITLE>THREAD INDEX COMMANDS</TITLE>
6138 </HEAD>
6139 <BODY>                 
6140 <H1>THREAD INDEX COMMANDS</H1>
6141 <!--chtml if pinemode="function_key"-->
6142 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>
6143 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
6144 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>
6145 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>
6146 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>
6147 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>
6148 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>
6149 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>
6150 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>
6151 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>
6152 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>
6153 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>
6154 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>
6155 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>
6156 <BR>
6157 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6158 -----------------------------<BR>
6159 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>
6160 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>
6161 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>
6162 <BR>
6163 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6164 -----------------------------<BR>
6165 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
6166 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
6167 <BR>
6168 <!--chtml else-->
6169 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>
6170 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
6171 &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>
6172 &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>
6173 &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>
6174 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>
6175 &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>
6176 &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>
6177 &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>
6178 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>
6179 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
6180 <BR>
6181 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
6182 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
6183 &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>
6184 &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>
6185 &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>
6186 &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>
6187 &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>
6188 &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>
6189 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
6190 <!--chtml endif-->
6193 NOTE:
6194 <OL>
6195  <LI>For help on a particular command, highlight the bold text associated
6196 with it above and hit Return.
6197  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6198 </OL>
6200 <H2>Description of the THREAD INDEX Screen</H2>
6202 The THREAD INDEX displays summary information from each
6203 thread (conversation) in the current folder.
6204 This is useful if you want to quickly
6205 scan new threads, or find a particular thread without having to go
6206 through the text of each message, or to quickly get rid of junk
6207 threads, etc.
6208 The current thread is always highlighted.
6209 Each line of the THREAD INDEX contains the following columns: <P>
6210 <DL>
6211  <DT>STATUS:</DT>
6212  <DD> The markings on the left side of the thread tell you about its
6213 status.  You may see one or more of the following codes on any given
6214 thread:
6215 <UL>
6216   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
6217   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
6218   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
6219   <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.
6220   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6221         message in the thread was sent to you as a cc:. This symbol will only show up if
6222         the feature
6223         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6224   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
6225         &quot;select&quot; command.  (Some systems may optionally allow selected
6226         messages to be denoted by the index line being displayed in bold
6227         type instead.)
6228   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6229       to mark at least one message in this thread as &quot;important&quot;.
6230 </UL></DD><P>
6232  <DT>THREAD NUMBER:</DT>
6233  <DD>Threads in a folder are numbered, from one through the number
6234 of threads in the folder, to help you know where you are in the folder.
6235 </DD><P>
6237  <DT>DATE STARTED:</DT>
6238  <DD>The date the thread was started. This is actually from the Date header
6239 of the first message in the thread. It doesn't take different time zones
6240 into account.</DD><P>
6242  <DT>WHO STARTED THE THREAD:</DT>
6243  <DD>This is usually the name of the sender of the first message in the thread, taken from
6244 the From header of the message.
6245 If there is no personal name given in that
6246 address, then the email address is used instead.
6247 If the message is from you (or from one of your
6248 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6249 then the recipient's name is shown here instead, with the characters
6250 &quot;To: &quot; inserted before the name.
6251 (The idea of this is that if you started the thread you would rather see who
6252 the mail was sent to instead of that the mail was from you.)
6253 In Newsgroups, if you are
6254 the sender and there are no email recipients, the newsgroup name will be
6255 listed after the &quot;To: &quot;.
6256 </DD><P>
6258  <DT>SIZE:</DT>
6259  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
6261  <DT>SUBJECT:</DT>
6262  <DD>As much of the thread's subject line as will fit on the screen.
6263 This is the subject of the first message in the thread.</DD>
6264 </DL>
6266 <P><UL>
6267 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6268 </UL>
6270 &lt;End of help on this topic&gt;
6271 </BODY>
6272 </HTML>
6273 ============= h_mail_index =============
6274 <HTML>
6275 <HEAD>
6276 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
6277 </HEAD>
6278 <BODY>                 
6279 <H1>MESSAGE INDEX COMMANDS</H1>
6280 <!--chtml if pinemode="function_key"-->
6281 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>
6282 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
6283 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>
6284 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>
6285 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>
6286 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>
6287 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>
6288 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>
6289 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>
6290 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>
6291 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>
6292 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>
6293 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>
6294 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>
6295 <BR>
6296 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6297 -----------------------------<BR>
6298 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>
6299 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>
6300 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>
6301 <BR>
6302 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6303 -----------------------------<BR>
6304 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
6305 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>
6306 <BR>
6307 <!--chtml else-->
6308 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>
6309 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
6310 &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>
6311 &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>
6312 &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>
6313 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>
6314 &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>
6315 &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>
6316 &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>
6317 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>
6318 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
6319 Miscellaneous&nbsp;Operations<BR>
6320 ------------------------<BR>
6321 &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>
6322 &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>
6323 &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>
6324 &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>
6325 &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>
6326 &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>
6327 &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>
6328 &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>
6329 <!--chtml endif-->
6332 NOTE:
6333 <OL>
6334  <LI>For help on a particular command, highlight the bold text associated
6335 with it above and hit Return.
6336  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6337 </OL>
6339 <H2>Description of the MESSAGE INDEX Screen</H2>
6341 The MESSAGE INDEX displays summary information from each
6342 message in the current folder.
6343 This is useful if you want to quickly
6344 scan new messages, or find a particular message without having to go
6345 through the text of each message, or to quickly get rid of junk
6346 messages, etc.
6348 The current message is always highlighted
6349 and many commands operate on the current message.
6350 For example, the Delete command will delete the current message.
6351 If the folder is sorted by either Threads or OrderedSubject, then, depending
6352 on some of your configuration settings, a single line in the index may
6353 refer to an entire thread or to a subthread.
6354 If that is the case, then the commands that normally operate on the current
6355 message will operate on the thread or subthread instead.
6356 For example, the Delete command will delete the whole collapsed thread
6357 instead of just a single message.
6359 Each line of the MESSAGE INDEX contains the following columns (by default -- 
6360 you can change this with the 
6361 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
6362 in the SETUP CONFIGURATION screen): <P>
6363 <DL>
6364  <DT>STATUS:</DT>
6365  <DD> The markings on the left side of the message tell you about its
6366 status.  You may see one or more of the following codes on any given
6367 message:
6368 <UL>
6369   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
6370          yet eXpunged the folder.
6371   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
6372   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
6373          to be answered.
6374   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
6375          forward a message.
6376   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
6377         directly to your account, your copy is not part of a cc: or a
6378         mailing list.
6379   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6380         message was sent to you as a cc:. This symbol will only show up if
6381         the feature
6382         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6383   <LI> &quot;X&quot; for selected.  You have selected the message by using the
6384         &quot;select&quot; command.  (Some systems may optionally allow selected
6385         messages to be denoted by the index line being displayed in bold
6386         type.)
6387   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6388       to mark this message as &quot;important&quot;.
6389 </UL></DD><P>
6391  <DT>MESSAGE NUMBER:</DT>
6392  <DD>Messages in a folder are numbered, from one through the number
6393 of messages in the folder, to help you know where you are in the folder.
6394 These numbers are always in increasing order, even if you sort the folder
6395 in a different way.</DD><P>
6397  <DT>DATE SENT:</DT>
6398  <DD>The date the message was sent.  By default, messages are
6399 ordered by arrival time, not by date sent.  Most of the time, arrival time
6400 and date sent (effectively departure time) are similar.  Sometimes,
6401 however, the index will appear to be out of order because a message took a
6402 long time in delivery or because the sender is in a different time
6403 zone than you are. This date is just the date from the Date header
6404 field in the message.</DD><P>
6406  <DT>WHO SENT THE MESSAGE:</DT>
6407  <DD>This is usually the name of the sender of the message, taken from
6408 the From header of the message.
6409 If there is no personal name given in that
6410 address, then the email address is used instead.
6411 If the message is from you (or from one of your
6412 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6413 then the recipient's name is shown here instead, with the characters
6414 &quot;To: &quot; inserted before the name.
6415 (The idea of this is that if you sent the mail you would rather see who
6416 the mail was sent to instead of that the mail was from you.
6417 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
6418 above.
6419 In particular, use the FROM token or the FROMORTONOTNEWS token
6420 in place of the FROMORTO token.)
6421 In Newsgroups, if you are
6422 the sender and there are no email recipients, the newsgroup name will be
6423 listed after the &quot;To: &quot;. </DD><P>
6425  <DT>SIZE:</DT>
6426  <DD>The number in parentheses is the number of characters in the message.
6427 It may have a suffix of K, M, or G which means the number should be
6428 multiplied by one thousand, one million, or one billion to get the
6429 size of the message.</DD><P>
6431  <DT>SUBJECT:</DT>
6432  <DD>As much of the message's subject line as will fit on the screen.</DD>
6433 </DL>
6435 <P><UL>
6436 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6437 </UL>
6439 &lt;End of help on this topic&gt;
6440 </BODY>
6441 </HTML>
6442 ============= h_mail_view ========================
6443 <HTML>
6444 <HEAD>
6445 <TITLE>MESSAGE TEXT SCREEN</TITLE>
6446 </HEAD>
6447 <BODY>
6448 <H1>MESSAGE TEXT SCREEN</H1>
6449 <!--chtml if pinemode="function_key"-->
6450 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>
6451 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
6452 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>
6453 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>
6454 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>
6455 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>
6456 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>
6457 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>
6458 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>
6459 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>
6460 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>
6461 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>
6462 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>
6463 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>
6464 <BR>
6465 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6466 ------------------------------<BR>
6467 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
6468 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
6469 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
6470 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
6471 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
6472 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
6473 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
6474 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
6475 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
6476 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
6477 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
6478 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
6479 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6480 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
6481 <!--chtml else-->
6482 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
6483 ---------------------------------<BR>
6484 <BR>
6485 &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>
6486 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>
6487 &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>
6488 &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>
6489 &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>
6490 &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>
6491 &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>
6492 &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>
6493 &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>
6494 <BR>
6495 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
6496 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
6497 &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>
6498 &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>
6499 &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>
6500 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>
6501 <BR>
6502 General&nbsp;Alpine&nbsp;Commands<BR>
6503 ---------------------<BR>
6504 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
6505 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
6506 &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>
6507 &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>
6508 &nbsp;&nbsp;&nbsp;&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>
6509 <!--chtml endif-->
6512 NOTE:
6513 <OL>
6514  <LI>For help on a particular command, highlight the bold text associated
6515 with it above and hit Return.
6516  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6517 </OL>
6519 <H2>Description of the MESSAGE TEXT Screen</H2>
6521 The top line of the view message screen displays status
6522 information about the currently open collection and folder and about the
6523 current message.  It shows the name of the collection in angle brackets
6524 and then the name of the folder.  The line also displays the number
6525 of messages in the folder, the number of the current message and the
6526 percentage of the current message that has been displayed on the screen.
6527 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
6528 right corner.
6529 If the message has been answered (but not deleted) &quot;ANS&quot; will show
6530 in the corner.
6533 NOTE: to rapidly move to the end of a message, hit the
6534 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6535 (or Ctrl-W) key followed
6536 by Ctrl-V.  Similarly,
6537 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6538 followed by Ctrl-Y will take you to the beginning of
6539 a message.
6541 <H2>Explanation of Alternate Character Sets</H2>
6543 Alpine attempts to stay out of the way so that it won't prevent you from
6544 viewing mail in any character set.  It will simply send the message to
6545 your display device.  If the device is capable of displaying the
6546 message as it was written it will do so.  If not, the display may be
6547 partially or totally incorrect.
6548 If the message contains characters that are not representable in your 
6549 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
6550 variable in your configuration, then a warning message will be printed
6551 to your screen at the beginning of the message display.
6552 It is probably best to use UNIX Alpine in a terminal emulator
6553 capable of displaying UTF-8 characters.
6554 See <A HREF="h_config_char_set">Display Character Set</A> for a little
6555 more information about character set settings.
6557 <P><UL>
6558 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6559 </UL>
6561 &lt;End of help on this topic&gt;
6562 </BODY>
6563 </HTML>
6564 ======= h_index_cmd_select =======
6565 <HTML>
6566 <HEAD>
6567 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
6568 </HEAD>
6569 <BODY>
6570 <H1>Selecting: Select and WhereIs/Select</H1>
6572 Aggregate operations give you the ability to process a group of messages
6573 at once.  Acting on multiple messages requires two steps: (1) selecting a
6574 set of messages and then; (2) applying a command to that set. The first
6575 part is handled by the select command.  Select allows you to
6576 select messages based on their status (read, answered, etc.), contents,
6577 date, size, or keywords.
6578 You may also select based on one of your Rules or based on threads,
6579 and there are quick options to select a specific message or range of messages,
6580 to select the current message, or to select all messages.
6583 We describe the various selection criteria briefly:
6586 <DL>
6587 <DT>select All</DT>
6588 <DD> Marks all the messages in the folder as selected.
6589 </DD>
6591 <DT>select Cur</DT>
6592 <DD> Selects the currently highlighted message or currently highlighted
6593 set of messages if in a threaded view.
6594 </DD>
6596 <DT>select by Number</DT>
6597 <DD> Select by message number. This may be a comma-separated list instead or
6598 a single entry.
6599 Each element in the list may be either a single message number or a range
6600 of numbers with a dash between the lowest and highest member of the range.
6601 Some examples are 7 to select only message number 7; 2-5 to select messages
6602 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
6603 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
6604 substitute for the highest numbered message in the folder, while the
6605 character &quot;.&quot; represents the message number holding the position
6606 of the cursor in the folder.
6607 If in a separate thread index where the numbers refer to threads instead of
6608 to messages, then you will be selecting all of the messages in the
6609 referenced threads instead of selecting by message number.
6610 </DD>
6612 <DT>select by Date</DT>
6613 <DD> Select by either the date stored in the Date headers of each message,
6614 or by the date when the messages arrived.
6615 This does not adjust for different time zones, but just checks to see what
6616 day the message was sent on.
6617 You may type in a date. If you do, the date should be in the form
6618 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
6619 For example,
6620 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
6622 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
6623 If the date you want is close to the current date, it is probably
6624 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
6625 is displayed, instead of typing in the date yourself.
6626 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
6627 the date of the currently highlighted message. 
6629 There are six possible settings that are selected using the
6630 &quot;^W&nbsp;Toggle When&quot; command.
6631 Three of them select messages based on the Date headers.
6632 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
6633 and &quot;SENT ON&quot;.
6634 SINCE is all messages with the selected date or later.
6635 BEFORE is all messages earlier than the selected date (not including the day
6636 itself).
6637 ON is all messages sent on the selected date.
6638 The other three select messages in the same way but they use the arrival
6639 times of the messages instead of the Date headers included in the messages.
6640 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
6641 and &quot;ARRIVED ON&quot;.
6642 When you save a message from one folder to another the arrival time is
6643 preserved.
6644 </DD>
6646 <DT>select by Text</DT>
6647 <DD> Selects messages based on the message contents.
6648 This allows you to select a set of messages based on whether or not the
6649 message headers or message body contain specified text.
6650 You may look for text in the Subject, the From header,
6651 the To header, or the Cc header.
6652 You may also choose Recipient, which searches for the text in
6653 either the To or the Cc header;
6654 or Participant, which means To or Cc or From.
6655 Besides those specific header searches, you may also search the entire
6656 header and text of the message with &quot;All Text&quot;, or just the
6657 body of the message.
6659 To search for the absence of text, first type the &quot;! Not&quot; command
6660 before typing the specific type of text search.
6661 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6662 search for all messages that do not contain a particular word in their
6663 Subjects.
6665 If you choose a Subject search, you may use the subject from the current
6666 message by typing the &quot;^X Cur Subject&quot; command.
6667 You may then edit it further if you wish.
6668 For example, you might select the subject of a reply and edit the
6669 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6670 the original message being replied to.
6671 All of the other header searches allow you to use addresses from the
6672 headers of the current message if you want to.
6673 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6674 &quot;^W Cur Cc&quot;.
6675 In each case, if there is more than one address, only the first is offered.
6676 </DD>
6678 <DT>select by Status</DT>
6679 <DD> Selects messages based on their status.
6680 You may select all New, Important, Deleted, Answered, Recent, or Unseen
6681 messages.
6682 Or, if you first type the &quot;! Not&quot; command, you get not New,
6683 or not Important, and so on.
6684 If you select Deleted messages, you will get all messages with their
6685 Deleted flag set.
6686 Likewise for Important messages, all messages that you have flagged as
6687 being Important with the
6688 <A HREF="h_common_flag">Flag</A> command.
6689 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6690 because they try to match what you see on the screen by default.
6691 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6692 and Unanswered.
6693 If you have looked at the message, or deleted it, or answered it; then it
6694 is not considered &quot;New &quot;.
6695 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6697 &quot;Answered&quot; is another one that is a little different.
6698 It means that the message has been Answered <EM>and</EM> is not deleted.
6699 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6700 the opposite of &quot;Answered&quot;!
6701 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6702 both Unanswered <EM>and</EM> not deleted.
6704 The other two types were added later because the special nature of the
6705 New flag was not what was wanted by all users.
6706 New does match what you see in the index by default, but if you use
6707 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6708 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6709 be exactly what you want.
6710 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6711 they are deleted or answered, and
6712 &quot;Recent&quot; selects all of the messages that have been added to
6713 the folder since you started this Alpine session.
6714 (That's not technically quite true. If there are multiple mail clients
6715 reading an IMAP mailbox, each message will be marked as Recent in only
6716 one of the client's sessions.)
6717 </DD>
6719 <DT>select by siZe</DT>
6720 <DD> Selects messages based on their size being smaller than or larger
6721 than the size you specify.
6722 The size is the number of bytes.
6723 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
6724 the number.
6725 For example, 7K is the same as 7000.
6726 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
6727 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
6728 Use the &quot;^W&quot; command to toggle back and forth between Smaller
6729 and Larger.
6730 </DD>
6732 <DT>select by Keyword</DT>
6733 <DD> Selects messages that either have or do not have
6734 (using the &quot;!&nbsp;Not&quot; command)
6735 a particular <A HREF="h_config_keywords">Keyword</A> set.
6736 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
6737 command to select one from your list of keywords.
6739 <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.
6740 </DD>
6742 <DT>select by Rule</DT>
6743 <DD> Selects messages that either match or don't match
6744 (using the &quot;!&nbsp;Not&quot; command)
6745 one of the Rules you have defined.
6746 The most likely method of filling in the Rule is to use the
6747 &quot;^T&nbsp;To&nbsp;List&quot;
6748 command to select one of your Rules.
6749 All of the Rules you have defined will be in the list, including
6750 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
6751 They may not all make sense for this purpose, but they are all there for
6752 flexibility.
6753 You might find it useful to define some rules solely for the purpose
6754 of being used by the Select command.
6755 There is a special category for such Rules. They are called Search Rules.
6757 Unfortunately, Alpine does not allow all possible Rules to be defined.
6758 For example, there is no logical OR operation.
6759 OR is accomplished in the Filter Rules or the other types of Rules by
6760 simply defining two rules, one that matches the first part of the OR
6761 and another that matches the second part.
6762 But you can't do that here, since you only have a single Rule to work with.
6763 Likewise, the order of Rules is usually important.
6764 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6765 a message, then that stops the search for a further match.
6766 This means that you may be confused if you try to use Select by Rule to
6767 check your Filter rules because the order is important when filtering but
6768 is not considered here.
6769 </DD>
6771 <DT>select by tHread</DT>
6772 <DD> Selects all of the messages in the current thread.
6773 </DD>
6774 </DL>
6776 After you have an initial selection, the next and subsequent selection
6777 commands modify the selection.
6778 The select command changes. It first gives
6779 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
6780 &quot;unselect Current&quot;,
6781 &quot;Broaden selection&quot; (implements a logical OR), and
6782 &quot;Narrow selection&quot; (implements a logical AND).
6783 After you choose either Broaden or Narrow, you then choose one of the
6784 selection criteria listed above (by Text or Number or ...).
6785 You may use select as many times as you wish to get the selected set right.
6788 The WhereIs command has a feature (Ctrl-X) to
6789 select all the messages that match the WhereIs search. WhereIs searches
6790 through just the text that appears on the MESSAGE INDEX screen.
6791 This method is often slower than using the select command itself, unless the
6792 line you are looking for is not too far away in the index.
6795 The availability of the aggregate operations commands is determined by the
6796 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6797 Feature-List option in your Alpine
6798 configuration, which defaults to set.
6799 The features
6800 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
6802 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
6803 affect the behavior of the Select command.
6806 &lt;End of help on this topic&gt;
6807 </BODY>
6808 </HTML>
6809 ======= h_select_rule =======
6810 <HTML>
6811 <HEAD>
6812 <TITLE>Select: Rule</TITLE>
6813 </HEAD>
6814 <BODY>
6815 <H1>Select: Rule</H1>
6817 You are selecting messages that either match or don't match
6818 one of the Rules you have defined.
6819 You may either type the nickname of the Rule at the prompt, or use the
6820 &quot;^T&nbsp;To&nbsp;List&quot;
6821 command to select one of your Rules.
6822 All of the Rules you have defined will be in the list, including
6823 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
6824 They may not all make sense for this purpose, but they are all there for
6825 flexibility.
6826 Rules may be added by using the Setup/Rules screen off of the main Alpine
6827 menu.
6829 Unfortunately, Alpine does not allow all possible Rules to be defined.
6830 For example, there is no logical OR operation.
6831 OR is accomplished in the Filter Rules or the other types of Rules by
6832 simply defining two rules, one that matches the first part of the OR
6833 and another that matches the second part.
6834 But you can't do that here, since you only have a single Rule to work with.
6835 Likewise, the order of Rules is usually important.
6836 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6837 a message, then that stops the search for a further match.
6838 This means that you may be confused if you try to use Select by Rule to
6839 check your Filter rules because the order is important when filtering but
6840 is not considered here.
6843 &lt;End of help on this topic&gt;
6844 </BODY>
6845 </HTML>
6846 ======= h_select_text =======
6847 <HTML>
6848 <HEAD>
6849 <TITLE>Select: Text</TITLE>
6850 </HEAD>
6851 <BODY>
6852 <H1>Select: Text</H1>
6854 You are selecting messages based on the contents of the message.
6855 This allows you to select a set of messages based on whether or not the
6856 message headers or message body contain specified text.
6857 You may look for text in the Subject, the From header,
6858 the To header, or the Cc header.
6859 You may also choose Recipient, which searches for the text in
6860 either the To or the Cc header;
6861 or Participant, which means either the To header, or the Cc header,
6862 or the From header.
6863 Besides those specific header searches, you may also search the entire
6864 header and text of the message with &quot;All Text&quot;, or just the
6865 body of the message with &quot;Body&quot;.
6867 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
6868 before typing the specific type of text search.
6869 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6870 search for all messages that do not contain a particular word in their
6871 Subjects.
6873 If you choose a Subject search, you may use the subject from the current
6874 message by typing the &quot;^X Cur Subject&quot; command.
6875 You may then edit it further if you wish.
6876 For example, you might select the subject of a reply and edit the
6877 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6878 the original message being replied to.
6879 All of the other header searches allow you to use addresses from the
6880 headers of the current message if you want to.
6881 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6882 &quot;^W Cur Cc&quot;.
6883 In each case, if there is more than one address, only the first is offered.
6886 &lt;End of help on this topic&gt;
6887 </BODY>
6888 </HTML>
6889 ======= h_select_status =======
6890 <HTML>
6891 <HEAD>
6892 <TITLE>Select: Status</TITLE>
6893 </HEAD>
6894 <BODY>
6895 <H1>Select: Status</H1>
6897 You are selecting messages based on the status of the message.
6898 For example, whether or not the message has been marked Deleted or Important,
6899 or whether or not it has been Answered or is New.
6900 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
6901 opposite: not Deleted, not Important, and so on.
6903 If you select Deleted messages, you will get all messages with their
6904 Deleted flag set.
6905 Likewise for Important messages, all messages that you have flagged as
6906 being Important with the
6907 <A HREF="h_common_flag">Flag</A> command.
6908 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6909 because they try to match what you see on the screen by default.
6910 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6911 and Unanswered.
6912 If you have looked at the message, or deleted it, or answered it; then it
6913 is not considered &quot;New &quot;.
6914 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6916 &quot;Answered&quot; is another one that is a little different.
6917 It means that the message has been Answered <EM>and</EM> is not deleted.
6918 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6919 the opposite of &quot;Answered&quot;!
6920 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6921 both Unanswered <EM>and</EM> not deleted.
6923 (The New and Answered options may seem counter-intuitive.
6924 The reason it is done this way is
6925 because, by default, a Deleted message will show up with the &quot;D&quot;
6926 symbol in the MAIL INDEX screen even if it is New or Answered.
6927 The Delete symbol overrides the New and Answered symbols, because you
6928 usually don't care about the message anymore once you've deleted it.
6929 Similarly, you usually only care about whether a message is Answered or
6930 not if it is not Deleted.
6931 Once it is Deleted you've put it out of your mind.)
6933 The other two options were added later because the special nature of the
6934 New flag was not what was wanted by all users.
6935 New does match what you see in the index by default, but if you use
6936 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6937 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6938 be exactly what you expect.
6939 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6940 they are deleted or answered, and
6941 &quot;Recent&quot; selects all of the messages that have been added to
6942 the folder since you started this Alpine session.
6943 (That's not technically quite true. If there are multiple mail clients
6944 reading an IMAP mailbox, each message will be marked as Recent in only
6945 one of the client's sessions.
6946 That behavior can be convenienent for some purposes, like filtering, but
6947 it isn't usually what you expect when selecting.)
6950 &lt;End of help on this topic&gt;
6951 </BODY>
6952 </HTML>
6953 ======= h_index_cmd_apply =======
6954 <HTML>
6955 <HEAD>
6956 <TITLE>Apply Command</TITLE>
6957 </HEAD>
6958 <BODY>
6959 <H1>Apply Command</H1>
6961 Apply
6962 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
6963 is the second step of most aggregate operations.  Apply
6964 becomes active any time there is a defined set of selected messages.  The
6965 following commands can be applied to a selected message set: delete,
6966 undelete, reply, forward,
6967 <!--chtml if pinemode="os_windows"-->
6968 <!--chtml else--> 
6969 pipe,
6970 <!--chtml endif-->
6971 print, take address, save, export, bounce, and flag.
6974 The behavior of some of these commands in an aggregate sense is not easy to
6975 explain.  Try them out to see what they do.
6976 The feature
6977 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
6978 affects the behavior of the Apply command, as does the feature
6979 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
6982 &lt;End of help on this topic&gt;
6983 </BODY>
6984 </HTML>
6985 ======= h_index_cmd_zoom =======
6986 <HTML>
6987 <HEAD>
6988 <TITLE>ZoomMode Command</TITLE>
6989 </HEAD>
6990 <BODY>
6991 <H1>ZoomMode Command</H1>
6993 Another action you might want to take on a set of selected messages is to
6994 zoom in on them.  Like apply, zoom only becomes active when messages have
6995 been selected.
6996 ZoomMode
6997 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
6998 is a toggle command that allows you to
6999 zoom-in (and only see the selected messages) and zoom-out (to see all
7000 messages in the folder).  Neither apply nor zoom removes the markings that
7001 define the selected set; you need to use a select command in order
7002 to do that.
7005 &lt;End of help on this topic&gt;
7006 </BODY>
7007 </HTML>
7008 ======= h_index_collapse_expand =======
7009 <HTML>
7010 <HEAD>
7011 <TITLE>Collapse/Expand Command</TITLE>
7012 </HEAD>
7013 <BODY>
7014 <H1>Collapse/Expand Command</H1>
7016 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
7017 the folder is sorted by either Threads or OrderedSubject, and the
7018 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
7019 is set to something other than &quot;none&quot;.
7020 By default, this command collapses or expands the subthread that starts at
7021 the currently highlighted message, if any.
7022 If the subthread is already collapsed, then this command expands it.
7023 If the subthread is expanded, then this command collapses it.
7024 If there are no more messages below the current message in the
7025 thread tree (that is, there are no replies to the current message) then
7026 this command does nothing.
7029 The behavior of this command is affected by the option
7030 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
7031 Normally, this command Collapses or Expands the subthread that
7032 starts at the currently highlighted message.
7033 If the above option is set, then this command Collapses or Expands the
7034 entire current thread instead of just the subthread.
7035 The current thread is simply the top-level thread that contains the
7036 current message.
7039 &lt;End of help on this topic&gt;
7040 </BODY>
7041 </HTML>
7042 ======= h_index_cmd_sort =======
7043 <HTML>
7044 <HEAD>
7045 <TITLE>Sort Command</TITLE>
7046 </HEAD>
7047 <BODY>
7048 <H1>Sort Command</H1>
7050 In Alpine's generic configuration, messages are presented in the order in
7051 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
7052 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
7053 You can also re-sort the folder on demand with the sort
7054 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
7055 command.
7056 Your sorting options are:
7058 <UL>
7059  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
7060  <LI> <A HREF="h_index_sort_date">D</A>ate
7061  <LI> <A HREF="h_index_sort_subj">S</A>ubject
7062  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
7063  <LI> t<A HREF="h_index_sort_thread">H</A>read
7064  <LI> <A HREF="h_index_sort_from">F</A>rom
7065  <LI> si<A HREF="h_index_sort_size">Z</A>e
7066  <LI> scor<A HREF="h_index_sort_score">E</A>,
7067  <LI> <A HREF="h_index_sort_to">T</A>o
7068  <LI> <A HREF="h_index_sort_cc">C</A>c
7069 </UL>
7072 The Reverse option will toggle the order the index is currently
7073 sorted by, but will not change the relative sort order.
7076 Sorting a folder does not actually rearrange the way the folder is saved,
7077 it just re-arranges how the messages are presented to you.  This means
7078 that Alpine has to do the work of sorting every time you change sort order.
7079 Sometimes, especially with PC-Alpine or with large folders, this could take
7080 a while.
7083 &lt;End of help on this topic&gt;
7084 </BODY>
7085 </HTML>
7086 ======= h_index_sort_default =======
7087 <HTML>
7088 <HEAD>
7089 <TITLE>SORT OPTION: Default</TITLE>
7090 </HEAD>
7091 <BODY>
7092 <H1>SORT OPTION: Default</H1>
7094 The <EM>Default</EM> sort option just means to use the default sort order
7095 set in the
7096 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
7097 option in Setup/Config.
7100 &lt;End of help on this topic&gt;
7101 </BODY>
7102 </HTML>
7103 ======= h_index_sort_arrival =======
7104 <HTML>
7105 <HEAD>
7106 <TITLE>SORT OPTION: Arrival</TITLE>
7107 </HEAD>
7108 <BODY>
7109 <H1>SORT OPTION: Arrival</H1>
7111 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7112 in the order that they exist in the folder.  This is usually the same as the
7113 order in which they arrived.  This option is comparable to not sorting
7114 the messages at all.
7117 &lt;End of help on this topic&gt;
7118 </BODY>
7119 </HTML>
7120 ======= h_index_sort_date =======
7121 <HTML>
7122 <HEAD>
7123 <TITLE>SORT OPTION: Date</TITLE>
7124 </HEAD>
7125 <BODY>
7126 <H1>SORT OPTION: Date</H1>
7128 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7129 according to the date and time they were
7130 sent.
7133 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
7134 identical to sorting by &quot;Arrival&quot;.
7137 &lt;End of help on this topic&gt;
7138 </BODY>
7139 </HTML>
7140 ======= h_index_sort_subj =======
7141 <HTML>
7142 <HEAD>
7143 <TITLE>SORT OPTION: Subject</TITLE>
7144 </HEAD>
7145 <BODY>
7146 <H1>SORT OPTION: Subject</H1>
7148 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7149 by subject. 
7152 Messages with the same subject are
7153 first grouped together, and then the groups of like-subject messages
7154 are arranged alphabetically.
7157 Alpine ignores leading &quot;Re:&quot; and
7158 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
7159 likeness and alphabetical order of subject lines.
7162 &lt;End of help on this topic&gt;
7163 </BODY>
7164 </HTML>
7165 ======= h_index_sort_ordsubj =======
7166 <HTML>
7167 <HEAD>
7168 <TITLE>SORT OPTION: OrderedSubject</TITLE>
7169 </HEAD>
7170 <BODY>
7171 <H1>SORT OPTION: OrderedSubject</H1>
7173 The <EM>OrderedSubject</EM> sort option arranges messages in the
7174 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
7175 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
7178 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
7179 messages by the date of the oldest message in the group.
7182 This sort method provides for pseudo threading of conversations within
7183 a folder.
7184 You may want to try sorting by Thread instead.
7187 &lt;End of help on this topic&gt;
7188 </BODY>
7189 </HTML>
7190 ======= h_index_sort_thread =======
7191 <HTML>
7192 <HEAD>
7193 <TITLE>SORT OPTION: Thread</TITLE>
7194 </HEAD>
7195 <BODY>
7196 <H1>SORT OPTION: Thread</H1>
7198 The <EM>Thread</EM> sort option arranges messages in the
7199 MESSAGE&nbsp;INDEX by grouping all messages that indicate
7200 they are part of a conversation (discussion thread) taking
7201 place within a mailbox or newsgroup.  This indication is
7202 based on information in the message's header -- specifically
7203 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
7206 &lt;End of help on this topic&gt;
7207 </BODY>
7208 </HTML>
7209 ======= h_index_sort_from =======
7210 <HTML>
7211 <HEAD>
7212 <TITLE>SORT OPTION: From</TITLE>
7213 </HEAD>
7214 <BODY>
7215 <H1>SORT OPTION: From</H1>
7217 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7218 by the name of the author of the message.
7221 Messages with the same author are grouped together. Groups of
7222 messages are then put into alphabetical order according to message
7223 author.
7226 &lt;End of help on this topic&gt;
7227 </BODY>
7228 </HTML>
7229 ======= h_index_sort_size =======
7230 <HTML>
7231 <HEAD>
7232 <TITLE>SORT OPTION: Size</TITLE>
7233 </HEAD>
7234 <BODY>
7235 <H1>SORT OPTION: Size</H1>
7237 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7238 by their relative sizes.
7241 &lt;End of help on this topic&gt;
7242 </BODY>
7243 </HTML>
7244 ======= h_index_sort_score =======
7245 <HTML>
7246 <HEAD>
7247 <TITLE>SORT OPTION: Score</TITLE>
7248 </HEAD>
7249 <BODY>
7250 <H1>SORT OPTION: Score</H1>
7252 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7253 by their scores.
7256 Messages with the same score are sorted in arrival order.
7257 Scores are something you create using the
7258 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
7261 &lt;End of help on this topic&gt;
7262 </BODY>
7263 </HTML>
7264 ======= h_index_sort_to =======
7265 <HTML>
7266 <HEAD>
7267 <TITLE>SORT OPTION: To</TITLE>
7268 </HEAD>
7269 <BODY>
7270 <H1>SORT OPTION: To</H1>
7272 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
7273 by the names of the recipients of the message.
7276 Messages with the same recipients are grouped together. Groups of
7277 messages are then put into alphabetical order according to message
7278 recipients.
7281 &lt;End of help on this topic&gt;
7282 </BODY>
7283 </HTML>
7284 ======= h_index_sort_cc =======
7285 <HTML>
7286 <HEAD>
7287 <TITLE>SORT OPTION: Cc</TITLE>
7288 </HEAD>
7289 <BODY>
7290 <H1>SORT OPTION: Cc</H1>
7292 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
7293 the names of the carbon copy addresses of the message.
7296 &lt;End of help on this topic&gt;
7297 </BODY>
7298 </HTML>
7299 ======= h_index_cmd_whereis =======
7300 <HTML>
7301 <HEAD>
7302 <TITLE>WhereIs Command</TITLE>
7303 </HEAD>
7304 <BODY>
7305 <H1>WhereIs Command</H1>
7307 The WhereIs
7308 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7309 command lets you search the MESSAGE INDEX for a word.
7310 It scans through whatever you see, usually the name of the author
7311 and the Subject line.
7312 WhereIs has special subcommands to let you find the beginning of the
7313 index (Ctrl-Y -- first message)
7314 or the end of the index (Ctrl-V -- last message).
7316 Note that WhereIs only searches through the visible text on the screen.
7317 For example, if only part of the Subject of a message is shown because it
7318 is long, then only the visible portion of the Subject is searched.
7319 Also note that WhereIs does not &quot;see&quot; the 
7320 &quot;X&quot; in column one of Index entries for selected messages
7321 so it can't be used to search for
7322 selected messages (use &quot;Zoom&quot; instead).
7324 If the feature
7325 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
7326 is turned on,
7327 WhereIs can also be used as a quick way to select messages that match the
7328 string being searched for.
7329 Instead of typing carriage return to search for the next match, type
7330 Ctrl-X to select all matches.
7331 Once again, this only selects matches that are (or would be if the right
7332 index line was on the screen) visible.
7333 Truncated From lines or Subjects will cause matches to be missed.
7334 Although WhereIs is sometimes convenient for quick matching, the Select
7335 command is usually more powerful and usually faster.
7338 &lt;End of help on this topic&gt;
7339 </BODY>
7340 </HTML>
7341 ======= h_view_cmd_whereis =======
7342 <HTML>
7343 <HEAD>
7344 <TITLE>WhereIs Command</TITLE>
7345 </HEAD>
7346 <BODY>
7347 <H1>WhereIs Command</H1>
7349 The WhereIs
7350 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7351 command does a &quot;find in current message&quot; operation.  You
7352 type in text and Alpine will try to find it in the message you are
7353 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
7354 or end (Ctrl-V) of the message.
7355 That is, to rapidly move to the end of a message, hit the 
7356 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7357 (or Ctrl-W) key followed
7358 by Ctrl-V.  Similarly,
7359 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7360 followed by Ctrl-Y will take you to the beginning of a message.
7363 &lt;End of help on this topic&gt;
7364 </BODY>
7365 </HTML>
7366 ======= h_view_cmd_hilite =======
7367 <HTML>
7368 <HEAD>
7369 <TITLE>View Hilite and Next item/Previous item</TITLE>
7370 </HEAD>
7371 <BODY>
7372 <H1>View Hilite and Next item/Previous item</H1>
7374 Sometimes messages may be in the form of formatted HTML text
7375 or they may contain URLs or Web server hostnames.
7376 When any of the features
7377 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
7378 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
7379 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
7381 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
7382 are enabled, Alpine will represent such selectable items in the text
7383 in bold typeface.  One of the selectable items will be displayed in
7384 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
7385 Press the Return key to view the currently selected item.
7388 The Up and Down Arrows keys can be used to change the selected item
7389 (also see the feature
7390 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
7391 If there are no selectable items in the direction of the arrow you
7392 pressed, Alpine will scroll the display in that direction until one
7393 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
7394 items in the message text, use the Previous and Next item commands,
7395 <!--chtml if pinemode="function_key"-->F5 and F6
7396 <!--chtml else-->^B and ^F<!--chtml endif-->.
7399 &lt;End of help on this topic&gt;
7400 </BODY>
7401 </HTML>
7402 ======= h_view_cmd_viewattch =======
7403 <HTML>
7404 <HEAD>
7405 <TITLE>ViewAttch Command</TITLE>
7406 </HEAD>
7407 <BODY>
7408 <H1>ViewAttch Command</H1>
7411 The View/Save Attachment
7412 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
7413 command allows you to handle MIME attachments to a message you have
7414 received.  Alpine shows you a list of the message attachments -- you just
7415 choose the attachment you want.  You may either view or save the
7416 selected attachment.
7419 Because many attachments require external programs for display, there
7420 is some system configuration that has to happen before you can
7421 actually display attachments.  Hopefully much of that will have been
7422 done already by your system administrator.  MIME configuration is
7423 handled with the &quot;mailcap&quot; configuration file.  (See the section 
7424 on configuration in the
7425 <A HREF="h_news">release notes</A> for more information.)
7428 &lt;End of help on this topic&gt;
7429 </BODY>
7430 </HTML>
7431 ======= h_index_cmd_expunge =======
7432 <HTML>
7433 <HEAD>
7434 <TITLE>Expunge/Exclude Command</TITLE>
7435 </HEAD>
7436 <BODY>
7437 <H1>Expunge/Exclude Command</H1>
7439 Expunge/Exclude
7440 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
7441 is the command Alpine uses to actually remove all messages
7442 marked for deletion.  With regular email files, expunge literally deletes
7443 the text from the current folder.  With newsgroups or shared mailboxes,
7444 you don't have permission to actually remove the message, so it is an
7445 exclude -- Alpine removes the message from your view of the folder even
7446 though it is not technically gone.
7448 <P> A selective expunge command is available in IMAP folders that support 
7449 the UID EXPUNGE extension in <A 
7450 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
7451 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
7452 as a subcommand of the apply command. If some selected messages are marked 
7453 deleted, then the apply command will offer the eXpunge command, which when 
7454 executed will only expunge those messages that are selected and deleted.
7456 <P> 
7457 Observe that the expunge command (when not used from the apply command) 
7458 will expunge/exclude all deleted messages from the folder, and so all 
7459 messages marked deleted will be expunged, regardless of if they are 
7460 selected or not. In other words, there is no protection against 
7461 potentially expunging more messages than only those that have been 
7462 selected and deleted.
7465 The configuration features
7466 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
7468 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
7469 affect the behavior of the Expunge command.
7472 &lt;End of help on this topic&gt;
7473 </BODY>
7474 </HTML>
7475 ======= h_common_compose =======
7476 <HTML>
7477 <HEAD>
7478 <TITLE>Compose Command</TITLE>
7479 </HEAD>
7480 <BODY>
7481 <H1>Compose Command</H1>
7483 The Compose command takes you into the Alpine message composer where you
7484 can start a new message for sending.  This is where you type in the
7485 message's text and specify its recipient list (the &quot;To:&quot;
7486 address), where copies should be directed (e.g., &quot;Fcc&quot;,
7487 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
7488 be attached to the message.
7491 When you type this command, Alpine will also automatically check for any
7492 interrupted (i.e., a message that was being composed when your modem
7493 or network connection was broken) or previously postponed messages and
7494 offer you a chance to continue working on those.
7497 <UL>   
7498 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7499 </UL><P>
7500 &lt;End of help on this topic&gt;
7501 </BODY>
7502 </HTML>
7503 ======= h_common_index =======
7504 <HTML>
7505 <HEAD>
7506 <TITLE>Message Index Command</TITLE>
7507 </HEAD>
7508 <BODY>
7509 <H1>Message Index Command</H1>
7511 The Index command takes you to the MESSAGE INDEX screen that displays a
7512 summary caption for each message in the currently-open folder. One
7513 message will be highlighted; this is the &quot;Current&quot; message.
7514 The message commands available from this screen (e.g. View, Reply,
7515 Forward, Delete, Print, Save, etc) apply to the current message.
7518 &lt;End of help on this topic&gt;
7519 </BODY>
7520 </HTML>
7521 ======= h_common_folders =======
7522 <HTML>
7523 <HEAD>
7524 <TITLE>Folder List Command</TITLE>
7525 </HEAD>
7526 <BODY>
7527 <H1>Folder List Command</H1>
7529 This Folder List command takes you to the FOLDER LIST screen that displays
7530 the names of all your message folders and allows you to view, rename,
7531 delete, and add folders.  You can open (view) a different folder than the
7532 one currently open by highlighting the desired one (using the arrow keys
7533 or their control-key equivalents) and pressing RETURN.
7536 If you have multiple folder collections defined (see the Help text for
7537 the FOLDER LIST screen to learn more about Collections), you may need
7538 to press Return to expand the collection and display all of the
7539 folders in it.
7542 &lt;End of help on this topic&gt;
7543 </BODY>
7544 </HTML>
7545 ======= h_main_addrbook =======
7546 <HTML>
7547 <HEAD>
7548 <TITLE>Address Book Command</TITLE>
7549 </HEAD>
7550 <BODY>
7551 <H1>Address Book Command</H1>
7553 This command, available only from the MAIN MENU, takes you
7554 to the ADDRESS BOOK management screen.  From here, your personal address
7555 book(s) may be updated.
7558 &lt;End of help on this topic&gt;
7559 </BODY>
7560 </HTML>
7561 ======= h_main_setup =======
7562 <HTML>
7563 <HEAD>
7564 <TITLE>Setup Command</TITLE>
7565 </HEAD>
7566 <BODY>
7567 <H1>Setup Command</H1>
7569 The Setup command, available only from the MAIN MENU, prompts you for
7570 one of several configuration screens, including the SETUP CONFIGURATION 
7571 screen, by which you may activate optional Alpine features.
7574 &lt;End of help on this topic&gt;
7575 </BODY>
7576 </HTML>
7577 ======= h_main_release_notes =======
7578 <HTML>
7579 <HEAD>
7580 <TITLE>Release Notes Command</TITLE>
7581 </HEAD>
7582 <BODY>
7583 <H1>Release Notes Command</H1>
7585 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
7586 as well as pointers to further information such as history and legal notes.
7589 &lt;End of help on this topic&gt;
7590 </BODY>
7591 </HTML>
7592 ======= h_main_kblock =======
7593 <HTML>
7594 <HEAD>
7595 <TITLE>Keyboard Lock Command</TITLE>
7596 </HEAD>
7597 <BODY>
7598 <H1>Keyboard Lock Command</H1>
7600 This command allows your Alpine session to be protected
7601 during a temporary absence from your terminal.
7604 &lt;End of help on this topic&gt;
7605 </BODY>
7606 </HTML>
7607 ======= h_main_journal =======
7608 <HTML>
7609 <HEAD>
7610 <TITLE>Journal Command</TITLE>
7611 </HEAD>
7612 <BODY>
7613 <H1>Journal Command</H1>
7615 This command displays a list of all the status messages Alpine has
7616 displayed (on the third line from the bottom of the screen). This may
7617 be useful if a message disappeared before you had a chance to read it.
7620 &lt;End of help on this topic&gt;
7621 </BODY>
7622 </HTML>
7623 ======= h_common_role =======
7624 <HTML>
7625 <HEAD>
7626 <TITLE>Role Command</TITLE>
7627 </HEAD>
7628 <BODY>
7629 <H1>Role Command</H1>
7631 The Role command is similar to the Compose command except that it starts
7632 off by letting you select a <A HREF="h_rules_roles">role</A>
7633 to be used for the composition.
7634 You may set up alternate roles by using Setup/Rules/Roles.
7637 &lt;End of help on this topic&gt;
7638 </BODY>
7639 </HTML>
7640 ======= h_common_conditional_cmds =======
7641 <HTML>
7642 <HEAD>
7643 <TITLE>Conditional Commands</TITLE>
7644 </HEAD>
7645 <BODY>
7646 <H1>Conditional Commands</H1>
7648 The presence or absence of certain commands, particularly in the
7649 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
7650 whether or not specific features are set in your Alpine configuration.  
7651 (You can access the SETUP CONFIGURATION screen, where they are found, from 
7652 Alpine's MAIN MENU.)  To see if a desired command's availability is
7653 conditioned on a feature setting, see the command's help text (highlight
7654 the phrase associated with the command and hit Return).
7657 Also note that some
7658 commands may be administratively disabled by your system manager;
7659 if they don't work, please check with your local help desk.
7662 <UL>   
7663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7664 </UL><P>
7665 &lt;End of help on this topic&gt;
7666 </BODY>
7667 </HTML>
7668 ======= h_common_pipe =======
7669 <HTML>
7670 <HEAD>
7671 <TITLE>Pipe Command</TITLE>
7672 </HEAD>
7673 <BODY>
7674 <H1>Pipe Command</H1>
7676 Pipe
7677 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
7678 allows you to send a message to a specified Unix command for external
7679 processing.
7680 This command's availability is controlled by the
7681 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
7682 feature.
7683 By default, the processed text of the message is sent to the command
7684 you specify and the output is captured by Alpine and shown to you.
7685 When you run the pipe command, there are some sub-commands which may be
7686 used to alter this behavior.
7687 These sub-commands are described <A HREF="h_pipe_command">here</A>.
7690 &lt;End of help on this topic&gt;
7691 </BODY>
7692 </HTML>
7693 ======= h_common_goto =======
7694 <HTML>
7695 <HEAD>
7696 <TITLE>Goto Command</TITLE>
7697 </HEAD>
7698 <BODY>
7699 <H1>Goto Command</H1>
7701 Goto
7702 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
7703 is the command that lets you bypass Alpine's folder selection screens
7704 and jump directly to a new folder.  You can select any folder in the
7705 world: one in your current collection, one in a different collection or
7706 one in a collection you've never even used before.
7709 Alpine will help you as much as possible to narrow in on the folder you want.
7710 However, if the folder is outside of your defined collections, you are
7711 going to have to enter the exact folder location using the correct
7712 <A HREF="h_valid_folder_names">syntax</A>
7713 for a remote folder and/or fully-qualified path name.
7716 &lt;End of help on this topic&gt;
7717 </BODY>
7718 </HTML>
7719 ======= h_common_nextnew =======
7720 <HTML>
7721 <HEAD>
7722 <TITLE>NextNew Command</TITLE>
7723 </HEAD>
7724 <BODY>
7725 <H1>NextNew Command</H1>
7727 When you press the TAB key, Alpine advances to the next
7728 &quot;interesting&quot; message.
7729 This will be the next message you have not seen before, or the next message
7730 you have flagged Important, whichever comes first.
7731 Unread messages that have been deleted are not considered interesting.
7732 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
7733 articles after you have read them if you want to remove them from future
7734 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
7735 more information.)
7738 The NextNew command is affected by the feature
7739 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
7740 which causes Alpine to only consider Unread messages interesting, not messages
7741 flagged Important.
7744 This command behaves a little differently when it finds there are no more
7745 interesting messages left in the current folder.
7746 If the current folder is one of your Incoming Message Folders
7747 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
7748 or it is a newsgroup, then Alpine will try to find the next folder or
7749 newsgroup that contains <EM>Recent</EM> messages and will ask you
7750 if you want to open that folder.
7751 This behavior may be modified by using the
7752 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
7753 feature that causes Alpine to look for Unseen messages instead of Recent
7754 messages.
7755 The NextNew command's behavior is also affected by the configuration features
7756 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
7758 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
7761 &lt;End of help on this topic&gt;
7762 </BODY>
7763 </HTML>
7764 ======= h_common_jump =======
7765 <HTML>
7766 <HEAD>
7767 <TITLE>Jump Command</TITLE>
7768 </HEAD>
7769 <BODY>
7770 <H1>Jump Command</H1>
7772 This is Alpine's way of allowing you to go straight to a specific message.
7773 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
7774 configured such that typing in any number automatically jumps you to that
7775 message 
7776 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
7777 in the SETUP CONFIGURATION).
7780 &lt;End of help on this topic&gt;
7781 </BODY>
7782 </HTML>
7783 ======= h_common_flag =======
7784 <HTML>
7785 <HEAD>
7786 <TITLE>Flag Command</TITLE>
7787 </HEAD>
7788 <BODY>
7789 <H1>Flag Command</H1>
7791 Flag
7792 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7793 is the command that allows users to manipulate the status flags that
7794 appear on the left side of the MESSAGE INDEX screen.  The most common
7795 use of this is to mark a message as important. This is something of a
7796 note to yourself to get back to that message.  You may also use the
7797 flag command to set (or unset) the flags that indicate that a message
7798 is new, answered, deleted, or forwarded.<P>
7800 Provided the mail server supports it,
7801 you may also manipulate user-defined keywords
7802 for a message using the flag command.
7803 These keywords will be available if you use the Flag Details screen that you
7804 can get to after typing the
7805 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7806 command.
7807 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
7808 which are always present.
7809 You may add new keywords by using the Add KW command from the Flag Details screen
7810 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
7812 The availability of the flag command is determined by the
7813 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
7814 feature in your Alpine configuration. Also, it is possible that Flag could be
7815 administratively disabled by your system manager; if it doesn't work,
7816 please check with your local help desk before reporting a bug.
7817 The behavior of the flag command may be modified by the
7818 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
7819 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
7822 &lt;End of help on this topic&gt;
7823 </BODY>
7824 </HTML>
7825 ======= h_common_hdrmode =======
7826 <HTML>
7827 <HEAD>
7828 <TITLE>HdrMode Command</TITLE>
7829 </HEAD>
7830 <BODY>
7831 <H1>HdrMode Command</H1>
7833 Every email message comes with some header lines that you normally
7834 don't see (and don't want to see).
7835 These include anywhere from 3-20 lines (or more) added by the
7836 Internet mail transport system to record the route your message took,
7837 for diagnostic purposes.
7838 These are normally of no import and simply
7839 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
7840 This also includes other non-standard headers the message may contain.
7841 If you want to see these headers, there is a way to reveal them.
7844 The Header Mode
7845 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7846 command is a toggle that controls Alpine's handling of these header
7847 lines.  Normally, full headers is &quot;off&quot; and you only see a
7848 few lines about who a message is to and who it is from.  When you
7849 press
7850 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7851 to turn full headers on, Alpine will show you
7852 the normal header lines as well as delivery headers, comment headers,
7853 MIME headers, and any other headers present.
7856 Several different Alpine commands honor the header mode -- it affects how
7857 messages are displayed, how they appear in forward and reply email, how
7858 they are printed, how they are saved, and how they are exported.
7859 <!--chtml if pinemode="os_windows"-->
7860 <!--chtml else--> 
7861 The pipe command is also affected.
7862 <!--chtml endif-->
7865 The presence or absence of the Header Mode command is determined by the
7866 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7867 Feature-List option in your Alpine configuration.
7870 If you have also turned on the
7871 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
7872 option then the HdrMode command actually rotates through three states
7873 instead of just two.
7874 The first is the normal view with long quotes suppressed.
7875 The second is the normal view but with the long quotes included.
7876 The last enables the display of all headers in the message.
7877 When using Export, Pipe, Print, Forward, or Reply the quotes are
7878 never suppressed, so the first two states are identical.
7881 The behavior of the Header Mode command may be altered slightly by
7882 turning on the
7883 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
7884 Feature-List option in your Alpine configuration.
7885 In particular, it will cause the Header Mode to be persistent when moving
7886 from message to message instead of resetting to the default for each message.
7889 <UL>   
7890 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7891 </UL><P>
7892 &lt;End of help on this topic&gt;
7893 </BODY>
7894 </HTML>
7895 ======= h_common_print =======
7896 <HTML>
7897 <HEAD>
7898 <TITLE>Print Command</TITLE>
7899 </HEAD>
7900 <BODY>
7901 <H1>Print Command</H1>
7903 The Print
7904 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
7905 command allows you to print a copy of a message.
7906 There are many SETUP CONFIGURATION features that affect the
7907 Print command, including
7908 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
7909 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
7910 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
7911 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
7912 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
7913 You set up for printing by using the Printer option of the Setup command
7914 on the MAIN MENU.
7918 &lt;End of help on this topic&gt;
7919 </BODY>
7920 </HTML>
7921 ======= h_common_take =======
7922 <HTML>
7923 <HEAD>
7924 <TITLE>TakeAddr Command</TITLE>
7925 </HEAD>
7926 <BODY>
7927 <H1>TakeAddr Command</H1>
7930 With the Take Address
7931 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
7932 command, you can extract email addresses from an
7933 incoming message and save them in an address book.  This is an easy way
7934 to add to your address book and avoid having to remember the email
7935 addresses of the people who write to you.
7938 If the message is just to you individually, then you will only need to
7939 provide a nickname.  If the message contains more than one email address,
7940 then you will see an address
7941 selection screen that lets you choose the address you want to save into
7942 your address book, or lets you choose several of them add to a
7943 personal distribution list.
7946 Once you've added an entry to your address book, you can use it from the
7947 message composer by typing the nickname of the entry into one of the
7948 header fields (for example, into the To: field), or you can use ^T from
7949 the header field to select the entry from your address book.
7952 If the configuration feature
7953 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
7954 is set, the behavior of the Take command is altered slightly.
7957 &lt;End of help on this topic&gt;
7958 </BODY>
7959 </HTML>
7960 ======= h_ge_import =======
7961 <HTML>
7962 <HEAD>
7963 <TITLE>Import File Selection</TITLE>
7964 </HEAD>
7965 <BODY>
7966 <H1>Import File Selection</H1>
7968 You are importing a file that you previously
7969 exported from Alpine.
7970 You are now being asked for the name of that file.
7971 The easiest way to select a file is probably with the &quot;^T&quot;
7972 &quot;To Files&quot; command.
7973 Alternatively, you may type in a file name.
7974 It may be an absolute pathname.
7975 Otherwise, it is a file located in your home directory
7976 or current working directory
7977 <!--chtml if pinemode="running"-->
7978 (which, at least for your current Alpine &quot;session,&quot; 
7979 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7980 <!--chtml endif-->, depending on the
7981 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7982 In any case, you finish by typing a carriage return to accept the
7983 file name that is displayed.
7984 When the feature
7985 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7986 is turned on you may use TAB to complete partially typed in names.
7988 You may cancel the import operation by typing &quot;^C&quot; after exiting
7989 this help.
7991 &lt;End of help on this topic&gt;
7992 </BODY>
7993 </HTML>
7994 ======= h_ge_allparts =======
7995 <HTML>
7996 <HEAD>
7997 <TITLE>Export Message File Selection</TITLE>
7998 </HEAD>
7999 <BODY>
8000 <H1>Export Message File Selection</H1>
8002 You are Exporting a message from an Alpine mail folder
8003 to a plain text file.
8004 You also have the option of exporting all of the attachments associated
8005 with the message.
8006 You are now being asked for the name of the file to export <EM>to</EM>.
8007 The easiest way to select a file is probably with the &quot;^T&quot;
8008 &quot;To Files&quot; subcommand.
8009 After returning from that subcommand you will still be allowed to
8010 edit the name you have selected.
8011 Alternatively, you may type in a file name.
8012 It may be an absolute pathname.
8013 Otherwise, it is a file located in your home directory
8014 or current working directory
8015 <!--chtml if pinemode="running"-->
8016 (which, at least for your current Alpine &quot;session,&quot; 
8017 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8018 <!--chtml endif-->, depending on the
8019 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
8020 In any case, you finish by typing a carriage return to accept the
8021 file name that is displayed.
8022 When the feature
8023 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
8024 is turned on you may use TAB to complete partially typed in names.
8026 The message you are exporting appears to have some attachments.
8027 If you wish to save <EM>all</EM> of the attachments at once,
8028 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
8029 saving of the attachments.
8030 You may turn it back off by typing &quot;^P&quot; again, which will now
8031 be labeled &quot;NoAllParts&quot; instead.
8032 If you want to save the parts the command displayed should be
8033 &quot;NoAllParts&quot;!
8034 When you choose to save attachments like this, the attachments will be saved
8035 in a newly created directory.
8036 That directory will have the same name as the file name you choose here,
8037 with the letters &quot;.d&quot; appended.
8038 If that directory already exists, then the letters &quot;.d_1&quot; will
8039 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
8040 is found.
8041 For example, if you select the file name
8043 <CENTER><SAMP>filename</SAMP></CENTER>
8045 to export the message to, then the directory used for the attachments will be
8047 <CENTER><SAMP>filename.d</SAMP></CENTER>
8049 or perhaps
8051 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
8053 The attachments will then be put into files inside that directory.
8054 The names for the attachment files will be derived from the attachments
8055 if possible.
8056 This is done in the same way as the default values are derived if you
8057 save them one at a time.
8058 (The &quot;filename&quot; parameter from the Content-Disposition header
8059 is the first choice. If that doesn't exist, the &quot;name&quot;
8060 parameter from the Content-Type header is used.)
8061 If a name for a particular attachment is not available, then the
8062 part number of the attachment is used, with the characters &quot;part_&quot;
8063 prepended.
8064 An example of that would be
8066 <CENTER><SAMP>part_2.1</SAMP></CENTER>
8068 If you want to save only some of the attachments or if you want more control
8069 over the directory and filename where an attachment is saved you may
8070 cancel out of this command and View the attachment list.
8071 From there you can save each attachment individually.
8073 You may cancel the Export operation by typing &quot;^C&quot; after exiting
8074 this help.
8076 &lt;End of help on this topic&gt;
8077 </BODY>
8078 </HTML>
8079 ======= h_ge_export =======
8080 <HTML>
8081 <HEAD>
8082 <TITLE>Export File Selection</TITLE>
8083 </HEAD>
8084 <BODY>
8085 <H1>Export File Selection</H1>
8087 You are Exporting or Saving something from within the Alpine world
8088 (a message, an attachment, etc.)
8089 to a plain text file.
8090 You are now being asked for the name of the file to export <EM>to</EM>.
8091 The easiest way to select a file is probably with the &quot;^T&quot;
8092 &quot;To Files&quot; subcommand.
8093 After returning from that subcommand you will still be allowed to
8094 edit the name you have selected.
8095 Alternatively, you may type in a file name.
8096 It may be an absolute pathname.
8097 Otherwise, it is a file located in your home directory
8098 or current working directory
8099 <!--chtml if pinemode="running"-->
8100 (which, at least for your current Alpine &quot;session,&quot; 
8101 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8102 <!--chtml endif-->, depending on the
8103 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
8104 In any case, you finish by typing a carriage return to accept the
8105 file name that is displayed.
8106 When the feature
8107 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
8108 is turned on you may use TAB to complete partially typed in names.
8110 If the object you are exporting is a message with some attachments,
8111 you may wish to save all of the attachments by typing the &quot;^P&quot;
8112 &quot;AllParts&quot; command to turn on saving of the attachments.
8113 This subcommand will only be visible if the message actually has attachments.
8114 You may also View the attachment list and save individual attachments from
8115 there.
8117 If you are SAVING a text part (text/plain, text/html, etc.) you can use
8118 the Control-R subcommand to toggle if saving will be done in binary mode,
8119 meaning that the attachment will be decoded, but will not be transformed
8120 to UTF-8 for further processing (either in internal filters, or user
8121 supplied filters.) This is useful in case you either want to preserve
8122 the text as it was encoded originally to you, or the attachment was
8123 incorrectly attached (the attachment is not of text type) and you need
8124 the original text to process the attachment.
8126 You may cancel the Export operation by typing &quot;^C&quot; after exiting
8127 this help.
8129 &lt;End of help on this topic&gt;
8130 </BODY>
8131 </HTML>
8132 ======= h_common_save =======
8133 <HTML>
8134 <HEAD>
8135 <TITLE>Save and Export Commands</TITLE>
8136 </HEAD>
8137 <BODY>
8138 <H1>Save and Export Commands</H1>
8140 Save
8141 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
8142 and Export
8143 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
8144 are the two alternatives Alpine gives you to keep a copy of the message
8145 you are reading. If you want to keep the message within Alpine's email
8146 world, use &quot;Save&quot;; if you want to use the message in another
8147 program, use &quot;Export&quot;.
8150 When you Save a message, it is put into an existing folder or into a new
8151 folder in one of your existing folder collections.  The message stays in
8152 email format and can be read by Alpine again.  Alpine may use a special format
8153 for its mail folders -- never edit an Alpine folder by hand or with any
8154 program other than Alpine.  The exact behavior of the Save command can be
8155 configured with the
8156 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
8157 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
8158 and 
8159 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
8160 feature list settings.
8161 The name of the folder offered as a default is controlled by the option
8162 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
8165 When you use Export, the message is placed in a plain text file in your
8166 home directory 
8167 <!--chtml if pinemode="running"-->
8168 (which, in the present configuration of your system, is
8169  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8170 <!--chtml endif-->
8171 or current working directory
8172 <!--chtml if pinemode="running"-->
8173 (which, at least for your current Alpine &quot;session,&quot; 
8174 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8175 <!--chtml endif-->, depending on the
8176 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8177 configuration setting.  In the normal case, only minimal
8178 headers are exported with the message; however, if the full header mode 
8179 (whose availability may be disabled  by setting the feature 
8180 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
8181 in SETUP CONFIGURATION) is
8182 toggled on, then complete headers are exported along with the message
8183 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
8184 defined, they may affect the contents of the exported file.)
8187 &lt;End of help on this topic&gt;
8188 </BODY>
8189 </HTML>
8190 ======= h_common_bounce =======
8191 <HTML>
8192 <HEAD>
8193 <TITLE>Bounce Command</TITLE>
8194 </HEAD>
8195 <BODY>
8196 <H1>Bounce Command</H1>
8198 The Bounce 
8199 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
8200 command allows you to re-send, or &quot;remail&quot;, a
8201 message, as if you were never in the loop.  It is analogous to crossing
8202 out your address on a postal letter, writing a different address on the
8203 envelope, and putting it into the mailbox. Bounce is used primarily to
8204 redirect email that was sent to you in error.
8205 Also, some owners of email
8206 lists need the bounce command to handle list traffic.
8207 Bounce is not anonymous.
8208 A ReSent-From header is added to the message so that the recipient may
8209 tell that you Bounced it to them.
8212 The presence or absence of the Bounce command is determined by the
8213 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
8214 feature in your Alpine configuration.
8215 The feature
8216 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
8217 affects the behavior of the Bounce command.
8218 Also, it is possible that Bounce could be
8219 administratively disabled by your system manager; if it doesn't work,
8220 please check with your local help desk before reporting a bug.
8223 &lt;End of help on this topic&gt;
8224 </BODY>
8225 </HTML>
8226 ======= h_common_reply =======
8227 <HTML>
8228 <HEAD>
8229 <TITLE>Reply and Forward Commands</TITLE>
8230 </HEAD>
8231 <BODY>
8233 <H1>Reply and Forward Commands</H1>
8235 Replying 
8236 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
8237 and Forwarding 
8238 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
8239 are your two alternatives for following up on the
8240 message you are reading.  You would use reply if you want to get email
8241 back to the author of the message and/or the other people who have
8242 already seen it.  You use forward if you want somebody new to see the
8243 message.
8246 In the normal case, the only thing that you must supply when forwarding a
8247 message is the name/email address of the new recipient.
8248 Alpine will include the text of the forwarded message.
8249 Alpine will also include any attachments to the message.
8250 There is space above the forwarded text for you to include additional comments.
8253 When replying, you usually have to answer some questions.
8254 If the message is to multiple people and/or specified with a Reply-To: header,
8255 then you will have to decide who should get the reply.
8256 You also need to decide whether or not to include the previous
8257 message in your reply.
8258 Some of this is configurable.
8259 Specifically, see the
8260 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
8261 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
8262 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
8264 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
8265 configuration features.
8268 Both the Reply and Forward commands react to the full header mode toggle.
8269 If the full header mode is on, then all the header and delivery lines are
8270 included with the text of the message in your reply/forward.
8273 Other configuration features that affect the Reply command are
8274 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
8275 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
8276 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
8279 &lt;End of help on this topic&gt;
8280 </BODY>
8281 </HTML>
8282 ======= h_common_delete =======
8283 <HTML>
8284 <HEAD>
8285 <TITLE>Delete and Undelete Commands</TITLE>
8286 </HEAD>
8287 <BODY>
8288 <H1>Delete and Undelete Commands</H1>
8290 Delete 
8291 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
8292 and Undelete 
8293 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
8294 allow you to change the Deleted flag for the current message.
8295 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
8296 removes the mark.
8297 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
8298 at the left hand edge of the index line.
8299 When viewing a deleted message, the letters &quot;DEL&quot; will be present
8300 in the upper right hand corner of the screen.
8301 Delete simply <EM>marks</EM> a message Deleted, it does not actually
8302 get rid of the message.
8303 The eXpunge command (available from the MESSAGE INDEX screen) actually
8304 removes all of the deleted messages in a folder.
8305 Once a message is eXpunged, it can't be retrieved.
8308 The Delete command is affected by the setting of the configuration feature
8309 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
8312 &lt;End of help on this topic&gt;
8313 </BODY>
8314 </HTML>
8315 ======= h_common_postpone =======
8316 <HTML>
8317 <HEAD>
8318 <TITLE>Postpone Command</TITLE>
8319 </HEAD>
8320 <BODY>
8321 <H1>Postpone Command</H1>
8323 The postpone
8324 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
8325 command allows you to temporarily stop working on the current
8326 message so you may read
8327 other messages or compose another message.  When you want to resume a
8328 message later, start to compose and answer &quot;yes&quot; to the
8329 &quot;Continue postponed composition?&quot; question.  You may
8330 postpone as many messages as you like.
8333 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
8334 in the Setup/Config screen, then the Postpone command will prompt you for
8335 the folder in which to store your outgoing message.
8338 &lt;End of help on this topic&gt;
8339 </BODY>
8340 </HTML>
8341 ======= h_compose_cancel =======
8342 <HTML>
8343 <HEAD>
8344 <TITLE>Cancel Command</TITLE>
8345 </HEAD>
8346 <BODY>
8347 <H1>Cancel Command</H1>
8349 Cancel
8350 <!--chtml if pinemode="function_key"-->
8351 (F2)
8352 <!--chtml else-->
8353 (^C) 
8354 <!--chtml endif-->
8356 The Cancel command returns you to Alpine's normal mail processing and
8357 causes the message currently under composition to be thrown out.
8358 The message text <EM>will be lost</EM>.
8361 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
8362 will be preserved in the file named
8363 <!--chtml if pinemode="os_windows"-->
8364 &quot;DEADLETR&quot;.
8365 <!--chtml else-->
8366 &quot;dead.letter&quot; in your home directory.
8367 <!--chtml endif-->
8368 If you unintentionally cancel a message, look there for its text.
8371 &lt;End of help on this topic&gt;
8372 </BODY>
8373 </HTML>
8374 ======= h_compose_addrcomplete =======
8375 <HTML>
8376 <HEAD>
8377 <TITLE>Address Completion</TITLE>
8378 </HEAD>
8379 <BODY>
8380 <H1>Address Completion</H1>
8382 When entering addresses in the address fields of the composer (To, Cc, etc.)
8383 the TAB key may be used to help complete the address.
8384 Type a partial nickname and tap the TAB key to complete the typing.
8385 The unambiguous part of the name will be filled in automatically.
8386 Typing TAB twice in succession will bring up a selection list of possibilities,
8387 making it easy to find and choose the correct address.
8390 The matching algorithm is rather ad hoc.
8391 The search starts with a search of your address book.
8392 It counts as a match if the nickname, address, or fullname field of an
8393 entry begins with the text typed in so far. It is also a match if
8394 a later word in the fullname (for example, the middle name or last name)
8395 begins with the entered text.
8397 Next comes an LDAP search.
8398 The search will happen for any servers that have the
8399 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
8400 feature set. You can set or unset the feature for each server independently
8401 in the Setup/Directory screen.
8403 Finally, if you are replying to or forwarding a message, that message is
8404 searched for likely candidate addresses that match the typed-in text.
8407 &lt;End of help on this topic&gt;
8408 </BODY>
8409 </HTML>
8410 ======= h_compose_richhdr =======
8411 <HTML>
8412 <HEAD>
8413 <TITLE>Rich Header Command</TITLE>
8414 </HEAD>
8415 <BODY>
8416 <H1>Rich Header Command</H1>
8418 The Rich Header command allows you to toggle between the list of 
8419 all message headers available for editing and those that are most
8420 common.
8423 Use this toggle to expose headers that are not normally visible by
8424 default.
8425 This set usually includes the
8426 &quot;Bcc:&quot;,
8427 &quot;Fcc:&quot;,
8428 &quot;Lcc:&quot;,
8429 and &quot;Newsgroups&quot;
8430 headers.
8431 If you are posting to a newsgroup the set of defaults is a little different.
8432 Obviously, in that case, the Newsgroups header is of interest so is not
8433 hidden.
8434 For news posting the hidden set includes the
8435 &quot;To:&quot;,
8436 &quot;Cc:&quot;,
8437 &quot;Bcc:&quot;,
8438 &quot;Fcc:&quot;,
8439 and &quot;Lcc:&quot;
8440 headers.
8441 You won't normally want to edit these, which is why they are hidden,
8442 but it is sometimes useful to be able to set them manually.
8445 The default sets of headers listed above can be altered.
8446 Any header that you have added to the
8447 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
8448 option, but not to the
8449 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
8450 option will appear when you use the Rich Headers command to
8451 make the Rich Headers visible.
8452 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
8453 even without toggling the Rich Headers command.)
8456 &lt;End of help on this topic&gt;
8457 </BODY>
8458 </HTML>
8459 ======= h_compose_send =======
8460 <HTML>
8461 <HEAD>
8462 <TITLE>Send Command</TITLE>
8463 </HEAD>
8464 <BODY>
8465 <H1>Send Command</H1>
8467 The Send command
8468 <!--chtml if pinemode="function_key"-->
8469 (F3)
8470 <!--chtml else-->
8471 (^X) 
8472 <!--chtml endif-->
8473 tells Alpine you are finished composing.
8474 Before actually sending it, though, Alpine will ask you to confirm 
8475 your intention, and, at the same time, redisplayed the message text
8476 with the recipients at the top of the screen to give you the opportunity
8477 to review and verify that the message is addressed to the people
8478 you intended.
8480 If the feature
8481 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
8482 then this confirmation prompt and any options it allows are skipped.
8485 This confirmation prompt may also offer, depending
8486 on your particular Setup/Config, options allowing you to set
8487 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
8488 include attachments in the &quot;Fcc&quot; (if you had previously
8489 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
8490 observe details of the
8491 <A HREF="h_config_verbose_post">message submission process</A>,
8492 choose the filter through which the
8493 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
8494 or turn of flowed text generation.
8497 &lt;End of help on this topic&gt;
8498 </BODY>
8499 </HTML>
8500 ======= h_compose_markcutpaste =======
8501 <HTML>
8502 <HEAD>
8503 <TITLE>Mark, Cut and Paste Commands</TITLE>
8504 </HEAD>
8505 <BODY>
8506 <H1>Mark, Cut and Paste Commands</H1>
8508 You can define a &quot;block&quot; of text, which can subsequently
8509  be deleted or
8510 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
8511 then moving the cursor to the end of the desired text block.  You can then
8512 &quot;cut&quot; the block out 
8513 <!--chtml if pinemode="function_key"-->
8514 &quot;F9&quot;,
8515 <!--chtml else-->
8516 &quot;Ctrl-K&quot;,
8517 <!--chtml endif-->
8518 move the cursor, and &quot;paste&quot; it
8519 <!--chtml if pinemode="function_key"-->
8520 &quot;F10&quot;,
8521 <!--chtml else-->
8522 &quot;Ctrl-U&quot;,
8523 <!--chtml endif-->
8524 in the new location.  Also, you can paste more than once, allowing you
8525 to use this feature to copy a block of text.<P>
8527 If you press 
8528 <!--chtml if pinemode="function_key"-->
8529 &quot;F9&quot;
8530 <!--chtml else-->
8531 &quot;^K&quot;
8532 <!--chtml endif-->
8533 without having marked anything, Alpine will delete
8534 a single line.  If you delete a group of lines together, Alpine keeps them
8535 in the same buffer, so 
8536 <!--chtml if pinemode="function_key"-->
8538 <!--chtml else-->
8540 <!--chtml endif-->
8541 will restore them as a block.  About
8542 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
8543 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
8544 &quot;type the character ^&quot;.
8547 &lt;End of help on this topic&gt;
8548 </BODY>
8549 </HTML>
8550 ======= h_compose_justify =======
8551 <HTML>
8552 <HEAD>
8553 <TITLE>Justify Command</TITLE>
8554 </HEAD>
8555 <BODY>
8556 <H1>Justify Command</H1>
8558 The Justify
8559 <!--chtml if pinemode="function_key"-->
8560 (F4)
8561 <!--chtml else-->
8562 (^J) 
8563 <!--chtml endif-->
8564 command reformats the text in the paragraph the cursor is in.
8565 Paragraphs are separated by one blank line or a line beginning with a space.
8566 This is useful when you have been editing a paragraph and the lines become
8567 uneven.  The text is left aligned or justified and the right is ragged.  If
8568 the text is already justified as typed with auto-wrap, no justification will
8569 be done.
8572 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
8573 block of text, the Justify command is modified.
8574 Instead of automatically justifying the current paragraph you will be
8575 asked if you want to justify the paragraph, justify the selected region,
8576 or adjust the quote level of the selected region.
8577 Adjusting the quote level only works if you are using standard
8578 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
8579 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
8582 When composing a reply containing included text, the justify command
8583 will reformat text to the right of the 
8584 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
8585 adding or removing indented lines as needed.  Paragraphs are separated
8586 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
8587 line containing the indent string and one or more blank spaces.
8588 Included text that was previously indented (or &quot;quoted&quot;) is
8589 not preserved.
8592 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
8593 in 1999 and its wide-spread adoption since then, you will usually be better off if you
8594 use the standard
8595 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
8598 &lt;End of help on this topic&gt;
8599 </BODY>
8600 </HTML>
8601 ======= h_compose_spell =======
8602 <HTML>
8603 <HEAD>
8604 <TITLE>Spell Check Command</TITLE>
8605 </HEAD>
8606 <BODY>
8607 <H1>Spell Check Command</H1>
8609 The &quot;To Spell&quot;
8610 <!--chtml if pinemode="function_key"-->
8611 (F12)
8612 <!--chtml else-->
8613 (^T) 
8614 <!--chtml endif-->
8615 command calls an external spell checking program to look over the
8616 message you are composing.  By default, Alpine uses
8618 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
8620 if it knows where to find &quot;aspell&quot;.
8621 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
8622 then the command used is
8624 <CENTER><SAMP>ispell -l</SAMP></CENTER>
8626 Otherwise, the ancient &quot;spell&quot; command is used.
8628 For PC-Alpine, you must install the aspell library code that you
8629 may get from
8630 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
8633 &lt;End of help on this topic&gt;
8634 </BODY>
8635 </HTML>
8636 ======= h_compose_alted =======
8637 <HTML>
8638 <HEAD>
8639 <TITLE>Alt Editor Command</TITLE>
8640 </HEAD>
8641 <BODY>
8642 <H1>Alt Editor Command</H1>
8644 The &quot;Alt Editor&quot; command's availability depends on the
8645 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
8648 When the variable specifies a valid editor on your system, this
8649 command will launch it with the current text of your message
8650 already filled in.
8653 &lt;End of help on this topic&gt;
8654 </BODY>
8655 </HTML>
8656 ======= h_compose_readfile =======
8657 <HTML>
8658 <HEAD>
8659 <TITLE>Read File Command</TITLE>
8660 </HEAD>
8661 <BODY>
8662 <H1>Read File Command</H1>
8664 The &quot;Read File&quot;
8665 <!--chtml if pinemode="function_key"-->
8666 (F5)
8667 <!--chtml else-->
8668 (^R) 
8669 <!--chtml endif-->
8670 command allows you to copy in text from an existing file. You will be
8671 prompted for the name of a file to be inserted into the message.  The file
8672 name is relative to your home directory 
8673 <!--chtml if pinemode="running"-->
8674 (which, in the present configuration of your system, is
8675  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8676 <!--chtml endif-->
8677 or current working directory
8678 <!--chtml if pinemode="running"-->
8679 (which, at least for your current Alpine &quot;session,&quot; 
8680 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8681 <!--chtml endif-->, depending on the
8682 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8683 configuration setting; or, the file name must be specified as a full path name 
8684 <!--chtml if pinemode="os_windows"-->
8685 -- for example: &quot;A:&#92;PAPER.TXT&quot;
8686 <!--chtml else-->
8687 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
8688 <!--chtml endif-->
8689 (without the quotation marks).
8692 The file will be inserted where the cursor is located.  <B>The
8693 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
8694 Unix machine but have files on a PC or Mac, the files must be transferred
8695 to the system Alpine is running on before they can be read.  Please ask your
8696 local computer support people about the correct way to transfer a file to 
8697 your Alpine system.
8700 &lt;End of help on this topic&gt;
8701 </BODY>
8702 </HTML>
8703 ======= h_config_tray_icon =======
8704 <HTML>
8705 <HEAD>
8706 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
8707 </HEAD>
8708 <BODY>
8709 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
8711 PC-Alpine only.
8713 This option restores a behavior of previous versions of PC-Alpine.
8714 These
8715 versions, when started, installed a PC-Alpine icon in the notification 
8716 tray of Window's Taskbar.  The primary use of this icon was to indicate
8717 new mail arrival by turning red (while the Taskbar icon remained green).
8718 Additionally, the icon now changes to yellow to signify that a mail folder
8719 has been closed unexpectedly.
8722 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
8723 color its Taskbar entry's icon red (as well as the icon in the Window
8724 Title).  This feature is only provided for backwards compatibility.
8727 &lt;End of help on this topic&gt;
8728 </BODY>
8729 </HTML>
8730 ======= h_common_suspend =======
8731 <HTML>
8732 <HEAD>
8733 <TITLE>Suspend Command</TITLE>
8734 </HEAD>
8735 <BODY>
8736 <H1>Suspend Command</H1>
8738 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
8739 enabled, you can, at almost any time, temporarily halt your Alpine session,
8740 <!--chtml if pinemode="os_windows"-->
8741 minimizing it into an icon.
8742 <!--chtml else-->
8743 and return to your system prompt.
8744 <!--chtml endif-->
8747 &lt;End of help on this topic&gt;
8748 </BODY>
8749 </HTML>
8750 ======= h_pipe_command =======
8751 <HTML>
8752 <HEAD>
8753 <TITLE>Pipe Command SubOptions</TITLE>
8754 </HEAD>
8755 <BODY>
8756 <H1>Pipe Command SubOptions</H1>
8758 By default, when you use the Pipe command, the processed text of the
8759 message is sent to the Unix command
8760 you specify and the output is captured by Alpine and shown to you.
8761 (This command is available in PC-Alpine, as well, but there aren't many
8762 Windows commands that work well with piping.)
8763 There are some sub-commands that may be used to alter this behavior.
8764 These are toggles that switch the behavior between two possibilities.
8765 They can be combined in any way you wish.
8767 By default, the prompt at the bottom of the screen looks like
8769 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
8773 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
8775 if you are piping more than one message.
8777 The sub-command options are:
8778 <DL>
8779    <DT>Shown Text or Raw Text</DT>
8780    <DD>This option toggles between sending the shown (processed) text
8781 of the message to the Unix command, and sending the
8782 raw (unprocessed) text of the message to the Unix command.
8783 The default is to send the shown text.
8784 The raw version of the message will contain all of the headers and any
8785 MIME encoding that the message contains.
8786 If you've selected the Raw Text then the prompt will have the additional word
8787 &quot;RAW&quot; in it, like
8789 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
8791 You can experiment with this option by piping to something simple like the
8792 Unix &quot;cat&quot; command.
8793    </DD>
8794    <DT>Captured Output or Free Output</DT>
8795    <DD>This option toggles between having Alpine capture the output of
8796 the Unix pipe command for display, and not capturing it.
8797 If the command you are piping to is a filter that will produce output
8798 you want to view, then you want to capture that output
8799 for display (the default).
8800 If the Unix command doesn't produce output or handles the display itself,
8801 then you want free output.
8802 When you've selected the Free Output option the prompt will change to
8804 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
8806    </DD>
8807    <DT>No Delimiter or With Delimiter</DT>
8808    <DD>This option controls whether or not a Unix mailbox style delimiter
8809 will come before the text of the message.
8810 This is the delimiter used in the common Unix mailbox format.
8811 It's the single line that begins with the five characters
8812 &quot;From&quot; followed by a &lt;SPACE&gt; character.
8813 You'll usually only want to include this if the Unix command requires
8814 input in the format of a traditional Unix mailbox file.
8815 When you've selected the With Delimiter option the prompt will change to
8817 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
8819    </DD>
8820    <DT>To Same Pipe or To Individual Pipes</DT>
8821    <DD>This option only shows up if you are running an aggregate
8822 pipe command.
8823 That is, the command was Apply Pipe, not just Pipe.
8824 You have the option of piping all of the selected messages through a
8825 single pipe to a single instance of the Unix command,
8826 or piping each individual message through a separate pipe to separate
8827 instances of the Unix command.
8828 The default is that all of the output will go through a single pipe
8829 to a single instance of the command.
8830 You can try this option with a command like &quot;less&quot;, with Free
8831 Output enabled.
8832 When you've selected the Individual Pipes option the prompt will change to
8834 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
8836    </DD>
8837 </DL>
8840 As mentioned earlier, the options can be combined in any way you wish.
8841 You may leave them all off, turn them all on, or turn some of them on
8842 and some of them off.
8843 If you use the pipe command a second time in the same session the default
8844 options will be what you used the last time.
8847 &lt;End of help on this topic&gt;
8848 </BODY>
8849 </HTML>
8850 ========== h_emptydir_subfolder_name =========
8851 <HTML>
8852 <HEAD>
8853 <TITLE>ENTER SUBFOLDER NAME</TITLE>
8854 </HEAD>
8855 <BODY>
8856 <H1>Enter Subfolder Name</H1>
8858 <P> 
8859 This is the name of a new subfolder in the directory you are creating.
8860 Because empty directories are hidden and therefore not useful, you must also
8861 create a subfolder in the directory you are creating in order that the
8862 directory remains visible.
8864 Alternatively, you may turn off the configuration feature
8865 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
8866 so that empty directories remain visible.
8867 If you do that, you will not be required to create the subfolder when you
8868 create a directory.
8871 &lt;End of help on this topic&gt;
8872 </BODY>
8873 </HTML>
8874 ========== h_incoming_add_folder_name =========
8875 <HTML>
8876 <HEAD>
8877 <TITLE>ENTER FOLDER NAME</TITLE>
8878 </HEAD>
8879 <BODY>
8880 <H1>Enter Folder Name</H1>
8882 <P> 
8883 This is the name of the folder on the previously specified server.
8884 By default the folder name is interpreted as defining a section of your personal
8885 folder area.  This area and how you specify it are defined by the
8886 server, if one is specified.
8889 To define a folder outside the default area, prefix
8890 the path with the namespace to use when interpreting the
8891 given path.  If a namespace is specified, the folder name begins with the
8892 sharp (#) character followed by the name of the namespace
8893 and then the namespace's path-element-delimiter.  Aside from the
8894 name's format, namespaces can also imply access rights, content
8895 policy, audience, location, and, occasionally, access methods.
8898 Each server exports its own set (possibly of size one) of 
8899 namespaces.
8900 For a more detailed explanation read about
8901 <A HREF="h_folder_name_namespaces">Namespaces</A>.
8904 To specify the default for INBOX on the server you can usually just enter
8905 &quot;INBOX&quot;, and the server will understand the special meaning of
8906 that word.
8909 &lt;End of help on this topic&gt;
8910 </BODY>
8911 </HTML>
8912 ========== h_incoming_add_folder_host =========
8913 <HTML>
8914 <HEAD>
8915 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
8916 </HEAD>
8917 <BODY>
8918 <H1>Enter Incoming Folder Server</H1>
8920 You are being asked for the name of the server for use with this incoming
8921 folder.
8922 If the folder is on the machine where Alpine is running, then just enter
8923 RETURN without typing a server name.
8926 If the folder is on an IMAP server then type the server's name followed
8927 by RETURN.
8928 You may use the ^X command if the server is the same as the server that
8929 the INBOX is on.
8932 You may have to add optional extra information to the server name.
8933 For example, if the IMAP server is using a non-standard port number you
8934 would specify that by appending a colon (:) followed by the port number
8935 to the server name
8938 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8941 or you may need to specify a different protocol if the server is not an
8942 IMAP server. For example:
8945 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8948 for a POP server or
8951 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8954 for an NNTP news server.
8955 For an explanation of all of the possibilities, see
8956 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8957 for folders.
8960 There is a special command (^W) if you want to set up a folder that gets its
8961 mail from a
8962 <A HREF="h_maildrop">Mail Drop</A>.
8963 If you type that command, you will be prompted for the information for
8964 both the Mail Drop folder and the destination folder.
8967 &lt;End of help on this topic&gt;
8968 </BODY>
8969 </HTML>
8970 ========== h_incoming_add_inbox =========
8971 <HTML>
8972 <HEAD>
8973 <TITLE>ENTER INBOX SERVER</TITLE>
8974 </HEAD>
8975 <BODY>
8976 <H1>Enter INBOX Server</H1>
8978 You are being asked for the name of the server for use with
8979 the INBOX folder.
8980 Type the server's name followed by RETURN.
8983 You may have to add optional extra information to the server name.
8984 For example, if the server is using a non-standard port number you
8985 would specify that by appending a colon (:) followed by the port number
8986 to the server name
8989 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8992 or you may need to specify a different protocol if the server is not an
8993 IMAP server. For example:
8996 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8999 for a POP server.
9002 For an explanation of all of the possibilities, see
9003 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9004 for folders.
9007 If the INBOX folder is on the machine where Alpine is running, then just enter
9008 RETURN without typing a server name.
9011 There is a special command (^W) if you want to set up a folder that gets its
9012 mail from a
9013 <A HREF="h_maildrop">Mail Drop</A>.
9014 If you type that command, you will be prompted for the information for
9015 both the Mail Drop folder and the destination folder, which will be used
9016 as your INBOX folder.
9019 &lt;End of help on this topic&gt;
9020 </BODY>
9021 </HTML>
9022 ========== h_incoming_add_maildrop_destn =========
9023 <HTML>
9024 <HEAD>
9025 <TITLE>ENTER DESTINATION SERVER</TITLE>
9026 </HEAD>
9027 <BODY>
9028 <H1>Enter Destination Server</H1>
9030 You are being asked for the name of the server where the destination
9031 folder is for use with this Mail Drop incoming folder.
9032 That is, you are using a Mail Drop for this incoming folder and
9033 you've already entered
9034 the server and folder name for the Mail Drop.
9035 Now you need to enter the server for the destination folder
9036 where the mail should be copied to.
9037 Mail will come from the Mail Drop and be copied to the destination folder.
9040 Type the server's name followed by RETURN.
9041 If the folder is local to this computer, just type RETURN without entering
9042 a server name.
9045 You may have to add optional extra information to the server name.
9046 For example, if the server is using a non-standard port number you
9047 would specify that by appending a colon (:) followed by the port number
9048 to the server name
9051 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9054 For an explanation of all of the possibilities, see
9055 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9056 for folders.
9059 &lt;End of help on this topic&gt;
9060 </BODY>
9061 </HTML>
9062 ========== h_inbox_add_maildrop_destn =========
9063 <HTML>
9064 <HEAD>
9065 <TITLE>ENTER DESTINATION SERVER</TITLE>
9066 </HEAD>
9067 <BODY>
9068 <H1>Enter Destination Server</H1>
9070 You are being asked for the name of the server where the destination
9071 folder is for use with your Mail Drop INBOX.
9072 That is, you are using a Mail Drop for your INBOX and you've already entered
9073 the server and folder name for the Mail Drop.
9074 Now you need to enter the server for the destination folder
9075 where the mail should be copied to.
9076 Mail will come from the Mail Drop and be copied to the destination folder.
9079 Type the server's name followed by RETURN.
9080 If the folder is local to this computer, just type RETURN without entering
9081 a server name.
9084 You may have to add optional extra information to the server name.
9085 For example, if the server is using a non-standard port number you
9086 would specify that by appending a colon (:) followed by the port number
9087 to the server name
9090 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9093 For an explanation of all of the possibilities, see
9094 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9095 for folders.
9098 &lt;End of help on this topic&gt;
9099 </BODY>
9100 </HTML>
9101 ========== h_inbox_add_maildrop =========
9102 <HTML>
9103 <HEAD>
9104 <TITLE>ENTER MAILDROP SERVER</TITLE>
9105 </HEAD>
9106 <BODY>
9107 <H1>Enter Mail Drop Server</H1>
9109 You are being asked for the name of the Mail Drop server for use with
9110 your INBOX.
9113 Type the server's name followed by RETURN.
9116 You may have to add optional extra information to the server name.
9117 For example, if the server is using a non-standard port number you
9118 would specify that by appending a colon (:) followed by the port number
9119 to the server name
9122 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9125 or you may need to specify a different protocol if the server is not an
9126 IMAP server. For example:
9129 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
9132 for a POP server or
9135 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
9138 for an NNTP news server.
9139 For an explanation of all of the possibilities, see
9140 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9141 for folders.
9144 &lt;End of help on this topic&gt;
9145 </BODY>
9146 </HTML>
9147 ========== h_incoming_add_maildrop =========
9148 <HTML>
9149 <HEAD>
9150 <TITLE>ENTER MAILDROP SERVER</TITLE>
9151 </HEAD>
9152 <BODY>
9153 <H1>Enter Mail Drop Server</H1>
9155 You are being asked for the name of the Mail Drop server for use with
9156 this incoming folder.
9159 Type the server's name followed by RETURN.
9160 You may use the ^X command if the server is the same as the server that
9161 the INBOX is on.
9164 You may have to add optional extra information to the server name.
9165 For example, if the server is using a non-standard port number you
9166 would specify that by appending a colon (:) followed by the port number
9167 to the server name
9170 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9173 or you may need to specify a different protocol if the server is not an
9174 IMAP server. For example:
9177 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
9180 for a POP server or
9183 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
9186 for an NNTP news server.
9187 For an explanation of all of the possibilities, see
9188 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9189 for folders.
9192 If the Mail Drop folder is on the machine where Alpine is running, then just enter
9193 RETURN without typing a server name.
9196 &lt;End of help on this topic&gt;
9197 </BODY>
9198 </HTML>
9199 ========== h_maildrop =========
9200 <HTML>
9201 <HEAD>
9202 <TITLE>WHAT IS A MAIL DROP?</TITLE>
9203 </HEAD>
9204 <BODY>
9205 <H1>What is a Mail Drop?</H1>
9207 In some situaions it may make sense to have your mail delivered to one
9208 folder (the Mail Drop) and then when you want to read mail that has been
9209 delivered to the Mail Drop folder Alpine will move it to another
9210 destination folder.
9211 Often the Mail Drop will be a remote folder and messages will be moved from
9212 there to a local destination folder.
9215 One example where this might make sense is if the Mail Drop folder is accessible
9216 only with the POP protocol.
9217 You could designate your POP inbox as the Mail Drop folder and have Alpine move
9218 mail from there to a local (on the same machine Alpine is running on)
9219 destination folder, where you'll read it.
9222 A Mail Drop may only be used as your Inbox or as an
9223 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
9226 There is no attempt to synchronize the contents of the destination folder
9227 with the contents of the Mail Drop folder.
9228 All that happens is that all of the messages in the Mail Drop folder are
9229 copied to the destination folder and then they are deleted and expunged (if possible)
9230 from the Mail Drop folder.
9231 The next time a check for new mail is made, any messages in the Mail 
9232 Drop folder are once again copied to the destination folder and deleted
9233 and expunged from the Mail Drop folder.
9234 (If the Mail Drop folder is a news group, then the messages can't be
9235 expunged from the newsgroup. Instead, only Recent messages are copied from
9236 the newsgroup to the destination folder.)
9239 Configuration of a Mail Drop is a little different from configuration of
9240 a folder that does not use a Mail Drop because you have to specify two
9241 folder names instead of one.
9242 The two folders may be any types of folders that Alpine can normally use.
9243 They don't have to be a remote folder and a local folder, that is
9244 simply the most common usage.
9245 When you use a Mail Drop folder Alpine will periodically re-open the Mail
9246 Drop to check for new mail.
9247 The new-mail checks will happen at the frequency set with the
9248 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
9249 but with a minimum time
9250 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
9251 between checks.
9252 Because of this minimum you may notice that new mail does not
9253 appear promptly when you expect it.
9254 The reason for this is to protect the server from over-zealous opening and
9255 closing of the Mail Drop folder.
9256 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
9257 the end of the folder index, then the check will happen, regardless of how
9258 long it has been since the previous check.
9260 If there is new mail, that mail will be copied to the destination folder
9261 and then will be deleted from the Mail Drop.
9262 Note that using a Mail Drop with a local destination folder does not make
9263 sense if you read mail from more than one machine, because the mail is
9264 downloaded to the destination folder (which is accessible from only one
9265 machine) and deleted from the Mail Drop.
9267 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
9270 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
9273 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
9275 The brackets are not literal.
9277 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
9279 is a single character that does not appear in the MailDropFolder name.
9280 If the name doesn't contain spaces then it can be a space character.
9281 The two folder names are full technical
9282 <A HREF="h_valid_folder_names">folder names</A>
9283 as used by Alpine.
9284 Here are a couple examples to give you an idea what is being talked about:
9287 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
9289 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
9292 A #move folder may only be used as an
9293 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
9294 an Inbox.
9295 When you are in the FOLDER LIST of Incoming Message Folders (after turning
9296 on the
9297 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9298 option)
9299 the Add command has a subcommand &quot;Use Mail Drop&quot;
9300 which may be helpful for defining the folder in your Alpine configuration.
9301 The same is true when you edit the
9302 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
9303 option in Setup/Config.
9304 Each of these configuration methods will also create the DestinationFolder
9305 if it doesn't already exist.
9306 If you are having problems, make sure the DestinationFolder exists.
9309 &lt;End of help on this topic&gt;
9310 </BODY>
9311 </HTML>
9312 ========== h_save =========
9313 <HTML>
9314 <HEAD>
9315 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
9316 </HEAD>
9317 <BODY>
9318 <H1>Choose a Folder to Save Into</H1>
9320 After Exiting from this help text,
9321 type the name of the folder you want to save into and press RETURN.
9323 Press ^T to get a list of your folders to choose from.
9324 Press ^C to cancel the Save.
9326 If you have Folder Collections defined you may use
9327 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
9328 the collection being saved to.
9330 If Tab Completion is enabled (it is enabled by default)
9331 you may type a Tab character to have Alpine complete the folder name for you.
9333 If Partial Match Lists is enabled (it is enabled by default) you may type
9334 Ctrl-X to get a list of matches to the prefix you've typed in so far.
9336 If the Ctrl-R subcommand is present that means you can decide to Delete or
9337 not Delete the message you are saving after you save it.
9338 The label on that key gives the action to switch to.
9339 If it says Delete and you type Ctrl-R the label displayed will change to
9340 No Delete and the source message will be deleted after the save. If it
9341 says No Delete and you type Ctrl-R the label displayed will change to
9342 Delete and the message will not be deleted.
9343 You can control the default for the Delete parameter with the
9344 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
9346 Similarly, if the Ctrl-W subcommand is present that means you can decide
9347 to Preserve the order of the messages being saved or not.
9348 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
9349 will be in the same order as you see them in the source folder now.
9350 The opposite action (which is usually the default) is that you don't care
9351 about the order.
9352 The Saved messages may or may not be in the same order in the destination folder.
9353 There may be a performance penalty for choosing to save the messages in order.
9354 You can control the default for the Preserve Order parameter with the
9355 configuration feature
9356 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
9359 If you haven't disabled the Save Input History and you've already done a
9360 Save earlier in this session then you may use the Up and Down arrows to retrieve
9361 a folder name used in a previous Save.
9364 &lt;End of help on this topic&gt;
9365 </BODY>
9366 </HTML>
9367 ============= h_simple_index ========================
9368 <HTML>
9369 <HEAD>
9370 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
9371 </HEAD>
9372 <BODY>
9373 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
9374 <!--chtml if pinemode="function_key"-->
9375 <PRE>
9376 Navigating the List of Messages               General Alpine Commands
9377 -------------------------------               -----------------------
9378  F5   Move to previous message                 F1   Show this help text
9379  F6   Move to next message
9380  F7   Show previous screen of messages
9381  F8   Show next screen of messages
9383 Message Selection Commands
9384 --------------------------
9385  F3   Exit the Message Select menu (canceling Send command)
9386  F4   Select the currently highlighted message
9387  F9   Mark the currently highlighted message as deleted
9388  F10  Undelete (remove deletion mark from) the highlighted message
9389 </PRE>
9390 <!--chtml else-->
9391 <PRE>
9392 Navigating the List of Messages               General Alpine Commands
9393 -------------------------------               -----------------------
9394   P  Move to previous message                  ?  Show this help text
9395   N  Move to next message
9396   -  Show previous screen of messages
9397  Spc (space bar) Show next screen of messages
9399 Message Selection Commands
9400 --------------------------
9401   E  Exit the Message Select menu (canceling Send command)
9402   S  Select the currently highlighted message
9403   D  Mark the currently highlighted message as deleted
9404   U  Undelete (remove deletion mark from) the highlighted message
9405 </PRE>
9406 <!--chtml endif-->
9408 <H2>Description of the Select Postponed Message Screen</H2>
9410 This screen allows you to select one of several previously postponed
9411 messages in order to continue composition.  Your options are very limited
9412 -- the screen is not meant to let you manipulate these messages.  However,
9413 you may now delete messages from this list.  Once you choose a message,
9414 Alpine reads it in and puts you into the regular message composer.
9417 Messages do not stay in this postponed state automatically.  If you select
9418 a message and then want to postpone it again, use the normal postpone
9419 (Ctrl-O) command in the composer.
9422 If you exit this screen without selecting a message, the Compose command
9423 that got you here is canceled.  Other than messages explicitly marked
9424 &quot;Deleted&quot;, no messages will be removed.
9427 &lt;End of help on this topic&gt;
9428 </BODY>
9429 </HTML>
9430 ============= h_collection_screen ========================
9431 <HTML>
9432 <HEAD>
9433 <TITLE>COLLECTION LIST screen</TITLE>
9434 </HEAD>
9435 <BODY>
9436 <H1>COLLECTION LIST screen</H1>
9438 The COLLECTION LIST screen is used to select one of your  
9439 collection definitions to display the folders they contain.  See
9440 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
9441 detailed explanation of collections.<P>
9443 To manage your collection definitions (Add, Change, Delete, etc.), use
9444 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
9445 MAIN MENU.
9448 &lt;End of help on this topic&gt;
9449 </BODY>
9450 </HTML>
9451 ============= h_collection_maint ========================
9452 <HTML>
9453 <HEAD>
9454 <TITLE>SETUP COLLECTION LIST screen</TITLE>
9455 </HEAD>
9456 <BODY>
9457 <H1>SETUP COLLECTION LIST screen</H1>
9459 The SETUP COLLECTION LIST screen lets you manage your collection
9460 definitions.  See 
9461 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
9462 for detailed explanation of collections.<P>
9464 Maintenance commands include:
9465 <DL>
9466 <DT>Change
9467 <!--chtml if pinemode="function_key"-->
9468 (F4)
9469 <!--chtml else-->
9471 <!--chtml endif-->
9472 </DT>
9474 <DD>Modify attributes of the selected collection definition.
9476 <DT>Add Cltn
9477 <!--chtml if pinemode="function_key"-->
9478 (F9)
9479 <!--chtml else-->
9481 <!--chtml endif-->
9482 </DT>
9484 <DD>Create a new collection definition.
9485 </DD>
9487 <DT>Del Cltn
9488 <!--chtml if pinemode="function_key"-->
9489 (F10)
9490 <!--chtml else-->
9492 <!--chtml endif-->
9493 </DT>
9495 <DD>Delete the selected collection definition.<BR>
9496 NOTE: The folders and directories referred to by the
9497 collection definition are <EM>NOT</EM> deleted.  Folders must
9498 be deleted, if that's what you wish to do, from the 
9499 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
9500 individual folders in a collection.
9501 </DD>
9503 <DT>Shuffle
9504 <!--chtml if pinemode="function_key"-->
9505 (F11)
9506 <!--chtml else-->
9508 <!--chtml endif-->
9509 </DT>
9511 <DD>Change the order of the displayed collections.  Alpine will offer
9512 to move the currently selected collection one position UP
9513 or DOWN.
9514 </DD>
9515 </DL>
9518 &lt;End of help on this topic&gt;
9519 </BODY>
9520 </HTML>
9521 ============ h_what_are_collections ==========
9522 <HTML>
9523 <HEAD>
9524 <TITLE>Folder Collections Explained</TITLE>
9525 </HEAD>
9526 <BODY>
9527 <H1>Folder Collections Explained</H1>
9530 Those of you with simple mail configurations will just see a list of all the
9531 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
9532 The special folders for INBOX, sent mail and saved messages
9533 will appear at the top of the list.  All others are in alphabetical order.
9535 If you
9536 or your system administrator have defined more than one collection or if
9537 you have a collection (for newsgroups or email folders) defined on your 
9538 system, then you will see the COLLECTION LIST screen first when choosing 
9539 FOLDER LIST from Alpine's MAIN MENU.
9541 <H2>Why have multiple folder collections?</H2>
9543 For Alpine users who only maintain email folders (and not too many) on one host, 
9544 a single folder collection is probably sufficient.<P>
9546 However, people who have more than one email account - for example, one 
9547 at their university, and one with their personal Internet Service Provider - 
9548 will have different sets of folders on different hosts, and they may want to
9549 access them all from the same installation of Alpine, rather than use different 
9550 software and/or log into other hosts to manipulate messages in different 
9551 accounts.  (If in doubt whether one of your email accounts can be accessed 
9552 with Alpine, contact the technical support people for that account.)  Even people
9553 who have only one email account on one host, but have dozens or
9554 hundreds of email folders, may want to arrange these folders together in a 
9555 meaningful way.<BR>
9556 That is where multiple collections come in.
9558 <H2>Types of Collections</H2>
9559 <DL>
9560 <DT>INCOMING FOLDERS</DT>
9561 <DD>&quot;Incoming Message Folders&quot; 
9562 is a special collection typically used to supplement your single INBOX.  
9563 All the folders here are meant to be ones that receive incoming messages, 
9564 which you intend to check more or less frequently.  
9565 You may have multiple folders like this because you or your systems 
9566 administrator have set up an external program or you may have set up
9567 Alpine to filter incoming 
9568 messages into different folders, based on certain criteria such as 
9569 sender, recipient, or subject; or because you have multiple accounts and 
9570 wish to check their INBOXes easily.  This collection is established by 
9571 setting the 
9572 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9573 feature in the SETUP CONFIGURATION screen, which is accessed from the 
9574 MAIN MENU.
9575 </DD>
9577 <DT>NEWS</DT>
9578 <DD>You can also define a collection specifically for
9579 newsgroups.  Alpine does this for you implicitly when you 
9580 <A HREF="h_config_nntp_server">define an NNTP Server</A>
9581 in your Alpine configuration.  The news collection appears last in the 
9582 COLLECTION LIST (though you can shuffle it up in the order of presentation),
9583 and Alpine knows not to save messages there.
9584 </DD>
9586 <DT>DEFAULT COLLECTION</DT>
9587 <DD>This is the default collection for your saved and sent messages folders.
9588 </DD>
9589 </DL>
9593 <H2>Defining Collections</H2>
9595 In the absence of any folder-collection definitions, Alpine will assume a
9596 single default folder collection.
9597 <!--chtml if pinemode="os_windows"-->
9598 <!--chtml else-->
9599 If necessary, Alpine will create the directory
9600 &quot;mail&quot; in your Unix home directory 
9601 to hold your folders.
9602 <!--chtml endif-->
9604 You can use the 
9605 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
9606 the MAIN MENU, to manage your collection list.  
9608 &lt;End of help on this topic&gt;
9609 </BODY>
9610 </HTML>
9611 ===== h_select_address_screen =====
9612 <HTML>
9613 <HEAD>
9614 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
9615 </HEAD>
9616 <BODY>
9617 <H1>SELECT AN ADDRESS SCREEN</H1>
9618 <H2>COMMANDS</H2>
9619 <!--chtml if pinemode="function_key"-->
9620 <PRE>
9621 Available  Commands                        
9622 -------------------------------            
9623 F1  Show Help Text
9624 F3  Exit without selecting anything
9625 F4  Select the highlighted address
9626 F5  Move highlight to previous address
9627 F6  Move highlight to next address
9628 F7  Previous page of addresses
9629 F8  Next page of addresses
9630 F11 Print
9631 F12 WhereIs
9632 </PRE>
9633 <!--chtml else-->
9634 <PRE>
9635 Navigation                     General Alpine Commands
9636 -------------------------      -----------------------
9637  P  Prev Address                ?  Display this help text
9638  N  Next Address                E  Exit without selecting anything
9639  -  Previous page               %  Print
9640 Spc (space bar) Next page
9641  W  WhereIs
9643 Select Command
9644 ------------------------------------------------
9645  S  Select the highlighted address
9646 </PRE>
9647 <!--chtml endif-->
9649 <H2>Description of the Select Address Screen</H2>
9651 This screen gives you an easy way to select an address from all of
9652 the address book entries that match the prefix typed so far.
9654 <P><UL>
9655 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9656 </UL>
9658 &lt;End of help on this topic&gt;
9659 </BODY>
9660 </HTML>
9661 ===== h_select_rule_screen =====
9662 <HTML>
9663 <HEAD>
9664 <TITLE>SELECT A RULE SCREEN</TITLE>
9665 </HEAD>
9666 <BODY>
9667 <H1>SELECT A RULE SCREEN</H1>
9668 <H2>COMMANDS</H2>
9669 <!--chtml if pinemode="function_key"-->
9670 <PRE>
9671 Available  Commands                        
9672 -------------------------------            
9673 F1  Show Help Text
9674 F3  Exit without selecting anything
9675 F4  Select the highlighted rule
9676 F5  Move highlight to previous rule
9677 F6  Move highlight to next rule
9678 F7  Previous page of rules
9679 F8  Next page of rules
9680 F11 Print
9681 F12 WhereIs
9682 </PRE>
9683 <!--chtml else-->
9684 <PRE>
9685 Navigation                     General Alpine Commands
9686 -------------------------      -----------------------
9687  P  Prev Rule                   ?  Display this help text
9688  N  Next Rule                   E  Exit without selecting anything
9689  -  Previous page               %  Print
9690 Spc (space bar) Next page
9691  W  WhereIs
9693 Select Command
9694 ------------------------------------------------
9695  S  Select the highlighted rule
9696 </PRE>
9697 <!--chtml endif-->
9699 <H2>Description of the Select Rule Screen</H2>
9701 This screen just gives you an easy way to select a rule from all of your
9702 defined rules.
9703 The list of rules presented is the list of nicknames of all of the rules
9704 defined using Setup/Rules.
9705 For selecting messages, it is likely that the Indexcolor rules and possibly
9706 the Roles rules will be most useful.
9707 The others are there also, in case you find a use for them.
9709 In order for this to be useful for selecting messages, the nicknames of
9710 the rules have to be different.
9711 Alpine actually just gets the nickname of the rule that you select and then
9712 looks up that rule using the nickname.
9713 So if there are duplicate nicknames, the first rule that has that
9714 nickname will be used.
9716 <P><UL>
9717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9718 </UL>
9720 &lt;End of help on this topic&gt;
9721 </BODY>
9722 </HTML>
9723 ===== h_select_priority_screen =====
9724 <HTML>
9725 <HEAD>
9726 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
9727 </HEAD>
9728 <BODY>
9729 <H1>SELECT A PRIORITY SCREEN</H1>
9730 <H2>COMMANDS</H2>
9731 <!--chtml if pinemode="function_key"-->
9732 <PRE>
9733 Available  Commands                        
9734 -------------------------------            
9735 F1  Show Help Text
9736 F3  Exit without selecting anything
9737 F4  Select the highlighted priority
9738 F5  Move highlight to previous priority
9739 F6  Move highlight to next priority
9740 F7  Previous page of priorities
9741 F8  Next page of priorities
9742 F11 Print
9743 F12 WhereIs
9744 </PRE>
9745 <!--chtml else-->
9746 <PRE>
9747 Navigation                     General Alpine Commands
9748 -------------------------      -----------------------
9749  P  Prev Priority               ?  Display this help text
9750  N  Next Priority               E  Exit without selecting anything
9751  -  Previous page               %  Print
9752 Spc (space bar) Next page
9753  W  WhereIs
9755 Select Command
9756 ------------------------------------------------
9757  S  Select the highlighted priority
9758 </PRE>
9759 <!--chtml endif-->
9761 <H2>Description of the Select Priority Screen</H2>
9763 This screen gives you a way to select a priority for the message you are sending.
9764 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
9765 Some mail programs will display an indication of the priority level to
9766 the recipient of the message, some will ignore it.
9767 Even in cases where the mail programs of both the sender and the recipient
9768 agree on the meaning of this header, keep in mind that it is
9769 something that the sender sets so it is only an indication
9770 of the priority that the sender attaches to the mail.
9771 Alpine can be made to display an indication of this priority in incoming
9772 messages by use of one of the tokens
9773 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
9774 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
9775 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
9777 <P><UL>
9778 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9779 </UL>
9781 &lt;End of help on this topic&gt;
9782 </BODY>
9783 </HTML>
9784 ===== h_select_keyword_screen =====
9785 <HTML>
9786 <HEAD>
9787 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
9788 </HEAD>
9789 <BODY>
9790 <H1>SELECT A KEYWORD SCREEN</H1>
9791 <H2>COMMANDS</H2>
9792 <!--chtml if pinemode="function_key"-->
9793 <PRE>
9794 Available  Commands                        
9795 -------------------------------            
9796 F1  Show Help Text
9797 F3  Exit without selecting anything
9798 F4  Select the highlighted keyword
9799 F5  Move highlight to previous keyword
9800 F6  Move highlight to next keyword
9801 F7  Previous page of keywords
9802 F8  Next page of keywords
9803 F11 Print
9804 F12 WhereIs
9805 </PRE>
9806 <!--chtml else-->
9807 <PRE>
9808 Navigation                     General Alpine Commands
9809 -------------------------      -----------------------
9810  P  Prev Keyword                ?  Display this help text
9811  N  Next Keyword                E  Exit without selecting anything
9812  -  Previous page               %  Print
9813 Spc (space bar) Next page
9814  W  WhereIs
9816 Select Command
9817 ------------------------------------------------
9818  S  Select the highlighted keyword
9819 </PRE>
9820 <!--chtml endif-->
9822 <H2>Description of the Select Keyword Screen</H2>
9824 This screen just gives you an easy way to select a keyword.
9825 The list of keywords presented is the list of all keywords defined in your 
9826 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9827 If you have given a keyword a nickname, that nickname is displayed
9828 instead of the actual keyword.
9830 <P><UL>
9831 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9832 </UL>
9834 &lt;End of help on this topic&gt;
9835 </BODY>
9836 </HTML>
9837 ===== h_select_charset_screen =====
9838 <HTML>
9839 <HEAD>
9840 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
9841 </HEAD>
9842 <BODY>
9843 <H1>SELECT A CHARACTER SET SCREEN</H1>
9844 <H2>COMMANDS</H2>
9845 <!--chtml if pinemode="function_key"-->
9846 <PRE>
9847 Available  Commands                        
9848 -------------------------------            
9849 F1  Show Help Text
9850 F3  Exit without selecting anything
9851 F4  Select the highlighted character set
9852 F5  Move highlight to previous character set
9853 F6  Move highlight to next character set
9854 F7  Previous page of character sets
9855 F8  Next page of character sets
9856 F11 Print
9857 F12 WhereIs
9858 </PRE>
9859 <!--chtml else-->
9860 <PRE>
9861 Navigation                     General Alpine Commands
9862 -------------------------      -----------------------
9863  P  Prev Character Set          ?  Display this help text
9864  N  Next Character Set          E  Exit without selecting anything
9865  -  Previous page               %  Print
9866 Spc (space bar) Next page
9867  W  WhereIs
9869 Select Command
9870 ------------------------------------------------
9871  S  Select the highlighted character set
9872 </PRE>
9873 <!--chtml endif-->
9875 <H2>Description of the Select A Character Set Screen</H2>
9877 This screen just gives you an easy way to select a character set from the
9878 set of character sets Alpine knows about.
9879 The list presented will vary slightly depending on what option you are
9880 selecting the character set for.
9882 <P><UL>
9883 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9884 </UL>
9886 &lt;End of help on this topic&gt;
9887 </BODY>
9888 </HTML>
9889 ===== h_select_multcharsets_screen =====
9890 <HTML>
9891 <HEAD>
9892 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
9893 </HEAD>
9894 <BODY>
9895 <H1>SELECT CHARACTER SETS SCREEN</H1>
9896 <H2>COMMANDS</H2>
9897 <!--chtml if pinemode="function_key"-->
9898 <PRE>
9899 Available  Commands
9900 -------------------------------            
9901 F1  Show Help Text
9902 F3  Exit without selecting anything
9903 F4  Select the highlighted charset (or chosen charsets in ListMode)
9904 F5  Move highlight to previous charset
9905 F6  Move highlight to next charset
9906 F7  Previous page of charsets
9907 F8  Next page of charsets
9908 F9  Toggle choices when using ListMode
9909 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
9910 F11 Print
9911 F12 WhereIs
9912 </PRE>
9913 <!--chtml else-->
9914 <PRE>
9915 Navigation                     General Alpine Commands
9916 -------------------------      -----------------------
9917  P  Prev Charset                ?  Display this help text
9918  N  Next Charset                E  Exit without selecting anything
9919  -  Previous page               %  Print
9920 Spc (space bar) Next page
9921  W  WhereIs
9923 Select Command
9924 ------------------------------------------------
9925  S  Select the highlighted charset (or chosen charsets in ListMode)
9926  L  Turn on ListMode (makes it easy to choose multiple charsets)
9927  1  Turn off ListMode
9928  X  Toggle choices when using ListMode
9929 </PRE>
9930 <!--chtml endif-->
9932 <H2>Description of the Select Character Set Screen</H2>
9934 This screen just gives you an easy way to select a character set or a list of
9935 character sets.
9936 The list of character sets presented is the list of all character sets known to
9937 Alpine.
9938 You may select other character sets by typing them in directly.
9940 <P><UL>
9941 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9942 </UL>
9944 &lt;End of help on this topic&gt;
9945 </BODY>
9946 </HTML>
9947 ===== h_select_multkeyword_screen =====
9948 <HTML>
9949 <HEAD>
9950 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
9951 </HEAD>
9952 <BODY>
9953 <H1>SELECT KEYWORDS SCREEN</H1>
9954 <H2>COMMANDS</H2>
9955 <!--chtml if pinemode="function_key"-->
9956 <PRE>
9957 Available  Commands
9958 -------------------------------            
9959 F1  Show Help Text
9960 F3  Exit without selecting anything
9961 F4  Select the highlighted keyword (or chosen keywords in ListMode)
9962 F5  Move highlight to previous keyword
9963 F6  Move highlight to next keyword
9964 F7  Previous page of keywords
9965 F8  Next page of keywords
9966 F9  Toggle choices when using ListMode
9967 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
9968 F11 Print
9969 F12 WhereIs
9970 </PRE>
9971 <!--chtml else-->
9972 <PRE>
9973 Navigation                     General Alpine Commands
9974 -------------------------      -----------------------
9975  P  Prev Keyword                ?  Display this help text
9976  N  Next Keyword                E  Exit without selecting anything
9977  -  Previous page               %  Print
9978 Spc (space bar) Next page
9979  W  WhereIs
9981 Select Command
9982 ------------------------------------------------
9983  S  Select the highlighted keyword (or chosen keywords in ListMode)
9984  L  Turn on ListMode (makes it easy to choose multiple keywords)
9985  1  Turn off ListMode
9986  X  Toggle choices when using ListMode
9987 </PRE>
9988 <!--chtml endif-->
9990 <H2>Description of the Select Keyword Screen</H2>
9992 This screen just gives you an easy way to select a keyword or a list of
9993 keywords.
9994 The list of keywords presented is the list of all keywords defined in your 
9995 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9996 If you have given a keyword a nickname, that nickname is displayed
9997 instead of the actual keyword.
9999 <P><UL>
10000 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10001 </UL>
10003 &lt;End of help on this topic&gt;
10004 </BODY>
10005 </HTML>
10006 ===== h_select_incoming_to_monitor =====
10007 <HTML>
10008 <HEAD>
10009 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
10010 </HEAD>
10011 <BODY>
10012 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
10013 <H2>COMMANDS</H2>
10014 <!--chtml if pinemode="function_key"-->
10015 <PRE>
10016 Available  Commands
10017 -------------------------------            
10018 F1  Show Help Text
10019 F3  Exit without selecting anything
10020 F4  Select the marked folders
10021 F5  Move highlight to previous folder
10022 F6  Move highlight to next folder
10023 F7  Previous page of folders
10024 F8  Next page of folders
10025 F9  Toggle choices on or off
10026 F11 Print
10027 F12 WhereIs
10028 </PRE>
10029 <!--chtml else-->
10030 <PRE>
10031 Navigation                     General Alpine Commands
10032 -------------------------      -----------------------
10033  P  Prev Folder                 ?  Display this help text
10034  N  Next Folder                ^C  exit without changing anything
10035  -  Previous page               %  Print
10036 Spc (space bar) Next page
10037  W  WhereIs
10039 Select Command
10040 ------------------------------------------------
10041  S  Select the marked folders
10042  X  Toggle choices on or off
10043 </PRE>
10044 <!--chtml endif-->
10046 <H2>Description of the Select Folders to Check Screen</H2>
10048 This screen is only useful if the feature
10049 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
10050 is set.
10051 By default, when you set that feature all of your incoming folders
10052 will be checked periodically for Unseen messages.
10053 By using this screen, you may restrict the set of monitored folders to
10054 a subset of all of the incoming folders.
10056 Mark the folders you want to monitor for Unseen messages with
10057 an &quot;X&quot;.
10058 When you've finished marking all your selections use the Select
10059 command to register your choices.
10060 To return to the default of checking all incoming folders
10061 delete all folders or unmark all folders.
10063 <P><UL>
10064 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10065 </UL>
10067 &lt;End of help on this topic&gt;
10068 </BODY>
10069 </HTML>
10070 ===== h_role_select =====
10071 <HTML>
10072 <HEAD>
10073 <TITLE>ROLES SCREEN</TITLE>
10074 </HEAD>
10075 <BODY>
10076 <H1>ROLES SCREEN</H1>
10077 <H2>ROLES COMMANDS</H2>
10078 <!--chtml if pinemode="function_key"-->
10079 <PRE>
10080 Available  Commands                        
10081 -------------------------------            
10082 F1  Show Help Text
10083 F3  Exit without a selection
10084 F4  Select a role to use in composition
10085 F5  Move to previous role
10086 F6  Move to next role
10087 F7  Previous page of roles
10088 F8  Next page of roles
10089 F11 Change Default Role
10090 F12 Whereis (search role nicknames)
10091 </PRE>
10092 <!--chtml else-->
10093 <PRE>
10094 Navigation                     General Alpine Commands
10095 -------------------------      -----------------------
10096  P  Prev Role                     ?  Display this help text
10097  N  Next Role                     E  Exit without a selection
10098  -  Previous page
10099 Spc (space bar) Next page
10100  W  WhereIs (search for word in role nicknames)
10102 Select Role Commands
10103 ------------------------------------------------
10104  [Return]  Select highlighted role
10105  D         Change Default Role
10106 </PRE>
10107 <!--chtml endif-->
10109 <H2>Description of the Roles Screen</H2>
10111 With this screen you select a role to be used in the composition of a
10112 message.
10113 Use the Previous and Next commands to highlight the role you wish to
10114 use.
10115 When you type carriage return you will be placed in the composer using the highlighted role.
10117 You don't have any non-default <A HREF="h_rules_roles">roles</A>
10118 available unless you set them up.
10119 You may do so by using the Setup/Rules command on the MAIN MENU.
10121 By using the D command, you may set a default role that will persist until
10122 you change it or until you exit Alpine.
10123 The D command toggles through three states: set the default role, unset the
10124 default role, and leave the default role as it is.
10125 <P><UL>
10126 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10127 </UL>
10129 &lt;End of help on this topic&gt;
10130 </BODY>
10131 </HTML>
10132 ===== h_role_abook_select =====
10133 <HTML>
10134 <HEAD>
10135 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
10136 </HEAD>
10137 <BODY>
10138 <H1>SELECT ADDRESS BOOK SCREEN</H1>
10139 <H2>COMMANDS</H2>
10140 <!--chtml if pinemode="function_key"-->
10141 <PRE>
10142 Available  Commands                        
10143 -------------------------------            
10144 F1  Show Help Text
10145 F3  Exit screen without selecting anything
10146 F4  Select highlighted address book
10147 F5  Move to previous address book
10148 F6  Move to next address book
10149 F7  Previous page of address books
10150 F8  Next page of address books
10151 F12 Whereis
10152 </PRE>
10153 <!--chtml else-->
10154 <PRE>
10155 Navigation                     General Alpine Commands
10156 -------------------------      -----------------------
10157  P  Previous addrbook          ?  Display this help text
10158  N  Next addrbook
10159  -  Previous page
10160 Spc (space bar) Next page
10161  W  WhereIs
10163 Select Role Commands
10164 ------------------------------------------------
10165  S  Select highlighted address book
10166  E  Exit screen without selecting anything
10167 </PRE>
10168 <!--chtml endif-->
10170 <H2>Description of the Select Address Book Screen</H2>
10172 This screen helps you select one of your address books.
10173 Use the Previous and Next commands to highlight the address book you wish to
10174 select.
10175 <P><UL>
10176 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10177 </UL>
10179 &lt;End of help on this topic&gt;
10180 </BODY>
10181 </HTML>
10182 ======== h_rule_patterns =============
10183 <HTML>
10184 <HEAD>
10185 <TITLE>PATTERNS</TITLE>
10186 </HEAD>
10187 <BODY>
10188 <H1>PATTERNS</H1>
10189 Patterns are used with Roles, Filtering, Index Coloring,
10190 Scoring, Other Rules, and Search Rules.
10191 Patterns are compared with a message to see if there is a match.
10192 For Filtering, the messages being checked are all the messages in the
10193 folder, one at a time.
10194 For Index Line Coloring, each message that is visible on the screen is
10195 checked for matches with the Index Coloring Patterns.
10196 Roles are used with the Reply, Forward, and Compose commands.
10197 For Reply, the message used to compare the Pattern with is the message
10198 being replied to;
10199 for Forward, the message used to compare the Pattern with is the message
10200 being forwarded;
10201 and for Compose, there is no message, so the parts of the Pattern that depend
10202 on a message (everything other than Current Folder Type and the
10203 Beginning of Month and Year)
10204 are not used.
10205 Only the Current Folder Type matters for Compose (plus the Beginning of
10206 Month or Year, which you wouldn't usually use for a Role).
10207 For Scoring, the message being scored is compared with all of the Score
10208 Patterns, and the Score Values from the ones that match are added together to 
10209 get the message's score.
10210 For Other Rules, there is no message. Only the Current Folder Type is checked
10211 for Other Rules.
10213 Each Pattern has several possible parts, all of which are optional.
10214 In order for there to be a match, <EM>ALL</EM> of the
10215 <EM>defined</EM> parts of the Pattern must match the message.
10216 If a part is not defined it is considered a match, but note that a filtering
10217 Pattern must have at least one defined part or it will be ignored.
10218 For example, if the To pattern is not defined it will be
10219 displayed as
10221 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
10223 That is considered a match because it is not defined.
10224 This means that the Pattern with nothing defined is a match if the
10225 Current Folder Type matches, but there is an exception that was mentioned
10226 in the previous paragraph.
10227 Because filtering is a potentially destructive action, filtering Patterns
10228 with nothing other than Current Folder Type defined are ignored.
10229 If you really want a filtering Pattern to match all messages (subject to
10230 Current Folder Type) the best way to do it is to define a Score interval
10231 that includes all possible scores.
10232 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
10233 This can be used even if you haven't defined any rules to Set Scores.
10235 There are six predefined header patterns called the To, From, Sender, Cc, News,
10236 and Subject patterns.
10237 Besides those six predefined header patterns, you may add
10238 additional header patterns with header fieldnames of your choosing.
10239 You add an extra header pattern by placing the cursor on one of the
10240 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
10241 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
10242 and the Partic pattern is a header pattern that stands for
10243 Participant (From OR To OR Cc).
10244 (Defining the Recip pattern does not have the same effect as defining both
10245 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
10246 Similar to the header patterns are the AllText pattern and the BodyText pattern.
10247 Instead of comparing this pattern's text against only the contents of
10248 a particular header field, the text for the AllText pattern is compared
10249 with text anywhere in the message's header or body, and the text for the
10250 BodyText pattern is compared with text anywhere in the message's body.
10252 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
10253 &quot;!&quot; &quot;toggle NOT&quot; command.
10254 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10255 &quot;!&quot; at the beginning of the pattern line.
10256 When the &quot;!&quot; is present, it reverses the meaning of the match.
10257 That is, if the pattern matches then it is considered to NOT be a match, and
10258 if it does not match it is considered to be a match.
10260 Don't make the mistake of putting the &quot;!&quot; in the data field for
10261 a pattern.
10262 For example, if you type the characters &quot;!urgent&quot; into the Subject
10263 pattern, the pattern will look like:
10265 <PRE>
10266  Subject pattern = !urgent
10267 </PRE>
10269 This means you want to match the 7 character sequence &quot;!urgent&quot;.
10270 In order to match messages that do not have &quot;urgent&quot; in
10271 their Subject field, first type the characters &quot;urgent&quot; followed
10272 by carriage return for the value of the Subject pattern, then negate it
10273 by typing the &quot;!&quot; command.
10274 It should look like
10276 <PRE>
10277  ! Subject pattern = urgent
10278 </PRE>
10280 The contents of each of these header patterns (or the AllText or BodyText patterns) may
10281 be a complete email address, part of an address, or a random set of
10282 characters to match against.
10283 It may also be a list of such patterns, which means you
10284 are looking for a match against the first pattern in the list <EM>OR</EM>
10285 the second pattern <EM>OR</EM> the third and so on.
10286 For example, a Subject pattern equal to
10288 <PRE>
10289  Subject pattern = urgent
10290                    emergency
10291                    alert
10292 </PRE>
10294 would match all messages with a subject that contained at least one
10295 of those words.
10296 It would also match subjects containing the words &quot;alerts&quot; or
10297 &quot;Urgently&quot;.
10299 The same example with &quot;NOT&quot; turned on would be
10301 <PRE>
10302  ! Subject pattern = urgent
10303                      emergency
10304                      alert
10305 </PRE>
10307 which would match all messages with a subject that did <EM>NOT</EM> contain any of
10308 those words.
10309 You can use the &quot;Add Value&quot; command to add new words to the list,
10310 or you can enter them as a comma-separated list.
10312 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
10313 present for a match.
10314 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
10315 pattern2 must be present,
10316 and that is exactly what using a list does.)
10318 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
10319 also part of the Pattern, although the &quot;Score Interval&quot; is not used
10320 when checking for matches for Scoring.
10321 There are five similar settings that relate to the status of the message.
10322 These settings rely on the message being New or not, Deleted or not,
10323 Answered or not, Important or not, and Recent or not.
10324 There are also some other miscellaneous settings.
10325 The first is the Age of the message in days.
10326 Another is the Size of the message, in bytes.
10327 The third is a setting that detects whether or not the Subject of a
10328 message contains raw 8-bit characters (unencoded characters with the most
10329 significant bit set).
10330 There is a setting that detects whether or not this is the first time
10331 Alpine has been run this month (doesn't depend on individual messages),
10332 and another that detects whether or not this is the first time Alpine has
10333 been run this year.
10334 Other parts of the Pattern detect whether or not the From address of a
10335 message appears in your address book, whether or not certain keywords
10336 are set for a message, and whether or not certain character sets are
10337 used in a message.
10339 <H2>Parts of a Pattern</H2>
10341 <H3>Header patterns</H3>
10343 A header pattern is simply text that is searched for in the corresponding
10344 header field.
10345 For example, if a Pattern has a From header pattern with the value
10346 &quot;@company.com&quot;, then only messages that have a From header
10347 that contains the text &quot;@company.com&quot; will be possible
10348 matches.
10349 Matches don't have to be exact.
10350 For example, if the relevant field of a message contains the text
10351 &quot;mailbox@domain&quot; somewhere
10352 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
10353 &quot;mailbox@domain&quot; are all matches.
10355 All parts of the Pattern must match so, for example,
10356 if a message matches a defined
10357 From pattern, it still must be checked against the other parts of the
10358 Pattern that have been defined.
10359 The To header pattern is a slightly special case.
10360 If the message being checked has a Resent-To header
10361 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
10362 there are used in place of the addresses in the To header.
10363 This is only true for the To header.
10364 Resent-cc and Resent-From headers are never used unless you add them
10365 with the eXtraHdrs command.
10367 The meaning of a header pattern may be negated with the
10368 &quot;!&quot; &quot;toggle NOT&quot; command.
10369 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10370 &quot;!&quot; at the beginning of the pattern line.
10371 It would look something like
10373 <PRE>
10374  ! From pattern = susan@example.com
10375 </PRE>
10377 When the &quot;!&quot; is present, it reverses the meaning of the match.
10379 If you want to check for the presence of a header field but don't care
10380 about its value, then
10381 the empty pattern that you get by entering a pair of
10382 double quotes (&quot;&quot;) should match any message that
10383 has the corresponding header field.
10385 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
10387 AllText patterns are just like header patterns except that the text is
10388 searched for anywhere in the message's headers or body, not just in the
10389 contents of a particular header field.
10392 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
10394 BodyText patterns are just like header patterns except that the text is
10395 searched for anywhere in the message's body, not just in the
10396 contents of a particular header field.
10399 If there is more than one header pattern or AllText pattern or BodyText pattern
10400 for which you want to take the
10401 same action there is a shorthand notation that may be used.
10402 Any of these patterns may be a list of patterns instead of
10403 just a single pattern.
10404 If any one of the patterns in the list matches the message
10405 then it is considered a match.
10406 For example, if &quot;company1&quot; and &quot;company2&quot; both required
10407 you to use the same role when replying to messages, you might have
10408 a To pattern that looks like
10410 <PRE>
10411  To pattern = company1.com
10412               company2.com
10413 </PRE>
10415 This means that if the mail you are replying to was addressed to
10416 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
10417 then this Pattern is a match and the same actions will be taken.
10419 The meaning of an AllText or BodyText pattern may be negated with the
10420 &quot;!&quot; &quot;toggle NOT&quot; command.
10421 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10422 &quot;!&quot; at the beginning of the pattern line.
10423 When the &quot;!&quot; is present, it reverses the meaning of the match.
10425 A technicality: Since comma is the character used to separate multiple values
10426 in any of the fields that may have multiple values (such as header patterns,
10427 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
10428 you must escape comma with a
10429 backslash (&#92;) if you want to include a literal comma in one of those fields.
10430 In other words, if you type a backslash followed by a comma it will
10431 be interpreted as a comma by Alpine, instead of as a separator between
10432 pattern values.
10433 All other backslashes (those not followed by a comma) are literal
10434 backslashes and should not be escaped.
10435 It's unlikely you'll ever need to enter a literal comma or backslash in
10436 any of the patterns.
10438 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
10440 The &quot;Current Folder Type&quot; may be set to one of four different
10441 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
10442 &quot;Specific&quot;.
10443 If the value is set to &quot;News&quot;, then the
10444 Pattern will only match if the currently open folder is a newsgroup.
10445 The value &quot;Email&quot; only matches if the current folder is not news and
10446 the value &quot;Any&quot; causes any folder to match.
10447 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
10448 then you must fill in a value for &quot;Folder&quot;, which is on the line
10449 below the &quot;Specific&quot; line.
10450 In this case you will only get a match if the currently open folder is
10451 the specific folder you list.
10452 You may give a list of folders instead of just a single
10453 folder name, in which case the Pattern will match if the open folder is
10454 any one of the folders in the list.
10455 The name of each folder in the list may be either &quot;INBOX&quot;,
10456 the technical specification
10457 of the folder (like what appears in your configuration file) or, if the
10458 folder is one of your incoming folders, it may be the nickname you've given
10459 the folder.
10460 Here are some samples of specific folder names:
10462 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
10464 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
10466 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
10468 The easiest way to fill in the &quot;Folder&quot; field is to use
10469 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
10470 highlighted, or to use the &quot;Take&quot; command with the configuration
10471 feature
10472 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
10473 turned on.
10475 When reading a newsgroup, there may be a performance penalty
10476 incurred when collecting the information necessary to check whether
10477 or not a Pattern matches a message.
10478 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
10479 If you have Patterns with a Current Folder Type of either
10480 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
10481 Index Line Coloring or Scoring, you may experience
10482 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
10484 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
10486 The &quot;Age Interval&quot; may be set to an interval of message
10487 ages that should be considered a match.
10488 Like the other parts of the Pattern, if it is unset it will be ignored.
10489 The Age Interval looks like
10491 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
10493 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
10494 than or equal to zero.
10495 The special value &quot;INF&quot; may be used for
10496 the max value. It represents infinity.
10498 Actually, this option may be defined as a list of intervals instead
10499 of just a single interval.
10500 The list is separated by commas.
10501 It can look like
10503 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
10505 When there is an Age Interval defined, it is a match if the age, in days, of
10506 the message is contained in any of the intervals.
10507 The intervals include both endpoints.
10509 Even though this option is called Age, it isn't actually
10510 the <EM>age</EM> of the message.
10511 Instead, it is how many days ago the message arrived in one of your folders.
10512 If the current time is a little past midnight, then a message that arrived
10513 just before midnight arrived yesterday, even though the message is only
10514 a few minutes old.
10515 By default, the date being used is not the date in the Date
10516 header of the message.
10517 It is the date that the message arrived in one of your folders.
10518 When you Save a message from one folder to another that arrival date
10519 is preserved.
10520 If you would like to use the date in the Date header that is possible.
10521 Turn on the option
10522 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
10523 near the bottom of the rule definition.
10524 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
10526 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
10528 The &quot;Size Interval&quot; may be set to an interval of message
10529 sizes that should be considered a match.
10530 Like the other parts of the Pattern, if it is unset it will be ignored.
10531 The Size Interval looks like
10533 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
10535 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
10536 than or equal to zero.
10537 The special value &quot;INF&quot; may be used for
10538 the max value. It represents infinity.
10540 Actually, this option may be defined as a list of intervals instead
10541 of just a single interval.
10542 The list is separated by commas.
10543 It can look like
10545 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
10547 When there is a Size Interval defined, it is a match if the size, in bytes, of
10548 the message is contained in any of the intervals.
10549 The intervals include both endpoints.
10551 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
10553 The &quot;Score Interval&quot; may be set to an interval of message
10554 scores that should be considered a match.
10555 Like the other parts of the Pattern, if it is unset it will be ignored.
10556 The Score Interval looks like
10558 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
10560 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
10561 negative integers, with min_score less than or equal to max_score.
10562 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
10563 the min and max values to represent negative and positive infinity.
10565 Actually, a list of intervals may be used if you wish.
10566 A list would look like
10568 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
10570 When there is a Score Interval defined, it is a match if the score for
10571 the message is contained in any of the intervals in the list.
10572 The intervals include the endpoints.
10573 The score for a message is calculated by looking at every Score rule defined and
10574 adding up the Score Values for the ones that match the message.
10575 When deciding whether or not a Pattern matches a message for purposes of
10576 calculating the score, the Score Interval is ignored.
10578 <H3><A NAME="pattern_message_status">Message Status</A></H3>
10580 There are five separate message status settings.
10581 By default, all five are set to the value &quot;Don't care&quot;, which
10582 will match any message.
10583 The value &quot;Yes&quot; means that the particular status must be true
10584 for a match, and the value &quot;No&quot; means that the particular
10585 status must not be true for a match.
10586 For example, one of the five Message Status settings is whether a message
10587 is marked Important or not.
10588 A &quot;Yes&quot; means that the message must be Important to be
10589 considered a match and &quot;No&quot; means that the message must not be
10590 Important to be considered a match.
10591 The same is true of the other four message status settings that depend
10592 on whether or not the message is New; whether the message has 
10593 been Answered or not; whether the message has been Deleted or not, and
10594 whether the message is Recent or not. 
10596 The nomenclature for New and Recent is a bit confusing:
10598 New means that the message is Unseen.
10599 It could have been in your mailbox for a long time but if you haven't looked
10600 at it, it is still considered New.
10601 That matches the default Alpine index display that shows an N for such a
10602 message.
10604 Recent means that the message was added to this folder since the last time
10605 you opened the folder.
10606 Alpine also shows an N by default for these types of messages.
10607 If you were to run two copies of Alpine that opened a folder one right after
10608 the other, a message would only show up as Recent in (at most) the first
10609 Alpine session.
10611 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
10613 Keywords are similar to Message Status, but they are chosen by the user.
10614 Provided the mail server allows for it, you may add a set of possible keywords
10615 to a folder and then you may set those keywords or not for each message
10616 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
10617 The syntax of this part of the Pattern is similar to the header patterns.
10618 It is a list of keywords.
10619 The Keyword part of the Pattern is a match if the message has any of
10620 the keywords in the list set.
10621 Like other parts of the Pattern, if this is unset it will be ignored.
10623 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
10625 A message may use one or more character sets.
10626 This part of the Pattern matches messages that make use of one or more of
10627 the character sets specified in the pattern.
10628 It will be considered a match if a message uses any of the character
10629 sets in the list you give here.
10632 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
10633 GB2312) you may also use some shorthand names that Alpine provides.
10634 These names are more understandable shorthand names for sets of 
10635 character set names.
10636 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
10637 Selecting one of these shorthand names is equivalent to selecting all of
10638 the character sets that make up the set.
10639 You can see all of these shorthand names and the lists of character sets
10640 they stand for by typing the &quot;T&quot; command with the Character
10641 Set pattern highlighted.
10642 The syntax of this part of the Pattern is similar to the header patterns
10643 and the Message Keywords pattern.
10644 It is a list of character sets (or shorthand names).
10645 The Character Set part of the Pattern is a match if the message uses any
10646 of the character sets in the list.
10647 Like other parts of the Pattern, if this is unset it will be ignored.
10649 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
10651 It seems that lots of unwanted email contains unencoded 8-bit characters
10652 in the Subject.
10653 Normally, characters with the 8th bit set are not allowed in the Subject
10654 header unless they are MIME-encoded.
10655 This option gives you a way to match messages that have Subjects that
10656 contain unencoded 8-bit characters.
10657 By default, the value of this option is &quot;Don't care&quot;, which
10658 will match any message.
10659 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
10660 the Subject of the message in order for there to be a match,
10661 and the value &quot;No&quot; is the opposite.
10662 Setting this option will affect performance in large folders because the
10663 subject of each message in the folder has to be checked.
10665 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
10667 This option gives you a way to take some action once per month.
10668 By default, the value of this option is &quot;Don't care&quot;, which
10669 will always match.
10670 The value &quot;Yes&quot; means that this must be the first time Alpine has
10671 been run this month in order to count as a match,
10672 and the value &quot;No&quot; is the opposite.
10674 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
10676 This option gives you a way to take some action once per year.
10677 By default, the value of this option is &quot;Don't care&quot;, which
10678 will always match.
10679 The value &quot;Yes&quot; means that this must be the first time Alpine has
10680 been run this year in order to count as a match,
10681 and the value &quot;No&quot; is the opposite.
10683 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
10685 This option gives you a way to match messages that have an address
10686 that is in one of your address books.
10687 Only the simple entries in your address books are searched.
10688 Address book distribution lists are ignored!
10689 By default, the value of this option is &quot;Don't care&quot;, which
10690 will match any message.
10691 The value &quot;Yes, in any address book&quot; means the address
10692 from the message must be in at least one of your
10693 address books in order to be a match.
10694 The value &quot;No, not in any address book&quot;
10695 means none of the addresses may
10696 be in any of your address books in order to be a match.
10697 The values &quot;Yes, in specific address books&quot; and
10698 &quot;No, not in any of specific address books&quot; are similar but instead
10699 of depending on all address books you are allowed to give a list of address
10700 books to look in.
10701 The addresses from the message that are checked for are determined by the
10702 setting you have for &quot;Types of addresses to check for in address book&quot;.
10703 If you set this to &quot;From&quot; the From address from the message will
10704 be looked up in the address book.
10705 If you set it to only &quot;To&quot; then the To addresses will be used.
10706 If any of the To addresses are in the address book then it is considered
10707 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
10708 You could set it to both From and To, in which case all of the From and To
10709 addresses are used.
10710 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
10711 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
10712 exists or the From address if there is no Reply-To address.
10713 Same for the Sender address.
10714 Setting this option may affect performance in large folders because the
10715 From and Reply-To of each message in the folder have to be checked.
10717 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
10719 This is a command that is run with its standard input set to the message
10720 being checked and its standard output discarded.
10721 The full directory path should be specified.
10722 The command will be run and then its exit status will be checked against
10723 the Exit Status Interval, which defaults to just the value zero.
10724 If the exit status of the command falls in the interval, it is considered
10725 a match, otherwise it is not a match.
10728 This option may actually be a list of commands.
10729 The first one that exists and is executable is used.
10730 That makes it possible to use the same configuration with Unix Alpine and
10731 PC-Alpine.
10734 If none of the commands in the list exists and is executable then the rule
10735 is <EM>not</EM> a match.
10736 If it is possible that the command may not exist, you should be careful
10737 to structure your rules so that nothing destructive
10738 happens when the command does not exist.
10739 For example, you might have a filter that filters away spam when there is
10740 a match but does nothing when there is not a match.
10741 That would continue to work correctly if the command didn't exist.
10742 However, if you have a filter that filters away spam when there is not
10743 a match and keeps it when there is a match, that would filter everything
10744 if the categorizer command didn't exist.
10746 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
10747 setup for the bogofilter filter.
10750 &lt;End of help on this topic&gt;
10751 </BODY>
10752 </HTML>
10753 ===== h_rules_roles =====
10754 <HTML>
10755 <HEAD>
10756 <TITLE>SETUP ROLES SCREEN</TITLE>
10757 </HEAD>
10758 <BODY>
10759 <H1>SETUP ROLES SCREEN</H1>
10760 <H2>SETUP ROLES COMMANDS</H2>
10761 <!--chtml if pinemode="function_key"-->
10762 <PRE>
10763 Available  Commands -- Group 1         Available Commands -- Group 2   
10764 -------------------------------        ------------------------------  
10765 F1  Show Help Text                      F1  Show Help Text             
10766 F2  See commands in next group          F2  See commands in next group
10767 F3  Back to MAIN Alpine menu
10768 F4  Change configuration for role
10769 F5  Move to previous role               F5  Include file in role config
10770 F6  Move to next role                   F6  Exclude file from config
10771 F7  Previous page of roles
10772 F8  Next page of roles
10773 F9  Add new role                        F9  Replicate existing role
10774 F10 Delete existing role
10775 F11 Shuffle the order of roles
10776 F12 Whereis (search role nicknames)
10777 </PRE>
10778 <!--chtml else-->
10779 <PRE>
10780 Navigation                     General Alpine Commands
10781 -------------------------      -----------------------
10782  P  Prev Role                     ?  Display this help text
10783  N  Next Role                     E  Back to MAIN Alpine menu
10784  -  Previous page
10785 Spc (space bar) Next page
10786  W  WhereIs (search for word in role nicknames)
10788 Setup Roles Commands
10789 ------------------------------------------------
10790  A  Add new role                  $  Shuffle the order of roles
10791  D  Delete existing role          C  Change configuration for highlighted role
10792  R  Replicate existing role
10793  I  Include file in role config   X  Exclude file from role config
10794 </PRE>
10795 <!--chtml endif-->
10797 <H2>Description of the Setup Roles Screen</H2>
10799 This screen lets you add, delete, modify, or change the order of the rules
10800 that determine the role you are playing when composing a message.
10802 You may play different roles depending on who you are replying to.
10803 For example, if you are replying to a message addressed to help-desk you
10804 may be acting as a Help Desk Worker.
10805 That role may require that you use a different return address and/or
10806 a different signature.
10808 Roles are optional.
10809 If you set up roles they work like this:  Each role has a set of
10810 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
10811 considered for a particular use; a &quot;Pattern&quot;,
10812 which is used to decide which of the eligible roles is used; and a set
10813 of &quot;Actions&quot;, which are taken when that role is used.
10814 When you reply to a message, the message you are replying to is compared
10815 with the Patterns of the roles marked as eligible for use when replying.
10816 The comparisons start with the first eligible role and keep going until there
10817 is a match.
10818 If a match is found, the matching role's Actions are taken.
10820 It is also possible to set a default role and to change that role during
10821 your Alpine session.
10822 When you start Alpine no default role will be set.
10823 You may set or change the current default role by using the &quot;D&quot;
10824 command in the role selection screen.
10825 You'll see that screen while composing a message and being asked to select
10826 a role.
10827 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
10828 compose a message.
10829 You may find a default role useful if you normally perform the duties of one
10830 of your roles for a while, then you switch to another role and stay in the
10831 new role for another period of time.
10832 It may be easier than using the Role Command to select the role each time you
10833 compose a message.
10835 <H2>Role Uses</H2>
10837 There are three types of use to be configured;
10838 one for Replying, one for Forwarding, and one for Composing.
10839 These indicate whether or not you want a role to be considered when you
10840 type the Reply, Forward, or Compose commands.
10841 (The Role command is an alternate form of the Compose command, and it is
10842 not affected by these settings.)
10843 Each of these Use types has three possible values.
10844 The value &quot;Never&quot;
10845 means that the role will never be considered as a candidate for use with
10846 the corresponding command.
10847 For example, if you set a role's Reply Use to Never, then when you Reply to
10848 a message, that role won't even be considered.
10849 (That isn't quite true. If the message you are replying to matches some other
10850 role that requires confirmation,
10851 then there will be a ^T command available which allows you to select a role
10852 from all of your roles, not just the reply-eligible roles.)
10855 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
10856 both mean that you do want to consider this role when using the corresponding
10857 command.
10858 For either of these settings the role's Pattern will
10859 be checked to see if it matches the message.
10860 For Reply Use, the message used to compare the Pattern with is the message
10861 being replied to.
10862 For Forward Use, the message used to compare the Pattern with is the message
10863 being forwarded.
10864 For Compose Use, there is no message, so the parts of the Pattern that depend
10865 on a message (everything other than Current Folder Type) are ignored.
10866 In all cases, the Current Folder Type is checked if defined.
10867 If there is a match then this role will either be used without confirmation
10868 or will be the default when confirmation is asked for, depending on
10869 which of the two options is selected.
10870 If confirmation is requested, you will have a chance to
10871 choose No Role instead of the offered role, or to
10872 change the role to any one of your other roles (with the ^T command).
10874 <H2>Role Patterns</H2>
10876 In order to determine whether or not a message matches a role the message is
10877 compared with the Role's Pattern.
10878 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10879 Scoring, Other Rules, and Search Rules, so are described in only one place,
10880 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10882 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
10883 a role that has all header patterns unset, the AllText pattern unset,
10884 the BodyText pattern unset,
10885 the Score Interval unset, and the Current Folder Type set to
10886 &quot;Any&quot; may be used as a default role.
10887 It should be put last in the list of roles since the matching
10888 starts at the beginning and proceeds until one of the roles is a match.
10889 If no roles at all match, then Alpine will
10890 use its regular methods of defining the role.
10891 If you wanted to, you could define a different &quot;default&quot; role
10892 for Replying, Forwarding, and Composing by setting the
10893 &quot;Use&quot; fields appropriately.
10895 <H2>Role Actions</H2>
10897 Once a role match is found, the role's Actions are taken.
10898 For each role there are several possible actions that may be defined.
10899 They are actions to set the From address, the Reply-To address,
10900 the Fcc, the Signature, the Template file, and Other Headers.
10902 <H3>Set From</H3>
10904 The From address is the address used on the From line of the message
10905 you are sending.
10907 <H3>Set Reply-To</H3>
10909 The Reply-To address is the address used on the Reply-To line of the message
10910 you are sending.
10911 You don't need a Reply-To address unless it is different from the From address.
10913 <H3>Set Other Headers</H3>
10915 If you want to set the value of the From or Reply-To headers, use
10916 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
10917 If you want to set the values of other headers, use this field.
10918 This field is similar to the
10919 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
10920 Each header you specify here must include the header tag
10921 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
10922 and may optionally include a value for that header.
10923 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
10924 for a header here will replace any value that already exists.
10925 For example, if you are Replying to a message there will be at least one
10926 address in the To header (the address you are Replying to).
10927 However, if you Reply using a role that sets the To header, that role's
10928 To header value will be used instead.
10930 <H3>Set Fcc</H3>
10932 The Fcc is used as the Fcc for the message you are sending.
10934 <H3>Set Signature or Set LiteralSig</H3>
10936 The Signature is the name of a file to be used as the signature file when
10937 this role is being used.
10938 If the name of the file has a vertical bar following it (|)
10939 then it is assumed that the file is a program that should be run to
10940 produce the signature.
10941 If the LiteralSig is set, then it is used instead of the signature file.
10942 LiteralSig is just a different way to store the signature.
10943 It is stored in the pine configuration file instead of in a separate
10944 signature file.
10945 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
10946 either in the role or as the default signature in the Setup/Config screen,
10947 then the signature file is ignored.
10949 <H3>Set Template</H3>
10951 A Template is the name of a file to be included in the message when this
10952 role is being used.
10953 If the name of the file has a vertical bar following it (|)
10954 then it is assumed that the file is a program that should be run to
10955 produce the template.
10958 Both signature files and template files may be stored remotely on an IMAP
10959 server.
10960 In order to do that you just give the file a remote name.
10961 This works just like the regular
10962 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
10963 option that is configured from the Setup/Configuration screen.
10964 A remote signature file name might look like:
10966 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
10968 Once you have named the remote signature or template file you create its
10969 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
10970 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
10971 line of the role editor.
10974 Both signature files and template files (or the output of signature programs
10975 and template file programs) may contain special tokens
10976 that are replaced with contents
10977 that depend on the message being replied to or forwarded.
10978 See the help for the individual fields inside the role editor for more
10979 information on tokens.
10981 <H3>Use SMTP Server</H3>
10983 If this field has a value, then it will be used as the SMTP server
10984 to send mail when this role is being used (unless the SMTP server variable
10985 is set in the system-wide fixed configuration file).
10986 It has the same semantics as the
10987 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
10988 variable in the Setup/Config screen.
10989 When you postpone the composition this SMTP server list will be saved
10990 with the postponed composition and it cannot be changed later.
10991 Because of that, you may want to make this a list of SMTP servers
10992 with the preferred server at the front of the list and alternate servers
10993 later in the list.
10996 If any of the actions are left unset, then the action depends on what
10997 is present in the &quot;Initialize settings using role&quot; field.
10998 If you've listed the nickname of another one of your roles there, then the
10999 corresponding action from that role will be used here.
11000 If that action is also blank, or if there is no nickname specified,
11001 then Alpine will do whatever it normally does to set these actions.
11002 This depends on other configuration options and features you've set.
11004 <H2>Command Descriptions</H2>
11006 <H3>Add</H3>
11008 The Add command is used to add a new role definition to your set of
11009 roles.
11010 The new role will be added after the highlighted role.
11012 <H3>Delete</H3>
11014 The Delete command deletes the currently highlighted role.
11016 <H3>Change</H3>
11018 The Change command lets you edit the nickname, Uses, Pattern,
11019 and Actions of the currently highlighted role.
11021 <H3>Shuffle</H3>
11023 The Shuffle command allows you to change the order of the roles.
11024 You may move the currently highlighted role up or down in the list.
11025 The order of the roles is important since the roles are tested for a
11026 match starting with the first role and continuing until a match is found.
11027 You should place the roles with more specific Patterns near the beginning
11028 of the list, and those with more general Patterns near the end so that
11029 the more specific matches will happen when appropriate.
11031 <H3>Replicate</H3>
11033 The Replicate command is used to copy an existing role and modify it.
11034 The new role will be added after the highlighted role.
11036 <H3>IncludeFile</H3>
11038 The IncludeFile command allows you to add a roles file to your configuration.
11039 Usually, your roles will be contained in your Alpine configuration file.
11040 If you wish, some or all of your roles may be stored in a separate file.
11041 If a roles file already exists (maybe it was made by somebody else using
11042 Alpine), you may insert it before the currently highlighted role.
11043 You may also insert an empty file or a file that does not yet exist.
11044 Once you have an empty roles file in your configuration, you may use
11045 the Shuffle command to move roles into it.
11046 In fact, that's the only way to get the initial role into the file.
11048 <H3>eXcludeFile</H3>
11050 The eXcludeFile command removes a roles file from your roles configuration.
11051 A limitation of the program is that in order to exclude a roles file
11052 that file must have at least one role
11053 in it, otherwise you won't be able to highlight a line in the file.
11054 So you may have to add a dummy role to the file in order to exclude the file.
11055 <P><UL>
11056 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11057 </UL>
11059 &lt;End of help on this topic&gt;
11060 </BODY>
11061 </HTML>
11062 ===== h_rules_other =====
11063 <HTML>
11064 <HEAD>
11065 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
11066 </HEAD>
11067 <BODY>
11068 <H1>SETUP OTHER RULES SCREEN</H1>
11069 <H2>SETUP OTHER RULES COMMANDS</H2>
11070 <!--chtml if pinemode="function_key"-->
11071 <PRE>
11072 Available  Commands -- Group 1         Available Commands -- Group 2   
11073 -------------------------------        ------------------------------  
11074 F1  Show Help Text                      F1  Show Help Text             
11075 F2  See commands in next group          F2  See commands in next group
11076 F3  Back to MAIN Alpine menu
11077 F4  Change configuration for rule
11078 F5  Move to previous rule               F5  Include file in rule config
11079 F6  Move to next rule                   F6  Exclude file from config
11080 F7  Previous page of rules
11081 F8  Next page of rules
11082 F9  Add new rule                        F9  Replicate existing rule
11083 F10 Delete existing rule
11084 F11 Shuffle the order of rules
11085 F12 Whereis (search rule nicknames)
11086 </PRE>
11087 <!--chtml else-->
11088 <PRE>
11089 Navigation                     General Alpine Commands
11090 -------------------------      -----------------------
11091  P  Prev rule                     ?  Display this help text
11092  N  Next rule                     E  Back to MAIN Alpine menu
11093  -  Previous page
11094 Spc (space bar) Next page
11095  W  WhereIs (search for word in rule nicknames)
11097 Setup Other Rules Commands
11098 ------------------------------------------------
11099  A  Add new rule                  $  Shuffle the order of rules
11100  D  Delete existing rule          C  Change configuration for highlighted rule
11101  R  Replicate existing rule
11102  I  Include file in rule config   X  Exclude file from rule config
11103 </PRE>
11104 <!--chtml endif-->
11106 <H2>Description of the Setup Other Rules Screen</H2>
11108 This is where you may set various actions that do not fit well into the
11109 other Rules categories.
11111 <H2>Patterns</H2>
11113 Other Rules are a little different from the rest of the Rules because
11114 they depend only on the current folder, and not on a particular message.
11115 In order to determine whether or not a rule's actions should be applied
11116 the current folder is compared with the rule's Pattern, which consists
11117 of only the Current Folder Type.
11118 Current Folder Type works the same for Other Rules as it does for Roles,
11119 Filtering, Index Coloring, and Scoring.
11120 Keep in mind that the only part of the Pattern that applies to Other
11121 Rules is the Current Folder Type when looking at the description of
11122 Patterns given
11123 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11125 <H2>The Actions</H2>
11127 <H3>Set Sort Order</H3>
11129 When you enter a new folder, these rules will be checked to see if you
11130 have set a sort order that is different from your default sort order.
11131 The default is set in the Setup/Config screen with
11132 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
11133 If the Sort Order action is set, then the folder will be displayed sorted in
11134 that sort order instead of in the default order.
11136 A possible point of confusion arises when you change the configuration
11137 of the Sort Order for the currently open folder.
11138 The folder will normally be re-sorted when you go back to viewing the
11139 index.
11140 However, if you have manually sorted the folder with the
11141 Sort
11142 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
11143 command, then it will not be re-sorted until the next time it is opened.
11145 <H3>Set Index Format</H3>
11147 When you enter a new folder, these rules will be checked to see if you
11148 have set an Index Format that is different from your default Index Format,
11149 which is set with the
11150 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
11151 If so, the index will be displayed with this format instead of the default.
11153 <H3>Set Startup Rule</H3>
11155 When you enter a new folder, these rules will be checked to see if you
11156 have set a startup rule that is different from the default startup rule.
11157 The default for incoming folders is set in the Setup/Config screen with
11158 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
11159 The default for folders other than INBOX that are not part of your
11160 incoming collection
11161 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
11162 is to start with the last message in the folder.
11163 If the Startup Rule is set to something other than &quot;default&quot;,
11164 then the rule will determine which message will be the current message when
11165 the folder is first opened.
11167 The various startup rule possibilities work the same here as they do in
11168 the incoming collection, so check
11169 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
11170 for more help.
11172 <H2>Command Descriptions</H2>
11174 <H3>Add</H3>
11176 The Add command is used to add a new rule definition to your set of
11177 rules.
11178 The new rule will be added after the highlighted rule.
11180 <H3>Delete</H3>
11182 The Delete command deletes the currently highlighted rule.
11184 <H3>Change</H3>
11186 The Change command lets you edit the nickname, Pattern,
11187 and Action of the currently highlighted rule.
11189 <H3>Shuffle</H3>
11191 The Shuffle command allows you to change the order of the rules.
11192 You may move the currently highlighted rule up or down in the list.
11193 The order of the rules is important since the rules are tested for a
11194 match starting with the first rule and continuing until a match is found.
11195 You should place the rules with more specific Patterns near the beginning
11196 of the list, and those with more general Patterns near the end so that
11197 the more specific matches will happen when appropriate.
11199 <H3>Replicate</H3>
11201 The Replicate command is used to copy an existing rule definition and modify it.
11202 The new rule will be added after the highlighted rule.
11204 <H3>IncludeFile</H3>
11206 The IncludeFile command allows you to add a rules file to your configuration.
11207 Usually, your rules will be contained in your Alpine configuration file.
11208 If you wish, some or all of your rules may be stored in a separate file.
11209 If a rules file already exists (maybe it was made by somebody else using
11210 Alpine), you may insert it before the currently highlighted rule.
11211 You may also insert an empty file or a file that does not yet exist.
11212 Once you have an empty rules file in your configuration, you may use
11213 the Shuffle command to move rules into it.
11214 In fact, that's the only way to get the initial rule into the file.
11216 <H3>eXcludeFile</H3>
11218 The eXcludeFile command removes a rules file from your rules configuration.
11219 A limitation of the program is that in order to exclude a rules file
11220 that file must have at least one rule
11221 in it, otherwise you won't be able to highlight a line in the file.
11222 So you may have to add a dummy rule to the file in order to exclude the file.
11223 <P><UL>
11224 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11225 </UL>
11227 &lt;End of help on this topic&gt;
11228 </BODY>
11229 </HTML>
11230 ===== h_rules_srch =====
11231 <HTML>
11232 <HEAD>
11233 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
11234 </HEAD>
11235 <BODY>
11236 <H1>SETUP SEARCH RULES SCREEN</H1>
11237 <H2>SETUP SEARCH RULES COMMANDS</H2>
11238 <!--chtml if pinemode="function_key"-->
11239 <PRE>
11240 Available  Commands -- Group 1         Available Commands -- Group 2   
11241 -------------------------------        ------------------------------  
11242 F1  Show Help Text                      F1  Show Help Text             
11243 F2  See commands in next group          F2  See commands in next group
11244 F3  Back to MAIN Alpine menu
11245 F4  Change configuration for rule
11246 F5  Move to previous rule               F5  Include file in rule config
11247 F6  Move to next rule                   F6  Exclude file from config
11248 F7  Previous page of rules
11249 F8  Next page of rules
11250 F9  Add new rule                        F9  Replicate existing rule
11251 F10 Delete existing rule
11252 F11 Shuffle the order of rules
11253 F12 Whereis (search rule nicknames)
11254 </PRE>
11255 <!--chtml else-->
11256 <PRE>
11257 Navigation                     General Alpine Commands
11258 -------------------------      -----------------------
11259  P  Prev rule                     ?  Display this help text
11260  N  Next rule                     E  Back to MAIN Alpine menu
11261  -  Previous page
11262 Spc (space bar) Next page
11263  W  WhereIs (search for word in rule nicknames)
11265 Setup Search Rules Commands
11266 ------------------------------------------------
11267  A  Add new rule                  $  Shuffle the order of rules
11268  D  Delete existing rule          C  Change configuration for highlighted rule
11269  R  Replicate existing rule
11270  I  Include file in rule config   X  Exclude file from rule config
11271 </PRE>
11272 <!--chtml endif-->
11274 <H2>Description of the Setup Search Rules Screen</H2>
11276 One of the commands that becomes available when that feature is turned on
11277 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
11278 screen to select a set of messages.
11279 One way of selecting messages is to use a Rule.
11280 All of the messages that match (or don't match if you wish)
11281 a Rule's Pattern will be selected.
11283 Any of your Rules may be used for this purpose.
11284 You might already have Rules set up for filtering, index line color, scores, or roles;
11285 and you may use any of those Rules with the Select command.
11286 However, you might find it more convenient to set up a separate set of Rules
11287 just for this purpose without having to worry about what other effects
11288 they may cause.
11289 That is the purpose of these Select Rules.
11292 Each rule has a &quot;Pattern&quot;
11293 that is used to decide which messages are selected when you use it with
11294 the Select command.
11296 <H2>Patterns</H2>
11298 In order to determine whether or not a message should be selected
11299 the message is compared with the rule's Pattern.
11300 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11301 Scoring, Other Rules, and Search Rules, so are described in only one place,
11302 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11304 <H2>Command Descriptions</H2>
11306 <H3>Add</H3>
11308 The Add command is used to add a new rule definition to your set of
11309 rules.
11310 The new rule will be added after the highlighted rule.
11312 <H3>Delete</H3>
11314 The Delete command deletes the currently highlighted rule.
11316 <H3>Change</H3>
11318 The Change command lets you edit the nickname and Pattern
11319 of the currently highlighted rule.
11321 <H3>Shuffle</H3>
11323 The Shuffle command allows you to change the order of the rules.
11324 This affects only the order they are presented in when you use the
11325 ^T subcommand of the Select by Rule command.
11326 You may move the currently highlighted rule up or down in the list.
11328 <H3>Replicate</H3>
11330 The Replicate command is used to copy an existing rule definition and modify it.
11331 The new rule will be added after the highlighted rule.
11333 <H3>IncludeFile</H3>
11335 The IncludeFile command allows you to add a rules file to your configuration.
11336 Usually, your rules will be contained in your Alpine configuration file.
11337 If you wish, some or all of your rules may be stored in a separate file.
11338 If a rules file already exists (maybe it was made by somebody else using
11339 Alpine), you may insert it before the currently highlighted rule.
11340 You may also insert an empty file or a file that does not yet exist.
11341 Once you have an empty rules file in your configuration, you may use
11342 the Shuffle command to move rules into it.
11343 In fact, that's the only way to get the initial rule into the file.
11345 <H3>eXcludeFile</H3>
11347 The eXcludeFile command removes a rules file from your rules configuration.
11348 A limitation of the program is that in order to exclude a rules file
11349 that file must have at least one rule
11350 in it, otherwise you won't be able to highlight a line in the file.
11351 So you may have to add a dummy rule to the file in order to exclude the file.
11352 <P><UL>
11353 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11354 </UL>
11356 &lt;End of help on this topic&gt;
11357 </BODY>
11358 </HTML>
11359 ===== h_rules_incols =====
11360 <HTML>
11361 <HEAD>
11362 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
11363 </HEAD>
11364 <BODY>
11365 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
11366 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
11367 <!--chtml if pinemode="function_key"-->
11368 <PRE>
11369 Available  Commands -- Group 1         Available Commands -- Group 2   
11370 -------------------------------        ------------------------------  
11371 F1  Show Help Text                      F1  Show Help Text             
11372 F2  See commands in next group          F2  See commands in next group
11373 F3  Back to MAIN Alpine menu
11374 F4  Change configuration for rule
11375 F5  Move to previous rule               F5  Include file in rule config
11376 F6  Move to next rule                   F6  Exclude file from config
11377 F7  Previous page of rules
11378 F8  Next page of rules
11379 F9  Add new rule                        F9  Replicate existing rule
11380 F10 Delete existing rule
11381 F11 Shuffle the order of rules
11382 F12 Whereis (search rule nicknames)
11383 </PRE>
11384 <!--chtml else-->
11385 <PRE>
11386 Navigation                     General Alpine Commands
11387 -------------------------      -----------------------
11388  P  Prev rule                     ?  Display this help text
11389  N  Next rule                     E  Back to MAIN Alpine menu
11390  -  Previous page
11391 Spc (space bar) Next page
11392  W  WhereIs (search for word in rule nicknames)
11394 Setup Index Color Commands
11395 ------------------------------------------------
11396  A  Add new rule                  $  Shuffle the order of rules
11397  D  Delete existing rule          C  Change configuration for highlighted rule
11398  R  Replicate existing rule
11399  I  Include file in rule config   X  Exclude file from rule config
11400 </PRE>
11401 <!--chtml endif-->
11403 <H2>Description of the Setup Index Line Colors Screen</H2>
11405 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
11406 This action is only available if your terminal is capable of displaying
11407 color and color display has been enabled with the
11408 <A HREF="h_config_color_style">Color Style</A> option within the
11409 Setup Color screen.
11410 (In PC-Alpine, color is always enabled so there is no option to turn on.)
11411 This screen lets you add, delete, modify, or change the order of the rules
11412 that cause the lines in the MESSAGE INDEX to be displayed in different
11413 colors.
11415 Each rule has a &quot;Pattern&quot;,
11416 which is used to decide which of the rules is used; and the color that
11417 is used if the Pattern matches a particular message.
11419 <H2>Index Color Patterns</H2>
11421 In order to determine whether or not a message matches an Index Color Rule
11422 the message is compared with the rule's Pattern.
11423 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11424 Scoring, Other Rules, and Search Rules, so are described in only one place,
11425 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11428 If none of the Index Color rules is a match for a particular index line,
11429 then the color used is set using
11430 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11432 <H2>Index Line Color</H2>
11434 This is the color that index lines are colored when there is a matching
11435 Pattern.
11436 This colors the whole index line, except possibly the status letters,
11437 which may be colored separately using
11438 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11440 <H2>Command Descriptions</H2>
11442 <H3>Add</H3>
11444 The Add command is used to add a new rule definition to your set of
11445 rules.
11446 The new rule will be added after the highlighted rule.
11448 <H3>Delete</H3>
11450 The Delete command deletes the currently highlighted rule.
11452 <H3>Change</H3>
11454 The Change command lets you edit the nickname, Pattern,
11455 and Index Line Color of the currently highlighted rule.
11457 <H3>Shuffle</H3>
11459 The Shuffle command allows you to change the order of the rules.
11460 You may move the currently highlighted rule up or down in the list.
11461 The order of the rules is important since the rules are tested for a
11462 match starting with the first rule and continuing until a match is found.
11463 You should place the rules with more specific Patterns near the beginning
11464 of the list, and those with more general Patterns near the end so that
11465 the more specific matches will happen when appropriate.
11467 <H3>Replicate</H3>
11469 The Replicate command is used to copy an existing rule definition and modify it.
11470 The new rule will be added after the highlighted rule.
11472 <H3>IncludeFile</H3>
11474 The IncludeFile command allows you to add a rules file to your configuration.
11475 Usually, your rules will be contained in your Alpine configuration file.
11476 If you wish, some or all of your rules may be stored in a separate file.
11477 If a rules file already exists (maybe it was made by somebody else using
11478 Alpine), you may insert it before the currently highlighted rule.
11479 You may also insert an empty file or a file that does not yet exist.
11480 Once you have an empty rules file in your configuration, you may use
11481 the Shuffle command to move rules into it.
11482 In fact, that's the only way to get the initial rule into the file.
11484 <H3>eXcludeFile</H3>
11486 The eXcludeFile command removes a rules file from your rules configuration.
11487 A limitation of the program is that in order to exclude a rules file
11488 that file must have at least one rule
11489 in it, otherwise you won't be able to highlight a line in the file.
11490 So you may have to add a dummy rule to the file in order to exclude the file.
11491 <P><UL>
11492 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11493 </UL>
11495 &lt;End of help on this topic&gt;
11496 </BODY>
11497 </HTML>
11498 ===== h_rules_filter =====
11499 <HTML>
11500 <HEAD>
11501 <TITLE>SETUP FILTERING SCREEN</TITLE>
11502 </HEAD>
11503 <BODY>
11504 <H1>SETUP FILTERING SCREEN</H1>
11505 <H2>SETUP FILTERING COMMANDS</H2>
11506 <!--chtml if pinemode="function_key"-->
11507 <PRE>
11508 Available  Commands -- Group 1         Available Commands -- Group 2   
11509 -------------------------------        ------------------------------  
11510 F1  Show Help Text                      F1  Show Help Text             
11511 F2  See commands in next group          F2  See commands in next group
11512 F3  Back to MAIN Alpine menu
11513 F4  Change configuration for filter
11514 F5  Move to previous filter             F5  Include file in filter config
11515 F6  Move to next filter                 F6  Exclude file from config
11516 F7  Previous page of filters
11517 F8  Next page of filters
11518 F9  Add new filter                      F9  Replicate existing filter
11519 F10 Delete existing filter
11520 F11 Shuffle the order of filters
11521 F12 Whereis (search filter nicknames)
11522 </PRE>
11523 <!--chtml else-->
11524 <PRE>
11525 Navigation                     General Alpine Commands
11526 -------------------------      -----------------------
11527  P  Prev Filter                   ?  Display this help text
11528  N  Next Filter                   E  Back to MAIN Alpine menu
11529  -  Previous page
11530 Spc (space bar) Next page
11531  W  WhereIs (search for word in filter nicknames)
11533 Setup Filters Commands
11534 ------------------------------------------------
11535  A  Add new filter                $  Shuffle the order of filters
11536  D  Delete existing filter        C  Change configuration for highlighted filter
11537  R  Replicate existing filter
11538  I  Include file in filter config X  Exclude file from filter config
11539 </PRE>
11540 <!--chtml endif-->
11542 <H2>Description of the Setup Filtering Screen</H2>
11544 This screen lets you add, delete, modify, or change the order of the rules
11545 that determine the filtering Alpine does on folders you view.
11547 The software that actually delivers mail (the stuff that happens
11548 before Alpine is involved) for you is in a better position to do mail filtering
11549 than Alpine itself.
11550 If possible, you may want to look into using that sort of mail filtering to
11551 deliver mail to different folders, delete it, or forward it.
11552 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
11554 Filtering is a way to automatically move certain messages from one folder
11555 to another or to delete messages.
11556 It can also be used to set message status (Important, Deleted, New,
11557 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
11558 Alpine doesn't have the ability to forward mail to another address or
11559 to deliver vacation messages.
11561 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
11562 When a folder is opened, when new mail arrives in an open folder, or
11563 when mail is Expunged from a folder; each
11564 message is compared with the Patterns of your filtering rules.
11565 The comparisons start with the first rule and keep going until there
11566 is a match.
11567 If a match is found, the message may be deleted or moved, depending on
11568 the setting of the Filter Action.
11569 If the message is not deleted, it may have its status altered.
11572 <EM>NOTE:</EM>
11573 When setting up a Pattern used to delete messages,
11574 it is recommended that you test the Pattern first with a &quot;Move&quot;
11575 folder specified in
11576 case unintended matches occur.  Messages that are deleted will be removed 
11577 from the folder and <EM>unrecoverable</EM> from within Alpine after the
11578 next Expunge command or once the folder being filtered has been closed.
11580 <H2>Filter Patterns</H2>
11582 In order to determine whether or not a message matches a filter the message is
11583 compared with the Filter's Pattern.
11584 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11585 Scoring, Other Rules, and Search Rules, so are described in only one place,
11586 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11588 Since filtering is a potentially destructive action, if you have a filtering
11589 Pattern with nothing other than Current Folder Type set, that filtering
11590 rule is ignored.
11592 <H2>Filter Actions</H2>
11594 Once a filter match is found for a particular message, there are some actions
11595 that may be taken.
11596 First, the message may have its status changed.
11597 This is the same message status that you can manipulate manually using the
11598 <a href="h_common_flag">Flag Command</a>.
11599 There are always four elements of message status that you can control.
11600 You can set or clear the Important status, the New status, the Deleted
11601 status, and the Answered status.
11602 Of course, if the filter is going to delete the message,
11603 then there is no point in setting message status.
11604 You may also be able to set user-defined keywords for a message.
11605 Read a little about keywords in the help text for the
11606 <A HREF="h_common_flag">Flag</A> command.
11608 Second, the filter may delete or move the message.
11609 Deleting the message marks it Deleted and removes it from view.
11610 It is effectively gone forever (though it technically is still there until
11611 the next expunge command, which may happen implicitly).
11612 Moving the message moves it from the open folder into the folder
11613 listed on the &quot;Folder List&quot; line of the filter configuration.
11614 If you list more than one folder name (separated by commas) then the message
11615 will be copied to each of those folders.
11616 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
11617 message is removed from the current folder.
11618 If you just want to set the messages status without deleting it from
11619 the folder, then set the filter action to
11620 &quot;Just Set Message Status&quot;.
11622 (There is no way to do a Copy instead of a Move, due to the difficulties
11623 involved in keeping track of whether or not a message has
11624 already been copied.)
11626 <H2>Command Descriptions</H2>
11628 <H3>Add</H3>
11630 The Add command is used to add a new filter definition to your set of
11631 filters.
11632 The new filter will be added after the highlighted filter.
11634 <H3>Delete</H3>
11636 The Delete command deletes the currently highlighted filter.
11638 <H3>Change</H3>
11640 The Change command lets you edit the nickname, Pattern,
11641 and Folder of the currently highlighted filter.
11643 <H3>Shuffle</H3>
11645 The Shuffle command allows you to change the order of the filters.
11646 You may move the currently highlighted filter up or down in the list.
11647 The order of the filters is important since the filters are tested for a
11648 match starting with the first filter and continuing until a match is found.
11649 You should place the filters with more specific Patterns near the beginning
11650 of the list, and those with more general Patterns near the end so that
11651 the more specific matches will happen when appropriate.
11653 <H3>Replicate</H3>
11655 The Replicate command is used to copy an existing filter and modify it.
11656 The new filter will be added after the highlighted filter.
11658 <H3>IncludeFile</H3>
11660 The IncludeFile command allows you to add a filters file to your configuration.
11661 Usually, your filters will be contained in your Alpine configuration file.
11662 If you wish, some or all of your filters may be stored in a separate file.
11663 If a filters file already exists (maybe it was made by somebody else using
11664 Alpine), you may insert it before the currently highlighted filter.
11665 You may also insert an empty file or a file that does not yet exist.
11666 Once you have an empty filters file in your configuration, you may use
11667 the Shuffle command to move filters into it.
11668 In fact, that's the only way to get the initial filter into the file.
11670 <H3>eXcludeFile</H3>
11672 The eXcludeFile command removes a filters file from your filters configuration.
11673 A limitation of the program is that in order to exclude a filters file
11674 that file must have at least one filter
11675 in it, otherwise you won't be able to highlight a line in the file.
11676 So you may have to add a dummy filter to the file in order to exclude the file.
11677 <P><UL>
11678 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11679 </UL>
11681 <H3>Performance Considerations</H3>
11682 The number and type of patterns being tested can 
11683 adversely effect performance.  Issues to be aware
11684 of include:
11686 <UL>
11687   <LI> The more filters you have defined the longer it will take to run down
11688 the list.  Deleting unused filters is a good idea.
11689   <LI> Filtering in newsgroups served by an NNTP server will be slow
11690 if your patterns include tests other than &quot;From:&quot;
11691 or &quot;Subject:&quot;.
11692 </UL>
11694 &lt;End of help on this topic&gt;
11695 </BODY>
11696 </HTML>
11697 ===== h_rules_score =====
11698 <HTML>
11699 <HEAD>
11700 <TITLE>SETUP SCORING SCREEN</TITLE>
11701 </HEAD>
11702 <BODY>
11703 <H1>SETUP SCORING SCREEN</H1>
11704 <H2>SETUP SCORING COMMANDS</H2>
11705 <!--chtml if pinemode="function_key"-->
11706 <PRE>
11707 Available  Commands -- Group 1         Available Commands -- Group 2   
11708 -------------------------------        ------------------------------  
11709 F1  Show Help Text                      F1  Show Help Text             
11710 F2  See commands in next group          F2  See commands in next group
11711 F3  Back to MAIN Alpine menu
11712 F4  Change configuration for rule
11713 F5  Move to previous rule               F5  Include file in rule config
11714 F6  Move to next rule                   F6  Exclude file from config
11715 F7  Previous page of rules
11716 F8  Next page of rules
11717 F9  Add new rule                        F9  Replicate existing rule
11718 F10 Delete existing rule
11719 F11 Shuffle the order of rules
11720 F12 Whereis (search rule nicknames)
11721 </PRE>
11722 <!--chtml else-->
11723 <PRE>
11724 Navigation                     General Alpine Commands
11725 -------------------------      -----------------------
11726  P  Prev rule                     ?  Display this help text
11727  N  Next rule                     E  Back to MAIN Alpine menu
11728  -  Previous page
11729 Spc (space bar) Next page
11730  W  WhereIs (search for word in rule nicknames)
11732 Setup Scoring Commands
11733 ------------------------------------------------
11734  A  Add new rule                  $  Shuffle the order of rules
11735  D  Delete existing rule          C  Change configuration for highlighted rule
11736  R  Replicate existing rule
11737  I  Include file in rule config   X  Exclude file from rule config
11738 </PRE>
11739 <!--chtml endif-->
11741 <H2>Description of the Setup Scoring Screen</H2>
11743 Most people will not use scores at all, but if you do use them, here's how
11744 they work in Alpine.
11745 Using this screen, you may define Scoring rules.
11746 The score for a message is calculated by looking at every Score rule defined
11747 and adding up the Score Values for the ones that match the message.
11748 If there are no matches for a message, it has a score of zero.
11749 Message scores may be used a couple of ways in Alpine.
11751 <H3>Sorting by Score</H3>
11753 One of the methods you may use to sort message indexes is to sort by
11754 score.
11755 The scores of all the messages in a folder will be calculated and then
11756 the index will be ordered by placing the messages in order of ascending or
11757 descending score.
11759 <H3>Scores for use in Patterns</H3>
11761 The Patterns used for Roles, Index Line Coloring, and Filtering have a
11762 category labeled &quot;Score Interval&quot;.
11763 When a message is being compared with a Pattern to check for a match, if
11764 the Score Interval is set only messages that have a score somewhere in
11765 the interval are a match.
11767 <H2>Scoring Rule Patterns</H2>
11769 In order to determine whether or not a message matches a scoring rule
11770 the message is compared with the rule's Pattern.
11771 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11772 Scoring, Other Rules, and Search Rules, so are described in only one place,
11773 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11776 Actually, Scoring rule Patterns are slightly different from the other types of
11777 Patterns because Scoring rule Patterns don't contain a Score Interval.
11778 In other words, when calculating the score for a message, which is done
11779 by looking at the Scoring rule Patterns, scores aren't used.
11781 <H2>Score Value</H2>
11783 This is the value that will be added to the score for a message if the
11784 rule's Pattern is a match.
11785 Each individual Score Value is an integer between -100 and 100, and the
11786 values from matching rules are added together to get a message's score.
11787 There is also a way to extract the value from a particular header of each
11788 message. See the help text for Score Value for further information.
11790 <H2>Command Descriptions</H2>
11792 <H3>Add</H3>
11794 The Add command is used to add a new scoring rule definition.
11795 The new rule will be added after the highlighted rule.
11797 <H3>Delete</H3>
11799 The Delete command deletes the currently highlighted scoring rule.
11801 <H3>Change</H3>
11803 The Change command lets you edit the nickname, Pattern,
11804 and Score Value of the currently highlighted scoring rule.
11806 <H3>Shuffle</H3>
11808 The Shuffle command allows you to change the order of the scoring rules.
11809 You may move the currently highlighted rule up or down in the list.
11810 The order of the rules is important since the rules are tested for a
11811 match starting with the first rule and continuing until a match is found.
11812 You should place the rules with more specific Patterns near the beginning
11813 of the list, and those with more general Patterns near the end so that
11814 the more specific matches will happen when appropriate.
11816 <H3>Replicate</H3>
11818 The Replicate command is used to copy an existing rule and modify it.
11819 The new rule will be added after the highlighted rule.
11821 <H3>IncludeFile</H3>
11823 The IncludeFile command allows you to add a rules file to your configuration.
11824 Usually, your rules will be contained in your Alpine configuration file.
11825 If you wish, some or all of your rules may be stored in a separate file.
11826 If a rules file already exists (maybe it was made by somebody else using
11827 Alpine), you may insert it before the currently highlighted rule.
11828 You may also insert an empty file or a file that does not yet exist.
11829 Once you have an empty rules file in your configuration, you may use
11830 the Shuffle command to move rules into it.
11831 In fact, that's the only way to get the initial rule into the file.
11833 <H3>eXcludeFile</H3>
11835 The eXcludeFile command removes a rules file from your rules configuration.
11836 A limitation of the program is that in order to exclude a rules file
11837 that file must have at least one rule
11838 in it, otherwise you won't be able to highlight a line in the file.
11839 So you may have to add a dummy rule to the file in order to exclude the file.
11840 <P><UL>
11841 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11842 </UL>
11844 &lt;End of help on this topic&gt;
11845 </BODY>
11846 </HTML>
11847 ===== h_direct_config =====
11848 <HTML>
11849 <HEAD>
11850 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
11851 </HEAD>
11852 <BODY>
11853 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
11854 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
11855 <!--chtml if pinemode="function_key"-->
11856 <PRE>
11857 Available  Commands                        
11858 -------------------------------            
11859 F1  Show Help Text                         
11860 F3  Back to MAIN Alpine menu                 
11861 F4  Change configuration for directory server  
11862 F5  Move to previous directory server          
11863 F6  Move to next directory server              
11864 F7  Previous page of directory servers         
11865 F8  Next page of directory servers
11866 F9  Add new directory server
11867 F10 Delete existing directory server
11868 F11 Shuffle the order of directory servers
11869 F12 Whereis (search directory server titles)   
11870 </PRE>
11871 <!--chtml else-->
11872 <PRE>
11873 Navigation                     General Alpine Commands
11874 -------------------------      -----------------------
11875  P  Prev Directory Server         ?  Display this help text
11876  N  Next Directory Server         E  Back to MAIN Alpine menu
11877  -  Previous page
11878 Spc (space bar) Next page
11879  W  WhereIs (search for word in directory server titles)
11881 Setup LDAP Directory Server Commands
11882 ------------------------------------------------
11883  A  Add new directory server      $  Shuffle the order of directory servers
11884  D  Delete existing dir server    C  Change configuration for highlighted server
11885 </PRE>
11886 <!--chtml endif-->
11888 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
11890 This screen lets you add, delete, modify, or change the order of your
11891 directory servers. You may also set some optional behavior for each server.
11892 The &quot;Add Dir&quot; command brings up a blank form to 
11893 fill in. You will have to supply at least the name of the LDAP server.
11894 You will often have to supply a search base to be used with that server,
11895 as well. Once the form has been brought up on your screen, there is help
11896 available for each of the options you may set.
11898 The &quot;Del Dir&quot; command allows you to remove a directory server
11899 from your configuration.
11901 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
11902 The difference is that instead of bringing up a form for a new server
11903 configuration, you are changing the configuration of an existing entry.
11904 For example, you might want to correct a typing error, change a
11905 nickname, or change one of the options set for that server.
11907 The &quot;Shuffle&quot; command is used to change the order of directory
11908 servers.
11909 <P><UL>
11910 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11911 </UL>
11913 &lt;End of help on this topic&gt;
11914 </BODY>
11915 </HTML>
11916 ============= h_address_display ========================
11917 <HTML>
11918 <HEAD>
11919 <TITLE>SEARCH RESULTS INDEX</TITLE>
11920 </HEAD>
11921 <BODY>
11922 <H1>SEARCH RESULTS INDEX</H1>
11923 This screen shows the results, if any, of your Directory Server search.  
11924 Commands (besides those for screen navigation) are:
11925 <DL>
11926 <DT>View
11927 <!--chtml if pinemode="function_key"-->
11928 (F4)
11929 <!--chtml else-->
11931 <!--chtml endif-->
11932 </DT>
11933 <DD>See the full information for the selected entry.
11935 <DT>Compose
11936 <!--chtml if pinemode="function_key"-->
11937 (F9)
11938 <!--chtml else-->
11940 <!--chtml endif--></DT>
11941 <DD>Compose a message with the selected entry as the recipient.
11943 <DT>Role
11944 <!--chtml if pinemode="function_key"-->
11945 (F2)
11946 <!--chtml else-->
11948 <!--chtml endif--></DT>
11949 <DD>Compose a message with the selected entry as the recipient. This differs
11950 from Compose in that you may select a role before beginning your composition.
11952 <DT>Forward
11953 <!--chtml if pinemode="function_key"-->
11954 (F10)
11955 <!--chtml else-->
11957 <!--chtml endif--></DT>
11958 <DD>Send the full information for the selected entry as an 
11959 email message to someone else.
11961 <DT>Save
11962 <!--chtml if pinemode="function_key"-->
11963 (F11)
11964 <!--chtml else-->
11966 <!--chtml endif-->
11967 </DT>
11968 <DD>Save to your address book:
11969 <UL>
11970 <LI>the result of the search (as just found through your query) for the 
11971 selected entry; or 
11972 <LI>the selected entry for repeated Directory Server searching when used 
11973 in the future.
11974 </UL>
11975 or<BR>
11976 Export to a file (external to Alpine):
11977 <UL>
11978 <LI>the full information for the selected entry; or
11979 <LI>the email address from the selected entry; or
11980 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
11981 </UL>
11982 <DT>WhereIs
11983 <!--chtml if pinemode="function_key"-->
11984 (F12)
11985 <!--chtml else-->
11987 <!--chtml endif-->
11988 </DT>
11989 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11990 displayed text, not the full records for each entry.)  
11991 </DL>
11992 &lt;End of help on this topic&gt;
11993 </BODY>
11994 </HTML>
11995 ============= h_address_select ========================
11996 <HTML>
11997 <HEAD>
11998 <TITLE>SEARCH RESULTS INDEX</TITLE>
11999 </HEAD>
12000 <BODY>
12001 <H1>SEARCH RESULTS INDEX</H1>
12002 This screen shows the results, if any, of your Directory Server search.  
12003 Commands (besides those for screen navigation) are:
12004 <DL>
12005 <DT>Select
12006 </DT>
12007 <DD>Select this entry for use.
12009 <DT>ExitSelect
12010 <DD>Exit without selecting any of the entries.
12012 <DT>WhereIs
12013 </DT>
12014 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
12015 displayed text, not the full records for each entry.)  
12016 </DL>
12017 &lt;End of help on this topic&gt;
12018 </BODY>
12019 </HTML>
12020 ===== h_folder_maint =====
12021 <HTML>
12022 <HEAD>
12023 <TITLE>Help for Folder List</TITLE>
12024 </HEAD>
12025 <BODY>
12026 <H1>FOLDER LIST COMMANDS</H1>
12027 <!--chtml if pinemode="function_key"-->
12028 <PRE>
12029 Available Commands -- Group 1        Available Commands -- Group 2
12030 -------------------------------      ------------------------------
12031 F1  Show Help Text                    F1  Show Help Text               
12032 F2  See commands in next group        F2  See commands in next group  
12033 F3  MAIN MENU Screen                  F3  Quit Alpine                    
12034 F4  Select folder and view it         F4  MAIN MENU Screen
12035 F5  Move to previous folder
12036 F6  Move to next folder               F6  Specify a folder to go to
12037 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
12038 F8  Show next screen of listing       F8  Compose a message
12039 F9  Add a new folder                  F9  Print folder listing
12040 F10 Delete selected folder
12041 F11 Rename selected folder
12042 F12 Whereis (search folder names)
12044 Available Commands -- Group 3
12045 F1  Show Help Text
12046 F2  See commands in next group
12047 F5  Go to next new message
12048     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
12049 F8  Compose a message using roles
12050 F9  Export folder to a file
12051 F10 Import the file back to a folder
12052 </PRE>
12053 <!--chtml else-->
12054 <PRE>
12055 Navigating the Folder Screen            Operations on the Selected Folder
12056 ----------------------------            ---------------------------------
12057  P   Move to previous folder              V  View Index of selected folder
12058  N   Move to next folder                  D  Delete
12059  -   Show previous page of listing        R  Rename
12060 Spc  (space bar) Show next page           E  Export to file
12061                                           U  Import from file to folder
12063 FOLDER LIST Screen Commands              General Alpine Command
12064 ---------------------------              -----------------------
12065  A  Add a folder                          O  Show all other available commands
12066  G  Specify a folder to go to             ?  Show Help text
12067  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
12068  W  Whereis (search folder names)         Q  Quit Alpine
12069  %  Print folder listing                  C  Compose a message
12070                                           #  Compose a message using roles
12071 </PRE>
12072 <!--chtml endif-->
12074 These commands are only available in the FOLDER LIST screen when the 
12075 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
12076 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
12077 <DT>Select:</DT>
12078 <DD>Select folders by certain criteria:<UL>
12079 <LI>All: of limited use, since there is no Apply command.
12080 <LI>by Property: <UL>
12081         <LI>folder contains messages not yet seen 
12082         <LI>folder contains new messages
12083         <LI>folder contains exactly as many, more, or fewer messages 
12084 than a given number
12085         </UL>
12086 <LI>by Text: <UL>
12087         <LI>contained in name of folder (Name Select)
12088         <LI>contained in messages in folder (Content Select)
12089         </UL>
12090 </UL></DD>
12092 <DT>Select current:</DT>
12093 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
12094 add one or more folders to a set created with the Select command described 
12095 above.)</DD>
12096 <DT>Zoom mode:</DT>
12097 <DD>Toggles display of only selected folders or all folders on and off.</DD>
12098 </DL>
12100 If the feature
12101 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
12102 is set then the TAB key will display the number of recent messages and
12103 the total number of messages in the highlighted folder.
12105 The &quot;Export&quot; command causes the lowest common denominator style
12106 mailbox to be written to a file.
12107 If the file already exists, you are asked if you want to delete it.
12108 If you say No, then the operation is aborted.
12109 Export might be a reasonable way to store a backup or an archival copy of
12110 a folder.
12111 The exported-to file is a local file on the system where you are running Alpine.
12112 The &quot;Import&quot; command is the opposite of the Export command.
12113 It reads a file created by Export and asks where it should save it in your
12114 folders.
12115 This could be a new folder or an existing folder.
12116 If the folder already exists, the messages from the exported file will be
12117 appended to the folder.
12119 <CENTER>Description of the FOLDER LIST Screen</CENTER>
12121 The purpose of the FOLDER LIST screen is to help you browse and manage
12122 the folders and directories (also known as &quot;hierarchy&quot;)
12123 contained within a collection.
12126 Folders and directories are arranged alphabetically across lines of
12127 the screen.  Directories, if present, are denoted by a special
12128 character at the end of the name known as the hierarchy delimiter
12129 (typically, &quot;/&quot;).  By default, folders and directories are
12130 mixed together.  The
12131 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
12132 configuration option can be used to group directories toward the 
12133 beginning or end of the list.
12136 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
12137 commands change the &quot;selected&quot; (i.e., highlighted) folder or
12138 directory, and the View Fldr/Dir commands will &quot;open&quot; the
12139 selected item.  Folder and directory management is provided via the
12140 Rename, Delete and Add commands.
12142 <P><CENTER>About Folders</CENTER>
12143 What are Folders?<P>
12145 Folders are simply files where messages are kept.  Every message has to be
12146 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
12147 folder for sent mail and a folder for saved messages.<P>
12149 You may create as many other folders as you wish.  They must be given
12150 names that can be filenames on the filesystem.  
12153 You can move messages from one folder to another by opening the original
12154 folder and saving messages into the other folder just as you can save
12155 message from your INBOX to any other folder.<P>
12157 Folders are typically just files in the filesystem.  However, the files
12158 that are
12159 folders have some special formatting in them (so that Alpine knows where one
12160 message ends and another begins) and should <EM>not</EM> be edited outside of
12161 Alpine.  If you want copies of your messages in text files that you can edit
12162 or otherwise manipulate, use the Export command to copy them from Alpine into
12163 your regular file area.
12166 FOR MORE INFORMATION: See the section on
12167 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12169 <CENTER>About Directories</CENTER>
12171 A directory is simply a container used to group folders within a
12172 folder list.  You can create as many directories as you like.  And 
12173 directories can even contain directories themselves.
12176 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
12177 to note that not all IMAP servers support directories.  If you find that
12178 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
12179 then it's likely that directories are not supported by the server serving
12180 in that collection.
12183 Similarly, servers that do provide for directories may not do so in
12184 the same way.  On some servers, for example, each folder name you
12185 create is at the same time capable of being a directory.  When this
12186 happens, Alpine will display both the folder name and the name of the
12187 directory (with trailing hierarchy delimiter) in the folder list.
12190 Another issue with IMAP access, though with a much smaller set of servers,
12191 is that not all servers accept the request to list out the available
12192 folders and directories in the same way.  If you find yourself having
12193 trouble viewing folders on your server, you might investigate the
12194 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
12195 feature.
12197 <UL>
12198 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12199 </UL>
12201 &lt;End of help on this topic&gt;
12202 </BODY>
12203 </HTML>
12204 ========= h_valid_folder_names ========
12205 <HTML>
12206 <HEAD>
12207 <TITLE>Explanation of Valid Folder Names</TITLE>
12208 </HEAD>
12209 <BODY>
12210 <H1>Folder Name Syntax Explained</H1>
12212 Once your folder collections are defined, you can usually refer to
12213 folders by their simple (unqualified) name, or pick from a FOLDER LIST
12214 display.  However, understanding the complete syntax for folder names,
12215 both local and remote, is handy when using the Goto command and when
12216 you are adding new folder collections via the Setups/collectionList screen.
12218 An Alpine folder name looks like
12221 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
12224 The square brackets ([]) mean that the part is optional.
12227 If there is no remote-specification, then the folder name is interpreted
12228 locally on the computer running Alpine.
12229 Local folder names depend on the operating system used by the computer 
12230 running Alpine, as well as the configuration of that system.  For example,
12231 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
12232 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
12233 system running Unix.
12236 Alpine users have the option of using folders that are stored on some other
12237 computer.  Alpine accesses remote folders via IMAP (the Internet Message
12238 Access Protocol), or in the case of news, via NNTP (the Network News
12239 Transport Protocol).  To be able to access remote folders in Alpine, the
12240 remote host must be running the appropriate server software (imapd or
12241 nntpd) and you must correctly specify the name of the folder to Alpine,
12242 including the domain name of the remote machine. For example,
12244 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
12246 could be a remote folder specification, and so could
12248 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
12251 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
12253 Note that in the case of remote folders, the directory/file path in the specification is 
12254 determined by the operating system of the remote computer, <B>not</B> by
12255 the operating system of the computer on which you are running Alpine.
12257 As you can tell, the name of the computer is in &#123;} brackets
12258 followed immediately by the name of the folder.  (In each of these cases the
12259 optional namespace is missing.)  If, as in these
12260 examples, there is no remote access protocol specified, then IMAP is
12261 assumed.  Check
12262 <A HREF="h_folder_server_syntax">here</A>
12263 for a more detailed look at what options can be placed between the brackets.
12264 If there are no brackets at all, then the folder name is interpreted locally
12265 on the computer on which you are running Alpine.
12268 To the right of the brackets when a server name is present, or at the
12269 start of the foldername if no server is present, the sharp sign,
12270 &quot;#&quot;, holds special meaning.  It indicates a folder name
12271 outside the area reserved for your personal folders.  In fact, it's
12272 used to indicate both the name of the folder, and a special phrase
12273 telling Alpine how to interpret the name that follows.
12276 So, for example, Alpine can be used to access a newsgroup that might be 
12277 available on your computer using:
12279 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12281 The sharp sign indicates the folder name is outside your personal
12282 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
12283 interpret the remainder of the name as a newsgroup.
12286 Similarly, to access a newsgroup on your IMAP server, you might
12287 use something like:
12289 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
12292 There are a number of such special phrases (or &quot;namespaces&quot;)
12293 available.  For a more detailed explanation read about
12294 <A HREF="h_folder_name_namespaces">Namespaces</A>.
12297 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
12298 names.  The name INBOX refers to your &quot;principal incoming
12299 message folder&quot; and will be mapped to the actual file name used for your
12300 INBOX on any given host.  Therefore, a name like
12301 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
12302 store incoming mail for you on that particular host.
12305 &lt;End of help on this topic&gt;
12306 </BODY>
12307 </HTML>
12308 ======= h_folder_name_namespaces =======
12309 <HTML>
12310 <HEAD>
12311 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
12312 </HEAD>
12313 <BODY>
12314 <H1>Folder Name Namespaces Explained</H1>
12316 An Alpine folder name looks like
12319 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
12322 The local part of a folder name has an optional &quot;Namespace&quot; which
12323 tells Alpine how to interpret the rest of the name.
12325 <P> 
12326 By default the folder name is interpreted as defining a section of your personal
12327 folder area.  This area and how you specify it are defined by the
12328 server, if one is specified, or, typically, the home
12329 directory, if no server is defined.
12332 If a namespace is specified, it begins with the
12333 sharp, &quot;#&quot;, character followed by the name of the namespace
12334 and then the namespace's path-element-delimiter.  Aside from the
12335 path's format, namespaces can also imply access rights, content
12336 policy, audience, location, and, occasionally, access methods.
12339 Each server exports its own set (possibly of size one) of 
12340 namespaces.  Hence, it's likely communication with your server's
12341 administrator will be required for specific configurations.  Some of
12342 the more common namespaces, however, include:
12344 <DL>
12345 <DT>#news.</DT>
12346 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
12347 names are hierarchically defined with each level delimited by a period.
12349 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12351 </DD>
12352 <DT>#public/</DT>
12353 <DD>This specifies a folder area that the server may export to the general
12354 public.
12355 </DD>
12356 <DT>#shared/</DT>
12357 <DD>This specifies a folder area that the server may export to groups
12358 of users.
12359 </DD>
12360 <DT>#ftp/</DT>
12361 <DD>This specifies a folder area that is the same as that it may have 
12362 exported via the &quot;File Transfer Protocol&quot;.
12363 </DD>
12364 <DT>#mh/</DT>
12365 <DD>This specifies the personal folder area associated with folders
12366 and directories that were created using the MH message handling system.
12367 </DD>
12368 <DT>#move/</DT>
12369 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
12371 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
12373 The #move namespace is followed by two folder names separated by a delimiter
12374 character.
12375 The delimiter character may be any character that does not appear in
12376 the MailDropFolder name.
12377 The meaning of #move is that mail will be copied from the MailDropFolder to
12378 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
12379 Periodic checks at frequency
12380 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
12381 time between checks set by
12382 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
12383 are made for new mail arriving in the MailDropFolder.
12384 An example that copies mail from a POP inbox to a local folder follows
12386 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
12388 To you it appears that mail is being delivered to the local folder when it
12389 is copied from the MailDropFolder, and you read mail from the local folder.
12391 Note that if the DestinationFolder does not exist then the messages are not
12392 copied from the MailDropFolder.
12393 A #move folder may only be used as an
12394 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
12395 an Inbox.
12396 When you are in the FOLDER LIST of Incoming Message Folders (after turning
12397 on the
12398 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
12399 option)
12400 the Add command has a subcommand &quot;Use Mail Drop&quot;
12401 which may be helpful for defining the folder in your Alpine configuration.
12402 The same is true when you edit the
12403 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
12404 option in Setup/Config.
12405 Each of these configuration methods will also create the DestinationFolder
12406 if it doesn't already exist.
12407 If you are having problems, make sure the DestinationFolder exists.
12408 You may find some more useful information about Mail Drops at
12409 <A HREF="h_maildrop">What is a Mail Drop?</A>.
12410 </DD>
12411 </DL>
12414 In addition, the server may support access to other user's folders,
12415 provided you have suitable permissions.  Common methods use a prefix
12416 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
12417 indicate the root of the other user's folder area.
12420 No, nothing's simple.
12423 &lt;End of help on this topic&gt;
12424 </BODY>
12425 </HTML>
12426 ============= h_whatis_vcard ========================
12427 <HTML>
12428 <HEAD>
12429 <TITLE>VCARD EXPLAINED</TITLE>
12430 </HEAD>
12431 <BODY>
12432 <H1>What is the vCard format?</H1>
12433 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
12434 information about and among people and organizations electronically.  
12435 More information about vCard can be found (as of May 1998) on the WWW site 
12436 of the Internet Mail Consortium at the URL:
12438 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
12440 &lt;End of help on this topic&gt;
12441 </BODY>
12442 </HTML>
12443 ===== h_folder_open =====
12444 <HTML>
12445 <HEAD>
12446 <TITLE>Explanation of Folder Selection</TITLE>
12447 </HEAD>
12448 <BODY>
12449 <BR>
12450 <BR>
12451 This screen is designed to allow you to quickly and easily survey your
12452 folders and select one to open.
12453 <!--chtml if pinemode="function_key"-->
12454 <PRE>
12455 Navigating the List of Folders             General Alpine Commands
12456 ------------------------------             -----------------------
12457  P   Move to previous folder               ?   Show this help text
12458  N   Move to next folder
12459  -   Show previous screen of folders
12460 Spc  (space bar) Show next screen
12461  W   WhereIs (search folder names)
12463 Folder Selection Commands
12464 -------------------------
12465  E   Exit the Folder Select menu (without selecting a folder)
12466  S   Select the currently highlighted folder
12467 </PRE>
12468 <!--chtml else-->
12469 <PRE>
12470 Navigating the List of Folders             General Alpine Commands
12471 ------------------------------             -----------------------
12472 F5   Move to previous folder               F1  Show this help text
12473 F6   Move to next folder
12474 F7   Show previous screen of folders
12475 F8   Show next screen of folders
12476 F12  WhereIs (search folder names)
12478 Folder Selection Commands
12479 -------------------------
12480 F3   Exit the Folder Select menu (without selecting a folder)
12481 F4   Select the currently highlighted folder
12482 </PRE>
12483 <!--chtml endif-->
12485 FOR MORE INFORMATION: See the section on
12486 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12488 &lt;End of help on this topic&gt;
12489 </BODY>
12490 </HTML>
12491 ===== h_folder_subscribe =====
12492 <HTML>
12493 <HEAD>
12494 <TITLE>Newsgroup Subscribe Screen explained</TITLE>
12495 </HEAD>
12496 <BODY>
12497 <H1>FOLDER SUBSCRIBE HELP</H1>
12499 This screen is designed to help you subscribe to newsgroups you are
12500 not currently subscribed to.  The screen display is a list of all
12501 available newsgroups (or possibly a partial list if you specified a
12502 partial name when entering the screen).  Groups you have already
12503 subscribed to have the letters &quot;SUB&quot; next to them.  You may
12504 select a single new group to subscribe to by moving the cursor to that
12505 group and pressing &quot;S&quot; or carriage return.  Alternatively,
12506 you may change into ListMode with the &quot;ListMode&quot; command.
12507 The display will change slightly so that each group has a checkbox in
12508 front of it.  Use the cursor and the Set/Unset command to place an
12509 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
12512 When you are finished marking groups, the &quot;Subscribe&quot;
12513 command will subscribe you to those groups you have marked.  Note, you
12514 may not unsubscribe to groups with this command.  Instead of the
12515 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
12516 UnSbscrbe command.
12519 <!--chtml if pinemode="function_key"-->
12520 <PRE>
12521 Navigating the List of Newsgroups          General Alpine Commands
12522 ---------------------------------          -----------------------
12523 F5   Move to previous group                F1   Show this help text
12524 F6   Move to next group
12525 F7   Show previous screen of groups
12526 F8   Show next screen of groups
12527 F12  WhereIs (search group names)
12528 F9   Use ListMode
12530 Group Selection Commands
12531 -------------------------
12532 F3  Exit the News Subscribe menu (without selecting any groups)
12533 F4  Subscribe to the currently highlighted newsgroup
12534 </PRE>
12535 <!--chtml else-->
12536 <PRE>
12537 Navigating the List of Newsgroups          General Alpine Commands
12538 ---------------------------------          -----------------------
12539  P   Move to previous group                ?   Show this help text
12540  N   Move to next group
12541  -   Show previous screen of groups
12542 Spc  (space bar) Show next screen
12543  W   WhereIs (search group names)
12544  L   Use ListMode
12546 Group Selection Commands
12547 -------------------------
12548  E   Exit the News Subscribe menu (without selecting any groups)
12549  S   Subscribe to the currently highlighted newsgroup
12550 </PRE>
12551 <!--chtml endif-->
12553 When in ListMode, there is an additional command for marking groups to
12554 subscribe to:
12556 <!--chtml if pinemode="function_key"-->
12557 <PRE>
12558 ListMode Commands
12559 -------------------------
12560 F9  Set or unset the highlighted group
12561 </PRE>
12562 <!--chtml else-->
12563 <PRE>
12564 ListMode Commands
12565 -------------------------
12566 X   Set or unset the highlighted group
12567 </PRE>
12568 <!--chtml endif-->
12570 &lt;End of help on this topic&gt;
12571 </BODY>
12572 </HTML>
12573 ===== h_folder_postnews =====
12574 <HTML>
12575 <HEAD>
12576 <TITLE>Newsgroup selecting for Posting explained</TITLE>
12577 </HEAD>
12578 <BODY>
12579 This screen is designed to allow you to quickly and easily survey
12580 the available newsgroups and select one to post news to.
12582 <!--chtml if pinemode="function_key"-->
12583 <PRE>
12584 Navigating the List of Newsgroups          General Alpine Commands
12585 ---------------------------------          -----------------------
12586 F5   Move to previous group                F1  Show this help text
12587 F6   Move to next group
12588 F7   Show previous screen of groups
12589 F8   Show next screen of groups
12590 F12  WhereIs (search group names)
12592 Group Selection Commands
12593 -------------------------
12594 F3   Exit the Selection menu (without selecting a group)
12595 F4   Select the currently highlighted newsgroup
12596 </PRE>
12597 <!--chtml else-->
12598 <PRE>
12599 Navigating the List of Newsgroups          General Alpine Commands
12600 ---------------------------------          -----------------------
12601  P   Move to previous group                ?  Show this help text
12602  N   Move to next group
12603  -   Show previous screen of groups
12604 Spc  (space bar) Show next screen of groups
12605  W   WhereIs (search group names)
12607 Group Selection Commands
12608 -------------------------
12609  E   Exit the Selection menu (without selecting a group)
12610  S   Select the currently highlighted newsgroup
12611 </PRE>
12612 <!--chtml endif-->
12614 &lt;End of help on this topic&gt;
12615 </BODY>
12616 </HTML>
12617 ===== h_folder_save =====
12618 <HTML>
12619 <HEAD>
12620 <TITLE>Folder Select for Save Explained</TITLE>
12621 </HEAD>
12622 <BODY>
12623 This screen is designed to allow you to quickly and easily survey your
12624 folders and select one to use for saving the current message.
12627 <!--chtml if pinemode="function_key"-->
12628 <PRE>
12629 Navigating the List of Folders             General Alpine Commands
12630 ------------------------------             -----------------------
12631 F5   Move to previous folder               F1  Show this help text
12632 F6   Move to next folder
12633 F7   Show previous screen of folders
12634 F8   Show next screen of folders
12635 F12  WhereIs (search folder names)
12637 Folder Selection Commands
12638 -------------------------
12639 F3   Exit the Folder Select menu (without selecting a folder)
12640 F4   Select the currently highlighted folder
12641 F11  AddNew folder (just like Select, but you type in a new folder name)
12642 </PRE>
12643 <!--chtml else-->
12644 <PRE>
12645 Navigating the List of Folders             General Alpine Commands
12646 ------------------------------             -----------------------
12647  P   Move to previous folder               ?  Show this help text
12648  N   Move to next folder
12649  -   Show previous screen of folders
12650 Spc  (space bar) Show next screen of folders
12651  W   WhereIs (search folder names)
12653 Folder Selection Commands
12654 -------------------------
12655  E   Exit the Folder Select menu (without selecting a folder)
12656  S   Select the currently highlighted folder
12657  A   AddNew folder (just like Select, but you type in a new folder name)
12658 </PRE>
12659 <!--chtml endif-->
12661 FOR MORE INFORMATION: See the section on
12662 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12664 &lt;End of help on this topic&gt;
12665 </BODY>
12666 </HTML>
12667 ===== h_folder_fcc =====
12668 <HTML>
12669 <HEAD>
12670 <TITLE>Folder Select for Fcc Explained</TITLE>
12671 </HEAD>
12672 <BODY>
12673 This screen is designed to allow you to quickly and easily survey your
12674 folders and select one to use as the file carbon copy (fcc) for the
12675 current message.
12678 <!--chtml if pinemode="function_key"-->
12679 <PRE>
12680 Navigating the List of Folders             General Alpine Commands
12681 ------------------------------             -----------------------
12682 F5   Move to previous folder               F1  Show this help text
12683 F6   Move to next folder
12684 F7   Show previous screen of folders
12685 F8   Show next screen of folders
12686 F12  WhereIs (search folder names)
12688 Folder Selection Commands
12689 -------------------------
12690 F3   Exit the Folder Select menu (without selecting a folder)
12691 F4   Select the currently highlighted folder
12692 F11  AddNew folder (just like Select, but you type in a new folder name)
12693 </PRE>
12694 <!--chtml else-->
12695 <PRE>
12696 Navigating the List of Folders             General Alpine Commands
12697 ------------------------------             -----------------------
12698  P   Move to previous folder               ?  Show this help text
12699  N   Move to next folder
12700  -   Show previous screen of folders
12701 Spc  (space bar) Show next screen of folders
12702  W   WhereIs (search folder names)
12704 Folder Selection Commands
12705 -------------------------
12706  E   Exit the Folder Select menu (without selecting a folder)
12707  S   Select the currently highlighted folder
12708  A   AddNew folder (just like Select, but you type in a new folder name)
12709 </PRE>
12710 <!--chtml endif-->
12712 FOR MORE INFORMATION: See the section on
12713 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12715 &lt;End of help on this topic&gt;
12716 </BODY>
12717 </HTML>
12718 ===== h_folder_pattern_roles =====
12719 <HTML>
12720 <HEAD>
12721 <TITLE>Folder Select for Current Folder Explained</TITLE>
12722 </HEAD>
12723 <BODY>
12724 This screen is designed to allow you to quickly and easily survey your
12725 folders and select one to use as the specific Current Folder
12726 in a Pattern.
12729 <!--chtml if pinemode="function_key"-->
12730 <PRE>
12731 Navigating the List of Folders             General Alpine Commands
12732 ------------------------------             -----------------------
12733 F5   Move to previous folder               F1  Show this help text
12734 F6   Move to next folder
12735 F7   Show previous screen of folders
12736 F8   Show next screen of folders
12737 F12  WhereIs (search folder names)
12739 Folder Selection Commands
12740 -------------------------
12741 F3   Exit the Folder Select menu (without selecting a folder)
12742 F4   Select the currently highlighted folder
12743 F11  AddNew folder (just like Select, but you type in a new folder name)
12744 </PRE>
12745 <!--chtml else-->
12746 <PRE>
12747 Navigating the List of Folders             General Alpine Commands
12748 ------------------------------             -----------------------
12749  P   Move to previous folder               ?  Show this help text
12750  N   Move to next folder
12751  -   Show previous screen of folders
12752 Spc  (space bar) Show next screen of folders
12753  W   WhereIs (search folder names)
12755 Folder Selection Commands
12756 -------------------------
12757  E   Exit the Folder Select menu (without selecting a folder)
12758  S   Select the currently highlighted folder
12759  A   AddNew folder (just like Select, but you type in a new folder name)
12760 </PRE>
12761 <!--chtml endif-->
12763 FOR MORE INFORMATION: See the section on
12764 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12766 &lt;End of help on this topic&gt;
12767 </BODY>
12768 </HTML>
12769 ===== h_folder_stayopen_folders =====
12770 <HTML>
12771 <HEAD>
12772 <TITLE>Folder Select Explained</TITLE>
12773 </HEAD>
12774 <BODY>
12775 This screen is designed to allow you to quickly and easily survey your
12776 folders and select one to use as a Stay-Open folder.
12779 <!--chtml if pinemode="function_key"-->
12780 <PRE>
12781 Navigating the List of Folders             General Alpine Commands
12782 ------------------------------             -----------------------
12783 F5   Move to previous folder               F1  Show this help text
12784 F6   Move to next folder
12785 F7   Show previous screen of folders
12786 F8   Show next screen of folders
12787 F12  WhereIs (search folder names)
12789 Folder Selection Commands
12790 -------------------------
12791 F3   Exit the Folder Select menu (without selecting a folder)
12792 F4   Select the currently highlighted folder
12793 F11  AddNew folder (just like Select, but you type in a new folder name)
12794 </PRE>
12795 <!--chtml else-->
12796 <PRE>
12797 Navigating the List of Folders             General Alpine Commands
12798 ------------------------------             -----------------------
12799  P   Move to previous folder               ?  Show this help text
12800  N   Move to next folder
12801  -   Show previous screen of folders
12802 Spc  (space bar) Show next screen of folders
12803  W   WhereIs (search folder names)
12805 Folder Selection Commands
12806 -------------------------
12807  E   Exit the Folder Select menu (without selecting a folder)
12808  S   Select the currently highlighted folder
12809  A   AddNew folder (just like Select, but you type in a new folder name)
12810 </PRE>
12811 <!--chtml endif-->
12813 FOR MORE INFORMATION: See the section on
12814 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12816 &lt;End of help on this topic&gt;
12817 </BODY>
12818 </HTML>
12819 ===== h_folder_action_roles =====
12820 <HTML>
12821 <HEAD>
12822 <TITLE>Folder Select Explained</TITLE>
12823 </HEAD>
12824 <BODY>
12825 This screen is designed to allow you to quickly and easily survey your
12826 folders and select one to use as the folder into which messages
12827 matching this filter will be moved.
12830 <!--chtml if pinemode="function_key"-->
12831 <PRE>
12832 Navigating the List of Folders             General Alpine Commands
12833 ------------------------------             -----------------------
12834 F5   Move to previous folder               F1  Show this help text
12835 F6   Move to next folder
12836 F7   Show previous screen of folders
12837 F8   Show next screen of folders
12838 F12  WhereIs (search folder names)
12840 Folder Selection Commands
12841 -------------------------
12842 F3   Exit the Folder Select menu (without selecting a folder)
12843 F4   Select the currently highlighted folder
12844 F11  AddNew folder (just like Select, but you type in a new folder name)
12845 </PRE>
12846 <!--chtml else-->
12847 <PRE>
12848 Navigating the List of Folders             General Alpine Commands
12849 ------------------------------             -----------------------
12850  P   Move to previous folder               ?  Show this help text
12851  N   Move to next folder
12852  -   Show previous screen of folders
12853 Spc  (space bar) Show next screen of folders
12854  W   WhereIs (search folder names)
12856 Folder Selection Commands
12857 -------------------------
12858  E   Exit the Folder Select menu (without selecting a folder)
12859  S   Select the currently highlighted folder
12860  A   AddNew folder (just like Select, but you type in a new folder name)
12861 </PRE>
12862 <!--chtml endif-->
12864 FOR MORE INFORMATION: See the section on
12865 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12867 &lt;End of help on this topic&gt;
12868 </BODY>
12869 </HTML>
12870 ===== h_abook_config =====
12871 <HTML>
12872 <HEAD>
12873 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
12874 </HEAD>
12875 <BODY>
12876 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
12877 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
12878 <!--chtml if pinemode="function_key"-->
12879 <PRE>
12880 Available  Commands                        
12881 -------------------------------            
12882 F1  Show Help Text                         
12883 F3  Back to MAIN Alpine menu                 
12884 F4  Change configuration for address book  
12885 F5  Move to previous address book          
12886 F6  Move to next address book              
12887 F7  Previous page of address books         
12888 F8  Next page of address books             
12889 F9  Add new address book                   
12890 F10 Delete existing address book           
12891 F11 Shuffle the order of address books     
12892 F12 Whereis (search address book titles)   
12893 </PRE>
12894 <!--chtml else-->
12895 <PRE>
12896 Navigation                     General Alpine Commands
12897 -----------------------        -----------------------
12898  P  Prev Address Book           ?  Display this help text
12899  N  Next Address Book           E  Back to MAIN Alpine menu
12900  -  Previous page
12901 Spc (space bar) Next page
12902  W  WhereIs (search for word in address book titles)
12904 Setup Address Books Commands
12905 ------------------------------------------------
12906  A  Add new address book          $  Shuffle the order of address books
12907  D  Delete existing address book  C  Change configuration for address book
12908 </PRE>
12909 <!--chtml endif-->
12911 <H2>Description of the Setup Address Books Screen</H2>
12913 This screen lets you add, delete, modify, or change the order of your
12914 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
12915 fill in.  If you are adding a remote address book on an IMAP server
12916 you should fill in the name of the IMAP server.  Otherwise, leave
12917 that field blank.  (Note that remote IMAP address books are an Alpine
12918 concept and are unlikely to interoperate with other mail clients.)
12919 For a remote address book, fill in the name of the remote folder
12920 in the Folder field.  This should be a folder that is used only for
12921 this one purpose, not a general purpose folder you expect to store
12922 messages in.
12923 <P>If you are adding a local address book, fill in the
12924 Folder Name field with a local file name (e.g., .addressbook).
12926 <B>Please note:</B> Remote address books stored on an IMAP server are 
12927 of an entirely different format (namely, a special-purpose 
12928 &quot;mail folder&quot;) than that of the local addressbook familiar 
12929 to Alpine users.  Therefore, 
12930 you cannot use &quot;add a remote address book&quot; to make an existing 
12931 Alpine .addressbook file you may have on a remote IMAP server accessible to 
12932 Alpine running on a different host.  
12935 The &quot;Del Abook&quot; command allows you to remove an address book
12936 from your configuration.  It will also ask you if you wish to remove
12937 the data for that address book, which would erase all traces of the
12938 address book if you answer Yes.
12941 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
12942 The difference is that instead of adding a new address book to your
12943 configuration, you are changing the configuration of an existing entry.
12944 For example, you might want to correct a typing error or change a
12945 nickname.  The &quot;Change&quot; command is not a move command.  If you
12946 change the folder name or server name the data will not be moved for you.
12949 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
12950 an address book toward another address book in the same group then
12951 the order of those two address books will be swapped.  If you shuffle
12952 the last Personal address book down towards the Global address book
12953 section, it will become a Global address book.  If you shuffle
12954 the first Global address book up it will become a Personal address
12955 book.  The main difference between Personal and Global address
12956 books is that Global address books are forced read-only.
12957 <P><UL>
12958 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12959 </UL>
12961 &lt;End of help on this topic&gt;
12962 </BODY>
12963 </HTML>
12964 ===== h_abook_top =====
12965 <HTML>
12966 <HEAD>
12967 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
12968 </HEAD>
12969 <BODY>
12970 <H1>ADDRESS BOOK LIST COMMANDS</H1>
12971 <!--chtml if pinemode="function_key"-->
12972 <PRE>
12973 Available  Commands -- Group 1         Available Commands -- Group 2
12974 -------------------------------        ------------------------------
12975 F1  Show Help Text                      F1  Show Help Text
12976 F2  See commands in next group          F2  See commands in next group
12977 F3  Exit to MAIN MENU                   F3  Quit Alpine
12978 F4  View/Edit selected address book
12979 F5  Move to previous address book       F5  FOLDER LIST screen
12980 F6  Move to next address book           F6  Specify a folder to go to
12981 F7  Previous page                       F7  MESSAGE INDEX screen
12982 F8  Next page                           F9  Print list of address books
12983 F12 Whereis (search for word)
12984 </PRE>
12985 <!--chtml else-->
12986 <PRE>
12987 Navigation                       General Alpine Commands
12988 -----------------------          -----------------------
12989  P  Previous Entry                ?  Display this help text
12990  N  Next Entry                    O  Show all other available commands
12991  -  Previous page                 &lt;  Back to MAIN Alpine menu
12992 Spc (space bar) Next page         Q  Quit Alpine
12993  W  WhereIs (search for word)     L  FOLDER LIST screen
12994                                   G  Specify a folder to go to
12995 Address Book Commands             I  MESSAGE INDEX screen
12996 ------------------------------------------------
12997  &gt;  View/Edit selected address book
12998               or
12999  &gt;  Search on selected directory server
13001  %  Print list of address books and directory servers
13002 </PRE>
13003 <!--chtml endif-->
13005 <H2>Description of the Address Book List Screen</H2>
13007 From this screen you may choose which address book you wish to view
13008 or edit. For more information on address books, view one of your
13009 address books (with
13010 <!--chtml if pinemode="function_key"-->
13012 <!--chtml else-->
13013 &quot;&gt;&quot;
13014 <!--chtml endif-->)
13015 and see the Help Text there.<P>
13017 You may also choose a directory server on which to search for entries.
13018 You do that by highlighting the directory server line and using
13019 <!--chtml if pinemode="function_key"-->
13021 <!--chtml else-->
13022 &quot;&gt;&quot;
13023 <!--chtml endif-->.<P>
13025 If you wish to define new address books or directory servers go to the Main
13026 menu and choose Setup. You may then either choose to setup AddressBooks or
13027 Directory (among other things). It's possible that the Directory option
13028 will not be there if the Alpine you are using does not contain LDAP directory
13029 lookup functionality.
13031 <P><UL>
13032 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13033 </UL><P>
13034 &lt;End of help on this topic&gt;
13035 </BODY>
13036 </HTML>
13037 ===== h_abook_opened =====
13038 <HTML>
13039 <HEAD>
13040 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
13041 </HEAD>
13042 <BODY>
13043 <H1>THE ALPINE ADDRESS BOOK</H1>
13044 <H2>ADDRESS BOOK COMMANDS</H2>
13045 <PRE>
13046 <!--chtml if pinemode="function_key"-->
13047 Available  Commands -- Group 1         Available Commands -- Group 2   
13048 -------------------------------        ------------------------------  
13049 F1  Show Help Text                      F1  Show Help Text             
13050 F2  See commands in next group          F2  See commands in next group
13051 F3  Exit this screen                    F3  Quit Alpine                  
13052 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
13053 F5  Move to previous entry              F5  FOLDER LIST screen         
13054 F6  Move to next entry                  F6  Specify a folder to go to  
13055 F7  Previous page of address book       F7  MESSAGE INDEX screen        
13056 F8  Next page of address book           F8  Compose to entry using roles
13057 F9  Add new entry to address book       F9  Print address book         
13058 F10 Delete selected entry               F10 TakeAddr to another addrbook
13059 F11 Compose to selected entry           F11 Save or Export addrbook selections
13060 F12 Whereis (search address book)       F12 Forward entry by mail       
13062 Available Commands -- Group 3                                           
13063 ------------------------------                                          
13064 F3  Select                              F6  Zoom (or unZoom)            
13065 F5  Select Current                      F7  Apply Command to Selection  
13066 <!--chtml else-->
13067 Address Book Navigation        General Alpine Commands
13068 -----------------------        -----------------------
13069  P  Prev Address                  ?  Display this help text
13070  N  Next Address                  O  Show all other available commands
13071  -  Previous page of address book M  Back to MAIN MENU
13072 Spc (space bar) Next page         Q  Quit Alpine
13073  W  WhereIs (search for word      C  Compose message to selected addr
13074      or name in address book)     #  Compose to addr using roles
13075  &lt;  To List of Address Books if   L  FOLDER LIST screen
13076      more than one, else to MAIN  G  Specify a folder to go to
13077                                   I  MESSAGE INDEX screen
13079 Address Book Commands
13080 ----------------------------------------------------
13081  &gt;  View/Update selected entry    D  Delete selected entries
13082  %  Print address book            S  Save or Export address book selections
13083  F  Forward entries by mail       @  Add new entry to address book
13085  ;  Select command                Z  Toggle Zoom Mode
13086  :  Select highlighted entry      A  Apply command to selected entries
13088 <!--chtml endif-->
13089 </PRE>
13090 Note:  The presence or absence of the final four commands above is
13091 controlled by the option 
13092 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
13095 <H2>Description of the Address Book Screen</H2>
13097 This screen lets you edit and manage entries in your address book.  It
13098 also acts as a short-cut for composing messages to people in the address
13099 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
13100 message starts &quot;pre-addressed&quot; to whatever address book entry is
13101 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
13102 role to use in your composition.
13104 Alpine's address book helps you keep a list of addresses you send email to so
13105 you do not have to remember addresses that are often complex.  Each entry
13106 in the address book has five fields, all of them optional.  The three
13107 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
13109         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
13110         This is what you type in as you are addressing the message in the
13111         composer.  If there is a matching entry in your address book(s),
13112         Alpine will extract the corresponding FullName and Address fields to
13113         generate the actual address for your message.
13115         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
13116 of the
13117         person or organization.  Usually the full names are put in last
13118         name first so they sort nicely in alphabetical order.  Whatever
13119         you put as the name here will appear on the message when it is
13120         finally delivered.  Examples:<PRE>
13121            Garcia Marquez, Gabriel
13122            Henscheid, Eckhard
13123            Alpine-Info mailing list
13124            Library materials renewal requests
13125            Kim An-guk
13126            &quot;George III, King of Great Britain, 1738-1820&quot;
13127 </PRE>
13128 (In the second-to-last example, no comma is used in the name so that 
13129 the family name appears first in the address book and when the entry is 
13130 used in the composer.
13131 In the last example, retaining the commas is intended; 
13132 double-quotation marks surround the name to 
13133 prevent the transposition of its parts when the entry is used in 
13134 the composer.)
13136         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
13137         a valid Internet address that conforms to the Internet message
13138         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
13140 The two fields that aren't usually visible are:<DL>
13142   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
13143         message to this address to be saved in.  If this field is set, and
13144         this address is the first one in the message's To: header, then
13145         Alpine will use this folder name for the FCC in lieu of the normal
13146         FCC folder name.
13148   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
13149         </DL>
13151 Due to screen width limitations, these last two fields do not show up in
13152 the normal ADDRESS BOOK display.  You may select the 
13153 &quot;View/Update&quot; command to
13154 view or modify them.  You may use the configuration variable
13155 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
13156 to add these fields to your ADDRESS BOOK 
13157 display, or to modify the format of the display.
13159 <H2>Sorting the Address book</H2>
13161 By default, address book entries are sorted alphabetically on the full
13162 name with distribution lists sorted to the end.  Sorting can be changed by
13163 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
13164 --assuming you have &quot;write&quot; permission for the address book file.
13166 Unlike the sorting of folders (which only changes presentation), sorting an
13167 address book actually changes the file as it is kept on the computer.  For
13168 this reason you won't be able to sort a shared or system-wide address
13169 book.
13171 <H2>Adding New Entries</H2>
13173 The easiest way to add new entries to your address book is to use the
13174 &quot;TakeAddr&quot; command when viewing a message.
13175 This command allows you to take addresses from the header and body of the
13176 message and put them into your address book, without having to type
13177 them in.
13180 To manually add a new entry from within the address book screen, use the AddNew
13181 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
13182 Use this command both for adding a simple alias and for adding a
13183 distribution list.
13185 <H2>Distribution Lists</H2>
13187 Address book entries can be simple cases of aliases (a single nickname is linked
13188 to a single email address) or distribution lists (a single nickname
13189 pointing at more than one email address).  Each distribution list has a
13190 nickname, a full name and a list of addresses.  The addresses may be
13191 actual addresses or they may be other nicknames in your address book.
13192 They may even refer to other distribution lists.
13193 There's really no difference between a simple alias and a distribution list,
13194 other than the number of addresses.
13195 Therefore, you can turn a simple alias with one address into a distribution
13196 list simply by adding more addresses.
13197 To add entries to an existing list or alias
13198 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
13199 a single address from the list if the cursor is placed on the address;
13200 it will delete the entire distribution list if the cursor is on the
13201 nickname/fullname line.  View/Update may also be used to delete addresses
13202 from a list.
13204 Address field entries in distribution lists may take any one of three
13205 forms: a nickname existing in any of the defined address books, a normal
13206 address of the form &quot;jsmith@art.example.com&quot;, or a complete
13207 fullname/address combination, e.g. &quot;John Smith
13208 &lt;jsmith@art.example.com&gt;&quot;.
13210 Distribution lists in Alpine address books can only be used by the person or
13211 people who have access to that address book.  They are not usually used to
13212 implement discussion groups, but can be used to facilitate small
13213 discussion groups if all the participants have access to the same shared
13214 address book.
13216 <H2>FCC and Comments</H2>
13218 As mentioned above, each entry in the address book also has two other optional
13219 fields, Fcc and Comments.  The command to look at or change either of these
13220 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
13221 Comments field is just for your own use.  The Fcc field overrides the
13222 default Fcc if this address is the first one on the To line.  The WhereIs
13223 command may be used to search for particular strings in the address book,
13224 including fields that are not visible (like Comment and Fcc by default).
13226 <H2>Aggregate Operations</H2>
13228 If the feature
13229 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
13230 is turned on (the default), then the four commands &quot;Select&quot;,
13231 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
13232 are available.  The two selection commands allow you to mark a set of
13233 address book entries as being selected.  If you have more than one address
13234 book, the selections may be in more than one of those address books.
13235 The &quot;Zoom&quot; command will toggle between displaying only the selected
13236 entries and all of the entries.  The &quot;Apply&quot; command allows you to
13237 apply one of the regular address book commands to all of the selected
13238 entries.  Usually the address book commands apply to only the entry
13239 highlighted by the cursor.  The &quot;Apply&quot; command works with the
13240 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
13241 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
13243 <H2>Exporting and Forwarding Address book entries</H2>
13245 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
13246 address book entry is placed in a plain text file in your home directory
13247 <!--chtml if pinemode="running"-->
13248 (which, in the present configuration of your system, is
13249  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13250 <!--chtml endif-->
13251 or current working directory
13252 <!--chtml if pinemode="running"-->
13253 (which, at least for your current Alpine &quot;session,&quot; 
13254 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13255 <!--chtml endif-->, depending on the 
13256 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13257 configuration setting.  If you have some entries selected and use the
13258 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
13259 placed in the text file.
13261 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
13262 address book entry is placed in a special attachment and you are put into
13263 the composer.  You can fill in some comments in the body of the message,
13264 if you'd like, and send it to somebody else who uses Alpine.  The recipient
13265 may use the TakeAddr command on that message to insert the address book
13266 entry you sent in their own address book.  If you have some entries
13267 selected and use the Apply Forward command all of the selected entries
13268 will be forwarded in a single message.  You may
13269 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.
13270 The recipient must be using Alpine in order to receive this correctly.
13271 One way for the recipient to handle this might be to create an empty
13272 address book and then &quot;Take&quot; your forwarded address book entries into
13273 that empty address book.
13275 <H2>Multiple and/or Site-Wide Address books</H2>
13277 You may have more than one personal address book.  In addition, there may
13278 be one or more global address books.  This capability allows you to have
13279 multiple personal address books (some of which may be shared) and it also
13280 allows system administrators to implement site-wide address books that
13281 contain entries for users on multiple machines within the organization.
13282 <P><DL>
13283 <DT>Searching
13284   <DD> If you enter a nickname when composing a message, your
13285   personal address books will be searched through in order, and then the
13286   global address book(s) searched. If more than one address book has an entry
13287   for the nickname, Alpine uses the first one that it finds, so an entry in
13288   your personal address book would override a global address book entry. If
13289   after searching all the address books there is still no match, (Unix) Alpine
13290   then searches the local host password file on the assumption that you have
13291   entered a local user name rather than an address book nickname.
13292   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
13293   command, but global address books are always searched after personal
13294   address books.
13296   <P><DT>Tab completion
13297   <DD> If the
13298   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
13299   feature is turned on (the default) then the Tab key may be used
13300   in the composer to complete partially typed nicknames in the To
13301   or Cc lines. You type the first few letters of a nickname and then
13302   press the Tab key. It there is only one nickname that matches it will
13303   be filled in by Alpine. If there is more than one the unambiguous part
13304   of the nicknames will be filled in. For example, if your address book or
13305   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
13306   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
13307   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
13308   If you then type a second Tab character you will be presented with a list
13309   of matching nicknames to select from. Alternatively, you could type another
13310   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
13311   in the entire &quot;barbecue&quot; entry.
13313   <P><DT>Defining
13314   <DD> You define multiple personal address books in the 
13315   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
13316   from the MAIN MENU.  
13317   You may add as many as you like.  Global address books are usually
13318   site-wide address books defined by the System administrator, but
13319   you may define global address books of your own just like you define
13320   personal address books.
13322   <P><DT>Creating and updating
13323   <DD> Personal address books are normally created empty
13324   and populated by explicit additions from within Alpine, e.g. via the
13325   TakeAddr command.  Unlike personal address books, global address books may
13326   not be modified/updated from within Alpine; that is, they are Read-Only.
13327   Thus, global address books are created, populated and updated outside of
13328   Alpine. They might be hand-edited, generated by a program from another
13329   database, or by copying an existing address book.  They might also be
13330   some other user's personal address book, and so be modified normally by
13331   that user but accessed Read-Only by you.  See the Alpine Technical
13332   Notes document (included in the Alpine distribution) for more information on
13333   this.
13335   <P><DT>Accessing
13336   <DD>There are two different types of address books in Alpine.
13337   A local address book is stored in a regular file and the normal file
13338   access permissions apply.  A remote address book is stored on an IMAP
13339   server in a special folder that contains only messages pertaining to
13340   that address book.  The last message in the remote folder contains a
13341   copy of the address book data, and that data is copied to a local cache
13342   file in your home directory.  From there it is accessed just like a local
13343   address book.  The name of the cache file is kept track of in a special
13344   file called the
13345   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
13346   the name of which is stored in
13347   your Alpine configuration file the first time you use a remote address book.
13348   Just as local Alpine address books use a format that only Alpine understands,
13349   remote Alpine address books do the same and other mail reading programs
13350   are unlikely to be able to understand them.<P>
13351   While global address books are explicitly intended to be shared, there is
13352   nothing to prevent you from sharing a personal address book with other
13353   Alpine users. This might be useful in the case of a small workgroup.
13354   However, it is recommended that updates to shared personal address books
13355   be done when other Alpine users are not accessing the address book. Alpine
13356   does not do any file-locking to manage concurrent updates to the
13357   addressbook, but it does check to see if the file has been modified before
13358   making any changes.  Consequently, inadvertent concurrent updates will
13359   only cause other Alpine users to have to restart their address book
13360   operation, which will cause Alpine to reopen the updated file.
13362   <P><DT>Converting to Remote
13363   <DD>The easiest way to convert an existing local
13364   address book into a remote address book is to create an empty new remote
13365   personal address book by typing &quot;A&quot; to execute the
13366   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
13367   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
13368   address book.
13369   After you have added the empty
13370   remote address book, go into the screen for the address book you wish
13371   to copy and &quot;Select&quot; &quot;All&quot;.
13372   This selects every entry in that
13373   address book.  Then type the command &quot;Apply Save&quot;.
13374   You will be asked for the address book to save to.  You may use ^P and ^N
13375   to get to the new empty address book, then hit RETURN and the addresses
13376   will be copied.
13377   At this point you'll probably want to unselect all the entries in the local
13378   address book before proceeding. You do that with
13379   &quot;Select&quot; &quot;unselect All&quot;.
13381 </DL>
13382 <UL>
13383 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13384 </UL>
13385 <P><UL>
13386 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13387 </UL>
13389 &lt;End of help on this topic&gt;
13390 </BODY>
13391 </HTML>
13392 ===== h_abook_select_addr =====
13393 <HTML>
13394 <HEAD>
13395 <TITLE>Addressbook Selection Explained</TITLE>
13396 </HEAD>
13397 <BODY>
13398 <H1>SELECT ADDRESS</H1>
13399 <!--chtml if pinemode="function_key"-->
13400 <PRE>
13401 Navigating the List of Messages               General Alpine Commands
13402 -------------------------------               -----------------------
13403 F5   Move to previous entry                   F1  Show this help text
13404 F6   Move to next entry
13405 F7   Show previous screen of address book
13406 F8   Show next screen of address book
13407 F12  WhereIs (search through address book)
13409 Address Selection Commands
13410 --------------------------
13411 F3   Exit the Address Select screen (without selecting an address)
13412 F4   Select the currently highlighted entry
13413 </PRE>
13414 <!--chtml else-->
13415 <PRE>
13416 Navigating the List of Messages               General Alpine Commands
13417 -------------------------------               -----------------------
13418  P   Move to previous entry                    ?  Show this help text
13419  N   Move to next entry
13420  -   Show previous screen of address book
13421 Spc  (space bar) Show next screen of address book
13422  W   WhereIs (search through address book)
13424 Address Selection Commands
13425 --------------------------
13426  E   Exit the Address Select screen (without selecting an address)
13427  S   Select the currently highlighted entry
13428 </PRE>
13429 <!--chtml endif-->
13432 This screen is designed to let you easily scan your address book(s) in
13433 order to select an entry for the message you are composing.  You cannot
13434 edit your address book in any way at this time, for address book
13435 maintenance, select the address book command when not composing a message.
13438 If you are composing a message and know the nickname of the person/list you
13439 want, you can bypass this screen by simply typing in the nickname on the
13440 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13441 selecting an entry does not cancel your message.
13444 FOR MORE INFORMATION on addressing see
13445 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13446 <A HREF="h_abook_opened">Address Book Screen's</A>
13447 help text.
13449 &lt;End of help on this topic&gt;
13450 </BODY>
13451 </HTML>
13452 ===== h_abook_select_top =====
13453 <HTML>
13454 <HEAD>
13455 <TITLE>Addressbook Selection Navigation Explained</TITLE>
13456 </HEAD>
13457 <BODY>
13458 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
13459 <!--chtml if pinemode="function_key"-->
13460 <PRE>
13461 Navigating the List of Address Books       General Alpine Commands
13462 ------------------------------------       -----------------------
13463 F4   View the highlighted address book
13464 F5   Move to previous address book         F1  Show this help text
13465 F6   Move to next address book
13466 F7   Show previous screen of address books
13467 F8   Show next screen of address books
13468 F12  WhereIs (search through address books)
13470 Address Selection Commands
13471 --------------------------
13472 F3   Exit the Address Select screen (without selecting an address)
13473 F4   Select the currently selected entries (if using ListMode)
13474 F9   Change to ListMode
13475 </PRE>
13476 <!--chtml else-->
13477 <PRE>
13478 Navigating the List of Address Books       General Alpine Commands
13479 ------------------------------------       -----------------------
13480  &gt;   View the highlighted address book
13481  P   Move to previous address book         ?  Show this help text
13482  N   Move to next address book
13483  -   Show previous screen of address books
13484 Spc  (space bar) Show next screen of address books
13485  W   WhereIs (search through address books)
13487 Address Selection Commands
13488 --------------------------
13489  E   Exit the Address Select screen (without selecting an address)
13490  S   Select the currently selected entries (if using ListMode)
13491  L   Change to ListMode
13492 </PRE>
13493 <!--chtml endif-->
13496 This screen is designed to let you easily scan your address book(s) in
13497 order to select entries for the message you are composing.  You cannot
13498 edit your address book in any way at this time.  For address book
13499 maintenance, select the address book command when not composing a message.
13502 If you are composing a message and know the nickname of the person/list you
13503 want, you can bypass this screen by simply typing in the nickname on the
13504 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13505 selecting an entry does not cancel your message.
13508 The ListMode command will add a column at the left edge of the screen.
13509 You mark the entries that you wish to select with the &quot;X&quot; command.
13510 This allows you to choose more than one entry at a time.
13513 An alternative method of composing a message to entries in your
13514 address book(s) is to first use the &quot;Select&quot; command from
13515 the address book maintenance screen and then the &quot;Apply&quot;
13516 &quot;ComposeTo&quot; command to start the composer composing to the
13517 selected entries.
13520 FOR MORE INFORMATION on addressing see
13521 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13522 <A HREF="h_abook_opened">Address Book Screen's</A>
13523 help text.
13525 &lt;End of help on this topic&gt;
13526 </BODY>
13527 </HTML>
13528 ===== h_abook_select_listmode =====
13529 <HTML>
13530 <HEAD>
13531 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
13532 </HEAD>
13533 <BODY>
13534 <H1>COMPOSER: SELECT ADDRESSES</H1>
13535 <!--chtml if pinemode="function_key"-->
13536 <PRE>
13537 Navigating the List of Messages                 General Alpine Commands
13538 -------------------------------                 -----------------------
13539 F5   Move to previous entry                     F1  Show this help text
13540 F6   Move to next entry
13541 F7   Show previous screen of address book
13542 F8   Show next screen of address book
13543 F12  WhereIs (search through address book)
13545 Address Selection Commands
13546 --------------------------
13547 F3   Exit the Address Select screen (without selecting an address)
13548 F4   Select the currently highlighted entry
13549 F9   Change to ListMode
13550 </PRE>
13551 <!--chtml else-->
13552 <PRE>
13553 Navigating the List of Messages                 General Alpine Commands
13554 -------------------------------                 -----------------------
13555  P   Move to previous entry                     ?  Show this help text
13556  N   Move to next entry
13557  -   Show previous screen of address book
13558 Spc  (space bar) Show next screen of address book
13559  W   WhereIs (search through address book)
13561 Address Selection Commands
13562 --------------------------
13563  E   Exit the Address Select screen (without selecting an address)
13564  S   Select the currently highlighted entry
13565  L   Change to ListMode
13566 </PRE>
13567 <!--chtml endif-->
13570 This screen is designed to let you easily scan your address book(s) in
13571 order to select entries for the message you are composing.  You cannot
13572 edit your address book in any way at this time, for address book
13573 maintenance, select the address book command when not composing a message.
13576 If you are composing a message and know the nickname of the person/list you
13577 want, you can bypass this screen by simply typing in the nickname on the
13578 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13579 selecting an entry does not cancel your message.
13582 The ListMode command will add a column at the left edge of the screen.
13583 You mark the entries that you wish to select with the &quot;X&quot; command.
13584 This allows you to choose more than one entry at a time.
13587 An alternative method of composing a message to entries in your
13588 address book(s) is to first use the &quot;Select&quot; command from
13589 the address book maintenance screen and then the &quot;Apply&quot;
13590 &quot;ComposeTo&quot; command to start the composer composing to the
13591 selected entries.
13594 FOR MORE INFORMATION on addressing see
13595 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13596 <A HREF="h_abook_opened">Address Book Screen's</A>
13597 help text.
13599 &lt;End of help on this topic&gt;
13600 </BODY>
13601 </HTML>
13602 ===== h_abook_select_checks =====
13603 <HTML>
13604 <HEAD>
13605 <TITLE>Address Selection from Composer Explained</TITLE>
13606 </HEAD>
13607 <BODY>
13608 <H1>COMPOSER: SELECT ADDRESSES</H1>
13609 <!--chtml if pinemode="function_key"-->
13610 <PRE>
13611 Navigating the List of Messages                 General Alpine Commands
13612 -------------------------------                 -----------------------
13613 F5   Move to previous entry                     F1  Show this help text
13614 F6   Move to next entry
13615 F7   Show previous screen of address book
13616 F8   Show next screen of address book
13617 F12  WhereIs (search through address book)
13619 Address Selection Commands
13620 --------------------------
13621 F3   Exit the Address Select screen (without selecting an address)
13622 F4   Select the currently highlighted entry
13623 F8   Either Sets or Unsets all entries in this address book
13624 F9   Set or Unset the highlighted entry
13625 </PRE>
13626 <!--chtml else-->
13627 <PRE>
13628 Navigating the List of Messages                 General Alpine Commands
13629 -------------------------------                 -----------------------
13630  P   Move to previous entry                     ?  Show this help text
13631  N   Move to next entry
13632  -   Show previous screen of address book
13633 Spc  (space bar) Show next screen of address book
13634  W   WhereIs (search through address book)
13636 Address Selection Commands
13637 --------------------------
13638  E   Exit the Address Select screen (without selecting an address)
13639  S   Select the currently highlighted entry
13640  X   Set or Unset the highlighted entry
13641  A   Either Sets or Unsets all entries in this address book
13642 </PRE>
13643 <!--chtml endif-->
13646 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
13647 command.  Type &quot;S Select&quot; to select all of the entries you
13648 have marked, just as if you had typed them in by hand.
13651 An alternative method of composing a message to entries in your
13652 address book(s) is to first use the &quot;Select&quot; command from
13653 the address book maintenance screen and then the &quot;Apply&quot;
13654 &quot;ComposeTo&quot; command to start the composer composing to the
13655 selected entries.
13658 FOR MORE INFORMATION on addressing see
13659 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13660 <A HREF="h_abook_opened">Address Book Screen's</A>
13661 help text.
13663 &lt;End of help on this topic&gt;
13664 </BODY>
13665 </HTML>
13666 ===== h_abook_select_nicks_take =====
13667 <HTML>
13668 <HEAD>
13669 <TITLE>Take Address Nickname Selection Explained</TITLE>
13670 </HEAD>
13671 <BODY>
13672 <H1>TAKEADDR: SELECT NICKNAME</H1>
13673 <!--chtml if pinemode="function_key"-->
13674 <PRE>
13675 Navigating the List of Messages                 General Alpine Commands
13676 -------------------------------                 -----------------------
13677 F5   Move to previous entry                     F1  Show this help text
13678 F6   Move to next entry
13679 F7   Show previous screen of address book
13680 F8   Show next screen of address book
13681 F12  WhereIs (search through address book)
13683 Message Selection Commands
13684 --------------------------
13685 F3   Exit the Nickname Select screen (without selecting an address)
13686 F4   Select the currently highlighted entry
13687 </PRE>
13688 <!--chtml else-->
13689 <PRE>
13690 Navigating the List of Messages                 General Alpine Commands
13691 -------------------------------                 -----------------------
13692  P   Move to previous entry                     ?  Show this help text
13693  N   Move to next entry
13694  -   Show previous screen of address book
13695 Spc  (space bar) Show next screen of address book
13696  W   WhereIs (search through address book)
13698 Message Selection Commands
13699 --------------------------
13700  E   Exit the Nickname Select screen (without selecting an address)
13701  S   Select the currently highlighted entry
13702 </PRE>
13703 <!--chtml endif-->
13706 This screen is designed to let you modify or add to an existing
13707 address book entry.  You have already selected the name(s) and
13708 address(es) through &quot;Take Address&quot;.  This screen simply lets
13709 you scan your address books and select the nickname to be
13710 changed/augmented.  If you want to add a new entry, then you are in
13711 the wrong place-- Select &quot;Exit&quot; command.
13714 FOR MORE INFORMATION on addressing see
13715 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13716 <A HREF="h_abook_opened">Address Book Screen's</A>
13717 help text.
13719 &lt;End of help on this topic&gt;
13720 </BODY>
13721 </HTML>
13722 ===== h_abook_select_nick =====
13723 <HTML>
13724 <HEAD>
13725 <TITLE>Nickname Selection Explained</TITLE>
13726 </HEAD>
13727 <BODY>
13728 <H1>SELECT NICKNAME</H1>
13729 <!--chtml if pinemode="function_key"-->
13730 <PRE>
13731 Navigating the List of Messages                 General Alpine Commands
13732 -------------------------------                 -----------------------
13733 F5   Move to previous entry                     F1  Show this help text
13734 F6   Move to next entry
13735 F7   Show previous screen of address book
13736 F8   Show next screen of address book
13737 F12  WhereIs (search through address book)
13739 Message Selection Commands
13740 --------------------------
13741 F3   Exit the Nickname Select screen (without selecting an address)
13742 F4   Select the currently highlighted entry
13743 </PRE>
13744 <!--chtml else-->
13745 <PRE>
13746 Navigating the List of Messages                 General Alpine Commands
13747 -------------------------------                 -----------------------
13748  P   Move to previous entry                     ?  Show this help text
13749  N   Move to next entry
13750  -   Show previous screen of address book
13751 Spc  (space bar) Show next screen of address book
13752  W   WhereIs (search through address book)
13754 Message Selection Commands
13755 --------------------------
13756  E   Exit the Nickname Select screen (without selecting an address)
13757  S   Select the currently highlighted entry
13758 </PRE>
13759 <!--chtml endif-->
13762 This screen is designed to let you look at the nicknames in your address
13763 books before choosing a new one.
13766 FOR MORE INFORMATION on addressing see
13767 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13768 <A HREF="h_abook_opened">Address Book Screen's</A>
13769 help text.
13771 &lt;End of help on this topic&gt;
13772 </BODY>
13773 </HTML>
13774 ===== h_takeaddr_screen =====
13775 <HTML>
13776 <HEAD>
13777 <TITLE>Take Address Screen Explained</TITLE>
13778 </HEAD>
13779 <BODY>
13780 <H1>TAKE ADDRESS COMMANDS</H1>
13781 <!--chtml if pinemode="function_key"-->
13782 <PRE>
13783 Navigating the List of Addresses       Address Selection Commands        
13784 --------------------------------       --------------------------        
13785  F5  Move to previous entry            F3  Exit without taking address
13786  F6  Move to next entry                F4  Take current address(es)
13787  F7  Show previous page of address list
13788  F8  Show next page of address list
13789  F2  WhereIs (search list)
13790                                --------------
13791 Mode Toggle            F9  Set/Unset current address
13792 -----------            F10 Set all
13793  F12 Toggle between List and single mode       F11 Unset all
13794 </PRE>
13795 <!--chtml else-->
13796 <PRE>
13797 Navigating the List of Addresses       Address Selection Commands
13798 --------------------------------       --------------------------
13799  P  Move to previous entry              &lt;  Exit without taking address
13800  N  Move to next entry                  T  Take address
13801  -  Show previous page of address list
13802 Spc (space bar) Show next page of address list
13803  W  WhereIs (search list)              List Mode
13804                                        ---------
13805 Single Mode                             X  Set/Unset current address
13806 -----------                             A  Set all addresses
13807  L  Switch to list mode                 U  Unset all addresses
13808                                         S  Switch to single mode
13809 </PRE>
13810 <!--chtml endif-->
13812 <H2>Description of the Take Address Screen</H2>
13814 This screen is designed to let you select one or more address/name
13815 combinations from the current message and put them into your address book.
13816 The cursor is initially placed on the line with the message author.
13817 Other lines include the names of people and/or mailing lists who also
13818 received the message.  Other people &quot;involved&quot; in the
13819 message (e.g. the person named as Reply-To:) are also listed here.
13822 The simple case is adding a new, single entry into your address book. To
13823 do this, simply highlight the correct line and press 
13824 <!--chtml if pinemode="function_key"-->
13826 <!--chtml else-->
13827 &quot;T&quot;.
13828 <!--chtml endif-->
13829 To create a new list or add to an existing list, switch the screen display
13830 into List Mode by pressing
13831 <!--chtml if pinemode="function_key"-->
13832 F12.
13833 <!--chtml else-->
13834 &quot;L&quot;.
13835 <!--chtml endif-->
13836 In List Mode, you select the
13837 group of addresses you wish to manipulate by marking them with an
13838 &quot;X&quot;.
13839 The Set/Unset
13840 <!--chtml if pinemode="function_key"-->
13841 (F9)
13842 <!--chtml else-->
13843 (&quot;X&quot;)
13844 <!--chtml endif-->
13845 command will turn the &quot;X&quot; on for the
13846 highlighted address if it was off or turn it off if it was previously on.
13847 The SetAll command will select all of the addresses, and the UnSetAll
13848 command will turn off all the selections.  Once you've gotten the
13849 selection the way you want it, you may create a new list by pressing
13850 <!--chtml if pinemode="function_key"-->
13852 <!--chtml else-->
13853 &quot;T&quot;.
13854 <!--chtml endif-->
13857 In both the simple and list cases, after choosing to take the address,
13858 you will be asked for the nickname of the entry.  Typing in a new name
13859 creates the new entry/list.  Entering an existing nickname will replace
13860 the entry (simple case) or add to the list (list case).  Alternatively,
13861 you can press Ctrl-T at the nickname prompt and select an existing
13862 nickname from your address book.
13865 You will normally start in Single Mode, unless you used the Apply command
13866 to startup the TakeAddr screen, in which case you will start in List Mode.
13867 You may switch between the two modes at any time.  If you've already
13868 selected several addresses in List Mode, those will be remembered when you
13869 switch to Single Mode and then back to List Mode.  The set of addresses
13870 that are pre-selected when you start in List Mode are the From addresses
13871 of all of the messages you are operating on.  You may, of course, easily
13872 erase those selections with the UnSetAll command.
13875 If you have more than one writable address book, you will be prompted for
13876 the name of the address book you wish to add the new entry to before
13877 anything else. You can use ^N and ^P to choose among the defined address
13878 books, or type in the address book name.
13881 FOR MORE INFORMATION on addressing see
13882 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13883 <A HREF="h_abook_opened">Address Book Screen's</A>
13884 help text.
13886 &lt;End of help on this topic&gt;
13887 </BODY>
13888 </HTML>
13889 ===== h_takeexport_screen =====
13890 <HTML>
13891 <HEAD>
13892 <TITLE>Take Export Screen Explained</TITLE>
13893 </HEAD>
13894 <BODY>
13895 <H1>TAKE EXPORT COMMANDS</H1>
13896 <!--chtml if pinemode="function_key"-->
13897 <PRE>
13898 Navigating the List of Addresses       Address Selection Commands        
13899 --------------------------------       --------------------------        
13900  F5  Move to previous entry            F3  Exit without taking address
13901  F6  Move to next entry                F4  Take current address(es)
13902  F7  Show previous page of address list
13903  F8  Show next page of address list
13904  F2  WhereIs (search list)
13905                                --------------
13906 Mode Toggle            F9  Set/Unset current address
13907 -----------            F10 Set all
13908  F12 Toggle between List and single mode       F11 Unset all
13909 </PRE>
13910 <!--chtml else-->
13911 <PRE>
13912 Navigating the List of Addresses       Address Selection Commands
13913 --------------------------------       --------------------------
13914  P  Move to previous entry              &lt;  Exit without taking address
13915  N  Move to next entry                  T  Take address
13916  -  Show previous page of address list
13917 Spc (space bar) Show next page of address list
13918  W  WhereIs (search list)              List Mode
13919                                        ---------
13920 Single Mode                             X  Set/Unset current address
13921 -----------                             A  Set all addresses
13922  L  Switch to list mode                 U  Unset all addresses
13923                                         S  Switch to single mode
13924 </PRE>
13925 <!--chtml endif-->
13927 <H2>Description of the Take Export Screen</H2>
13929 This screen is designed to let you select one or more addresses
13930 from the current message and put them into a file.
13931 Only the user@domain_name part of each address is put into the file.
13934 To put a single entry into a file simply highlight the correct line and press 
13935 <!--chtml if pinemode="function_key"-->
13937 <!--chtml else-->
13938 &quot;T&quot;.
13939 <!--chtml endif-->
13940 To put more than one entry into a file
13941 switch the screen display
13942 into List Mode by pressing
13943 <!--chtml if pinemode="function_key"-->
13944 F12.
13945 <!--chtml else-->
13946 &quot;L&quot;.
13947 <!--chtml endif-->
13948 In List Mode, you select the
13949 group of addresses you wish to manipulate by marking them with an
13950 &quot;X&quot;.
13951 The Set/Unset
13952 <!--chtml if pinemode="function_key"-->
13953 (F9)
13954 <!--chtml else-->
13955 (&quot;X&quot;)
13956 <!--chtml endif-->
13957 command will turn the &quot;X&quot; on for the
13958 highlighted address if it was off or turn it off if it was previously on.
13959 The SetAll command will select all of the addresses, and the UnSetAll
13960 command will turn off all the selections.  Once you've gotten the
13961 selection the way you want it, you may put the addresses in a file by typing
13962 <!--chtml if pinemode="function_key"-->
13964 <!--chtml else-->
13965 &quot;T&quot;.
13966 <!--chtml endif-->
13969 You will be asked for the name of a file to put the addresses in.
13970 If the file already exists, you will be asked whether you want to Overwrite
13971 (replace) the contents of the file or Append to the contents of the file.
13974 &lt;End of help on this topic&gt;
13975 </BODY>
13976 </HTML>
13977 ============= h_abook_view ========================
13978 <HTML>
13979 <HEAD>
13980 <TITLE>Address Book View Explained</TITLE>
13981 </HEAD>
13982 <BODY>
13983 This function allows you to view the contents of an address book entry. You
13984 can only view one entry at a time.
13986 <DL>
13987 <DT>Help
13988 <!--chtml if pinemode="function_key"-->
13989 (F1)
13990 <!--chtml else-->
13992 <!--chtml endif-->
13993 </DT>
13994 <DD>
13995 Display this help text.
13997 <DT>Abook
13998 <!--chtml if pinemode="function_key"-->
13999 (F3)
14000 <!--chtml else-->
14001 (&lt;)
14002 <!--chtml endif-->
14003 </DT>
14004 <DD>
14005 Go back to index of address book entries.
14007 <DT>Update
14008 <!--chtml if pinemode="function_key"-->
14009 (F4)
14010 <!--chtml else-->
14012 <!--chtml endif-->
14013 </DT>
14014 <DD>
14015 Update (modify) this entry.
14017 <DT>ComposeTo
14018 <!--chtml if pinemode="function_key"-->
14019 (F5)
14020 <!--chtml else-->
14022 <!--chtml endif-->
14023 </DT>
14024 <DD>Compose a message to the address(es) in this entry.
14026 <DT>Role
14027 <!--chtml if pinemode="function_key"-->
14028 (F6)
14029 <!--chtml else-->
14031 <!--chtml endif-->
14032 </DT>
14033 <DD>Compose a message to the address(es) in this entry using roles.
14035 <DT>Prev Page
14036 <!--chtml if pinemode="function_key"-->
14037 (F7)
14038 <!--chtml else-->
14040 <!--chtml endif-->
14041 </DT>
14042 <DD>
14043 Show the previous page of the current entry.
14045 <DT>Next Page
14046 <!--chtml if pinemode="function_key"-->
14047 (F8)
14048 <!--chtml else-->
14049 (Space)
14050 <!--chtml endif-->
14051 </DT>
14052 <DD>
14053 Show the next page of the current entry.
14055 <DT>Print
14056 <!--chtml if pinemode="function_key"-->
14057 (F9)
14058 <!--chtml else-->
14060 <!--chtml endif-->
14061 </DT>
14062 <DD>Print the current entry.  You can select the
14063 printer or the print command via the &quot;Setup&quot; command
14064 on the MAIN MENU.
14066 <DT>WhereIs
14067 <!--chtml if pinemode="function_key"-->
14068 (F10)
14069 <!--chtml else-->
14071 <!--chtml endif-->
14072 </DT>
14073 <DD>Search the entry for a string of letters.  If it is
14074 found, move to it.  The string can be one word or a phrase.
14075 If there are multiple occurrences, the cursor moves to the
14076 first occurrence beyond the current cursor position.
14078 <DT>Fwd Email
14079 <!--chtml if pinemode="function_key"-->
14080 (F11)
14081 <!--chtml else-->
14083 <!--chtml endif-->
14084 </DT>
14085 <DD>Begin composition of a new mail message with the displayed
14086 text already inserted in the message body.
14088 </DL>
14090 &lt;End of help on this topic&gt;
14091 </BODY>
14092 </HTML>
14093 ============= h_ldap_view ========================
14094 <HTML>
14095 <HEAD>
14096 <TITLE>LDAP Response View Explained</TITLE>
14097 </HEAD>
14098 <BODY>
14099 This function allows you to view the contents of a directory entry. You
14100 can only view one entry at a time.
14102 <DL>
14103 <DT>Help
14104 <!--chtml if pinemode="function_key"-->
14105 (F1)
14106 <!--chtml else-->
14108 <!--chtml endif-->
14109 </DT>
14110 <DD>
14111 Display this help text.
14113 <DT>Results Index
14114 <!--chtml if pinemode="function_key"-->
14115 (F3)
14116 <!--chtml else-->
14117 (&lt;)
14118 <!--chtml endif-->
14119 </DT>
14120 <DD>Go back to index of search results.
14122 <DT>ComposeTo
14123 <!--chtml if pinemode="function_key"-->
14124 (F5)
14125 <!--chtml else-->
14127 <!--chtml endif-->
14128 </DT>
14129 <DD>Compose a message to the address(es) in this entry.
14131 <DT>Role
14132 <!--chtml if pinemode="function_key"-->
14133 (F6)
14134 <!--chtml else-->
14136 <!--chtml endif-->
14137 </DT>
14138 <DD>Compose a message to the address(es) in this entry using roles.
14140 <DT>Prev Page
14141 <!--chtml if pinemode="function_key"-->
14142 (F7)
14143 <!--chtml else-->
14145 <!--chtml endif-->
14146 </DT>
14147 <DD>
14148 Show the previous page of the current entry.
14150 <DT>Next Page
14151 <!--chtml if pinemode="function_key"-->
14152 (F8)
14153 <!--chtml else-->
14154 (Space)
14155 <!--chtml endif-->
14156 </DT>
14157 <DD>
14158 Show the next page of the current entry.
14160 <DT>Print
14161 <!--chtml if pinemode="function_key"-->
14162 (F9)
14163 <!--chtml else-->
14165 <!--chtml endif-->
14166 </DT>
14167 <DD>Print the current entry on paper.  You can select the
14168 printer or the print command via the &quot;Setup&quot; command
14169 on the MAIN MENU.
14171 <DT>WhereIs
14172 <!--chtml if pinemode="function_key"-->
14173 (F10)
14174 <!--chtml else-->
14176 <!--chtml endif-->
14177 </DT>
14178 <DD>Search the entry for a string of letters.  If it is
14179 found, move to it.  The string can be one word or a phrase.
14180 If there are multiple occurrences, the cursor moves to the
14181 first occurrence beyond the current cursor position.
14183 <DT>Fwd Email
14184 <!--chtml if pinemode="function_key"-->
14185 (F11)
14186 <!--chtml else-->
14188 <!--chtml endif-->
14189 </DT>
14190 <DD>Begin composition of a new mail message with the displayed
14191 text already inserted in the message body.
14193 <DT>Save
14194 <!--chtml if pinemode="function_key"-->
14195 (F12)
14196 <!--chtml else-->
14198 <!--chtml endif-->
14199 </DT>
14200 <DD>Save the displayed entry to one of your address books or export
14201 it to a file.
14202 </DL>
14204 &lt;End of help on this topic&gt;
14205 </BODY>
14206 </HTML>
14207 ===== h_attachment_screen =====
14208 <HTML>
14209 <HEAD>
14210 <TITLE>Attachment Index Screen Explained</TITLE>
14211 </HEAD>
14212 <BODY>
14213 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
14214 message's attachments, and allows various operations on them.  The
14215 first attachment is usually the message text, but does not include the
14216 header portion of the message.
14218 Available commands include:
14220 <DL>
14222 <DT>Help</DT>
14223 <DD>Show this help text.
14225 <DT>Msg #<I>num</I></DT>
14226 <DD>Leave this screen without displaying or saving any attachments.
14228 <DT>View</DT>
14229 <DD>View the currently selected attachment.
14231 <DT>External</DT>
14232 <DD>Passes a TEXT/HTML message to an external browser for its display.
14234 <DT>Prev Attach</DT>
14235 <DD>Move to previous attachment.
14237 <DT>Next Attach</DT>
14238 <DD>Move to next attachment.
14240 <DT>Prev Page</DT>
14241 <DD>Previous page of the listed attachments.
14243 <DT>Next Page</DT>
14244 <DD>Next page of the listed attachments.
14246 <DT>Delete</DT>
14247 <DD>Mark the currently selected attachment for Deletion.
14248 This does not modify the current message by deleting the attachment from
14249 it, but instead the delete flag <EM>only</EM> has an effect when saving
14250 the message to a folder.
14251 Attachments marked for deletion are not copied to the destination folder
14252 along with the rest of the message when it is saved.
14253 It is ok for the destination folder to be the same as the current folder.
14254 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
14256 <DT>Undelete</DT>
14257 <DD>Turn off the Delete flag for the selected attachment.
14259 <DT>Save</DT>
14260 <DD>Save the selected attachment to a file.  If the attachment is of
14261 type &quot;RFC822/Message&quot;, then the attachment will be saved to
14262 the specified mail folder.
14264 <DT>Export</DT>
14265 <DD>If the attachment is of
14266 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14267 copy the message to a file in the same way this command works on 
14268 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14270 <DT>Pipe</DT>
14271 <DD>Pipe the attachment contents into a UNIX command (if enabled).
14272 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
14274 <DT>WhereIs</DT>
14275 <DD>Find a matching string in the attachment list.
14277 <DT>AboutAttch</DT>
14278 <DD>Examine various aspects of the selected attachment.
14280 <DT>Print</DT>
14281 <DD>Print the selected attachment.
14283 <DT>Forward</DT>
14284 <DD>Forward the selected attachment as an attachment.
14285 </DL>
14289 All attachments can be saved or piped into a UNIX command, but some may
14290 not be readily displayed by either Alpine or an external tool.  In such
14291 cases, the reason why the message cannot be displayed is displayed on
14292 Alpine's message line.
14294 &lt;End of help on this topic&gt;
14295 </BODY>
14296 </HTML>
14297 ============= h_mail_text_att_view ========================
14298 <HTML>
14299 <HEAD>
14300 <TITLE>Attachment View Screen Explained</TITLE>
14301 </HEAD>
14302 <BODY>
14303 This function allows you to view the contents of a text attachment. You
14304 can only view one attachment at a time.
14306 Available commands include:
14308 <DL>
14310 <DT>Help</DT>
14311 <DD>Display this help text
14313 <DT>AttchIndex</DT>
14314 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
14316 <DT>Prev Page</DT>
14317 <DD>Show the previous page of the current attachment.
14319 <DT>Next Page</DT>
14320 <DD>Show the next page of the current attachment by pressing the space bar.
14322 <DT>Delete</DT>
14323 <DD>Mark the viewed attachment for Deletion.  The delete
14324 flag <EM>only</EM> has affect when saving the message to a folder.
14325 Attachments marked for deletion are excluded from the message when
14326 it is saved.  In addition, the delete mark <EM>only</EM> applies to
14327 this Alpine session.
14329 <DT>Undelete</DT>
14330 <DD>Turn off the Delete flag for the selected attachment.
14332 <DT>Save</DT>
14333 <DD>Copy the current attachment to a file.  If you just enter
14334 a filename, the attachment will be saved with that name in
14335 your home directory 
14336 <!--chtml if pinemode="running"-->
14337 (which, in the present configuration of your system, is
14338  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14339 <!--chtml endif-->
14340 or current working directory
14341 <!--chtml if pinemode="running"-->
14342 (which, at least for your current Alpine &quot;session,&quot; 
14343 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14344 <!--chtml endif-->, depending on the
14345 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14346 configuration setting.  You may enter the full
14347 path and filename to save it in another directory instead.
14349 <DT>Export</DT>
14350 <DD>If the attachment is of
14351 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14352 copy the message to a file in the same way this command works on 
14353 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14354 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
14355 defined, they may affect the contents of the exported file.)
14357 <DT>Pipe</DT>
14358 <DD>Pipe the attachment contents into a UNIX command (if enabled)
14360 <DT>WhereIs</DT>
14361 <DD>Search the attachment for a string of letters.  If it is
14362 found, move to it.  The string can be one word or a phrase.
14363 If there are multiple occurrences, the cursor moves to the
14364 first occurrence beyond the current cursor position.
14366 <DT>Print</DT>
14367 <DD>Print the current attachment 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>Forward</DT>
14372 <DD>Forward the selected attachment as an attachment.
14373 </DL>
14375 &lt;End of help on this topic&gt;
14376 </BODY>
14377 </HTML>
14378 ============= h_journal ==============
14379 <HTML>
14380 <HEAD>
14381 <TITLE>Recent Message Journal Explained</TITLE>
14382 </HEAD>
14383 <BODY>
14385 The following commands are available on this screen:
14387 <DL>
14388 <DT>Help</DT>
14389 <DD>Show this help text
14391 <DT>Exit</DT>
14392 <DD>Exit Viewer, and go back to mail processing
14394 <DT>Prev Page</DT>
14395 <DD>Show the previous page text
14397 <DT>Next Page</DT>
14398 <DD>Show the next page of text by pressing the space bar
14400 <DT>Print</DT>
14401 <DD>Print the displayed text on paper.  You can select the
14402 printer or the print command via the &quot;Setup&quot; command
14403 on the MAIN MENU.
14405 <DT>Fwd Email</DT>
14406 <DD>Begin composition of a new mail message with the displayed
14407 text already inserted in the message body.
14409 <DT>Save</DT>
14410 <DD>Copy the displayed text to a file.  If you just enter
14411 a filename, the text will be saved with that name in
14412 your 
14413 home directory 
14414 <!--chtml if pinemode="running"-->
14415 (which, in the present configuration of your system, is
14416  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14417 <!--chtml endif-->
14418 or current working directory
14419 <!--chtml if pinemode="running"-->
14420 (which, at least for your current Alpine &quot;session,&quot; 
14421 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14422 <!--chtml endif-->, depending on the
14423 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14424 configuration setting.   You may enter the full
14425 path and filename to save it in another directory instead.
14427 <DT>WhereIs</DT>
14428 <DD>Search the text for a string of letters.  If it is
14429 found, move to it.  The string can be one word or a phrase.
14430 If there are multiple occurrences, the cursor moves to the
14431 first occurrence beyond the current cursor position.
14432 </DL>
14434 &lt;End of help on this topic&gt;
14435 </BODY>
14436 </HTML>
14437 ============= h_debugjournal ==============
14438 <HTML>
14439 <HEAD>
14440 <TITLE>Debug Journal Explained</TITLE>
14441 </HEAD>
14442 <BODY>
14444 The following commands are available on this screen:
14446 <DL>
14447 <DT>Help</DT>
14448 <DD>Show this help text
14450 <DT>Exit</DT>
14451 <DD>Exit Viewer, and go back to mail processing
14453 <DT>Timestamps</DT>
14454 <DD>Turn on or off timestamps.
14456 <DT>DebugView</DT>
14457 <DD>Set the level of debugging you want to see. The level may be any number
14458 in the range 0-9. Higher numbers show more debugging detail. Note that the
14459 debugging information has already been captured. This setting just causes the
14460 debugging information that you see to be filtered. If you set this to
14461 the number &quot;5&quot; then you will be shown all of the debugging information
14462 at levels 5 and below.
14463 It's actually a bit more complicated than that. A fixed amount of memory
14464 is used to store the debug information.
14465 Since the amount of memory used is limited the debugging information
14466 has to be trimmed back when it gets too large.
14468 <DT>Prev Page</DT>
14469 <DD>Show the previous page text
14471 <DT>Next Page</DT>
14472 <DD>Show the next page of text by pressing the space bar
14474 <DT>Print</DT>
14475 <DD>Print the displayed text on paper.  You can select the
14476 printer or the print command via the &quot;Setup&quot; command
14477 on the MAIN MENU.
14479 <DT>Fwd Email</DT>
14480 <DD>Begin composition of a new mail message with the displayed
14481 text already inserted in the message body.
14483 <DT>Save</DT>
14484 <DD>Copy the displayed text to a file.  If you just enter
14485 a filename, the text will be saved with that name in
14486 your 
14487 home directory 
14488 <!--chtml if pinemode="running"-->
14489 (which, in the present configuration of your system, is
14490  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14491 <!--chtml endif-->
14492 or current working directory
14493 <!--chtml if pinemode="running"-->
14494 (which, at least for your current Alpine &quot;session,&quot; 
14495 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14496 <!--chtml endif-->, depending on the
14497 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14498 configuration setting.   You may enter the full
14499 path and filename to save it in another directory instead.
14501 <DT>WhereIs</DT>
14502 <DD>Search the text for a string of letters.  If it is
14503 found, move to it.  The string can be one word or a phrase.
14504 If there are multiple occurrences, the cursor moves to the
14505 first occurrence beyond the current cursor position.
14506 </DL>
14508 &lt;End of help on this topic&gt;
14509 </BODY>
14510 </HTML>
14511 ============= h_simple_text_view ==============
14512 <HTML>
14513 <HEAD>
14514 <TITLE>Simple Text View Screen Explained</TITLE>
14515 </HEAD>
14516 <BODY>
14518 The following commands are available on this screen:
14520 <DL>
14521 <DT>Help</DT>
14522 <DD>Show this help text
14524 <DT>Exit</DT>
14525 <DD>Exit Viewer, and go back to mail processing
14527 <DT>Prev Page</DT>
14528 <DD>Show the previous page text
14530 <DT>Next Page</DT>
14531 <DD>Show the next page of text by pressing the space bar
14533 <DT>Print</DT>
14534 <DD>Print the displayed text on paper.  You can select the
14535 printer or the print command via the &quot;Setup&quot; command
14536 on the MAIN MENU.
14538 <DT>Fwd Email</DT>
14539 <DD>Begin composition of a new mail message with the displayed
14540 text already inserted in the message body.
14542 <DT>Save</DT>
14543 <DD>Copy the displayed text to a file.  If you just enter
14544 a filename, the attachment will be saved with that name in
14545 your 
14546 home directory 
14547 <!--chtml if pinemode="running"-->
14548 (which, in the present configuration of your system, is
14549  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14550 <!--chtml endif-->
14551 or current working directory
14552 <!--chtml if pinemode="running"-->
14553 (which, at least for your current Alpine &quot;session,&quot; 
14554 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14555 <!--chtml endif-->, depending on the
14556 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14557 configuration setting.   You may enter the full
14558 path and filename to save it in another directory instead.
14560 <DT>WhereIs</DT>
14561 <DD>Search the attachment for a string of letters.  If it is
14562 found, move to it.  The string can be one word or a phrase.
14563 If there are multiple occurrences, the cursor moves to the
14564 first occurrence beyond the current cursor position.
14565 </DL>
14567 &lt;End of help on this topic&gt;
14568 </BODY>
14569 </HTML>
14570 ======= h_pine_for_windows ========
14571 <HTML>
14572 <HEAD>
14573 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
14574 </HEAD>
14575 <BODY>
14576 <H1>Getting Help In PC-Alpine</H1>
14579 PC-Alpine offers general and specific help text. From the <A
14580 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
14581 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
14582 specific help for that screen is available from the toolbar Help menu or
14583 with the 
14584 <!--chtml if pinemode="function_key"-->
14585 &quot;F1&quot; key.
14586 <!--chtml else-->
14587 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
14588 typing &quot;?&quot; would be mistaken as entering text.
14589 <!--chtml endif-->
14592 Although this version of Alpine is for Microsoft Windows, it is not
14593 considered a full &quot;Graphical User Interface&quot; application. 
14594 Yet, many of the controls that Windows users are accustomed to seeing, 
14595 such as scrollbars and toolbars, are available.
14598 PC-Alpine offers considerable mouse support.  You can view what is
14599 &quot;click-able&quot; by dragging your mouse over any screen; when the
14600 arrow cursor changes into a hand, you found something. Mouse-click
14601 possibilities include navigating between screens and folders and
14602 double-clicking on hyperlinks to open your Web browser.
14603 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
14604 screen.  Examples of right-click options include &quot;copy&quot; after
14605 selecting text to copy and &quot;View in New Window&quot; when you click
14606 on a particular message in the Message Index. The menu choices available
14607 to you will vary based upon what screen is open, where on the screen your
14608 cursor is located, and even what action you have already taken.
14611 &lt;End of help on this topic&gt;
14612 </BODY>
14613 </HTML>
14614 ===== h_composer =====
14615 <HTML>
14616 <HEAD>
14617 <TITLE>COMPOSER COMMANDS</TITLE>
14618 </HEAD>
14619 <BODY>
14620 <H1>COMPOSER COMMANDS</H1>
14622 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>
14623 &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>
14624 &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>
14625 &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>
14626 &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>
14627 &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>
14628 &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>
14629 &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>
14630 &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>
14631 &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>
14632 ---------------------------------------|&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>
14633 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>
14634 &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>
14635 &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>
14636 &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>
14639 NOTE:
14640 <OL>
14641  <LI>For help on a particular command, highlight the bold text associated
14642 with it above and hit Return.
14643  <LI> The availability of certain commands
14644 is determined by Alpine configuration files and system capabilities.
14645 At some sites, certain commands may not be available due to security or
14646 support concerns.
14647  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14648 Ctrl-&#92;, ESC.
14649  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14650 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14651 </OL>
14654 HINT: To move rapidly to the bottom of a message you are composing,
14655 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
14656 with the Mark and Cut commands to eliminate large amounts of unwanted
14657 text in a Reply.
14659 <H2>Description of Composer</H2>
14661 Alpine has a built-in editing program that allows you to compose messages
14662 without having to leave Alpine.  The editor is designed to be very simple to
14663 use so that you can get started writing email right away.
14666 Messages are usually just text, about 80 columns wide.  Using upper and
14667 lower case is encouraged.  On some systems the size limit of the message
14668 is about 100,000 characters, which is about 2,000 lines.  You can include
14669 punctuation and special characters found on most keyboards, but you can't
14670 include characters with diacritical marks and certain special symbols.
14673 Text automatically wraps as you type past the end of a line so you do not
14674 have to hit return.  Using the
14675 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
14676 you can also reformat text explicitly, perhaps after you have
14677 deleted some text.
14680 You can include other text files with the 
14681 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
14682 which will prompt you for the name of the file to insert at the
14683 current cursor position.
14686 <UL>
14687 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14688 </UL>
14690 &lt;End of help on this topic&gt;
14691 </BODY>
14692 </HTML>
14693 ====== h_composer_browse =====
14694 <HTML>
14695 <HEAD>
14696 <TITLE>BROWSER</TITLE>
14697 </HEAD>
14698 <BODY>
14699 <H1>BROWSER</H1>
14700 This screen lets you browse your files and directories.  To go to another 
14701 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
14702 choose &quot;Select&quot; (the default choice on the menu); 
14703 or choose &quot;Goto&quot; and enter the name of the directory.
14704 <!--chtml if pinemode="os_windows"-->
14705 <!--chtml else--> 
14706 In Unix Alpine, you may use 
14707 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
14708 to another's home directory.  
14709 <!--chtml endif--><P>
14710 To select a file, move the cursor to it and 
14711 choose &quot;Select&quot; (the default choice on the menu).  
14713 <UL>
14714 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
14715 inclusion in the 
14716 message body (that is, you chose &quot;Read File&quot; with the cursor under 
14717 the 
14718 &quot;----- Message Text -----&quot; line
14719 while composing, then &quot;To Files&quot;):  Since the file 
14720 selected will become part of the message text, it must be in a format 
14721 suitable for that (Alpine does not check!), such as a plain text file.
14722 Files of other formats (for example, graphics, databases, software 
14723 programs) should be 
14724 <B>attached</B> to the message instead --
14725 by moving the cursor in the COMPOSE MESSAGE screen into the 
14726 message header area and pressing 
14727 <!--chtml if pinemode="function_key"-->
14729 <!--chtml else-->
14730 Ctrl-J.
14731 <!--chtml endif--> 
14733 <P><LI>
14734 Note <B>if</B> you are currently using the BROWSER for saving a message 
14735 attachment, or exporting a message, to a file: You can use the Add command to 
14736 provide the name for a new file to save/export to, and then select that name 
14737 to use it for the save/export operation.  Back at the prompt 
14738 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
14739 either Overwrite or Append (it doesn't make a difference, since the file is 
14740 so far empty).  Note: If you cancel the 
14741 operation at that point, the file created with the Add command will remain 
14742 0 bytes in size.
14744 </UL>
14745 <P><UL>
14746 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14747 </UL>
14749 &lt;End of help on this topic&gt;
14750 </BODY>
14751 </HTML>
14752 ====== h_composer_ins =====
14753 <HTML>
14754 <HEAD>
14755 <TITLE>INSERT TEXT FILE</TITLE>
14756 </HEAD>
14757 <BODY>
14758 <H1>INSERT TEXT FILE</H1>
14760 Use this function to insert a text file. The file name
14761 given can be an absolute file path name for your system
14762 <!--chtml if pinemode="os_windows"-->
14763 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14764 with a relative pathname, or simply a file name without
14765 drive or directory specification.  
14766 <!--chtml else-->
14767 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14768 a file in your home directory, or a file path relative to your 
14769 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14770 your home directory or &quot;~user&quot; to refer to another
14771 account's home directory.
14772 <!--chtml endif-->
14774 No wild card characters may be used.  
14775 The file must reside on the system running Alpine.
14777 If the 
14778 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14779 feature is set, names are relative to your current working directory 
14780 <!--chtml if pinemode="running"-->
14781 (which, at least for your current Alpine &quot;session,&quot; 
14782 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14783 <!--chtml endif-->
14784 rather than your home directory
14785 <!--chtml if pinemode="running"-->
14786 (which, in the present configuration of your system, is
14787  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14788 <!--chtml endif-->
14790 <P><UL>
14791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14792 </UL>
14794 &lt;End of help on this topic&gt;
14795 </BODY>
14796 </HTML>
14797 ====== h_composer_ins_m =====
14798 <HTML>
14799 <HEAD>
14800 <TITLE>INSERT MESSAGE</TITLE>
14801 </HEAD>
14802 <BODY>
14803 <H1>INSERT MESSAGE</H1>
14805 Type in the number of a message in the currently open folder to insert it
14806 into your message.
14807 <P><UL>
14808 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14809 </UL>
14811 &lt;End of help on this topic&gt;
14812 </BODY>
14813 </HTML>
14814 ====== h_composer_search =====
14815 <HTML>
14816 <HEAD>
14817 <TITLE>Explanation of Composer Whereis Command </TITLE>
14818 </HEAD>
14819 <BODY>
14820 <H1>Help For Whereis Command</H1>
14822 Whereis is used to search the message for a word or part of a word.
14823 When searching in the composer, only the message part of your mail is
14824 searched, and the cursor is put on the first occurrence appearing
14825 after the location of the cursor.  The search will wrap to the
14826 beginning of the message when it no longer finds matches in the
14827 remainder of the message.
14829 To search for the same string a second time, press 
14830 <!--chtml if pinemode="function_key"-->
14831 &quot;F6&quot;
14832 <!--chtml else-->
14833 &quot;^W&quot;
14834 <!--chtml endif-->
14835 to begin search and then just press RETURN to accept the previous
14836 search string shown in square brackets rather than entering a new
14837 search string.<P>
14839 The &quot;Search&quot; prompt has several sub-command available:
14841 <DL>
14842 <DT>Get Help</DT>
14843 <DD> Takes you to this help page.
14845 <DT>Cancel</DT>
14846 <DD> Cancels the prompt.  No search takes place.
14848 <DT>First Line</DT>
14849 <DD> Takes you back to the composer with the cursor on the first character
14850 of the first line of text.
14852 <DT>Last Line</DT>
14853 <DD> Takes you back to the composer with the cursor on the last character
14854 of the last line of text.
14856 <DT>Replace (Optional)</DT>
14857 <DD> This sub-command is enabled by the 
14858 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14859 feature (which is on by default); see its help screen for details on how replacing works.
14861 </DL>
14863 &lt;End of help on this topic&gt;
14864 </BODY>
14865 </HTML>
14866 ====== h_sigedit_search =====
14867 <HTML>
14868 <HEAD>
14869 <TITLE>Explanation of Whereis Command </TITLE>
14870 </HEAD>
14871 <BODY>
14872 <H1>Help For Whereis Command</H1>
14874 Whereis is used to search for a word or part of a word.
14875 When searching the cursor is put on the first occurrence appearing
14876 after the location of the cursor.  The search will wrap to the
14877 beginning of the signature when it no longer finds matches in the
14878 remainder of the signature.
14880 To search for the same string a second time, press 
14881 <!--chtml if pinemode="function_key"-->
14882 &quot;F6&quot;
14883 <!--chtml else-->
14884 &quot;^W&quot;
14885 <!--chtml endif-->
14886 to begin search and then just press RETURN to accept the previous
14887 search string shown in square brackets rather than entering a new
14888 search string.<P>
14890 The &quot;Search&quot; prompt has several sub-command available:
14892 <DL>
14893 <DT>Get Help</DT>
14894 <DD> Takes you to this help page.
14896 <DT>Cancel</DT>
14897 <DD> Cancels the prompt.  No search takes place.
14899 <DT>First Line</DT>
14900 <DD> Takes you back to the composer with the cursor on the first character
14901 of the first line of text.
14903 <DT>Last Line</DT>
14904 <DD> Takes you back to the composer with the cursor on the last character
14905 of the last line of text.
14907 <DT>Replace (Optional)</DT>
14908 <DD> This sub-command is enabled by the 
14909 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14910 feature (which is on by default); see its help screen for details on how replacing works.
14912 </DL>
14914 &lt;End of help on this topic&gt;
14915 </BODY>
14916 </HTML>
14917 ======= h_composer_to ====
14918 <HTML>
14919 <HEAD>
14920 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
14921 </HEAD>
14922 <BODY>
14923 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
14925 <H2>The &quot;To:&quot; field</H2>
14926 The address you enter here must be a valid email address that is reachable
14927 from your site. 
14929 <H2>Email Address Format</H2>
14930 You may enter a full name and email address, 
14931 <!--chtml if pinemode="os_windows"-->
14932 <!--chtml else-->
14933 a local (meaning, on the same 
14934 host as the one you are running Alpine on) username that Alpine will
14935 complete for you, 
14936 <!--chtml endif-->
14937 the nickname of someone in a 
14938 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
14939 mail alias defined by your system administrator.  When you move the cursor
14940 out of this field, the nicknames will be expanded to the addresses in your
14941 address book, and the local usernames will be expanded to include the 
14942 persons' actual names.  You may enter as many addresses as you wish, but they 
14943 must be separated by commas.  You can move around this and other header fields
14944 with the arrow keys and use many of the usual composer editing keys.
14946 <UL>
14947 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14948 </UL>
14951 <H2>MESSAGE HEADER COMMANDS</H2>
14952 <!--chtml if pinemode="function_key"-->
14953 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14954 ^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>
14955 ^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>
14956 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
14957 ^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>
14958 ^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>
14959 ^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>
14960 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>
14961 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>
14962 ^@&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>
14963 ----------------------------------------|<BR>
14964 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
14965 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>
14966 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>
14967 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>
14968 <!--chtml else-->
14969 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14970 ^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>
14971 ^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>
14972 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
14973 ^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>
14974 ^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>
14975 ^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>
14976 ^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>
14977 ^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>
14978 ^@&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>
14979 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
14980 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>
14981 ^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>
14982 ^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>
14983 ^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>
14984 <!--chtml endif-->
14987 NOTE:
14988 <OL>
14989  <LI>For help on a particular command, highlight the bold text associated
14990 with it above and hit Return.
14991  <LI> The availability of certain commands 
14992 is determined by Alpine configuration files and system capabilities.
14993 At some sites, certain commands may not be available due to security or
14994 support concerns.
14995 </OL>
14998 <UL>   
14999 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15000 </UL><P>
15001 &lt;End of help on this topic&gt;
15002 </BODY>
15003 </HTML>
15004 ======= h_composer_cc ====
15005 <HTML>
15006 <HEAD>
15007 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
15008 </HEAD>
15009 <BODY>
15010 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
15011 The Cc: field is just like the To: field, except it is used for addressees
15012 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
15013 not directly meant directly &quot;for&quot; these recipients, but you wanted 
15014 them to see the message.  The only difference the recipients see is that their 
15015 name is in the Cc: field, rather than the To: field.
15017 For help with Cc: field editing
15018 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15020 <UL>
15021 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15022 </UL>
15024 <UL>   
15025 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15026 </UL><P>
15027 &lt;End of help on this topic&gt;
15028 </BODY>
15029 </HTML>
15030 ======= h_composer_bcc ====
15031 <HTML>
15032 <HEAD>
15033 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
15034 </HEAD>
15035 <BODY>
15036 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
15037 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
15038 a copy of the message to one or more people whose addresses you do not
15039 wish disclosed, either to reduce clutter or for confidentiality.
15041 The format of the Bcc: field is just the same as the To: and Cc: fields in
15042 the way the addresses are entered.  The recipients listed here will
15043 receive a copy of the message, but --assuming your site's mail transport
15044 software is properly configured-- their addresses will not show up in the
15045 headers of the message, as delivered to all of the recipients.  The To:
15046 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
15048 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
15049 will automatically generate and place in the To: field a pseudo-address of 
15050   &quot;undisclosed-recipients: ;&quot;
15051 or whatever string has been specified in the 
15052 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
15053 variable.
15055 The reason for this is to avoid embarrassment caused by some Internet
15056 mail transfer software that interprets a &quot;missing&quot; To: header as 
15057 an error and replaces it with an Apparently-to: header that may contain
15058 the addresses you entered on the Bcc: line.  In addition, it may be
15059 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
15061 You can manipulate what text ends up on the (originally) empty To:
15062 field.  Just remember to put a colon and semicolon at the end of the
15063 field, which is a special notation denoting that it is not a real address.
15065 For information on message header editing
15066 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15068 <UL>
15069 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15070 </UL>
15072 <UL>   
15073 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15074 </UL><P>
15075 &lt;End of help on this topic&gt;
15076 </BODY>
15077 </HTML>
15078 ======= h_composer_lcc ====
15079 <HTML>
15080 <HEAD>
15081 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
15082 </HEAD>
15083 <BODY>
15084 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
15085 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
15086 you wish to send a message to a list of people but avoid having all
15087 of their addresses visible, in order to reduce clutter when the
15088 message is received.
15090 It is similar to the 
15091 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
15092 in that individual
15093 addressees are hidden, but Lcc is designed to work specifically with
15094 distribution lists you have created in your 
15095 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
15096 the nickname of the list on the Lcc line will result in the full name of
15097 your Alpine Address Book list being placed on the To: line of the message,
15098 using a special notation that distinguishes it from a real address. You
15099 must leave the To: line blank for your list name to appear there.
15101 For example, if you have this list entered in your Address Book:<PRE>
15103         largo         Key Largo List       DISTRIBUTION LIST:
15104                                            bogie@mgm.com
15105                                            lauren@mgm.com
15106                                            walter@mgm.com</PRE>
15109 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
15110 the result is:<PRE>
15112         To      : Key Largo List: ;
15113         Cc      :
15114         Bcc     :
15115         Fcc     : sent-mail
15116         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
15117                   lauren@mgm.com,
15118                   walter@mgm.com
15119         Subject :</PRE>
15121 Each recipient listed on the Lcc: line receives a copy of the message
15122 without their address being visible (as though they were listed on the
15123 Bcc: line). The colon-semicolon notation used to put the full-name of the
15124 list on the To: line is a special address format that doesn't specify any
15125 actual addressees, but does give some information to the recipients of the
15126 message.
15128 Note: if after entering an LCC, you delete the list name that is placed
15129 on the To: line, then recipients will see <PRE>
15130        To: undisclosed-recipients: ;</PRE>
15132 (or whatever string is defined in the 
15133 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
15134 variable) just as in the BCC case. 
15136 For help with Lcc: field editing
15137 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15139 <UL>
15140 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15141 </UL>
15143 <UL>   
15144 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15145 </UL><P>
15146 &lt;End of help on this topic&gt;
15147 </BODY>
15148 </HTML>
15149 ======= h_composer_from =======
15150 <HTML>
15151 <HEAD>
15152 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
15153 </HEAD>
15154 <BODY>
15155 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
15157 This header carries your return address.  It is the address toward which
15158 replies (and often, future unrelated correspondence) will be directed,
15159 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
15160 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
15161 sure this address is correct.
15163 For help with message header editing
15164 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15166 <UL>
15167 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15168 </UL>
15170 <UL>   
15171 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15172 </UL><P>
15173 &lt;End of help on this topic&gt;
15174 </BODY>
15175 </HTML>
15176 ======= h_composer_reply_to =======
15177 <HTML>
15178 <HEAD>
15179 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
15180 </HEAD>
15181 <BODY>
15182 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
15184 Most people should not need this header. The Reply-To: header is used in
15185 cases where you would like replies to your messages to be directed to an
15186 address other than your normal &quot;From:&quot; address.  This is atypical, 
15187 but can happen when you use multiple machines and do not have the same account
15188 name on each one, or when you wish to direct certain replies to accounts
15189 or folders designated for specific classes of correspondence.
15191 For help with message header editing
15192 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15194 <UL>
15195 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15196 </UL>
15199 <UL>   
15200 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15201 </UL><P>
15202 &lt;End of help on this topic&gt;
15203 </BODY>
15204 </HTML>
15205 ======= h_composer_custom_addr ====
15206 <HTML>
15207 <HEAD>
15208 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
15209 </HEAD>
15210 <BODY>
15211 <H1>CUSTOMIZED HEADER FIELD</H1>
15212 This is a customized header, i.e. not one that is part of Alpine's normal
15213 set of Compose headers.
15215 For help with message header editing
15216 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15218 <UL>
15219 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15220 </UL>
15222 <UL>   
15223 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15224 </UL><P>
15225 &lt;End of help on this topic&gt;
15226 </BODY>
15227 </HTML>
15228 ======= h_composer_custom_free ====
15229 <HTML>
15230 <HEAD>
15231 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
15232 </HEAD>
15233 <BODY>
15234 <H1>CUSTOMIZED HEADER FIELD</H1>
15235 This is a customized header, i.e. not one that is part of Alpine's normal
15236 set of Compose headers.
15238 This field consists of arbitrary text.
15240 For help with message header editing
15241 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15243 <UL>   
15244 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15245 </UL><P>
15246 &lt;End of help on this topic&gt;
15247 </BODY>
15248 </HTML>
15249 ====== h_composer_news =====
15250 <HTML>
15251 <HEAD>
15252 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
15253 </HEAD>
15254 <BODY>
15255 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
15256 Use the newsgroups line to specify any and all USENET newsgroups to which
15257 your message should be posted.  When composing a message from scratch, this
15258 line may be hidden.  If so, just press the rich headers command
15259 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
15260 to make it visible.
15262 <EM>Be aware</EM> that when you post to a newsgroup thousands of
15263 people will be reading your message.  Also, you or your system manager
15264 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
15265 in order for you to be able to post.
15267 For help with message header editing
15268 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15269 <P><UL>
15270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15271 </UL>
15273 &lt;End of help on this topic&gt;
15274 </BODY>
15275 </HTML>
15276 ======= h_composer_fcc ====
15277 <HTML>
15278 <HEADER>
15279 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
15280 </HEADER>
15281 <BODY>
15282 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
15283 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
15284 each outgoing message.  The default value can be configured with the
15285 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
15286 the file carbon copy on any message you send by editing the FCC header.<p>
15288 You may type ^T to get a list of all your folders and select one to use as
15289 the FCC for this message.<P>
15291 For help with message header editing
15292 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15294 <UL>   
15295 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15296 </UL><P>
15297 &lt;End of help on this topic&gt;
15298 </BODY>
15299 </HTML>
15300 ======= h_composer_subject ====
15301 <HTML>
15302 <HEADER>
15303 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
15304 </HEADER>
15305 <BODY>
15306 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
15308 The subject header provides a place to enter a few words that summarize
15309 the topic of the message you are sending.  You may leave this line blank,
15310 but it is considered a courtesy to use a meaningful subject.<p>
15312 For help with message header editing
15313 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15315 <UL>   
15316 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15317 </UL><P>
15318 &lt;End of help on this topic&gt;
15319 </BODY>
15320 </HTML>
15321 ======= h_composer_attachment ====
15322 <HTML>
15323 <HEAD>
15324 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
15325 </HEAD>
15326 <BODY>
15327 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
15329 The &quot;Attchmnt:&quot; field is where you specify what file or
15330 files you'd like attached to
15331 the message you are composing.  Those files must reside on the machine
15332 running Alpine. If your file is on a PC or Mac and you run Alpine with an
15333 account on a Unix machine, you'll have to transfer it before attaching it.
15334 Contact local computer support people for assistance with transferring.
15337 The file name
15338 given can be an absolute file path name for your system
15339 <!--chtml if pinemode="os_windows"-->
15340 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
15341 with a relative pathname, or simply a file name without
15342 drive or directory specification.  
15343 <!--chtml else-->
15344 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
15345 a file in your home directory, or a file path relative to your 
15346 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
15347 your home directory or &quot;~user&quot; to refer to another
15348 account's home directory.
15349 <!--chtml endif--><P>
15350 No wild card characters may be used.
15351 <P>If the 
15352 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
15353 feature is set, names are relative to your current working directory 
15354 <!--chtml if pinemode="running"-->
15355 (which, at least for your current Alpine &quot;session,&quot; 
15356 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
15357 <!--chtml endif-->
15358 rather than your home directory
15359 <!--chtml if pinemode="running"-->
15360 (which, in the present configuration of your system, is
15361  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
15362 <!--chtml endif-->
15365 Alpine uses MIME encoding for attachments, so binaries and files of any
15366 length can safely be delivered to any MIME-capable mail reading program.
15367 If you send an attachment to someone who does not have a MIME-capable mail
15368 reading program yet, then the main message text will be readable, but
15369 attachments (even attachments that are just plain text) are not.
15372 Typing the filename on the Attchmnt: line achieves the same
15373 result as using the 
15374 <!--chtml if pinemode="function_key"-->
15376 <!--chtml else-->
15377 Ctrl-J
15378 <!--chtml endif--> command.
15381 If you Forward a message with attachments, you may delete them from your
15382 Forwarded message by editing the Attchmnt header line.
15385 For help with message header editing
15386 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15388 <UL>   
15389 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15390 </UL><P>
15391 &lt;End of help on this topic&gt;
15392 </BODY>
15393 </HTML>
15394 ======= h_composer_ctrl_j ====
15395 <HTML>
15396 <HEAD>
15397 <TITLE>COMPOSER ATTACH</TITLE>
15398 </HEAD>
15399 <BODY>
15400 After the
15401 <!--chtml if pinemode="function_key"-->
15403 <!--chtml else-->
15404 Ctrl-J
15405 <!--chtml endif--> command:
15406 At the &quot;File to attach:&quot; prompt, enter the name of the 
15407 existing file to attach to your message.  
15408 When the feature
15409 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
15410 is set
15411 you need only enter the beginning of the filename (enough of it to uniquely 
15412 identify the file) and press TAB to complete it.
15414 Or, press ^T to use the BROWSER screen for 
15415 selecting the file.  <P>
15416 For more information on attaching files, see the help screen for the 
15417 composer's 
15418 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
15419 but can be revealed using the 
15420 <!--chtml if pinemode="function_key"-->
15422 <!--chtml else-->
15423 Ctrl-R
15424 <!--chtml endif--> 
15425 command with the cursor positioned above the
15426 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
15428 &lt;End of help on this topic&gt;
15429 </BODY>
15430 </HTML>
15431 ======= h_edit_nav_cmds =========
15432 <HTML>
15433 <HEAD>
15434 <TITLE>Composer Editing Commands Explained</TITLE>
15435 </HEAD>
15436 <BODY>
15437 <H1>EDITING and NAVIGATION COMMANDS</H1>
15438 <!--chtml if pinemode="function_key"-->
15439 <PRE>
15440 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15441 ^B (Left Arrow)    Back character       | ^D       Delete current character
15442 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15443 ^P (Up Arrow)      Previous line        |
15444 ^N (Down Arrow)    Next line            | F9       Cut marked text or
15445 ^A                 Beginning of line    |            delete current line
15446 ^E                 End of line          | F10      Undelete line(s)
15447 F7                 Previous page        |
15448 F8                 Next page            |-------------------------------------
15449 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15450 ----------------------------------------|
15451 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
15452 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
15453 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
15454 </PRE>
15455 <!--chtml else-->
15456 <PRE>
15457 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15458 ^B (Left Arrow)    Back character       | ^D       Delete current character
15459 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15460 ^P (Up Arrow)      Previous line        |
15461 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
15462 ^A                 Beginning of line    |            delete current line
15463 ^E                 End of line          | ^U       Undelete line(s)
15464 ^Y                 Previous page        |
15465 ^V                 Next page            |-------------------------------------
15466 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15467 ----------------------------------------|
15468 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
15469 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
15470 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
15471 </PRE>
15472 <!--chtml endif-->
15473 &lt;End of help on this topic&gt;
15474 </BODY>
15475 </HTML>
15476 ===== h_composer_sigedit =====
15477 <HTML>
15478 <HEAD>
15479 <TITLE>Signature Editor Commands Explained</TITLE>
15480 </HEAD>
15481 <BODY>
15482 <H1>SIGNATURE EDITOR COMMANDS</H1>
15483 <!--chtml if pinemode="function_key"-->
15484 <PRE>
15485 CURSOR MOTION KEYS                     |EDITING KEYS
15486   ^B (Left Arrow)   Back character     | ^D       Delete current character
15487   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15488   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15489   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15490   ^A                Beginning of line  |           delete current line
15491   ^E                End of line        | F10       Paste text, undelete lines
15492   F7                Previous page      |           cut with ^K, or unjustify
15493   F8                Next page          |-------------------------------------
15494   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15495 ---------------------------------------| F6       Whereis (search for string)
15496 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15497  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15498                  |  ^Z    Suspend      | ^L       Redraw Screen
15499  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15500 </PRE>
15501 <!--chtml else-->
15502 <PRE>
15503 CURSOR MOTION KEYS                     |EDITING KEYS
15504   ^B (Left Arrow)   Back character     | ^D       Delete current character
15505   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15506   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15507   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15508   ^A                Beginning of line  |           delete current line
15509   ^E                End of line        | ^U        Paste text, undelete lines
15510   ^Y                Previous page      |           cut with ^K, or unjustify
15511   ^V                Next page          |-------------------------------------
15512   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15513 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15514 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15515  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15516                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15517  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15518 </PRE>
15519 <!--chtml endif-->
15521 NOTE: The presence or absence of the following commands is determined
15522 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15523 some of these commands may be administratively disabled by your system
15524 manager; if they don't work, please check with your local help desk
15525 before reporting a bug.
15527 <UL>
15528  <LI>Suspend (suspends Alpine and gives a system prompt)
15529  <LI>Alternate editor (allows you to compose with your own editor)
15530 </UL>
15533 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15534 Ctrl-&#92;, ESC
15537 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15538 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15540 &lt;End of help on this topic&gt;
15541 </BODY>
15542 </HTML>
15543 ===== h_composer_commentedit =====
15544 <HTML>
15545 <HEAD>
15546 <TITLE>Comment Editor Commands Explained</TITLE>
15547 </HEAD>
15548 <BODY>
15549 <H1>COMMENT EDITOR COMMANDS</H1>
15550 <!--chtml if pinemode="function_key"-->
15551 <PRE>
15552 CURSOR MOTION KEYS                     |EDITING KEYS
15553   ^B (Left Arrow)   Back character     | ^D       Delete current character
15554   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15555   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15556   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15557   ^A                Beginning of line  |           delete current line
15558   ^E                End of line        | F10       Paste text, undelete lines
15559   F7                Previous page      |           cut with ^K, or unjustify
15560   F8                Next page          |-------------------------------------
15561   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15562 ---------------------------------------| F6       Whereis (search for string)
15563 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15564  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15565                  |  ^Z    Suspend      | ^L       Redraw Screen
15566  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15567 </PRE>
15568 <!--chtml else-->
15569 <PRE>
15570 CURSOR MOTION KEYS                     |EDITING KEYS
15571   ^B (Left Arrow)   Back character     | ^D       Delete current character
15572   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15573   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15574   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15575   ^A                Beginning of line  |           delete current line
15576   ^E                End of line        | ^U        Paste text, undelete lines
15577   ^Y                Previous page      |           cut with ^K, or unjustify
15578   ^V                Next page          |-------------------------------------
15579   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15580 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15581 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15582  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15583                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15584  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15585 </PRE>
15586 <!--chtml endif-->
15588 NOTE: The presence or absence of the following commands is determined
15589 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15590 some of these commands may be administratively disabled by your system
15591 manager; if they don't work, please check with your local help desk
15592 before reporting a bug.
15594 <UL>
15595  <LI>Suspend (suspends Alpine and gives a system prompt)
15596  <LI>Alternate editor (allows you to compose with your own editor)
15597 </UL>
15600 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15601 Ctrl-&#92;, ESC
15604 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15605 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15607 &lt;End of help on this topic&gt;
15608 </BODY>
15609 </HTML>
15610 ======= h_composer_abook_nick =======
15611 <HTML>
15612 <HEAD>
15613 <TITLE>Addressbook Nickname Explained</TITLE>
15614 </HEAD>
15615 <BODY>
15616 This is a short nickname for this address book entry.  If it is used in
15617 place of an address from the composer, the composer will fill in the
15618 address(es) for the entry that matches the nickname. 
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_full =======
15628 <HTML>
15629 <HEAD>
15630 <TITLE>Addressbook Fullname Explained</TITLE>
15631 </HEAD>
15632 <BODY>
15633 This is the full name field for this entry.  If this is going to be a
15634 distribution list (more than one address), it should be a descriptive
15635 phrase describing the list.  It will be included in the mail header if you
15636 put the list in the To: or CC: field, or in the To: line if you put the
15637 list in the Lcc: field.  It's OK to leave this field blank (and OK to
15638 leave any of the other fields blank, too). If this address book entry is
15639 going to be a simple entry with just one address, then this field is the
15640 person's name. When you send mail to this entry, this is the field to the
15641 left of the brackets. That is, it is the most readable part of the 
15642 address. For example, in the sample address:
15643 <PRE>
15644        John Doe &lt;jdoe@some.domain&gt;
15645 </PRE>
15646 "John Doe" is the full name field. If you are sorting your address book
15647 with one of the options that uses full names, then it might be useful to
15648 enter the full name as "Last, First", for example:
15649 <PRE>
15650        Doe, John
15651 </PRE>
15652 so that it will be sorted using Doe instead of John. This will be changed
15653 back into John Doe when you use it.
15655 Look <A HREF="h_edit_nav_cmds">here</A>
15656 to see the available Editing and Navigation commands.
15658 &lt;End of help on this topic&gt;
15659 </BODY>
15660 </HTML>
15661 ======= h_composer_abook_fcc =======
15662 <HTML>
15663 <HEAD>
15664 <TITLE>Addressbook Fcc Explained</TITLE>
15665 </HEAD>
15666 <BODY>
15667 If this entry is the first one in the To: line of an outgoing message,
15668 this field will be used for the Fcc (File Carbon Copy) instead of whatever
15669 you would normally get (which depends on which
15670 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
15671 you've chosen). 
15673 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
15674 that you don't want any Fcc associated with this entry.
15676 Look <A HREF="h_edit_nav_cmds">here</A>
15677 to see the available Editing and Navigation commands.
15679 &lt;End of help on this topic&gt;
15680 </BODY>
15681 </HTML>
15682 ====== h_config_combined_abook_display =====
15683 <HTML>
15684 <HEAD>
15685 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
15686 </HEAD>
15687 <BODY>
15688 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
15690 This feature affects the address book display screens.
15691 Normally, expanding an address book from the ADDRESS BOOK LIST screen
15692 will cause the remaining address books and directory servers to disappear
15693 from the screen, leaving only the entries of the expanded address book.
15694 If this feature is set, then the other address books will remain on the screen,
15695 so that all of the address books can be present at once.
15698 The way that commands work won't be changed.
15699 For example, the Select All command will select all of the entries in the
15700 current address book, not all of the entries in all of the address books.
15701 The WhereIs command will change a little.
15702 It will search through all of the text on the screen plus all of the entries
15703 from expanded address books.
15706 When this feature is set, the setting of the feature
15707 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
15708 has an effect.
15710 &lt;End of help on this topic&gt;
15711 </BODY>
15712 </HTML>
15713 ====== h_config_titlebar_color_style =====
15714 <HTML>
15715 <HEAD>
15716 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
15717 </HEAD>
15718 <BODY>
15719 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
15721 This option affects the colors used to display the titlebar (the top
15722 line on the screen) when viewing a message.
15725 The available options include:
15728 <DL>
15729 <DT>default</DT>
15730 <DD>The color of the titlebar will be the color you set for the
15731 <A HREF="h_config_title_color">Title Color</A>.
15732 The Title Color may be set by using the
15733 <A HREF="h_color_setup">Setup Kolor</A> screen.
15734 </DD>
15736 <DT>indexline</DT>
15737 <DD>The color of the titlebar will be the same as the color of the
15738 index line corresponding to the message being viewed.
15739 The rules that determine what color the index line will be may be set
15740 up by going to the Setup/Rules/Indexcolor screen.
15741 If the index line for a message is not colored explicitly by the
15742 Indexcolor rules, then the titlebar will be colored the same as for
15743 the &quot;default&quot; option above (which is not the same color that
15744 the index line itself will have).
15745 </DD>
15747 <DT>reverse-indexline</DT>
15748 <DD>This is similar to the &quot;indexline&quot; option except the
15749 foreground and background colors from the corresponding index line will
15750 be reversed.
15751 For example, if the index line color is red letters on a white background,
15752 then the titlebar will be white letters on a red background.
15753 If the index line for a message is not colored explicitly by the
15754 Indexcolor rules, then the titlebar will be colored the same as for
15755 the &quot;default&quot; option above (which is not the same color that
15756 the index line itself will have).
15757 </DD>
15758 </DL>
15762 <UL>   
15763 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15764 </UL><P>
15765 &lt;End of help on this topic&gt;
15766 </BODY>
15767 </HTML>
15768 ====== h_config_index_color_style =====
15769 <HTML>
15770 <HEAD>
15771 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
15772 </HEAD>
15773 <BODY>
15774 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
15776 This option affects the colors used to display the current line in the
15777 MESSAGE INDEX screen.
15778 If you do not have Index Color Rules defined, then this option will
15779 have no effect in the index.
15780 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
15782 If the option
15783 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
15784 is turned on and the
15785 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
15786 is set to something other than the default, then
15787 this option also affects the color used to display the current folder
15788 in the Incoming FOLDER LIST screen.
15791 The available options include:
15794 <DL>
15795 <DT>flip-colors</DT>
15796 <DD>This is the default.
15797 If an index line is colored because it matches one of your
15798 Index Color Rules, then its colors will be reversed when it is the currently
15799 highlighted line.
15800 For example, if the line is normally red text on a blue background, then
15801 when it is the current line it will be drawn as blue text on a red background.
15803 The rest of the option values all revert to this flip-colors behavior if
15804 there is no Reverse Color defined.
15805 </DD>
15807 <DT>reverse</DT>
15808 <DD>With this option the Reverse color is always used to highlight the
15809 current line.
15810 </DD>
15812 <DT>reverse-fg</DT>
15813 <DD>The foreground 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 background colors to emphasize &quot;interesting&quot; lines,
15821 but always with the same Normal foreground color,
15822 and you use a different foreground color for the Reverse Color.
15823 </DD>
15825 <DT>reverse-fg-no-ambiguity</DT>
15826 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
15827 the resulting color will be exactly the same as the regular Reverse
15828 Color.
15829 That can lead to some possible confusion because an
15830 &quot;interesting&quot;
15831 line that is the current line will be displayed exactly the same as a
15832 non-interesting line that is current.
15833 You can't tell whether the line is just a regular current line or if it is
15834 an &quot;interesting&quot; current line by looking at the color.
15835 Setting the option to this value removes that ambiguity.
15836 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
15837 interesting current line would look just like a non-interesting current line.
15838 In that case, the interesting line's colors are simply flipped (like in the
15839 default behavior).
15841 As an alternative way to preserve the line's interestingness in this case,
15842 you may find that using both a different foreground and a different
15843 background color for the interesting line will help.
15844 </DD>
15846 <DT>reverse-bg</DT>
15847 <DD>The background part of the Reverse Color is used to highlight
15848 the current line.
15849 If this would cause the text to be unreadable (because the foreground and
15850 background colors are the same) or if it would cause no change in the
15851 color of the index line, then the colors are flipped instead.
15853 Some people think this works particularly well if you use different
15854 foreground colors to emphasize &quot;interesting&quot; lines,
15855 but always with the same Normal background color,
15856 and you use a different background color for the Reverse Color.
15857 </DD>
15859 <DT>reverse-bg-no-ambiguity</DT>
15860 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
15861 rule may also result in a color that is exactly the same as the regular
15862 Reverse Color.
15863 Setting the option to this value removes that ambiguity.
15864 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
15865 current line has the same color as the Reverse Color.
15866 In that case, the interesting line's colors are simply flipped (like in the
15867 default behavior).
15868 </DD>
15869 </DL>
15873 <UL>   
15874 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15875 </UL><P>
15876 &lt;End of help on this topic&gt;
15877 </BODY>
15878 </HTML>
15879 ====== h_config_expanded_addrbooks =====
15880 <HTML>
15881 <HEAD>
15882 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
15883 </HEAD>
15884 <BODY>
15885 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
15887 If multiple address books (either personal or global) are defined, and you
15888 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
15889 screen, then set this feature. This feature will have no effect unless the
15890 feature
15891 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
15892 is also set.
15894 &lt;End of help on this topic&gt;
15895 </BODY>
15896 </HTML>
15897 ====== h_config_combined_folder_display =====
15898 <HTML>
15899 <HEAD>
15900 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
15901 </HEAD>
15902 <BODY>
15903 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
15905 This feature affects the folder list display screens.
15906 Normally, each folder list is viewed within its collection only.  This
15907 command allows folder lists to be viewed within a single screen that
15908 combines the contents of all collections.
15911 The way that commands work won't be changed.
15912 For example, the Select All command will select all of the folders in the
15913 current collection, not all of the entries in all of the collections.
15914 The WhereIs command will change a little.
15915 It will search through all of the folders in the current collection as well
15916 as all the folder in any other expanded collection.
15919 When this feature is set, the setting of the feature
15920 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
15921 has an effect.
15923 &lt;End of help on this topic&gt;
15924 </BODY>
15925 </HTML>
15926 ====== h_config_combined_subdir_display =====
15927 <HTML>
15928 <HEAD>
15929 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
15930 </HEAD>
15931 <BODY>
15932 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
15934 This feature affects the Folder List screen when
15936 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15937 feature is enabled.  Normally, selecting a directory from the Folder
15938 List takes you into a new screen displaying only the contents of
15939 that directory.
15942 Enabling this feature will cause the contents of the selected
15943 directory to be
15944 displayed within the boundaries of the &quot;Collection&quot; it
15945 is a part of.  All previously displayed collections will remain
15946 in the screen.
15949 The way that commands work won't be changed.
15950 For example, the Select All command will select all of the folders in the
15951 directory, as opposed to all of the entries in all of the collections.
15952 The WhereIs command will change a little.
15953 It will search through all of the folders in the current collection as well
15954 as all the folder in any other expanded collection.
15957 &lt;End of help on this topic&gt;
15958 </BODY>
15959 </HTML>
15960 ====== h_config_separate_fold_dir_view =====
15961 <HTML>
15962 <HEAD>
15963 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
15964 </HEAD>
15965 <BODY>
15966 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
15968 This feature affects folder collections wherein a folder
15969 and directory can have the same name.  By default, Alpine displays them
15970 only once, denoting that it is both a folder and directory by appending
15971 the folder name with the hierarchy character enclosed
15972 in square brackets.
15976 Enabling this feature will cause Alpine to display such names
15977 separately marking the name representing a directory with a trailing
15978 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
15981 The feature also alters the command set slightly.  By default, the
15982 right-arrow descends into the directory, while hitting the Return key will
15983 cause the folder by that name to be opened.
15986 With this feature set, the Return key will open the highlighted folder, or
15987 enter the highlighted directory.
15990 &lt;End of help on this topic&gt;
15991 </BODY>
15992 </HTML>
15993 ====== h_config_expanded_folders =====
15994 <HTML>
15995 <HEAD>
15996 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
15997 </HEAD>
15998 <BODY>
15999 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
16001 If multiple folder collections are defined, and you
16002 wish to have them all expanded implicitly upon entering the FOLDER LIST
16003 screen, then set this feature. This feature will have no effect unless the
16004 feature
16005 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
16006 is also set.
16008 &lt;End of help on this topic&gt;
16009 </BODY>
16010 </HTML>
16011 ======= h_config_ldap_server =======
16012 <HTML>
16013 <HEAD>
16014 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
16015 </HEAD>
16016 <BODY>
16017 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
16018 This is the name of the host where an LDAP server is running.
16019 For redundancy, this may be a space-delimited set of server names, in which
16020 case the first server that answers is used.
16021 Each of the server names may be optionally followed by
16022 a colon and a port number.
16023 If this form is used then the port number configured below in the
16024 <EM>port</EM> field is not used.
16026 To find out whether your organization has its own LDAP server, 
16027 contact its computing support staff.
16028 <P><UL>
16029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16030 </UL>
16032 &lt;End of help on this topic&gt;
16033 </BODY>
16034 </HTML>
16035 ======= h_config_ldap_base =======
16036 <HTML>
16037 <HEAD>
16038 <TITLE>LDAP OPTION: Search-Base</TITLE>
16039 </HEAD>
16040 <BODY>
16041 <H1>LDAP OPTION: Search-Base</H1>
16043 This is the search base to be used on this server.  It functions as a filter 
16044 by restricting your searches in the LDAP server database
16045 to the specified contents of the specified fields.  Without it, searches 
16046 submitted to this directory server may fail.  It might be something
16047 like:
16049 <PRE>
16050       O = &lt;Your Organization Name&gt;, C = US
16051 </PRE>
16052 or it might be blank.  
16053 (Some LDAP servers actually ignore anything specified here.)
16055 If in doubt what parameters you should specify here, 
16056 contact the maintainers of the LDAP server.
16057 <P><UL>
16058 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16059 </UL>
16061 &lt;End of help on this topic&gt;
16062 </BODY>
16063 </HTML>
16064 ======= h_config_ldap_port =======
16065 <HTML>
16066 <HEAD>
16067 <TITLE>LDAP OPTION: Port</TITLE>
16068 </HEAD>
16069 <BODY>
16070 <H1>LDAP OPTION: Port</H1>
16072 This is the TCP port number to be used with this LDAP server. If you leave
16073 this blank port 389 will be used.
16075 &lt;End of help on this topic&gt;
16076 </BODY>
16077 </HTML>
16078 ======= h_config_ldap_nick =======
16079 <HTML>
16080 <HEAD>
16081 <TITLE>LDAP OPTION: Nickname</TITLE>
16082 </HEAD>
16083 <BODY>
16084 <H1>LDAP OPTION: Nickname</H1>
16086 This is a nickname to be used in displays. If you don't supply a
16087 nickname the server name
16088 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
16089 will be used instead.  This option is strictly for your convenience.
16091 &lt;End of help on this topic&gt;
16092 </BODY>
16093 </HTML>
16094 ======= h_config_ldap_binddn =======
16095 <HTML>
16096 <HEAD>
16097 <TITLE>LDAP OPTION: Bind-DN</TITLE>
16098 </HEAD>
16099 <BODY>
16100 <H1>LDAP OPTION: Bind-DN</H1>
16102 You may need to authenticate to the LDAP server before you are able to use it.
16103 This is the Distinguished Name to bind to when authenticating to this server.
16104 Try leaving this blank until you know you need it.
16106 Alpine only knows about LDAP Simple authentication.
16107 It does not attempt LDAP SASL authentication.
16108 The DN and password will be sent in the clear unless TLS encryption is
16109 being used on this connection.
16110 Because of this, you may want to set the LDAP feature
16111 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
16112 or the feature
16113 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16114 if you are going to be providing a password.
16115 <P><UL>
16116 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16117 </UL>
16119 &lt;End of help on this topic&gt;
16120 </BODY>
16121 </HTML>
16122 ======= h_config_ldap_opts_impl =======
16123 <HTML>
16124 <HEAD>
16125 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
16126 </HEAD>
16127 <BODY>
16128 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
16130 Set this to have lookups done to this server implicitly from the composer.
16131 If an address doesn't look like a fully-qualified address, it will be looked
16132 up in your address books, and if it doesn't match a nickname there, then it
16133 will be looked up on the LDAP servers that have this feature set.
16134 The lookups will also be done when using the address completion feature
16135 (TAB command) in the composer if any of the servers have this feature set.
16136 Also see the LDAP feature
16137 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
16138 and the Setup/Config feature
16139 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
16141 &lt;End of help on this topic&gt;
16142 </BODY>
16143 </HTML>
16144 ======= h_config_ldap_opts_tls =======
16145 <HTML>
16146 <HEAD>
16147 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
16148 </HEAD>
16149 <BODY>
16150 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
16152 When connecting to this server Alpine will attempt to use TLS encryption
16153 on the connection.
16154 Also see the closely related feature
16155 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16157 Note that if this option is set, then 
16158 <A HREF="h_config_ldap_opts_ldaps">
16159 &quot;Require-LDAPS-On-Connection&quot;</A>
16160 can not be enabled for this server. You must disable this feature in
16161 order to use 
16162 <A HREF="h_config_ldap_opts_ldaps">
16163 &quot;Require-LDAPS-On-Connection&quot;</A>
16165 &lt;End of help on this topic&gt;
16166 </BODY>
16167 </HTML>
16168 ======= h_config_ldap_opts_tlsmust =======
16169 <HTML>
16170 <HEAD>
16171 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
16172 </HEAD>
16173 <BODY>
16174 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
16176 When connecting to this server Alpine will attempt to use TLS encryption
16177 on the connection.
16178 If the StartTLS operation fails then the connection will not be used.
16180 Note that if this option is set, then 
16181 <A HREF="h_config_ldap_opts_ldaps">
16182 &quot;Require-LDAPS-On-Connection&quot;</A>
16183 can not be enabled for this server. You must disable this feature in
16184 order to use 
16185 <A HREF="h_config_ldap_opts_ldaps">
16186 &quot;Require-LDAPS-On-Connection&quot;</A>
16188 &lt;End of help on this topic&gt;
16189 </BODY>
16190 </HTML>
16191 ======= h_config_ldap_opts_ldaps =======
16192 <HTML>
16193 <HEAD>
16194 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
16195 </HEAD>
16196 <BODY>
16197 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
16199 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
16200 on the connection.
16202 This feature can not be used along with 
16203 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16204  or
16205 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
16206 If you want to connect using StartTLS to this server, you must disable
16207 this feature first.
16209 &lt;End of help on this topic&gt;
16210 </BODY>
16211 </HTML>
16212 ====== h_config_ldap_opts_rhs =====
16213 <HTML>
16214 <HEAD>
16215 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
16216 </HEAD>
16217 <BODY>
16218 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
16220 Normally implicit LDAP lookups from the composer are done only for the
16221 strings you type in from the composer screen. In other words, you type in
16222 something in the To or CC field and press return, then the string is looked up.
16223 First that string is looked up in your address books. If a match is found
16224 there, then the results of that match are looked up again. If you place
16225 a string in your address book that you want to have looked up on the LDAP
16226 directory server, you need to turn on this feature. If you set this feature
16227 for a server, you almost always will also want to set the
16228 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
16229 feature. An example might serve to best illustrate this feature.
16231 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
16232 entry with an
16233 address of pres@whitehouse.gov, then you might put an entry in your address
16234 book that looks like:
16236 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
16237 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
16239 Now, when you type &quot;bill&quot; into an
16240 address field in the composer Alpine will
16241 find the &quot;bill&quot; entry in your address book.
16242 It will replace &quot;bill&quot; with
16243 &quot;William Clinton&quot;.
16244 It will then search for an entry with that nickname
16245 in your address book and not find one. If this feature
16246 is set, Alpine will then attempt to lookup
16247 &quot;William Clinton&quot; on the LDAP server and find the entry with address
16248 pres@whitehouse.gov.
16250 A better way to accomplish the same thing is probably to use the feature
16251 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
16253 &lt;End of help on this topic&gt;
16254 </BODY>
16255 </HTML>
16256 ====== h_config_ldap_opts_ref =====
16257 <HTML>
16258 <HEAD>
16259 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
16260 </HEAD>
16261 <BODY>
16262 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
16264 Normally when you save the results of an LDAP directory lookup to your
16265 address book the results of the lookup are saved. If this feature is set
16266 and the entry being saved was found on this directory server, then the
16267 search criteria is saved instead of the results of the search. When this
16268 address book entry is used in the future, instead of copying the results
16269 from the address book the directory lookup will be done again. This could
16270 be useful if the copied result might become stale because the data on
16271 the directory server changes (for example, the entry's email address changes).
16272 You probably don't want to set this feature if the server is at all slow or
16273 unreliable.
16275 The way this actually works is that instead of saving the email address
16276 in your address book, Alpine saves enough information to look up the same
16277 directory entry again. In particular, it saves the server name and the
16278 distinguished name of the entry. It's possible that the server administrators
16279 might change the format of distinguished names on the server, or that the
16280 entry might be removed from the server. If Alpine notices this, you will be warned
16281 and a backup copy of the email address will be used. You may want to create
16282 a new entry in this case, since you will get the annoying warning every
16283 time you use the old entry. You may do that by Saving the entry to a new
16284 nickname in the same address book. You will be asked whether or not you
16285 want to use the backup email address.
16287 A related feature in the Setup/Config screen is
16288 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
16290 &lt;End of help on this topic&gt;
16291 </BODY>
16292 </HTML>
16293 ======= h_config_ldap_opts_nosub =======
16294 <HTML>
16295 <HEAD>
16296 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
16297 </HEAD>
16298 <BODY>
16299 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
16301 Spaces in your input are normally handled specially.
16302 Each space character is replaced
16305 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
16307 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
16308 The reason this is done is so the input string
16310 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
16312 (which is converted to &quot;Greg* Donald&quot;) will match
16313 the names &quot;Greg Donald&quot;,
16314 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
16315 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
16316 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
16317 then it would also match the name &quot;Greg Donaldson&quot;.
16319 Turning on this feature will disable this substitution.
16321 &lt;End of help on this topic&gt;
16322 </BODY>
16323 </HTML>
16324 ====== h_config_ldap_searchtypes =======
16325 <HTML>
16326 <HEAD>
16327 <TITLE>LDAP OPTION: Search-Type</TITLE>
16328 </HEAD>
16329 <BODY>
16330 <H1>LDAP OPTION: Search-Type</H1>
16332 This affects the way that LDAP searches are done.
16333 In particular, this tells the server where to look for the string to be matched.
16334 If set to &quot;name&quot; then the string that is being searched for will
16335 be compared with the string in the
16336 &quot;Name&quot; field on the server
16337 (technically, it is the &quot;commonname&quot; field on the server).
16338 &quot;Surname&quot; means we're looking for a
16339 match in the &quot;Surname&quot; field on the
16340 server (actually the &quot;sn&quot; field).
16341 &quot;Givenname&quot; really is &quot;givenname&quot;
16342 and &quot;email&quot; is the electronic mail address (this is actually the field
16343 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
16344 The other three types are combinations of
16345 the types listed so far. &quot;Name-or-email&quot;
16346 means the string should appear
16347 in either the &quot;name&quot; field OR the &quot;email&quot; field.
16348 Likewise, &quot;surname-or-givenname&quot;
16349 means &quot;surname&quot; OR &quot;givenname&quot;
16350 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
16352 This search TYPE is combined with the
16353 search <A HREF="h_config_ldap_searchrules">RULE</A>
16354 to form the actual search query.
16356 The usual default value for this
16357 option is &quot;sur-or-given-or-name-or-email&quot;.
16358 This type of search may be slow on some servers.
16359 Try &quot;name-or-email&quot;, which is often
16360 faster, or just &quot;name&quot; if the performance seems to be a problem.
16362 Some servers have been configured with different attribute names for
16363 these four fields.
16364 In other words, instead of using the attribute name &quot;mail&quot;
16365 for the email address field, the server might be configured to use something
16366 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
16367 Alpine can be configured to use these different attribute names by using
16368 the four configuration options:
16369 <P><UL>
16370 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16371 </UL>
16372 <P><UL>
16373 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16374 </UL>
16375 <P><UL>
16376 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16377 </UL>
16378 <P><UL>
16379 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16380 </UL>
16382 &lt;End of help on this topic&gt;
16383 </BODY>
16384 </HTML>
16385 ====== h_config_ldap_searchrules =======
16386 <HTML>
16387 <HEAD>
16388 <TITLE>LDAP OPTION: Search-Rule</TITLE>
16389 </HEAD>
16390 <BODY>
16391 <H1>LDAP OPTION: Search-Rule</H1>
16393 This affects the way that LDAP searches are done.
16394 If set to &quot;equals&quot; then
16395 only exact matches count.
16396 &quot;Contains&quot; means that the string you type in
16397 is a substring of what you are matching against.
16398 &quot;Begins-with&quot; and &quot;ends-with&quot;
16399 mean that the string starts or ends with the string you type in.
16401 Spaces in your input are normally handled specially, but you can turn that
16402 special handling off with the
16403 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16404 feature.
16406 The usual default value for this option is &quot;begins-with&quot;.
16408 &lt;End of help on this topic&gt;
16409 </BODY>
16410 </HTML>
16411 ======= h_config_ldap_email_attr =======
16412 <HTML>
16413 <HEAD>
16414 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
16415 </HEAD>
16416 <BODY>
16417 <H1>LDAP OPTION: EmailAttribute</H1>
16419 This is the name of the attribute that is searched for when looking for
16420 an email address. The default value for this option is &quot;mail&quot; or
16421 &quot;electronicmail&quot;.
16422 If the server you are using uses a different attribute name for the email
16423 address, put that attribute name here.
16425 This will affect the search filter used if your Search-Type is one that
16426 contains a search for &quot;email&quot;.
16427 It will also cause the attribute value matching this attribute name to be used
16428 as the email address when you look up an entry from the composer.
16430 &lt;End of help on this topic&gt;
16431 </BODY>
16432 </HTML>
16433 ======= h_config_ldap_sn_attr =======
16434 <HTML>
16435 <HEAD>
16436 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
16437 </HEAD>
16438 <BODY>
16439 <H1>LDAP OPTION: SurnameAttribute</H1>
16441 This is the name of the attribute that is searched for when looking for
16442 the surname of the entry. The default value for this option is &quot;sn&quot;.
16443 If the server you are using uses a different attribute name for the surname,
16444 put that attribute name here.
16445 This will affect the search filter used if your Search-Type is one that
16446 contains a search for &quot;surname&quot;.
16448 &lt;End of help on this topic&gt;
16449 </BODY>
16450 </HTML>
16451 ======= h_config_ldap_gn_attr =======
16452 <HTML>
16453 <HEAD>
16454 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
16455 </HEAD>
16456 <BODY>
16457 <H1>LDAP OPTION: GivennameAttribute</H1>
16459 This is the name of the attribute that is searched for when looking for
16460 the given name of the entry. The default value for this option is &quot;givenname&quot;.
16461 If the server you are using uses a different attribute name for the given name,
16462 put that attribute name here.
16463 This will affect the search filter used if your Search-Type is one that
16464 contains a search for &quot;givenname&quot;.
16466 &lt;End of help on this topic&gt;
16467 </BODY>
16468 </HTML>
16469 ======= h_config_ldap_cn_attr =======
16470 <HTML>
16471 <HEAD>
16472 <TITLE>LDAP OPTION: NameAttribute</TITLE>
16473 </HEAD>
16474 <BODY>
16475 <H1>LDAP OPTION: NameAttribute</H1>
16477 This is the name of the attribute that is searched for when looking for
16478 the name of the entry. The default value for this option is &quot;cn&quot;, which
16479 stands for common name.
16480 If the server you are using uses a different attribute name for the name,
16481 put that attribute name here.
16482 This will affect the search filter used if your Search-Type is one that
16483 contains a search for &quot;name&quot;.
16485 &lt;End of help on this topic&gt;
16486 </BODY>
16487 </HTML>
16488 ======= h_config_ldap_time =======
16489 <HTML>
16490 <HEAD>
16491 <TITLE>LDAP OPTION: Timelimit</TITLE>
16492 </HEAD>
16493 <BODY>
16494 <H1>LDAP OPTION: Timelimit</H1>
16496 This places a limit on the number of seconds the LDAP search will continue.
16497 The default is 30 seconds. A value of 0 means no limit. Note that some servers
16498 may place limits of their own on searches.
16500 &lt;End of help on this topic&gt;
16501 </BODY>
16502 </HTML>
16503 ======= h_config_ldap_size =======
16504 <HTML>
16505 <HEAD>
16506 <TITLE>LDAP OPTION: Sizelimit</TITLE>
16507 </HEAD>
16508 <BODY>
16509 <H1>LDAP OPTION: Sizelimit</H1>
16511 This places a limit on the number of entries returned by the LDAP server.
16512 A value of 0 means no limit. The default is 0. Note that some servers
16513 may place limits of their own on searches.
16515 &lt;End of help on this topic&gt;
16516 </BODY>
16517 </HTML>
16518 ======= h_config_ldap_cust =======
16519 <HTML>
16520 <HEAD>
16521 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
16522 </HEAD>
16523 <BODY>
16524 <H1>LDAP OPTION: Custom-Search-Filter</H1>
16526 This one is for advanced users only! If you define this, then the
16527 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
16528 However, the feature
16529 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16530 is still in effect.
16531 That is, the space substitution will take place even in a custom filter unless
16532 you disable it.
16534 If your LDAP service stops working and you suspect it might be because
16535 of your custom filter, just delete this filter and try using the
16536 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
16537 Another option that sometimes causes trouble is the
16538 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
16540 This variable may be set to the string representation of an LDAP search
16541 filter (see RFC1960). In the places where you want the address string to be
16542 substituted in, put a '%s' in this filter string. Here are some examples:
16544 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
16545 is equivalent to the &quot;Custom-Search-Filter&quot;
16546 <PRE>
16547      (cn=%s*)
16548 </PRE>
16549 When you try to match against the string &quot;string&quot; the program replaces
16550 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
16551 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
16553 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
16554 of &quot;contains&quot; is equivalent to
16555 <PRE>
16556      (|(cn=*%s*)(mail=*%s*))
16557 </PRE>
16559 If your server uses a different attribute <EM>name</EM> than
16560 Alpine uses by default,
16561 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
16562 then you may be able to use one or more of the four attribute configuration
16563 options instead of defining a custom filter:
16564 <P><UL>
16565 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16566 </UL>
16567 <P><UL>
16568 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16569 </UL>
16570 <P><UL>
16571 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16572 </UL>
16573 <P><UL>
16574 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16575 </UL>
16577 &lt;End of help on this topic&gt;
16578 </BODY>
16579 </HTML>
16580 ======= h_composer_abook_comment =======
16581 <HTML>
16582 <HEAD>
16583 <TITLE>Addressbook Comment Explained</TITLE>
16584 </HEAD>
16585 <BODY>
16586 This is a comment to help you remember what this entry is. The WhereIs
16587 command searches comments so that it is easier to find an entry with a comment
16588 you know about attached to it. This field is not used in the outgoing message.
16590 Look <A HREF="h_edit_nav_cmds">here</A>
16591 to see the available Editing and Navigation commands.
16593 &lt;End of help on this topic&gt;
16594 </BODY>
16595 </HTML>
16596 ======= h_composer_abook_addrs =======
16597 <HTML>
16598 <HEAD>
16599 <TITLE>Addressbook Lists</TITLE>
16600 </HEAD>
16601 <BODY>
16602 <H1>Addressbook Lists</H1>
16604 This is a list of addresses to send to when sending to this address book
16605 entry.  Each member of the list may be an address or another nickname from
16606 any of your address books.  If it is an address, it is OK to include the
16607 full name field as well as the electronic address portion of that address.
16608 For example, the following are all legitimate entries in this field:
16610 <DL><DT>&nbsp;</DT>
16611 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
16612 <DD>jdoe@some.domain
16613 <DD>John Doe &lt;jdoe@some.domain&gt;
16614 </DL>
16616 The addresses should be listed separated by commas, just like you would
16617 enter them from the composer.
16621 The only difference between a distribution list and a simple entry with a
16622 single address, is that a distribution list has more than one address   
16623 listed in the Addresses: field, whereas a simple personal entry has just  
16624 one address.
16628 For individual address book entries, if there is a full name in the
16629 Fullname: field (filling in the Fullname: field is not required), it is
16630 used.  If the full name is specified in the Address: field and not in the
16631 Fullname: field, then the full name from the Address: field is used.
16635 If you type the nickname of a distribution list from one of your address 
16636 books in the Lcc: field, then the full name of that list is used in the  
16637 To: field.  If you put a list in the To: or Cc: fields, that list will be
16638 expanded into all of its addresses.  If the list has a full name, then
16639 that will appear at the beginning of the addresses.
16641 <DL><DT>&nbsp;</DT>
16642 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
16643 &lt;sal@here.there&gt;
16644 </DL>
16646 If the first address in the distribution list also has a full name, then
16647 the list full name and that full name are combined into something like the
16648 following:
16650 <DL><DT>&nbsp;</DT>
16651 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
16652 </DL>
16655 If you specify a list via Lcc, the full name is used in the To: line.  If
16656 you specify a list in the To: or Cc: fields, then it uses the same method
16657 as for individual entries for filling in the full name.
16661 For help with editing and navigation commands, check the Help for the
16662 Nickname: field.
16665 &lt;End of help on this topic&gt;
16666 </BODY>
16667 </HTML>
16668 ======= h_config_xoauth2_client_id =======
16669 <HTML>
16670 <HEAD>
16671 <TITLE>Client-Id Explained</TITLE>
16672 </HEAD>
16673 <BODY>
16674 <H1>Client-Id Explained</H1>
16676 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16677 someone has shared a client-id and client-secret with you, use this field to input the
16678 client-id.
16680 The Client-Id field is a string that your provider generates for the program
16681 being registered. However, some providers allow different users to register
16682 the same program. Users of the Mutt email program already do this to use
16683 XOAUTH2 authentication in Gmail.
16686 &lt;End of help on this topic&gt;
16687 </BODY>
16688 </HTML>
16689 ======= h_config_xoauth2_client_secret =======
16690 <HTML>
16691 <HEAD>
16692 <TITLE>Client-Secret Explained</TITLE>
16693 </HEAD>
16694 <BODY>
16695 <H1>Client-Secret Explained</H1>
16697 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16698 someone has shared a client-id and client-secret with you, use this field to input the
16699 client-secret. Some servers require both a client-id and a client-secret, some other servers do
16700 not require a client-secret. If a client-secret is required, use this field to add one.
16702 <P> The client-secret field is supposed to be kept secret, that is, not
16703 shared with any of the users, but due to the open source nature of Alpine,
16704 it is not possible to keep it secret in any meaningful way. The intention
16705 of this field is so that only the coders of an app can use the codes given
16706 to them and authenticate their users to the services they are requesting.
16707 This means that other coders would not be able to impresonate that app,
16708 and use it to steal data from those users. In the case of Alpine this is
16709 not possible, as Alpine does not steal data from its users, so users are safe
16710 sharing client-secrets. Just make sure you obtain your copy of Alpine from
16711 a reputable provider or compile the source code by yourself. The official
16712 source code of this project is located at
16714 <P><CENTER><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A>.</CENTER>
16717 &lt;End of help on this topic&gt;
16718 </BODY>
16719 </HTML>
16720 ======= h_config_xoauth2_tenant =======
16721 <HTML>
16722 <HEAD>
16723 <TITLE>Tenant Explained</TITLE>
16724 </HEAD>
16725 <BODY>
16726 <H1>Tenant Explained</H1>
16728 The tenant is a way in which an app can be restricted. Alpine by default
16729 has no restrictions, which means that it can be used to access any service;
16730 however, a system administrator might register their own app and make it
16731 available only to those in their organization.
16734 This setting allows a system administrator to register Alpine with a different
16735 client-id and client-secret and further restrict access to only authorized
16736 users.
16739 &lt;End of help on this topic&gt;
16740 </BODY>
16741 </HTML>
16742 ======= h_config_xoauth2_flow =======
16743 <HTML>
16744 <HEAD>
16745 <TITLE>Flow Explained</TITLE>
16746 </HEAD>
16747 <BODY>
16748 <H1>Flow Explained</H1>
16750 The first time you connect to a service to authorize Alpine access to your
16751 email, you will have to do a certain number of steps, which typically involve
16752 to login to your account using a browser, and agreeing to give Alpine certain
16753 rights to access your account.
16756 How this process is going to be done depends on the service. Some services
16757 allow you to give access to Alpine and later generate a code that you
16758 input into Alpine, while others give you a code you have to use before you
16759 approve access to Alpine to access your email.
16761 <P> An example of a service that gives you a code after you authorize
16762 Alpine is Gmail, and this process is called internally as &quot;Authorize&quot;.
16763 An example of a service that gives you a code before you authorize Alpine
16764 is Outlook, and this process is called &quot;Device&quot;. However, some services,
16765 like Outlook, offer both services, and you can choose which flow you would like
16766 to use. You
16767 can choose between the &quot;Authorize&qupt; and &quot;Device&quot; in these servers.
16768 If you forget to configure
16769 this, Alpine will ask you in these situations which method to use before it starts
16770 to setup the process to get your authrization.
16773 &lt;End of help on this topic&gt;
16774 </BODY>
16775 </HTML>
16776 ======= h_config_xoauth2_username =======
16777 <HTML>
16778 <HEAD>
16779 <TITLE>Username Explained</TITLE>
16780 </HEAD>
16781 <BODY>
16782 <H1>Username Explained</H1>
16784 This variable is a list of usernames for which the configuration for the
16785 given service is valid. You may have more than one username for which this
16786 configuration is correct.
16789 Alpine will use the usernames in this list to associate your username with
16790 the correct configuration in Alpine. If Alpine cannot determine which configuration
16791 to use, Alpine will offer you a list of client-ids that you have configured
16792 for that service and ask you to pick one. Your answer will be saved  in your
16793 .pinerc file.
16796 &lt;End of help on this topic&gt;
16797 </BODY>
16798 </HTML>
16799 ======= h_config_role_nick =======
16800 <HTML>
16801 <HEAD>
16802 <TITLE>Nickname Explained</TITLE>
16803 </HEAD>
16804 <BODY>
16805 <H1>Nickname Explained</H1>
16807 This is a nickname to help you.
16808 You should have a different nickname for each role you define.
16809 The nickname will be used in the SETUP ROLE RULES screen to allow you to
16810 pick a role to edit.
16811 It will also be used when you send a message to let you know you are
16812 sending with a different role than you use by default, and
16813 it will be useful for choosing a role when composing with the Role command
16814 or when composing with one of the Role Uses set to With Confirmation.
16815 This field is not used in the outgoing message.
16817 Look <A HREF="h_edit_nav_cmds">here</A>
16818 to see the available Editing and Navigation commands.
16820 &lt;End of help on this topic&gt;
16821 </BODY>
16822 </HTML>
16823 ======= h_config_role_comment =======
16824 <HTML>
16825 <HEAD>
16826 <TITLE>Comment Explained</TITLE>
16827 </HEAD>
16828 <BODY>
16829 <H1>Comment Explained</H1>
16831 This is a comment to help you.
16832 This comment does not play any functional role, it is simply an optional
16833 comment to help you remember what the rule is for.
16835 Look <A HREF="h_edit_nav_cmds">here</A>
16836 to see the available Editing and Navigation commands.
16838 &lt;End of help on this topic&gt;
16839 </BODY>
16840 </HTML>
16841 ======= h_config_other_nick =======
16842 <HTML>
16843 <HEAD>
16844 <TITLE>Nickname Explained</TITLE>
16845 </HEAD>
16846 <BODY>
16847 <H1>Nickname Explained</H1>
16849 This is a nickname to help you.
16850 You should have a different nickname for each rule you define.
16851 The nickname will be used in the SETUP OTHER RULES screen to allow you to
16852 pick a rule to edit.
16854 Look <A HREF="h_edit_nav_cmds">here</A>
16855 to see the available Editing and Navigation commands.
16857 &lt;End of help on this topic&gt;
16858 </BODY>
16859 </HTML>
16860 ======= h_config_score_nick =======
16861 <HTML>
16862 <HEAD>
16863 <TITLE>Nickname Explained</TITLE>
16864 </HEAD>
16865 <BODY>
16866 <H1>Nickname Explained</H1>
16868 This is a nickname to help you.
16869 You should have a different nickname for each scoring rule you define.
16870 The nickname will be used in the SETUP SCORING RULES screen to allow you to
16871 pick a rule to edit.
16873 Look <A HREF="h_edit_nav_cmds">here</A>
16874 to see the available Editing and Navigation commands.
16876 &lt;End of help on this topic&gt;
16877 </BODY>
16878 </HTML>
16879 ======= h_config_incol_nick =======
16880 <HTML>
16881 <HEAD>
16882 <TITLE>Nickname Explained</TITLE>
16883 </HEAD>
16884 <BODY>
16885 <H1>Nickname Explained</H1>
16887 This is a nickname to help you.
16888 You should have a different nickname for each color rule you define.
16889 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
16890 pick a rule to edit.
16892 Look <A HREF="h_edit_nav_cmds">here</A>
16893 to see the available Editing and Navigation commands.
16895 &lt;End of help on this topic&gt;
16896 </BODY>
16897 </HTML>
16898 ======= h_config_filt_nick =======
16899 <HTML>
16900 <HEAD>
16901 <TITLE>Nickname Explained</TITLE>
16902 </HEAD>
16903 <BODY>
16904 <H1>Nickname Explained</H1>
16906 This is a nickname to help you.
16907 You should have a different nickname for each filtering rule you define.
16908 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
16909 pick a rule to edit.
16911 Look <A HREF="h_edit_nav_cmds">here</A>
16912 to see the available Editing and Navigation commands.
16914 &lt;End of help on this topic&gt;
16915 </BODY>
16916 </HTML>
16917 ======= h_config_score_topat =======
16918 <HTML>
16919 <HEAD>
16920 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16921 </HEAD>
16922 <BODY>
16923 <H1>&quot;To:&quot; Pattern Explained</H1>
16925 Any text you enter as the &quot;To pattern&quot;
16926 will be compared to the recipients from the To: line of
16927 the message being scored.
16928 When the text you entered matches
16929 all or part of the To: line of a message, then the Score Value
16930 you have specified will be added to the score for the message.
16931 (Any other non-blank parts of the Pattern must match, too.)
16934 You may enter a complete email address, part of an address, or a
16935 list of addresses or partial addresses.
16936 For example:
16939 <PRE>
16940  To pattern = friend@public.com
16942  To pattern = rated.net
16944  To pattern = xxx@adults.com
16945               admin@msn.com
16946               fool@motleyfool.com
16947 </PRE>
16950 Each of those are valid To patterns.
16953 Messages match those patterns if any of the
16954 addresses in the To: line of the message contains the pattern.
16955 If the pattern is a list of patterns
16956 (like the last example above) then it is a match if any of the patterns in
16957 the list match any of the addresses in the To: line.
16958 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16959 present for a match.
16960 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16961 address2 must be present.
16962 That is exactly what using a list does.)
16965 Some messages may be &quot;bounced&quot; to you, and will
16966 have a &quot;Resent-To:&quot; header line.
16967 If the message contains a Resent-To: line
16968 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16969 Alpine will look for
16970 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16971 the original To: line.
16974 When entering a pattern, you may choose an address from your address book
16975 with the &quot;T&quot; command.
16978 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16979 &quot;!&quot; &quot;toggle NOT&quot; command.
16980 This changes the meaning of the To pattern so that it has the opposite meaning.
16981 It will be considered a match if there are no matches between the
16982 addresses in the To: line and the list of To patterns.
16984 Don't make the mistake of putting the &quot;!&quot; in the data field for
16985 the pattern.
16986 For example, if you type the characters &quot;!frizzle&quot; into the To
16987 pattern, the pattern will look like:
16989 <PRE>
16990  To pattern = !frizzle
16991 </PRE>
16993 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16994 In order to match messages that do not have &quot;frizzle&quot; in
16995 their To field, first type the characters &quot;frizzle&quot; followed
16996 by carriage return for the value of the To pattern, then negate it
16997 by typing the &quot;!&quot; command.
16998 It should end up looking like
17000 <PRE>
17001  ! To pattern = frizzle
17002 </PRE>
17004 You are not limited to using the six standard header patterns that are
17005 normally shown (To, From, Sender, Cc, News, and Subject).
17006 You may add any other header to a Pattern by
17007 using the &quot;eXtraHdr&quot; command to specify a different
17008 message header line; and then the Add or Change command to fill in
17009 a pattern for the new header line, just like you would for a standard header.
17011 A technicality: Since comma is the character used to separate multiple
17012 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17013 you want to include a literal comma in the field.
17014 In other words, if you type a backslash followed by a comma it will
17015 be interpreted as a comma by Alpine, instead of as a separator between
17016 pattern values.
17017 All other backslashes are literal backslashes and should not be escaped.
17019 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17020 for more information on Patterns.
17022 Look <A HREF="h_edit_nav_cmds">here</A>
17023 to see the available Editing and Navigation commands.
17025 &lt;End of help on this topic&gt;
17026 </BODY>
17027 </HTML>
17028 ======= h_config_incol_topat =======
17029 <HTML>
17030 <HEAD>
17031 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17032 </HEAD>
17033 <BODY>
17034 <H1>&quot;To:&quot; Pattern Explained</H1>
17036 Any text you enter as the &quot;To pattern&quot;
17037 will be compared to the recipients from the To: lines of
17038 the messages in the index.
17039 When the text you entered matches
17040 all or part of the To: line of a message, then the Index Line Color you have
17041 specified will be used for that line in the index.
17042 (Any other non-blank parts of the Pattern must match, too.)
17045 You may enter a complete email address, part of an address, or a
17046 list of addresses or partial addresses.
17047 For example:
17050 <PRE>
17051  To pattern = friend@public.com
17052  To pattern = rated.net
17053  To pattern = xxx@adults.com
17054               admin@msn.com
17055               fool@motleyfool.com
17056 </PRE>
17059 Each of those are valid To patterns.
17062 Messages match those patterns if any of the
17063 addresses in the To: line of the message contains the pattern.
17064 If the pattern is a list of patterns
17065 (like the last example above) then it is a match if any of the patterns in
17066 the list match any of the addresses in the To: line.
17067 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17068 present for a match.
17069 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17070 address2 must be present.
17071 That is exactly what using a list does.)
17074 Some messages may be &quot;bounced&quot; to you, and will
17075 have a &quot;Resent-To:&quot; header line.
17076 If the message contains a Resent-To: line
17077 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17078 Alpine will look for
17079 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17080 the original To: line.
17083 When entering a pattern, you may choose an address from your address book
17084 with the &quot;T&quot; command.
17087 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17088 &quot;!&quot; &quot;toggle NOT&quot; command.
17089 This changes the meaning of the To pattern so that it has the opposite meaning.
17090 It will be considered a match if there are no matches between the
17091 addresses in the To: line and the list of To patterns.
17093 Don't make the mistake of putting the &quot;!&quot; in the data field for
17094 the pattern.
17095 For example, if you type the characters &quot;!frizzle&quot; into the To
17096 pattern, the pattern will look like:
17098 <PRE>
17099  To pattern = !frizzle
17100 </PRE>
17102 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17103 In order to match messages that do not have &quot;frizzle&quot; in
17104 their To field, first type the characters &quot;frizzle&quot; followed
17105 by carriage return for the value of the To pattern, then negate it
17106 by typing the &quot;!&quot; command.
17107 It should end up looking like
17109 <PRE>
17110  ! To pattern = frizzle
17111 </PRE>
17114 You are not limited to using the six standard header patterns that are
17115 normally shown (To, From, Sender, Cc, News, and Subject).
17116 You may add any other header to a Pattern by
17117 using the &quot;eXtraHdr&quot; command to specify a different
17118 message header line; and then the Add or Change command to fill in
17119 a pattern for the new header line, just like you would for a standard header.
17121 A technicality: Since comma is the character used to separate multiple
17122 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17123 you want to include a literal comma in the field.
17124 In other words, if you type a backslash followed by a comma it will
17125 be interpreted as a comma by Alpine, instead of as a separator between
17126 pattern values.
17127 All other backslashes are literal backslashes and should not be escaped.
17129 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17130 for more information on Patterns.
17132 Look <A HREF="h_edit_nav_cmds">here</A>
17133 to see the available Editing and Navigation commands.
17135 &lt;End of help on this topic&gt;
17136 </BODY>
17137 </HTML>
17138 ======= h_config_other_topat =======
17139 <HTML>
17140 <HEAD>
17141 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17142 </HEAD>
17143 <BODY>
17144 <H1>&quot;To:&quot; Pattern Explained</H1>
17146 For some of the OTHER RULES actions, there is no message that is being
17147 compared against.
17148 If that is the case, then only the Current Folder Type is checked.
17149 In particular, this To pattern is ignored.
17150 Actions that fall into this category include both
17151 Sort Order and Index Format.
17153 A technicality: Since comma is the character used to separate multiple
17154 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17155 you want to include a literal comma in the field.
17156 In other words, if you type a backslash followed by a comma it will
17157 be interpreted as a comma by Alpine, instead of as a separator between
17158 pattern values.
17159 All other backslashes are literal backslashes and should not be escaped.
17161 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17162 for more information on Patterns.
17164 Look <A HREF="h_edit_nav_cmds">here</A>
17165 to see the available Editing and Navigation commands.
17167 &lt;End of help on this topic&gt;
17168 </BODY>
17169 </HTML>
17170 ======= h_config_filt_topat =======
17171 <HTML>
17172 <HEAD>
17173 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17174 </HEAD>
17175 <BODY>
17176 <H1>&quot;To:&quot; Pattern Explained</H1>
17178 Any text you enter as the &quot;To pattern&quot;
17179 will be compared to the recipients from the To: line of
17180 messages when Alpine opens folders.
17181 When the text you entered matches
17182 all or part of the To: line of a message, then the Filter Action you have
17183 specified will be carried out.
17184 (Any other non-blank parts of the Pattern must match, too.)
17187 You may enter a complete email address, part of an address, or a
17188 list of addresses or partial addresses.
17189 For example:
17192 <PRE>
17193  To pattern = friend@public.com
17194  To pattern = rated.net
17195  To pattern = xxx@adults.com
17196               admin@msn.com
17197               fool@motleyfool.com
17198 </PRE>
17201 Each of those are valid To patterns.
17204 Messages match those patterns if any of the
17205 addresses in the To: line of the message contains the pattern.
17206 If the pattern is a list of patterns
17207 (like the last example above) then it is a match if any of the patterns in
17208 the list match any of the addresses in the To: line.
17209 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17210 present for a match.
17211 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17212 address2 must be present.
17213 That is exactly what using a list does.)
17216 Some messages may be &quot;bounced&quot; to you, and will
17217 have a &quot;Resent-To:&quot; header line.
17218 If the message contains a Resent-To: line
17219 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17220 Alpine will look for
17221 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17222 the original To: line.
17225 When entering a pattern, you may choose an address from your address book
17226 with the &quot;T&quot; command.
17229 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17230 &quot;!&quot; &quot;toggle NOT&quot; command.
17231 This changes the meaning of the To pattern so that it has the opposite meaning.
17232 It will be considered a match if there are no matches between the
17233 addresses in the To: line and the list of To patterns.
17235 Don't make the mistake of putting the &quot;!&quot; in the data field for
17236 the pattern.
17237 For example, if you type the characters &quot;!frizzle&quot; into the To
17238 pattern, the pattern will look like:
17240 <PRE>
17241  To pattern = !frizzle
17242 </PRE>
17244 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17245 In order to match messages that do not have &quot;frizzle&quot; in
17246 their To field, first type the characters &quot;frizzle&quot; followed
17247 by carriage return for the value of the To pattern, then negate it
17248 by typing the &quot;!&quot; command.
17249 It should end up looking like
17251 <PRE>
17252  ! To pattern = frizzle
17253 </PRE>
17256 You are not limited to using the six standard header patterns that are
17257 normally shown (To, From, Sender, Cc, News, and Subject).
17258 You may add any other header to a Pattern by
17259 using the &quot;eXtraHdr&quot; command to specify a different
17260 message header line; and then the Add or Change command to fill in
17261 a pattern for the new header line, just like you would for a standard header.
17263 A technicality: Since comma is the character used to separate multiple
17264 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17265 you want to include a literal comma in the field.
17266 In other words, if you type a backslash followed by a comma it will
17267 be interpreted as a comma by Alpine, instead of as a separator between
17268 pattern values.
17269 All other backslashes are literal backslashes and should not be escaped.
17271 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17272 for more information on Patterns.
17274 Look <A HREF="h_edit_nav_cmds">here</A>
17275 to see the available Editing and Navigation commands.
17277 &lt;End of help on this topic&gt;
17278 </BODY>
17279 </HTML>
17280 ======= h_config_role_topat =======
17281 <HTML>
17282 <HEAD>
17283 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17284 </HEAD>
17285 <BODY>
17286 <H1>&quot;To:&quot; Pattern Explained</H1>
17288 Any text you enter as the &quot;To pattern&quot;
17289 will be compared to the recipients from the To: line of
17290 the message being replied to or forwarded.
17291 (Any other non-blank parts of the Pattern must match, too.)
17292 In the case of the Compose command, this pattern and the other header
17293 patterns are ignored.
17296 You may enter a complete email address, part of an address, or a
17297 list of addresses or partial addresses.
17298 For example:
17301 <PRE>
17302  To pattern = friend@public.com
17303  To pattern = rated.net
17304  To pattern = xxx@adults.com
17305               admin@msn.com
17306               fool@motleyfool.com
17307 </PRE>
17310 Each of those are valid To patterns.
17313 Messages match those patterns if any of the
17314 addresses in the To: line of the message contains the pattern.
17315 If the pattern is a list of patterns
17316 (like the last example above) then it is a match if any of the patterns in
17317 the list match any of the addresses in the To: line.
17318 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17319 present for a match.
17320 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17321 address2 must be present.
17322 That is exactly what using a list does.)
17325 Some messages may be &quot;bounced&quot; to you, and will
17326 have a &quot;Resent-To:&quot; header line.
17327 If the message contains a Resent-To: line
17328 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17329 Alpine will look for
17330 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17331 the original To: line.
17334 When entering a pattern, you may choose an address from your address book
17335 with the &quot;T&quot; command.
17338 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17339 &quot;!&quot; &quot;toggle NOT&quot; command.
17340 This changes the meaning of the To pattern so that it has the opposite meaning.
17341 It will be considered a match if there are no matches between the
17342 addresses in the To: line and the list of To patterns.
17344 Don't make the mistake of putting the &quot;!&quot; in the data field for
17345 the pattern.
17346 For example, if you type the characters &quot;!frizzle&quot; into the To
17347 pattern, the pattern will look like:
17349 <PRE>
17350  To pattern = !frizzle
17351 </PRE>
17353 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17354 In order to match messages that do not have &quot;frizzle&quot; in
17355 their To field, first type the characters &quot;frizzle&quot; followed
17356 by carriage return for the value of the To pattern, then negate it
17357 by typing the &quot;!&quot; command.
17358 It should end up looking like
17360 <PRE>
17361  ! To pattern = frizzle
17362 </PRE>
17365 You are not limited to using the six standard header patterns that are
17366 normally shown (To, From, Sender, Cc, News, and Subject).
17367 You may add any other header to a Pattern by
17368 using the &quot;eXtraHdr&quot; command to specify a different
17369 message header line; and then the Add or Change command to fill in
17370 a pattern for the new header line, just like you would for a standard header.
17372 A technicality: Since comma is the character used to separate multiple
17373 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17374 you want to include a literal comma in the field.
17375 In other words, if you type a backslash followed by a comma it will
17376 be interpreted as a comma by Alpine, instead of as a separator between
17377 pattern values.
17378 All other backslashes are literal backslashes and should not be escaped.
17380 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17381 for more information on Patterns.
17383 Look <A HREF="h_edit_nav_cmds">here</A>
17384 to see the available Editing and Navigation commands.
17386 &lt;End of help on this topic&gt;
17387 </BODY>
17388 </HTML>
17389 ======= h_config_role_frompat =======
17390 <HTML>
17391 <HEAD>
17392 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
17393 </HEAD>
17394 <BODY>
17395 <H1>&quot;From:&quot; Pattern Explained</H1>
17397 This is just like the &quot;To pattern&quot; except that it is compared with
17398 the address in the From: line of the message
17399 instead of the addresses from the To: line.
17400 See the help for the To pattern for more information on header patterns.
17402 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17403 for more information on Patterns.
17405 Look <A HREF="h_edit_nav_cmds">here</A>
17406 to see the available Editing and Navigation commands.
17408 &lt;End of help on this topic&gt;
17409 </BODY>
17410 </HTML>
17411 ======= h_config_role_senderpat =======
17412 <HTML>
17413 <HEAD>
17414 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
17415 </HEAD>
17416 <BODY>
17417 <H1>&quot;Sender:&quot; Pattern Explained</H1>
17419 This is just like the &quot;To pattern&quot; except that it is compared with
17420 the address from the Sender: line of the message
17421 instead of the addresses from the To: line.
17422 See the help for the To pattern for more information on header patterns.
17424 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17425 for more information on Patterns.
17427 Look <A HREF="h_edit_nav_cmds">here</A>
17428 to see the available Editing and Navigation commands.
17430 &lt;End of help on this topic&gt;
17431 </BODY>
17432 </HTML>
17433 ======= h_config_role_ccpat =======
17434 <HTML>
17435 <HEAD>
17436 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
17437 </HEAD>
17438 <BODY>
17439 <H1>&quot;Cc:&quot; Pattern Explained</H1>
17441 This is just like the &quot;To pattern&quot; except that it is compared with
17442 the addresses from the Cc: line of the message
17443 instead of the addresses from the To: line.
17444 See the help for the To pattern for more information on header patterns.
17446 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17447 for more information on Patterns.
17449 Look <A HREF="h_edit_nav_cmds">here</A>
17450 to see the available Editing and Navigation commands.
17452 &lt;End of help on this topic&gt;
17453 </BODY>
17454 </HTML>
17455 ======= h_config_role_recippat =======
17456 <HTML>
17457 <HEAD>
17458 <TITLE>Recipient Pattern Explained</TITLE>
17459 </HEAD>
17460 <BODY>
17461 <H1>Recipient Pattern Explained</H1>
17463 This is just like the &quot;To pattern&quot; except that it is compared with
17464 the addresses from both the To: line and the Cc: line of the
17465 message instead of just the addresses from the To: line.
17466 In other words, it is considered a match if the pattern matches
17467 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
17468 in the Cc: line.
17469 (Notice that defining the Recipient pattern does not have the same
17470 effect as defining both the To and Cc patterns.
17471 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
17472 It is equivalent to having two different rules;
17473 one with a To pattern and the other with the same Cc pattern.)
17475 A technicality: Since comma is the character used to separate multiple
17476 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17477 you want to include a literal comma in the field.
17478 In other words, if you type a backslash followed by a comma it will
17479 be interpreted as a comma by Alpine, instead of as a separator between
17480 pattern values.
17481 All other backslashes are literal backslashes and should not be escaped.
17483 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17484 for more information on Patterns.
17486 Look <A HREF="h_edit_nav_cmds">here</A>
17487 to see the available Editing and Navigation commands.
17489 &lt;End of help on this topic&gt;
17490 </BODY>
17491 </HTML>
17492 ======= h_config_role_particpat =======
17493 <HTML>
17494 <HEAD>
17495 <TITLE>Participant Pattern Explained</TITLE>
17496 </HEAD>
17497 <BODY>
17498 <H1>Participant Pattern Explained</H1>
17500 This is just like the &quot;To pattern&quot; except that it is compared with
17501 the addresses from the From: line, the To: line, and the Cc: line of the
17502 message instead of just the addresses from the To: line.
17503 In other words, it is considered a match if the pattern matches
17504 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
17505 in the To: line, <EM>OR</EM> an address in the Cc: line.
17506 (Notice that defining the Participant pattern does not have the same
17507 effect as defining all of the From, To, and Cc patterns.
17508 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
17509 From <EM>AND</EM> To <EM>AND</EM> Cc.
17510 It is equivalent to having three different rules;
17511 one with a From pattern, another with the same To pattern, and a third with
17512 the same Cc pattern.)
17514 A technicality: Since comma is the character used to separate multiple
17515 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17516 you want to include a literal comma in the field.
17517 In other words, if you type a backslash followed by a comma it will
17518 be interpreted as a comma by Alpine, instead of as a separator between
17519 pattern values.
17520 All other backslashes are literal backslashes and should not be escaped.
17522 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17523 for more information on Patterns.
17525 Look <A HREF="h_edit_nav_cmds">here</A>
17526 to see the available Editing and Navigation commands.
17528 &lt;End of help on this topic&gt;
17529 </BODY>
17530 </HTML>
17531 ======= h_config_role_newspat =======
17532 <HTML>
17533 <HEAD>
17534 <TITLE>News Pattern Explained</TITLE>
17535 </HEAD>
17536 <BODY>
17537 <H1>News Pattern Explained</H1>
17539 If this pattern is non-blank, then for this rule to be considered a
17540 match, at least one of the newsgroups from
17541 the Newsgroups line of the message must match this pattern.
17542 If this pattern is a list of patterns, then at least one of the
17543 newsgroups must match at least one of the patterns.
17544 (Any other non-blank parts of the Pattern must match, too.)
17546 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
17547 &quot;!&quot; &quot;toggle NOT&quot; command.
17548 This changes the meaning of the News pattern so that it has the opposite meaning.
17549 It will be considered a match if there are no matches between the
17550 addresses in the Newsgroups: line and the list of News patterns.
17552 Don't make the mistake of putting the &quot;!&quot; in the data field for
17553 the pattern.
17554 For example, if you type the characters &quot;!frizzle&quot; into the News
17555 pattern, the pattern will look like:
17557 <PRE>
17558  News pattern = !frizzle
17559 </PRE>
17561 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17562 In order to match messages that do not have &quot;frizzle&quot; in
17563 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
17564 by carriage return for the value of the News pattern, then negate it
17565 by typing the &quot;!&quot; command.
17566 It should end up looking like
17568 <PRE>
17569  ! News pattern = frizzle
17570 </PRE>
17572 A technicality: Since comma is the character used to separate multiple
17573 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17574 you want to include a literal comma in the field.
17575 In other words, if you type a backslash followed by a comma it will
17576 be interpreted as a comma by Alpine, instead of as a separator between
17577 pattern values.
17578 All other backslashes are literal backslashes and should not be escaped.
17581 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17582 for more information on Patterns.
17584 Look <A HREF="h_edit_nav_cmds">here</A>
17585 to see the available Editing and Navigation commands.
17587 &lt;End of help on this topic&gt;
17588 </BODY>
17589 </HTML>
17590 ======= h_config_role_subjpat =======
17591 <HTML>
17592 <HEAD>
17593 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
17594 </HEAD>
17595 <BODY>
17596 <H1>&quot;Subject:&quot; Pattern Explained</H1>
17598 This is similar to the other parts of the Pattern.
17599 It is compared with
17600 the contents from the Subject of the message.
17602 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17603 for more information on Patterns.
17605 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
17606 &quot;!&quot; &quot;toggle NOT&quot; command.
17607 This changes the meaning of the Subject pattern so that it has the opposite meaning.
17608 It will be considered a match if there are no matches between the
17609 text in the Subject: line and the list of Subject patterns.
17612 If you wish to have a header pattern that is not one of the six standard
17613 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
17615 A technicality: Since comma is the character used to separate multiple
17616 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17617 you want to include a literal comma in the field.
17618 In other words, if you type a backslash followed by a comma it will
17619 be interpreted as a comma by Alpine, instead of as a separator between
17620 pattern values.
17621 All other backslashes are literal backslashes and should not be escaped.
17623 Look <A HREF="h_edit_nav_cmds">here</A>
17624 to see the available Editing and Navigation commands.
17626 &lt;End of help on this topic&gt;
17627 </BODY>
17628 </HTML>
17629 ======= h_config_role_alltextpat =======
17630 <HTML>
17631 <HEAD>
17632 <TITLE>AllText Pattern Explained</TITLE>
17633 </HEAD>
17634 <BODY>
17635 <H1>AllText Pattern Explained</H1>
17637 This is similar to the header patterns.
17638 Instead of comparing with text in a particular header field it 
17639 is compared with all of the text in the message header and body.
17641 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
17642 &quot;!&quot; &quot;toggle NOT&quot; command.
17643 This changes the meaning of the AllText pattern so that it has the opposite meaning.
17644 It will be considered a match if there are no matches between the
17645 text of the message and the list of AllText patterns.
17647 Don't make the mistake of putting the &quot;!&quot; in the data field for
17648 the pattern.
17649 For example, if you type the characters &quot;!frizzle&quot; into the AllText
17650 pattern, the pattern will look like:
17652 <PRE>
17653  AllText pattern = !frizzle
17654 </PRE>
17656 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17657 In order to match messages that do not have &quot;frizzle&quot; in
17658 the text of the message, first type the characters &quot;frizzle&quot; followed
17659 by carriage return for the value of the AllText pattern, then negate it
17660 by typing the &quot;!&quot; command.
17661 It should end up looking like
17663 <PRE>
17664  ! AllText pattern = frizzle
17665 </PRE>
17667 It is possible that you may notice degraded performance when using
17668 AllText Patterns.
17670 A technicality: Since comma is the character used to separate multiple
17671 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17672 you want to include a literal comma in the field.
17673 In other words, if you type a backslash followed by a comma it will
17674 be interpreted as a comma by Alpine, instead of as a separator between
17675 pattern values.
17676 All other backslashes are literal backslashes and should not be escaped.
17678 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17679 for more information on Patterns.
17681 Look <A HREF="h_edit_nav_cmds">here</A>
17682 to see the available Editing and Navigation commands.
17684 &lt;End of help on this topic&gt;
17685 </BODY>
17686 </HTML>
17687 ======= h_config_role_bodytextpat =======
17688 <HTML>
17689 <HEAD>
17690 <TITLE>BodyText Pattern Explained</TITLE>
17691 </HEAD>
17692 <BODY>
17693 <H1>BodyText Pattern Explained</H1>
17695 This is similar to the header patterns.
17696 Instead of comparing with text in a particular header field it 
17697 is compared with all of the text in the message body.
17699 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
17700 &quot;!&quot; &quot;toggle NOT&quot; command.
17701 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
17702 It will be considered a match if there are no matches between the
17703 text of the body of the message and the list of BodyText patterns.
17705 Don't make the mistake of putting the &quot;!&quot; in the data field for
17706 the pattern.
17707 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
17708 pattern, the pattern will look like:
17710 <PRE>
17711  BdyText pattern = !frizzle
17712 </PRE>
17714 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17715 In order to match messages that do not have &quot;frizzle&quot; in
17716 their BodyText, first type the characters &quot;frizzle&quot; followed
17717 by carriage return for the value of the BodyText pattern, then negate it
17718 by typing the &quot;!&quot; command.
17719 It should end up looking like
17721 <PRE>
17722  ! BodyText pattern = frizzle
17723 </PRE>
17725 It is possible that you may notice degraded performance when using
17726 BodyText Patterns.
17728 A technicality: Since comma is the character used to separate multiple
17729 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17730 you want to include a literal comma in the field.
17731 In other words, if you type a backslash followed by a comma it will
17732 be interpreted as a comma by Alpine, instead of as a separator between
17733 pattern values.
17734 All other backslashes are literal backslashes and should not be escaped.
17736 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17737 for more information on Patterns.
17739 Look <A HREF="h_edit_nav_cmds">here</A>
17740 to see the available Editing and Navigation commands.
17742 &lt;End of help on this topic&gt;
17743 </BODY>
17744 </HTML>
17745 ======= h_config_role_charsetpat =======
17746 <HTML>
17747 <HEAD>
17748 <TITLE>Character Set Pattern Explained</TITLE>
17749 </HEAD>
17750 <BODY>
17751 <H1>Character Set Pattern Explained</H1>
17753 A message may use one or more character sets.
17754 This part of the Pattern matches messages that make use of
17755 certain specified character sets.
17756 It will be considered a match if a message uses any of the character
17757 sets in the list you give here.
17760 When filling in a value for this field, you may use
17761 the &quot;T&quot; command, which presents you with a large list of
17762 possible character sets to choose from.
17763 You may also just type in the name of a character set, and it need not
17764 be one that Alpine knows about.
17767 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
17768 GB2312) you may also use some shorthand names that Alpine provides.
17769 These names are more understandable shorthand names for sets of 
17770 character set names.
17771 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
17772 Selecting one of these shorthand names is equivalent to selecting all of
17773 the character sets that make up the set.
17774 You can see all of these shorthand names and the lists of character sets
17775 they stand for by typing the &quot;T&quot; command.
17778 For the purposes of this Pattern,
17779 Alpine will search through a message for all of the text parts and
17780 collect the character sets declared for each part.
17781 It will also look in the Subject line for a character set used there.
17782 Alpine does not actually look at the text of the message or the text
17783 of the Subject to determine if a declared character set is actually
17784 used, it looks only at the declarations themselves in the MIME part headers
17785 and in the Subject.
17788 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
17789 &quot;!&quot; &quot;toggle NOT&quot; command.
17790 This changes the meaning of the Character Set pattern so that
17791 it has the opposite meaning.
17792 It will be considered a match if none of the character sets in the
17793 list are used in a message.
17795 Don't make the mistake of putting the &quot;!&quot; in the data field for
17796 the pattern.
17797 For example, if you type the characters &quot;!GB2312&quot; into the
17798 Character Set pattern, the pattern will look like:
17800 <PRE>
17801  Charset pattern = !GB2312
17802 </PRE>
17804 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
17805 In order to match messages that do not have the
17806 character set &quot;GB2312&quot;
17807 set, first type the characters &quot;GB2312&quot; followed
17808 by carriage return for the value of the Character Set pattern, then negate it
17809 by typing the &quot;!&quot; command.
17810 It should end up looking like
17812 <PRE>
17813  ! Charset pattern = GB2312
17814 </PRE>
17816 A technicality: Since comma is the character used to separate multiple
17817 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17818 you want to include a literal comma in the field.
17819 In other words, if you type a backslash followed by a comma it will
17820 be interpreted as a comma by Alpine, instead of as a separator between
17821 pattern values.
17822 All other backslashes are literal backslashes and should not be escaped.
17824 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17825 for more information on Patterns.
17827 Look <A HREF="h_edit_nav_cmds">here</A>
17828 to see the available Editing and Navigation commands.
17830 &lt;End of help on this topic&gt;
17831 </BODY>
17832 </HTML>
17833 ======= h_config_role_keywordpat =======
17834 <HTML>
17835 <HEAD>
17836 <TITLE>Keyword Pattern Explained</TITLE>
17837 </HEAD>
17838 <BODY>
17839 <H1>Keyword Pattern Explained</H1>
17841 A folder may have user-defined keywords.
17842 These are similar to the Important flag, which the user may set using the
17843 Flag command.
17844 The difference is that the Important flag is always present for each folder.
17845 User-defined keywords are picked by the user.
17846 You may add new keywords by defining them in the
17847 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
17848 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
17849 the Flag command may be used to set or clear the keyword on individual messages.
17850 If you have given a keyword a nickname when configuring it,
17851 that nickname may be used instead of the actual keyword.
17854 When filling in a value for this field, it may be easiest to use
17855 the &quot;T&quot; command, which presents you with a list of the keywords
17856 you have defined to choose from.
17859 This part of the Pattern matches messages with certain keywords set.
17860 It will be considered a match if a message has any of the keywords in the
17861 list set.
17862 A keyword that you have not defined using the
17863 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17864 will not be a match.
17867 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
17868 &quot;!&quot; &quot;toggle NOT&quot; command.
17869 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
17870 It will be considered a match if none of the keywords in the list are set
17871 for a message.
17872 A keyword that you have not defined using the
17873 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17874 will not be a match, so a <EM>NOT</EM> of that keyword does match.
17876 Don't make the mistake of putting the &quot;!&quot; in the data field for
17877 the pattern.
17878 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
17879 pattern, the pattern will look like:
17881 <PRE>
17882  Keyword pattern = !frizzle
17883 </PRE>
17885 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17886 In order to match messages that do not have the keyword &quot;frizzle&quot;
17887 set, first type the characters &quot;frizzle&quot; followed
17888 by carriage return for the value of the Keyword pattern, then negate it
17889 by typing the &quot;!&quot; command.
17890 It should end up looking like
17892 <PRE>
17893  ! Keyword pattern = frizzle
17894 </PRE>
17896 A technicality: Since comma is the character used to separate multiple
17897 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17898 you want to include a literal comma in the field.
17899 In other words, if you type a backslash followed by a comma it will
17900 be interpreted as a comma by Alpine, instead of as a separator between
17901 pattern values.
17902 All other backslashes are literal backslashes and should not be escaped.
17904 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17905 for more information on Patterns.
17907 Look <A HREF="h_edit_nav_cmds">here</A>
17908 to see the available Editing and Navigation commands.
17910 &lt;End of help on this topic&gt;
17911 </BODY>
17912 </HTML>
17913 ======= h_config_role_arbpat =======
17914 <HTML>
17915 <HEAD>
17916 <TITLE>Extra Header Patterns Explained</TITLE>
17917 </HEAD>
17918 <BODY>
17919 <H1>Extra Header Patterns Explained</H1>
17921 The header patterns that come after the Participant pattern but before the 
17922 AllText pattern are extra header patterns that you have added to a rule's
17923 Pattern. These are just like the other header patterns except that
17924 the contents of the particular header listed on the left hand side will
17925 be used for comparisons.
17927 The &quot;eXtraHdr&quot; command may be used to add more of these
17928 header patterns to the rule you are editing.
17930 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
17931 extra header pattern from the rule you are editing.
17933 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
17934 &quot;!&quot; &quot;toggle NOT&quot; command.
17935 This changes the meaning of the pattern so that it has the opposite meaning.
17936 It will be considered a match if there are no matches between the
17937 text in the header line and the list of patterns.
17939 Don't make the mistake of putting the &quot;!&quot; in the data field for
17940 the pattern.
17941 For example, if you type the characters &quot;!frizzle&quot; into the
17942 pattern, the pattern will look like:
17944 <PRE>
17945  Xyz pattern = !frizzle
17946 </PRE>
17948 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17949 In order to match messages that do not have &quot;frizzle&quot; in
17950 their Xyz field, first type the characters &quot;frizzle&quot; followed
17951 by carriage return for the value of the pattern, then negate it
17952 by typing the &quot;!&quot; command.
17953 It should end up looking like
17955 <PRE>
17956  ! Xyz pattern = frizzle
17957 </PRE>
17960 A technicality: Since comma is the character used to separate multiple
17961 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17962 you want to include a literal comma in the field.
17963 In other words, if you type a backslash followed by a comma it will
17964 be interpreted as a comma by Alpine, instead of as a separator between
17965 pattern values.
17966 All other backslashes are literal backslashes and should not be escaped.
17968 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17969 for more information on Patterns.
17971 Look <A HREF="h_edit_nav_cmds">here</A>
17972 to see the available Editing and Navigation commands.
17974 &lt;End of help on this topic&gt;
17975 </BODY>
17976 </HTML>
17977 ======= h_config_role_cat_cmd =======
17978 <HTML>
17979 <HEAD>
17980 <TITLE>Categorizer Command Explained</TITLE>
17981 </HEAD>
17982 <BODY>
17983 <H1>Categorizer Command Explained</H1>
17985 This is a command that is run with its standard input set to the message
17986 being checked and its standard output discarded.
17987 The full directory path should be specified.
17988 The command will be run and then its exit status will be checked against
17989 the Exit Status Interval, which defaults to just the value zero.
17990 If the exit status of the command falls in the interval, it is considered
17991 a match, otherwise it is not a match.
17994 This option may actually be a list of commands.
17995 The first one that exists and is executable is used.
17996 That makes it possible to use the same configuration with Unix Alpine and
17997 PC-Alpine.
18000 If none of the commands in the list exists and is executable then the rule
18001 is <EM>not</EM> a match.
18002 If it is possible that the command may not exist, you should be careful
18003 to structure your rules so that nothing destructive
18004 happens when the command does not exist.
18005 For example, you might have a filter that filters away spam when there is
18006 a match but does nothing when there is not a match.
18007 That would cause no harm if the command didn't exist.
18008 However, if you have a filter that filters away spam when there is not
18009 a match and keeps it when there is a match, that would filter everything
18010 if the categorizer command didn't exist.
18012 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
18013 setup for the bogofilter filter.
18016 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18017 for more information on Patterns.
18019 Look <A HREF="h_edit_nav_cmds">here</A>
18020 to see the available Editing and Navigation commands.
18022 &lt;End of help on this topic&gt;
18023 </BODY>
18024 </HTML>
18025 ======= h_config_role_cat_cmd_example =======
18026 <HTML>
18027 <HEAD>
18028 <TITLE>Categorizer Command Example</TITLE>
18029 </HEAD>
18030 <BODY>
18031 <H1>Categorizer Command Example</H1>
18033 Bogofilter
18034 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
18035 is a mail filter that attempts to classify mail as spam or
18036 non-spam using statistical analysis of the message content.
18037 When run with no arguments and a message as standard input, it exits with
18038 exit status 0 if it thinks a message is spam and 1 if it thinks
18039 it is not spam.
18040 To use bogofilter as your Categorizer Command you would simply set Command to
18041 the pathname of the bogofilter program.
18042 For example,
18044 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
18046 Exit status of zero is what you are interested in, so you'd set the
18047 Exit Status Interval to
18049 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
18052 In order to prevent downloading an entire huge message to check for spam, you
18053 might want to set the Character Limit to a few thousand characters (the
18054 assumption being that the spam will reveal itself in those characters)
18056 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
18059 You would probably use bogofilter in an Alpine Filter Rule, and have the action
18060 be to move the message to a spam folder.
18061 It would usually be wise to also check the &quot;Message is Recent&quot;
18062 part of the rule so that messages are only checked when they first arrive,
18063 and to restrict the Current Folder Type to just your INBOX.
18064 The reason for checking only Recent messages is to save the time it takes
18065 to run bogofilter on each message.
18066 As an experiment, you might start out by using this in an Indexcolor Rule
18067 instead of a Filter Rule.
18068 In that case, you probably wouldn't check the Recent checkbox.
18070 The use described above assumes that you are somehow maintaining bogofilter's
18071 database of words associated with spam and non-spam messages.
18072 One way to start your database would be to select a bunch of spam messages
18073 in Alpine (you might Save spam messages to a special folder or use Alpine's
18074 Select command to select several) and then Apply
18075 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
18076 a pipe command to the spam messages.
18077 For example, you could have a shell script or an alias
18078 called <EM>this_is_spam</EM>, which would simply be the command
18080 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
18083 It is probably best to use the pipe command's Raw Text, With Delimiter,
18084 and Free Output options,
18085 which are at the bottom of the screen when you type the pipe command.
18086 That's because bogofilter expects the raw message as input, and uses
18087 the Delimiters to tell when a new message starts.
18088 You would not need to use a separate pipe for each message, because
18089 bogofilter can handle multiple messages at once.
18091 Similarly, you would select a group of non-spam messages
18092 and run them through a <EM>this_is_nonspam</EM> script
18093 that was something like
18095 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
18098 For the more adventurous, the next step might be to automate the upkeep of
18099 the bogofilter database.
18100 It might make more sense to have bogofilter be part of the delivery process,
18101 but it is also possible to do it entirely from within Alpine.
18102 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
18103 the &quot;-u&quot; argument will cause bogofilter to update the database.
18105 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
18107 You'd want a couple more aliases or shell scripts called something like
18108 <EM>change_to_spam</EM>
18110 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
18113 <EM>change_to_nonspam</EM>
18115 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
18117 When you run across a message in your INBOX that should have been
18118 classified as spam you would pipe it to the change_to_spam script, and
18119 when you run across a message in your spam folder that should have been
18120 left in your INBOX you would pipe it through change_to_nonspam.
18123 There is a technical problem with this approach.
18124 Alpine may check your filters more than once.
18125 In particular, every time you start Alpine the filters will be checked for
18126 each message.
18127 Also, if you have any filters that depend on message state (New, Deleted, etc.)
18128 then Alpine will recheck for matches in messages that have changed state
18129 at the time you close the folder and before expunging.
18130 This is usually ok.
18131 However, in this case it is a problem because the command
18133 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
18135 has the side effect of updating the database.
18136 So you run the risk of updating the database multiple times for a single
18137 message instead of updating it just once per message.
18138 There are some ways to work around this problem.
18139 What you need is a way to mark the message after you have run the filter.
18140 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
18141 Besides having the filter move the message to a spam folder, also have it
18142 set the Bogo keyword.
18143 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
18144 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
18145 This rule can only set the Bogo keyword for the messages that it matches.
18146 You will also need to add a second rule right after this one that
18147 matches all the messages that don't have the Bogo keyword set
18148 (put the keyword in the Keyword pattern and toggle
18149 the Not with the ! command)
18150 and takes the action of setting it.
18151 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
18152 (and so it won't re-run the bogofilter command) if the keyword is already
18153 set.
18155 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
18156 on all messages that don't have the Bogo keyword set.
18157 This will have the side effect of inserting that message in the bogofilter
18158 database, match or not.
18159 If this rule matches (it is spam), the Bogo keyword will be set and
18160 the message will be moved to a spam folder.
18161 If it does not match, the
18162 following rule will mark the message by turning on the keyword.
18163 This second rule should be a non-terminating
18164 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
18165 rule so that it doesn't stop the filtering process before the rest of
18166 your rules are consulted.
18169 In summary, the first rule is something like
18170 <PRE>
18171   Nickname          = bogofilter -u rule
18172   Current Folder Type =
18173                (*) Specific
18174                    Folder = INBOX
18176   ! Keyword pattern = Bogo
18178   External Categorizer Commands =
18179        Command              = /usr/local/bin/bogofilter -u
18180        Exit Status Interval = (0,0)
18181        Character Limit      = <No Value Set: using "-1">  (optionally set this)
18183   Filter Action =
18184        (*) Move
18185            Folder = spam
18186   
18187   Set These Keywords   = Bogo
18188 </PRE>
18190 and the following rule is
18191 <PRE>
18192   Nickname          = Set Bogo Keyword
18193   Current Folder Type =
18194                (*) Specific
18195                    Folder = INBOX
18197   ! Keyword pattern = Bogo
18199   Filter Action =
18200        (*) Just Set Message Status
18202   Set These Keywords   = Bogo
18204   Features =
18205       [X]  dont-stop-even-if-rule-matches
18206 </PRE>
18208 If it is possible for you to insert bogofilter in the delivery process instead
18209 of having it called from Alpine you could prevent having to wait
18210 for the bogofilter processing while you read your mail.
18211 You would have bogofilter add a header to the message at the time of delivery
18212 that identified it as spam or nonspam.
18213 With this method, you could avoid using a Categorizer Command while running Alpine,
18214 and just match on the header instead.
18215 You might still want to use the scripts mentioned above to initialize the
18216 database or to re-classify wrongly classified messages.
18219 Finally, it isn't for the faint-hearted,
18220 but it is also possible to run bogofilter from PC-Alpine.
18221 You can install Cygwin from
18222 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
18223 then compile bogofilter in the cygwin environment, and run it from
18224 within PC-Alpine.
18225 You would end up with a Categorizer command that looked something like
18227 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
18229 Note that the &quot;.exe&quot; extension is explicit,
18230 and that the bogofilter.exe executable should be in the same directory
18231 as cygwin1.dll.
18234 &lt;End of help on this topic&gt;
18235 </BODY>
18236 </HTML>
18237 ======= h_config_role_cat_status =======
18238 <HTML>
18239 <HEAD>
18240 <TITLE>Exit Status Interval Explained</TITLE>
18241 </HEAD>
18242 <BODY>
18243 <H1>Exit Status Interval Explained</H1>
18245 The categorizer command is run and the result is the exit status of
18246 that command.
18247 If that exit status falls in the Exit Status Interval
18248 then it is considered a match, otherwise it is not a match.
18249 Of course for the entire rule to match, it must also be checked against
18250 the other defined parts of the Pattern.
18252 The Exit Status Interval defaults to the single value 0 (zero).
18253 If you define it, it should be set to something like:
18255 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
18257 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
18258 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
18259 positive and negative integers.
18261 Actually, a list of intervals may be used if you wish.
18262 A list would look like
18264 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
18266 When there is an Exit Status Interval defined, it is a match if the exit status
18267 of the categorizer command is contained in any of the intervals.
18268 The intervals include both endpoints.
18270 The default interval is
18272 <CENTER><SAMP>(0,0)</SAMP></CENTER>
18274 and it matches only if the command exits with exit status equal to zero.
18277 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18278 for more information on Patterns.
18280 Look <A HREF="h_edit_nav_cmds">here</A>
18281 to see the available Editing and Navigation commands.
18283 &lt;End of help on this topic&gt;
18284 </BODY>
18285 </HTML>
18286 ======= h_config_role_cat_limit =======
18287 <HTML>
18288 <HEAD>
18289 <TITLE>Character Limit Explained</TITLE>
18290 </HEAD>
18291 <BODY>
18292 <H1>Character Limit Explained</H1>
18294 Setting this option makes it possible to limit how much of the message
18295 is made available to the categorizer command as input.
18296 The default value (-1) means that the entire message is fed to the
18297 command.
18298 A value of 0 (zero) means that only the headers of the message are
18299 made available.
18300 A positive integer means that the headers plus that many characters from
18301 the body of the message are passed to the categorizer.
18304 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18305 for more information on Patterns.
18307 Look <A HREF="h_edit_nav_cmds">here</A>
18308 to see the available Editing and Navigation commands.
18310 &lt;End of help on this topic&gt;
18311 </BODY>
18312 </HTML>
18313 ======= h_config_role_age =======
18314 <HTML>
18315 <HEAD>
18316 <TITLE>Age Interval Explained</TITLE>
18317 </HEAD>
18318 <BODY>
18319 <H1>Age Interval Explained</H1>
18321 The Age Interval, if defined, is part of the Pattern.
18322 If you use this, it should be set to something like:
18324 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
18326 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
18327 The special value &quot;INF&quot; may be used for the max value.
18328 It represents infinity.
18330 In rare cases it may be useful to use the more general form of the value,
18331 which is a comma-separated list of intervals.
18332 It would look something like:
18334 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
18336 When there is an Age Interval defined, it is a match if the age, in days, of
18337 the message is contained in the interval.
18338 The interval includes both endpoints.
18339 If the option is set to a list of intervals then it is a match if the
18340 age of the message is contained in any of the intervals.
18342 Even though this option is called Age, it isn't actually
18343 the <EM>age</EM> of the message.
18344 Instead, it is how many days ago the message arrived in one of your folders.
18345 If the current time is a little past midnight, then a message that arrived
18346 just before midnight arrived yesterday, even though the message is only
18347 a few minutes old.
18348 By default, the date being used is not the date in the Date
18349 header of the message.
18350 It is the date that the message arrived in one of your folders.
18351 When you Save a message from one folder to another that arrival date
18352 is preserved.
18353 If you would like to use the date in the Date header that is possible.
18354 Turn on the option
18355 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
18356 near the bottom of the rule definition.
18358 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
18359 The age interval
18361 <CENTER><SAMP>(2,2)</SAMP></CENTER>
18363 matches all messages that arrived on the day before yesterday.
18364 The interval
18366 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
18368 matches all messages that arrived at least 180 days before today.
18369 The interval
18371 <CENTER><SAMP>(0,1)</SAMP></CENTER>
18373 matches all messages that arrived today or yesterday.
18376 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18377 for more information on Patterns.
18379 Look <A HREF="h_edit_nav_cmds">here</A>
18380 to see the available Editing and Navigation commands.
18382 &lt;End of help on this topic&gt;
18383 </BODY>
18384 </HTML>
18385 ======= h_config_role_size =======
18386 <HTML>
18387 <HEAD>
18388 <TITLE>Size Interval Explained</TITLE>
18389 </HEAD>
18390 <BODY>
18391 <H1>Size Interval Explained</H1>
18393 The Size Interval, if defined, is part of the Pattern.
18394 If you use this, it should be set to something like:
18396 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
18398 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
18399 The special value &quot;INF&quot; may be used for the max value.
18400 It represents infinity.
18402 In rare cases it may be useful to use the more general form of the value,
18403 which is a comma-separated list of intervals.
18404 It would look something like:
18406 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
18408 When there is a Size Interval defined, it is a match if the size of
18409 the message is contained in the interval.
18410 The interval includes both endpoints.
18411 If the option is set to a list of intervals then it is a match if the
18412 size of the message is contained in any of the intervals.
18414 The size interval
18416 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
18418 matches all messages with sizes greater than or equal to 10000, and less
18419 than or equal to 50000.
18420 The interval
18422 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
18424 matches all messages with sizes greater than or equal to 100000.
18427 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18428 for more information on Patterns.
18430 Look <A HREF="h_edit_nav_cmds">here</A>
18431 to see the available Editing and Navigation commands.
18433 &lt;End of help on this topic&gt;
18434 </BODY>
18435 </HTML>
18436 ======= h_config_role_scorei =======
18437 <HTML>
18438 <HEAD>
18439 <TITLE>Score Interval Explained</TITLE>
18440 </HEAD>
18441 <BODY>
18442 <H1>Score Interval Explained</H1>
18444 The Score Interval, if defined, is part of the Pattern.
18445 If you use this, it should be set to something like:
18447 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
18449 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
18450 -32000 and 32000.
18451 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
18452 the min and max values.
18453 These represent negative and positive infinity.
18455 Actually, the value may be a list of intervals rather than just a
18456 single interval if that is useful.
18457 The elements of the list are separated by commas like:
18459 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
18461 When there is a Score Interval defined, it is a match if the score for
18462 the message is contained in any of the intervals.
18463 The intervals include both endpoints.
18464 The score for a message is calculated by looking at every scoring rule
18465 defined and adding up the Score Values for the rules that match the message.
18466 Scoring rules are created using the
18467 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
18470 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18471 for more information on Patterns.
18473 Look <A HREF="h_edit_nav_cmds">here</A>
18474 to see the available Editing and Navigation commands.
18476 &lt;End of help on this topic&gt;
18477 </BODY>
18478 </HTML>
18479 ======= h_config_role_fldr_type =======
18480 <HTML>
18481 <HEAD>
18482 <TITLE>Current Folder Type Explained</TITLE>
18483 </HEAD>
18484 <BODY>
18485 <H1>Current Folder Type Explained</H1>
18487 The Current Folder Type is part of the role's Pattern.
18488 It refers to the type of the currently open folder, which is the folder
18489 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
18490 In order for a role to be considered a match, the current folder must
18491 be of the type you set here.
18492 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18493 all what you might think.
18495 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
18496 example, then
18497 that role will only be a match if the current folder is a newsgroup and
18498 the rest of the Pattern matches.
18499 The value &quot;Specific&quot; may be used when you want to limit the match
18500 to a specific folder (not just a specific type of folder), or to a list of
18501 specific folders.
18503 In order to match a specific folder you Select the &quot;Specific&quot;
18504 button <EM>AND</EM> fill in
18505 the name (or list of names) of
18506 the folder in the &quot;Folder List&quot; field.
18507 If the current folder is any of the folders in the list, that is considered
18508 a match.
18509 The name of each folder in the list may be either &quot;INBOX&quot;,
18510 the technical specification
18511 of the folder (like what appears in your configuration file) or, if the
18512 folder is one of your incoming folders, it may be the nickname you've given
18513 the folder.
18514 Here are a couple samples of specific folder names:
18516 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
18518 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
18520 Observe that in order for an external folder (IMAP, POP, News) to be a match,
18521 you must also add the /user= option in the definition of the incoming folder.
18523 The easiest way to fill in the &quot;Folder List&quot; field is to use
18524 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
18525 highlighted, or to use the &quot;Take&quot; command with the configuration
18526 feature
18527 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
18528 turned on.
18529 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18530 Current Folder Type is set to &quot;Specific&quot;, and any value that
18531 &quot;Folder List&quot; has is ignored unless the type
18532 is set to &quot;Specific&quot;.
18534 When reading a newsgroup, there may be a performance penalty
18535 incurred when collecting the information necessary to check a Pattern.
18536 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18538 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18539 for more information on Patterns.
18541 Look <A HREF="h_edit_nav_cmds">here</A>
18542 to see the available Editing and Navigation commands.
18544 &lt;End of help on this topic&gt;
18545 </BODY>
18546 </HTML>
18547 ======= h_config_filt_rule_type =======
18548 <HTML>
18549 <HEAD>
18550 <TITLE>Filter Action Explained</TITLE>
18551 </HEAD>
18552 <BODY>
18553 <H1>Filter Action Explained</H1>
18555 The Filter Action specifies the action to be taken when the Pattern is a
18556 match.
18557 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
18558 &quot;Just Set Message Status&quot;.
18560 If it is set to &quot;Delete&quot;, then the message that matches the
18561 Pattern will be deleted from the open folder.
18563 If it is set to &quot;Move&quot;, then the name of the folder to which
18564 the matching message should be moved is given in the &quot;Folder List&quot; field on the
18565 next line of the screen.
18566 A list of folders separated by commas may be given, in which case the
18567 message will be copied to all of the folders in the list before it is
18568 deleted.
18570 If it is set to neither of those two values (it is set to the value
18571 labeled &quot;Just Set Message Status&quot;) then the message status
18572 setting will happen
18573 but the message will not be deleted or moved.
18575 If you are Moving a message you may also set Message Status if you wish.
18577 The easiest way to fill in the &quot;Folder List&quot; field is to use
18578 the T command that is available when the &quot;Folder List&quot; line is
18579 highlighted.
18580 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18581 Filter Action is set to &quot;Move&quot;, and any value that
18582 &quot;Folder List&quot; has is ignored unless the type
18583 is set to &quot;Move&quot;.
18585 There are a few tokens that may be used in the names in the Folder List.
18586 They are all related to the date on which the filtering is taking place.
18587 The tokens are words surrounded by underscores.
18588 For example, if you want your filter to move messages to a folder named
18589 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
18590 you could specify the folder as
18591 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
18592 which would result in a file named something like
18593 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
18595 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
18596 which would result in a file named something like
18597 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
18598 The available tokens are listed
18599 <A HREF="h_index_tokens">here</A>.
18601 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18602 for more information on Patterns.
18604 Look <A HREF="h_edit_nav_cmds">here</A>
18605 to see the available Editing and Navigation commands.
18607 &lt;End of help on this topic&gt;
18608 </BODY>
18609 </HTML>
18610 ======= h_config_score_fldr_type =======
18611 <HTML>
18612 <HEAD>
18613 <TITLE>Current Folder Type Explained</TITLE>
18614 </HEAD>
18615 <BODY>
18616 <H1>Current Folder Type Explained</H1>
18618 The Current Folder Type is part of the scoring rule's Pattern.
18619 It refers to the type of the folder that
18620 the message being scored is in.
18621 In order for a rule to be considered a match, the current folder must
18622 be of the type you set here.
18623 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18624 all what you might think.
18626 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18627 example, then
18628 that Pattern will only match if the current folder is a newsgroup and
18629 the rest of the Pattern matches.
18630 The value &quot;Specific&quot; may be used when you want to limit the match
18631 to a specific folder (not just a specific type of folder), or to a list of
18632 specific folders.
18634 In order to match a specific folder you Select the &quot;Specific&quot;
18635 button <EM>AND</EM> fill in
18636 the name (or list of names) of
18637 the folder in the &quot;Folder List&quot; field.
18638 If the current folder is any of the folders in the list, that is considered
18639 a match.
18640 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18641 of the folder (like what appears in your configuration file) or, if the
18642 folder is one of your incoming folders, it may be the nickname you've given
18643 the folder.
18644 Here are a couple samples of specific folder names:
18646 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18648 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18650 The easiest way to fill in the &quot;Folder List&quot; field is to use
18651 the T command that is available when the &quot;Folder List&quot; line is
18652 highlighted.
18653 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18654 Current Folder Type is set to &quot;Specific&quot;, and any value that
18655 &quot;Folder List&quot; has is ignored unless the type
18656 is set to &quot;Specific&quot;.
18658 When reading a newsgroup, there may be a performance penalty
18659 incurred when collecting the information necessary to check a Pattern.
18660 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18661 For example, if you have Index Line Coloring rules that have Score Intervals
18662 defined then the scores for all the visible messages will need to be calculated.
18663 If some of your Scoring rules have 
18664 a Current Folder Type of
18665 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
18666 screen to draw more slowly when in a newsgroup.
18668 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18669 for more information on Patterns.
18671 Look <A HREF="h_edit_nav_cmds">here</A>
18672 to see the available Editing and Navigation commands.
18674 &lt;End of help on this topic&gt;
18675 </BODY>
18676 </HTML>
18677 ======= h_config_other_fldr_type =======
18678 <HTML>
18679 <HEAD>
18680 <TITLE>Current Folder Type Explained</TITLE>
18681 </HEAD>
18682 <BODY>
18683 <H1>Current Folder Type Explained</H1>
18685 The Current Folder Type is part of the rule's Pattern.
18686 It refers to the type of the folder being viewed.
18687 In order for a rule to be considered a match, the current folder must
18688 be of the type you set here.
18689 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18690 all what you might think.
18692 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18693 example, then
18694 that Pattern will only match if the current folder is a newsgroup.
18695 The value &quot;Specific&quot; may be used when you want to limit the match
18696 to a specific folder (not just a specific type of folder), or to a list of
18697 specific folders.
18699 In order to match a specific folder you Select the &quot;Specific&quot;
18700 button <EM>AND</EM> fill in
18701 the name (or list of names) of
18702 the folder in the &quot;Folder List&quot; field.
18703 If the current folder is any of the folders in the list, that is considered
18704 a match.
18705 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18706 of the folder (like what appears in your configuration file) or, if the
18707 folder is one of your incoming folders, it may be the nickname you've given
18708 the folder.
18709 Here are a couple samples of specific folder names:
18711 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18713 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18715 The easiest way to fill in the &quot;Folder List&quot; field is to use
18716 the T command that is available when the &quot;Folder List&quot; line is
18717 highlighted.
18718 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18719 Current Folder Type is set to &quot;Specific&quot;, and any value that
18720 &quot;Folder List&quot; has is ignored unless the type
18721 is set to &quot;Specific&quot;.
18723 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18724 for more information on Patterns.
18726 Look <A HREF="h_edit_nav_cmds">here</A>
18727 to see the available Editing and Navigation commands.
18729 &lt;End of help on this topic&gt;
18730 </BODY>
18731 </HTML>
18732 ======= h_config_incol_fldr_type =======
18733 <HTML>
18734 <HEAD>
18735 <TITLE>Current Folder Type Explained</TITLE>
18736 </HEAD>
18737 <BODY>
18738 <H1>Current Folder Type Explained</H1>
18740 The Current Folder Type is part of the Line Coloring rule's Pattern.
18741 It refers to the type of the folder for which the MESSAGE INDEX is
18742 being viewed.
18743 In order for a rule to be considered a match, the current folder must
18744 be of the type you set here.
18745 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18746 all what you might think.
18748 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18749 example, then
18750 that Pattern will only match if the current folder is a newsgroup and
18751 the rest of the Pattern matches.
18752 The value &quot;Specific&quot; may be used when you want to limit the match
18753 to a specific folder (not just a specific type of folder), or to a list of
18754 specific folders.
18756 In order to match a specific folder you Select the &quot;Specific&quot;
18757 button <EM>AND</EM> fill in
18758 the name (or list of names) of
18759 the folder in the &quot;Folder List&quot; field.
18760 If the current folder is any of the folders in the list, that is considered
18761 a match.
18762 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18763 of the folder (like what appears in your configuration file) or, if the
18764 folder is one of your incoming folders, it may be the nickname you've given
18765 the folder.
18766 Here are a couple samples of specific folder names:
18768 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18770 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18772 The easiest way to fill in the &quot;Folder List&quot; field is to use
18773 the T command that is available when the &quot;Folder List&quot; line is
18774 highlighted.
18775 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18776 Current Folder Type is set to &quot;Specific&quot;, and any value that
18777 &quot;Folder List&quot; has is ignored unless the type
18778 is set to &quot;Specific&quot;.
18780 When reading a newsgroup, there may be a performance penalty
18781 incurred when collecting the information necessary to check a Pattern.
18782 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18783 For example, a rule with a non-Normal Index Line Color
18784 and a Current Folder Type of
18785 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
18786 screen to draw more slowly when in a newsgroup.
18788 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18789 for more information on Patterns.
18791 Look <A HREF="h_edit_nav_cmds">here</A>
18792 to see the available Editing and Navigation commands.
18794 &lt;End of help on this topic&gt;
18795 </BODY>
18796 </HTML>
18797 ======= h_config_filt_fldr_type =======
18798 <HTML>
18799 <HEAD>
18800 <TITLE>Current Folder Type Explained</TITLE>
18801 </HEAD>
18802 <BODY>
18803 <H1>Current Folder Type Explained</H1>
18805 The Current Folder Type is part of the Filtering rule's Pattern.
18806 It refers to the type of the folder for which the filtering is being done.
18807 In order for a rule to be considered a match, the current folder must
18808 be of the type you set here.
18809 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18810 all what you might think.
18812 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18813 example, then
18814 that Pattern will only match if the current folder is a newsgroup and
18815 the rest of the Pattern matches.
18816 The value &quot;Specific&quot; may be used when you want to limit the match
18817 to a specific folder (not just a specific type of folder), or to a list of
18818 specific folders.
18820 In order to match a specific folder you Select the &quot;Specific&quot;
18821 button <EM>AND</EM> fill in
18822 the name (or list of names) of
18823 the folder in the &quot;Folder List&quot; field.
18824 If the current folder is any of the folders in the list, that is considered
18825 a match.
18826 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18827 of the folder (like what appears in your configuration file) or, if the
18828 folder is one of your incoming folders, it may be the nickname you've given
18829 the folder.
18830 Here are a couple samples of specific folder names:
18832 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18834 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18836 The easiest way to fill in the &quot;Folder List&quot; field is to use
18837 the T command that is available when the &quot;Folder List&quot; line is
18838 highlighted.
18839 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18840 Current Folder Type is set to &quot;Specific&quot;, and any value that
18841 &quot;Folder List&quot; has is ignored unless the type
18842 is set to &quot;Specific&quot;.
18844 When reading a newsgroup, there may be a performance penalty
18845 incurred when collecting the information necessary to check a Pattern.
18846 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18847 For example, a rule with a Current Folder Type of either
18848 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
18849 more slowly when opening a newsgroup.
18851 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18852 for more information on Patterns.
18854 Look <A HREF="h_edit_nav_cmds">here</A>
18855 to see the available Editing and Navigation commands.
18857 &lt;End of help on this topic&gt;
18858 </BODY>
18859 </HTML>
18860 ======= h_config_role_stat_imp =======
18861 <HTML>
18862 <HEAD>
18863 <TITLE>Message Important Status Explained</TITLE>
18864 </HEAD>
18865 <BODY>
18866 <H1>Message Important Status Explained</H1>
18868 This part of the Pattern may have one of three possible values.
18869 The default value is &quot;Don't care&quot;, which matches any message.
18870 The other two values are &quot;Yes&quot;, which means the message must be
18871 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
18872 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
18873 to be a match.
18875 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18876 for more information on Patterns.
18878 Look <A HREF="h_edit_nav_cmds">here</A>
18879 to see the available Editing and Navigation commands.
18881 &lt;End of help on this topic&gt;
18882 </BODY>
18883 </HTML>
18884 ======= h_config_role_stat_new =======
18885 <HTML>
18886 <HEAD>
18887 <TITLE>Message New Status Explained</TITLE>
18888 </HEAD>
18889 <BODY>
18890 <H1>Message New Status Explained</H1>
18892 This part of the Pattern may have one of three possible values.
18893 The default value is &quot;Don't care&quot;, which matches any message.
18894 The other two values are &quot;Yes&quot;, which means the message must be
18895 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
18896 means the message must <EM>not</EM> be &quot;New&quot; in order
18897 to be a match.
18898 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
18899 same as <EM>Seen</EM>.
18901 The nomenclature for New and Recent is a bit confusing:
18903 New means that the message is Unseen.
18904 It could have been in your mailbox for a long time but if you haven't looked
18905 at it, it is still considered New.
18906 That matches the default Alpine index display that shows an N for such a
18907 message.
18909 Recent means that the message was added to this folder since the last time
18910 you opened the folder.
18911 Alpine also shows an N by default for these types of messages.
18912 If you were to run two copies of Alpine that opened a folder one right after
18913 the other, a message would only show up as Recent in (at most) the first
18914 Alpine session.
18916 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18917 for more information on Patterns.
18919 Look <A HREF="h_edit_nav_cmds">here</A>
18920 to see the available Editing and Navigation commands.
18922 &lt;End of help on this topic&gt;
18923 </BODY>
18924 </HTML>
18925 ======= h_config_role_stat_recent =======
18926 <HTML>
18927 <HEAD>
18928 <TITLE>Message Recent Status Explained</TITLE>
18929 </HEAD>
18930 <BODY>
18931 <H1>Message Recent Status Explained</H1>
18933 This part of the Pattern may have one of three possible values.
18934 The default value is &quot;Don't care&quot;, which matches any message.
18935 The other two values are &quot;Yes&quot;, which means the message must be
18936 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
18937 means the message must <EM>not</EM> be &quot;Recent&quot; in order
18938 to be a match.
18939 &quot;Recent&quot; means that the message was added to the folder since
18940 the last time the folder was opened.
18941 If more than one mail client has the folder opened, the message will
18942 appear to be &quot;Recent&quot; to only one of the clients.
18944 The nomenclature for New and Recent is a bit confusing:
18946 New means that the message is Unseen.
18947 It could have been in your mailbox for a long time but if you haven't looked
18948 at it, it is still considered New.
18949 That matches the default Alpine index display that shows an N for such a
18950 message.
18952 Recent means that the message was added to this folder since the last time
18953 you opened the folder.
18954 Alpine also shows an N by default for these types of messages.
18955 If you were to run two copies of Alpine that opened a folder one right after
18956 the other, a message would only show up as Recent in (at most) the first
18957 Alpine session.
18959 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18960 for more information on Patterns.
18962 Look <A HREF="h_edit_nav_cmds">here</A>
18963 to see the available Editing and Navigation commands.
18965 &lt;End of help on this topic&gt;
18966 </BODY>
18967 </HTML>
18968 ======= h_config_role_stat_del =======
18969 <HTML>
18970 <HEAD>
18971 <TITLE>Message Deleted Status Explained</TITLE>
18972 </HEAD>
18973 <BODY>
18974 <H1>Message Deleted Status Explained</H1>
18976 This part of the Pattern may have one of three possible values.
18977 The default value is &quot;Don't care&quot;, which matches any message.
18978 The other two values are &quot;Yes&quot;, which means the message must be
18979 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
18980 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
18981 to be a match.
18983 If you are thinking of using this part of the Pattern as a way to prevent
18984 messages from being filtered more than once in a Filter Pattern,
18985 take a look at the Filter Option
18986 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
18987 instead.
18988 It should work better than using this field since it will hide the filtered
18989 messages even if they are already Deleted.
18990 That option is at the bottom of the Filter configuration screen.
18992 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18993 for more information on Patterns.
18995 Look <A HREF="h_edit_nav_cmds">here</A>
18996 to see the available Editing and Navigation commands.
18998 &lt;End of help on this topic&gt;
18999 </BODY>
19000 </HTML>
19001 ======= h_config_role_stat_ans =======
19002 <HTML>
19003 <HEAD>
19004 <TITLE>Message Answered Status Explained</TITLE>
19005 </HEAD>
19006 <BODY>
19007 <H1>Message Answered Status Explained</H1>
19009 This part of the Pattern may have one of three possible values.
19010 The default value is &quot;Don't care&quot;, which matches any message.
19011 The other two values are &quot;Yes&quot;, which means the message must be
19012 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
19013 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
19014 to be a match.
19016 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19017 for more information on Patterns.
19019 Look <A HREF="h_edit_nav_cmds">here</A>
19020 to see the available Editing and Navigation commands.
19022 &lt;End of help on this topic&gt;
19023 </BODY>
19024 </HTML>
19025 ======= h_config_role_abookfrom =======
19026 <HTML>
19027 <HEAD>
19028 <TITLE>Address in Address Book Explained</TITLE>
19029 </HEAD>
19030 <BODY>
19031 <H1>Address in Address Book Explained</H1>
19033 This option gives you a way to match messages that contain an address
19034 that is in one of your address books.
19035 Only the simple entries in your address books are searched.
19036 Address book distribution lists are ignored!
19038 This part of the Pattern may have one of five possible values.
19039 The default value is &quot;Don't care&quot;, which matches any message.
19040 The value &quot;Yes, in any address book&quot; means at least one of the addresses
19041 from the message must be in at least one of your
19042 address books in order to be a match.
19043 The value &quot;No, not in any address book&quot;
19044 means none of the addresses may
19045 be in any of your address books in order to be a match.
19047 The values &quot;Yes, in specific address books&quot; and
19048 &quot;No, not in any of specific address books&quot; are similar but instead
19049 of depending on all address books you are allowed to give a list of address
19050 books to look in.
19051 Usually this would be a single address book but it may be a
19052 list of address books as well.
19053 For each of these &quot;specific&quot; address book options you Select which
19054 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
19055 name (or list of names) of the address book in the
19056 &quot;Abook List&quot; field.
19057 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
19058 The easiest way to fill in the Abook List field it to use
19059 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
19060 line is highlighted.
19061 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
19062 option is set to one of the two &quot;Specific&quot;, values.
19064 The addresses from the message that are checked for are determined by the
19065 setting you have for &quot;Types of addresses to check for in address book&quot;.
19066 If you set this to &quot;From&quot; the From address from the message will
19067 be looked up in the address book.
19068 If you set it to &quot;To&quot; instead then the To addresses will be used.
19069 If any of the To addresses are in the address book then it is considered
19070 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
19071 You could set it to both From and To, in which case all of the From and To
19072 addresses are used.
19073 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
19074 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
19075 exists or the From address if there is no Reply-To address.
19076 Same for the Sender address.
19078 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19079 for more information on Patterns.
19081 Look <A HREF="h_edit_nav_cmds">here</A>
19082 to see the available Editing and Navigation commands.
19084 &lt;End of help on this topic&gt;
19085 </BODY>
19086 </HTML>
19087 ======= h_config_inabook_from =======
19088 <HTML>
19089 <HEAD>
19090 <TITLE>From</TITLE>
19091 </HEAD>
19092 <BODY>
19093 <H1>From</H1>
19095 Setting the From line will cause the address from the From header line
19096 of the message to be checked for in the address book.
19098 &lt;End of help on this topic&gt;
19099 </BODY>
19100 </HTML>
19101 ======= h_config_inabook_replyto =======
19102 <HTML>
19103 <HEAD>
19104 <TITLE>Reply-To</TITLE>
19105 </HEAD>
19106 <BODY>
19107 <H1>Reply-To</H1>
19109 Setting the Reply-To line will cause the address from the Reply-To header line
19110 of the message to be checked for in the address book.
19111 However, if there is no Reply-To header line in the message the From header
19112 line will be used instead.
19113 We understand this is dumb but we don't have an easy way around it.
19115 &lt;End of help on this topic&gt;
19116 </BODY>
19117 </HTML>
19118 ======= h_config_inabook_sender =======
19119 <HTML>
19120 <HEAD>
19121 <TITLE>Sender</TITLE>
19122 </HEAD>
19123 <BODY>
19124 <H1>Sender</H1>
19126 Setting the Sender line will cause the address from the Sender header line
19127 of the message to be checked for in the address book.
19128 However, if there is no Sender header line in the message the From header
19129 line will be used instead.
19130 We understand this is dumb but we don't have an easy way around it.
19132 &lt;End of help on this topic&gt;
19133 </BODY>
19134 </HTML>
19135 ======= h_config_inabook_to =======
19136 <HTML>
19137 <HEAD>
19138 <TITLE>To</TITLE>
19139 </HEAD>
19140 <BODY>
19141 <H1>To</H1>
19143 Setting the To line will cause the address from the To header line
19144 of the message to be checked for in the address book.
19146 &lt;End of help on this topic&gt;
19147 </BODY>
19148 </HTML>
19149 ======= h_config_inabook_cc =======
19150 <HTML>
19151 <HEAD>
19152 <TITLE>CC</TITLE>
19153 </HEAD>
19154 <BODY>
19155 <H1>CC</H1>
19157 Setting the CC line will cause the address from the CC header line
19158 of the message to be checked for in the address book.
19160 &lt;End of help on this topic&gt;
19161 </BODY>
19162 </HTML>
19163 ======= h_config_role_stat_8bitsubj =======
19164 <HTML>
19165 <HEAD>
19166 <TITLE>Raw 8-bit in Subject Explained</TITLE>
19167 </HEAD>
19168 <BODY>
19169 <H1>Raw 8-bit in Subject Explained</H1>
19171 It seems that lots of unwanted email contains unencoded 8-bit characters
19172 in the Subject.
19173 Normally, characters with the 8th bit set are not allowed in the Subject
19174 header unless they are MIME-encoded.
19175 This option gives you a way to match messages that have Subjects that
19176 contain unencoded 8-bit characters.
19178 This part of the Pattern may have one of three possible values.
19179 The default value is &quot;Don't care&quot;, which matches any message.
19180 The other two values are &quot;Yes&quot;, which means the Subject of
19181 the message must contain unencoded 8-bit characters (characters with the
19182 most significant bit set)
19183 in order to be a match; or &quot;No&quot;, which
19184 means the Subject must <EM>not</EM>
19185 contain unencoded 8-bit characters in order to be a match.
19187 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19188 for more information on Patterns.
19190 Look <A HREF="h_edit_nav_cmds">here</A>
19191 to see the available Editing and Navigation commands.
19193 &lt;End of help on this topic&gt;
19194 </BODY>
19195 </HTML>
19196 ======= h_config_role_bom =======
19197 <HTML>
19198 <HEAD>
19199 <TITLE>Beginning of Month</TITLE>
19200 </HEAD>
19201 <BODY>
19202 <H1>Beginning of Month</H1>
19204 This option gives you a limited ability to take different actions depending on whether
19205 this is the first time Alpine has been run this month or not.
19206 Though it would be nice to have such an option available, this is not the
19207 same as whether or not this is the first time a particular folder has been
19208 opened this month.
19209 If you want some action (probably Filtering) to take place in a folder each
19210 month, then you will need to be sure that the folder is opened during the
19211 first Alpine session of the month in order for this option to be helpful.
19213 This part of the Pattern may have one of three possible values.
19214 The default value is &quot;Don't care&quot;, which matches any message.
19215 The other two values are &quot;Yes&quot;, which means this is the first
19216 time Alpine has been run this month;
19217 or &quot;No&quot;, which
19218 means this is not the first time Alpine has been run this month.
19220 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19221 for more information on Patterns.
19223 Here are some technical details.
19224 The way that Alpine decides if it is the beginning of the month or not is
19225 to compare today's date with the date stored in the
19226 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19227 variable in the config file.
19228 If the month of today's date is later than the month stored in the variable,
19229 then this is considered to be the first time you have run Alpine this month, and
19230 that turns the Beginning of the Month option on.
19232 Look <A HREF="h_edit_nav_cmds">here</A>
19233 to see the available Editing and Navigation commands.
19235 &lt;End of help on this topic&gt;
19236 </BODY>
19237 </HTML>
19238 ======= h_config_role_boy =======
19239 <HTML>
19240 <HEAD>
19241 <TITLE>Beginning of Year</TITLE>
19242 </HEAD>
19243 <BODY>
19244 <H1>Beginning of Year</H1>
19246 This option gives you a limited ability to take different actions depending on whether
19247 this is the first time Alpine has been run this year or not.
19248 Though it would be nice to have such an option available, this is not the
19249 same as whether or not this is the first time a particular folder has been
19250 opened this year.
19251 If you want some action (probably Filtering) to take place in a folder each
19252 year, then you will need to be sure that the folder is opened during the
19253 first Alpine session of the year in order for this option to be helpful.
19255 This part of the Pattern may have one of three possible values.
19256 The default value is &quot;Don't care&quot;, which matches any message.
19257 The other two values are &quot;Yes&quot;, which means this is the first
19258 time Alpine has been run this year;
19259 or &quot;No&quot;, which
19260 means this is not the first time Alpine has been run this year.
19262 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19263 for more information on Patterns.
19265 Here are some technical details.
19266 The way that Alpine decides if it is the beginning of the year or not is
19267 to compare today's date with the date stored in the
19268 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19269 variable in the config file.
19270 If the year of today's date is later than the year stored in the variable,
19271 then this is considered to be the first time you have run Alpine this year, and
19272 that turns the Beginning of the Year option on.
19274 Look <A HREF="h_edit_nav_cmds">here</A>
19275 to see the available Editing and Navigation commands.
19277 &lt;End of help on this topic&gt;
19278 </BODY>
19279 </HTML>
19280 ======= h_config_role_inick =======
19281 <HTML>
19282 <HEAD>
19283 <TITLE>Initialize Values From Role Explained</TITLE>
19284 </HEAD>
19285 <BODY>
19286 <H1>Initialize Values From Role Explained</H1>
19288 This is a power user feature.
19289 You will usually want to leave this field empty.
19290 The value of this field is the nickname of another one of your roles.
19291 The Action values from that other role
19292 are used as the initial values of the Action items for this role.
19293 If you put something in any of the action fields for this role, that will
19294 override whatever was in the corresponding field of the initializer role.
19296 You might use this field if the &quot;Action&quot; part of one of your roles
19297 is something you want to use in more than one role.
19298 Instead of filling in those action values again for each role, you
19299 may give the nickname of the role where the values are filled in.
19300 It's just a shortcut way to define Role Actions.
19302 Here's an example to help explain how this works.
19303 Suppose you have a role with nickname &quot;role1&quot; and role1 has
19304 (among other things)
19306 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
19308 set.
19309 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
19310 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
19311 from role1 by default (and any of the other inheritable action values
19312 that are set).
19313 So if role2 had
19315 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
19317 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
19318 However, if role2 had
19320 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
19322 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
19324 If you wish,
19325 you may choose a nickname from your list of roles by using the
19326 &quot;T&quot; command.
19327 If the role you are using to initialize also has a role it initializes from,
19328 then that initialization happens first.
19329 That is, inheritance works as expected with the grandparent and
19330 great-grandparent (and so on) roles having the expected effect.
19332 Look <A HREF="h_edit_nav_cmds">here</A>
19333 to see the available Editing and Navigation commands.
19335 &lt;End of help on this topic&gt;
19336 </BODY>
19337 </HTML>
19338 ======= h_config_role_setfrom =======
19339 <HTML>
19340 <HEAD>
19341 <TITLE>Set From Explained</TITLE>
19342 </HEAD>
19343 <BODY>
19344 <H1>Set From Explained</H1>
19346 This describes part of the action to be taken if the Pattern for this
19347 role is a match.
19348 This field consists of a single address that will be used as the From
19349 address on the message you are sending.
19350 This should be a fully-qualified address like
19352 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19354 or just
19356 <CENTER><SAMP>user@domain</SAMP></CENTER>
19358 If you wish,
19359 you may choose an address from your address book with the
19360 &quot;T&quot; command.
19362 If this is left blank, then your normal From address will be used.
19364 You may also find it useful to add the changed From address to the
19365 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
19366 configuration option.
19368 Look <A HREF="h_edit_nav_cmds">here</A>
19369 to see the available Editing and Navigation commands.
19371 &lt;End of help on this topic&gt;
19372 </BODY>
19373 </HTML>
19374 ======= h_config_role_setreplyto =======
19375 <HTML>
19376 <HEAD>
19377 <TITLE>Set Reply-To Explained</TITLE>
19378 </HEAD>
19379 <BODY>
19380 <H1>Set Reply-To Explained</H1>
19382 This describes part of the action to be taken if the Pattern for this
19383 role is a match.
19384 This field consists of a single address that will be used as the Reply-To
19385 address on the message you are sending.
19386 This may be a fully-qualified address like
19388 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19390 or just
19392 <CENTER><SAMP>user@domain</SAMP></CENTER>
19394 If you wish,
19395 you may choose an address from your address book with the
19396 &quot;T&quot; command.
19398 If this is left blank, then there won't be a Reply-To address unless
19399 you have configured one specially with the
19400 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
19401 configuration option.
19403 Look <A HREF="h_edit_nav_cmds">here</A>
19404 to see the available Editing and Navigation commands.
19406 &lt;End of help on this topic&gt;
19407 </BODY>
19408 </HTML>
19409 ======= h_config_role_setfcc =======
19410 <HTML>
19411 <HEAD>
19412 <TITLE>Set Fcc Explained</TITLE>
19413 </HEAD>
19414 <BODY>
19415 <H1>Set Fcc Explained</H1>
19417 This describes part of the action to be taken if the Pattern for this
19418 role is a match.
19419 This field consists of a single folder name that will be used in
19420 the Fcc field of the message you are sending.
19421 You may put anything here that you would normally type into the Fcc
19422 field from the composer.
19424 In addition, an fcc of &quot;&quot; (two double quotation marks) means
19425 no Fcc.
19427 A blank field here means that Alpine will use its normal rules for deciding
19428 the default value of the Fcc field.
19429 For many roles, perhaps most, it may make more sense for you to use the
19430 other Alpine facilities for setting the Fcc.
19431 In particular, if you want the Fcc to depend on who you are sending the
19432 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
19433 is probably more useful.
19434 In that case, you would want to leave the Fcc field here blank.
19435 However, if you have a role that depends on who the message you are replying
19436 to was From, or what address that message was sent to;
19437 then it might make sense to set the Fcc for that role here.
19439 If you wish,
19440 you may choose a folder from your folder collections by using the
19441 &quot;T&quot; command.
19443 Look <A HREF="h_edit_nav_cmds">here</A>
19444 to see the available Editing and Navigation commands.
19446 &lt;End of help on this topic&gt;
19447 </BODY>
19448 </HTML>
19449 ======= h_config_role_usesmtp =======
19450 <HTML>
19451 <HEAD>
19452 <TITLE>Use SMTP Server Explained</TITLE>
19453 </HEAD>
19454 <BODY>
19455 <H1>Use SMTP Server Explained</H1>
19457 This describes part of the action to be taken if the Pattern for this
19458 role is a match.
19459 If this field has a value, then it will be used as the SMTP server
19460 to send mail when this role is being used (unless the SMTP server variable
19461 is set in the system-wide fixed configuration file).
19462 It has the same semantics as the
19463 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19464 variable in the Setup/Config screen.
19466 If you are using this to post from home when you are at home and from
19467 work when you are at work you need to be careful about postponing messages.
19468 When you postpone a composition that was using a role with this variable
19469 set, the SMTP server list will be saved
19470 with the postponed composition.
19471 It cannot be changed later.
19472 Because of this, you may want to make this a list of SMTP servers
19473 with the preferred server at the front of the list and alternate servers
19474 later in the list.
19475 In your &quot;Home&quot; role you would put the home SMTP server first and
19476 the work SMTP server last.
19477 In your &quot;Work&quot; role you would put the work SMTP server first and
19478 the home SMTP server last.
19479 Then if you start a composition as &quot;Work&quot;, postpone
19480 it, and then later resume it from home the work SMTP server will fail but
19481 the home SMTP server later in the list will succeed.
19483 You may be able to simplify things by making the regular
19484 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19485 variable in the Setup/Config screen a list instead of using roles
19486 to set the SMTP server.
19489 Look <A HREF="h_edit_nav_cmds">here</A>
19490 to see the available Editing and Navigation commands.
19492 &lt;End of help on this topic&gt;
19493 </BODY>
19494 </HTML>
19495 ======= h_config_role_usenntp =======
19496 <HTML>
19497 <HEAD>
19498 <TITLE>Use NNTP Server Explained</TITLE>
19499 </HEAD>
19500 <BODY>
19501 <H1>Use NNTP Server Explained</H1>
19503 This describes part of the action to be taken if the Pattern for this
19504 role is a match.
19505 If this field has a value, then it will be used as the NNTP server
19506 to post to newsgroups when this role is being used (unless the NNTP server
19507 variable
19508 is set in the system-wide fixed configuration file).
19509 It has the same semantics as the
19510 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19511 variable in the Setup/Config screen.
19513 This role setting can facilitate posting to the right nntp server for someone
19514 who reads news from various news sources.  The feature
19515 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
19516 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
19517 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
19518 nntp servers for roles may be more desirable for some people.
19520 If you are using this to post from home when you are at home and from
19521 work when you are at work you need to be careful about postponing messages.
19522 When you postpone a composition that was using a role with this variable
19523 set, the NNTP server list will be saved
19524 with the postponed composition.
19525 It cannot be changed later.
19526 Because of this, you may want to make this a list of NNTP servers
19527 with the preferred server at the front of the list and alternate servers
19528 later in the list.
19529 In your &quot;Home&quot; role you would put the home NNTP server first and
19530 the work NNTP server last.
19531 In your &quot;Work&quot; role you would put the work NNTP server first and
19532 the home NNTP server last.
19533 Then if you start a composition as &quot;Work&quot;, postpone
19534 it, and then later resume it from home the work NNTP server will fail but
19535 the home NNTP server later in the list will succeed.
19537 You may be able to simplify things by making the regular
19538 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19539 variable in the Setup/Config screen a list instead of using roles
19540 to set the NNTP server.
19543 Look <A HREF="h_edit_nav_cmds">here</A>
19544 to see the available Editing and Navigation commands.
19546 &lt;End of help on this topic&gt;
19547 </BODY>
19548 </HTML>
19549 ======= h_config_role_setotherhdr =======
19550 <HTML>
19551 <HEAD>
19552 <TITLE>Set Other Headers Explained</TITLE>
19553 </HEAD>
19554 <BODY>
19555 <H1>Set Other Headers Explained</H1>
19557 This describes part of the action to be taken if the Pattern for this
19558 role is a match.
19559 This field gives you a way to set values for headers besides
19560 &quot;From&quot; and &quot;Reply-To&quot;.
19561 If you want to set either of those, use the specific
19562 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
19564 This field is similar to the
19565 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
19566 Each header you specify here must include the header tag 
19567 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
19568 and may optionally include a value for that header.
19569 In order to see these headers when you compose using this role you 
19570 must use the rich header
19571 <!--chtml if pinemode="function_key"-->(F5)
19572 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
19573 Here's an example that shows how you might set the To address.
19575 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
19577 Headers set in this way are different from headers set with the
19578 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
19579 will replace any value that already exists.
19580 For example, if you are Replying to a message there will already be at
19581 least one address in the To header (the address you are Replying to).
19582 However, if you Reply using a role that sets the To header, that role's
19583 To header value will be used instead.
19585 Limitation: Because commas are used to separate the list of
19586 Other Headers, it is not possible to have the value of a
19587 header contain a comma;
19588 nor is there currently an &quot;escape&quot; mechanism provided
19589 to make this work.
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_setlitsig =======
19598 <HTML>
19599 <HEAD>
19600 <TITLE>Set Literal Signature Explained</TITLE>
19601 </HEAD>
19602 <BODY>
19603 <H1>Set Literal Signature Explained</H1>
19605 This describes part of the action to be taken if the Pattern for this
19606 role is a match.
19607 This field contains the actual text for your signature, as opposed to
19608 the name of a file containing your signature.
19609 If this is defined it takes precedence over any value set in the
19610 &quot;Set Signature&quot; field.
19612 This is simply a different way to store the signature.
19613 The signature is stored inside your Alpine configuration file instead of in
19614 a separate file.
19615 Tokens work the same way they do with
19616 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
19617 help text there for more information.
19620 The two character sequence &#92;n (backslash followed by
19621 the character n) will be used to signify a line-break in your signature.
19622 You don't have to enter the &#92;n, but it will be visible in the
19623 CHANGE THIS ROLE RULE window after you are done editing the signature.
19625 Look <A HREF="h_edit_nav_cmds">here</A>
19626 to see the available Editing and Navigation commands.
19628 &lt;End of help on this topic&gt;
19629 </BODY>
19630 </HTML>
19631 ======= h_config_role_setsig =======
19632 <HTML>
19633 <HEAD>
19634 <TITLE>Set Signature Explained</TITLE>
19635 </HEAD>
19636 <BODY>
19637 <H1>Set Signature Explained</H1>
19639 This describes part of the action to be taken if the Pattern for this
19640 role is a match.
19642 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
19643 option from Setup/Config
19644 or the &quot;Set LiteralSig&quot; option for this role are defined,
19645 then this option will be ignored.
19646 You can tell that that is the case because the value of this
19647 option will show up as
19649 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
19651 You may either use all Literal Signatures (signatures stored in your
19652 configuration file) throughout Alpine, or all signature files.
19653 You can't mix the two.
19655 This field consists of a filename that will be used as the signature
19656 file when using this role.
19658 If the filename is followed by a vertical bar (|) then instead
19659 of reading the contents of the file the file is assumed to be a
19660 program that will produce the text to be used on its standard output.
19661 The program can't have any arguments and doesn't receive any input from Alpine,
19662 but the rest of the processing works as if the contents came from a file.
19664 Instead of storing the data in a local file, the
19665 signature data may be stored remotely in an IMAP folder.
19666 In order to do this, 
19667 you must use a remote name for the signature.
19668 A remote signature name might look like:
19670 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
19673 The syntax used here is the same as the syntax used for a remote
19674 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19675 Note that you may not access an existing signature file remotely,
19676 you have to create a new <EM>folder</EM> that contains the signature data.
19677 If the name you use here for the signature data is a remote name, then when
19678 you edit the file using the &quot;F&quot; command the data will
19679 be saved remotely in the folder.
19680 You aren't required to do anything special to create the folder, it
19681 gets created if you use a remote name.
19684 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19685 the name of the file) you have specified.
19686 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19688 Besides containing regular text, a signature file may also
19689 contain (or a signature program may produce) tokens that are replaced with text
19690 that depends on the message you are replying to or forwarding.
19691 The tokens all look like _word_ (a word surrounded by underscores).
19692 For example, if the token
19694 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19696 is included in the text of the signature file, then when you reply to
19697 or forward a message, the token will be replaced with the actual date
19698 the message you are replying to or forwarding was sent.
19700 If you use a role that has a signature file for a plain composition
19701 (that is, not a reply or forward) then there is no original message, so
19702 any tokens that depend on the message will be replaced with nothing.
19703 So if you want a signature file to be useful for new compositions it
19704 shouldn't include any of the tokens that depend on the message being
19705 replied to or forwarded.
19707 The list of available tokens is
19708 <A HREF="h_index_tokens">here</A>.
19710 Actually, for the adventurous, there is a way to conditionally include text based
19711 on whether or not a token would result in specific replacement text.
19712 For example, you could include some text based on whether or not
19713 the _NEWS_ token would result in any newsgroups if it was used.
19714 It's explained in detail
19715 <A HREF="h_reply_token_conditionals">here</A>.
19717 In the very unlikely event that you want to include a literal token in
19718 a signature file, you must precede it with a backslash character.
19719 For example, to include the literal text _DATE_ you must actually use
19720 &#92;_DATE_.
19721 It is not possible to have a literal backslash followed by an expanded token.
19723 A blank field here means that Alpine will use its normal rules for deciding
19724 which file (if any) to use for the signature file.
19726 An alternate method for storing the signature is available in
19727 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
19729 Look <A HREF="h_edit_nav_cmds">here</A>
19730 to see the available Editing and Navigation commands.
19732 &lt;End of help on this topic&gt;
19733 </BODY>
19734 </HTML>
19735 ======= h_config_role_settempl =======
19736 <HTML>
19737 <HEAD>
19738 <TITLE>Set Template Explained</TITLE>
19739 </HEAD>
19740 <BODY>
19741 <H1>Set Template Explained</H1>
19743 This describes part of the action to be taken if the Pattern for this
19744 role is a match.
19745 This field consists of a filename that will be used as the template
19746 file when using this role.
19747 The template file is a file that is included at the top of the message you
19748 are composing.
19750 If the filename is followed by a vertical bar (|) then instead
19751 of reading the contents of the file the file is assumed to be a
19752 program that will produce the text to be used on its standard output.
19753 The program can't have any arguments and doesn't receive any input from Alpine,
19754 but the rest of the processing works as if the contents came from a file.
19756 Instead of storing the data in a local file, the
19757 template may be stored remotely in an IMAP folder.
19758 In order to do this, 
19759 you must use a remote name for the template.
19760 A remote template name might look like:
19762 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
19765 The syntax used here is the same as the syntax used for a remote
19766 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19767 Note that you may not access an existing template file remotely,
19768 you have to create a new <EM>folder</EM> that contains the template data.
19769 If the name you use here for the template is a remote name, then when
19770 you edit the file using the &quot;F&quot; command the data will
19771 be saved remotely in the folder.
19772 You aren't required to do anything special to create the folder, it
19773 gets created if you use a remote name.
19775 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19776 the name of the file) you have specified.
19777 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19779 Besides containing regular text, the template file may also
19780 contain (or a template file program may produce) tokens that are replaced with text
19781 that depends on the message you are replying to or forwarding.
19782 The tokens all look like _word_ (a word surrounded by underscores).
19783 For example, if the token
19785 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19787 is included in the text of the template file, then when you reply to
19788 or forward a message, the token will be replaced with the actual date
19789 the message you are replying to or forwarding was sent.
19791 If you use a role that has a template file for a plain composition
19792 (that is, not a reply or forward) then there is no original message, so
19793 any tokens that depend on the message will be replaced with nothing.
19794 So if you want a template file to be useful for new compositions it
19795 shouldn't include any of the tokens that depend on the message being
19796 replied to or forwarded.
19798 The list of available tokens is
19799 <A HREF="h_index_tokens">here</A>.
19801 Actually, for the adventurous, there is a way to conditionally include text based
19802 on whether or not a token would result in specific replacement text.
19803 For example, you could include some text based on whether or not
19804 the _NEWS_ token would result in any newsgroups if it was used.
19805 It's explained in detail
19806 <A HREF="h_reply_token_conditionals">here</A>.
19808 In the very unlikely event that you want to include a literal token in
19809 a template file, you must precede it with a backslash character.
19810 For example, to include the literal text _DATE_ you must actually use
19811 &#92;_DATE_.
19812 It is not possible to have a literal backslash followed by an expanded token.
19814 A blank template field means that Alpine will not use a template file when
19815 this role is being used.
19817 Look <A HREF="h_edit_nav_cmds">here</A>
19818 to see the available Editing and Navigation commands.
19820 &lt;End of help on this topic&gt;
19821 </BODY>
19822 </HTML>
19823 ======= h_config_filt_stat_imp =======
19824 <HTML>
19825 <HEAD>
19826 <TITLE>Set Important Status Explained</TITLE>
19827 </HEAD>
19828 <BODY>
19829 <H1>Set Important Status Explained</H1>
19831 This describes part of the action to be taken if the Pattern for this
19832 filter is a match.
19833 If set to &quot;Don't change it&quot; then this does nothing.
19834 If set to &quot;Set this state&quot; then the Important flag is set
19835 for the matching message.
19836 If set to &quot;Clear this state&quot; then the Important flag is cleared
19837 for the matching message.
19838 The important flag usually causes an asterisk to show up in the MESSAGE
19839 INDEX.
19840 It may also be useful when selecting a set of messages
19841 with the Select command.
19843 Look <A HREF="h_edit_nav_cmds">here</A>
19844 to see the available Editing and Navigation commands.
19846 &lt;End of help on this topic&gt;
19847 </BODY>
19848 </HTML>
19849 ======= h_config_filt_stat_new =======
19850 <HTML>
19851 <HEAD>
19852 <TITLE>Set New Status Explained</TITLE>
19853 </HEAD>
19854 <BODY>
19855 <H1>Set New Status Explained</H1>
19857 This describes part of the action to be taken if the Pattern for this
19858 filter is a match.
19859 If set to &quot;Don't change it&quot; then this does nothing.
19860 If set to &quot;Set this state&quot; then the
19861 matching message is marked New.
19862 If set to &quot;Clear this state&quot; then the
19863 matching message is marked Seen.
19865 Look <A HREF="h_edit_nav_cmds">here</A>
19866 to see the available Editing and Navigation commands.
19868 &lt;End of help on this topic&gt;
19869 </BODY>
19870 </HTML>
19871 ======= h_config_filt_stat_ans =======
19872 <HTML>
19873 <HEAD>
19874 <TITLE>Set Answered Status Explained</TITLE>
19875 </HEAD>
19876 <BODY>
19877 <H1>Set Answered Status Explained</H1>
19879 This describes part of the action to be taken if the Pattern for this
19880 filter is a match.
19881 If set to &quot;Don't change it&quot; then this does nothing.
19882 If set to &quot;Set this state&quot; then the Answered flag is set
19883 for the matching message.
19884 If set to &quot;Clear this state&quot; then the Answered flag is cleared
19885 for the matching message.
19887 Look <A HREF="h_edit_nav_cmds">here</A>
19888 to see the available Editing and Navigation commands.
19890 &lt;End of help on this topic&gt;
19891 </BODY>
19892 </HTML>
19893 ======= h_config_filt_stat_del =======
19894 <HTML>
19895 <HEAD>
19896 <TITLE>Set Deleted Status Explained</TITLE>
19897 </HEAD>
19898 <BODY>
19899 <H1>Set Deleted Status Explained</H1>
19901 This describes part of the action to be taken if the Pattern for this
19902 filter is a match.
19903 If set to &quot;Don't change it&quot; then this does nothing.
19904 If set to &quot;Set this state&quot; then the
19905 matching message is marked Deleted.
19906 If set to &quot;Clear this state&quot; then the
19907 matching message is marked UnDeleted.
19909 You should not use this option unless you are prepared to have matching
19910 messages expunged from the folder permanently.
19911 For example, if you type the Expunge command, this filter is applied
19912 before the expunge, so matching messages will be marked Deleted and then
19913 will be permanently expunged from the folder.
19914 However, since the index isn't redrawn in between the time that the message
19915 is marked Deleted and the time that you are asked to expunge, the only
19916 indication that you are expunging the message comes in the number of messages
19917 being expunged.
19918 The same thing may happen when you close a folder.
19919 It is also possible that an expunge not initiated by you will
19920 delete matching messages.
19922 Look <A HREF="h_edit_nav_cmds">here</A>
19923 to see the available Editing and Navigation commands.
19925 &lt;End of help on this topic&gt;
19926 </BODY>
19927 </HTML>
19928 ======= h_config_role_scoreval =======
19929 <HTML>
19930 <HEAD>
19931 <TITLE>Score Value Explained</TITLE>
19932 </HEAD>
19933 <BODY>
19934 <H1>Score Value Explained</H1>
19936 A message's score is the sum of the Score Values from all of the Scoring rules
19937 with Patterns that match the message.
19938 The value you give here is the Score Value associated with this rule.
19939 A Score Value is an integer between -100 and 100, with the default
19940 value of zero.
19942 Alternatively, if the
19943 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
19944 field is defined
19945 (on the line right below the &quot;Score Value&quot; field)
19946 then the &quot;Score Value&quot; is ignored and
19947 the &quot;Score From Header&quot; field is used instead.
19949 Look <A HREF="h_edit_nav_cmds">here</A>
19950 to see the available Editing and Navigation commands.
19952 &lt;End of help on this topic&gt;
19953 </BODY>
19954 </HTML>
19955 ======= h_config_role_scorehdrtok =======
19956 <HTML>
19957 <HEAD>
19958 <TITLE>Score Value From Header Explained</TITLE>
19959 </HEAD>
19960 <BODY>
19961 <H1>Score Value From Header Explained</H1>
19963 This option provides a way to use a number that appears in the headers of your
19964 messages as the message's score, or as a component of that score.
19965 If this field is defined then it is used instead of the &quot;Score Value&quot;.
19966 The idea behind this option is that there may be a score embedded in the
19967 headers of messages that has already been calculated outside of Alpine.
19968 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
19969 somewhere in that header there is a score.
19971 The value for this option is the name of the header followed by parentheses
19972 with two arguments inside:
19974 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
19976 No space is allowed between the comma and the start of the field_separators.
19977 It would be interpreted as the first separator if it was there.
19978 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
19979 starts after that and goes to the second separator, and so on.
19980 It's easier to explain with examples.
19982 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
19984 In the above example the header that is used is the &quot;X-Spam&quot; header.
19985 The value of that header (the part after the colon and the space) is split
19986 into fields separated by spaces.
19988 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
19990 The second field is selected and converted to an integer. It only makes sense
19991 if Field2 really is an integer.
19993 Here's an example of a SpamAssassin header.
19994 The exact look of the header will vary, but if your incoming mail
19995 contains headers that look like the following
19997 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19999 you might want to use the hits value as a score.
20000 Since the score is an integer value you can't make use of the decimal part of
20001 the number, but
20002 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
20003 and &quot;.&quot; as your separators.
20005 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
20007 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
20008 hits.
20009 The second field is &quot;10&quot; so the score value would be 10.
20011 Another example we've seen has headers that look like
20013 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
20015 Because there are two equals before the 7% the value
20017 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
20019 should capture the probability as the score.
20021 The Score From Header scoring value actually works just like the
20022 regular Score Value in that the rest of the pattern has to match before
20023 it is used and the scores from all the different scoring rules that
20024 match for a particular message are added together.
20025 When using the Score From Header method it may (or may not) make sense to
20026 use only a single scoring rule with a pattern that matches every message.
20028 Look <A HREF="h_edit_nav_cmds">here</A>
20029 to see the available Editing and Navigation commands.
20031 &lt;End of help on this topic&gt;
20032 </BODY>
20033 </HTML>
20034 ======= h_config_role_replyuse =======
20035 <HTML>
20036 <HEAD>
20037 <TITLE>Reply Use Explained</TITLE>
20038 </HEAD>
20039 <BODY>
20040 <H1>Reply Use Explained</H1>
20042 This option determines how this particular role will be used when Replying
20043 to a message.
20044 There are three possible values for this option.
20045 The value &quot;Never&quot;
20046 means that this role will not be a candidate for use when Replying.
20047 The role's Pattern will not be checked for a match, however the role will
20048 be available to be manually switched to if there is a confirmation prompt.
20051 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20052 mean that you do want to consider this role when Replying.
20053 For either of these settings, the role's Pattern will be compared with
20054 the message being replied to.
20055 If there is a match then this role will either be used without confirmation
20056 or will be the default when confirmation is asked for, depending on
20057 which of the two options is selected.
20058 If confirmation is requested, you will also have a chance to
20059 manually change the role to any one of your other roles.
20062 You won't be prompted for confirmation if none of your role Patterns
20063 match the message being replied to.
20064 This is independent of the value of the current option.
20065 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20066 feature may be used to change this behavior.
20068 &lt;End of help on this topic&gt;
20069 </BODY>
20070 </HTML>
20071 ======= h_config_role_forwarduse =======
20072 <HTML>
20073 <HEAD>
20074 <TITLE>Forward Use Explained</TITLE>
20075 </HEAD>
20076 <BODY>
20077 <H1>Forward Use Explained</H1>
20079 This option determines how this particular role will be used when Forwarding
20080 a message.
20081 There are three possible values for this option.
20082 The value &quot;Never&quot;
20083 means that this role will not be a candidate for use when Forwarding.
20084 The role's Pattern will not be checked for a match, however the role will
20085 be available to be manually switched to if there is a confirmation prompt.
20088 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20089 mean that you do want to consider this role when Forwarding.
20090 For either of these settings, the role's Pattern will be compared with
20091 the message being forwarded.
20092 If there is a match then this role will either be used without confirmation
20093 or will be the default when confirmation is asked for, depending on
20094 which of the two options is selected.
20095 If confirmation is requested, you will also have a chance to
20096 manually change the role to any one of your other roles.
20099 You won't be prompted for confirmation if none of your role Patterns
20100 match the message being forwarded.
20101 This is independent of the value of the current option.
20102 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20103 feature may be used to change this behavior.
20105 &lt;End of help on this topic&gt;
20106 </BODY>
20107 </HTML>
20108 ======= h_config_role_composeuse =======
20109 <HTML>
20110 <HEAD>
20111 <TITLE>Compose Use Explained</TITLE>
20112 </HEAD>
20113 <BODY>
20114 <H1>Compose Use Explained</H1>
20116 This option determines how this particular role will be used when Composing
20117 a new message using the &quot;Compose&quot; command.
20118 This does not affect what happens when using the &quot;Role&quot; command
20119 to compose a new message.
20120 The &quot;Role&quot; command allows you to select a role from all of the
20121 roles you have defined, regardless of what Uses you've assigned to those
20122 roles.
20125 There are three possible values for this option.
20126 The value &quot;Never&quot;
20127 means that this role will not be a candidate for use when Composing.
20128 The role's Current Folder Type will not be checked for a match, however the role
20129 will be available to be manually switched to if there is a confirmation prompt.
20132 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20133 mean that you do want to consider this role when Composing.
20134 For either of these settings,
20135 the role's Current Folder Type will be checked (since there is no message
20136 to compare with, the rest of the Pattern is considered a match).
20137 If there is a match then this role will either be used without confirmation
20138 or will be the default when confirmation is asked for, depending on
20139 which of the two options is selected.
20140 If confirmation is requested, you will also have a chance to
20141 manually change the role to any one of your other roles.
20144 When using the Compose command the role checking is a little different
20145 because there is no message being replied to or forwarded.
20146 Because of this the Current Folder Type is checked but the header pattern
20147 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
20148 A role is considered to be a match if it is a candidate for Compose Use and
20149 its Current Folder Type matches the currently open folder.
20150 This could be useful if you want to set a role based on the folder you
20151 are reading, or the type of folder you are reading.
20154 You won't be prompted for confirmation if none of your role Patterns
20155 are a match.
20156 This is independent of the value of the current option.
20157 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20158 feature may be used to change this behavior.
20160 &lt;End of help on this topic&gt;
20161 </BODY>
20162 </HTML>
20163 ======= h_config_filter_folder =======
20164 <HTML>
20165 <HEAD>
20166 <TITLE>Filter Folder Explained</TITLE>
20167 </HEAD>
20168 <BODY>
20169 <H1>Filter Folder Explained</H1>
20171 When the Filter Action is set to &quot;Move&quot;,
20172 the folder or folders specified here will be used to store messages matching
20173 the provided pattern.
20176 If you set the Filter Action to &quot;Move&quot; you must give a folder name
20177 here.
20180 If you wish,
20181 you may choose a folder from your folder collections by using the
20182 &quot;T&quot; command.
20184 Besides regular text, the folder name may also contain
20185 tokens that are replaced with text representing the current date
20186 when you run Alpine.
20187 For example, if the folder name you use is
20189 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
20191 that is replaced with something like
20193 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
20197 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
20199 becomes
20201 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
20203 The token names must be surrounded by underscores in order to be recognized
20204 as tokens.
20205 The tokens that may be used are those that are derived from the current date.
20206 They're listed near the bottom of the list of tokens give
20207 <A HREF="h_index_tokens">here</A>.
20209 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
20210 for more information on Patterns.
20212 Look <A HREF="h_edit_nav_cmds">here</A>
20213 to see the available Editing and Navigation commands.
20215 &lt;End of help on this topic&gt;
20216 </BODY>
20217 </HTML>
20218 ======= h_config_filter_kw_set =======
20219 <HTML>
20220 <HEAD>
20221 <TITLE>Set These Keywords Explained</TITLE>
20222 </HEAD>
20223 <BODY>
20224 <H1>Set These Keywords Explained</H1>
20226 This describes part of the action to be taken if the Pattern for this
20227 filter is a match.
20228 Read a little about keywords in the help text for the
20229 <A HREF="h_common_flag">Flag</A> command.
20230 This option is a list of keywords that will be Set when there is a match.
20231 If you wish, you may choose keywords from the list of keywords you have
20232 defined with the &quot;T&quot; command.
20233 You may add new keywords by defining them in the
20234 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20235 If you have given a keyword a nickname when configuring it,
20236 that nickname may be used instead of the actual keyword.
20239 Look <A HREF="h_edit_nav_cmds">here</A>
20240 to see the available Editing and Navigation commands.
20242 &lt;End of help on this topic&gt;
20243 </BODY>
20244 </HTML>
20245 ======= h_config_filter_kw_clr =======
20246 <HTML>
20247 <HEAD>
20248 <TITLE>Clear These Keywords Explained</TITLE>
20249 </HEAD>
20250 <BODY>
20251 <H1>Clear These Keywords Explained</H1>
20253 This describes part of the action to be taken if the Pattern for this
20254 filter is a match.
20255 Read a little about keywords in the help text for the
20256 <A HREF="h_common_flag">Flag</A> command.
20257 This option is a list of keywords that will be Cleared when there is a match.
20258 If you wish, you may choose keywords from the list of keywords you have
20259 defined with the &quot;T&quot; command.
20260 You may add new keywords by defining them in the
20261 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20262 If you have given a keyword a nickname when configuring it,
20263 that nickname may be used instead of the actual keyword.
20266 Look <A HREF="h_edit_nav_cmds">here</A>
20267 to see the available Editing and Navigation commands.
20269 &lt;End of help on this topic&gt;
20270 </BODY>
20271 </HTML>
20272 ======= h_index_tokens =======
20273 <HTML>
20274 <HEAD>
20275 <TITLE>Tokens for Index and Replying</TITLE>
20276 </HEAD>
20277 <BODY>
20279 This set of special tokens may be used in the
20280 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
20281 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20282 in signature files,
20283 in template files used in
20284 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
20285 that is the target of a Filter Rule.
20286 Some of them aren't available in all situations.
20288 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
20289 option, but they must be surrounded by underscores for the
20290 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
20291 and in the target of Filter Rules.
20295 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
20297 <DL>
20298 <DT>SUBJECT</DT>
20299 <DD>
20300 This token represents the Subject the sender gave the message.
20301 Alternatives for use in the index screen are SHORTSUBJECT,
20302 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
20303 SUBJKEYTEXT, and SUBJKEYINITTEXT.
20304 You may color the subject text in the MESSAGE INDEX screen differently by using the
20305 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
20306 <A HREF="h_config_index_opening_color">Index Opening Color</A>
20307 options available from
20308 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20309 </DD>
20311 <DT>FROM</DT>
20312 <DD>
20313 This token represents the personal name (or email address if the name
20314 is unavailable) of the person specified in the message's &quot;From:&quot;
20315 header field.
20316 You may color the from text in the MESSAGE INDEX screen differently by using the
20317 <A HREF="h_config_index_from_color">Index From Color</A>
20318 option available from
20319 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20320 </DD>
20322 <DT>ADDRESS</DT>
20323 <DD>
20324 This is similar to the &quot;FROM&quot; token, only it is always the
20325 email address, never the personal name.
20326 For example, &quot;mailbox@domain&quot;.
20327 </DD>
20329 <DT>MAILBOX</DT>
20330 <DD>
20331 This is the same as the &quot;ADDRESS&quot; except that the 
20332 domain part of the address is left off.
20333 For example, &quot;mailbox&quot;.
20334 </DD>
20336 <DT>SENDER</DT>
20337 <DD>
20338 This token represents the personal name (or email address) of the person
20339 listed in the message's &quot;Sender:&quot; header field.
20340 </DD>
20342 <DT>TO</DT>
20343 <DD>
20344 This token represents the personal names (or email addresses if the names
20345 are unavailable) of the persons specified in the
20346 message's &quot;To:&quot; header field.
20347 </DD>
20349 <DT>NEWSANDTO</DT>
20350 <DD>
20351 This token represents the newsgroups from the
20352 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20353 the personal names (or email addresses if the names
20354 are unavailable) of the persons specified in the
20355 message's &quot;To:&quot; header field.
20356 </DD>
20358 <DT>TOANDNEWS</DT>
20359 <DD>
20360 Same as &quot;NEWSANDTO&quot; except in the opposite order.
20361 </DD>
20363 <DT>NEWS</DT>
20364 <DD>
20365 This token represents the newsgroups from the
20366 message's &quot;Newsgroups:&quot; header field.
20367 </DD>
20369 <DT>CC</DT>
20370 <DD>
20371 This token represents the personal names (or email addresses if the names
20372 are unavailable) of the persons specified in the
20373 message's &quot;Cc:&quot; header field.
20374 </DD>
20376 <DT>RECIPS</DT>
20377 <DD>
20378 This token represents the personal names (or email addresses if the names
20379 are unavailable) of the persons specified in both the
20380 message's &quot;To:&quot; header field and
20381 the message's &quot;Cc:&quot; header field.
20382 </DD>
20384 <DT>NEWSANDRECIPS</DT>
20385 <DD>
20386 This token represents the newsgroups from the
20387 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20388 the personal names (or email addresses if the names
20389 are unavailable) of the persons specified in the
20390 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
20391 </DD>
20393 <DT>RECIPSANDNEWS</DT>
20394 <DD>
20395 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
20396 </DD>
20398 <DT>INIT</DT>
20399 <DD>
20400 This token represents the initials from the personal name
20401 of the person specified in the message's &quot;From:&quot;
20402 header field.
20403 If there is no personal name, it is blank.
20404 </DD>
20406 <DT>DATE</DT>
20407 <DD>
20408 This token represents the date on which the message was sent, according
20409 to the &quot;Date&quot; header field.
20410 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20411 The feature
20412 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
20413 which adjusts for the timezone the message was sent from,
20414 may have an effect on the value of this token as well as the values of
20415 all of the other DATE or TIME tokens.
20416 Some of the DATE and TIME tokens are displayed in a locale-specific
20417 way unless the option
20418 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
20419 </DD>
20421 <DT>SMARTDATE</DT>
20422 <DD>
20423 This token represents the date on which the message was sent, according
20424 to the &quot;Date&quot; header field.
20425 It is &quot;Today&quot; if the message was sent today,
20426 &quot;Yesterday&quot; for yesterday,
20427 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
20428 message is from last year and is more than six months old it includes the year, as well.
20429 See the SMARTDATE alternatives below, as well.
20430 </DD>
20432 <DT>SMARTTIME</DT>
20433 <DD>
20434 This token represents the most relevant elements of the date on which
20435 the message was sent (according to the &quot;Date&quot; header field),
20436 in a compact form. If the message was sent today, only the time is used
20437 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
20438 the past week, the day of the week and the hour are used
20439 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
20440 given as date, month, and year (e.g. &quot;23Aug00&quot;,
20441 &quot;9Apr98&quot;).
20442 </DD>
20444 <DT>SMARTTIME24</DT>
20445 <DD>
20446 This token has the structure &quot;day hour:minute&quot;
20447 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
20448 from the current date, or &quot;month day&quot; (e.g.
20449 &quot;Nov 23&quot;) for messages dated less than 6 months
20450 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
20451 for messages dated more than 6 months ago. It uses 9 characters
20452 of the width of the screen, and it left aligned.
20453 </DD>
20455 <DT>SMARTDATETIME</DT>
20456 <DD>
20457 This is a combination of SMARTDATE and SMARTTIME.
20458 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
20459 case it is SMARTTIME.
20460 See the SMARTDATETIME alternatives below, as well.
20461 </DD>
20463 <DT>DATEISO</DT>
20464 <DD>
20465 This token represents the date on which the message was sent, according
20466 to the &quot;Date&quot; header field.
20467 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20468 </DD>
20470 <DT>SHORTDATEISO</DT>
20471 <DD>
20472 This token represents the date on which the message was sent, according
20473 to the &quot;Date&quot; header field.
20474 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20475 </DD>
20477 <DT>SHORTDATE1</DT>
20478 <DD>
20479 This token represents the date on which the message was sent, according
20480 to the &quot;Date&quot; header field.
20481 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
20482 </DD>
20484 <DT>SHORTDATE2</DT>
20485 <DD>
20486 This token represents the date on which the message was sent, according
20487 to the &quot;Date&quot; header field.
20488 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
20489 </DD>
20491 <DT>SHORTDATE3</DT>
20492 <DD>
20493 This token represents the date on which the message was sent, according
20494 to the &quot;Date&quot; header field.
20495 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
20496 </DD>
20498 <DT>SHORTDATE4</DT>
20499 <DD>
20500 This token represents the date on which the message was sent, according
20501 to the &quot;Date&quot; header field.
20502 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
20503 </DD>
20505 <DT>LONGDATE</DT>
20506 <DD>
20507 This token represents the date on which the message was sent, according
20508 to the &quot;Date&quot; header field.
20509 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
20510 </DD>
20512 <DT>SMARTDATE alternatives</DT>
20513 <DD>
20514 There are several versions of SMARTDATE that are all the same except
20515 for the way they format dates far in the past.
20516 SMARTDATE formats the date using the information from your locale settings
20517 to format the date string. It may end up formatting dates so that they look
20518 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20519 The feature
20520 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20521 may have an effect on the values of these tokens.
20522 If you want more control you may use one of the following.
20523   <DL>
20524   <DT>SMARTDATE</DT> <DD>If the option
20525 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20526 then this will be locale specific. Control this with the
20527 LC_TIME locale setting on a UNIX system. On Windows
20528 the Regional Options control panel may be used to set the Short date
20529 format. At the programming level, the strftime routine is what Alpine
20530 uses to print the date.
20531 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20532 to SMARTDATES1.</DD>
20533   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
20534   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20535   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
20536   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
20537   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
20538   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
20539   </DL>
20540 </DD>
20542 <DT>SMARTDATETIME alternatives</DT>
20543 <DD>
20544 There are several versions of SMARTDATETIME that are all very similar.
20545 The ones that end in 24 use a 24-hour clock for Today's messages instead
20546 of a 12-hour clock.
20547 The other variation is
20548 for the way they format dates far in the past.
20549 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
20550 to format the date string. It may end up formatting dates so that they look
20551 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20552 The feature
20553 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20554 may have an effect on the values of these tokens.
20555 The possible choices are:
20556   <DL>
20557   <DT>SMARTDATETIME</DT> <DD>If the option
20558 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20559 then this will be locale specific. Control this with the
20560 LC_TIME locale setting on a UNIX system. On Windows
20561 the Regional Options control panel may be used to set the Short date
20562 format. At the programming level, the strftime routine is what Alpine
20563 uses to print the date.
20564 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20565 to SMARTDATETIMES1.</DD>
20566   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
20567   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
20568   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
20569   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20570   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
20571   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
20572   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
20573   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
20574   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
20575   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
20576   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
20577   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
20578   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
20579   </DL>
20580 </DD>
20582 <DT>DAYDATE</DT>
20583 <DD>
20584 This token represents the date on which the message was sent, according
20585 to the &quot;Date&quot; header field.
20586 It looks like &quot;Sat, 23 Oct 1998&quot;.
20587 This token is never converted in any locale-specific way.
20588 </DD>
20590 <DT>PREFDATE</DT>
20591 <DD>
20592 This token represents the date on which the message was sent, according
20593 to the &quot;Date&quot; header field.
20594 It is your operating system's idea of the preferred date representation for the current locale.
20595 Internally it uses the %x version of the date from the strftime routine.
20596 </DD>
20598 <DT>PREFTIME</DT>
20599 <DD>
20600 This token represents the time at which the message was sent, according
20601 to the &quot;Date&quot; header field.
20602 It is the preferred time representation for the current locale.
20603 Internally it uses the %X version of the time from the strftime routine.
20604 </DD>
20606 <DT>PREFDATETIME</DT>
20607 <DD>
20608 This token represents the date and time at which the message was sent, according
20609 to the &quot;Date&quot; header field.
20610 It is the preferred date and time representation for the current locale.
20611 Internally it uses the %c version of the time from the strftime routine.
20612 </DD>
20614 <DT>DAY</DT>
20615 <DD>
20616 This token represents the day of the month on which the message was sent,
20617 according to the &quot;Date&quot; header field.
20618 For example, &quot;23&quot; or &quot;9&quot;.
20619 </DD>
20621 <DT>DAY2DIGIT</DT>
20622 <DD>
20623 This token represents the day of the month on which the message was sent,
20624 according to the &quot;Date&quot; header field.
20625 For example, &quot;23&quot; or &quot;09&quot;.
20626 It is always 2 digits.
20627 </DD>
20629 <DT>DAYORDINAL</DT>
20630 <DD>
20631 This token represents the ordinal number that is the day of
20632 the month on which the message was sent,
20633 according to the &quot;Date&quot; header field.
20634 For example, &quot;23rd&quot; or &quot;9th&quot;.
20635 </DD>
20637 <DT>DAYOFWEEK</DT>
20638 <DD>
20639 This token represents the day of the week on which the message was sent,
20640 according to the &quot;Date&quot; header field.
20641 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20642 </DD>
20644 <DT>DAYOFWEEKABBREV</DT>
20645 <DD>
20646 This token represents the day of the week on which the message was sent,
20647 according to the &quot;Date&quot; header field.
20648 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20649 </DD>
20651 <DT>MONTHABBREV</DT>
20652 <DD>
20653 This token represents the month the message was sent, according
20654 to the &quot;Date&quot; header field.
20655 For example, &quot;Oct&quot;.
20656 </DD>
20658 <DT>MONTHLONG</DT>
20659 <DD>
20660 This token represents the month in which the message was sent, according
20661 to the &quot;Date&quot; header field.
20662 For example, &quot;October&quot;.
20663 </DD>
20665 <DT>MONTH</DT>
20666 <DD>
20667 This token represents the month in which the message was sent, according
20668 to the &quot;Date&quot; header field.
20669 For example, &quot;10&quot; or &quot;9&quot;.
20670 </DD>
20672 <DT>MONTH2DIGIT</DT>
20673 <DD>
20674 This token represents the month in which the message was sent, according
20675 to the &quot;Date&quot; header field.
20676 For example, &quot;10&quot; or &quot;09&quot;.
20677 It is always 2 digits.
20678 </DD>
20680 <DT>YEAR</DT>
20681 <DD>
20682 This token represents the year the message was sent, according
20683 to the &quot;Date&quot; header field.
20684 For example, &quot;1998&quot; or &quot;2001&quot;.
20685 </DD>
20687 <DT>YEAR2DIGIT</DT>
20688 <DD>
20689 This token represents the year the message was sent, according
20690 to the &quot;Date&quot; header field.
20691 For example, &quot;98&quot; or &quot;01&quot;.
20692 It is always 2 digits.
20693 </DD>
20695 <DT>TIME24</DT>
20696 <DD>
20697 This token represents the time at which the message was sent, according
20698 to the &quot;Date&quot; header field.
20699 There is no adjustment made for different time zones, so you'll get
20700 the time the message was sent according to the time zone the sender
20701 was in.
20702 It has the format HH:MM. For example, &quot;17:28&quot;.
20703 </DD>
20705 <DT>TIME12</DT>
20706 <DD>
20707 This token represents the time at which the message was sent, according
20708 to the &quot;Date&quot; header field.
20709 This time is for a 12 hour clock.
20710 It has the format HH:MMpm.
20711 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20712 </DD>
20714 <DT>TIMEZONE</DT>
20715 <DD>
20716 This token represents the numeric timezone from
20717 the &quot;Date&quot; header field.
20718 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
20719 </DD>
20721 </DL>
20724 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
20726 <DL>
20727 <DT>MSGNO</DT>
20728 <DD>
20729 This token represents the message's current position in the folder that,
20730 of course, may change as the folder is sorted or new mail arrives.
20731 </DD>
20733 <DT>STATUS</DT>
20734 <DD>
20735 This token represents a three character wide field displaying various
20736 aspects of the message's state.
20737 The first character is either blank,
20738 a '*' for message marked Important, or a '+' indicating a message
20739 addressed directly to you (as opposed to your having received it via a
20740 mailing list, for example).
20741 When the feature
20742 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
20743 is set, if the first character would have been
20744 blank then it will instead be a '-' if the message is cc'd to you.
20745 The second character is typically blank,
20746 though the arrow cursor may occupy it if either the 
20747 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
20748 or the
20749 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
20750 is set (or you actually are on a slow link).
20751 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
20752 '<A HREF="h_flag_answered">A</A>' (Answered),
20753 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
20754 '<A HREF="h_flag_new">N</A>' (New), or blank.
20756 If you are using a threaded view of the index and this message is at the
20757 top of a collapsed portion of a thread,
20758 then this token refers to all of the messages in the collapsed portion of
20759 the thread instead of just the top message.
20760 The first character will be a '*' if <EM>any</EM> of the messages in the thread
20761 are marked Important, else a '+' if any of the messages are addressed
20762 to you, else a '-' if any of the messages are cc'd to you.
20763 The third character will be a 'D' if <EM>all</EM> of the messages
20764 in the collapsed thread are marked deleted,
20765 an 'A' if <EM>all</EM> of the messages
20766 in the collapsed thread are marked answered,
20767 it will be an 'N' if any of
20768 the messages are undeleted and unseen, and it will be blank otherwise.
20769 </DD>
20771 <DT>FULLSTATUS</DT>
20772 <DD>
20773 This token represents a less abbreviated alternative
20774 to the &quot;STATUS&quot; token.
20775 It is six characters wide.
20776 The first character is '+', '-', or blank, the
20777 second blank, the third either '*' or blank, the fourth
20778 '<A HREF="h_flag_new">N</A>' or blank,
20779 the fifth '<A HREF="h_flag_answered">A</A>'
20780 or blank, and the sixth character is
20781 either '<A HREF="h_flag_deleted">D</A>' or
20782 blank.
20784 If you are using a threaded view of the index and this message is at the
20785 top of a collapsed portion of a thread,
20786 then this token refers to all of the messages in the collapsed portion of
20787 the thread instead of just the top message.
20788 The first character is '+', '-', or blank depending on whether <EM>any</EM>
20789 of the messages in the collapsed thread are addressed to you or cc'd to you.
20790 The third character will be '*' if any of the messages are marked
20791 Important.
20792 The fourth character will be 'N' if all of the messages in the thread
20793 are New, else 'n' if some of the messages in the thread are New, else blank.
20794 The fifth character will be 'A' or 'a' or blank, and the sixth character
20795 will be 'D' or 'd' or blank.
20796 </DD>
20798 <DT>IMAPSTATUS</DT>
20799 <DD>
20800 This token represents an even less abbreviated alternative to the
20801 &quot;STATUS&quot; token.
20802 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
20803 an 'N' if the message is new to this folder since the last time
20804 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
20805 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
20806 new to the folder since it was last opened <EM>but</EM> has not been
20807 viewed, or a blank if the message has been in the folder since it was
20808 last opened and has been viewed.
20810 If you are using a threaded view of the index and this message is at the
20811 top of a collapsed portion of a thread,
20812 then the fourth character will be
20813 'N' if all of the messages in the thread are unseen and recent;
20814 else 'n' if some of the messages in the thread are unseen and recent;
20815 else 'U' if all of the messages in the thread are unseen and not recent;
20816 else 'u' if some of the messages in the thread are unseen and not recent;
20817 else 'R' if all of the messages in the thread are seen and recent;
20818 else 'r' if some of the messages in the thread are seen and recent;
20819 else blank.
20820 </DD>
20822 <DT>SHORTIMAPSTATUS</DT>
20823 <DD>
20824 This is the same as the last four of the six characters of IMAPSTATUS,
20825 so the '+' To Me information will be missing.
20826 </DD>
20828 <DT>SIZE</DT>
20829 <DD>
20830 This token represents the total size, in bytes, of the message.
20831 If a &quot;K&quot; (Kilobyte)
20832 follows the number, the size is approximately 1,000
20833 times that many bytes (rounded to the nearest 1,000).
20834 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20835 1,000,000 times that many bytes.
20836 Commas are not used in this field.
20837 This field is seven characters wide, including the enclosing parentheses.
20838 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20839 The progression of sizes used looks like:
20842 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
20844 </DD>
20846 <DT>SIZECOMMA</DT>
20847 <DD>
20848 This token represents the total size, in bytes, of the message.
20849 If a &quot;K&quot; (Kilobyte)
20850 follows the number, the size is approximately 1,000
20851 times that many bytes (rounded to the nearest 1,000).
20852 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20853 1,000,000 times that many bytes.
20854 Commas are used if the number shown is 1,000 or greater.
20855 The SIZECOMMA field is one character wider than the SIZE field.
20856 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20857 The progression of sizes used looks like:
20860 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
20862 </DD>
20864 <DT>KSIZE</DT>
20865 <DD>
20866 This token represents the total size of the message, expressed in
20867 kilobytes or megabytes, as most appropriate.
20868 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
20869 The progression of sizes used looks like:
20872 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
20874 </DD>
20876 <DT>SIZENARROW</DT>
20877 <DD>
20878 This token represents the total size, in bytes, of the message.
20879 If a &quot;K&quot; (Kilobyte)
20880 follows the number, the size is approximately 1,000
20881 times that many bytes.
20882 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20883 1,000,000 times that many bytes.
20884 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
20885 1,000,000,000 times that many bytes.
20886 This field uses only five characters of screen width, including the enclosing
20887 parentheses.
20888 The progression of sizes used looks like:
20891 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
20893 </DD>
20895 <DT>DESCRIPSIZE</DT>
20896 <DD>
20897 This token is intended to represent a more useful description of the
20898 message than just its size, but it isn't very useful at this point.
20899 The plus sign in this view means there are attachments.
20900 Note that including this token in
20901 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20902 display a little while Alpine collects the necessary information.
20903 </DD>
20905 <DT>SHORTSUBJECT</DT> 
20906 <DD> This token is the same as SUBJECT, but removes 
20907 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
20908 between these characters corresponds to mailing list names, and may be 
20909 unnecessary or unwanted in some instances. 
20910 </DD>
20912 <DT>SUBJKEY</DT>
20913 <DD>
20914 This token is the same as the SUBJECT token unless keywords are set for
20915 the message.
20916 In that case, a list of keywords enclosed in braces will be prepended to
20917 the subject of the message.
20918 Only those keywords that you have defined in your
20919 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20920 in Setup/Config are considered in the list.
20921 In other words, keywords that have been set by some other means, perhaps
20922 by another email program, won't show up unless included in
20923 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20924 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
20925 prepended to the subject in the MESSAGE TEXT screen.
20926 If you have given a keyword a nickname
20927 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20928 instead of the actual keyword.
20929 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20930 option may be used to modify this token slightly.
20931 It is also possible to color keywords in the index using the
20932 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20933 </DD>
20935 <DT>SHORTSUBJKEY</DT>
20936 <DD> This token is the same as SUBJKEY, but it is based on
20937 SHORTSUBJECT, instead of in SUBJECT.
20938 </DD>
20940 <DT>SUBJKEYINIT</DT>
20941 <DD>
20942 This token is the same as the SUBJKEY token except that instead of
20943 prepending a list of keywords to the subject, a list of first initials
20944 of keywords will be prepended instead.
20945 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
20946 set (or Work and Now are the Alpine nicknames of keywords that are set)
20947 then the SUBJKEY token would cause a result like
20949 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
20951 whereas the SUBJKEYINIT token would give
20953 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
20955 Only those keywords that you have defined in your
20956 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20957 in Setup/Config are considered in the list.
20958 In other words, keywords that have been set by some other means, perhaps
20959 by another email program, won't show up unless included in
20960 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20961 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20962 option may be used to modify this token slightly.
20963 It is also possible to color keywords in the index using the
20964 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20965 </DD>
20967 <DT>SHORTSUBJKEYINIT</DT>
20968 <DD> This token is the same as SUBJKEYINIT, but it is based on
20969 SHORTSUBJECT, instead of in SUBJECT.
20970 </DD>
20972 <DT>SUBJECTTEXT</DT>
20973 <DD>
20974 Same as SUBJECT but if there is room in the Subject field for more text,
20975 the opening part of the text of the message is displayed after the subject.
20976 The time needed to fetch the text may cause a performance problem
20977 which can, of course, be avoided by using the SUBJECT version of
20978 the Subject instead.
20979 You may color this opening text differently by using the
20980 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20981 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20982 You may adjust the characters that are displayed between the Subject and the
20983 opening text with the option
20984 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
20985 </DD>
20987 <DT>SUBJKEYTEXT</DT>
20988 <DD>
20989 Same as SUBJKEY but with the opening message text.
20990 </DD>
20992 <DT>OPENINGTEXT</DT>
20993 <DD>
20994 This is similar to SUBJECTTEXT.
20995 Instead of combining the Subject and the opening text in a single
20996 field in the index screen this token allows you to allocate a
20997 separate column just for the opening text of the message.
20998 The time needed to fetch this text may cause a performance problem.
20999 You may color this opening text differently by using the
21000 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
21001 the <A HREF="h_color_setup">Setup Kolor</A> screen.
21002 </DD>
21004 <DT>OPENINGTEXTNQ</DT>
21005 <DD>
21006 This is very similar to OPENINGTEXT.
21007 The NQ stands for No Quotes.
21008 The only difference is that quoted text (lines beginning with &gt;) is deleted.
21009 For some messages this may be confusing.
21010 For example, a message might have a line preceding some quoted
21011 text that reads something like &quot;On May 8th person A said.&quot;
21012 That no longer makes sense after the quoted text is deleted and it
21013 will appear that person A said whatever the text after the quote
21014 is, even though that is really person B talking.
21015 </DD>
21017 <DT>SUBJKEYINITTEXT</DT>
21018 <DD>
21019 Same as SUBJKEYINIT but with the opening message text.
21020 </DD>
21022 <DT>KEY</DT>
21023 <DD>
21024 This is a space-delimited list of keywords that are set for the message.
21025 Only those keywords that you have defined in your
21026 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
21027 in Setup/Config are considered in the list.
21028 In other words, keywords that have been set by some other means, perhaps
21029 by another email program, won't show up unless included in
21030 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
21031 If you have given a keyword a nickname
21032 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
21033 instead of the actual keyword.
21034 It is also possible to color keywords in the index using the
21035 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
21036 This token defaults to an arbitrary width of 5.
21037 You should set it to whatever width suits you using something
21038 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
21039 </DD>
21041 <DT>KEYINIT</DT>
21042 <DD>
21043 This is a list of keyword initials that are set for the message.
21044 If you have given a keyword a nickname
21045 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
21046 is displayed instead of the initial of the actual keyword.
21047 It is also possible to color keyword initials in the index using the
21048 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
21049 This token defaults to an arbitrary width of 2.
21050 You should set it to whatever width suits you using something
21051 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
21052 </DD>
21054 <DT>PRIORITY</DT>
21055 <DD>
21056 The X-Priority header is a non-standard header that is used in a
21057 somewhat standard way by many mail programs.
21058 Alpine expects the value of this header to be a digit with a value
21059 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
21060 Since this priority is something that the sender sets it is only an indication
21061 of the priority that the sender attaches to the mail and it is therefore almost
21062 totally unreliable for use as a filtering criterion.
21063 This token will display the numeric value of the priority if it is between
21064 1 and 5.
21065 It will be suppressed (blank) if the value is 3, which is normal priority.
21066 This token may be colored with the
21067 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21068 </DD>
21070 <DT>PRIORITYALPHA</DT>
21071 <DD>
21072 This is a more verbose interpretation of the X-Priority field.
21073 Once again nothing is displayed unless the value of the field
21074 is 1, 2, 4, or 5.
21075 The values displayed for those values are:
21077 <TABLE>
21078 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
21079 <TR> <TD>2</TD> <TD>High</TD> </TR>
21080 <TR> <TD>4</TD> <TD>Low</TD> </TR>
21081 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
21082 </TABLE>
21084 This token may be colored with the
21085 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21086 </DD>
21088 <DT>PRIORITY!</DT>
21089 <DD>
21090 This is a one character, non-numeric version of the X-Priority field.
21091 If the value of the X-Priority header is 1 or 2 an exclamation
21092 point is displayed.
21093 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
21094 This token may be colored with the
21095 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21096 </DD>
21098 <DT>ATT</DT>
21099 <DD>
21100 This is a one column wide field that represents the number of attachments
21101 a message has. It will be blank if there are no attachments, a single
21102 digit for one to nine attachments, or an asterisk for more than nine.
21103 Note that including this token in
21104 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
21105 display a little while Alpine collects the necessary information.
21106 </DD>
21108 <DT>FROMORTO</DT>
21109 <DD>
21110 This token represents <EM>either</EM> the personal name (or email address) of
21111 the person listed in the message's &quot;From:&quot; header
21112 field, <EM>or</EM>, if that address is yours or one of your
21113 <A HREF="h_config_alt_addresses">alternate addresses</A>,
21114 the first person specified in the
21115 message's &quot;To:&quot; header field
21116 with the prefix &quot;To: &quot; prepended.
21117 If the from address is yours and there is also no &quot;To&quot; address,
21118 Alpine will use the address on the &quot;Cc&quot; line.
21119 If there is no address there, either, Alpine will look for a newsgroup name
21120 from the &quot;Newsgroups&quot; header field and put
21121 that after the &quot;To: &quot; prefix.
21122 </DD>
21124 <DT>FROMORTONOTNEWS</DT>
21125 <DD>
21126 This is almost the same as <EM>FROMORTO</EM>.
21127 The difference is that newsgroups aren't considered.
21128 When a message is from you, doesn't have a To or Cc, and does have
21129 a Newsgroups header; this token will be your name instead of the name
21130 of the newsgroup (like it would be with FROMORTO).
21131 </DD>
21133 <DT>TEXT</DT>
21134 <DD>
21135 This is a different sort of token.
21136 It allows you to display a label within each index line.
21137 It will be the same fixed text for each line.
21138 It is different from all the other tokens in that there is no space column
21139 displayed after this token.
21140 Instead, it is butted up against the following field.
21141 It also has a different syntax.
21142 The text to display is given following a colon after the
21143 word &quot;TEXT&quot;.
21144 For example,
21146 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
21148 would insert the literal text &quot;abc=&quot; (without the quotes)
21149 into the index display line.
21150 You must quote the text if it includes space characters, like
21152 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
21154 </DD>
21156 <DT>HEADER</DT>
21157 <DD>
21158 This allows you to display the text from a particular header line in the
21159 message.
21160 The syntax for this token is substantially different from all the others
21161 in order that you might be able to display a portion of the text following
21162 a particular header.
21163 The header name you are interested in is given following a colon
21164 after the word &quot;HEADER&quot;.
21165 For example,
21167 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
21169 would display the text of the X-Spam header, if any.
21170 Like for other index tokens a width field may (and probably should)
21171 follow this.
21173 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
21175 displays the first ten characters of the X-Spam header.
21176 Unlike other index tokens, the syntax for HEADER is more flexible.
21177 An optional second argument comes after a comma inside the parentheses.
21178 It specifies the &quot;field&quot; number.
21179 By default, the field separator is a space character.
21180 No extra space characters are allowed in the argument list.
21182 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
21184 would display the second field, left-justified, in a 10 character
21185 wide field.
21186 The second field would consist of all the text after the first space
21187 up to the next space or the end of the header.
21188 The default field number is zero, which stands for the entire line.
21189 There is also an optional third argument that is a list of field
21190 separators. It defaults to a space character.
21191 The example
21193 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
21195 would cause the field separators to be any of colon, percent,
21196 or space (there is a space character between the percent and the
21197 right parenthesis).
21198 The first field runs from the start of the header value up to the first
21199 colon, percent, or space; the second goes from there to the next; and so on.
21200 In order to use a comma character as a field separator you must escape
21201 it by preceding it with a backslash (&#92;).
21202 The same is true of the backslash character itself.
21203 There is one further optional argument.
21204 It is an R or an L to specify right or left adjustment of the text
21205 within the field.
21206 The default is to left justify, however if you are displaying numbers
21207 you might prefer to right justify.
21209 Here's an example of a SpamAssassin header.
21210 The exact look of the header will vary, but if your incoming mail
21211 contains headers that look like the following
21213 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
21215 you might want to display the hits value.
21216 The first field starts with the Y in Yes.
21217 To get what you're interested in you might use &quot;=&quot; and
21218 space as the field separators and display the third field, like
21220 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
21222 or maybe you would break at the dot instead
21224 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
21226 Another example we've seen has headers that look like
21228 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
21230 Because there are two equals and a comma before the 7% and a comma
21231 after it, the token
21233 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
21235 should display the probability (for example 7% or 83%) right justified
21236 in a 3-wide field.
21237 </DD>
21239 <DT>ARROW</DT>
21240 <DD>
21241 This gives an alternative way to display the current message in the
21242 MESSAGE INDEX screen.
21243 Usually the current message is indicated by the line being shown in
21244 reverse video.
21245 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
21246 the current line will include an &quot;arrow&quot; that
21247 looks like
21249 <CENTER><SAMP>-&gt;</SAMP></CENTER>
21251 in the ARROW token's field.
21252 For all of the non-current messages, the ARROW field will be filled
21253 with blanks.
21254 If you use the fixed-field width feature the length of the &quot;arrow&quot;
21255 may be adjusted.
21256 The arrow will be drawn as width-1 dashes followed by a greater than sign.
21257 For example, if you use ARROW(3) you will get
21259 <CENTER><SAMP>--&gt;</SAMP></CENTER>
21261 and ARROW(1) will give you just
21263 <CENTER><SAMP>&gt;</SAMP></CENTER>
21265 It is also possible to set the color of the ARROW field.
21266 By default (and for non-current messages) the arrow is colored the same
21267 as the index line it is part of.
21268 You may set it to be another color with the 
21269 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
21270 the <A HREF="h_color_setup">Setup Kolor</A> screen.
21271 </DD>
21273 <DT>SCORE</DT>
21274 <DD>
21275 This gives the
21276 <a href="h_rules_score">score</a>
21277 of each message.
21278 This will be six columns wide to accommodate the widest possible score.
21279 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
21280 to limit the width of the field to the widest score that
21281 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
21282 If you have not defined any score rules the scores will all be zero.
21283 If any of your score rules contain AllText or BodyText patterns
21284 then including SCORE in the <!--#echo var="VAR_index-format"-->
21285 may slow down the display of the MESSAGE INDEX screen.
21286 </DD>
21287 </DL>
21290 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
21292 <DL>
21293 <DT>CURNEWS</DT>
21294 <DD>
21295 This token represents the current newsgroup if there is one.
21296 For example, &quot;comp.mail.pine&quot;.
21297 </DD>
21299 <DT>MSGID</DT>
21300 <DD>
21301 This token represents the message ID of the message.
21302 This token does not work with Filter Rule folder names.
21303 </DD>
21305 <DT>CURDATE</DT>
21306 <DD>
21307 This token represents the current date.
21308 It has the format MMM DD. For example, &quot;Oct 23&quot;.
21309 </DD>
21311 <DT>CURDATEISO</DT>
21312 <DD>
21313 This token represents the current date.
21314 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
21315 </DD>
21317 <DT>CURDATEISOS</DT>
21318 <DD>
21319 This token represents the current date.
21320 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
21321 </DD>
21323 <DT>CURPREFDATE</DT>
21324 <DD>
21325 This token represents the current date.
21326 It is your operating system's idea of the preferred date representation for the current locale.
21327 Internally it uses the %x version of the date from the strftime routine.
21328 </DD>
21330 <DT>CURPREFTIME</DT>
21331 <DD>
21332 This token represents the current time.
21333 It is the preferred time representation for the current locale.
21334 Internally it uses the %X version of the time from the strftime routine.
21335 </DD>
21337 <DT>CURPREFDATETIME</DT>
21338 <DD>
21339 This token represents the current date and time.
21340 It is the preferred date and time representation for the current locale.
21341 Internally it uses the %c version of the time from the strftime routine.
21342 </DD>
21344 <DT>CURTIME24</DT>
21345 <DD>
21346 This token represents the current time.
21347 It has the format HH:MM. For example, &quot;17:28&quot;.
21348 </DD>
21350 <DT>CURTIME12</DT>
21351 <DD>
21352 This token represents the current time.
21353 This time is for a 12 hour clock.
21354 It has the format HH:MMpm.
21355 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
21356 </DD>
21358 <DT>CURDAY</DT>
21359 <DD>
21360 This token represents the current day of the month.
21361 For example, &quot;23&quot; or &quot;9&quot;.
21362 </DD>
21364 <DT>CURDAY2DIGIT</DT>
21365 <DD>
21366 This token represents the current day of the month.
21367 For example, &quot;23&quot; or &quot;09&quot;.
21368 It is always 2 digits.
21369 </DD>
21371 <DT>CURDAYOFWEEK</DT>
21372 <DD>
21373 This token represents the current day of the week.
21374 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
21375 </DD>
21377 <DT>CURDAYOFWEEKABBREV</DT>
21378 <DD>
21379 This token represents the current day of the week.
21380 For example, &quot;Sun&quot; or &quot;Wed&quot;.
21381 </DD>
21383 <DT>CURMONTH</DT>
21384 <DD>
21385 This token represents the current month.
21386 For example, &quot;10&quot; or &quot;9&quot;.
21387 </DD>
21389 <DT>CURMONTH2DIGIT</DT>
21390 <DD>
21391 This token represents the current month.
21392 For example, &quot;10&quot; or &quot;09&quot;.
21393 It is always 2 digits.
21394 </DD>
21396 <DT>CURMONTHLONG</DT>
21397 <DD>
21398 This token represents the current month.
21399 For example, &quot;October&quot;.
21400 </DD>
21402 <DT>CURMONTHABBREV</DT>
21403 <DD>
21404 This token represents the current month.
21405 For example, &quot;Oct&quot;.
21406 </DD>
21408 <DT>CURYEAR</DT>
21409 <DD>
21410 This token represents the current year.
21411 For example, &quot;1998&quot; or &quot;2001&quot;.
21412 </DD>
21414 <DT>CURYEAR2DIGIT</DT>
21415 <DD>
21416 This token represents the current year.
21417 For example, &quot;98&quot; or &quot;01&quot;.
21418 It is always 2 digits.
21419 </DD>
21421 <DT>LASTMONTH</DT>
21422 <DD>
21423 This token represents last month.
21424 For example, if this is November (the 11th month),
21425 it is equal to &quot;10&quot; or if this is October (the 10th month),
21426 it is &quot;9&quot;.
21427 It is possible that this and the other tokens beginning with LASTMONTH
21428 below could be useful when used with a Filtering Rule that
21429 has the &quot;Beginning of Month&quot; option set.
21430 </DD>
21432 <DT>LASTMONTH2DIGIT</DT>
21433 <DD>
21434 This token represents last month.
21435 For example, if this is November (the 11th month),
21436 it is equal to &quot;10&quot; or if this is October (the 10th month),
21437 it is &quot;09&quot;.
21438 It is always 2 digits.
21439 </DD>
21441 <DT>LASTMONTHLONG</DT>
21442 <DD>
21443 This token represents last month.
21444 For example, if this is November the value is &quot;October&quot;.
21445 </DD>
21447 <DT>LASTMONTHABBREV</DT>
21448 <DD>
21449 This token represents last month.
21450 For example, if this is November the value is &quot;Oct&quot;.
21451 </DD>
21453 <DT>LASTMONTHYEAR</DT>
21454 <DD>
21455 This token represents what the year was a month ago.
21456 For example, if this is October, 1998, it is &quot;1998&quot;.
21457 If this is January, 1998, it is &quot;1997&quot;.
21458 </DD>
21460 <DT>LASTMONTHYEAR2DIGIT</DT>
21461 <DD>
21462 This token represents what the year was a month ago.
21463 For example, if this is October, 1998, it is &quot;98&quot;.
21464 If this is January, 1998, it is &quot;97&quot;.
21465 </DD>
21467 <DT>LASTYEAR</DT>
21468 <DD>
21469 This token represents last year.
21470 For example, if this is 1998, it equals &quot;1997&quot;.
21471 It is possible that this
21472 could be useful when used with a Filtering Rule that
21473 has the &quot;Beginning of Year&quot; option set.
21474 </DD>
21476 <DT>LASTYEAR2DIGIT</DT>
21477 <DD>
21478 This token represents last year.
21479 For example, if this is 1998, it equals &quot;97&quot;.
21480 It is always 2 digits.
21481 </DD>
21483 <DT>ROLENICK</DT>
21484 <DD>
21485 This token represents the nickname of the
21486 role currently being used.  If no role is being used,
21487 then no text will be printed for this token.
21488 This token does not work with Filter Rule folder names.
21489 </DD>
21490 </DL>
21493 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
21494 See the help for the
21495 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
21496 to see why you might want to use this.
21497 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
21498 must be surrounded by underscores when used.
21500 <DL>
21501 <DT>NEWLINE</DT>
21502 <DD>
21503 This is an end of line marker.
21504 </DD>
21505 </DL>
21508 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
21510 <DL>
21511 <DT>CURSORPOS</DT>
21512 <DD>
21513 This token is different from the others.
21514 When it is replaced it is replaced with nothing, but it sets an Alpine
21515 internal variable that tells the composer to start with the cursor
21516 positioned at the position where this token was.
21517 If both the template file and the signature file contain
21518 a &quot;CURSORPOS&quot; token, then the position in the template file
21519 is used.
21520 If there is a template file and neither it nor the signature file contains
21521 a &quot;CURSORPOS&quot; token, then the cursor is positioned
21522 after the end of the contents of the
21523 template file when the composer starts up.
21524 </DD>
21525 </DL>
21528 &lt;End of help on this topic&gt;
21529 </BODY>
21530 </HTML>
21531 ======= h_reply_token_conditionals =======
21532 <HTML>
21533 <HEAD>
21534 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
21535 </HEAD>
21536 <BODY>
21537 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
21539 Conditional text inclusion may be used with
21540 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
21541 in signature files, and in template files used in
21542 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
21543 It may <EM>not</EM> be used with the
21544 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
21547 There is a limited if-else capability for including text.
21548 The if-else condition is based
21549 on whether or not a given token would result in replacement text you
21550 specify.
21551 The syntax of this conditional inclusion is
21553 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
21555 The left parenthesis must follow the underscore immediately, with no
21556 intervening space.
21557 It means the token is expanded and the results of that expansion are
21558 compared against the &quot;match_this&quot; argument.
21559 If there is an exact match, then the &quot;if_matched&quot; text is used
21560 as the replacement text.
21561 Otherwise, the &quot;if_not_matched&quot; text is used.
21562 One of the most useful values for the &quot;match_this&quot; argument is
21563 the empty string, &quot;&quot;.
21564 In that case the expansion is compared against the empty string.
21566 Here's an example to make it clearer.
21567 This text could be included in one of your template files:
21569 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
21571 If that is included in a template file that you are using while replying
21572 to a message (because you chose to use the role it was part of),
21573 and that message has a newsgroup header and a newsgroup in that header,
21574 then the text
21576 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
21578 will be included in the message you are about to compose.
21579 On the other hand, if the message you are replying to does not have
21580 a newsgroup, then the text
21582 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
21584 would be included instead.
21585 This would also work in signature files and in
21586 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
21587 If the &quot;match_this&quot;, &quot;if_matched&quot;,
21588 or &quot;if_not_matched&quot; arguments contain
21589 spaces, parentheses, or commas;
21590 they have to be quoted with double quotation marks (like in the example
21591 above).
21592 If you want to include a literal quote (&quot;) in the text you must escape the
21593 quote by preceding it with a backslash (&#92;) character.
21594 If you want to include a literal backslash character you must escape it
21595 by preceding it with another backslash.
21597 The comma followed by &quot;if_not_matched&quot; is optional.
21598 If there is no &quot;if_not_matched&quot;
21599 present then no text is included if the not_matched case is true.
21600 Here's another example:
21602 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
21604 Here you can see that tokens may appear in the arguments.
21605 The same is true for tokens with the conditional parentheses.
21606 They may appear in arguments,
21607 though you do have to be careful to get the quoting and escaping of
21608 nested double quotes correct.
21609 If this was in the signature file being used and you were replying to a message
21610 sent to comp.mail.pine the resulting text would be:
21612 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
21614 If you were replying to a message that wasn't sent to any newsgroup the
21615 resulting text would be a single blank line.
21616 The reason you'd get a blank line is because the end of the line is
21617 outside of the conditional, so is always included.
21618 If you wanted to get rid of that blank line you could do so by moving
21619 the end of line inside the conditional.
21620 In other words, it's ok to have multi-line
21621 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
21622 template file.
21623 The text just continues until the next double quotation, even if it's not
21624 on the same line.
21626 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
21628 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
21630 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
21631 while reading the newsgroup comp.mail.pine the resulting text would be:
21633 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
21635 If you were replying to a message while reading an email folder instead
21636 of a newsgroup the resulting leadin text would be
21638 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
21640 Here's one more (contrived) example illustrating a matching argument
21641 that is not the empty string.
21643 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
21645 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
21646 were replying to
21647 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
21648 would be
21650 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
21652 But if you were replying to a message sent on Oct. 27 (and that wasn't
21653 today) you would get
21655 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
21658 &lt;End of help on this topic&gt;
21659 </BODY>
21660 </HTML>
21661 ======= h_composer_cntxt_nick =======
21662 <HTML>
21663 <HEAD>
21664 <TITLE>Collection Nickname Explained</TITLE>
21665 </HEAD>
21666 <BODY>
21667 <H1>Collection Edit Help -- Nickname Field</H1>
21669 This field is provided so you can add a short nickname to use when
21670 referring to this collection within Alpine.  Spaces are allowed, and
21671 you don't need to use double-quotes.  However, the double-quote
21672 character is not allowed.
21674 Look <A HREF="h_edit_nav_cmds">here</A>
21675 to see the available Editing and Navigation commands.
21677 &lt;End of help on this topic&gt;
21678 </BODY>
21679 </HTML>
21680 ======= h_folder_server_syntax =======
21681 <HTML>
21682 <HEAD>
21683 <TITLE>Server Name Syntax</TITLE>
21684 </HEAD>
21685 <BODY>
21686 <H1>Server Name Syntax</H1>
21688 This help describes the syntax that may be used for server names
21689 that may be associated with remote folders or SMTP servers.
21692 A server name is the hostname of the server.
21693 It's a good idea to use the host's fully-qualified network name.
21696 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
21699 However, IP addresses are allowed if surrounded
21700 with square-brackets.
21703 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
21706 An optional network port number may be supplied by appending
21707 a colon (:) followed by the port number
21708 to the server name.
21709 By default, the IMAP port number, 143, is used.
21712 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
21715 Besides server name and optional port number, various other optional
21716 parameters may be supplied that alter Alpine's interaction with the server.
21717 A parameter is supplied by appending a slash (/) character followed by
21718 the parameter's name and,
21719 depending on the particular parameter, the value assigned to that
21720 name, to the server name (and optional port number).
21721 Parameter names are <EM>not</EM> case sensitive.
21722 Currently supported parameters include:
21724 <DL>
21726 <DT>User</DT>
21727 <DD>This parameter requires an associated value, and is intended to
21728 provide the username identifier with which to establish the server
21729 connection.
21730 If your SMTP server offers SMTP AUTH authentication, adding this 
21731 parameter to the
21732 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
21733 option will cause Alpine to attempt to authenticate to the server using the
21734 supplied username.
21735 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
21736 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
21737 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
21738 option (or to the server name for any folder collection using NNTP)
21739 will cause Alpine to attempt
21740 to authenticate to the server using the supplied username.
21741 An example might be:
21744 <CENTER><SAMP>/user=katie</SAMP></CENTER>
21747 </DD>
21749 <DT>STARTTLS</DT>
21750 <DD>
21751 This is a unary parameter indicating communication with the server must 
21752 take place over a TLS connection. If you use this parameter, Alpine will 
21753 establish an insecure connection to the server, and later will attempts to 
21754 use a secure encrypted connection. If the attempt to use TLS fails then 
21755 this parameter will cause the connection to fail instead of falling back 
21756 to an insecure connection.
21758 Use this option when you are told to use STARTTLS. If you are told to use 
21759 SSL or TLS on port 993, use the /ssl unary parameter instead, and not this 
21760 parameter. Use this parameter when establishing a connection to a server 
21761 on an insecure port (normally port 143 for IMAP) and then needing to 
21762 establish a secure connection using STARTTLS.
21764 <P><A href="h_security_considerations">Learn more</A> about security 
21765 considerations when you use this option.
21768 <CENTER><SAMP>/starttls</SAMP></CENTER>
21771 </DD>
21773 <DT>SSL</DT>
21774 <DD>
21775 This is a unary parameter indicating communication with the server should 
21776 take place over a Secure Socket Layer connection.  The server must support
21777 this method, and be prepared to accept connections on the appropriate
21778 port (993 by default).
21779 Alpine must be linked with an SSL library for this option to be operational.
21780 Using this option will make Alpine try to connect to the server using the
21781 most secure encrypted SSL connection that both your version of Alpine and the
21782 server support.
21785 <CENTER><SAMP>/ssl</SAMP></CENTER>
21788 </DD>
21790 <DT>TLS1</DT>
21791 <DD>
21792 This parameter indicates that the connection to the server will be made
21793 over the SSL port, but using the TLSv1 protocol, instead of the usual
21794 SSLv3 or SSLv2 protocols.
21795 Alpine must be linked with an SSL library for this option to be operational.
21798 <CENTER><SAMP>/tls1</SAMP></CENTER>
21800 </DD>
21802 <DT>TLS1_1</DT>
21803 <DD>
21804 This parameter indicates that the connection to the server will be made
21805 over the SSL port, but using the TLSv1.1 protocol.
21806 Alpine must be linked with an SSL library that supports this encryption
21807 protocol for this option to be operational.
21810 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
21812 </DD>
21814 <DT>TLS1_2</DT>
21815 <DD>
21816 This parameter indicates that the connection to the server will be made
21817 over the SSL port, but using the TLSv1.2 protocol.
21818 Alpine must be linked with an SSL library that supports this encryption
21819 protocol for this option to be operational.
21822 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
21824 </DD>
21826 <DT>TLS1_3</DT>
21827 <DD>
21828 This parameter indicates that the connection to the server will be made
21829 over the SSL port, but using the TLSv1.3 protocol.
21830 Alpine must be linked with an SSL library that supports this encryption
21831 protocol for this option to be operational.
21834 <CENTER><SAMP>/tls1_3</SAMP></CENTER>
21836 </DD>
21838 <DT>NoValidate-Cert</DT>
21839 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
21840 This is needed if the server uses self-signed certificates or if Alpine
21841 cannot validate the certificate for some other known reason. You should avoid
21842 using this option, and instead install the certificate of the server, so you
21843 are not a victim of a cracker-in-the-middle attack.
21845 </DD>
21847 <DT>Anonymous</DT>
21848 <DD>This is a unary parameter (that means it does not have a value)
21849 indicating that the connection be logged in as
21850 &quot;anonymous&quot; rather than a specific user.
21851 Not all servers offer anonymous
21852 access; those which do generally only offer read-only access to certain
21853 &quot;public&quot; folders.
21856 <CENTER><SAMP>/anonymous</SAMP></CENTER>
21859 </DD>
21861 <DT>Secure</DT>
21862 <DD>This is a unary parameter indicating that the connection use the
21863 most secure authentication method mutually supported by Alpine and the
21864 server.
21865 Alpine is capable of authenticating connections to 
21866 the server using several methods.
21867 By default, Alpine will attempt each
21868 method until either a connection is established or the
21869 list of methods is exhausted.
21870 This parameter causes Alpine to instead fail 
21871 the connection if the first (generally most &quot;secure&quot;) method fails.
21874 <CENTER><SAMP>/secure</SAMP></CENTER>
21877 </DD>
21879 <DT>Submit</DT>
21880 <DD>This is a unary parameter for use with the
21881 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
21882 It indicates that the connection should be made to the Submit server
21883 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
21884 (port 587) instead of the SMTP port (25).
21885 At the time this help was written the submit option was equivalent to
21886 specifying port 587. <A href="h_security_considerations">Learn more</A>
21887 about security considerations when you use this option.
21890 <CENTER><SAMP>/submit</SAMP></CENTER>
21894 <CENTER><SAMP>host:587</SAMP></CENTER>
21897 </DD>
21899 <DT>Debug</DT>
21900 <DD>This is a unary parameter indicating that the connection be established
21901 in a verbose mode.  Basically, it causes Alpine to log the communication with
21902 the server in Alpine's debug file.
21903 Normally, the pine -d command-line flag would be used instead.
21905 </DD>
21907 <DT>NoRsh</DT>
21908 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
21909 the UNIX remote shell program.
21910 Including &quot;NoRsh&quot; will cause connections to this server to skip
21911 the &quot;rsh&quot; attempt.
21912 This might be useful to avoid long timeouts caused by rsh firewalls, for
21913 example.
21915 </DD>
21917 <DT>Loser</DT>
21918 <DD>This option makes sense only for IMAP servers that do not perform
21919 a SEARCH command correctly. If your filtering rules
21920 fail to filter some messages, that should have been filtered, then this
21921 option will make Alpine download all data necessary data to perform that 
21922 search. There is a performance penalty when using this option. Downloading 
21923 the data to perform the search will take longer than requesting the IMAP
21924 server to perform the filtering, but the filtering will be done correctly.
21926 </DD>
21929 <DT>Service</DT>
21930 <DD>This parameter requires an associated value.  The default value is
21931 &quot;IMAP&quot; which indicates communication with the server based
21932 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
21933 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
21935 Other service values include:
21936  <DL>
21937  <DT>NNTP</DT>
21938  <DD>This value indicates communication with the server takes place via
21939 the Network News Transfer Protocol.  Use this to define a collection
21940 of newsgroups on a remote news server.  So
21943 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
21945 or just
21947 <CENTER><SAMP>/NNTP</SAMP></CENTER>
21950 is the way to specify NNTP access.
21952  </DD>
21954  <DT>POP3</DT>
21955  <DD>This value indicates communication with the server takes place via the
21956 Post Office Protocol 3 protocol.
21959 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
21961 or just
21963 <CENTER><SAMP>/POP3</SAMP></CENTER>
21966 Note that there are several important issues
21967 to consider when selecting this option:
21968 <OL>
21969  <LI> POP3 provides access to only your INBOX.  In other words,
21970 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
21971  <LI> Alpine's implementation of POP3 does not follow the traditional POP
21972 model and will leave your mail on the server. Refer to the
21973 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
21974  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
21975 </OL>
21976 </DD>
21977 </DL>
21978 </DL>
21981 Note that it is possible to include more than one parameter in a server
21982 specification by concatenating the parameters. For example:
21985 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
21989 &lt;End of help on this topic&gt;
21990 </BODY>
21991 </HTML>
21992 ======= h_security_considerations =======
21993 <HTML>
21994 <HEAD>
21995 <TITLE>SSL, TLS, STARTTLS and More Security Considerations</TITLE>
21996 </HEAD>
21997 <BODY>
21998 <H1>SSL, TLS, STARTTLS and More Security Considerations</H1>
22000 The purpose of this text is to educate users on how to best choose
22001 the type of security connection to a remote server using the SSL and TLS
22002 encryption protocols.
22005 In the past, and when Alpine originally started to support encrypted connections
22006 to remote servers, the /ssl modifier was needed, and it meant any of the SSLv2
22007 or SSLv3 protocols. Those encryption protocols are considered not fully secure
22008 anymore, and in fact, you might not be able to use them anymore.
22010 <P> Today the /ssl modifier means to use the most secure encryption 
22011 protocol between your version of Alpine and what the server supports. This 
22012 might mean more modern protocols, such as TLS 1.0, TLS 1.1, etc. As of 
22013 this writing, Alpine supports connection using TLS 1.3. These protocols
22014 are considered more secure today and they should be preferred over the old
22015 SSL protocols.
22017 <P> A source of confusion for Alpine users might be the meaning of the 
22018 modifier /tls with respect to the names of the encryption protocols, such 
22019 as TLS 1.2. The meaning of /tls is to start an encrypted connection to a 
22020 server after an insecure connection has been established, and we will 
22021 discuss this later in this help text. The preferred way flag is to use
22022 /starttls, instead of /tls.
22024 <P>The best way to start an encrypted connection to a server is to use the 
22025 /ssl modifier. If your provider allows encrypted connections on port 993 
22026 for IMAP, or port 995 for POP3, or in port 465 for SMTP, just define your 
22027 server by adding the /ssl modifier and do not add the port to the server. 
22028 Alpine knows that the secure connection will be done in the correct port, 
22029 and will use the most secure encryption available between Alpine and the 
22030 server. You only need to use the port number when it is different from the
22031 default port numbers for this type of connections, and those were given
22032 above.
22034 <P>Most email service providers identify secure connections by saying 
22035 &quot;SSL or TLS&quot;. In this case, use the /ssl modifier, and only use 
22036 the port number in case it is different to the ones above.
22038 <P>If your service provider says to use STARTTLS, then you need to use the 
22039 /starttls modifier. If your service provider gives you the option to use SSL or 
22040 TLS and to use STARTTLS choose the secure port and choose the /ssl 
22041 modifier. This is because connections using the /starttls modifier can be 
22042 attacked and your username and password can be stolen by a hacker. The next
22043 paragraph describes in short how to do this.
22045 <P> When you use the /starttls modifier, Alpine connects insecurely to the 
22046 remote server. Because the connection is insecure, it is possible that you 
22047 connect to a different server, which connects you to the real server. This 
22048 is called &quot;man-in-the-middle&quot; attack, and so your communication 
22049 will pass through the hackers computer before it reaches the real target. 
22050 An example of a possible man-in-the-middle is your internet service provider, 
22051 or your employer in some instances.
22052 This means that the hacker can modify the replies from the correct server 
22053 and give you the illusion of security before you are actually connected to 
22054 the secure server. Therefore, you might disclose your username and 
22055 password to the hacker before you establish a secure connection to the correct
22056 server.
22058 <P> Therefore, if possible avoid using STARTTLS (for IMAP and POP) or SUBMIT
22059 for SMTP (in port 587), as these are subject to attack. If possible
22060 ask your provider for secure connections for SSL or TLS in the secure ports
22061 993 for IMAP, 995 for POP or 465 for SMTP.
22063 <P> In the current state, even as of TLS 1.3, these protocols are considered 
22064 secure but they do not protect your privacy. For example your internet 
22065 service provider might track to which servers you are connecting securely. 
22066 Encryption protocols are evolving to not only protect the security of your 
22067 data, but also your privacy.
22069 <P> Other types of errors can lead to insecure connections. An example is
22070 when the name of the server as provided by the user does not match the
22071 name of the server in the certificate. 
22072 <A href="h_tls_validation_failure">Read more</A> about security errors
22073 of this type and learn how to protect yourself against this type of
22074 errors.
22077 &lt;End of help on this topic&gt;
22078 </BODY>
22079 </HTML>
22080 ======= h_composer_cntxt_server =======
22081 <HTML>
22082 <HEAD>
22083 <TITLE>Collection Server: Explained</TITLE>
22084 </HEAD>
22085 <BODY>
22086 <H1>Collection Edit Help -- Server Field</H1>
22088 This collection's &quot;Server:&quot; definition indicates the
22089 hostname of the server providing access to the folders in this
22090 collection.
22091 The syntax of this server name is the same as for other server names used
22092 in remote folder names in
22093 Alpine and is described
22094 <A HREF="h_folder_server_syntax">here</A>.
22097 &lt;End of help on this topic&gt;
22098 </BODY>
22099 </HTML>
22100 ======= h_composer_cntxt_path =======
22101 <HTML>
22102 <HEAD>
22103 <TITLE>Collection Path: Explained</TITLE>
22104 </HEAD>
22105 <BODY>
22106 <H1>Collection Edit Help -- Path Field</H1>
22108 The collection's &quot;Path:&quot; definition indicates the location
22109 of the folders in this collection.  If the path or any of its components
22110 do not exist, Alpine will prompt you for their creation when exiting the
22111 Add/Change screen.
22113 <P> 
22114 By default the path is interpreted as defining a section of your personal
22115 folder area.  This area and how you specify it are defined by the
22116 server, if one is specified in the collection, or, typically, the home
22117 directory if no server is defined.
22120 To define a collection outside the default &quot;area&quot;, prefix
22121 the path with the &quot;namespace&quot; to use when interpreting the
22122 given path.  If a namespace is specified, the Path begins with the
22123 sharp, &quot;#&quot;, character followed by the name of the namespace
22124 and then the namespace's path-element-delimiter.  Aside from the
22125 path's format, namespaces can also imply access rights, content
22126 policy, audience, location, and, occasionally, access methods.
22129 Each server exports its own set (possibly of size one) of 
22130 namespaces.  Hence, it's likely communication with your server's
22131 administrator will be required for specific configurations.  Some of
22132 the more common namespaces, however, include:
22134 <DL>
22135 <DT>#news.</DT>
22136 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
22137 names are hierarchically defined with each level delimited by a period.
22138 </DD>
22139 <DT>#public/</DT>
22140 <DD>This specifies a folder area that the server may export to the general
22141 public.
22142 </DD>
22143 <DT>#shared/</DT>
22144 <DD>This specifies a folder area that the folder may export to groups
22145 of users.
22146 </DD>
22147 <DT>#ftp/</DT>
22148 <DD>This specifies a folder area that is the same as that it may have 
22149 exported via the &quot;File Transfer Protocol&quot;.
22150 </DD>
22151 <DT>#mh/</DT>
22152 <DD>This specifies the personal folder area associated with folders
22153 and directories that were created using the MH message handling system.
22154 </DD>
22155 </DL>
22158 In addition, the server may support access to other user's folders,
22159 provided you have suitable permissions.  Common methods use a prefix
22160 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
22161 indicate the root of the other user's folder area.
22164 No, nothing's simple.
22167 &lt;End of help on this topic&gt;
22168 </BODY>
22169 </HTML>
22170 ======= h_composer_cntxt_view =======
22171 <HTML>
22172 <HEAD>
22173 <TITLE>Collection View: Explained</TITLE>
22174 </HEAD>
22175 <BODY>
22176 <H1>Collection Edit Help -- View Field</H1>
22178 The collection's &quot;View:&quot; definition provides a way to limit
22179 the displayed list of folders within a collection.  By default, only
22180 folders that contain the specified characters anywhere in their name
22181 are shown in the collection's folder list.
22184 Additionally, you can use a wildcard character to better control
22185 the list of folders selected for display.  The wildcard specifier is
22186 the star, &quot;*&quot;, character.
22189 So, for example, to define a collection of all folders ending with
22190 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
22191 quote characters!).  Or, similarly, to define a collection of folders
22192 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
22193 specify a view of &quot;a*z&quot;.
22196 &lt;End of help on this topic&gt;
22197 </BODY>
22198 </HTML>
22199 ======= h_composer_abook_add_server =======
22200 <HTML>
22201 <HEAD>
22202 <TITLE>Addressbook Server Name Field Explained</TITLE>
22203 </HEAD>
22204 <BODY>
22205 This field should be left blank if the address book is stored in a regular
22206 file on this system.  If it is a remote address book stored on an IMAP
22207 server then this is the name of that IMAP server.
22209 Look <A HREF="h_edit_nav_cmds">here</A>
22210 to see the available Editing and Navigation commands.
22212 &lt;End of help on this topic&gt;
22213 </BODY>
22214 </HTML>
22215 ======= h_composer_abook_add_folder =======
22216 <HTML>
22217 <HEAD>
22218 <TITLE>Addressbook Folder Name Field Explained</TITLE>
22219 </HEAD>
22220 <BODY>
22221 For a remote address book (one for which the Server Name is filled in)
22222 this is the name of a folder on the remote server. The address book data
22223 will be stored in this folder. This folder should be used only for
22224 storing this single address book, not for other address books or for
22225 other messages.
22227 For a local address book (one for which the Server Name is not filled in)
22228 this is the name of a file in which the address book will be stored.
22229 The file is in the same directory as the Alpine configuration file if the
22230 configuration file is local.
22231 If the configuration file is remote, then this will be in the home directory
22232 for Unix Alpine and in the directory specified by the
22233 &quot;-aux local_directory&quot; command line argument.
22235 Look <A HREF="h_edit_nav_cmds">here</A>
22236 to see the available Editing and Navigation commands.
22238 &lt;End of help on this topic&gt;
22239 </BODY>
22240 </HTML>
22241 ======= h_composer_abook_add_nick =======
22242 <HTML>
22243 <HEAD>
22244 <TITLE>Addressbook NickName Field Explained</TITLE>
22245 </HEAD>
22246 <BODY>
22247 This is just an optional nickname for this address book. If present, it
22248 is used in some of the displays and error messages in the address book
22249 maintenance screens. It is for your convenience only and serves no
22250 other purpose.
22252 Look <A HREF="h_edit_nav_cmds">here</A>
22253 to see the available Editing and Navigation commands.
22255 &lt;End of help on this topic&gt;
22256 </BODY>
22257 </HTML>
22258 ======= h_composer_qserv_cn =======
22259 <HTML>
22260 <HEAD>
22261 <TITLE>Directory Query Form Explained</TITLE>
22262 </HEAD>
22263 <BODY>
22265 Fill in as many of these fields as you wish to narrow down your
22266 search. All the fields you fill in must match in order for an entry
22267 to be returned. You may use the wildcard character &quot;*&quot; in
22268 any of the fields, it matches any zero or more characters at that
22269 point in the string. There are no implicit wildcards, so the match is
22270 exact unless you include wildcards.
22273 Note that if an attribute isn't present at all, then the match will fail.
22274 For example, if a server doesn't support the Locality attribute, then no
22275 matter what you put in the Locality field (other than leaving it empty)
22276 the search will fail.
22279 This field, the Common Name field, is typically a person's full name.
22282 <H1>EDITING and NAVIGATION COMMANDS</H1>
22283 <!--chtml if pinemode="function_key"-->
22284 <PRE>
22285 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22286 ^B (Left Arrow)    Back character       | ^D       Delete current character
22287 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22288 ^P (Up Arrow)      Previous line        |
22289 ^N (Down Arrow)    Next line            | F9       Cut marked text or
22290 ^A                 Beginning of line    |            delete current line
22291 ^E                 End of line          | F10      Undelete line(s)
22292 F7                 Previous page        |
22293 F8                 Next page            |-------------------------------------
22294 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22295 ----------------------------------------|
22296 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
22297 F2   Cancel      |   F1    Get help     |
22298 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
22299 </PRE>
22300 <!--chtml else-->
22301 <PRE>
22302 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22303 ^B (Left Arrow)    Back character       | ^D       Delete current character
22304 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22305 ^P (Up Arrow)      Previous line        |
22306 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
22307 ^A                 Beginning of line    |            delete current line
22308 ^E                 End of line          | ^U       Undelete line(s)
22309 ^Y                 Previous page        |
22310 ^V                 Next page            |-------------------------------------
22311 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22312 ----------------------------------------|
22313 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
22314 ^C   Cancel      |   ^G    Get help     |
22315 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
22316 </PRE>
22317 <!--chtml endif-->
22318 <P><UL>
22319 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22320 </UL><P>
22321 &lt;End of help on this topic&gt;
22322 </BODY>
22323 </HTML>
22324 ======= h_composer_qserv_sn =======
22326 The Surname is usually the family name of a person.
22328 <End of help on this topic>
22329 ======= h_composer_qserv_gn =======
22331 This is the part of a person's name that isn't the surname or initials.
22333 <End of help on this topic>
22334 ======= h_composer_qserv_mail =======
22336 This is the email address of a person.
22338 <End of help on this topic>
22339 ======= h_composer_qserv_org =======
22341 This is the organization a person belongs to.
22343 <End of help on this topic>
22344 ======= h_composer_qserv_unit =======
22346 This is the organizational unit a person belongs to.
22348 <End of help on this topic>
22349 ======= h_composer_qserv_country =======
22351 This is the country a person belongs to.
22353 <End of help on this topic>
22354 ======= h_composer_qserv_state =======
22356 This is the state a person belongs to.
22358 <End of help on this topic>
22359 ======= h_composer_qserv_locality =======
22361 This is the locality a person belongs to.
22363 <End of help on this topic>
22364 ======= h_composer_qserv_custom =======
22366 This one is for advanced users only! If you put something in this field,
22367 then the rest of the fields are ignored.
22369 This field may be set to the string representation of an LDAP search
22370 filter (see RFC1960). Here are some examples:
22372 To search for an entry with a surname equal to "clinton" you could set
22373 the custom filter to:
22375      (sn=clinton)
22376     
22377 This is equivalent to putting "clinton" in the SurName field.
22378 To search for an entry that has a surname that begins with "clint" and
22379 has a givenname equal to "william" you could use:
22381      (&(sn=clint*)(givenname=william))
22382     
22383 This is equivalent to setting the SurName field to "clint*" and the
22384 GivenName field to "william".
22385 To search for an entry where either the common name OR the email address
22386 contains "abcde" you could use:
22388      (|(cn=*abcde*)(mail=*abcde*))
22390 That isn't equivalent to anything you can do by setting the other fields
22391 because of the OR.
22393 <End of help on this topic>
22394 ======= h_composer_qserv_qq =======
22396 This one is a little different from the rest of the categories.  It causes
22397 a search to be formed from the configured search filter that you filled
22398 in when you added the directory server to your configuration. It can also
22399 be combined with the other fields if you'd like.
22401 <End of help on this topic>
22402 ======= h_address_format =======
22403 <HTML>
22404 <HEAD>
22405 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
22406 </HEAD>
22407 <BODY>
22408 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
22410 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
22411 and then a domain, with no spaces.  
22412 For example, jsmith@art.example.com might be the email address
22413 of a person  
22414 with the username &quot;jsmith&quot; who has an account in the domain
22415 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
22416 right of the &quot;@&quot; sign can vary - a shorter example would be 
22417 isabelle@elsewhere.edu (the shortest possible form: here, only the 
22418 organization's domain is specified after the &quot;@&quot; sign); a longer 
22419 example would be 
22420  jsingh@shakti.edutech.example.com
22421 (here, the name of the host &quot;shakti&quot; in the domain 
22422 edutech.example.com is also specified).  
22423 <P>  
22424 If you do not know the exact email address of someone you want to write 
22425 to, ask them what it is using other means of communication than email; or 
22426 use the tools for 
22427 finding people's addresses that are available on the Internet.
22429 If you are sending to someone on the same system as you are, you can leave
22430 the &quot;@&quot; sign and all the information to its right off of the 
22431 address, and Alpine will fill it in automatically, 
22432 unless the feature 
22433 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
22436 When an email address you send a message to is not reachable -- either because 
22437 it is simply an incorrect address, or because email can temporarily not be 
22438 delivered to it due to a technical problem on the way to or at the recipient's 
22439 end -- you will almost always get an error notification email message back.
22441 If you encounter problems with, or have questions about, email delivery or
22442 email address syntax, contact your local network computing consultants.
22443 <P><UL>
22444 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22445 </UL>
22447 &lt;End of help on this topic&gt;
22448 </BODY>
22449 </HTML>
22450 ======= h_flag_user_flag =======
22451 <HTML>
22452 <HEAD>
22453 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
22454 </HEAD>
22455 <BODY>
22456 <H1>STATUS FLAG: User Defined Keyword</h1>
22458 This is a keyword that is defined for this folder.
22459 It was most likely defined by the owner of the folder.
22460 Alpine will not set or clear this flag on its own.
22462 <P><UL>
22463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22464 </UL><P>
22465 &lt;End of help on this topic&gt;
22466 </BODY>
22467 </HTML>
22468 ======= h_flag_important =======
22469 <html>
22470 <title>STATUS FLAG: Important</title>
22471 <body>
22472 <h1>STATUS FLAG: Important</h1>
22475 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
22476 MESSAGE&nbsp;INDEX
22477 screen, can only be set by the user, and is intended to be used in
22478 whatever fashion makes sense to you.  You are the only one that can set or
22479 clear it. 
22482 &lt;End of help on this topic&gt;
22483 </BODY>
22484 </HTML>
22485 ======= h_flag_new =======
22486 <html>
22487 <title>STATUS FLAG: New</title>
22488 <body>
22489 <h1>STATUS FLAG: New</h1>
22492 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
22493 MESSAGE&nbsp;INDEX screen,
22494 is automatically set when messages are delivered to your Inbox (or other
22495 folder specified outside of Alpine).  Likewise, it is cleared automatically
22496 the first time you read the message it is associated with.
22499 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
22500 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
22501 you'd like to be reminded of it next time you read mail.  This can be done
22502 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
22506 &lt;End of help on this topic&gt;
22507 </BODY>
22508 </HTML>
22509 ======= h_flag_answered =======
22510 <html>
22511 <title>STATUS FLAG: Answered</title>
22512 <body>
22513 <h1>STATUS FLAG: Answered</h1>
22515 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
22516 MESSAGE&nbsp;INDEX
22517 screen, is automatically set when you reply to a message.  This flag is not
22518 automatically cleared.
22521 &lt;End of help on this topic&gt;
22522 </BODY>
22523 </HTML>
22524 ======= h_flag_forwarded =======
22525 <html>
22526 <title>STATUS FLAG: Forwarded</title>
22527 <body>
22528 <h1>STATUS FLAG: Forwarded</h1>
22530 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
22531 MESSAGE&nbsp;INDEX
22532 screen, is automatically set when you forward a message.  This flag is not
22533 automatically cleared.
22536 &lt;End of help on this topic&gt;
22537 </BODY>
22538 </HTML>
22539 ======= h_flag_deleted =======
22540 <html>
22541 <title>STATUS FLAG: Deleted</title>
22542 <body>
22543 <h1>STATUS FLAG: Deleted</h1>
22545 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
22546 MESSAGE&nbsp;INDEX
22547 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
22548 It is cleared
22549 when you use the &quot;U&nbsp;Undelete&quot; command.
22552 Messages marked with this flag will be permanently removed from
22553 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
22554 command, or
22555 when you indicate acceptance of their removal upon leaving the folder.
22558 Note, there can be other actions implicit in the
22559 &quot;D&nbsp;Delete&quot; command,
22560 such as advancing to the next message, that may be momentarily undesirable.
22561 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
22562 flag <A HREF="h_common_flag">explicitly</A>.
22565 &lt;End of help on this topic&gt;
22566 </BODY>
22567 </HTML>
22568 ====== h_config_incoming_timeo ======
22569 <HTML>
22570 <HEAD>
22571 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
22572 </HEAD>
22573 <BODY>
22574 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
22576 This option has no effect unless the feature
22577 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22578 is set, which in turn has no effect unless
22579 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22580 is set.
22582 Sets the time in seconds that Alpine will
22583 attempt to open a network connection used for monitoring for Unseen
22584 messages in Incoming Folders. The default is 5.
22585 If a connection has not completed within this many seconds Alpine will
22586 give up and consider it a failed connection.
22588 <UL>   
22589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22590 </UL><P>
22591 &lt;End of help on this topic&gt;
22592 </BODY>
22593 </HTML>
22594 ====== h_config_incoming_interv ======
22595 <HTML>
22596 <HEAD>
22597 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
22598 </HEAD>
22599 <BODY>
22600 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
22602 This option has no effect unless the feature
22603 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22604 is set, which in turn has no effect unless
22605 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22606 is set.
22608 This option specifies, in seconds, how often Alpine will check
22609 for new mail and state changes in Incoming Folders when Incoming Folders
22610 Checking is turned on.
22611 The default is 3 minutes (180).
22612 This value applies only to folders that are local to the system that
22613 Alpine is running on or that are accessed using the IMAP protocol.
22614 The similar option
22615 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
22616 applies to all other monitored folders.
22618 <UL>   
22619 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22620 </UL><P>
22621 &lt;End of help on this topic&gt;
22622 </BODY>
22623 </HTML>
22624 ====== h_config_incoming_second_interv ======
22625 <HTML>
22626 <HEAD>
22627 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
22628 </HEAD>
22629 <BODY>
22630 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
22632 This option has no effect unless the feature
22633 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22634 is set, which in turn has no effect unless
22635 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22636 is set.
22638 This option together with the option
22639 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22640 specifies, in seconds, how often Alpine will check
22641 for new mail and state changes in Incoming Folders when Incoming Folders
22642 Checking is turned on.
22643 The default for this option is 3 minutes (180).
22644 For folders that are local to this system or
22645 that are accessed using the IMAP protocol
22646 the value of the option
22647 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22648 is used.
22649 For all other monitored folders, the value of this option is used.
22651 The reason there are two separate options is because it is usually
22652 less expensive to check local and IMAP folders than it is to check
22653 other types, like POP or NNTP folders.
22654 You may want to set this secondary value to a higher number than
22655 the primary check interval.
22657 <UL>   
22658 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22659 </UL><P>
22660 &lt;End of help on this topic&gt;
22661 </BODY>
22662 </HTML>
22663 ====== h_config_incoming_list ======
22664 <HTML>
22665 <HEAD>
22666 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
22667 </HEAD>
22668 <BODY>
22669 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
22671 This option has no effect unless the feature
22672 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22673 is set, which in turn has no effect unless
22674 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22675 is set.
22677 When monitoring the Incoming Message Folders for Unseen messages Alpine will
22678 normally monitor all Incoming Folders.
22679 You may use this option to restrict the list of monitored folders to a
22680 subset of all Incoming Folders.
22682 <UL>   
22683 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22684 </UL><P>
22685 &lt;End of help on this topic&gt;
22686 </BODY>
22687 </HTML>
22688 ====== h_config_pers_name ======
22689 <HTML>
22690 <HEAD>
22691 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
22692 </HEAD>
22693 <BODY>
22694 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
22696 This value is used to determine the full name part of the "From" address
22697 on messages you send.
22698 <!--chtml if pinemode="os_windows"-->
22699  PC-Alpine requires that this be set in order to properly construct the "From" address.
22700 <!--chtml else-->
22701  If unset, Unix Alpine will obtain your full name from
22702  the system password file. PC-Alpine, on the other hand, requires that this be set.
22703 <!--chtml endif-->
22705 If you want to change the value of what gets included in the From header
22706 in messages you send (other than just the Personal Name)
22707 look <A HREF="h_config_change_your_from">here</A> for a description.
22708 <P><UL>
22709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22710 </UL><P>
22711 &lt;End of help on this topic&gt;
22712 </BODY>
22713 </HTML>
22714 ====== h_config_pruned_folders ======
22715 <html>
22716 <header>
22717 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
22718 </header>
22719 <body>
22720 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
22722 This variable allows you to define a list of one or more folders that
22723 Alpine will offer to prune for you in the same way it automatically offers
22724 to prune your "sent-mail" folder each month.
22725 Each folder in this list must be a folder in your default folder collection
22726 (the first folder collection if you have more than one), and it is just
22727 the relative name of the folder in the collection, not the fully-qualified name.
22728 It is similar to sent-mail.
22729 Instead of something like
22731 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
22733 the correct value to use would be
22735 <CENTER><SAMP>folder</SAMP></CENTER>
22737 There is an assumption here that your first collection is the folders in
22739 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
22742 Once a month, for each folder listed, Alpine will offer to move
22743 the contents of the folder to a new folder of the same name but with
22744 the previous month's date appended.  Alpine will then look for any such
22745 date-appended folder names created for a previous month, and offer each
22746 one it finds for deletion.
22749 If you decline the first offer, no mail is moved and no new folder is
22750 created.
22753 The new folders will be created
22754 in your default folder collection.
22757 <UL>   
22758 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22759 </UL><P>
22760 &lt;End of help on this topic&gt;
22761 </body>
22762 </html>
22763 ====== h_config_upload_cmd ======
22764 <HTML>
22765 <HEAD>
22766 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
22767 </HEAD>
22768 <BODY>
22769 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
22771 This option affects the behavior of the Composer's &quot;Read File&quot; 
22772 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
22773 commands.  It specifies
22774 a Unix program name, and any necessary command line arguments, that Alpine can
22775 use to transfer files from your personal computer into messages that you are
22776 composing.<P>
22778 <B>Note:</B> this facility is intended for use with serial line transfer 
22779 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22780 to work with TCP/IP file transfer programs such as ftp.<P>
22782 If a program is specified, the commands listed above are modified to offer a
22783 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
22784 specified here must match the transfer program or protocol available on the
22785 personal computer.<P>
22787 Alpine expects to exchange uploaded data via a file on your Unix system.  When
22788 the specified upload program finishes, Alpine expects the uploaded data to be
22789 contained in this file.<P>
22791 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
22792 generates a
22793 temporary file name that it will pass to the specified Unix program.  Alpine
22794 will read the resulting uploaded text from this file and then delete it when
22795 the upload command is finished.<P>
22797 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
22798 prompt
22799 you for the name of the file that is to contain the uploaded information that
22800 it is to attach.  Alpine will attach this file to the composition, but will
22801 <B>not</B> delete this file after the upload command is finished.<P>
22803 The special token &quot;_FILE_&quot; may be included among the Unix program's 
22804 command
22805 line arguments.  Alpine will replace this symbol with the name of the file
22806 being used to exchange the uploaded information.  This token allows you to
22807 position the file name where it is required in the Unix program's command
22808 line arguments.<P>
22810 If the &quot;_FILE_&quot; token is not present in the specified command, the
22811 temporary file's name is automatically appended to the specified Unix
22812 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22813 <B>last</B> command line argument.
22814 <P><UL>
22815 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22816 </UL><P>
22817 &lt;End of help on this topic&gt;
22818 </BODY>
22819 </HTML>
22820 ====== h_config_upload_prefix ======
22821 <HTML>
22822 <HEAD>
22823 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
22824 </HEAD>
22825 <BODY>
22826 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
22828 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
22829 It defines text to be written to the terminal emulator (via standard output)
22830 immediately prior to starting upload command.  This is useful for
22831 integrated serial line file transfer agents that permit command passing
22832 (e.g., Kermit's APC method).<P>
22834 The special token &quot;_FILE_&quot; may be included in the string specification.
22835 That symbol will be replaced with the (Alpine-created) name of the temporary
22836 file in which Alpine will expect to find the uploaded file.
22837 <P><UL>
22838 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22839 </UL><P>
22840 &lt;End of help on this topic&gt;
22841 </BODY>
22842 </HTML>
22843 ====== h_config_download_cmd ======
22844 <HTML>
22845 <HEAD>
22846 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
22847 </HEAD>
22848 <BODY>
22849 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
22851 This option affects the behavior of the Export command.  It specifies a Unix
22852 program name, and any necessary command line arguments, that Alpine can use to
22853 transfer the exported message to your personal computer's disk.<P>
22854 Note: this facility is intended for use with serial line transfer 
22855 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22856 to work with TCP/IP file transfer programs such as ftp.<P>
22857 If a program is specified, the Export command is modified to offer a
22858 subcommand (^V) to activate the transfer (in lieu of saving it to
22859  the machine where Alpine is running).  Obviously, the Unix program
22860 specified here must match the transfer program or protocol available on the
22861 personal computer.<P>
22863 When this subcommand is selected and before Alpine invokes the specified Unix
22864 program, Alpine will create a temporary file containing the text of the
22865 exported message.  Alpine uses this file to pass the exported message text to
22866 the specified Unix program.<P>
22868 The special token &quot;_FILE_&quot; may be included among the Unix program's command
22869 line arguments.  Alpine will replace this symbol with the temporary file's name
22870 before executing the Unix program.  This token allows you to position the
22871 file name where it is required in the Unix program's command line arguments.
22873 If the &quot;_FILE_&quot; token is not present in the specified command, the
22874 temporary file's name is automatically appended to the specified Unix
22875 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22876 <B>last</B> command line argument.
22877 <P><UL>
22878 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22879 </UL><P>
22880 &lt;End of help on this topic&gt;
22881 </BODY>
22882 </HTML>
22883 ====== h_config_download_prefix ======
22884 <HTML>
22885 <HEAD>
22886 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
22887 </HEAD>
22888 <BODY>
22889 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
22891 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
22892 It defines text to be written to the terminal emulator (via standard output)
22893 immediately prior to starting the download command.  This is useful for
22894 integrated serial line file transfer agents that permit command passing
22895 (e.g., Kermit's APC method).
22897 The special token &quot;_FILE_&quot; may be included in the string 
22898 specification.
22899 That symbol will be replaced with the (Alpine-created) name of the temporary
22900 file into which Alpine will place the message to be downloaded.
22901 <P><UL>
22902 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22903 </UL><P>
22904 &lt;End of help on this topic&gt;
22905 </BODY>
22906 </HTML>
22907 ====== h_config_mailcap_path ======
22908 <HTML>
22909 <HEAD>
22910 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
22911 </HEAD>
22912 <BODY>
22913 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
22914 This variable is used to replace Alpine's default mailcap file search path.
22915 It takes one or more file names (full paths must be specified) in which to
22916 look for mail capability data.  The default search path can be found in this
22917 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
22918 If there is more than one file name listed, list members should be delimited
22919 by 
22920 <!--chtml if pinemode="os_windows"-->
22921 a semi-colon (;) under Windows; for example:<PRE>
22922         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
22923 </PRE>
22924 <!--chtml else-->
22925 a colon (:) under UNIX; for example:<PRE>
22926         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
22927 </PRE>
22928 <!--chtml endif-->
22929 <P><UL>
22930 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22931 </UL>
22933 &lt;End of help on this topic&gt;
22934 </BODY>
22935 </HTML>
22936 ====== h_config_mimetype_path ======
22937 <HTML>
22938 <HEAD>
22939 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
22940 </HEAD>
22941 <BODY>
22942 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
22944 This variable is used to replace Alpine's default mime.types file search path.
22945 It takes one or more file names (full paths must be specified) in which to
22946 look for file-name-extension to MIME type mapping data.  The default search
22947 path can be found in this
22948 <A HREF="h_news_config">Alpine Configuration</A> help.
22952 If there is more than one file name listed, list members should be delimited
22953 by a colon (:) under UNIX and a semi-colon (;) under Windows.
22955 &lt;End of help on this topic&gt;
22956 </BODY></HTML>
22957 ====== h_config_system_certs_path ======
22958 <HTML>
22959 <HEAD>
22960 <TITLE>OPTION: <!--#echo var="VAR_system-certs-path"--></TITLE>
22961 </HEAD>
22962 <BODY>
22963 <H1>OPTION: <!--#echo var="VAR_system-certs-path"--></H1>
22965 When Alpine is built to support secure connections to remote servers, a directory
22966 must be reserved in the system to store certificates that will be used to validate
22967 remote servers. This is normally configured at the time that Alpine is built, but
22968 there might be circumstances under which a user might want to use a different
22969 directory. For example, the directory might not be accessible, or has not been 
22970 updated and contains old certificates that have expired.
22973 This variable can be used to list
22974 the directory where such certificates can be found. Alpine will use the first
22975 directory in this list that exists in your system and can be accessed. This
22976 allows for users to be able to use the same pinerc file in different systems.
22979 Example of values for this option might be:
22981 <PRE>
22982 System CACerts Dir = /etc/ssl/certs
22983                      /usr/local/ssl/certs
22984                      C:\\libressl\\ssl\\certs
22985 <PRE>
22988 In unix systems, the default location of the certificates for openssl can
22989 be obtained by first executing the command
22991 <PRE>openssl version -d</PRE>
22993 and adding &quot;/certs&quot; to that value. In Windows the default location
22994 for the certificates is C:\\libressl\\ssl\\certs. This value was set by
22995 LibreSSL developers, and this option can be used to override this default.
22998 &lt;End of help on this topic&gt;
22999 </BODY></HTML>
23000 ====== h_config_system_certs_file ======
23001 <HTML>
23002 <HEAD>
23003 <TITLE>OPTION: <!--#echo var="VAR_system-certs-file"--></TITLE>
23004 </HEAD>
23005 <BODY>
23006 <H1>OPTION: <!--#echo var="VAR_system-certs-file"--></H1>
23008 This option sets the location of the container file that holds 
23009 certificate authority (CA) certificates.
23010 Alpine will use the first
23011 container in this list that exists in your system and can be accessed. This
23012 allows for users to be able to use the same pinerc file in different systems.
23015 Example of values for this option might be:
23017 <PRE>
23018 System CACerts File = /etc/ssl/certs/cert.pem
23019                       /usr/local/ssl/ca-root-nss.crt
23020                       C:\\libressl\\ssl\\certs\\cert.pem
23021 <PRE>
23024 In unix systems, the default location of the certificates for openssl can
23025 be obtained by first executing the command
23027 <PRE>openssl version -d</PRE>
23029 and adding &quot;/certs&quot; to that value. In Windows the default location
23030 for the certificates is C:\\libressl\\ssl\\certs\\cert.pem. This value was set 
23031 by LibreSSL developers, and this option can be used to override this default.
23034 &lt;End of help on this topic&gt;
23035 </BODY></HTML>
23036 ====== h_config_user_certs_path ======
23037 <HTML>
23038 <HEAD>
23039 <TITLE>OPTION: <!--#echo var="VAR_user-certs-path"--></TITLE>
23040 </HEAD>
23041 <BODY>
23042 <H1>OPTION: <!--#echo var="VAR_user-certs-path"--></H1>
23044 (UNIX ALPINE ONLY)
23045 This directory is used by Alpine to store certificates that a user
23046 trusts. Alpine will use the first directory in this list that exists in your
23047 system and can be accessed. This allows for users to be able to
23048 use the same pinerc file in different systems. The default location
23049 is ~/.alpine-certs.
23052 In addition to the certificates stored in this directory, Alpine also
23053 trusts certificates saved in the container file referenced in the
23054 configuration variable
23055 <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>.
23058 Example of values for this option might be:
23060 <PRE>
23061 User Certs Dir = /home/fred/.alpine-certs
23062                  C:\\Users\\Admin\\alpine-certs
23063 <PRE>
23066 &lt;End of help on this topic&gt;
23067 </BODY></HTML>
23068 ====== h_config_user_certs_file ======
23069 <HTML>
23070 <HEAD>
23071 <TITLE>OPTION: <!--#echo var="VAR_user-certs-file"--></TITLE>
23072 </HEAD>
23073 <BODY>
23074 <H1>OPTION: <!--#echo var="VAR_user-certs-file"--></H1>
23076 (UNIX ALPINE ONLY)
23077 This option sets the location of a container file that holds certificate
23078 authority (CA) certificates that the user trusts. Its value is the
23079 full path referencing the location of this file. Alpine will use the first
23080 container in this list that exists and can be accessed in your system. This
23081 allows for users to be able to use the same pinerc file in different
23082 systems. The default location is ~/.alpine-certs/certs.pem.
23085 In addition to the certificates stored in this directory, Alpine also
23086 trusts certificates saved in the directory referenced in the
23087 configuration variable
23088 <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>.
23091 Example of values for this option might be:
23093 <PRE>
23094 User Certs File = /home/fred/.alpine-certs/certs.pem
23095                   C:\\libressl\\ssl\\certs\\cert.pem
23096 <PRE>
23099 &lt;End of help on this topic&gt;
23100 </BODY></HTML>
23101 ====== h_config_ssl_ciphers ======
23102 <HTML>
23103 <HEAD>
23104 <TITLE>OPTION: <!--#echo var="VAR_ssl-ciphers"--></TITLE>
23105 </HEAD>
23106 <BODY>
23107 <H1>OPTION: <!--#echo var="VAR_ssl-ciphers"--></H1>
23109 (UNIX ALPINE ONLY)
23110 This is a colon separated list of ciphers that your openssl or libressl
23111 library supports and should use to negotiate a secure connection with a
23112 remote SSL server.
23115 The list of ciphers supported by openssl can be obtained with the command
23116 line command
23119 openssl ciphers
23122 Consult the manual page of the openssl ciphers command to see more
23123 ways to specify groups of ciphers, such as RSA, or other groups of
23124 ciphers.
23127 &lt;End of help on this topic&gt;
23128 </BODY></HTML>
23129 ====== h_config_set_att_ansi ======
23130 <HTML><HEAD>
23131 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
23132 </HEAD>
23133 <BODY>
23134 <H1>OPTION: Set printer to attached ansi printer</H1>
23136 Type "S" to set your printer to "attached-to-ansi".<BR>
23137 It is OK to include "attached-to-ansi" in your personal list below.
23139 &lt;End of help on this topic&gt;
23140 </BODY></HTML>
23141 ====== h_config_set_att_ansi2 ======
23142 <HTML><HEAD>
23143 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
23144 </HEAD>
23145 <BODY>
23146 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
23148 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
23149 It is OK to include "attached-to-ansi-no-formfeed" in your personal
23150 list below.
23154 This is the same as the "attached-to-ansi" option except that a
23155 formfeed character will not be appended to the end of the print job.
23156 If your printer already ejects the paper by itself at the end of the
23157 job, you may prefer the "no-formfeed" form of this printer so that you
23158 don't get an extra blank page between print jobs.
23161 &lt;End of help on this topic&gt;
23162 </BODY></HTML>
23163 ====== h_config_set_att_wyse ======
23164 <HTML><HEAD>
23165 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
23166 </HEAD>
23167 <BODY>
23168 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
23170 Type "S" to set your printer to "attached-to-wyse".<BR>
23171 It is OK to include "attached-to-wyse" in your personal list below.
23173 This is very similar to "attached-to-ansi".
23174 The only difference is in the control characters sent to turn the printer
23175 on and off.
23176 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
23177 to turn on the printer and ESC LEFT_BRACKET 4 i
23178 to turn it off.
23179 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
23180 &lt;End of help on this topic&gt;
23181 </BODY></HTML>
23182 ====== h_config_set_att_wyse2 ======
23183 <HTML><HEAD>
23184 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
23185 </HEAD>
23186 <BODY>
23187 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
23189 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
23190 It is OK to include "attached-to-wyse-no-formfeed" in your personal
23191 list below.
23195 This is the same as the "attached-to-wyse" option except that a
23196 formfeed character will not be appended to the end of the print job.
23197 If your printer already ejects the paper by itself at the end of the
23198 job, you may prefer the "no-formfeed" form of this printer so that you
23199 don't get an extra blank page between print jobs.
23202 &lt;End of help on this topic&gt;
23203 </BODY></HTML>
23204 ====== h_config_set_stand_print ======
23205 <HTML>
23206 <HEAD>
23207 <TITLE>OPTION: Set default printer</TITLE>
23208 </HEAD>
23209 <H1>OPTION: Set default printer</H1>
23210 <BODY>
23211 Move to the printer you want and type "S" to set it to be your
23212 default printer.  This list is not modifiable by you and has been
23213 set up by the system administrators.  If there is more than one printer
23214 listed in the Command List, you will be able to cycle through that
23215 whole list at the time you print, starting with your default.
23216 It is OK to include entries from this Standard list in your personal
23217 list below.
23219 &lt;End of help on this topic&gt;
23220 </BODY>
23221 </HTML>
23222 ====== h_config_set_custom_print ======
23223 <HTML>
23224 <HEAD>
23225 <TITLE>OPTION: Set default printer</TITLE>
23226 </HEAD>
23227 <H1>OPTION: Set default printer</H1>
23228 <BODY>
23229 You may add as many print commands as you want to your personal list.
23230 Specify one of them as your default printer by moving to the printer
23231 you want and typing "S".  If there is more than one printer listed
23232 in the Command List, you will be able to cycle through that list at
23233 the time you print, starting with your default.  It is OK to include
23234 entries from the Standard list above or to include the command
23235 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
23236 "attached-to-wyse-no-formfeed" as one of the entries here.
23238 &lt;End of help on this topic&gt;
23239 </BODY>
23240 </HTML>
23241 ====== h_config_user_id =====
23242 <HTML>
23243 <HEAD>
23244 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
23245 </HEAD>
23246 <BODY>
23247 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
23249 This value is used as part of the "From" address on messages you send.
23250 It is also the default login name for remote IMAP server access.  Set this
23251 to the username part you want to appear on outgoing email.
23253 If you want to change the value of what gets included in the From header
23254 in messages you send (other than just the User ID)
23255 look <A HREF="h_config_change_your_from">here</A> for a description.
23257 <P><UL>   
23258 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23259 </UL><P>
23260 &lt;End of help on this topic&gt;
23261 </BODY>
23262 </HTML>
23263 ====== h_config_user_dom =====
23264 <HTML>
23265 <HEAD>
23266 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
23267 </HEAD>
23268 <BODY>
23269 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
23271 This value specifies the domain part (right-hand side) of your return
23272 address on outgoing email and is also used as the default domain for email
23273 composed to a local user.
23274 <!--chtml if pinemode="os_windows"-->
23275  This value is required for PC-Alpine. If you are unsure as to what this should be,
23276  contact your local help desk, system administrator, or Internet Service Provider.
23277 <!--chtml else-->
23278  If unset, Unix Alpine will obtain the domain from
23279  the system.  Often this value will be set for your whole site by the
23280  system administrator.<P>
23281 <!--chtml endif-->
23282 If you set this, see also the <A HREF="h_config_quell_local_lookup">
23283 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
23285 If you want to change the value of what gets included in the From header
23286 in messages you send (other than just the User Domain)
23287 look <A HREF="h_config_change_your_from">here</A> for a description.
23288 <P><UL>
23289 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23290 </UL><P>
23291 &lt;End of help on this topic&gt;
23292 </BODY>
23293 </HTML>
23294 ====== h_config_smtp_server =====
23295 <HTML>
23296 <HEAD>
23297 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
23298 </HEAD>
23299 <BODY>
23300 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
23301 This value specifies the name of one or more SMTP 
23302 (Simple Mail Transfer Protocol) servers for sending mail. 
23303 <!--chtml if pinemode="os_windows"-->
23304 You must have an SMTP server for use with PC-Alpine.
23305 SMTP servers are
23306 normally set up by a system administrator for use by all members of a given
23307 campus or department.
23308 Contact your local help desk to ask what SMTP
23309 servers you should use.  
23310 <!--chtml else-->
23311 Unix Alpine users may not need to set an SMTP server.
23312 Alpine will attempt to execute the program (usually sendmail) that is used
23313 to insert mail into the mail system.
23314 If this works for you, you may leave this option blank.
23315 If there is an SMTP server running on the Unix host you may be able to
23316 improve sending performance slightly by setting the SMTP server option
23317 to &quot;localhost&quot; or to the actual name of the Unix host.
23319 If the Unix host doesn't work the way Alpine was expecting you will need to
23320 set the value of this option.
23321 SMTP servers are
23322 normally set up by a system administrator for use by all members of a given
23323 campus or department.
23324 Contact your local help desk to ask what SMTP
23325 servers you should use.  
23326 <!--chtml endif-->
23328 Your SMTP server may offer SMTP AUTH authentication.
23329 It may even require it.
23330 If your SMTP server offers SMTP AUTH authentication you may specify a
23331 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
23332 This parameter requires an associated value,
23333 the username identifier with which to establish the server
23334 connection.
23335 An example might be:
23338 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
23341 If AUTH authentication is offered by the server, this will cause Alpine to
23342 attempt to use it.
23343 If AUTH authentication is not offered by the server, this will cause Alpine
23344 to fail sending with an error similar to:
23347 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
23350 Another type of authentication that is used by some ISPs is called
23351 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
23352 which means that you have to authenticate
23353 yourself to the POP or IMAP server by opening a mailbox before you
23354 can send mail.
23355 To do this, you usually only have to open your INBOX.
23358 You may tell Alpine to use the
23359 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
23360 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
23361 parameter
23362 in this option.
23363 At this time &quot;/submit&quot; is simply equivalent to specifying
23364 port 587, though it may imply more than that at some point in the future.
23365 Some ISPs are blocking port 25 in order to reduce the amount of spam
23366 being sent to their users.
23367 You may find that the submit option allows you to get around such a block.
23370 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
23373 To specify any non-standard port number on the SMTP server you may follow
23374 the hostname with a colon followed by the portnumber.
23377 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
23380 Normally, when a connection is made to the Smtp-Server Alpine will attempt
23381 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
23382 If that fails then a non-encrypted connection will be attempted instead.
23383 You may specify that a TLS connection is required if you wish.
23384 If you append &quot;/starttls&quot; to the name then the connection will fail
23385 instead of falling back to a non-secure connection.
23388 <CENTER><SAMP>smtpserver.example.com/starttls</SAMP></CENTER>
23392 For more details about server name possibilities see
23393 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23396 <UL>
23397 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23398 </UL>
23400 &lt;End of help on this topic&gt;
23401 </BODY>
23402 </HTML>
23403 ====== h_config_nntp_server =====
23404 <HTML>
23405 <HEAD>
23406 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
23407 <BODY>
23408 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
23410 This value specifies the name of one or more NNTP
23411 (Network News Transfer Protocol)
23412 servers for reading and posting USENET news.
23413 NNTP servers are normally
23414 set up by a system administrator for use by all members of a given campus
23415 or department.
23416 Contact your local help desk to ask what NNTP servers you should use.  
23417 <!--chtml if pinemode="os_windows"--><!--chtml else-->
23418 Often Unix Alpine users will find that this variable has been
23419 set for the whole system (and they don't have to worry about it).  
23420 <!--chtml endif-->
23421 When you define an NNTP server here, Alpine implicitly defines a news
23422 collection for you, assuming that server as the news server and assuming
23423 that you will use the NNTP protocol and a local newsrc configuration file
23424 for reading news.
23425 For more about reading news with Alpine, see
23426 <A HREF="h_reading_news">how to use Alpine to read news</A>.
23428 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
23429 or &quot;AUTHINFO USER&quot; authentication.
23430 It may even require it.
23431 If your NNTP server does offer such authentication you may specify a user name
23432 parameter to cause Alpine to attempt to authenticate.
23433 The same is true for the server name in a folder collection that uses NNTP.
23434 This parameter requires an associated value,
23435 the username identifier with which to establish the server connection.
23436 An example might be:
23439 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
23442 If authentication is offered by the server, this will cause Alpine to
23443 attempt to use it.
23444 If authentication is not offered by the server, this will cause Alpine
23445 to fail with an error similar to:
23448 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
23450 For more details about the server name possibilities see
23451 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
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_inbox_path =====
23459 <HTML>
23460 <HEAD>
23461 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
23462 </HEAD>
23463 <BODY>
23464 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
23466 This value overrides the default value of your INBOX name/path/location.
23467 <!--chtml if pinemode="os_windows"-->
23468 PC-Alpine users must specify an inbox path and it must be a folder on an
23469 IMAP server.  
23470 <!--chtml else-->
23471 Unix and VMS Alpine users will often find that this variable
23472 has been pre-configured by your system administrator.  
23473 <!--chtml endif-->
23474 You may be able to specify an alternate INBOX that is either a local folder 
23475 or a folder on an IMAP server.
23477 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
23478 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
23479 mail server.
23481 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23482 details on the syntax of folder definitions.
23484 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
23485 mail is disappearing.
23486 <P><UL>
23487 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23488 </UL><P>
23489 &lt;End of help on this topic&gt;
23490 </BODY>
23491 </HTML>
23492 ====== h_config_change_your_from =====
23493 <HTML>
23494 <HEAD>
23495 <TITLE>How to Change your From Address</TITLE>
23496 </HEAD>
23497 <BODY>
23498 <H1>How to Change your From Address</H1>
23500 If the From address that Alpine includes in mail that you send is not correct,
23501 you may want to configure a different default value for the From address.
23502 You may follow these directions to change the default:
23505 <UL>
23506   <LI> Go to the Main Alpine Menu
23507   <LI> From there type the Setup Command
23508   <LI> From there type the Config Command
23509 </UL>
23512 You've probably already seen this SETUP CONFIGURATION screen.
23513 If not, there are many options you may want to set here.
23514 To set the value of the From header you may use the
23515 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
23516 Find it by scrolling down a few pages or use the WhereIs command to
23517 search for &quot;customized&quot;.
23518 You may want to read the help text associated with the option.
23520 To add a custom From header, type the Add command and enter the
23521 full header line, including the leading &quot;From:&nbsp;&quot;.
23522 For example:
23524 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23526 Now exit the Setup command and try sending mail to yourself to see
23527 what the From line looks like.
23529 When you are in the composer you may edit the custom From line by typing
23530 Ctrl-R while your cursor is in the headers of the message and then moving
23531 to the From line and editing.
23532 If you want to leave the default value the same but add the possibility
23533 of being able to edit the header when you compose, add just the header
23534 name without a value.
23535 For example:
23537 <CENTER><SAMP>From:</SAMP></CENTER>
23539 If you change your From address you may also find it useful to add the
23540 changed From address to the
23541 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23542 configuration option.
23544 <UL>   
23545 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23546 </UL><P>
23547 &lt;End of help on this topic&gt;
23548 </BODY>
23549 </HTML>
23550 ====== h_config_default_fcc =====
23551 <HTML>
23552 <HEAD>
23553 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
23554 </HEAD>
23555 <BODY>
23556 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
23558 This value specifies where a copy of outgoing mail should be saved.  If
23559 this is not a path name, it will be in the default collection for saves.
23560 Any valid folder specification, local or IMAP, is allowed.  This default
23561 folder carbon copy only applies when the 
23562 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
23563 is set to use the default folder.  
23564 <!--chtml if pinemode="os_windows"-->
23565 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
23566 <!--chtml else-->
23567 Unix Alpine default
23568 is normally &quot;sent-mail&quot; in the default folder collection. 
23569 <!--chtml endif-->
23571 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
23572 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
23573 IMAP server (remember that in order to later access this remote folder through Alpine, it
23574 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23575 for more information). An example:<p>
23576 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
23578 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
23580 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23581 details on the syntax of folder definitions.
23583 <UL>   
23584 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23585 </UL><P>
23586 &lt;End of help on this topic&gt;
23587 </BODY>
23588 </HTML>
23589 ====== h_config_def_save_folder =====
23590 <HTML>
23591 <HEAD>
23592 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
23593 </HEAD>
23594 <BODY>
23595 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
23597 This option determines the default folder name for save-message operations 
23598 (&quot;saves&quot;).
23600 If this is not a path name, it will be in the default collection for saves.
23601 Any valid folder specification, local or IMAP, is allowed.  This default
23602 folder only applies when the
23603 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
23604 doesn't override it.  
23605 <!--chtml if pinemode="os_windows"-->
23606 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
23607 <!--chtml else-->
23608 Unix Alpine default
23609 is normally &quot;saved-messages&quot; in the default folder collection.
23610 <!--chtml endif-->
23611 If you access your email through an IMAP server, especially if you often switch between Unix
23612 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
23613 IMAP server (remember that in order to later access this remote folder through Alpine, it
23614 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23615 for more information). An example:<p>
23616 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
23618 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23619 details on the syntax of folder definitions.
23621 <UL>   
23622 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23623 </UL><P>
23624 &lt;End of help on this topic&gt;
23625 </BODY>
23626 </HTML>
23627 ====== h_config_postponed_folder =====
23628 <HTML>
23629 <HEAD>
23630 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
23631 </HEAD>
23632 <BODY>
23633 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
23635 This value overrides the default name for the folder where postponed
23636 messages are saved.  If this is not a path name, it will be in the default
23637 collection for message Saves.  Any valid folder specification, local or
23638 remote, is allowed. 
23639 PC-Alpine default
23640 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
23641 The Unix Alpine default is normally &quot;postponed-msgs&quot;
23642 in the default collection. 
23644 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
23645 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
23646 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
23647 in all Alpine copies you use. 
23648 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
23649 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
23650 for more information). An
23651 example:<p> 
23652 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
23654 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23655 details on the syntax of folder definitions.
23657 <UL>   
23658 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23659 </UL><P>
23660 &lt;End of help on this topic&gt;
23661 </BODY>
23662 </HTML>
23663 ====== h_config_read_message_folder =====
23664 <HTML>
23665 <HEAD>
23666 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
23667 </HEAD>
23668 <BODY>
23669 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
23671 By virtue of specifying a folder name here, Alpine will be configured to
23672 save all messages that you have read during a session into the designated
23673 &quot;read messages&quot; folder.  This allows you to more easily distinguish
23674 between your really new email (in your INBOX) and those that you have
23675 already read.  Depending on how you define the 
23676 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23677 setting, you may or may not be asked when you quit
23678 Alpine if you want read messages to be moved to this folder.  In either
23679 case, moving the messages means they will be deleted from your INBOX.
23681 If this is not a path name, it will be in the default collection for
23682 saves.  Any valid folder specification, local or remote (via IMAP), is
23683 allowed.  There is no default for the name of the read message folder.
23685 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23686 details on the syntax of folder definitions.
23688 <UL>   
23689 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23690 </UL><P>
23691 &lt;End of help on this topic&gt;
23692 </BODY>
23693 </HTML>
23694 ====== h_config_form_folder =====
23695 <HTML>
23696 <HEAD>
23697 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
23698 </HEAD>
23699 <BODY>
23700 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
23702 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
23703 contain messages that you have composed and that are intended to be
23704 sent in their original form repeatedly.
23707 Setting this variable will alter Alpine's usual behavior when you
23708 execute the Compose command.  Normally, Alpine offers a chance to
23709 continue a postponed or interrupted message should one or the other
23710 exist.  When this variable is set to a folder name that exists, Alpine
23711 will also offer the chance to select a message from the folder to
23712 insert into the composer (much like when continuing a postponed message).
23713 The difference, however, is that Alpine will not automatically delete
23714 the selected message from the Form Letter Folder.
23716 Setting this variable will also affect Alpine's behavior when you
23717 Postpone a message from the composer.  Normally, Alpine simply stashes
23718 the message away in your
23719 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
23720 Regardless of the specified folder's existence, Alpine will ask which
23721 folder you intend the message to be stored in.  Choose the
23722 &quot;F&quot; option to store the message in your Form Letter Folder.
23723 This is the most common way to add a message to the folder.
23726 Another method of adding messages to the folder is via the Alpine
23727 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
23728 you expect to send in the same form again, you can enter the Form
23729 Letter Folder's name in this field.  Alpine, as usual, will copy the
23730 message as it's sent.  Note, when you later select this message from 
23731 your Form Letter Folder, it will have the same recipients as the original
23732 message.
23735 To delete a message from the Form Letter Folder, you can either select
23736 the folder from a suitable FOLDER LIST screen, or use the Delete
23737 command in the MESSAGE INDEX offered when selecting from the folder as
23738 part of the Compose command.  You can delete a Form Letter Folder just
23739 as any other folder from a suitable FOLDER LIST screen.
23742 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
23743 facility can be used
23744 to replace the Form Letter Folder.
23747 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23748 details on the syntax of folder definitions.
23751 <UL>   
23752 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23753 </UL><P>
23754 &lt;End of help on this topic&gt;
23755 </BODY>
23756 </HTML>
23757 ====== h_config_archived_folders =====
23758 <HTML>
23759 <HEAD>
23760 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
23761 </HEAD>
23762 <BODY>
23763 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
23765 This is like
23766 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
23767 only more general.  You may archive
23768 any of the folders in your incoming collection.  This is a list of folder
23769 pairs, with the first separated from the second in the pair by a space.
23770 The first folder in a pair is the folder you want to archive, and the
23771 second folder is the folder that read messages from the first should be
23772 moved to.  Depending on how you define the
23773 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23774 setting, you may or may not be asked when you
23775 leave the first folder if you want read messages to be moved to the
23776 second folder.  In either case, moving the messages means they will be
23777 deleted from the first folder.
23779 The name of the first folder in each pair can be either the technical
23780 specification of the folder (like what appears in your configuration file)
23781 or (much easier) the nickname that you gave the folder when you made it
23782 an incoming folder.
23784 For example:<p>
23785 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
23786 <p>or, using nicknames:<p>
23787 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
23789 If these are not path names, they will be in the default collection for
23790 saves. Any valid folder specification, local or remote (via IMAP), is
23791 allowed. There is no default.
23793 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23794 details on the syntax of folder definitions.
23796 <UL>   
23797 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23798 </UL><P>
23799 &lt;End of help on this topic&gt;
23800 </BODY>
23801 </HTML>
23802 ====== h_config_newsrc_path ======
23803 <HTML>
23804 <HEAD>
23805 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
23806 </HEAD>
23807 <BODY>
23808 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
23810 This option overrides the default name Alpine uses for your "newsrc" news
23811 status and subscription file.  If set, Alpine will take this value as the
23812 full pathname for the desired newsrc file.<P>
23814 If this option is <B>not</B> set, 
23815 <!--chtml if pinemode="os_windows"-->
23816 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
23817 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
23818 directory as your pinerc file for NEWSRC.
23819 <!--chtml else-->
23820 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
23821 your account's home directory).
23822 <!--chtml endif-->
23823 <P><UL>
23824 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23825 </UL>
23827 &lt;End of help on this topic&gt;
23828 </BODY>
23829 </HTML>
23830 ====== h_config_literal_sig =====
23831 <HTML>
23832 <HEAD>
23833 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
23834 </HEAD>
23835 <BODY>
23836 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
23838 With this option your actual signature, as opposed to
23839 the name of a file containing your signature,
23840 is stored in the Alpine configuration file.
23841 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
23844 This is simply a different way to store the signature.
23845 The signature is stored inside your Alpine configuration file instead of in
23846 a separate file.
23847 Tokens work the same way they do with the
23848 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
23849 help.
23852 The Setup/Signature command on Alpine's MAIN MENU will edit
23853 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
23854 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
23855 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
23856 instead.
23859 The two character sequence &#92;n (backslash followed by
23860 the character n) will be used to signify a line-break in your signature.
23861 You don't have to enter the &#92;n, but it will be visible in the
23862 SETUP CONFIGURATION window after you are done editing the signature.
23865 <UL>   
23866 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23867 </UL><P>
23868 &lt;End of help on this topic&gt;
23869 </BODY>
23870 </HTML>
23871 ====== h_config_signature_file =====
23872 <HTML>
23873 <HEAD>
23874 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
23875 </HEAD>
23876 <BODY>
23877 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
23879 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
23880 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
23881 You can tell that that is the case because the value of the
23882 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
23884 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
23886 You may either use all Literal Signatures (signatures stored in your
23887 configuration file) throughout Alpine, or all signature files.
23888 You can't mix the two.
23890 This is the name of a file that will be automatically inserted into
23891 outgoing messages.
23892 It typically contains information such as your
23893 name, email address and organizational affiliation.
23894 Alpine adds the
23895 signature into the message as soon as you enter the composer so you
23896 can choose to remove it or edit it on a message by message basis.
23897 Signature file placement in message replies is controlled by the
23898 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
23899 setting in the feature list.
23902 The default file name is
23903 <!--chtml if pinemode="os_windows"-->
23904 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
23905 PINERC file is a local file.
23906 If your PINERC file is remote, then it will be in the directory specified
23907 by the &quot;-aux local_directory&quot; command line option.
23908 <!--chtml else-->
23909 &quot;.signature&quot;.
23910 <!--chtml endif-->
23913 To create or edit your signature file choose Setup from the MAIN MENU
23914 and then select S for Signature (Main/Setup/Signature).  This puts you
23915 into the Signature Editor where you can enter a <EM>few</EM> lines of
23916 text containing your identity and affiliation.
23919 If the filename is followed by a vertical bar (|) then instead
23920 of reading the contents of the file the file is assumed to be a
23921 program that will produce the text to be used on its standard output.
23922 The program can't have any arguments and doesn't receive any input from Alpine,
23923 but the rest of the processing works as if the contents came from a file.
23926 Instead of storing the data in a local file, the
23927 signature data may be stored remotely in an IMAP folder.
23928 In order to do this, 
23929 you must use a remote name for the file.
23930 A remote <!--#echo var="VAR_signature-file"--> name might look like:
23932 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
23935 The syntax used here is the same as the syntax used for remote configuration
23936 files from the command line.
23937 Note that you may not access an existing signature file remotely,
23938 you have to create a new <EM>folder</EM> that contains the signature data.
23939 If the name you use here for the signature file is a remote name, then when
23940 you edit the file from the Setup/Signature command the data will be stored
23941 remotely in the folder.
23942 You aren't required to do anything special to create the folder, it
23943 gets created automatically if you use a remote name.
23946 Besides regular text, the signature file may also contain
23947 (or a signature program may produce) tokens that
23948 are replaced with text that usually depends on the message you are replying
23949 to or forwarding.
23950 For example, if the signature file contains the token
23952 <CENTER><SAMP>_DATE_</SAMP></CENTER>
23954 anywhere in the text, then that token is replaced by the date
23955 the message you are replying to or forwarding was sent.
23956 If it contains
23958 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
23960 that is replaced with the current date.
23961 The first is an example of a token that depends on the message you
23962 are replying to (or forwarding) and the second is an example which
23963 doesn't depend on anything other than the current date.
23964 You have to be a little careful with this facility since tokens that
23965 depend on the message you are replying to or forwarding will be replaced
23966 by nothing in the case where you are composing a new message from scratch.
23967 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
23968 in this respect.
23969 It allows you to use different signature files in different cases.
23972 The list of tokens available for use in the signature file is
23973 <A HREF="h_index_tokens">here</A>.
23976 Instead of, or along with the use of &quot;roles&quot; to give you
23977 different signature files in different situations, there is also
23978 a way to conditionally include text based
23979 on whether or not a token would result in specific replacement text.
23980 For example, you could include some text based on whether or not
23981 the _NEWS_ token would result in any newsgroups if it was used.
23982 This is explained in detail
23983 <A HREF="h_reply_token_conditionals">here</A>.
23984 This isn't for the faint of heart.
23986 In the very unlikely event that you want to include a literal token
23987 in the signature you must precede it with a backslash character.
23988 For example,
23990 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23992 would produce something like
23994 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23996 It is not possible to have a literal backslash followed by an expanded token.
23998 An alternate method for storing the signature data is available by using the
23999 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
24000 This variable will be used by default.
24002 <UL>   
24003 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24004 </UL><P>
24005 &lt;End of help on this topic&gt;
24006 </BODY>
24007 </HTML>
24008 ====== h_config_init_cmd_list =====
24009 <HTML>
24010 <HEAD>
24011 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
24012 </HEAD>
24013 <BODY>
24014 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
24016 The initial keystroke--or command--list option lets you start Alpine at
24017 any place you like.
24018 Whatever keystrokes you specify here will be executed
24019 by Alpine upon startup as a macro.
24020 The words SPACE, TAB, DOWN, UP, LEFT, and
24021 RIGHT indicate the pressing of those keys.
24022 CR indicates the pressing of the RETURN key.
24023 F1 through F12 represent the function keys, and ^ followed
24024 by a character indicates that key pressed along with the control key (in
24025 other words, ^P means Ctrl-P).
24026 As a shortcut notation, an element of the list may be several characters
24027 surrounded by double-quotes (").
24028 That will be expanded into the individual keystrokes
24029 (excluding the double-quote characters).
24030 For example, the quoted-string
24032 <P><CENTER>"ABC"</CENTER>
24035 is interpreted the same as the three separate list members
24037 <P><CENTER>A and B and C</CENTER>
24040 which is also the same as
24042 <P><CENTER>A,B,C</CENTER>
24045 An example: To view message 1 on startup,
24046 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
24048 <P><CENTER>I,J,1,CR,V</CENTER>
24051 An equivalent version of this is
24053 <P><CENTER>"IJ1",CR,V</CENTER>
24056 Restrictions: You cannot pre-type into the composer with the initial
24057 keystroke list, and you cannot mix function key commands with letter
24058 commands.
24060 <P><UL>   
24061 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24062 </UL>
24064 &lt;End of help on this topic&gt;
24065 </BODY>
24066 </HTML>
24067 ====== h_config_comp_hdrs =====
24068 <html>
24069 <header>
24070 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
24071 </header>
24072 <body>
24073 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
24075 You can control which headers you want visible when composing outgoing
24076 email using this option.
24077 You can specify any of the regular set, any
24078 <A HREF="h_compose_richhdr">Rich Header</A>,
24079 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
24080 that you have already defined.
24081 If you use this setting at all, you must specify all the
24082 headers you want to see, you can't just add to the regular header set.
24083 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
24085 Note that the "Newsgroups:" header will be abbreviated in the Composer
24086 display, but should be spelled out in full here.<p>
24087 <UL>   
24088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24089 </UL><P>
24090 &lt;End of help on this topic&gt;
24091 </body>
24092 </html>
24093 ====== h_config_custom_hdrs =====
24094 <HTML>
24095 <HEAD>
24096 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
24097 </HEAD>
24098 <BODY>
24099 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
24101 You may add your own custom headers to outgoing messages.
24102 Each header you specify here must include the header tag 
24103 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
24104 and may optionally include a value for that header.
24105 If you want to see these custom headers each time you compose a message,
24106 you must add them to your
24107 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
24108 otherwise they become part
24109 of the rich header set that you only see when you press the
24110 <A HREF="h_compose_richhdr">Rich Header</A>
24111 <!--chtml if pinemode="function_key"-->(F5)
24112 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
24113 (If you are looking for a way to change which headers are <EM>displayed</EM>
24114 when you view a message, take a look at the
24115 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
24116 option instead.)
24117 Here's an example that shows how you might set your From address
24119 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
24121 and another showing how you might set a Reply-To address
24123 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
24125 You may also set non-standard header values here.
24126 For example, you could add
24128 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
24130 or even
24132 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
24134 If you include a value after the colon then that header will be included
24135 in your outgoing messages unless you delete it before sending.
24136 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
24137 it will not be included in outgoing messages unless you edit a value
24138 in manually.
24139 For example, if
24141 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
24143 is in the list, then the Reply-To header will be available for editing
24144 but won't be included unless a value is added while in the composer.
24146 It's actually a little more complicated than that.
24147 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
24148 defaults.
24149 If the message you are about to compose already has a value for a header,
24150 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
24151 For example, if you are Replying to a message the Subject field
24152 will already be filled in.
24153 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
24154 custom subject will <EM>NOT</EM> be used.
24155 The subject derived from the subject of the message you are Replying
24156 to will be used instead.
24158 It is also possible to make header setting even more complicated and more
24159 automatic by using
24160 <A HREF="h_rules_roles">Roles</A>,
24161 but if all you want to do is set a default value for a header, you don't
24162 need to think about Roles.
24164 If you change your From address you may also find it useful to add the
24165 changed From address to the
24166 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
24167 configuration option.
24169 Limitation: Because commas are used to separate the list of
24170 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
24171 header contain a comma.
24172 Nor is there currently an &quot;escape&quot; mechanism provided
24173 to make this work.
24174 <P><UL>
24175 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24176 </UL>
24178 &lt;End of help on this topic&gt;
24179 </BODY>
24180 </HTML>
24181 ====== h_config_viewer_headers =====
24182 <HTML>
24183 <HEAD>
24184 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
24185 </HEAD>
24186 <BODY>
24187 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
24189 You may change the default list of headers that are viewed by listing
24190 the headers you want to view here.  If the headers in your
24191 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
24192 will be shown.  The order of the headers you list will be honored.  If
24193 the special value &quot;all-except&quot; is included as the first
24194 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
24195 message except those in the list will be shown.  The values are all
24196 case insensitive.
24199 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
24200 then the original default headers are ignored.  So, if you just wanted
24201 to add the header Organization to the list, you would have to list
24202 Organization plus all of the other headers originally in the default
24203 list.  If you just included Organization and nothing else, then you
24204 would see only the Organization header, nothing else.
24207 The default list of headers includes:
24208 <UL>
24209   <LI>From
24210   <LI>Resent-From
24211   <LI>To
24212   <LI>Resent-To
24213   <LI>Cc
24214   <LI>Resent-cc
24215   <LI>Bcc
24216   <LI>Newsgroups
24217   <LI>Followup-To
24218   <LI>Date
24219   <LI>Resent-Date
24220   <LI>Subject
24221   <LI>Resent-Subject
24222   <LI>Reply-To
24223 </UL>
24226 If you are looking for a way to control which headers are included in
24227 outgoing mail and are visible or not in the composer, take a look at the
24228 options
24229 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
24230 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
24231 this option.
24233 <UL>   
24234 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24235 </UL><P>
24236 &lt;End of help on this topic&gt;
24237 </BODY>
24238 </HTML>
24239 ====== h_config_viewer_margin_left =====
24240 <HTML>
24241 <HEAD>
24242 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
24243 </HEAD>
24244 <BODY>
24245 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
24247 This variable controls the left-hand vertical margin's width in
24248 Alpine's Message Viewing screen.
24249 Its value is the number of space characters preceding each displayed line.
24250 For consistency with
24251 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
24252 you may specify the column number to start in
24253 (column numbering begins with number 1)
24254 instead of the width of the margin by appending a lower case letter
24255 &quot;c&quot; to the number.
24256 For example, a value of &quot;2c&quot; means to start the text in column two,
24257 which is entirely equivalent to a value of &quot;1&quot;, which means to
24258 leave a margin of 1 space.
24260 The default is a left margin of 0 (zero).
24261 Misconfigurations (for example, negative values or values with starting
24262 left columns greater than the ending right column)
24263 are silently ignored.
24264 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> 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_viewer_margin_right =====
24273 <HTML>
24274 <HEAD>
24275 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
24276 </HEAD>
24277 <BODY>
24278 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
24280 This variable controls the right-hand vertical margin's width in
24281 Alpine's Message Viewing screen.
24282 Its value is the number of space characters following each displayed line.
24283 You may specify the column number to end the text in
24284 (column numbering begins with number 1)
24285 instead of the width of the margin by appending a lower case letter
24286 &quot;c&quot; to the number.
24287 For example, a value of &quot;76c&quot; means to end the text in column 76.
24288 If the screen is 80 characters wide, this is equivalent to a value
24289 of &quot;4&quot;, which means to leave a margin of 4 spaces.
24290 However, if you use different size screens at different times, then these
24291 two values are not equivalent.
24293 The default right margin is 4.
24294 Misconfigurations (for example, negative values or values with starting
24295 left columns greater than the ending right column)
24296 are silently ignored.
24297 If the number of columns for text between the
24298 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
24299 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
24300 instead.
24303 &lt;End of help on this topic&gt;
24304 </BODY>
24305 </HTML>
24306 ====== h_config_quote_suppression =====
24307 <HTML>
24308 <HEAD>
24309 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
24310 </HEAD>
24311 <BODY>
24312 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
24314 This option should be used with care.
24315 It will cause some of the quoted text to be eliminated from the
24316 display when viewing a message in the MESSAGE TEXT screen.
24317 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
24318 value &quot;5&quot;,
24319 this will cause quoted text that is longer than five lines to be truncated.
24320 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
24321 Quoted text of more than six lines will have the first five lines displayed
24322 followed by a line that looks something like
24324 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
24326 As a special case, if exactly one line of quoted text would be hidden, the
24327 entire quote will be shown instead.
24328 So for the above example, quoted text that is exactly six lines long will
24329 will be shown in its entirety.
24330 (In other words, instead of hiding a single line and adding a line
24331 that announces that one line was hidden, the line is just shown.)
24333 If the sender of a message has carefully chosen the quotes that he or she
24334 includes, hiding those quotes may change the meaning of the message.
24335 For that reason, Alpine requires that when you want to set the value of this
24336 variable to something less than four lines, you actually have to set it
24337 to the negative of that number.
24338 So if you want to set this option to &quot;3&quot;, you actually have to
24339 set it to &quot;-3&quot;.
24340 The only purpose of this is to get you to think about whether or not you
24341 really want to do this!
24342 If you want to delete all quoted text you set the value of this option
24343 to the special value &quot;-10&quot;.
24345 The legal values for this option are
24347 <TABLE>   
24348 <TR>
24349   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24350   <TD> Default, don't hide anything </TD>
24351 </TR>
24352 <TR>
24353   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
24354   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
24355 </TR>
24356 <TR>
24357   <TD> &nbsp;4,5,6,...&nbsp; </TD>
24358   <TD> Suppress if more than that many lines </TD>
24359 </TR>
24360 <TR>
24361   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24362   <TD> Suppress all quoted lines </TD>
24363 </TR>
24364 </TABLE>
24366 If you set this option to a non-default value you may sometimes wish to
24367 view the quoted text that is not shown.
24368 When this is the case, the
24369 <A HREF="h_common_hdrmode">HdrMode Command</A>
24370 may be used to show the hidden text.
24371 Typing the &quot;H&quot; command once will show the hidden text.
24372 Typing a second &quot;H&quot; will also turn on Full Header mode.
24373 The presence or absence of the HdrMode command is determined by the
24374 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
24375 Feature-List option in your Alpine configuration, so you will want to
24376 be sure that is turned on if you use quote suppression.
24378 For the purposes of this option, a quote is a line that begins with the
24379 character &quot;&gt;&quot;.
24381 Quotes are only suppressed when displaying a message on the screen.
24382 The entire quote will be left intact when printing or forwarding or something
24383 similar.
24385 &lt;End of help on this topic&gt;
24386 </BODY>
24387 </HTML>
24388 ====== h_config_saved_msg_name_rule =====
24389 <HTML>
24390 <HEAD>
24391 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
24392 </HEAD>
24393 <BODY>
24394 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
24396 This option determines the default folder name when saving
24397 a message.
24400 The default option is &quot;default-folder&quot;, which is the folder
24401 called &quot;saved-messages&quot; in Unix Alpine and
24402 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
24403 the Alpine option called
24404 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
24407 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
24408 get the chosen option's value for the message being saved (or for the
24409 first message being saved if using an aggregrate save).
24410 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
24411 value of who the message came from (i.e. the from address).
24412 Alpine then attempts to save the message to a folder matching that value.
24413 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
24414 &quot;by-sender&quot;.
24415 The opposite is also true.
24416 If &quot;by-recipient&quot; is chosen and the message was posted to a
24417 newsgroup, Alpine will use the newsgroup name.
24418 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
24419 &quot;by-from&quot;.
24422 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
24423 to use the personal name part of the address instead of the mailbox part.
24424 If any of the &quot;by-nick&quot; options are chosen, the
24425 address is looked up in your address book and if found, the
24426 nickname for that entry is used.
24427 Only simple address book entries are checked, not distribution lists.
24428 Similarly, if any of the
24429 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
24430 address book entry is used.
24431 If by-realname, or the by-nick or by-fcc lookups result in no value,
24432 then if the chosen option ends with the &quot;then-from&quot;,
24433 &quot;then-sender&quot;, &quot;then-replyto&quot;,
24434 or &quot;then-recip&quot; suffix, Alpine
24435 reverts to the same behavior as &quot;by-from&quot;,
24436 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
24437 depending on which option was specified.
24438 If the chosen option doesn't end with one of
24439 the &quot;then-&quot; suffixes, then Alpine reverts to the default
24440 folder when no match is found in the address book.
24443 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
24444 to save to the folder that you saved to the last time you saved a
24445 message.  The first time you save a message in an Alpine session, Alpine
24446 attempts to save the message to the default folder.
24449 Here is an example to make some of the options clearer.
24450 If the message is From
24452 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
24454 and this rule is set to &quot;by-from&quot;, then the default folder offered
24455 in the save dialog would be &quot;flint&quot;.
24457 If this rule is set to &quot;by-realname-of-from&quot; then the default would
24458 be &quot;Fred Flintstone&quot;.
24460 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
24461 for the address &quot;flint@bedrock.org&quot; in your address book.
24462 If an entry is found and it has a nickname associated with it, that nickname
24463 will be offered as the default folder.
24464 If not, the default saved message folder will be offered as the default.
24466 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
24467 for the address &quot;flint@bedrock.org&quot; in your address book.
24468 If an entry is found and it has an Fcc associated with it, that Fcc
24469 will be offered as the default folder.
24470 If not, the default saved message folder will be offered as the default.
24472 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
24473 for the address &quot;flint@bedrock.org&quot; in your address book.
24474 If an entry is found and it has a nickname associated with it, that nickname
24475 will be offered as the default folder.
24476 If it is not found (or has no nickname) then the default offered will be
24477 the same as it would be for the &quot;by-from&quot; rule.
24478 That is, it would be &quot;flint&quot;
24480 <UL>   
24481 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24482 </UL><P>
24483 &lt;End of help on this topic&gt;
24484 </BODY>
24485 </HTML>
24486 ====== h_config_fcc_rule =====
24487 <HTML>
24488 <HEAD>
24489 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
24490 </HEAD>
24491 <BODY>
24492 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
24494 This option determines the default name for folder carbon copy. Choose
24495 one:
24497 <DL>
24498 <DT>default-fcc</DT>
24499 <DD>This is the normal default, the value of which is set in the
24500 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
24501 configuration.
24502 </DD>
24504 <DT>last-fcc-used</DT>
24505 <DD> Causes Alpine to use the folder that was last
24506 used in the fcc field
24507 </DD>
24509 <DT>by-nickname</DT>
24510 <DD>Means that Alpine will use the nickname
24511 from your address book that matches the first address in the To line.
24512 If there is no match, it will use the value of the
24513 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
24514 </DD>
24516 <DT>by-recipient</DT>
24517 <DD>Means Alpine will form a folder name
24518 based on the left hand side of the first address in the To line.
24519 </DD>
24521 <DT>by-nick-then-recip</DT>
24522 <DD>Means that it will use the
24523 matching nickname from your address book if there is one, otherwise it
24524 will extract the recipient name from the address and use that (like
24525 by-recipient).
24526 </DD>
24528 <DT>current-folder</DT>
24529 <DD>Causes a copy to be written to
24530 the currently open folder, unless that is the INBOX.  In the case
24531 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
24532 used instead.
24533 </DD>
24534 </DL>
24537 Note: Whatever the fcc specified by the rule here, it will be
24538 over-ridden by any fcc entries you have in your address book.
24541 <UL>   
24542 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24543 </UL><P>
24544 &lt;End of help on this topic&gt;
24545 </BODY>
24546 </HTML>
24547 ====== h_config_sort_key =====
24548 <HTML>
24549 <HEAD>
24550 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
24551 </HEAD>
24552 <BODY>
24553 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
24555 This option determines the order in which messages will be displayed in
24556 the MESSAGE INDEX screen.  Choose from:
24558 <UL>
24559  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24560  <LI> <A HREF="h_index_sort_date">Date</A>
24561  <LI> <A HREF="h_index_sort_subj">Subject</A>
24562  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24563  <LI> <A HREF="h_index_sort_thread">Thread</A>
24564  <LI> <A HREF="h_index_sort_from">From</A>
24565  <LI> <A HREF="h_index_sort_size">Size</A>
24566  <LI> <A HREF="h_index_sort_score">Score</A>
24567  <LI> <A HREF="h_index_sort_to">To</A>
24568  <LI> <A HREF="h_index_sort_cc">Cc</A>
24569 </UL>
24572 Each type of sort may also be reversed.
24573 Normal default is by &quot;Arrival&quot;.
24576 A possible point of confusion arises when you change the configuration
24577 of the <!--#echo var="VAR_sort-key"-->.
24578 The folder will normally be re-sorted when you go back to viewing the
24579 index.
24580 However, if you have manually sorted the folder with the
24581 Sort
24582 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24583 command, then it will not be re-sorted until the next time it is opened.
24586 <UL>   
24587 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24588 </UL><P>
24589 &lt;End of help on this topic&gt;
24590 </BODY>
24591 </HTML>
24592 ====== h_config_other_startup =====
24593 <HTML>
24594 <HEAD>
24595 <TITLE>OPTION: Set Startup Rule</TITLE>
24596 </HEAD>
24597 <BODY>
24598 <H1>OPTION: Set Startup Rule</H1>
24600 This option determines which message will be the <EM>current message</EM> when
24601 the folder is first opened.
24602 It works the same way that the option
24603 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
24604 works, so look there for help.
24605 It may be used for any folder, not just incoming folders.
24608 <UL>   
24609 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24610 </UL><P>
24611 &lt;End of help on this topic&gt;
24612 </BODY>
24613 </HTML>
24614 ====== h_config_perfolder_sort =====
24615 <HTML>
24616 <HEAD>
24617 <TITLE>Set Sort Order</TITLE>
24618 </HEAD>
24619 <BODY>
24620 <H1>Set Sort Order</H1>
24622 This option determines the order in which messages will be displayed in
24623 the MESSAGE INDEX screen when the Current Folder Type set in the
24624 Pattern is a match. Choose from:
24626 <UL>
24627  <LI> <A HREF="h_index_sort_default">Default</A>
24628  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24629  <LI> <A HREF="h_index_sort_date">Date</A>
24630  <LI> <A HREF="h_index_sort_subj">Subject</A>
24631  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24632  <LI> <A HREF="h_index_sort_thread">Thread</A>
24633  <LI> <A HREF="h_index_sort_from">From</A>
24634  <LI> <A HREF="h_index_sort_size">Size</A>
24635  <LI> <A HREF="h_index_sort_score">Score</A>
24636  <LI> <A HREF="h_index_sort_to">To</A>
24637  <LI> <A HREF="h_index_sort_cc">Cc</A>
24638 </UL>
24641 Each type of sort may also be reversed.
24642 Normal default is by &quot;Arrival&quot;.
24645 A possible point of confusion arises when you change the configuration
24646 of the Sort Order for the currently open folder.
24647 The folder will normally be re-sorted when you go back to viewing the
24648 index.
24649 However, if you have manually sorted the folder with the
24650 Sort
24651 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24652 command, then it will not be re-sorted until the next time it is opened.
24655 <UL>   
24656 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24657 </UL><P>
24658 &lt;End of help on this topic&gt;
24659 </BODY>
24660 </HTML>
24661 ====== h_config_fld_sort_rule =====
24662 <HTML>
24663 <HEAD>
24664 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
24665 </HEAD>
24666 <BODY>
24667 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
24669 This option controls the order in which folder list entries will be
24670 presented in the FOLDER LIST screen.  Choose one of the following:
24672 <DL>
24673 <DT>Alphabetical</DT>
24674 <DD>sort by alphabetical name independent of type
24675 </DD>
24677 <DT>Alpha-with-dirs-last</DT>
24678 <DD>sort by alphabetical name grouping directory entries
24679 to the end of the list
24680 </DD>
24682 <DT>Alpha-with-dirs-first</DT>
24683 <DD>sort by alphabetical name grouping directory entries
24684 to the start of the list
24685 </DD>
24686 </DL>
24688 The normal default is &quot;Alphabetical&quot;.
24691 <UL>   
24692 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24693 </UL><P>
24694 &lt;End of help on this topic&gt;
24695 </BODY>
24696 </HTML>
24697 ====== h_config_ab_sort_rule =====
24698 <HTML>
24699 <HEAD>
24700 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
24701 </HEAD>
24702 <BODY>
24703 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
24705 This option controls the order in which address book entries will be
24706 presented.  Choose one of the following:
24708 <DL>
24709 <DT>fullname</DT>
24710 <DD>use fullname field, lists mixed in
24711 </DD>
24713 <DT>fullname-with-lists-last</DT>
24714 <DD>use fullname field, but put lists at end
24715 </DD>
24717 <DT>nickname</DT>
24718 <DD>use nickname field, lists mixed in
24719 </DD>
24721 <DT>nickname-with-lists-last</DT>
24722 <DD>use nickname field, but put lists at end
24723 </DD>
24725 <DT>dont-sort</DT>
24726 <DD>don't change order of file
24727 </DD>
24728 </DL>
24731 The normal default is &quot;fullname-with-lists-last&quot;.
24732 If you use an address book from more than one computer and those
24733 computers sort the address book differently then the sort order
24734 will be the order where the last change to the address book was
24735 made.
24736 There are two reasons the sorting might be different on different
24737 systems.
24738 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
24739 places.
24740 Second, the collation rules on the two computers may be different.
24741 For example, one system might ignore special characters while the other
24742 doesn't or one may sort upper and lower case letters together while
24743 the other doesn't.
24744 In any case, the order you see is the order on the system where the
24745 last change was made, for example by an address book edit or a
24746 Take Address command.
24749 <UL>   
24750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24751 </UL><P>
24752 &lt;End of help on this topic&gt;
24753 </BODY>
24754 </HTML>
24755 ====== h_config_post_char_set =====
24756 <HTML>
24757 <HEAD>
24758 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
24759 </HEAD>
24760 <BODY>
24761 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
24763 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
24764 when sending messages.
24768 When sending a message the text typed in the composer is
24769 labeled with the character set specified by this option.
24770 If the composed text is not fully representable in the 
24771 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
24772 instead;
24775 Attachments are labeled with your
24776 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
24779 Generally, there should be little need to set this option.
24780 If left unset, the
24781 default behavior is to label composed text as specifically as
24782 possible.  That is, if the composed text has no non-ASCII characters,
24783 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
24784 only ISO-8859-15 characters, it is labeled as such.  Alpine will
24785 attempt to automatically detect a number of character sets including ISO-8859-15,
24786 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24787 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
24788 If the message contains a mix of character sets,
24789 it is labeled as &quot;UTF-8.&quot;
24793 This setting is provided to allow you to force a particular character set that
24794 Alpine does not automatically detect. For example, if a message is representable
24795 in more than one character set then Alpine may choose a different default
24796 than you want.
24797 Lastly, by setting this option explicitly to
24798 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
24799 &quot;UTF-8&quot; instead of something more specific.
24802 In the Setup/Config screen you may choose from a list of all the
24803 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24806 The options
24807 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24808 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24809 are closely related.
24810 Setting the feature
24811 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24812 should cause this option to be ignored.
24815 <UL>   
24816 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24817 </UL><P>
24818 &lt;End of help on this topic&gt;
24819 </BODY>
24820 </HTML>
24821 ====== h_config_unk_char_set =====
24822 <HTML>
24823 <HEAD>
24824 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
24825 </HEAD>
24826 <BODY>
24827 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
24829 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
24830 when reading or replying to messages.
24834 A text message should either be made up of all US-ASCII characters
24835 or it should contain a charset label which tells the software which
24836 character set encoding to use to interpret the message.
24837 Sometimes a malformed message may be unlabeled but contain non-ascii text.
24838 This message is outside of the standards so any attempt to read it could fail.
24839 When Alpine attempts to read such a message it will try to interpret the
24840 text in the character set you specify here.
24841 For example, if you have correspondents who send you unlabeled messages that
24842 are usually made up of characters from the WINDOWS-1251 character set, setting
24843 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
24844 allow you to read those messages.
24845 Of course, if the unlabeled message is actually in some other character set,
24846 then you may see garbage on your screen.
24848 Instead of just unlabeled text, this option also affects text which is labeled
24849 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
24850 or &quot;US-ASCII&quot;.
24853 In the Setup/Config screen you may choose from a list of all the
24854 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24857 <UL>   
24858 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24859 </UL><P>
24860 &lt;End of help on this topic&gt;
24861 </BODY>
24862 </HTML>
24863 ====== h_config_char_set =====
24864 <HTML>
24865 <HEAD>
24866 <TITLE>OPTION: Display Character Set</TITLE>
24867 </HEAD>
24868 <BODY>
24869 <H1>OPTION: Display Character Set</H1>
24871 The Display Character Set configuration option is used when viewing messages.
24873 Alpine uses Unicode characters internally and 
24874 it is a goal for Alpine to handle email in many different languages.
24875 Alpine will properly display only left-to-right character sets
24876 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
24877 font is in use, in the sense that
24878 characters are assumed to take up zero, one, or two character cell
24879 widths from left to right on the screen. This is true even in PC-Alpine.
24882 Alpine recognizes some local character sets that are right-to-left
24883 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
24884 (Arabic) and properly converts texts in these character sets to/from
24885 Unicode; however, there are known display bugs with these character
24886 sets.
24889 There are three possible configuration character settings and some
24890 environment variable settings that can affect how Alpine
24891 handles international characters.
24892 The first two of these are only available in UNIX Alpine.
24893 The three configuration options are
24894 Display Character Set,
24895 Keyboard Character Set, and
24896 <!--#echo var="VAR_posting-character-set"-->.
24897 The Keyboard Character Set defaults to being the same value
24898 as the Display Character Set, and that is usually correct, because
24899 the keyboard almost always produces characters in the same character set
24900 as the display displays.
24901 The Display Character Set is the character set that Alpine
24902 will attempt to use when sending characters to the display.
24905 By default, the Display Character Set variable is not set and UNIX Alpine
24906 will attempt to get this information from the environment.
24907 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
24908 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
24909 An explicit configuration setting for Display Character Set will,
24910 of course, override any default setting.
24912 For PC-Alpine the Display Character Set
24913 and the Keyboard Character Set
24914 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
24917 It is probably best to use UNIX Alpine in a terminal emulator
24918 capable of displaying UTF-8 characters, since that will allow you to
24919 view just about any received text that is correctly formatted (note,
24920 however, the above comments about known index display bugs with certain
24921 character sets). You'll need to have an emulator that uses a UTF-8 font
24922 and you'll need to set up your environment to use a UTF-8 charmap. For
24923 example, on a Linux system you might include
24925 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
24928 or something similar in your UNIX startup files.
24929 You'd also have to select a UTF-8 font in your terminal emulator.
24932 The types of values that the character set variables may be set to are
24933 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
24934 The <CODE>ISO-2022</CODE> character sets are not supported for input or
24935 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
24936 for use only as a <!--#echo var="VAR_posting-character-set"-->.
24937 In the Setup/Config screen you may choose from a list of all the
24938 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24939 Here is a list of many of the possible character sets:
24942 <TABLE>
24943 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
24944 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
24945 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
24946 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
24947 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
24948 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
24949 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
24950 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
24951 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
24952 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
24953 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
24954 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
24955 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
24956 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
24957 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
24958 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
24959 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
24960 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
24961 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
24962 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukrainian</TD> </TR>
24963 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
24964 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
24965 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
24966 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24967 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24968 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24969 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24970 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24971 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
24972 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
24973 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
24974 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
24975 </TABLE>
24978 When reading incoming email, Alpine understands many different
24979 character sets and is able to convert the incoming mail into Unicode.
24980 The Unicode will be converted to the Display Character Set
24981 for display on your terminal.
24982 Characters typed at the keyboard will be converted from the
24983 Keyboard Character Set to Unicode for Alpine's internal
24984 use.
24985 You may find that you can read some malformed messages that do not
24986 contain a character set label by setting the option
24987 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
24990 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
24991 The default behavior obtained by leaving this variable unset is usually
24992 what is wanted. In that default case, Alpine will attempt
24993 to label the message with the most specific character set from the
24994 rather arbitrary set
24996 US-ASCII, ISO-8859-15,
24997 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24998 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
25001 For example, if the message is made up of only US-ASCII characters, it
25002 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
25003 that will be the label. If that doesn't work the same is tried for the
25004 remaining members of the list.
25007 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
25008 explicit value instead.
25009 For example, if you usually send messages in Greek, setting this
25010 option to ISO-8859-7 will result in messages being labeled as
25011 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
25012 are only Greek characters, or UTF-8 if there are some characters
25013 that aren't representable in ISO-8859-7.
25014 Another possibility is to set this option explicitly to UTF-8.
25015 In that case
25016 Alpine labels only ascii messages as US-ASCII and all other
25017 messages as UTF-8.
25020 The options
25021 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
25022 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
25023 are closely related to this option.
25024 Setting the feature
25025 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
25026 should cause this option to be ignored.
25029 When displaying a message, Alpine compares this setting to the character
25030 set specified in the message.  If not all of the
25031 characters in the message can be displayed using the Display Character Set
25032 then Alpine places an editorial
25033 comment in the displayed text (enclosed in square-brackets) indicating
25034 that some characters may not be displayed correctly.
25035 This comment may be eliminated by turning on the option
25036 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
25039 <UL>   
25040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25041 </UL><P>
25042 &lt;End of help on this topic&gt;
25043 </BODY>
25044 </HTML>
25045 ====== h_config_key_char_set =====
25046 <HTML>
25047 <HEAD>
25048 <TITLE>OPTION: Keyboard Character Set</TITLE>
25049 </HEAD>
25050 <BODY>
25051 <H1>OPTION: Keyboard Character Set</H1>
25053 UNIX Alpine only.
25055 The Keyboard Character Set identifies the character set of the characters
25056 coming from your keyboard.
25057 It defaults to having the same value as your
25058 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
25059 which in turn defaults to a value obtained from your environment.
25060 It is unlikely that you will need to use this option, because the keyboard
25061 almost always produces the same kind of characters as the display displays.
25064 This character set is also used when accessing files in your local
25065 file system.
25066 The names of the files are assumed to be in the same character set as
25067 what the keyboard produces, as well as the contents of the files.
25070 In the Setup/Config screen you may choose from a list of all the
25071 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
25074 The options
25075 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
25076 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
25077 are closely related.
25078 Setting the feature
25079 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
25080 should cause this option to be ignored.
25083 <UL>   
25084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25085 </UL><P>
25086 &lt;End of help on this topic&gt;
25087 </BODY>
25088 </HTML>
25089 ====== h_config_editor =====
25090 <HTML>
25091 <HEAD>
25092 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
25093 </HEAD>
25094 <BODY>
25095 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
25097 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
25098 normally an alternative to Alpine's internal composer (Pico).  You could use
25099 this setting to specify an alternate editor to use occasionally or if you
25100 have a favorite editor and want to use it all the time (see the 
25101 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
25102 If you specify multiple editors for this option, ^_ will invoke the first one 
25103 of those specified that exists and is executable.  When specifying a program 
25104 for use here, make sure that the format of the text it saves -- which, when 
25105 you exit it, will become the message body in Alpine -- is appropriate 
25106 for the body of an email message; avoid proprietary formats that may result in 
25107 a message body that the recipient of your message will be unable to decipher.
25109 <!--chtml if pinemode="os_windows"-->
25110 <!--chtml else-->
25111 If you are in doubt about what editors are available on your system, or which 
25112 of them may be appropriate for specification here, ask your local computing 
25113 support staff.  
25114 <!--chtml endif-->
25116 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
25117 unset, outgoing text will be set as flowed.  In most cases this will be fine,
25118 but if the editor has a &quot;flowed text&quot; mode, it would be best to
25119 use that.
25121 <P><UL>
25122 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25123 </UL>
25125 &lt;End of help on this topic&gt;
25126 </BODY>
25127 </HTML>
25128 ====== h_config_speller =====
25129 <HTML>
25130 <HEAD>
25131 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
25132 </HEAD>
25133 <BODY>
25134 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
25136 UNIX Alpine only.
25138 For PC-Alpine, you must install the aspell library code that you
25139 may get from
25140 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
25142 This option affects the behavior of the ^T (spell check) command in the
25143 Composer.  It specifies the program invoked by ^T in the Composer.
25144 By default, Alpine uses
25146 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
25148 if it knows where to find &quot;aspell&quot;.
25149 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
25150 then the command used is
25152 <CENTER><SAMP>ispell -l</SAMP></CENTER>
25154 Otherwise, the ancient &quot;spell&quot; command is used.
25156 If you specify a value for this command (with full pathname) then that is what
25157 will be used instead of any of the defaults.
25158 When invoking this
25159 spell-checking program, Alpine appends a tempfile name (where the message is
25160 passed) to the command line. Alpine expects the speller to correct the
25161 spelling in that file. When you exit from that program Alpine will read the
25162 tempfile back into the composer.
25164 Don't set this speller option to the standard Unix spell command.
25165 That won't work because spell works in a different way.
25168 <UL>   
25169 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25170 </UL><P>
25171 &lt;End of help on this topic&gt;
25172 </BODY>
25173 </HTML>
25174 ====== h_config_aspell_dictionary =====
25175 <HTML>
25176 <HEAD>
25177 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
25178 </HEAD>
25179 <BODY>
25180 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
25182 PC Alpine only.
25184 This option specifies a list of dictionaries you will use with
25185 aspell. A sample entry is &quot;en_US&quot; for american english, or
25186 &quot;en_GB&quot; for british english.
25189 <UL>   
25190 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25191 </UL><P>
25192 &lt;End of help on this topic&gt;
25193 </BODY>
25194 </HTML>
25195 ====== h_config_display_filters =====
25196 <HTML>
25197 <HEAD>
25198 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
25199 </HEAD>
25200 <BODY>
25201 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
25203 This option defines a list of text-filtering commands (programs or
25204 scripts) that may be used to filter text portions of received messages
25205 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
25206 display screen, exporting to a text file).  
25207 For security reasons, the full path name of the
25208 filter command must be specified.
25211 The command is executed and the message is piped into its standard input. 
25212 The standard output of the command is read back by Alpine.  The
25213 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
25215 <P> 
25216 The filter's use is based on the configured &quot;trigger&quot; string.  The
25217 format of a filter definition is:
25219 <P>   
25220 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
25223 You can specify as many filters as you wish, separating them with a comma.  
25224 Each filter can have only one trigger and command.  Thus, two trigger 
25225 strings that invoke the same command require separate filter 
25226 specifications. 
25228 <P> 
25229 The &quot;trigger&quot; is simply text that, if found in the message,
25230 will invoke the associated command.  If the trigger contains any space
25231 characters, it must be placed within quotes.  Likewise, should you
25232 wish a filter to be invoked unconditionally, define the trigger as the
25233 null string, &quot;&quot; (two consecutive double-quote characters).  If the
25234 trigger string is found anywhere in the text of the message the filter
25235 is invoked.  Placing the trigger text within the tokens defined below
25236 changes where within the text the trigger must be before considering
25237 it a match.
25239 <P>  
25240 Trigger Modifying Tokens:
25241 <DL>
25242 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
25243 <DD>This token tells Alpine to invoke the supplied command
25244 if the text is in a character set matching <VAR>string</VAR>
25245 (e.g., ISO-8859-2 or ISO-2022-JP).
25246 </DD>
25249 <DT>_LEADING(<VAR>string</VAR>)_</DT>
25250 <DD>This token tells Alpine to invoke the supplied command
25251 if the enclosed <VAR>string</VAR> is found to be the first
25252 non-whitespace text.
25253 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25254 the space character.
25255 </DD>
25257 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
25258 <DD>This token tells Alpine to invoke the supplied command
25259 if the enclosed <VAR>string</VAR> is found at the beginning
25260 of any line in the text.
25261 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25262 the space character.
25263 </DD>
25264 </DL>
25267 The &quot;command&quot; and &quot;arguments&quot; portion is simply
25268 the command line to be invoked if the trigger string is found.  Below
25269 are tokens that Alpine will recognize and replace with special values
25270 when the command is actually invoked.
25273 Command Modifying Tokens:
25275 <DL>
25276 <DT>_TMPFILE_</DT>
25277 <DD>When the command is executed, this token is 
25278 replaced with the path and name of the temporary 
25279 file containing the text to be filtered.  Alpine 
25280 expects the filter to replace this data with the 
25281 filter's result.
25284 NOTE: Use of this token implies that the text to 
25285 be filtered is not piped into standard input of the 
25286 executed command and its standard output is ignored. 
25287 Alpine restores the tty modes before invoking the
25288 filter in case the filter interacts with the user
25289 via its own standard input and output.  
25290 </DD>
25291                         
25292 <DT>_RESULTFILE_</DT>
25293 <DD>When the command is executed, this token is 
25294 replaced with the path and name of a temporary 
25295 file intended to contain a status message from the 
25296 filter.  Alpine displays this in the message status 
25297 field. 
25298 </DD>
25300 <DT>_DATAFILE_</DT>
25301 <DD>When the command is executed, this token is 
25302 replaced with the path and name of a temporary 
25303 file that Alpine creates once per session and deletes 
25304 upon exit.  The file is intended to be used by the 
25305 filter to store state information between instances 
25306 of the filter.
25307 </DD>
25308    
25309 <DT>_PREPENDKEY_</DT>
25310 <DD>When the command is executed, this token indicates that a random
25311 number will be passed down the input stream before the message text.
25312 This number could be used as a session key.  It is sent in this way to
25313 improve security.  The number is unique to the current Alpine session
25314 and is only generated once per session.
25315 </DD>
25317 <DT>_SILENT_</DT>
25318 <DD>When the filter is executed, this token tells Alpine not to repaint
25319 the screen while the command is being executed. This can be used with 
25320 filters that do not interact with the user, and therefore repainting 
25321 the screen is not necessary. 
25322 </DD>
25323 </DL>
25326 The feature
25327 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
25329 Performance caveat/considerations:
25330 <BR>
25331 Testing for the trigger and invoking the filter doesn't come for free.
25332 There is overhead associated with searching for the trigger string, testing
25333 for the filter's existence and actually piping the text through the filter.
25334 The impact can be reduced if the Trigger Modifying Tokens above are 
25335 employed.
25337 &lt;End of help on this topic&gt;
25338 </BODY>
25339 </HTML>
25340 ====== h_config_sending_filter =====
25341 <HTML>
25342 <HEAD>
25343 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
25344 </HEAD>
25345 <BODY>
25346 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
25347       
25348 This option defines a list of text-filtering commands (programs and
25349 scripts) that may be selectively invoked to process a message just before
25350 it is sent.  If set, the Composer's ^X (Send) command will allow you to
25351 select which filter (or none) to apply to the message before it is sent. 
25352 For security reasons, the full path of the filter program must be
25353 specified.
25356 Command Modifying Tokens:
25358 <DL>
25359 <DT>_RECIPIENTS_</DT>
25360 <DD>When the command is executed, this token is replaced 
25361 with the space delimited list of recipients of the 
25362 message being sent. 
25363 </DD>
25364         
25365 <DT>_TMPFILE_</DT>
25366 <DD>
25367 When the command is executed, this token is 
25368 replaced with the path and name of the temporary 
25369 file containing the text to be filtered.  Alpine 
25370 expects the filter to replace this data with the 
25371 filter's result.
25374 NOTE: Use of this token implies that the text to 
25375 be filtered is not piped into standard input of the 
25376 executed command and its standard output is ignored. 
25377 Alpine restores the tty modes before invoking the
25378 filter in case the filter interacts with the user
25379 via its own standard input and output.  
25380 </DD>
25381                         
25382 <DT>_RESULTFILE_</DT>
25383 <DD>When the command is executed, this token is 
25384 replaced with the path and name of a temporary 
25385 file intended to contain a status message from the 
25386 filter.  Alpine displays this in the message status 
25387 field. 
25388 </DD>
25390 <DT>_DATAFILE_</DT>
25391 <DD>When the command is executed, this token is replaced 
25392 in the command line with the path and name of a 
25393 temporary file that Alpine creates once per session 
25394 and deletes upon exit.  The file is intended to be 
25395 used by the filter to store state information between 
25396 instances of the filter.
25397 </DD>
25398    
25399 <DT>_PREPENDKEY_</DT>
25400 <DD>When the command is executed, this token indicates 
25401 that a random number will be passed down the input 
25402 stream before the message text.  This number could 
25403 be used as a session key.  It is sent in this way 
25404 to improve security.  The number is unique to the 
25405 current Alpine session and is only generated once per 
25406 session. 
25407 </DD>
25409 <DT>_INCLUDEALLHDRS_</DT>
25410 <DD>When the command is executed, this token indicates 
25411 that the headers of the message will be passed down the input stream
25412 before the message text.
25413 </DD>
25415 <DT>_MIMETYPE_</DT>
25416 <DD>When the command is executed, this token is replaced in the
25417 command name with a temporary file name used to accept any new MIME
25418 Content-Type information necessitated by the output of the filter.
25419 Upon the filter's exit, if the file contains new MIME type
25420 information, Alpine verifies its format and replaces the outgoing
25421 message's MIME type information with that contained in the file. This
25422 is basically a cheap way of sending something other than Text/Plain.
25423 </DD>
25424 </DL>
25426 <P>   
25427 NOTE: Only the body text, which is visible in the Composer, is piped
25428 through this filter.  Attachments are not sent to the filter.
25429 <P>   
25430 Sending filters are not used if the feature
25431 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
25433 <UL>   
25434 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25435 </UL><P>
25436 &lt;End of help on this topic&gt;
25437 </BODY>
25438 </HTML>
25439 ====== h_config_keywords =====
25440 <HTML>
25441 <HEAD>
25442 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
25443 </HEAD>
25444 <BODY>
25445 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
25447 You may define your own set of keywords and optionally set them on a
25448 message by message basis.
25449 These are similar to the &quot;Important&quot; flag which the user
25450 may set using the Flag command.
25451 The difference is that the Important flag is always present for each folder.
25452 User-defined keywords are chosen by the user.
25453 You may set up the list of possible keywords here, or you may add keywords
25454 from the Flag Details screen that you
25455 can get to after typing the
25456 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
25457 command.
25458 After the keywords have been defined,
25459 then you use the <A HREF="h_common_flag">Flag command</A>
25460 to set or clear the keywords in each message.
25461 The behavior of the flag command may be modified by using the
25462 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
25463 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
25466 Keywords may be used when Selecting messages (Select Keyword).
25467 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
25468 Filter Rules may be used to set keywords automatically.
25469 Keywords may be displayed as part of the Subject of a message by using
25470 the SUBJKEY or SUBJKEYINIT tokens in the
25471 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
25472 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
25473 option may be used to modify the display of keywords using
25474 SUBJKEY and SUBJKEYINIT slightly.
25475 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
25476 screen by using the KEY or KEYINIT tokens.
25477 It is also possible to color keywords in the index using the
25478 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
25479 Keywords are not supported by all mail servers.
25482 You may give keywords nicknames if you wish.
25483 If the keyword definition you type in contains a SPACE character, then the
25484 actual value of the keyword is everything after the last SPACE and the
25485 nickname for that keyword is everything before the last SPACE.
25486 For example, suppose you are trying to interoperate with another email program
25487 that uses a particular keyword with an unpleasant name.
25488 Maybe it uses a keyword called
25490 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
25492 but for you that keyword means that the message is work-related.
25493 You could define a keyword to have the value
25495 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
25497 and then you would use the name &quot;Work&quot; when dealing with
25498 that keyword in Alpine.
25499 If you defined it as
25501 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
25503 the nickname would be everything before the last SPACE, that is the nickname
25504 would be &quot;My Work&quot;.
25506 Some commonly used keywords begin with dollar signs.
25507 This presents a slight complication, because the dollar sign is normally used
25508 to signify
25509 <A HREF="h_news_config">environment variable expansion</A>
25510 in the Alpine configuration.
25511 In order to specify a keyword that begins with a dollar sign you must
25512 precede the dollar sign with a second dollar sign to escape its special
25513 meaning.
25514 For example, if you want to include the keyword
25516 <CENTER><SAMP>$Label1</SAMP></CENTER>
25518 as one of your possible keywords, you must enter the text
25520 <CENTER><SAMP>$$Label1</SAMP></CENTER>
25523 instead.
25525 There are a couple limitations.
25526 First, not all servers support keywords.
25527 Second, some servers (including the IMAP server included with Alpine)
25528 have a per folder limit on the number of keywords that may be defined.
25529 This count commonly includes every keyword you have ever used in the
25530 folder, even if it is no longer being used.
25531 In other words, you can add keywords but you cannot remove them easily.
25532 If you have changed keywords over the life of a folder and find that
25533 you have reached such a limit, one possible solution might be to copy
25534 all of the messages to a newly created folder (using Alpine) and then
25535 delete the original and rename the new folder.
25536 The reason this might work is that only the keywords currently set in
25537 any of the messages will be used in the new folder, hopefully putting you
25538 under the limit.
25541 <UL>   
25542 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25543 </UL><P>
25544 &lt;End of help on this topic&gt;
25545 </BODY>
25546 </HTML>
25547 ====== h_config_alt_addresses =====
25548 <HTML>
25549 <HEAD>
25550 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
25551 </HEAD>
25552 <BODY>
25553 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
25555 This option provides a place for you to list alternate email addresses
25556 you may have.
25557 Each address in the list should be the actual email address part of an
25558 address, without the full name field or the angle brackets.
25559 For example:
25562 <CENTER><SAMP>user@example.com</SAMP></CENTER>
25565 The matching is case-insensitive, so this would match any of
25566 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
25567 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
25570 If set, the option affects the behavior of the Reply
25571 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
25572 a message has been addressed specifically to you.
25575 In the default INDEX display
25576 the personal name (or email address) of
25577 the person listed in the message's &quot;From:&quot; header
25578 field is usually displayed except when that address is yours or one of your
25579 alternate addresses.
25580 In that case you will usually see the name of
25581 the first person specified in the
25582 message's &quot;To:&quot; header field
25583 with the prefix &quot;To: &quot; prepended.
25586 With respect to Reply, the reply-to-all option will exclude addresses
25587 listed here.
25590 The feature
25591 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
25592 is somewhat related to this option.
25595 In addition to a list of actual addresses,
25596 you may use regular expressions (as used with grep -E with the ignore case flag)
25597 to describe the addresses you want to match.
25598 Alpine will somewhat arbitrarily interpret your entry as a regular
25599 expression if it contains any of the characters
25600 *, |, +, ?, {, [, ^, $, or &#92;.
25601 Otherwise, it will be treated literally.
25602 The feature
25603 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
25604 may be used to turn off regular expression processing regardless of whether or not
25605 special characters appear in the entry.
25608 A description of how regular expressions work is beyond the
25609 scope of this help text, but some examples follow.
25612 The entry
25615 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
25618 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
25619 address with a domain name of <SAMP>example.com</SAMP> (such as
25620 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
25621 one of your alternate addresses.
25622 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
25623 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
25624 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
25625 Complicating things further, the dollar sign
25626 is special in the Alpine configuration (it signifies environment variable expansion)
25627 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
25628 Quotes around the whole expression will not escape the dollar sign successfully.
25629 So this example should look like
25632 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
25636 The entry
25639 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
25642 would match
25643 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
25644 as <SAMP>fred@example.com</SAMP>.
25647 You could match all addresses that look like
25648 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
25649 entry
25652 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
25655 Notice that you have to escape the plus sign with a backslash because plus
25656 is a special character in regular expressions.
25657 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
25658 the expression
25661 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
25664 would do it, but it would be easier to just add fred@example.com as a
25665 separate entry.
25668 One more example, a match of all first-level subdomains, is given by
25671 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
25675 Because the regular expression matching is based on an old library
25676 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
25677 but they should be close.
25680 <UL>   
25681 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25682 </UL><P>
25683 &lt;End of help on this topic&gt;
25684 </BODY>
25685 </HTML>
25686 ====== h_config_abook_formats =====
25687 <HTML>
25688 <HEAD>
25689 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
25690 </HEAD>
25691 <BODY>
25692 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
25694 This option specifies the format that address books are displayed in.
25695 Normally, address books are displayed with the nicknames in the first
25696 column, the fullnames in the second column, and addresses in the third
25697 column.  The system figures out reasonable defaults for the widths of
25698 the columns.  An address book may be given a different format by
25699 listing special tokens in the order you want them to display.  The
25700 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
25701 So, for example, to get the default behavior you could list
25704 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
25707 (You can also use the token DEFAULT to get the default behavior for
25708 an address book format.)
25711 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
25712 is a list, so if you have more than one address book you may have a
25713 separate format for each by putting its format at the corresponding
25714 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
25718 Listed first are the personal address books, then the global address
25719 books.  So, if you have two personal address books and one global
25720 address book, you may have up to three formats in the
25721 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
25722 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
25723 are address books, the last element is used repeatedly.
25727 Each of the tokens may also be optionally followed by parentheses with
25728 either a number or a percentage inside the parentheses.  For example,
25729 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
25730 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
25731 of the available space (the screen width minus the space for
25732 inter-column spaces) to the fullnames column, while plain
25733 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
25734 reasonable number of columns.
25737 There are always 2 spaces between every column, so if you use
25738 fixed column widths (like 13) you should remember to take that into
25739 account.
25742 <UL>   
25743 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25744 </UL><P>
25745 &lt;End of help on this topic&gt;
25746 </BODY>
25747 </HTML>
25748 ====== h_config_set_index_format =====
25749 <HTML>
25750 <HEAD>
25751 <TITLE>Set Index Format</TITLE>
25752 </HEAD>
25753 <BODY>
25754 <H1>Set Index Format</H1>
25756 This option is used to customize the content of lines in the
25757 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
25758 This action works exactly like the regular
25759 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
25760 except that you can have a folder-specific value for it if you specify it here.
25761 Consult the help for
25762 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
25763 for more information.
25766 <UL>   
25767 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25768 </UL><P>
25769 &lt;End of help on this topic&gt;
25770 </BODY>
25771 </HTML>
25772 ====== h_config_index_format =====
25773 <HTML>
25774 <HEAD>
25775 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
25776 </HEAD>
25777 <BODY>
25778 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
25780 This option is used to customize the content of lines in the
25781 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
25782 to convey some amount of immediately relevant information about each 
25783 message in the current folder.
25786 Alpine provides a pre-defined set of informational fields with
25787 reasonable column widths automatically computed.  You can, however,
25788 replace this default set by listing special tokens in the order you
25789 want them displayed.
25792 The list of available tokens is
25793 <A HREF="h_index_tokens">here</A>.
25796 Spaces are used to separate listed tokens.  Additionally, you can
25797 specify how much of the screen's width the token's associated data
25798 should occupy on the index line by appending to the token a pair of
25799 parentheses enclosing either a number or percentage.  For example,
25800 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
25801 column, and &quot;SUBJECT(20%)&quot; means to
25802 allocate 20% of the available space
25803 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
25804 attempt to figure out a reasonable amount of space.
25807 There is always one space between every pair of columns, so if you use fixed
25808 column widths (like 13) you should remember to take that into account.
25809 Several of the fields are virtually fixed-width, so it doesn't make
25810 much sense to specify the width for them.  The fields STATUS,
25811 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
25812 and DESCRIPSIZE all fall into that category.
25813 You <EM>may</EM> specify widths for those if you wish, but
25814 you're probably better off letting the system pick those widths.  <P>
25817 The default is equivalent to:
25820 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
25823 This means that the four fields without percentages will be allocated
25824 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
25825 the from and subject fields.  If one of those two fields is specified
25826 as a percentage and the other is left for the system to choose, then
25827 the percentage is taken as an absolute percentage of the screen, not
25828 of the space remaining after allocating the first four columns.  It
25829 doesn't usually make sense to do it that way.  If you leave off all
25830 the widths, then the subject and from fields (if both are present) are
25831 allocated space in a 2 to 1 ratio, which is almost exactly the same as
25832 the default.
25835 What you are most likely to do with this configuration option is to
25836 specify which fields appear at all, which order they appear in, and the
25837 percentage of screen that is used for the from and subject fields if you
25838 don't like the 2 to 1 default.
25841 If you want to retain the default format that Pine 4.64 had, use
25844 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
25846 <EM>and</EM> set the feature
25847 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
25848 <UL>   
25849 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25850 </UL><P>
25851 &lt;End of help on this topic&gt;
25852 </BODY>
25853 </HTML>
25854 ====== h_config_reply_intro =====
25855 <HTML>
25856 <HEAD>
25857 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
25858 </HEAD>
25859 <BODY>
25860 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
25862 This option is used to customize the content of the introduction line
25863 that is included when replying to a message and including the original
25864 message in the reply.
25865 The normal default (what you will get if you delete this variable) looks
25866 something like:
25868 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
25870 where the day of the week is only included if it is available in the
25871 original message.
25872 You can replace this default with text of your own.
25873 The text may contain tokens that are replaced with text
25874 that depends on the message you are replying to.
25875 For example, the default is equivalent to:
25877 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25880 Since this variable includes regular text mixed with special tokens
25881 the tokens have to be surrounded by underscore characters.
25882 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
25883 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
25884 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
25886 The list of available tokens is
25887 <A HREF="h_index_tokens">here</A>.
25890 By default, the text is all on a single line and is followed by a blank line.
25891 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
25892 than 80 characters when replying to a particular message, it is shortened.
25893 However, if you use the token
25895 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
25898 anywhere in the value, no end of line or blank line is appended, and no
25899 shortening is done.
25900 The _NEWLINE_ token may be used to get rid of the blank line following
25901 the text, to add more blank lines, or to form a multi-line
25902 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25903 To clarify how _NEWLINE_ works recall that the default value is:
25905 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25908 That is equivalent to
25910 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
25913 In the former case, two newlines are added automatically because
25914 no _NEWLINE_ token appears in the value of the option (for backwards
25915 compatibility). In the latter case, the newlines are explicit.
25916 If you want to remove the blank line that follows the
25917 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
25918 _NEWLINE_ token like
25920 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
25923 Because of the backwards compatibility problem, it is not possible to
25924 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
25925 and that will cause the automatic adding of two newlines!
25926 If you want, you may embed newlines in the middle of the text, as well,
25927 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25930 By default, no attempt is made to localize the date.
25931 If you prefer a localized form you may find that one of the tokens
25932 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
25933 If you want more control one of the many other date tokens, such as _DATEISO_,
25934 might be better.
25937 For the adventurous, there is a way to conditionally include text based
25938 on whether or not a token would result in specific replacement text.
25939 For example, you could include some text based on whether or not
25940 the _NEWS_ token would result in any newsgroups if it was used.
25941 It's explained in detail
25942 <A HREF="h_reply_token_conditionals">here</A>.
25945 In the very unlikely event that you want to include a literal token
25946 in the introduction line you must precede it with a backslash character.
25947 For example,
25949 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
25951 would produce something like
25953 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
25955 It is not possible to have a literal backslash followed by an expanded token.
25957 <UL>   
25958 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25959 </UL><P>
25960 &lt;End of help on this topic&gt;
25961 </BODY>
25962 </HTML>
25963 ====== h_config_remote_abook_history =====
25964 <HTML>
25965 <HEAD>
25966 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
25967 </HEAD>
25968 <BODY>
25969 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
25971 Sets how many extra copies of
25972 remote address book
25973 data will be kept in each remote address book folder.
25974 The default is three.
25975 These extra copies are simply old versions of the data. Each time a change
25976 is made a new copy of the address book data is appended to the folder. Old
25977 copies are trimmed, if possible, when Alpine exits.
25978 An old copy can be put back into use by
25979 deleting and expunging newer versions of the data from the folder.
25980 Don't delete the first message from the folder. It is a special header
25981 message for the remote address book and it must be there.
25982 This is to prevent regular folders from being used as remote address book
25983 folders and having their data destroyed.
25985 This option is also used to determine how many extra copies of remote
25986 Alpine configuration files are kept.
25988 <UL>   
25989 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25990 </UL><P>
25991 &lt;End of help on this topic&gt;
25992 </BODY>
25993 </HTML>
25994 ====== h_config_remote_abook_validity =====
25995 <HTML>
25996 <HEAD>
25997 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
25998 </HEAD>
25999 <BODY>
26000 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
26002 Sets the minimum number of minutes that a
26003 remote address book will be considered up to date.
26004 Whenever an entry contained in a remote address book is used,
26005 if more than this many minutes have
26006 passed since the last check the remote server will be queried to see if the
26007 address book has changed.
26008 If it has changed, the local copy is updated.
26009 The default value is five minutes.
26010 The special value of -1 means never check.
26011 The special value of zero means only check when the address book is first
26012 opened.
26014 No matter what the value, the validity check is always done when the
26015 address book is about to be changed by the user.
26016 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
26017 while in the address book maintenance screen for the remote address book.
26019 <UL>   
26020 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26021 </UL><P>
26022 &lt;End of help on this topic&gt;
26023 </BODY>
26024 </HTML>
26025 ====== h_config_user_input_timeo =====
26026 <HTML>
26027 <HEAD>
26028 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
26029 </HEAD>
26030 <BODY>
26031 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
26033 If this is set to an integer greater than zero, then this is the number
26034 of <EM>hours</EM> to wait for user input before Alpine times out.
26035 If Alpine is
26036 in the midst of composing a message or is waiting for user response to
26037 a question, then it will not timeout.
26038 However, if Alpine is sitting idle waiting for
26039 the user to tell it what to do next and the user does not give any
26040 input for this many hours, Alpine will exit.
26041 No expunging or moving of read
26042 messages will take place.
26043 It will exit similarly to the way it would exit
26044 if it received a hangup signal.
26045 This may be useful for cleaning up unused Alpine sessions that have been
26046 forgotten by their owners.
26047 The Alpine developers envision system administrators
26048 setting this to a value of several hours (24?) so that it won't surprise
26049 a user who didn't want to be disconnected.
26051 <UL>   
26052 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26053 </UL><P>
26054 &lt;End of help on this topic&gt;
26055 </BODY>
26056 </HTML>
26057 ====== h_config_ssh_open_timeo =====
26058 <HTML>
26059 <HEAD>
26060 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
26061 </HEAD>
26062 <BODY>
26063 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
26065 Sets the time in seconds that Alpine will
26066 attempt to open a UNIX secure shell connection.
26067 The default is 15, the minimum non-zero value is 5,
26068 and the maximum is unlimited. If this is set to zero ssh connections
26069 will be completely disabled.
26071 <UL>   
26072 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26073 </UL><P>
26074 &lt;End of help on this topic&gt;
26075 </BODY>
26076 </HTML>
26077 ====== h_config_rsh_open_timeo =====
26078 <HTML>
26079 <HEAD>
26080 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
26081 </HEAD>
26082 <BODY>
26083 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
26085 Sets the time in seconds that Alpine will
26086 attempt to open a UNIX remote shell connection.
26087 The default is 15, the minimum non-zero value is 5,
26088 and the maximum is unlimited. If this is set to zero rsh connections
26089 will be completely disabled.
26090 This might be useful if rsh connections will never work in your environment
26091 but are causing delays due to firewalls or some other reason.
26093 <UL>   
26094 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26095 </UL><P>
26096 &lt;End of help on this topic&gt;
26097 </BODY>
26098 </HTML>
26099 ====== h_config_tcp_open_timeo =====
26100 <HTML>
26101 <HEAD>
26102 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
26103 </HEAD>
26104 <BODY>
26105 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
26107 Sets the time in seconds that Alpine will
26108 attempt to open a network connection. The default is 30, the minimum is 5,
26109 and the maximum is system defined (typically 75). If a connection has not
26110 completed within this many seconds Alpine will give up and consider it a
26111 failed connection.
26113 <UL>   
26114 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26115 </UL><P>
26116 &lt;End of help on this topic&gt;
26117 </BODY>
26118 </HTML>
26119 ====== h_config_tcp_readwarn_timeo =====
26120 <HTML>
26121 <HEAD>
26122 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
26123 </HEAD>
26124 <BODY>
26125 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
26127 Sets the time in seconds that Alpine will
26128 wait for a network read before warning you that things are moving slowly
26129 and possibly giving you the option to break the connection.
26130 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
26131 1000 seconds.
26133 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
26135 <UL>   
26136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26137 </UL><P>
26138 &lt;End of help on this topic&gt;
26139 </BODY>
26140 </HTML>
26141 ====== h_config_tcp_writewarn_timeo =====
26142 <HTML>
26143 <HEAD>
26144 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
26145 </HEAD>
26146 <BODY>
26147 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
26149 Sets the time in seconds that Alpine will
26150 wait for a network write before warning you that things are moving slowly
26151 and possibly giving you the option to break the connection.
26152 The default is 0 which means it is unset. If set to a non-zero value, the
26153 minimum is 5 and the maximum is 1000.
26155 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
26157 <UL>   
26158 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26159 </UL><P>
26160 &lt;End of help on this topic&gt;
26161 </BODY>
26162 </HTML>
26163 ====== h_config_tcp_query_timeo =====
26164 <HTML>
26165 <HEAD>
26166 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
26167 </HEAD>
26168 <BODY>
26169 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
26171 When Alpine times out a network read or write it will normally just display
26172 a message saying &quot;Still waiting&quot;.
26173 However, if enough time has elapsed since it started waiting it will offer
26174 to let you break the connection.
26175 That amount of time is set by this option, which defaults to 60 seconds,
26176 has a minimum of 5 seconds, and a maximum of 1000 seconds.
26178 <UL>   
26179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26180 </UL><P>
26181 &lt;End of help on this topic&gt;
26182 </BODY>
26183 </HTML>
26184 ====== h_config_quit_query_timeo =====
26185 <HTML>
26186 <HEAD>
26187 <TITLE>OPTION: <!--#echo var="VAR_close-connection-timeout"--></TITLE>
26188 </HEAD>
26189 <BODY>
26190 <H1>OPTION: <!--#echo var="VAR_close-connection-timeout"--></H1>
26192 The original purpose of this option was to close a connection after this
26193 much time has elapsed without response from the server. The problem this
26194 generates is that a server might not reply on time due to a slow operation
26195 (for example, sorting a large folder, or filtering messages, etc.) In those
26196 situations it is desirable to wait for the server, even when this takes
26197 a long time.
26200 In order to have a good compromise so that a user can distinguish between
26201 when a connection is closed, therefore
26202 we do not need to wait for it, and the operation that the user is waiting
26203 for takes a long time, this option only applies to the
26204 &quot;NOOP&quot; IMAP command. So, if a NOOP command has been issued,
26205 and the connection does not return after the number of seconds configured
26206 here, which must be at least the amount configured in the option
26207 <a href="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></a>,
26208 then Alpine will close the connection.
26211 Closing connections that have connectivity problems is a good idea. In an ideal
26212 world, one would like all connections to be fast and reliable, so the amount
26213 of time and effort put into parsing a folder to report its state when it is
26214 opened is not wasted, so keeping connections alive is good, but the problem
26215 with this is that waiting for a user to reply to a &quot;keep connection
26216 alive?&quot; question can take a long time, and that might affect other
26217 connections that could be closed because Alpine is not pinging them while it
26218 is waiting for a reply from a user for a different connection. Therefore
26219 setting this value helps to keep other connections alive, in case
26220 you have several incoming folders in other servers.
26223 The default value for this option is 0, which means that no connections will
26224 be closed automatically, so if you want connections to be closed automatically
26225 you must set this option to a positive number bigger or equal than the
26226 value of the option <!--#echo var="VAR_tcp-query-timeout"-->.
26228 <UL>
26229 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26230 </UL><P>
26231 &lt;End of help on this topic&gt;
26232 </BODY>
26233 </HTML>
26234 ====== h_config_incoming_folders =====
26235 <HTML>
26236 <HEAD>
26237 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
26238 </HEAD>
26239 <BODY>
26240 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
26242 This is a list of one or more folders other than <EM>INBOX</EM> that
26243 may receive new messages.
26244 It is related to the
26245 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
26246 feature.
26247 This variable is normally manipulated with the Add, Delete, and Rename
26248 commands in the FOLDER LIST for the Incoming Message Folders collection.
26250 <UL>   
26251 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26252 </UL><P>
26253 &lt;End of help on this topic&gt;
26254 </BODY>
26255 </HTML>
26256 ====== h_config_folder_spec =====
26257 <HTML>
26258 <HEAD>
26259 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
26260 </HEAD>
26261 <BODY>
26262 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
26264 This is a list of one or more collections where saved mail is stored. 
26265 The first collection in this list is the default
26266 collection for <EM>Save</EM>s,
26267 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
26269 This variable is normally manipulated using the Setup/collectionList screen.
26271 <UL>   
26272 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26273 </UL><P>
26274 &lt;End of help on this topic&gt;
26275 </BODY>
26276 </HTML>
26277 ====== h_config_news_spec =====
26278 <HTML>
26279 <HEAD>
26280 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
26281 </HEAD>
26282 <BODY>
26283 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
26285 This is a list of collections where news folders are located.
26287 This variable is normally manipulated using the Setup/collectionList screen.
26289 <UL>   
26290 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26291 </UL><P>
26292 &lt;End of help on this topic&gt;
26293 </BODY>
26294 </HTML>
26295 ====== h_config_address_book =====
26296 <HTML>
26297 <HEAD>
26298 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
26299 </HEAD>
26300 <BODY>
26301 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
26303 A list of personal address books.
26304 Each entry in the list is an
26305 optional nickname followed by a pathname or file name relative to the home
26306 directory.
26307 The nickname is separated from the rest of the line with whitespace.
26308 Instead of a local pathname or file name, a remote folder name can be given.
26309 This causes the address book to
26310 be a Remote address book.
26312 Use the Setup/AddressBook screen to modify this variable.
26314 <UL>   
26315 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26316 </UL><P>
26317 &lt;End of help on this topic&gt;
26318 </BODY>
26319 </HTML>
26320 ====== h_config_glob_addrbook =====
26321 <HTML>
26322 <HEAD>
26323 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
26324 </HEAD>
26325 <BODY>
26326 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
26328 A list of shared address books.  Each entry in the list is an
26329 optional nickname followed by a pathname or file name relative to the home
26330 directory.
26331 A SPACE character separates the nickname from the rest of the line.
26332 Instead of a local pathname or file name, a remote folder name can be given.
26333 This causes the address book to
26334 be a Remote address book.
26335 Global address books are
26336 defined to be ReadOnly.
26338 Use the Setup/AddressBook screen to modify this variable.
26340 <UL>   
26341 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26342 </UL><P>
26343 &lt;End of help on this topic&gt;
26344 </BODY>
26345 </HTML>
26346 ====== h_config_last_vers =====
26347 <HTML>
26348 <HEAD>
26349 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
26350 </HEAD>
26351 <BODY>
26352 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
26354 This is set automatically by Alpine. 
26355 It is used to keep track of the last version of Alpine that
26356 was run by the user.
26357 Whenever the version number increases, a new version message is printed out.
26358 This may not be set in the system-wide configuration files.
26360 <UL>   
26361 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26362 </UL><P>
26363 &lt;End of help on this topic&gt;
26364 </BODY>
26365 </HTML>
26366 ====== h_config_printer =====
26367 <HTML>
26368 <HEAD>
26369 <TITLE>OPTION: Printer</TITLE>
26370 </HEAD>
26371 <BODY>
26372 <H1>OPTION: Printer</H1>
26374 Your default printer selection.
26376 Use the Setup/Printer screen to modify this variable.
26378 <UL>   
26379 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26380 </UL><P>
26381 &lt;End of help on this topic&gt;
26382 </BODY>
26383 </HTML>
26384 ====== h_config_print_cat =====
26385 <HTML>
26386 <HEAD>
26387 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
26388 </HEAD>
26389 <BODY>
26390 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
26392 This is an internal Alpine variable.
26393 It will be equal to 1, 2, or 3 depending on whether the default printer is
26394 attached, standard, or a personal print command.
26396 Use the Setup/Printer screen to modify this variable.
26398 <UL>   
26399 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26400 </UL><P>
26401 &lt;End of help on this topic&gt;
26402 </BODY>
26403 </HTML>
26404 ====== h_config_print_command =====
26405 <HTML>
26406 <HEAD>
26407 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
26408 </HEAD>
26409 <BODY>
26410 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
26412 List of personal print commands.
26414 Use the Setup/Printer screen to modify this variable.
26416 <UL>   
26417 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26418 </UL><P>
26419 &lt;End of help on this topic&gt;
26420 </BODY>
26421 </HTML>
26422 ====== h_config_pat_old =====
26423 <HTML>
26424 <HEAD>
26425 <TITLE>OPTION: Patterns</TITLE>
26426 </HEAD>
26427 <BODY>
26428 <H1>OPTION: Patterns</H1>
26430 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
26431 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
26432 and Patterns-Other.
26433 Patterns-Scores and Patterns-Filters have been replaced since then by
26434 Patterns-Scores2 and Patterns-Filters2.
26436 Use the Setup/Rules screens to modify these variable.
26438 <UL>   
26439 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26440 </UL><P>
26441 &lt;End of help on this topic&gt;
26442 </BODY>
26443 </HTML>
26444 ====== h_config_pat_roles =====
26445 <HTML>
26446 <HEAD>
26447 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
26448 </HEAD>
26449 <BODY>
26450 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
26452 List of rules used for roles.
26453 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
26454 other options.
26456 Use the Setup/Rules/Roles screen to modify this variable.
26458 <UL>   
26459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26460 </UL><P>
26461 &lt;End of help on this topic&gt;
26462 </BODY>
26463 </HTML>
26464 ====== h_config_pat_filts =====
26465 <HTML>
26466 <HEAD>
26467 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
26468 </HEAD>
26469 <BODY>
26470 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
26472 List of rules used for filters.
26474 Use the Setup/Rules/Filters screen to modify this variable.
26476 <UL>   
26477 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26478 </UL><P>
26479 &lt;End of help on this topic&gt;
26480 </BODY>
26481 </HTML>
26482 ====== h_config_pat_scores =====
26483 <HTML>
26484 <HEAD>
26485 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
26486 </HEAD>
26487 <BODY>
26488 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
26490 List of rules used for scoring.
26492 Use the Setup/Rules/SetScores screen to modify this variable.
26494 <UL>   
26495 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26496 </UL><P>
26497 &lt;End of help on this topic&gt;
26498 </BODY>
26499 </HTML>
26500 ====== h_config_pat_other =====
26501 <HTML>
26502 <HEAD>
26503 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
26504 </HEAD>
26505 <BODY>
26506 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
26508 List of rules used for miscellaneous configuration.
26510 Use the Setup/Rules/Other screen to modify this variable.
26512 <UL>   
26513 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26514 </UL><P>
26515 &lt;End of help on this topic&gt;
26516 </BODY>
26517 </HTML>
26518 ====== h_config_pat_incols =====
26519 <HTML>
26520 <HEAD>
26521 <TITLE>OPTION: patterns-indexcolors</TITLE>
26522 </HEAD>
26523 <BODY>
26524 <H1>OPTION: patterns-indexcolors</H1>
26526 List of rules used for coloring lines in the index.
26528 Use the Setup/Rules/Indexcolor screen to modify this variable.
26530 <UL>   
26531 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26532 </UL><P>
26533 &lt;End of help on this topic&gt;
26534 </BODY>
26535 </HTML>
26536 ====== h_config_pat_srch =====
26537 <HTML>
26538 <HEAD>
26539 <TITLE>OPTION: patterns-search</TITLE>
26540 </HEAD>
26541 <BODY>
26542 <H1>OPTION: patterns-search</H1>
26544 List of rules used only for searching with the Select command in the MESSAGE INDEX.
26546 Use the Setup/Rules/searCh screen to modify this variable.
26548 <UL>   
26549 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26550 </UL><P>
26551 &lt;End of help on this topic&gt;
26552 </BODY>
26553 </HTML>
26554 ====== h_config_font_name =====
26555 <HTML>
26556 <HEAD>
26557 <TITLE>OPTION: Font Name</TITLE>
26558 </HEAD>
26559 <BODY>
26560 <H1>OPTION: Font Name</H1>
26562 PC-Alpine only.
26564 Name of normal font.
26566 Use the pulldown Config menu to modify this variable.
26568 <UL>   
26569 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26570 </UL><P>
26571 &lt;End of help on this topic&gt;
26572 </BODY>
26573 </HTML>
26574 ====== h_config_font_size =====
26575 <HTML>
26576 <HEAD>
26577 <TITLE>OPTION: Font Size</TITLE>
26578 </HEAD>
26579 <BODY>
26580 <H1>OPTION: Font Size</H1>
26582 PC-Alpine only.
26584 Size of normal font.
26586 Use the pulldown Config menu to modify this variable.
26588 <UL>   
26589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26590 </UL><P>
26591 &lt;End of help on this topic&gt;
26592 </BODY>
26593 </HTML>
26594 ====== h_config_font_style =====
26595 <HTML>
26596 <HEAD>
26597 <TITLE>OPTION: Font Style</TITLE>
26598 </HEAD>
26599 <BODY>
26600 <H1>OPTION: Font Style</H1>
26602 PC-Alpine only.
26604 Style of normal font.
26606 Use the pulldown Config menu to modify this variable.
26608 <UL>   
26609 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26610 </UL><P>
26611 &lt;End of help on this topic&gt;
26612 </BODY>
26613 </HTML>
26614 ====== h_config_font_char_set =====
26615 <HTML>
26616 <HEAD>
26617 <TITLE>OPTION: Font Character Set</TITLE>
26618 </HEAD>
26619 <BODY>
26620 <H1>OPTION: Font Character Set</H1>
26622 PC-Alpine only.
26624 Character set of normal font.
26626 Use the pulldown Config menu to modify this variable.
26628 <UL>   
26629 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26630 </UL><P>
26631 &lt;End of help on this topic&gt;
26632 </BODY>
26633 </HTML>
26634 ====== h_config_print_font_name =====
26635 <HTML>
26636 <HEAD>
26637 <TITLE>OPTION: Print-Font-Name</TITLE>
26638 </HEAD>
26639 <BODY>
26640 <H1>OPTION: Print-Font-Name</H1>
26642 PC-Alpine only.
26644 Name of printer font.
26646 Use the pulldown Config menu to modify this variable.
26648 <UL>   
26649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26650 </UL><P>
26651 &lt;End of help on this topic&gt;
26652 </BODY>
26653 </HTML>
26654 ====== h_config_print_font_size =====
26655 <HTML>
26656 <HEAD>
26657 <TITLE>OPTION: Print-Font-Size</TITLE>
26658 </HEAD>
26659 <BODY>
26660 <H1>OPTION: Print-Font-Size</H1>
26662 PC-Alpine only.
26664 Size of printer font.
26666 Use the pulldown Config menu to modify this variable.
26668 <UL>   
26669 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26670 </UL><P>
26671 &lt;End of help on this topic&gt;
26672 </BODY>
26673 </HTML>
26674 ====== h_config_print_font_style =====
26675 <HTML>
26676 <HEAD>
26677 <TITLE>OPTION: Print-Font-Style</TITLE>
26678 </HEAD>
26679 <BODY>
26680 <H1>OPTION: Print-Font-Style</H1>
26682 PC-Alpine only.
26684 Style of printer font.
26686 Use the pulldown Config menu to modify this variable.
26688 <UL>   
26689 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26690 </UL><P>
26691 &lt;End of help on this topic&gt;
26692 </BODY>
26693 </HTML>
26694 ====== h_config_print_font_char_set =====
26695 <HTML>
26696 <HEAD>
26697 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
26698 </HEAD>
26699 <BODY>
26700 <H1>OPTION: Print-Font-Char-Set</H1>
26702 PC-Alpine only.
26704 Character set of printer font.
26706 Use the pulldown Config menu to modify this variable.
26708 <UL>   
26709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26710 </UL><P>
26711 &lt;End of help on this topic&gt;
26712 </BODY>
26713 </HTML>
26714 ====== h_config_window_position =====
26715 <HTML>
26716 <HEAD>
26717 <TITLE>OPTION: Window-Position</TITLE>
26718 </HEAD>
26719 <BODY>
26720 <H1>OPTION: Window-Position</H1>
26722 PC-Alpine only.
26724 Position on the screen of the Alpine window.
26726 Alpine normally maintains this variable itself, and it is set automatically. 
26727 This variable is provided to those who wish to use the same window position 
26728 across different machines from the same configuration.
26729 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
26730 must also be set for this setting to be used.
26732 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
26733 C is the number of columns, R is the number of rows, and X and Y specify the
26734 top left corner of the window.
26736 <UL>   
26737 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26738 </UL><P>
26739 &lt;End of help on this topic&gt;
26740 </BODY>
26741 </HTML>
26742 ====== h_config_cursor_style =====
26743 <HTML>
26744 <HEAD>
26745 <TITLE>OPTION: Cursor Style</TITLE>
26746 </HEAD>
26747 <BODY>
26748 <H1>OPTION: Cursor Style</H1>
26750 PC-Alpine only.
26752 Cursor style.
26754 Use the pulldown Config menu to modify this variable.
26756 <UL>   
26757 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26758 </UL><P>
26759 &lt;End of help on this topic&gt;
26760 </BODY>
26761 </HTML>
26762 ====== h_config_ldap_servers =====
26763 <HTML>
26764 <HEAD>
26765 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
26766 </HEAD>
26767 <BODY>
26768 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
26770 List of LDAP servers and associated data.
26772 Use the Setup/Directory screen to modify this variable.
26774 <UL>   
26775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26776 </UL><P>
26777 &lt;End of help on this topic&gt;
26778 </BODY>
26779 </HTML>
26780 ====== h_config_sendmail_path =====
26781 <HTML>
26782 <HEAD>
26783 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
26784 </HEAD>
26785 <BODY>
26786 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
26788 This names the path to an
26789 alternative program, and any necessary arguments, to be used in posting
26790 mail messages. See the Technical notes for more information.
26792 <UL>   
26793 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26794 </UL><P>
26795 &lt;End of help on this topic&gt;
26796 </BODY>
26797 </HTML>
26798 ====== h_config_oper_dir =====
26799 <HTML>
26800 <HEAD>
26801 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
26802 </HEAD>
26803 <BODY>
26804 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
26806 This names the root of the
26807 tree to which you are restricted when reading and writing folders and
26808 files. It is usually used in the system-wide,
26809 <EM>fixed</EM> configuration file.
26811 <UL>   
26812 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26813 </UL><P>
26814 &lt;End of help on this topic&gt;
26815 </BODY>
26816 </HTML>
26817 ====== h_config_rshpath =====
26818 <HTML>
26819 <HEAD>
26820 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
26821 </HEAD>
26822 <BODY>
26823 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
26825 Sets the name of the command used to open a UNIX remote shell
26826 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
26828 <UL>   
26829 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26830 </UL><P>
26831 &lt;End of help on this topic&gt;
26832 </BODY>
26833 </HTML>
26834 ====== h_config_rshcmd =====
26835 <HTML>
26836 <HEAD>
26837 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
26838 </HEAD>
26839 <BODY>
26840 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
26842 Sets the format of the command used to
26843 open a UNIX remote shell connection. The default is
26844 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26845 provided command. The first is for the command's pathname, the second is
26846 for the host to connect to, the third is for the user to connect as, and
26847 the fourth is for the connection method (typically <CODE>imap</CODE>).
26849 <UL>   
26850 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26851 </UL><P>
26852 &lt;End of help on this topic&gt;
26853 </BODY>
26854 </HTML>
26855 ====== h_config_sshpath =====
26856 <HTML>
26857 <HEAD>
26858 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
26859 </HEAD>
26860 <BODY>
26861 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
26863 Sets the name of the command used to open a UNIX secure shell
26864 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
26866 <UL>   
26867 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26868 </UL><P>
26869 &lt;End of help on this topic&gt;
26870 </BODY>
26871 </HTML>
26872 ====== h_config_sshcmd =====
26873 <HTML>
26874 <HEAD>
26875 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
26876 </HEAD>
26877 <BODY>
26878 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
26880 Sets the format of the command used to
26881 open a UNIX secure shell connection. The default is
26882 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26883 provided command. The first is for the command's pathname, the second is
26884 for the host to connect to, the third is for the user to connect as, and
26885 the fourth is for the connection method (typically <CODE>imap</CODE>).
26887 <UL>   
26888 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26889 </UL><P>
26890 &lt;End of help on this topic&gt;
26891 </BODY>
26892 </HTML>
26893 ====== h_config_new_ver_quell =====
26894 <HTML>
26895 <HEAD>
26896 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
26897 </HEAD>
26898 <BODY>
26899 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
26901 When a new version of Alpine is run for the first time it offers a
26902 special explanatory screen to the user upon startup.  This option
26903 helps control when and if that special screen appears for users that
26904 have previously run Alpine.  It takes as its value an Alpine version
26905 number.  Alpine versions less than the specified value will suppress this
26906 special screen while versions equal to or greater than that specified
26907 will behave normally.
26909 <UL>   
26910 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26911 </UL><P>
26912 &lt;End of help on this topic&gt;
26913 </BODY>
26914 </HTML>
26915 ====== h_config_disable_drivers =====
26916 <HTML>
26917 <HEAD>
26918 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
26919 </HEAD>
26920 <BODY>
26921 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
26923 This variable is a list of mail drivers that will be disabled.
26924 The candidates for disabling are listed below.
26925 There may be more in the future if you compile Alpine with
26926 a newer version of the c-client library.
26929 <UL>
26930 <LI> mbox
26931 <LI> mbx
26932 <LI> mh
26933 <LI> mmdf
26934 <LI> mtx
26935 <LI> mx
26936 <LI> news
26937 <LI> phile
26938 <LI> tenex
26939 <LI> unix
26940 </UL>
26943 The <EM>mbox</EM> driver enables the following behavior: if there is a
26944 file called <CODE>mbox</CODE>
26945 in your home directory, and if that file is either empty or in Unix mailbox
26946 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
26947 will automatically transfer mail from the system mail spool directory into the
26948 <CODE>mbox</CODE> file and
26949 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
26950 this will not happen.
26953 It is not recommended to disable the driver that supports the system default
26954 mailbox format. On most non-SCO systems, that driver is the
26955 <EM>unix</EM> driver.
26956 On most SCO systems, it is the <EM>mmdf</EM> driver.
26957 The system default driver may be
26958 configured to something else on your system; check with your system manager
26959 for additional information.
26962 It is most likely not very useful for you to disable any of the drivers other
26963 than possibly <EM>mbox</EM>.
26964 You could disable some of the others if you know for
26965 certain that you don't need them but the performance gain in doing so
26966 is very modest.
26968 <UL>   
26969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26970 </UL><P>
26971 &lt;End of help on this topic&gt;
26972 </BODY>
26973 </HTML>
26974 ====== h_config_disable_auths =====
26975 <HTML>
26976 <HEAD>
26977 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
26978 </HEAD>
26979 <BODY>
26980 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
26982 This variable is a list of SASL (Simple Authentication and Security
26983 Layer) authenticators that will be disabled.
26984 SASL is a mechanism for
26985 authenticating to IMAP, POP3, SMTP, and other network servers.
26988 Alpine matches its list of supported authenticators with the server to
26989 determine the most secure authenticator that is supported by both.
26990 If no matching authenticators are found, Alpine will revert to plaintext
26991 login (or, in the case of SMTP, will be unable to authenticate at all).
26993 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
26996 Normally, you will not disable any authenticators.
26997 There are two exceptions:
26999 <OL>
27000 <LI> You use a broken server that advertises an authenticator,
27001 but does not actually implement it.
27002 <LI> You have a Kerberos-capable version of Alpine and the server is
27003 also Kerberos-capable, but you can not obtain Kerberos
27004 credentials on the server machine, thus you desire to disable
27005 GSSAPI (which in turn disables Alpine's Kerberos support).
27006 </OL>
27008 It is never necessary to disable authenticators, since Alpine will try
27009 other authenticators before giving up.
27010 However, disabling the relevant authenticator avoids annoying error messages.
27012 <UL>   
27013 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27014 </UL><P>
27015 &lt;End of help on this topic&gt;
27016 </BODY>
27017 </HTML>
27018 ====== h_config_encryption_range =====
27019 <HTML>
27020 <HEAD>
27021 <TITLE>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></TITLE>
27022 </HEAD>
27023 <BODY>
27024 <H1>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></H1>
27026 This option sets a range of encryption protocols that can be attempted when
27027 Alpine will try to establish a secure connection using the SSL or TLS
27028 protocols.
27031 Before a secure connection to an external server is established, Alpine and the
27032 server will attempt to negotiate a secure connection. This part is known as the
27033 &quot;ClientHello&quot;. At that time Alpine will announce the version of
27034 encryption that it would like to establish. The server can reject that, and announce
27035 a different version of encryption. Once both the server and Alpine have found
27036 a version of encryption that they both agree on, they will both use it to start
27037 a secure connection.
27040 The use of the /ssl parameter in the definition of the server will make Alpine
27041 attempt the highest encryption protocol that it can use, in agreement with the
27042 server. However, using this option, you will set limits to the versions of
27043 the protocols that are used. This would, for example, allow you to disable the use
27044 of ssl3, in favor of more modern protocols. 
27047 For purposes of this option, the protocols are sorted 
27048 as follows
27051 <CENTER>
27052 no_min < ssl3 < tls1 < tls1_1 < tls1_2 < tls1_3 < no_max
27053 </CENTER>
27056 For example, if you want to disable ssl3, all you have to do is to set the minimum 
27057 version to tls1, or any higher protocol. 
27059 <P>The name of the parameters used to configure this option is the same as the 
27060 parameters that are added to the definition of a server to make it a secure 
27061 connection, and they are listed above for your reference.
27064 The special values &quot;no_min&quot; and &quot;no_max&quot; do not set values
27065 for the minimum and maximum protocol versions, and Alpine will use the maximum
27066 and minimum values of encryption protocols built into your SSL library.
27069 <UL>   
27070 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27071 </UL><P>
27072 &lt;End of help on this topic&gt;
27073 </BODY>
27074 </HTML>
27075 ====== h_config_abook_metafile =====
27076 <HTML>
27077 <HEAD>
27078 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
27079 </HEAD>
27080 <BODY>
27081 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
27083 This is usually set by Alpine and is the name of a file
27084 that contains data about
27085 remote address books and remote configuration files.
27087 <UL>   
27088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27089 </UL><P>
27090 &lt;End of help on this topic&gt;
27091 </BODY>
27092 </HTML>
27093 ====== h_config_composer_wrap_column =====
27094 <HTML>
27095 <HEAD>
27096 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
27097 </HEAD>
27098 <BODY>
27099 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
27102 This option specifies an aspect of Alpine's Composer.  This gives the
27103 maximum width that auto-wrapped lines will have.  It's also the maximum
27104 width of lines justified using the <A HREF="h_compose_justify">^J
27105 Justify</A> command.  The normal default
27106 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
27107 in order to
27108 prevent very long lines from being sent in outgoing mail.  When the mail
27109 is actually sent, trailing spaces will be stripped off of each line.
27112 <UL>   
27113 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27114 </UL><P>
27115 &lt;End of help on this topic&gt;
27116 </BODY>
27117 </HTML>
27118 ====== h_config_deadlets =====
27119 <HTML>
27120 <HEAD>
27121 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
27122 </HEAD>
27123 <BODY>
27124 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
27127 This option affects Alpine's behavior when you cancel a message being
27128 composed.  Alpine's usual behavior is to write the canceled message to
27129 a file named 
27130 <!--chtml if pinemode="os_windows"-->
27131 &quot;DEADLETR&quot;,
27132 <!--chtml else-->
27133 &quot;dead.letter&quot; in your home directory,
27134 <!--chtml endif-->
27135 overwriting any previous message.
27137 If you set this option to a value higher than one, then that many copies
27138 of dead letter files will be saved.
27139 For example, if you set this option to &quot;3&quot; then you may have
27140 files named
27141 <!--chtml if pinemode="os_windows"-->
27142 &quot;DEADLETR&quot;,
27143 &quot;DEADLETR2&quot;, and
27144 &quot;DEADLETR3&quot;.
27145 <!--chtml else-->
27146 &quot;dead.letter&quot;,
27147 &quot;dead.letter2&quot;, and
27148 &quot;dead.letter3&quot; in your home directory.
27149 <!--chtml endif-->
27150 In this example, the most recently cancelled message will be in
27151 <!--chtml if pinemode="os_windows"-->
27152 &quot;DEADLETR&quot;,
27153 <!--chtml else-->
27154 &quot;dead.letter&quot;,
27155 <!--chtml endif-->
27156 and the third most recently cancelled message will be in
27157 <!--chtml if pinemode="os_windows"-->
27158 &quot;DEADLETR3&quot;.
27159 <!--chtml else-->
27160 &quot;dead.letter3&quot;.
27161 <!--chtml endif-->
27162 The fourth most recently cancelled message will no longer be saved.
27165 If you set this option to zero, then NO record of canceled messages is
27166 maintained.
27168 If the feature
27169 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
27170 is set, that overrides whatever you set for this option.
27171 If this option had existed at the time, then the Quell feature would not
27172 have been added, but it is still there for backwards compatibility.
27173 So, in order for this option to have the desired effect, make sure the
27174 Quell feature is turned off.
27177 <UL>   
27178 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27179 </UL><P>
27180 &lt;End of help on this topic&gt;
27181 </BODY>
27182 </HTML>
27183 ====== h_config_maxremstream =====
27184 <HTML>
27185 <HEAD>
27186 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
27187 </HEAD>
27188 <BODY>
27189 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
27191 This option affects low-level behavior of Alpine.
27192 The default value for this option is <EM>3</EM>.
27193 If your INBOX is accessed using the IMAP protocol
27194 from an IMAP server, that connection is kept open throughout the
27195 duration of your Alpine session, independent of the value of this option.
27196 The same is true of any 
27197 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27198 you have defined.
27199 This option controls Alpine's behavior when connecting to remote IMAP folders
27200 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
27201 It specifies the maximum number of remote IMAP connections (other than
27202 those mentioned above) that Alpine will use for accessing the rest of your
27203 folders.
27204 If you set this option to zero, you will turn off most remote connection
27205 re-use.
27206 It's difficult to understand exactly what this option does, and it is usually
27207 fine to leave it set to its default value.
27208 It is probably more likely that you will be interested in setting the
27209 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
27210 instead of changing the value of this option.
27211 A slightly longer explanation of what is going on with this option
27212 is given in the next paragraphs.
27215 There are some time costs involved in opening and closing remote IMAP 
27216 folders, the main costs being the time you have to wait for the connection
27217 to the server and the time for the folder to open.
27218 Opening a folder may involve not only the time the server takes to do its
27219 processing but time that Alpine uses to do filtering.
27220 These times can vary widely.
27221 They depend on how loaded the server is, how large
27222 the folder being opened is, and how you set up filtering, among other things.
27223 Once Alpine has opened a connection to a particular folder, it will attempt
27224 to keep that connection open in case you use it again.
27225 In order to do this,
27226 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
27227 this option) IMAP connections you have allotted for this purpose.
27229 For example, suppose the value of this option is set to &quot;2&quot;.
27230 If your INBOX is accessed on a remote server using the IMAP protocol, that
27231 doesn't count as one of the remote connections but it is always kept open.
27232 If you then open another IMAP folder, that would be your first
27233 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
27234 If you open a third folder the second will be left open, in case you
27235 return to it.
27236 You won't be able to tell it has been left open.
27237 It will appear to be closed when you leave the folder but the connection
27238 will remain in the background.
27239 Now suppose you go back to the second folder (the first folder after the
27240 INBOX).
27241 A connection to that folder is still open so you won't have to wait
27242 for the startup time to open it.
27243 Meanwhile, the connection to the third folder will be left behind.
27244 Now, if you open a fourth folder, you will bump into the
27245 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
27246 than INBOX and you have the option set to &quot;2&quot;.
27247 The connection that is being used for
27248 the third folder will be re-used for this new fourth folder.
27249 If you go back to the third folder after this, it is no longer already
27250 connected when you get there.
27251 You'll still save some time since Alpine will re-use the connection to the
27252 fourth folder and you have already logged in on that connection,
27253 but the folder will have to be re-opened from scratch.
27255 If a folder is large and the startup cost is dominated by the time it takes
27256 to open that folder or to run filters on it, then it will pay to make the
27257 value of this option large enough to keep it open.
27258 On the other hand, if you only revisit a handful of folders or if
27259 the folders are small, then it might
27260 make more sense to keep this number small so that the reconnect
27261 time (the time to start up a new connection and authenticate)
27262 is eliminated instead.
27264 You may also need to consider the impact on the server.
27265 On the surface, a larger number here may cause a larger impact on the
27266 server, since you will have more connections open to the server.
27267 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
27268 associated with reopening a folder, but the <EM>server</EM> will be
27269 avoiding those costs as well.
27271 When twenty five minutes pass without any active use of an IMAP connection
27272 being saved for possible re-use, that connection will be shut down,
27275 <UL>   
27276 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27277 </UL><P>
27278 &lt;End of help on this topic&gt;
27279 </BODY>
27280 </HTML>
27281 ====== h_config_permlocked =====
27282 <HTML>
27283 <HEAD>
27284 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
27285 </HEAD>
27286 <BODY>
27287 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
27289 This option affects low-level behavior of Alpine.
27290 There is no default value for this option.
27291 It is related to the options
27292 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
27293 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
27294 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
27297 Note: changes made to this list take effect the next time you open a
27298 folder in the list.
27301 This is a list of folders that will be permanently kept open once they
27302 are first opened.
27303 The names in this list may be either the nickname of an Incoming folder
27304 or the full technical specification of a folder.
27305 The folders in this list need not be remote IMAP folders, they could usefully
27306 be local folders, as well.
27307 If a folder in the list is a newsgroup or is not accessed either locally
27308 or via IMAP, then the entry will be ignored.
27309 For example, folders accessed via NNTP or POP3 will not be kept open, since
27310 the way that new mail is found with those protocols involves closing and
27311 reopening the connection.
27313 Once a Stay Open folder has been opened, new-mail checking will continue
27314 to happen on that folder for the rest of the Alpine session.
27315 Your INBOX is always implicitly included in this Stay-Open list and doesn't
27316 need to be added explicitly.
27318 Another difference that you may notice between a Stay Open folder and a
27319 non-Stay Open folder is which message is selected as the current message
27320 when you enter the folder index.
27321 Normally, the starting position for an incoming folder (which most Stay Open
27322 folders will likely be) is controlled by the
27323 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
27324 However, if a folder is a Stay Open folder, when you re-enter the folder
27325 after the first time the current message will be the same as it was when
27326 you left the folder.
27327 An exception is made if you use the TAB command to get to the folder.
27328 In that case, the message number will be incremented by one from what it
27329 was when you left the folder.
27331 The above special behavior is thought to be useful.
27332 However, it is special and different from what you might at first expect.
27333 The feature
27334 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
27335 may be used to turn off this special treatment.
27337 If the message that was current when you left the folder no longer exists,
27338 then the regular startup rule will be used instead.
27341 <UL>   
27342 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27343 </UL><P>
27344 &lt;End of help on this topic&gt;
27345 </BODY>
27346 </HTML>
27347 ====== h_config_viewer_overlap =====
27348 <html>
27349 <header>
27350 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
27351 </header>
27352 <body>
27353 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
27355 This option specifies an aspect of Alpine's Message Viewing screen.  When
27356 the space bar is used to page forward in a message, the number of lines
27357 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
27358 bottom of the screen.  That is, if this was set to two lines, then the
27359 bottom two lines of the screen would be repeated on the top of the next
27360 screen.  The normal default value is "2".<p>
27361 <UL>   
27362 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27363 </UL><P>
27364 &lt;End of help on this topic&gt;
27365 </body>
27366 </html>
27367 ====== h_config_scroll_margin =====
27368 <HTML>
27369 <HEAD>
27370 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
27371 </HEAD>
27372 <BODY>
27373 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
27375 This option controls when Alpine's line-by-line scrolling occurs.
27376 Typically, when a selected item is at the top or bottom screen edge
27377 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
27378 displayed items are scrolled down or up by a single line.
27381 This option allows you to tell Alpine the number of lines from the top and
27382 bottom screen edge that line-by-line paging should occur.  For example,
27383 setting this value to one (1) will cause Alpine to scroll the display
27384 vertically when you move to select an item on the display's top or
27385 bottom edge.
27388 By default, this variable is zero, indicating that scrolling happens
27389 when you move up or down to select an item immediately off the display's
27390 top or bottom edge.
27393 <UL>   
27394 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27395 </UL><P>
27396 &lt;End of help on this topic&gt;
27397 </BODY>
27398 </HTML>
27399 ====== h_config_wordseps =====
27400 <HTML>
27401 <HEAD>
27402 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
27403 </HEAD>
27404 <BODY>
27405 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
27407 This option affects how a &quot;word&quot; is defined in the composer.
27408 The definition of a word is used when using the Forward Word and Backward
27409 Word commands in the composer, as well as when using the spell checker.
27410 Whitespace is always considered a word separator.
27411 Punctuation (like question marks, periods, commas, and so on) is always
27412 a word separator if it comes at the end of a word.
27413 By default, a punctuation character that is in the middle of a word does
27414 not break up that word as long as the character before and the character
27415 after it are both alphanumeric.
27416 If you add a character to this option it will be considered a
27417 word separator even when it occurs in the middle of an alphanumeric word.
27418 For example, if you want to skip through each part of an address instead
27419 of skipping the whole address at once you might want to include &quot;@&quot;
27420 and &quot;.&quot; in this list.
27421 If you want the word-skipper to stop on each part of a UNIX filename you
27422 could add &quot;/&quot; to the list.
27423 The equal sign and dash are other possibilities you might find helpful.
27425 <UL>   
27426 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27427 </UL><P>
27428 &lt;End of help on this topic&gt;
27429 </BODY>
27430 </HTML>
27431 ====== h_config_reply_indent_string =====
27432 <HTML>
27433 <HEAD>
27434 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
27435 </HEAD>
27436 <BODY>
27437 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
27439 This option specifies an aspect of Alpine's Reply command.
27440 When a message is replied to and the text of the message is included, the
27441 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
27442 to each line indicating it is quoted text.
27443 (In case you haven't seen this before, &quot;string&quot; is a technical term
27444 that means chunk of text.)
27447 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
27448 in 1999 and its wide-spread adoption since then, you will usually be better off if you
27449 use one of the standard values,
27450 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
27453 This option specifies a different value for that string.
27454 If you wish to use a string that begins or ends with a space,
27455 enclose the string in double quotes.
27458 Besides simple text, the prepended string can be based
27459 on the message being replied to.
27460 The following tokens are substituted for the message's corresponding value:
27462 <DL>
27463 <DT>_FROM_</DT>
27464 <DD>This token gets replaced with the message sender's &quot;username&quot;.
27465 If the name is longer than six characters, only the first six characters are
27466 used.
27467 </DD>
27469 <DT>_NICK_</DT>
27470 <DD>This token gets replaced with the nickname of the message sender's
27471 address as found in your addressbook.
27472 If no addressbook entry is found,
27473 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
27474 If the nickname is longer than six characters, only the first six characters are
27475 used.
27476 </DD>
27478 <DT>_INIT_</DT>
27479 <DD>This token gets replaced with the initials of the sender of the message.
27480 </DD>
27482 </DL>
27484 NOTE: When the
27485 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
27486 feature is enabled, you are given the opportunity to edit the string, whether 
27487 it is the default or one automatically generated using the above tokens.
27489 If you change your <!--#echo var="VAR_reply-indent-string"-->
27490 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
27491 quoted text will not be flowed
27492 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
27493 when you reply.
27494 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
27495 set to the default value.
27497 <UL>   
27498 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27499 </UL><P>
27500 &lt;End of help on this topic&gt;
27501 </BODY>
27502 </HTML>
27503 ====== h_config_quote_replace_string =====
27504 <HTML>
27505 <HEAD>
27506 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
27507 </HEAD>
27508 <BODY>
27509 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
27511 This option specifies what string to use as a quote when <b>viewing</b> a
27512 message.  The standard way of quoting messages when replying is the string
27513 &quot;&gt;&nbsp;&quot; (quote space).
27514 With this variable set, viewing a message will
27515 replace occurrences of 
27516 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
27517 This setting works best when
27518 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
27519 or the equivalent setting in your correspondents' mail programs
27520 is set to the default
27521 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
27522 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
27524 By default, this setting will only work on messages that are flowed, which is
27525 the default way of sending messages for many mail clients including
27526 Alpine.  Enable the feature
27527 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
27528 to also have quote-replacement performed on non-flowed messages.
27531 Setting this option will replace  &quot;&gt;&quot; and 
27532 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
27533 spaces. To preserve those spaces enclose the full string in double quotes.
27535 No padding to separate the text of the message from the quote string is
27536 added. This means that if you do not add trailing spaces to the value of
27537 this variable, text will be displayed right next to the quote string,
27538 which may be undesirable. This can be avoided by adding a new string
27539 separated by a space from your selection of quote string replacement. This
27540 last string will be used for padding. For example, setting this variable to 
27541 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
27542 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
27543 a space from the last quote string to make it more readable.
27545 One possible setting for this variable could be
27546 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
27547 would have the effect of indenting each level of quoting four spaces and
27548 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
27549 more discernible by setting colors for quoted text.
27551 Replying to or forwarding the viewed message will preserve the original
27552 formatting of the message, so quote-replacement will not be performed on
27553 messages that are being composed.
27555 <UL>   
27556 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27557 </UL><P>
27558 &lt;End of help on this topic&gt;
27559 </BODY>
27560 </HTML>
27561 ====== h_config_empty_hdr_msg =====
27562 <HTML>
27563 <HEAD>
27564 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
27565 </HEAD>
27566 <BODY>
27567 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
27569 When sending, if both the To and Cc fields are empty and you
27570 are sending the message to a Bcc,
27571 Alpine will put a special address in the To line.  The default value is:
27574 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
27577 The reason for this is to avoid embarrassment caused by some Internet
27578 mail transfer software that interprets a &quot;missing&quot;
27579 <SAMP>To:</SAMP> header as an error and replaces it with an
27580 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
27581 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
27582 Bcc.  You may change the part of this message that comes before the
27583 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
27584 variable to something else.
27587 The normal default is &quot;undisclosed-recipients&quot;.
27590 <UL>   
27591 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27592 </UL><P>
27593 &lt;End of help on this topic&gt;
27594 </BODY>
27595 </HTML>
27596 ====== h_config_status_msg_delay =====
27597 <HTML>
27598 <HEAD>
27599 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
27600 </HEAD>
27601 <BODY>
27602 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
27604 This option has evolved over time, causing the possible values to be
27605 counter-intuitive.
27606 Read carefully before you set this option.
27607 First we explain what the option does, then there is a longer discussion
27608 following that.
27610 If this is set to zero, the default value, it has <EM>no</EM> effect.
27611 Positive and negative values serve two similar, but different purposes.
27613 If it is set to a positive number, it causes the cursor to move to the
27614 status line whenever a status message is printed and pause there for this
27615 many seconds.
27616 It will probably only be useful if the 
27617 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
27618 also turned on.
27619 Setting this option to a positive number can only be used to
27620 <EM>increase</EM> the status message delay.
27621 This may be useful for Braille displays, or other non-traditional displays.
27623 If it is set to a negative number the interpretation is a bit complicated.
27624 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
27625 allow you to read important status messages.
27626 Of course, this may cause you to miss some important messages.
27627 If you see a message flash by but miss what it says you can use the
27628 Journal command from the MAIN MENU to read it.
27629 If you set this option to a negative value, the delay will be
27630 no more than one second less than the absolute value
27631 of the value you set.
27632 So if you set it to -1, the delay will be no more than zero seconds, no
27633 delay at all.
27634 If you set it to -2, the delay will be no more than 1 second.
27635 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
27636 If the delay that Alpine would have used by default is less than this delay,
27637 then the smaller delay set by Alpine will be used.
27638 Setting this option to a negative value can only reduce the amount of
27639 delay, never increase it.
27641 Here is a more detailed explanation.
27642 Status messages are the messages that show up spontaneously in the
27643 status message line, usually the third line from the bottom of the screen.
27644 By default, Alpine assigns each status message it produces a minimum
27645 display time.
27646 Some status messages have a minimum display time of zero.
27647 You can see an example of such a message by paging up in this help text
27648 until you reach the top of the screen.
27649 If you try to page past the top you will see the message
27651 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
27653 in the status line.
27654 If there is another more important use of the status message line this message
27655 might be replaced quickly, or it even might not be shown at all.
27656 However, if there is no reason to get rid of the message, it might stay
27657 there for several seconds while you read the help.
27658 An example where it is replaced immediately happens when you page up in
27659 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
27660 command right after paging up.
27661 The message will disappear immediately without causing a delay (unless you
27662 have set this option to a positive value) to allow you to type input for
27663 the &quot;WhereIs&quot; command.
27664 Since it isn't a very important message, Alpine has set its minimum display
27665 time to zero seconds.
27667 Other messages have minimum display times of three or more seconds.
27668 These are usually error messages that Alpine thinks you ought to see.
27669 For example, it might be a message about a failed Save or a failed folder open.
27670 It is often the case that this minimum display time won't delay you in
27671 any way because the status message line is not needed for another reason.
27672 However, there are times when Alpine has to delay what it is doing in
27673 order to display a status message for the minimum display time.
27674 This happens when a message is being displayed and Alpine wants to ask
27675 for input from the keyboard.
27676 For example, when you Save a message you use the status message line.
27677 You get a prompt there asking for the name of the folder to save to.
27678 If there is a status message being displayed that has not
27679 yet displayed for its minimum
27680 time Alpine will display that status message surrounded with the characters
27681 &gt; and &lt; to show you that it is delaying.
27682 That might happen, for example, if you tried to save to a folder that
27683 caused an error, then followed that immediately with another Save command.
27684 You might find yourself waiting for a status message like
27686 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
27688 to finish displaying for three seconds.
27689 If that is something you find happening to you frequently, you may use
27690 negative values of this option to decrease or eliminate that delay, at
27691 the risk of missing the message.
27693 <UL>   
27694 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27695 </UL><P>
27696 &lt;End of help on this topic&gt;
27697 </BODY>
27698 </HTML>
27699 ====== h_config_active_msg_interval =====
27700 <HTML>
27701 <HEAD>
27702 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
27703 </HEAD>
27704 <BODY>
27705 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
27707 When Alpine is delayed for some reason it usually shows that
27708 something is happening with a small animated display in the status
27709 message line near the bottom of the screen.
27710 This option sets how frequently the characters (for example, a spinning bar)
27711 in the active status message lines are updated.
27712 At most, it can be set to be updated 20 times per second. 
27715 Setting this value to zero will prevent display of the animations
27716 altogether.
27719 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
27720 can be used to remove the randomness from this animated display.
27723 <UL>   
27724 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27725 </UL><P>
27726 &lt;End of help on this topic&gt;
27727 </BODY>
27728 </HTML>
27729 ====== h_config_mailchecknoncurr =====
27730 <HTML>
27731 <HEADER>
27732 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
27733 </HEADER>
27734 <BODY>
27735 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
27737 This option is closely related to the
27738 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27739 option, as well as the
27740 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
27741 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
27742 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
27743 new-mail checking is disabled and this option will have no effect.
27745 Normally this option is set to zero, which means that the value used will be
27746 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
27747 If you set this option to a value different from zero
27748 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
27749 then that is the check interval that will be used
27750 for folders that are not the currently open folder or the INBOX.
27751 You may not even have any folders that are noncurrent and not the INBOX.
27752 If you do, it is likely that they are due to
27753 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27754 you have configured.
27755 This option also affects the rate of mail checking done on cached
27756 connections to folders you previously had open but are no longer actively
27757 using.
27758 You aren't expected to understand that last sentence, but if you are interested
27759 take a look at
27760 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
27761 and the related options.
27763 <UL>   
27764 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27765 </UL><P>
27766 &lt;End of help on this topic&gt;
27767 </BODY>
27768 </HTML>
27769 ====== h_config_fifopath =====
27770 <HTML>
27771 <HEADER>
27772 <TITLE>OPTION: NewMail FIFO Path</TITLE>
27773 </HEADER>
27774 <BODY>
27775 <H1>OPTION: NewMail FIFO Path</H1>
27777 This option is only available in UNIX Alpine.
27778 However, there is a very similar feature built in to PC-Alpine.
27779 In PC-Alpine's Config menu at the top of the screen
27780 is an option called &quot;New Mail Window&quot;.
27782 You may have Alpine create a FIFO special file (also called a named pipe) where
27783 it will send a one-line message each time a new message is received in
27784 the current folder, the INBOX, or any open
27785 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
27786 To protect against two different Alpines both writing to the same FIFO, Alpine
27787 will only create the FIFO and write to it if it doesn't already exist.
27789 A possible way to use this option would be to have a separate window
27790 on your screen running the command
27792 <CENTER><SAMP>cat filename</SAMP></CENTER>
27794 where &quot;filename&quot; is the name of the file given for this option.
27795 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
27796 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
27797 You may be tempted to use &quot;tail -f filename&quot; to view the new
27798 mail log.
27799 However, the common implementations of the tail command will not do what you
27800 are hoping.
27802 The width of the messages produced for the FIFO may be altered with the
27803 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
27805 On some systems, fifos may only be created in a local filesystem.
27806 In other words, they may not be in NFS filesystems.
27807 This requirement is not universal.
27808 If the system you are using supports it, it should work.
27809 (It is often the case that your home directory is in an NFS filesystem.
27810 If that is the case, you might try using a file in the &quot;/tmp&quot;
27811 filesystem, which is usually a local filesystem.)
27812 Even when it is possible to use an NFS-mounted filesystem as a place to name
27813 the fifo (for example, your home directory), it will still be the case that
27814 the reader (probably the &quot;cat&quot; command) and the
27815 writer (Alpine) of the fifo must be running on the same system.
27817 <UL>   
27818 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27819 </UL><P>
27820 &lt;End of help on this topic&gt;
27821 </BODY>
27822 </HTML>
27823 ====== h_config_newmailwidth =====
27824 <HTML>
27825 <HEADER>
27826 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
27827 </HEADER>
27828 <BODY>
27829 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
27831 For UNIX Alpine, this option is only useful if you have turned on the
27832 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
27833 That option causes new mail messages to be sent to a fifo file.
27834 Those messages will be 80 characters wide by default.
27835 You can change the width of those messages by changing this option.
27836 For example, if you are reading those messages in another window you might
27837 want to set this width to the width of that other window.
27839 If you are using PC-Alpine, it has an option in the Config menu to turn
27840 on the &quot;New Mail Window&quot;.
27841 This present option also controls the width of that window.
27843 <UL>   
27844 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27845 </UL><P>
27846 &lt;End of help on this topic&gt;
27847 </BODY>
27848 </HTML>
27849 ====== h_config_mailcheck =====
27850 <HTML>
27851 <HEADER>
27852 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
27853 </HEADER>
27854 <BODY>
27855 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
27857 This option specifies, in seconds,
27858 how often Alpine will check for new mail.
27859 If set to zero, new-mail checking is disabled.
27860 (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
27861 current message is the last message of the folder.)
27862 There is a minimum value for this option, normally 15 seconds.
27863 The default value is normally 150 seconds.
27864 The higher you set this option, the easier it is on the server.
27866 There are some situations where automatic new-mail checking does not work.
27867 See the discussion about new-mail checking in
27868 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
27870 The new-mail checking will not happen exactly at the frequency that you specify.
27871 For example, Alpine may elect to defer a non-INBOX mail check if you
27872 are busy typing.
27873 Or, it may check more frequently than you have specified if that is
27874 thought to be necessary to keep the server from closing the connection
27875 to the folder due to inactivity.
27876 If Alpine checks for new mail as a side effect of another command, it will reset
27877 the timer, so that new-mail checking may seem to happen irregularly instead of
27878 every X seconds like clockwork.
27880 If you are anxious to know about new mail as soon as possible, set the check
27881 interval low, and you'll know about the new mail by approximately
27882 that amount of time after it arrives.
27883 If you aren't so worried about knowing right away, set this option to a
27884 higher value.
27885 That will save the server some processing time and may save you some of
27886 the time you spend waiting for new-mail checks to happen if you are
27887 dealing with a slow server or slow network connection.
27889 If you suspect that new-mail checking is causing slow downs for you,
27890 you may want to look into the options
27891 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
27892 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
27893 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
27894 which refine when mail checking is done.
27896 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
27897 there is a minimum time
27898 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
27899 between new-mail checks.
27900 Because of this minimum you may notice that new mail does not
27901 appear promptly when you expect it.
27902 The reason for this is to protect the server from over-zealous opening and
27903 closing of the Mail Drop folder, since that is a costly operation.
27905 <UL>   
27906 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27907 </UL><P>
27908 &lt;End of help on this topic&gt;
27909 </BODY>
27910 </HTML>
27911 ====== h_config_quell_checks_comp =====
27912 <HTML>
27913 <HEAD>
27914 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
27915 </HEAD>
27916 <BODY>
27917 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
27919 This option is closely related to the
27920 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27921 option, the
27922 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27923 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
27925 If this option is set, then the normal new-mail checking that happens
27926 while you are composing will not happen for folders other than your
27927 INBOX (which depends on the setting
27928 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
27930 You might want to set this option if you are experiencing delays while
27931 composing that you think might be related to the speed of the new-mail
27932 checks.
27934 Even with this option turned on, an occasional new-mail check may be done
27935 in order to keep the server from killing the connection to the folder.
27936 For example, IMAP servers may remove a connection to a folder if there
27937 has been no activity on the connection for 30 minutes or more.
27938 Instead of letting that happen, Alpine will check for new mail before the
27939 30 minutes is up even though you have turned on this feature to quell
27940 those checks.
27942 Besides new-mail checks, checkpoint operations on the folders
27943 will also be quelled when you set this option.
27944 The purpose of checkpointing is to write the changes to a folder out to
27945 disk periodically in order to avoid losing those changes when system or
27946 software problems occur.
27947 New-mail checking and checkpointing while you are not composing are not
27948 affected by this option.
27951 &lt;End of help on this topic&gt;
27952 </BODY>
27953 </HTML>
27954 ====== h_config_quell_checks_comp_inbox =====
27955 <HTML>
27956 <HEAD>
27957 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
27958 </HEAD>
27959 <BODY>
27960 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
27962 This option is closely related to the
27963 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27964 option, the
27965 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27966 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
27968 If this option is set, then the normal new-mail checking that happens
27969 while you are composing will not happen for your INBOX.
27970 Checking of other folders is controlled in a similar way with the
27971 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
27973 You might want to set this option if you are experiencing delays while
27974 composing that you think might be related to the speed of the new-mail
27975 checks.
27977 Even with this option turned on, an occasional new-mail check may be done
27978 in order to keep the server from killing the connection to the folder.
27979 For example, IMAP servers may remove a connection to a folder if there
27980 has been no activity on the connection for 30 minutes or more.
27981 Instead of letting that happen, Alpine will check for new mail before the
27982 30 minutes is up even though you have turned on this feature to quell
27983 those checks.
27985 Besides new-mail checks, checkpoint operations on the INBOX
27986 will also be quelled when you set this option.
27987 The purpose of checkpointing is to write the changes to a folder out to
27988 disk periodically in order to avoid losing those changes when system or
27989 software problems occur.
27990 New-mail checking and checkpointing while you are not composing are not
27991 affected by this option.
27993 &lt;End of help on this topic&gt;
27994 </BODY>
27995 </HTML>
27996 ====== h_config_maildropcheck =====
27997 <HTML>
27998 <HEADER>
27999 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
28000 </HEADER>
28001 <BODY>
28002 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
28004 New-mail checking for a
28005 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
28006 mail checking for a regular folder.
28007 One of the differences is that the connection to the Mail Drop is not
28008 kept open and so the cost of checking
28009 (delay for you and additional load for the server) may be significant.
28010 Because of this additional cost we set a minimum time that
28011 must pass between checks.
28012 This minimum only applies to the automatic checking done by Alpine.
28013 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
28014 at the end of a folder index, then the check is done right away.
28016 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
28017 new-mail checks.
28018 You may want to set this minimum high in order to avoid experiencing some
28019 of the delays associated with the checks.
28020 Note that the time between checks is still controlled by the regular
28021 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
28022 When Alpine is about to do an automatic check for new mail (because
28023 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
28024 new-mail check
28025 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
28026 the Mail Drop is checked for new mail as well.
28027 Therefore, it is only useful to set this option to a value that is higher
28028 than the <!--#echo var="VAR_mail-check-interval"-->.
28030 If this option is set to zero, automatic Mail Drop new-mail
28031 checking is disabled.
28032 There is a minimum value, normally 60 seconds.
28033 The default value is normally 60 seconds as well.
28034 This applies to the INBOX and to the currently open folder if that is
28035 different from the INBOX.
28038 <UL>   
28039 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28040 </UL><P>
28041 &lt;End of help on this topic&gt;
28042 </BODY>
28043 </HTML>
28044 ====== h_config_nntprange =====
28045 <HTML>
28046 <HEADER>
28047 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
28048 </HEADER>
28049 <BODY>
28050 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
28052 This option applies only to newsgroups accessed using the NNTP protocol.
28053 It does not, for example,
28054 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
28057 When you open a connection to a News server using the NNTP protocol, you
28058 normally have access to all of the articles in each newsgroup.
28059 If a server keeps a large backlog of messages it may speed performance
28060 some to restrict attention to only the newer messages in a group.
28061 This option allows you to set how many article numbers should be checked
28062 when opening a newsgroup.
28063 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
28064 of messages you ever want to see.
28065 For example, if you only ever wanted to look at the last 500 messages in each
28066 newsgroup you could set this option to 500.
28067 In actuality, it isn't quite that.
28068 Instead, for performance reasons, it specifies the range of article
28069 numbers to be checked, beginning
28070 with the highest numbered article and going backwards from there.
28071 If there are messages that have been canceled or deleted
28072 their article numbers are still counted as part of the range.
28074 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
28075 numbers
28076 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
28078 to be considered when reading a newsgroup.
28079 The number of messages that show up in your index will be less than or equal
28080 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
28083 The purpose of this option is simply to speed up access when reading news.
28084 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
28085 numbers, and can avoid downloading any information about the ignored articles.
28086 There is a cost you pay for this speedup.
28087 That cost is that there is no way for you to see those ignored articles.
28088 The articles that come before the range you specify are invisible to you and
28089 to Alpine, as if they did not exist at all.
28090 There is no way to see those messages using, for example, an unexclude command
28091 or something similar.
28092 The only way to see those articles is to set this option high enough (or
28093 set it to zero) and then to reopen the newsgroup.
28096 If this option is set to 0 (which is also the default),
28097 then the range is unlimited.
28098 This option applies globally to all NNTP servers and to all newsgroups
28099 on those servers.
28100 There is no way to set different values for different newsgroups or servers.
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_news_active =====
28110 <html>
28111 <header>
28112 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
28113 </header>
28114 <body>
28115 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
28117 This option tells Alpine where to look for the "active file" for newsgroups
28118 when accessing news locally, rather than via NNTP.  The default path is
28119 usually "/usr/lib/news/active".<p>
28120 <UL>   
28121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28122 </UL><P>
28123 &lt;End of help on this topic&gt;
28124 </body>
28125 </html>
28126 ====== h_config_news_spool =====
28127 <html>
28128 <header>
28129 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
28130 </header>
28131 <body>
28132 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
28134 This option tells Alpine where to look for the "news spool" for newsgroups
28135 when accessing news locally, rather than via NNTP.  The default path is
28136 usually "/var/spool/news".<p>
28137 <UL>   
28138 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28139 </UL><P>
28140 &lt;End of help on this topic&gt;
28141 </body>
28142 </html>
28143 ====== h_config_image_viewer =====
28144 <html>
28145 <header>
28146 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
28147 </header>
28148 <body>
28149 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
28150 <body>
28151 This option specifies the program Alpine should call to view MIME
28152 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
28153 no longer needed, but remains for backward compatibility.  The more
28154 general method for associating external printing and viewing programs with
28155 specific MIME data types is to use the system's (or your personal)
28156 "mailcap" configuration file.<p>
28157 <UL>   
28158 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28159 </UL><P>
28160 &lt;End of help on this topic&gt;
28161 </body>
28162 </html>
28163 ====== h_config_domain_name =====
28164 <HTML>
28165 <HEAD>
28166 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
28167 </HEAD>
28168 <BODY>
28169 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
28171 This option is used only if the 
28172 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
28173 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
28174 strips the hostname from your return (&quot;From&quot;) address and when 
28175 completing unqualified addresses that you enter into the composer.
28177 If you set this, see also the <A HREF="h_config_quell_local_lookup">
28178 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
28181 <!--chtml if pinemode="os_windows"-->
28182 <P>This option is not applicable to PC-Alpine.
28183 <!--chtml else-->
28185 <!--chtml endif-->
28186 <UL>
28187 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28188 </UL>
28190 &lt;End of help on this topic&gt;
28191 </BODY>
28192 </HTML>
28193 ====== h_config_prune_date =====
28194 <HTML>
28195 <HEAD>
28196 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
28197 </HEAD>
28198 <BODY>
28199 <H1>OPTION: Last-Time-Prune Question</H1>
28201 This value records the last time you were asked about deleting old
28202 sent-mail.
28203 It is set automatically by Alpine at the beginning of each month.
28204 In the past, if you wished to suppress the monthly sent-mail
28205 pruning feature, you could set this to a date in the future.
28206 This value is relative to the year 1900, so 
28207 to set this, for example, to October 2005, use 105.10.
28209 You can still do that if you wish, or you can use the
28210 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
28211 a little more convenient to use.
28213 <UL>   
28214 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28215 </UL><P>
28216 &lt;End of help on this topic&gt;
28217 </BODY>
28218 </HTML>
28219 ====== h_config_goto_default =====
28220 <HTML>
28221 <HEAD>
28222 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
28223 </HEAD>
28224 <BODY>
28225 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
28227 This value affects Alpine's behavior when you use the Goto command.
28228 Alpine's usual behavior has two parts.  If your current folder is
28229 &quot;Inbox&quot;, Alpine will offer the last open folder as the
28230 default.  If the current folder is other than &quot;Inbox&quot;,
28231 &quot;Inbox&quot; is offered as the default.
28234 The available options include:
28236 <DL>
28238  <DT>folder-in-first-collection</DT>
28240  <DD> Alpine will offer the most recently visited folder in the default
28241 collection found in the &quot;Collection List&quot; screen as the default.
28242 </DD>
28244  <DT> inbox-or-folder-in-first-collection</DT>
28246  <DD> If the current folder is &quot;Inbox&quot;,
28247 Alpine will offer the most recently visited folder in the
28248 default collection found in the &quot;Collection List&quot; screen.
28249 If the current folder is other than &quot;Inbox&quot;,
28250 &quot;Inbox&quot; is offered as the default.
28251 </DD>
28253  <DT> inbox-or-folder-in-recent-collection</DT>
28255  <DD> This is Alpine's default behavior.
28256 If the current folder is &quot;Inbox&quot;,
28257 Alpine will offer the last open
28258 folder as the default.
28259 If the current folder is other than &quot;Inbox&quot;,
28260 &quot;Inbox&quot; is offered as the default.
28261 </DD>
28263  <DT> first-collection-with-inbox-default</DT>
28265  <DD> Instead of offering the most recently visited folder in the default
28266 collection, the default collection is offered but with &quot;Inbox&quot; as
28267 the default folder.
28268 If you type in a folder name it will be in the default collection.
28269 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
28270 </DD>
28272  <DT> most-recent-folder</DT>
28274  <DD> The last accepted value simply causes the most recently opened
28275 folder to be offered as the default regardless of the currently opened
28276 folder.
28277 </DD>
28278 </DL>
28281 NOTE: The default while a newsgroup is open remains the same; the last
28282 open newsgroup.
28285 <UL>   
28286 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28287 </UL><P>
28288 &lt;End of help on this topic&gt;
28289 </BODY>
28290 </HTML>
28291 ====== h_config_thread_lastreply_char =====
28292 <HTML>
28293 <HEAD>
28294 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
28295 </HEAD>
28296 <BODY>
28297 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
28299 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
28300 INDEX display when using a
28301 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
28302 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
28303 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
28304 The value of this option is a single character.
28305 This character is used instead of the vertical line character when there are
28306 no more replies directly to the parent of the current message.
28307 It can be used to &quot;round-off&quot; the bottom of the vertical line
28308 by setting it to a character such as a backslash (&#92;) or
28309 a backquote (&#96;).
28310 The default value of this option is the backslash character (&#92;).
28311 This option may not be set to the Empty Value.
28312 In that case, the default will be used instead.
28315 <UL>   
28316 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28317 </UL><P>
28318 &lt;End of help on this topic&gt;
28319 </BODY>
28320 </HTML>
28321 ====== h_config_thread_indicator_char =====
28322 <HTML>
28323 <HEAD>
28324 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
28325 </HEAD>
28326 <BODY>
28327 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
28329 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
28330 INDEX display when using a
28331 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28332 than &quot;none&quot; and sorting by Threads or OrderedSubject.
28333 The value of this option is a single character.
28334 This character is used to indicate that part of a thread (a conversation) is
28335 hidden beneath a message.
28336 The message could be expanded
28337 if desired with the &quot;/&quot; Collapse/Expand command.
28338 By default, the value of this option is the greater than sign (&gt;).
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_exp_char"><!--#echo var="VAR_threading-expanded-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_exp_char =====
28357 <HTML>
28358 <HEAD>
28359 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
28360 </HEAD>
28361 <BODY>
28362 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
28364 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
28365 INDEX display when using a
28366 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28367 than &quot;none&quot;.
28368 The value of this option is a single character.
28369 This character is used to indicate that part of a thread has been expanded
28370 and could be collapsed if desired with
28371 the &quot;/&quot; Collapse/Expand command.
28372 By default, the value of this option is a dot (.).
28374 If this option is set to the Empty Value, then the column (and the following
28375 blank column) will be deleted from the display.
28378 This option is closely related to the
28379 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
28380 Another similar option that affects the thread display is the
28381 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28384 <UL>   
28385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28386 </UL><P>
28387 &lt;End of help on this topic&gt;
28388 </BODY>
28389 </HTML>
28390 ====== h_config_thread_index_style =====
28391 <HTML>
28392 <HEAD>
28393 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
28394 </HEAD>
28395 <BODY>
28396 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
28398 When a folder is sorted by Threads or OrderedSubject,
28399 this option will affect the INDEX displays.
28402 The possible values for this option are:
28404 <DL>
28405 <DT>regular-index-with-expanded-threads</DT>
28406 <DD>This is the default display.
28407 If the configuration option
28408 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28409 is set to something other than &quot;none&quot;, then this setting
28410 will cause Alpine to start off with a MESSAGE INDEX with all of
28411 the threads expanded.
28412 That is, each message will have a line in the MESSAGE INDEX display.
28413 The Collapse/Expand command (/) may be used to manually collapse or
28414 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28416 This setting affects the display when the folder is first threaded.
28417 The collapsed state may also be re-initialized by re-sorting the folder manually
28418 using the SortIndex command ($).
28419 After re-sorting the threads will once again all be expanded, even if you
28420 have previously collapsed some of them.
28422 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
28423 the display will be the regular default Alpine MESSAGE INDEX, but sorted
28424 in a different order.
28425 </DD>
28427 <DT>regular-index-with-collapsed-threads</DT>
28428 <DD>If the configuration option
28429 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28430 is set to something other than &quot;none&quot;, then this setting
28431 will cause Alpine to start out with all of the threads collapsed instead of
28432 starting out with all of the threads expanded.
28433 The Collapse/Expand command (/) may be used to manually collapse or
28434 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28436 This setting affects the display when the folder is first threaded.
28437 The collapsed state may also be re-initialized by re-sorting the folder manually
28438 using the SortIndex command ($).
28439 After re-sorting the threads will once again all be collapsed, even if you
28440 have previously expanded some of them.
28441 </DD>
28443 <DT>separate-index-screen-always</DT>
28444 <DD>With this setting and the next, you will see an index of threads
28445 instead of an
28446 index of messages, provided you have sorted by Threads or OrderedSubject.
28448 The THREAD INDEX contains a '*' in the first column if any message in the thread
28449 is marked Important.
28450 If not, it contains a '+' if any message in the thread is to you.
28451 The second column is blank. The third column contains a 'D' if all of the
28452 messages in the thread are deleted.
28453 Otherwise, it contains an 'N' if any of the messages in the thread are New.
28455 When you view a particular thread from the THREAD INDEX you will be
28456 in the MESSAGE INDEX display
28457 but the index will only contain messages from the thread you are viewing.
28458 </DD>
28460 <DT>separate-index-screen-except-for-single-messages</DT>
28461 <DD>This is very similar to the option above.
28462 When you are in the THREAD INDEX, one of the available commands
28463 is &quot;ViewThd&quot;.
28464 With the setting &quot;separate-index-screen-always&quot; (the option above)
28465 when you view a particular thread you will be in the
28466 MESSAGE INDEX display and the index will only contain messages from
28467 the thread you are viewing.
28468 If the thread you are viewing consists of a single message, the MESSAGE INDEX
28469 will be an index with only one message in it.
28470 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
28471 setting instead, then that index that contains a single message
28472 will be skipped and you will go directly from the THREAD INDEX into the
28473 MESSAGE TEXT screen.
28474 </DD>
28476 </DL>
28479 <UL>   
28480 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28481 </UL><P>
28482 &lt;End of help on this topic&gt;
28483 </BODY>
28484 </HTML>
28485 ====== h_config_thread_disp_style =====
28486 <HTML>
28487 <HEAD>
28488 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
28489 </HEAD>
28490 <BODY>
28491 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
28493 When a folder is sorted by Threads or OrderedSubject,
28494 this option will affect the MESSAGE INDEX display.
28495 By default, Alpine will display the MESSAGE INDEX in the
28496 &quot;show-thread-structure&quot; style if a folder is sorted
28497 by Threads or OrderedSubject.
28500 The possible values for this option are:
28502 <DL>
28503 <DT>none</DT>
28504 <DD>Regular index display.
28505 The same index line as would be displayed without threading is used.
28506 The only difference will be in the order of the messages.
28507 </DD>
28509 <DT>show-thread-structure</DT>
28510 <DD>Threaded Subjects will be indented and vertical bars and horizontal
28511 lines will be added to make it easier to see the relationships among
28512 the messages in a thread (a conversation).
28513 </DD>
28515 <DT>mutt-like</DT>
28516 <DD>This is the same as the option above except that the Subject
28517 is suppressed (is blank) if it matches the previous Subject in the thread.
28518 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
28519 Here is an example of what a mutt-like index might look like.
28520 In this example, the first column represents the message number, the
28521 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
28522 is set to &quot;regular-index-with-expanded-threads&quot;, and the
28523 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
28524 is set to a backslash:
28525 <PRE>
28526 &nbsp;&nbsp;&nbsp;1    Some topic
28527 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
28528 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
28529 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
28530 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
28531 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
28532 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
28533 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
28534 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
28535 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
28536 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
28537 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
28538 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
28539 &nbsp;&nbsp;&nbsp;14    Next topic
28540 </PRE>
28541 </DD>
28543 <DT>indent-subject-1</DT>
28544 <DD>Threaded Subjects will be indented one space per level of the conversation.
28545 The bars and lines that show up in the show-thread-structure display will
28546 not be there with this style.
28547 </DD>
28549 <DT>indent-subject-2</DT>
28550 <DD>Same as above but indent two spaces per level instead of one space.
28551 </DD>
28553 <DT>indent-from-1</DT>
28554 <DD>Similar to indent-subject-1, except that instead of indenting the
28555 Subject field one space the From field of a thread will be indented one
28556 space per level of the conversation.
28557 </DD>
28559 <DT>indent-from-2</DT>
28560 <DD>Same as above but indent two spaces per level instead of one space.
28561 </DD>
28563 <DT>show-structure-in-from</DT>
28564 <DD>The structure of the thread is illustrated with indenting, vertical bars,
28565 and horizontal lines just like with the show-thread-structure option, but
28566 the From field is used to show the relationships instead of the Subject field. 
28567 </DD>
28569 </DL>
28572 <UL>   
28573 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28574 </UL><P>
28575 &lt;End of help on this topic&gt;
28576 </BODY>
28577 </HTML>
28578 ====== h_config_pruning_rule =====
28579 <HTML>
28580 <HEAD>
28581 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
28582 </HEAD>
28583 <BODY>
28584 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
28586 By default, Alpine will ask at the beginning of each month whether or not
28587 you want to rename your sent-mail folder to a name like sent-mail-month-year.
28588 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
28589 change the format of the folder to sent-mail-yyyy-mm.)
28590 It will also ask whether you would like to delete old sent-mail folders.
28591 If you have defined
28592 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
28594 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
28595 Alpine will also ask about pruning those folders.
28598 With this option you may provide an automatic answer to these questions.
28599 The default value is to ask you what you'd like to do.
28602 The six possible values for this option are:
28604 <DL>
28605 <DT>ask about rename, ask about deleting</DT>
28606 <DD>This is the default.
28607 Alpine will ask whether you want to rename the folders and whether you
28608 want to delete each of the old folders.
28609 </DD>
28611 <DT>ask about rename, don't delete</DT>
28612 <DD>Alpine will ask whether you want to rename the folders, but won't
28613 ask about or delete old folders.
28614 </DD>
28616 <DT>always rename, ask about deleting</DT>
28617 <DD>This means you want to always answer yes and have Alpine automatically
28618 rename the folder if possible.
28619 You will also be asked about deleting old folders.
28620 </DD>
28622 <DT>always rename, don't delete</DT>
28623 <DD>This means you want to always answer yes and have Alpine automatically
28624 rename the folder if possible.
28625 There will be no deleting of old folders.
28626 </DD>
28628 <DT>don't rename, ask about deleting</DT>
28629 <DD>This means you want to always answer no.
28630 Alpine will not rename the folder.
28631 You will be asked about deleting old folders.
28632 </DD>
28634 <DT>don't rename, don't delete</DT>
28635 <DD>This means you want to always answer no.
28636 Alpine will not rename the folder.
28637 There will be no deleting of old folders, either.
28638 </DD>
28639 </DL>
28642 <UL>   
28643 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28644 </UL><P>
28645 &lt;End of help on this topic&gt;
28646 </BODY>
28647 </HTML>
28648 ====== h_config_reopen_rule =====
28649 <HTML>
28650 <HEAD>
28651 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
28652 </HEAD>
28653 <BODY>
28654 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
28656 Alpine normally checks for new mail in the currently open folder
28657 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
28660 There are some situations where automatic new-mail checking does not work.
28661 For example, if a mail folder is opened using the POP protocol or a newsgroup
28662 is being read using the NNTP protocol, then new-mail checking is disabled.
28665 It may be possible to check for new mail in these cases by reopening the
28666 folder.
28667 Alpine does not do this for you automatically, but you may do the commands
28668 manually to cause this to happen.
28669 You reopen by going back to the folder list screen from the message
28670 index screen with the &quot;&lt;&quot; command,
28671 and then going back into the message index screen with
28672 the &quot;&gt;&quot; command.
28673 (Actually, any method you would normally use to open a folder will work the
28674 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
28675 For example, the GoTo Folder command will work, or you may use L to go to the
28676 Folder List screen and Carriage Return to reopen the folder.)
28679 There are some cases where Alpine knows that reopening the folder should
28680 be useful as a way to discover new mail.
28681 At the time of this writing, connections made using the POP protocol,
28682 news reading using the NNTP protocol, local news reading, and local
28683 ReadOnly folders that are in the traditional UNIX or the MMDF format all
28684 fall into this category.
28685 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
28686 has no way of knowing, so it might also just be an exercise in futility.
28687 All remote, ReadOnly folders other than those listed just above fall into this
28688 category.
28689 The setting of this option together with the type of folder
28690 controls how Alpine will react to the apparent attempt to reopen a folder.
28693 If you don't reopen, then you will just be back in
28694 the message index with no change.
28695 You left the index and came back, but the folder remained &quot;open&quot;
28696 the whole time.
28697 However, if you do reopen the folder, the folder is closed and then reopened.
28698 In this case, the current state of the open folder is lost.
28699 The New status, Important and Answered flags,
28700 selected state, Zoom state, collapsed or expanded state of threads,
28701 current message number,
28702 and any other temporary state is all lost when the reopen happens.
28703 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
28706 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
28707 several places.
28708 That really implies the case where Alpine knows it is a good way to discover
28709 new mail, which is more than just POP and NNTP, but POP and NNTP are
28710 the cases of most interest.
28711 This option probably has more possible values than it deserves. They are:
28713 <DL>
28714 <DT>Always reopen</DT>
28715 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
28716 whenever you type a command that implies a reopen, regardless of the
28717 access method.
28718 In other words, it is assumed you would always answer Yes if asked
28719 about reopening.
28720 </DD>
28722 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
28723 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28724 will ask you whether to reopen other remote folders,
28725 with a default answer of Yes.
28726 </DD>
28728 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
28729 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28730 will ask you whether to reopen other remote folders,
28731 with a default answer of No.
28732 </DD>
28734 <DT>Yes for POP/NNTP, No for other remote</DT>
28735 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
28736 will assume a No answer for all other remote folders.
28737 </DD>
28739 <DT>Always ask [Yes]</DT>
28740 <DD>Alpine will not differentiate based on access method.
28741 It will always ask for all remote folders, with a default answer of Yes.
28742 </DD>
28744 <DT>Always ask [No]</DT>
28745 <DD>Alpine will not differentiate based on access method.
28746 It will always ask for all remote folders, with a default answer of No.
28747 </DD>
28749 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
28750 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
28751 of Yes.
28752 It will never attempt to reopen other remote folders.
28753 </DD>
28755 <DT>Ask about POP/NNTP [No], No for other remote</DT>
28756 <DD>This is the default.
28757 Alpine will ask if the access method is POP or NNTP, with a default answer
28758 of No.
28759 It will never attempt to reopen other remote folders.
28760 </DD>
28762 <DT>Never reopen</DT>
28763 <DD>Alpine will never attempt to reopen already open folders.
28764 </DD>
28765 </DL>
28768 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
28769 any of the other situations where it is likely that reopening is a good way
28770 to discover new mail.
28773 There is an alternative that may be of useful in some situations.
28774 Instead of manually checking for new mail you can set up a
28775 <A HREF="h_maildrop">Mail Drop</A>
28776 and automatically check for new mail.
28779 <UL>   
28780 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28781 </UL><P>
28782 &lt;End of help on this topic&gt;
28783 </BODY>
28784 </HTML>
28785 ====== h_config_inc_startup =====
28786 <HTML>
28787 <HEAD>
28788 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
28789 </HEAD>
28790 <BODY>
28791 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
28793 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
28794 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
28795 It determines which message will be the <EM>current message</EM> when
28796 the folder is first opened.
28797 The default value is &quot;first-unseen&quot;.
28800 The seven possible values for this option are:
28802 <DL>
28803 <DT>first-unseen</DT>
28804 <DD>The current message is set to the first
28805 unseen message that has not been marked deleted, or the last message if
28806 all of the messages have been seen previously.
28807 Messages which have not been seen or which have been seen but re-marked
28808 as New are considered unseen messages.
28809 See the note at the bottom of this help about newsgroups.
28810 </DD>
28812 <DT>first-recent</DT>
28813 <DD>Similar to the default, but rather than starting on the first
28814 unseen message Alpine starts on the first <EM>recent</EM> message.
28815 A message is recent if it arrived since the last time the folder was
28816 open.  This value causes the current message to be set to the first
28817 recent message if there is one, otherwise to the last
28818 message in the folder.
28819 </DD>
28821 <DT>first-important</DT>
28822 <DD>This will result in the current message being set to the first
28823 message marked Important (but not Deleted).
28824 If no messages are marked Important, then it will be the last message.
28825 Messages are marked Important by <EM>you</EM>, not by the sender, using
28827 <A HREF="h_common_flag">Flag command</A>.
28828 Or they may be marked Important by an Alpine
28829 <A HREF="h_mainhelp_filtering">Filter</A>
28830 that you have set up.
28831 </DD>
28833 <DT>first-important-or-unseen</DT>
28834 <DD>This selects the first of the first unseen and the first important
28835 messages.
28836 </DD>
28838 <DT>first-important-or-recent</DT>
28839 <DD>This selects the first of the first recent and the first important
28840 messages.
28841 </DD>
28843 <DT>first</DT>
28844 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
28845 If all messages are deleted you start on the last message.
28846 </DD>
28848 <DT>last</DT>
28849 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
28850 If all messages are deleted you start on the last message.
28851 </DD>
28852 </DL>
28855 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
28856 &quot;first-recent&quot; are the same and are affected by whether or not the
28857 feature 
28858 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
28859 is turned on. 
28860 Also, there is no permanent storage in news for an Important flag.
28861 This means that no messages will be marked Important when a newsgroup is
28862 first opened.
28865 <UL>   
28866 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28867 </UL><P>
28868 &lt;End of help on this topic&gt;
28869 </BODY>
28870 </HTML>
28871 ====== h_config_browser =====
28872 <HTML>
28873 <HEAD>
28874 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
28875 </HEAD>
28876 <BODY>
28877 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
28878 <!--chtml if pinemode="os_windows"-->
28879 PC-Alpine users do not need to enter anything here, unless:<UL>
28880 <LI> they want to override, for use with Alpine, the application defined
28881 in the Windows operating system for handling URLs; or
28882 <LI> they are (planning on) using the same configuration file with 
28883 Unix Alpine.
28884 </UL>
28886 Note that if using a viewer that has a space in its path, you should
28887 use the DOS name for that directory or file. Example:
28888 <PRE>
28889 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
28890 </PRE>
28891 <HR><P>
28892 <!--chtml endif-->
28893 This option affects Alpine's handling of URLs that are found in 
28894 messages you read.  Normally, only URLs Alpine can handle directly
28895 are automatically offered for selection in the &quot;Message
28896 Text&quot; screen.  When one or more applications
28897 capable of deciphering URLs on their command line are added here, Alpine
28898 will choose the first available to display URLs it cannot handle directly.
28899 A viewer's availability is based on its being specified with a <B>full
28900 directory path</B> and the evaluation of any optionally supplied
28901 parameters described below.
28904 Additionally, to support various connection methods and applications, each
28905 entry in this list can optionally begin with one or more of
28906 the following special tokens.  The allowed tokens include:
28909 <DL>
28910 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
28911 <DD>
28912 The <VAR>test-string</VAR> is a shell command that Alpine will run to
28913 evaluate a viewer's availability.  The command specified by the test
28914 string is run and if its resulting exit status is non-zero, Alpine will
28915 not consider the associated viewer for use.
28916 </DD>
28918 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
28919 <DD>
28920 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
28921 URL schemes that are to be used with the associated viewer.  This is
28922 the way to configure Alpine to recognize URLs other than the built-in set.
28924 It can also be used to override Alpine's built-in handlers.
28925 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
28926 and Alpine would use (provided it passed all other criteria) the associated
28927 viewer when it encountered a URL of the form &quot;news:comp.mail.pine&quot;.
28929 </DD>
28930 </DL>
28933 By default, Alpine will simply append a space character followed by the
28934 selected URL prior to launching the command in your specified SHELL.  You can
28935 optionally specify where in the command the selected URL should appear
28936 by using the &quot;_URL_&quot; token.  All occurrences found in the command
28937 will be replaced with the selected URL before the command is handed
28938 to the shell.  If such replacement occurs, the default appending of the
28939 selected URL does not take place.
28942 NOTE: If the viewer you specify has any command-line arguments,
28943 including the &quot;_URL_&quot; token, you will need to add a
28944 double-quote character before the command path and after the last
28945 argument (see the &quot;lynx&quot; example below).
28948 So, here are some example entries:
28949 <PRE>
28950 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/bin/firefox
28951               &quot;/usr/bin/lynx _URL_&quot;
28952               C:&#92;BIN&#92;FIREFOX.BAT
28953 </PRE>
28955 This example shows that for the first viewer in the list to be used
28956 the environment variable &quot;DISPLAY&quot; must be defined.  If it
28957 is, then the path and file &quot;/usr/bin/firefox&quot; must exist.
28958 If neither condition is met,
28959 then the path and file &quot;/usr/bin/lynx&quot; must exist.
28960 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL.
28961 If the path to &quot;lynx&quot; is invalid,
28962 then the final path and file C:&#92;BIN&#92;FIREFOX.BAT must exist.
28963 Note that the last
28964 entry is a DOS/Windows path.  This is one way to support Alpine running
28965 on more than one architecture with the same configuration file.<P>
28967 <!--chtml if pinemode="os_windows"-->
28968 <!--chtml else-->
28969 Note that depending on the type of browser used and the method of 
28970 its invocation (such as whether it will open in a separate window) from
28971 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
28972 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
28973 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
28974 In other words, launching the browser from Alpine may make Alpine 
28975 &quot;disappear&quot; (although it is still &quot;running&quot;)
28976 until you close the browser again.<P>  
28977 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28978 environment: for advanced users and  systems administrators</A>
28979 </UL>
28980 <!--chtml endif-->
28981 <P>If you are unsure what browsers are available on your system or how to 
28982 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
28983 local computing support staff.
28984 <P><UL>
28985 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28986 </UL>
28988 &lt;End of help on this topic&gt;
28989 </BODY>
28990 </HTML>
28991 ====== h_config_history =====
28992 <HTML>
28993 <HEAD>
28994 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
28995 </HEAD>
28996 <BODY>
28997 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
28999 This option allows you to input a list of directories that Alpine will offer 
29000 for you to use when you are saving or exporting attachments. This is useful
29001 when navigating to specific directories becomes too tedious, or when you 
29002 need to do this on a daily basis, and want Alpine to remember this on a 
29003 permanent basis.
29005 The list of directories saved here can be accessed using the ^Y and ^V commands
29006 in the save prompt for attachments, or the export command.
29008 <P><UL>
29009 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29010 </UL>
29012 &lt;End of help on this topic&gt;
29013 </BODY>
29014 </HTML>
29015 ====== h_config_browser_xterm =====
29016 <HTML>
29017 <HEAD>
29018 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
29019 </HEAD>
29020 <BODY>
29021 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
29022 environment: for advanced users and  systems administrators</H1>
29023 If you are using Alpine with an X-terminal (emulator) and want to define an 
29024 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
29025 you may want to do so in a manner that causes any <B>already</B> 
29026 invoked viewer application to be used for viewing URLs you select from Alpine 
29027 messages, and a <B>new</B> URL-viewer process to be 
29028 started <B>only</B> if the same application has <B>not already</B> 
29029 been launched -- for one reason, to avoid file-locking contentions among 
29030 multiple invocations of the same URL-viewer application.  
29031 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
29032 option does not do this.)  A method of doing that would be:<OL>
29033 <LI> use 
29034 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
29035 check (using commands appropriate for your Unix shell
29036 in place of <VAR>test-string</VAR>) for the presence of a 
29037 lockfile created by the URL-viewer application -- which implies that the 
29038 application is already running, though this is not foolproof. 
29039 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
29040 application with its appropriate command line option(s) to 
29041 show the URL selected from the Alpine message in an already open window of 
29042 that application, or perhaps in a new window of that application.  
29044 <LI> In the 
29045 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
29046 application without those command line options, but this time using the 
29047 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
29048 is defined.
29049 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
29050 windows environment (for instance, using VT-100 terminal emulation), you 
29051 may wish to specify a non-X windows URL-viewer application such as Lynx
29052 as the last entry.
29053 </OL><BR>
29054 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
29055 the command shell, the URL-viewer application(s), and possibly the specific 
29056 version of the latter, you are using.  
29058 Relevant command line options for firefox can be found at
29061 <CENTER><A HREF="https://wiki.mozilla.org/Firefox/CommandLineOptions">https://wiki.mozilla.org/Firefox/CommandLineOptions</A></CENTER>
29063 <P>(If the URL-viewer application is 
29064 <B>not</B> running on the same host as Alpine, but being launched from an 
29065 applications server, you may not be able to use the command line options for 
29066 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
29067 <UL>   
29068 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29069 </UL><P>
29070 &lt;End of help on this topic&gt;
29071 </BODY>
29072 </HTML>
29073 ====== h_config_enable_full_hdr =====
29074 <HTML>
29075 <HEAD>
29076 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
29077 </HEAD>
29078 <BODY>
29079 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
29081 This feature enables the &quot;H Full Headers&quot; command which toggles between
29082 the display of all headers in the message and the normal edited view of
29083 headers.  The Full Header command also controls which headers are included
29084 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
29085 Full Header mode will respect the
29086 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
29087 feature setting.)
29089 If Full Header mode is turned on and you Forward a message, you will
29090 be asked if you'd like to forward the message as an attachment, as opposed
29091 to including the text of the message in the body of your new message.
29093 If you have also turned on the
29094 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
29095 option then the Full Headers command actually rotates through three states
29096 instead of just two.
29097 The first is the normal view with long quotes suppressed.
29098 The second is the normal view but with the long quotes included.
29099 The last enables the display of all headers in the message.
29100 When using Export, Pipe, Print, Forward, or Reply the quotes are
29101 never suppressed, so the first two states are identical.
29103 Normally, the Header Mode will reset
29104 to the default behavior when moving to a new message.
29105 The mode can be made to persist from message to message by setting the feature
29106 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
29108 <UL>   
29109 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29110 </UL><P>
29111 &lt;End of help on this topic&gt;
29112 </BODY>
29113 </HTML>
29114 ====== h_config_enable_full_hdr_and_text =====
29115 <HTML>
29116 <HEAD>
29117 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
29118 </HEAD>
29119 <BODY>
29120 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
29122 This feature affects how the &quot;H Full Headers&quot; command displays
29123 message text.  If set, the raw message text will be displayed.  This
29124 especially affects MIME formatted email, where the entire MIME format
29125 will be displayed.  This feature similarly affects how messages are
29126 included for the Export, Pipe, Print, Forward, and Reply functions.
29128 When viewing a raw message that has attachments with this feature set,
29129 you will not be able to view attachments without first leaving full 
29130 headers mode.  This is because MIME parsing is not done on the raw message.
29132 <UL>   
29133 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29134 </UL><P>
29135 &lt;End of help on this topic&gt;
29136 </BODY>
29137 </HTML>
29138 ====== h_config_enable_pipe =====
29139 <HTML>
29140 <HEAD>
29141 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
29142 </HEAD>
29143 <BODY>
29144 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
29146 This feature enables the "| Pipe" command that sends the current message
29147 to the specified command for external processing.
29150 A short description of how the pipe command works is given
29151 <A HREF="h_pipe_command">here</A>.
29154 <UL>   
29155 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29156 </UL><P>
29157 &lt;End of help on this topic&gt;
29158 </BODY>
29159 </HTML>
29160 ====== h_config_quell_full_hdr_reset =====
29161 <HTML>
29162 <HEAD>
29163 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
29164 </HEAD>
29165 <BODY>
29166 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
29168 The <A HREF="h_common_hdrmode">HdrMode Command</A>
29169 normally resets to the default state when switching to a new message.
29170 For example, if you've used the &quot;H&quot; command to turn on Full
29171 Headers for a message you are viewing, and then you type the Next command
29172 to look at the next message, the full headers will no longer be shown.
29173 Setting this feature disables that reset.
29174 Instead, the Header Mode remains the same from message to message.
29177 The presence or absence of the HdrMode command is determined by the
29178 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
29179 Feature-List option.
29181 <UL>   
29182 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29183 </UL><P>
29184 &lt;End of help on this topic&gt;
29185 </BODY>
29186 </HTML>
29187 ====== h_config_enable_tab_complete =====
29188 <HTML>
29189 <HEAD>
29190 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
29191 </HEAD>
29192 <BODY>
29193 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
29195 This feature enables the TAB key when at a prompt for a filename. In this
29196 case, TAB will cause the partial name already entered to be automatically
29197 completed, provided the partial name is unambiguous.
29198 This feature is on by default.
29200 Similarly, this feature also enables TAB completion of address book
29201 nicknames when at a prompt for a nickname,
29202 when typing in an address field in the composer,
29203 or when selecting messages based on <A HREF="h_select_rule">rules</A> or <A HREF="h_mainhelp_keywords">keywords</A>.
29205 &lt;End of help on this topic&gt;
29206 </BODY>
29207 </HTML>
29208 ====== h_config_quit_wo_confirm =====
29209 <HTML>
29210 <HEAD>
29211 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
29212 </HEAD>
29213 <BODY>
29214 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
29216 This feature controls whether or not Alpine will ask for confirmation when a
29217 Quit command is received.
29219 &lt;End of help on this topic&gt;
29220 </BODY>
29221 </HTML>
29222 ====== h_config_quote_replace_noflow =====
29223 <HTML>
29224 <HEAD>
29225 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
29226 </HEAD>
29227 <BODY>
29228 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
29230 This feature, which is only active when
29231 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
29232 also set,
29233 enables quote-replacement on non-flowed messages.  It is off
29234 by default because a non-flowed message is more dependent on its format,
29235 and thus quote-replacement may cause less-than-pleasing results.
29236 Setting this feature will cause quote-replacement similar to that of flowed
29237 messages, but with the added possibility of long lines being wrapped
29238 into new lines if the Quote-Replacement-String is longer than the string
29239 it is replacing, which is &quot;&gt;&nbsp;&quot;.
29241 &lt;End of help on this topic&gt;
29242 </BODY>
29243 </HTML>
29244 ====== h_config_enable_jump =====
29245 <HTML>
29246 <HEAD>
29247 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
29248 </HEAD>
29249 <BODY>
29250 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
29252 When this feature is set you may enter a number (followed by RETURN)
29253 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
29254 screens.  In other words, it obviates the need for typing the "J" for the
29255 Jump command.
29257 &lt;End of help on this topic&gt;
29258 </BODY>
29259 </HTML>
29260 ====== h_config_enable_alt_ed =====
29261 <HTML>
29262 <HEAD>
29263 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
29264 </HEAD>
29265 <BODY>
29266 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
29268 If this feature is set (the default), and the 
29269 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29270 <B>is not</B> set, entering
29271 the ^_ (Ctrl-underscore) key while composing a message will prompt you
29272 for the name of the editor you would like to use.
29274 If the environment variable $EDITOR is set, its value will be offered as
29275 a default.
29277 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29278 <B>is</B> set, the ^_ key will activate the specified
29279 editor without prompting, in which case it is not necessary to
29280 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
29282 <UL>   
29283 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29284 </UL><P>
29285 &lt;End of help on this topic&gt;
29286 </BODY>
29287 </HTML>
29288 ====== h_config_alt_ed_now =====
29289 <HTML>
29290 <HEAD>
29291 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
29292 </HEAD>
29293 <BODY>
29294 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
29296 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
29297 variable are both set, Alpine will
29298 automatically activate the specified editor when the cursor is moved from
29299 the header of the message being composed into the message text.  For
29300 replies, the alternate editor will be activated immediately.  If this
29301 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
29302 automatically ask for the name of an alternate editor when the cursor
29303 is moved out of the header being composed, or if a reply is being done.
29305 <P><UL>
29306 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29307 </UL>
29309 &lt;End of help on this topic&gt;
29310 </BODY>
29311 </HTML>
29312 ====== h_config_enable_bounce =====
29313 <HTML>
29314 <HEAD>
29315 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
29316 </HEAD>
29317 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
29318 <BODY>
29320 Setting this feature enables the "B Bounce" command, which will prompt
29321 for an address and *remail* the message to the new recipient.  This command
29322 is used to re-direct messages that you have received in error, or need to
29323 be redirected for some other reason (e.g. list moderation).  The final
29324 recipient will see a header indicating that you have Resent the msg, but
29325 the message's From: header will show the original author of the message,
29326 and replies to it will go back to that author, and not to you.
29328 &lt;End of help on this topic&gt;
29329 </BODY>
29330 </HTML>
29331 ====== h_config_enable_agg_ops =====
29332 <HTML>
29333 <HEAD>
29334 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
29335 </HEAD>
29336 <BODY>
29337 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
29339 When this feature is set you may use the commands and subcommands that relate to
29340 performing operations on more than one message at a time.  We call these
29341 &quot;aggregate operations&quot;.  In particular, the 
29342 <!--chtml if pinemode="function_key"-->&quot;F5
29343 <!--chtml else-->&quot;;
29344 <!--chtml endif--> Select&quot;, 
29346 <!--chtml if pinemode="function_key"-->
29347 &quot;F6
29348 <!--chtml else-->
29349 &quot;A 
29350 <!--chtml endif-->
29351 Apply&quot;, and 
29352 <!--chtml if pinemode="function_key"-->
29353 &quot;F4
29354 <!--chtml else-->
29355 &quot;Z 
29356 <!--chtml endif-->
29357 Zoom&quot; commands are enabled by this feature.  Select is used to
29358 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
29359 then be used to apply any message command to all of the selected/tagged
29360 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
29361 view between just those Selected and all messages in the folder.
29363 This feature also enables the 
29364 <!--chtml if pinemode="function_key"-->
29365 &quot;F7&quot; 
29366 <!--chtml else-->
29367 &quot;^X&quot; 
29368 <!--chtml endif-->
29370 subcommand in the MESSAGE INDEX 
29371 WhereIs command that causes all messages matching the WhereIs argument to 
29372 become selected; and the Select, Select Current, and ZoomMode commands in the
29373 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
29375 Some related help topics are
29376 <UL>
29377 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29378 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29379 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
29380 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29381 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29382 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29383 </UL>
29385 <UL>   
29386 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29387 </UL><P>
29388 &lt;End of help on this topic&gt;
29389 </BODY>
29390 </HTML>
29392 ====== h_config_enable_flag =====
29393 <HTML>
29394 <HEAD>
29395 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
29396 </HEAD>
29397 <BODY>
29398 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
29400 Setting this feature enables the
29401 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
29402 command that allows you to
29403 manipulate the status flags associated with a message.  By default, Flag
29404 will set the "Important" flag, which results in an asterisk being
29405 displayed in column one of the MESSAGE INDEX for such messages.
29407 &lt;End of help on this topic&gt;
29408 </BODY>
29409 </HTML>
29410 ====== h_config_flag_screen_default =====
29411 <HTML>
29412 <HEAD>
29413 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
29414 </HEAD>
29415 <BODY>
29416 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
29418 The feature modifies the behavior of the
29419 <a href="h_common_flag">Flag</a>
29420 command (provided it too is
29421 <A HREF="h_config_enable_flag">enabled</A>).
29422 By default, when the "* Flag" command is selected,
29423 Alpine offers a prompt to set one of several flags and also offers the
29424 option of entering the detailed flag manipulation screen via the "^T"
29425 key. Enabling this feature causes Alpine to immediately enter the detailed
29426 flag screen rather than first offer the simple prompt.
29428 <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.
29430 &lt;End of help on this topic&gt;
29431 </BODY>
29432 </HTML>
29433 ====== h_config_flag_screen_kw_shortcut =====
29434 <HTML>
29435 <HEAD>
29436 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
29437 </HEAD>
29438 <BODY>
29439 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
29441 This feature modifies the behavior of the
29442 <a href="h_common_flag">Flag</a> command
29443 and the <A HREF="h_index_cmd_select">Select</A> command.
29444 This feature is set by default.
29445 When this feature is not set, when the "* Flag" command is selected,
29446 Alpine offers a prompt to set one of several flags and also offers the
29447 option of entering the detailed flag manipulation screen via the "^T"
29448 key.
29449 If you have
29450 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
29451 defined, then enabling this feature adds a shortcut way to set or unset
29452 keywords.
29453 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
29454 a keyword if you've given it a nickname) and that will set the keyword.
29456 An example is easier to understand than the explanation.
29457 The flag command can always be used to set the system flags.
29458 For example, to set the Answered flag you would type
29460 <CENTER><SAMP>* A</SAMP></CENTER>
29462 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
29463 option in the Config screen.
29464 By default, to set a keyword like &quot;Work&quot; you would usually
29465 have to go to the Flag Details screen using
29466 the &quot;^T To Flag Details&quot; command.
29467 Instead, if you have enabled this feature, you may type
29469 <CENTER><SAMP>* W</SAMP></CENTER>
29471 to set the Work flag, or
29473 <CENTER><SAMP>* ! W</SAMP></CENTER>
29475 to unset it.
29476 Just like for the other flag setting commands, the case of the letter does
29477 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
29478 keyword.
29480 Notice that you can only use this trick for one keyword that begins
29481 with &quot;W&quot;.
29482 If you happen to have a &quot;Work&quot; keyword and another keyword that is
29483 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
29484 your list of keywords.
29485 Also, there are five letters that are reserved for system
29486 flags and the NOT command.
29487 If you type &quot;* A&quot; it will always set the Answered flag, not
29488 your &quot;Aardvark&quot; keyword.
29489 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
29490 the Flag Details screen.
29492 Because enabling the
29493 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
29494 option causes Alpine to skip directly to the Flag Details screen when the
29495 Flag command is used, 
29496 setting it will cause this feature to have no effect at all.
29498 Similarly, when Selecting by Keyword, setting this option will allow you
29499 to use Keyword initials instead of full keywords.
29501 &lt;End of help on this topic&gt;
29502 </BODY>
29503 </HTML>
29504 ====== h_config_can_suspend =====
29505 <HTML>
29506 <HEAD>
29507 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
29508 </HEAD>
29509 <BODY>
29510 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
29512 Setting this feature will allow you to type ^Z (Control Z) to 
29513 <!--chtml if pinemode="os_windows"-->
29514 minimize Alpine into its icon, bringing into focus whatever
29515 application is running behind the PC-Alpine window.
29516 <!--chtml else-->
29517 temporarily suspend Alpine.
29520 This does not exit Alpine, but puts it in the background to watch
29521 for new mail and such.  Normally, you type a command, such
29522 as &quot;fg&quot; at your system prompt to return to your Alpine session.
29525 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
29526 adjusts whether Alpine is placed into the background of the shell its 
29527 running in or starts a news shell.
29528 <!--chtml endif-->
29531 <UL>   
29532 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29533 </UL><P>
29534 &lt;End of help on this topic&gt;
29535 </BODY>
29536 </HTML>
29537 ====== h_config_take_lastfirst ======
29538 <HTML>
29539 <HEAD>
29540 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
29541 </HEAD>
29542 <BODY>
29543 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
29545 Normally, when TakeAddr is used to copy an address from a message into
29546 an address book entry, Alpine will attempt to rewrite the full name of the
29547 address in the form
29550 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
29552 instead of<P>
29554 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
29557 It does this because many people find it useful to sort by Last name
29558 instead of First name.  If this feature is set, then the TakeAddr command
29559 will not attempt to reverse the name in this manner.
29561 &lt;End of help on this topic&gt;
29562 </BODY></HTML>
29563 ====== h_config_disable_regex ======
29564 <HTML>
29565 <HEAD>
29566 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
29567 </HEAD>
29568 <BODY>
29569 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
29571 Normally, the
29572 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29573 option is interpreted as a regular expression.
29574 One type of address that might cause trouble is an address that
29575 contains a plus sign.
29576 If you want to have an address with a plus as one of your
29577 <!--#echo var="VAR_alt-addresses"-->
29578 and you don't want to use regular expressions, then setting this
29579 feature will cause Alpine to treat the addresses you list literally instead.
29581 &lt;End of help on this topic&gt;
29582 </BODY></HTML>
29583 ====== h_config_take_fullname ======
29584 <HTML>
29585 <HEAD>
29586 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
29587 </HEAD>
29588 <BODY>
29589 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
29591 Normally, when TakeAddr is used to copy an address or addresses
29592 from a message into an address book entry, Alpine will try to preserve
29593 the full name associated with each address in the list of addresses.
29594 The reason for this is so that if the entry is a list or later becomes a
29595 list, then information about the individual addresses in the list
29596 is preserved.
29597 If you would rather just have the simple addresses in the list of addresses,
29598 set this feature. For example, with the default setting you might
29599 see something like this in the ADDRESS BOOK editor after you type TakeAddr
29601 <PRE>
29602  Nickname  : nick
29603  Fullname  : Bedrock Elders
29604  Fcc       :
29605  Comment   :
29606  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
29607              Barney Rubble &lt;rubble@bedrock.org&gt;
29608 </PRE>
29610 but with this feature set it would look like
29612 <PRE>
29613  Nickname  : nick
29614  Fullname  : Bedrock Elders
29615  Fcc       :
29616  Comment   :
29617  Addresses : flint@bedrock.org,
29618              rubble@bedrock.org
29619 </PRE>
29621 instead. Note the difference in the Addresses field.
29623 &lt;End of help on this topic&gt;
29624 </BODY></HTML>
29625 ====== h_config_print_from ======
29626 <HTML>
29627 <HEAD>
29628 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
29629 </HEAD>
29630 <BODY>
29631 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
29633 If this feature is set, then the Berkeley-mail style From line is included
29634 at the start of each message that is printed.  This line looks something
29635 like the following, with the address replaced by the address from the
29636 From line of the message being printed:
29638 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
29639 14:11:06 1998
29641 &lt;End of help on this topic&gt;
29642 </BODY>
29643 </HTML>
29644 ====== h_config_expanded_distlists ======
29645 <HTML>
29646 <HEAD>
29647 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
29648 </HEAD>
29649 <BODY>
29650 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
29651 If this feature is set, then distribution lists in the address book
29652 screen will always be expanded automatically.
29654 &lt;End of help on this topic&gt;
29655 </BODY>
29656 </HTML>
29657 ====== h_config_compose_news_wo_conf ======
29658 <HTML>
29659 <HEAD>
29660 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
29661 </HEAD>
29662 <BODY>
29663 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
29664 This feature controls one aspect of Alpine's Composer.  If you enter the
29665 composer while reading a newsgroup, you will normally be prompted to
29666 determine whether you intend the new message to be posted to the current
29667 newsgroup or not.  If this feature is set, Alpine will not prompt you
29668 in this situation, and will assume that you do indeed wish to post
29669 to the newsgroup you are reading.
29671 &lt;End of help on this topic&gt;
29672 </BODY>
29673 </HTML>
29674 ====== h_config_compose_rejects_unqual ======
29675 <HTML>
29676 <HEAD>
29677 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
29678 </HEAD>
29679 <BODY>
29680 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
29682 This feature controls one aspect of the message composer; in particular,
29683 what happens when an unqualified name is entered into an address header.
29684 If set, unqualified names entered as addresses will be treated as errors
29685 unless they match an addressbook nickname.  Alpine will not attempt to turn
29686 them into complete addresses by adding your local domain.<P>
29688 A complete (fully qualified) address is one containing a username followed
29689 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
29690 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
29691 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
29693 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
29697 When you enter a fully qualified address, Alpine does not interpret or
29698 modify it, but simply passes it on to the mail-transport-agent (MTA) for
29699 your system.  Alpine conforms to the Internet standards governing message
29700 headers and will not send an unqualifed name to the MTA.  Therefore, when
29701 you enter an unqualified name, Alpine will normally attempt to turn it into
29702 a fully qualified address, first by checking to see if you have entered a
29703 matching nickname in your addressbook, or failing that, by simply adding
29704 your own domain to the name entered.  So if your address is
29705 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
29706 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
29707 that into &quot;fred@example.com&quot;.<P>
29709 There are situations where it is not desirable for Alpine to interpret such
29710 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
29711 turned out to be a typo (intended to be an addressbook nickname), but
29712 there actually was a &quot;fred&quot; in your local domain, the message might 
29713 be mis-delivered without your realizing it.  In order to reduce the likelihood
29714 of such accidents, setting this feature will cause Alpine to treat such
29715 addresses as errors, and require that you explicitly enter the full local
29716 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
29717 matches an address book nickname.<P>
29719 Consider this a safety feature against mis-directed mail.
29721 <UL>   
29722 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29723 </UL><P>
29724 &lt;End of help on this topic&gt;
29725 </BODY>
29726 </HTML>
29727 ====== h_config_quell_local_lookup ======
29728 <HTML>
29729 <HEAD>
29730 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
29731 </HEAD>
29732 <BODY>
29733 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
29735 This feature controls an aspect of Alpine's Composer, and if needed, will
29736 usually be set by your system manager in Alpine's system-wide configuration
29737 file. Specifically, if this feature is set, Alpine will not attempt to look
29738 in the system password file to find a Full Name for the entered address.
29740 Normally, names you enter into address fields (e.g. To: or Cc:) are
29741 checked against your address book(s) to see if they match an address book
29742 nickname.  Failing that, (in Unix Alpine) the name is then checked against
29743 the Unix password file.  If the entered name matches a username in the
29744 system password file, Alpine extracts the corresponding Full Name information
29745 for that individual, and adds that to the address being entered.
29747 However, password file matching can have surprising (incorrect) results if
29748 other users of the system do not receive mail at the domain you are using.
29749 That is, if either the 
29750 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
29751 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
29752 option
29753 is set such that the administrative domain of other users on the system
29754 isn't accurately reflected, Alpine should be told that a passwd file match
29755 is coincidental, and Full Name info will be incorrect.  For example, a
29756 personal name from the password file could get falsely paired with the
29757 entered name as it is turned into an address in the configured domain.
29759 If you are seeing this behavior, enabling this feature will prevent Unix
29760 Alpine from looking up names in the password file to find the Full Name
29761 for incomplete addresses you enter.<P>
29762 <UL>
29763 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29764 </UL>
29766 &lt;End of help on this topic&gt;
29767 </BODY>
29768 </HTML>
29769 ====== h_config_tab_checks_recent ======
29770 <HTML>
29771 <HEAD>
29772 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
29773 </HEAD>
29774 <BODY>
29775 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
29777 In a FOLDER LIST screen, the TAB key usually just changes which
29778 folder is highlighted.
29779 If this feature is set, then the TAB key will cause the number of
29780 recent messages and the total number of messages in the highlighted folder
29781 to be displayed instead.
29784 &lt;End of help on this topic&gt;
29785 </BODY>
29786 </HTML>
29787 ====== h_config_maildrops_preserve_state ======
29788 <HTML>
29789 <HEAD>
29790 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
29791 </HEAD>
29792 <BODY>
29793 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
29795 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
29796 Normally, when mail is moved from a Mail Drop folder to a destination
29797 folder, it is delivered as new mail.
29798 Any Seen/New, Answered, Important/Flagged state that has changed will be
29799 ignored.
29800 All of the mail will be considered unSeen, unAnswered, and unImportant after
29801 it is moved.
29803 If this feature is set, then the state changes that have been made
29804 to the messages in the Mail Drop folder will be preserved.
29806 In any case, messages that are already marked Deleted when the
29807 mail is to be moved from the Mail Drop will be ignored.
29809 &lt;End of help on this topic&gt;
29810 </BODY>
29811 </HTML>
29812 ====== h_config_preopen_stayopens ======
29813 <HTML>
29814 <HEAD>
29815 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
29816 </HEAD>
29817 <BODY>
29818 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
29820 This feature is related to the option
29821 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29822 Normally, Stay Open folders are only opened on demand, when the user
29823 asks to open them.
29824 From then on they are kept open for the duration of the session.
29825 However, if this feature is set, then the Stay Open folders will all be
29826 opened at startup, at the same time that the INBOX is opened.
29829 &lt;End of help on this topic&gt;
29830 </BODY>
29831 </HTML>
29832 ====== h_config_expunge_inbox ======
29833 <HTML>
29834 <HEAD>
29835 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
29836 </HEAD>
29837 <BODY>
29838 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
29840 The INBOX is normally treated differently from regular folders in several
29841 ways.
29842 One of the differences is that the normal &quot;close&quot; sequence of
29843 events is deferred until Alpine is exited, instead of happening when you
29844 leave the INBOX to view another folder.
29845 The &quot;close&quot; sequence normally includes the Expunging
29846 of deleted messages
29847 (either automatically or after a prompt, controlled by the features
29848 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29849 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29850 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29851 handling of the
29852 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
29855 If this feature is set the &quot;close&quot; sequence handling will take
29856 place every time you leave the INBOX.
29857 The INBOX will still be kept open, but the offer to Expunge and the archiving
29858 to the <!--#echo var="VAR_read-message-folder"-->
29859 will take place each time you leave the INBOX instead of only once at the
29860 end of the session.
29863 &lt;End of help on this topic&gt;
29864 </BODY>
29865 </HTML>
29866 ====== h_config_expunge_stayopens ======
29867 <HTML>
29868 <HEAD>
29869 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
29870 </HEAD>
29871 <BODY>
29872 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
29874 This feature is related to the option
29875 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29876 Stay Open folders are treated differently from regular folders in several
29877 ways.
29878 One of the differences is that the normal &quot;close&quot; sequence of
29879 events is deferred until Alpine is exited, instead of happening when you
29880 leave the folder to view another folder.
29881 The &quot;close&quot; sequence normally includes the Expunging
29882 of deleted messages
29883 (either automatically or after a prompt, controlled by the features
29884 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29885 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29886 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29887 handling of
29888 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
29891 If this feature is set the &quot;close&quot; sequence handling will take
29892 place when you leave the Stay Open folder.
29893 The folder will still be kept open, but the offer to Expunge and the archiving
29894 will take place each time you leave the folder instead of only once at the
29895 end of the session.
29896 This feature does not affect the INBOX, which will still only be processed
29897 when you exit Alpine.
29898 However, there is a similar feature that affects only the INBOX called
29899 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
29902 &lt;End of help on this topic&gt;
29903 </BODY>
29904 </HTML>
29905 ====== h_config_preserve_start_stop ======
29906 <HTML>
29907 <HEAD>
29908 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
29909 </HEAD>
29910 <BODY>
29911 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
29913 This feature controls how special control key characters, typically
29914 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
29915 are known as the "stop" and "start" characters and are sometimes used in
29916 communications paths to control data flow between devices that operate at
29917 different speeds.
29921 By default, Alpine turns the system's handling of these special characters
29922 off except during printing.  However, if you see Alpine reporting input errors
29923 such as:
29925 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
29927 and, at the same time, see your display become garbled, then it is likely
29928 that setting this option will solve the problem.  Be aware, though, that
29929 enabling this feature will also cause Alpine to ostensibly "hang" 
29930 whenever the Ctrl-S key combination is entered as the system is now
29931 interpreting such input as a "stop output" command.  To "start
29932 output"  again, simply type Ctrl-Q. 
29934 &lt;End of help on this topic&gt;
29935 </BODY>
29936 </HTML>
29937 ====== h_config_enable_incoming ======
29938 <HTML>
29939 <HEAD>
29940 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
29941 </HEAD>
29942 <BODY>
29943 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
29945 Alpine's Incoming Message Folders collection
29946 provides a convenient way to access multiple incoming folders.
29947 It is also useful if you have accounts on multiple computers.
29950 If set, this feature defines a pseudo-folder collection called
29951 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
29952 in this collection will be your INBOX, which will no longer show up in
29953 your Default folder collection.
29956 You may add more folders to the Incoming Message Folders collection by
29957 using the
29958 <!--chtml if pinemode="function_key"-->
29959 &quot;F10
29960 <!--chtml else-->
29961 &quot;A
29962 <!--chtml endif-->
29963 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
29964 the host the folder is stored on (which defaults to the same host used
29965 for your INBOX), a nickname, and the actual folder name.  Once a set
29966 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
29967 or MESSAGE TEXT screens) may be used to scan the folders for those
29968 with Recent messages.  If you add more folders to
29969 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
29970 no effect.
29972 NOTE: Normally the software that actually delivers mail (the stuff that happens
29973 before Alpine is involved) is in a better position to do delivery filtering
29974 than is Alpine itself.
29975 If possible, you may want to look at programs such as
29976 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
29977 filtering programs.
29978 If you'd prefer to have Alpine do the filtering for you, you may set that
29980 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
29982 <UL>   
29983 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29984 </UL><P>
29985 &lt;End of help on this topic&gt;
29986 </BODY>
29987 </HTML>
29988 ====== h_config_enable_incoming_checking ======
29989 <HTML>
29990 <HEAD>
29991 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
29992 </HEAD>
29993 <BODY>
29994 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
29996 This feature is only operational if you have enabled the optional
29997 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
29998 If you do have Incoming Message Folders and you also set this feature,
29999 then the number of Unseen messages in each folder will be displayed
30000 in the FOLDER LIST screen for the Incoming Message Folders.
30001 The number of Unseen messages in a folder will be displayed in parentheses
30002 to the right of the name of each folder.
30003 If there are no Unseen messages in a folder then only the name
30004 is displayed, not a set of parentheses with zero inside them.
30005 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
30006 the Incoming Message Folders to cause an immediate update.
30008 If a check for Unseen messages fails for a particular folder then Alpine
30009 will no longer attempt to check that folder for the duration of the
30010 session and this will be indicated by a question mark inside the
30011 parentheses.
30013 The features
30014 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
30015 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
30016 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
30017 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
30018 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
30019 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
30020 all affect how this feature behaves.
30022 <UL>   
30023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30024 </UL><P>
30025 &lt;End of help on this topic&gt;
30026 </BODY>
30027 </HTML>
30028 ====== h_config_incoming_checking_total ======
30029 <HTML>
30030 <HEAD>
30031 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
30032 </HEAD>
30033 <BODY>
30034 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
30036 This option has no effect unless the feature
30037 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
30038 is set, which in turn has no effect unless
30039 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
30040 is set.
30042 When incoming folder checking is turned on the default is to display
30043 the number of unseen messages in each folder.
30044 More precisely, it is the number of undeleted unseen messages.
30045 Using this option you may also display the total number of messages
30046 in each folder.
30047 Instead of a single number representing the number of unseen messages
30048 you will get two numbers separated by a slash character.
30049 The first is the number of unseen messages and the second is the
30050 total number of messages.
30052 You may also use the recent message count instead of the unseen message
30053 count by turning on the feature
30054 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
30056 <UL>   
30057 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30058 </UL><P>
30059 &lt;End of help on this topic&gt;
30060 </BODY>
30061 </HTML>
30062 ====== h_config_incoming_checking_recent ======
30063 <HTML>
30064 <HEAD>
30065 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
30066 </HEAD>
30067 <BODY>
30068 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
30070 This option has no effect unless the feature
30071 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
30072 is set, which in turn has no effect unless
30073 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
30074 is set.
30076 When incoming folder checking is turned on the default is to display
30077 the number of unseen messages in each folder.
30078 More precisely, it is the number of undeleted unseen messages.
30079 Using this option you may display the number of recent messages instead
30080 of the number of unseen messages.
30081 A message is only counted as recent if this is the first session to
30082 see it, so the recent count might be less than the unseen count.
30083 The difference between the two would be accounted for by the unseen messages
30084 in the folder which were there previously but have not been looked at yet.
30086 If you simultaneously run more than one email client at a time
30087 (for example, you run more than one Alpine in parallel) then turning
30088 this feature on can cause some confusion.
30089 The confusion stems from the fact that each message is only considered to be
30090 recent in one session.
30091 That means that the counts of new messages may be different in the two
30092 Alpines running side by side, because each incoming message will only be
30093 counted as recent in one of the two sessions.
30095 You may also display the total number of messages
30096 in each folder by using the
30097 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
30098 option.
30100 <UL>   
30101 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30102 </UL><P>
30103 &lt;End of help on this topic&gt;
30104 </BODY>
30105 </HTML>
30106 ====== h_config_attach_in_reply ======
30107 <HTML>
30108 <HEAD>
30109 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
30110 </HEAD>
30111 <BODY>
30112 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
30114 This feature controls an aspect of Alpine's Reply command. If set, any MIME
30115 attachments that were part of the original message will automatically be
30116 included in the Reply.
30118 &lt;End of help on this topic&gt;
30119 </BODY>
30120 </HTML>
30121 ====== h_config_include_header =====
30122 <HTML>
30123 <HEAD>
30124 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
30125 </HEAD>
30126 <BODY>
30127 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
30129 This feature controls an aspect of Alpine's Reply command. If set, and the
30130 original message is being included in the reply, then headers from that
30131 message will also be part of the reply.
30133 &lt;End of help on this topic&gt;
30134 </HEAD>
30135 </HTML>
30136 ====== h_config_sig_at_bottom =====
30137 <HTML>
30138 <HEAD>        
30139 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
30140 </HEAD>
30141 <BODY>
30142 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
30144 This feature controls an aspect of Alpine's Reply command.  If this feature
30145 is set, and the original message is being included in the reply, then the
30146 contents of your signature file (if any) will be inserted after the included
30147 message.
30149 This feature does not affect the results of a Forward command.
30151 &lt;End of help on this topic&gt;
30152 </BODY>
30153 </HTML>
30154 ====== h_config_sigdashes =====
30155 <HTML>
30156 <HEAD>
30157 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
30158 </HEAD>
30159 <BODY>
30160 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
30162 This feature enables support for the common USENET news convention 
30163 of preceding a message signature with the special line consisting of 
30164 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
30167 When enabled and a
30168 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
30169 Alpine will insert the special line before including the file's text (unless
30170 the special line already exists somewhere in the file's text).
30173 In addition, when you Reply or Followup to a message containing one of
30174 these special lines and choose to include its text, Alpine will observe
30175 the convention of not including text beyond the special line in your
30176 reply.
30177 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
30178 mode is enabled and turned on, then Alpine <EM>will</EM>
30179 include the text beyond the special line regardless of the setting of
30180 this feature.
30183 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
30184 for a related feature.
30187 <UL>   
30188 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30189 </UL><P>
30190 &lt;End of help on this topic&gt;
30191 </BODY>
30192 </HTML>
30193 ====== h_config_new_thread_blank_subject =====
30194 <HTML>
30195 <HEAD>
30196 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
30197 </HEAD>
30198 <BODY>
30199 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
30201 When this feature is enabled (the default) Alpine will create a new thread
30202 every time that the subject line becomes empty at any time during composition.
30205 This behavior is particularly useful in case you are replying to a message.
30206 Replying to a message causes the message to be in the same thread than the
30207 original message that is being replied to. However, many authors want to create
30208 a new message (in a different thread) while replying to a message, and they do
30209 this by changing the full subject, by first deleting the original subject and
30210 typing the new subject of the current message.
30213 Enabling this feature causes that any time that the subject is deleted, the 
30214 message being composed will be considered the first message of a new thread.
30217 <UL>   
30218 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30219 </UL><P>
30220 &lt;End of help on this topic&gt;
30221 </BODY>
30222 </HTML>
30223 ====== h_config_strip_sigdashes =====
30224 <HTML>
30225 <HEAD>
30226 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
30227 </HEAD>
30228 <BODY>
30229 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
30231 This feature doesn't do anything if the feature
30232 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
30233 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
30234 then turning on this feature enables support for the convention
30235 of not including text beyond the sigdashes line when Replying or Following
30236 up to a message and including the text of that message.
30237 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
30238 mode is enabled and turned on, then Alpine <EM>will</EM>
30239 include the text beyond the special line regardless of the setting of
30240 this feature.
30242 In other words, this is a way to turn on the signature stripping behavior
30243 without also turning on the dashes-adding behavior.
30245 <UL>   
30246 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30247 </UL><P>
30248 &lt;End of help on this topic&gt;
30249 </BODY>
30250 </HTML>
30251 ====== h_config_forward_as_attachment =====
30252 <HTML>
30253 <HEAD>
30254 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
30255 </HEAD>
30256 <BODY>
30257 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
30259 This feature affects the way forwarded message text is handled.  When set, rather than 
30260 include the text of the forwarded message below any additional text you provide in the
30261 composer, the forwarded message is attached in its entirety to the message you send.
30263 This is useful in that it keeps the text you provide in the composer distinct from the
30264 text of the forwarded message.  Similarly, it allows the recipient to 
30265 conveniently operate on the forwarded message.  For example, they might reply directly to
30266 the sender of the forwarded message, or process it as part of a spam report.
30267 <UL>   
30268 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30269 </UL><P>
30270 &lt;End of help on this topic&gt;
30271 </BODY>
30272 </HTML>
30273 ====== h_config_preserve_field =====
30274 <HTML>
30275 <HEAD>
30276 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
30277 </HEAD>
30278 <BODY>
30279 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
30281 This feature affects Alpine's behavior when one replies to a message. 
30282 When you receive a message, some or all of the recipients of the message 
30283 have been added to the To: and Cc: fields. If you reply to such message, 
30284 and this feature is disabled, then the original sender of the message is 
30285 added to the To: field, and all other recipients are added to the Cc: 
30286 field, while your address is added to the From: field.
30289 However, if this feature is enabled, then Alpine will preserve the 
30290 original fields as sent in the original message, so the Cc: and To: 
30291 fields will be preserved. The sender's address will be added to the To: 
30292 field, while your address is added to the From: field.
30295 The behavior of this feature is that replies to all messages will behave 
30296 in the way described above. If you only intend this to happen on a per 
30297 message basis, then keep this feature disabled, and when replying to a 
30298 message you will see a new option in the menu for the &quot;Reply to all 
30299 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
30300 make Alpine toggle its question so you can preserve the To: and Cc: 
30301 fields for that message only.
30303 <UL>   
30304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30305 </UL><P>
30306 &lt;End of help on this topic&gt;
30307 </BODY>
30308 </HTML>
30309 ====== h_config_sub_lists =====
30310 <HTML>
30311 <HEAD>
30312 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
30313 </HEAD>
30314 <BODY>
30315 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
30317 This feature affects the subcommands available when Saving, 
30318 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
30319 available. This command allows you to type in a substring of the folder
30320 you are looking for and when you type ^X it will display all folders
30321 that contain that substring in their names.
30322 This feature is set by default.
30325 &lt;End of help on this topic&gt;
30326 </BODY>
30327 </HTML>
30328 ====== h_config_scramble_message_id =====
30329 <HTML>
30330 <HEAD>
30331 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
30332 </HEAD>
30333 <BODY>
30334 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
30336 If this feature is set, the message-id header value
30337 will be transformed with a simple Rot13 transformation.
30338 The result will still have the correct syntax for a Message-ID but the
30339 part of the MessageID that is often a domain name will not be an actual
30340 domain name because the letters will be scrambled.
30342 It is possible (but unlikely?) that some spam detection
30343 software will use that as a reason to reject the mail as spam.
30344 It has also been reported that some spam detection software uses the
30345 fact that there are no dots after the &quot;@&quot; as a reason to reject
30346 messages.
30347 If your PC-Alpine Message-ID is using a name without a dot that is because
30348 that is what Windows thinks is your &quot;Full computer name&quot;.
30349 The method used to set this varies from one type of Windows to another but
30350 check under Settings -> Control Panel -> System and
30351 look for Network Identification or Computer Name or something similar.
30352 How to set it is beyond the scope of Alpine.
30355 &lt;End of help on this topic&gt;
30356 </BODY>
30357 </HTML>
30358 ====== h_downgrade_multipart_to_text =====
30359 <HTML>
30360 <HEAD>
30361 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
30362 </HEAD>
30363 <BODY>
30364 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
30367 This feature affects Alpine's behavior when sending mail.  Internet
30368 standards require Alpine to translate all non-ASCII characters in
30369 messages that it sends using MIME encoding.  This encoding can be
30370 ostensibly broken for recipients if any agent between Alpine and the
30371 recipient, such as an email list expander, appends text to the
30372 message, such as list information or advertising.  When sending such
30373 messages Alpine attempts to protect such encoding by placing extra
30374 MIME boundaries around the message text.
30376 These extra boundaries are invisible to recipients that 
30377 use MIME-aware email programs (the vast majority).  However, if
30378 you correspond with users of email programs that are not MIME-aware,
30379 or do not handle the extra boundaries gracefully, you can
30380 use this feature to prevent Alpine from including the extra
30381 MIME information.  Of course, it will increase the likelihood
30382 that non-ASCII text you send may appear corrupt to the recipient.
30384 &lt;End of help on this topic&gt;
30385 </BODY>
30386 </HTML>
30387 ====== h_config_show_sort =====
30388 <HTML>
30389 <HEAD>
30390 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
30391 </HEAD>
30392 <BODY>
30393 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
30395 If this feature is set and there is sufficient space on the screen,
30396 a short indication of the current sort order will be
30397 added in the titlebar (the top line on the screen), before the name
30398 of the folder.
30399 For example, with the default Arrival sort in effect,
30400 the display would have the characters
30402 <P><CENTER>[A]</CENTER><P>
30404 added between the title of the screen and the folder name.
30405 The letters are the same as the letters you may type to manually
30406 sort a folder with the SortIndex command ($).
30407 The letters in the table below are the ones that may show
30408 up in the titlebar line.
30410 <TABLE>   
30411 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
30412 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
30413 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
30414 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
30415 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
30416 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
30417 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
30418 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
30419 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
30420 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
30421 </TABLE>
30423 If the sort order is Reversed, the letter above will be preceded by the letter
30424 &quot;R&quot;, for example
30426 <P><CENTER>[RS]</CENTER><P>
30428 means that a Reverse Subject sort is in effect.
30429 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
30430 left out, and just an &quot;R&quot; is shown.
30432 <P><CENTER>[R]</CENTER>
30435 &lt;End of help on this topic&gt;
30436 </BODY>
30437 </HTML>
30438 ====== h_config_disable_reset_disp =====
30439 <HTML>
30440 <HEAD>
30441 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
30442 </HEAD>
30443 <BODY>
30444 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
30446 UNIX Alpine only.
30448 This feature affects Alpine's behavior when using
30449 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
30450 Normally, before the display filter is run, the terminal mode is reset
30451 to what it was before you started Alpine.
30452 This may be necessary if the filter requires the use of the terminal.
30453 For example, it may need to interact with you.
30454 If you set this feature, then the terminal mode will not be reset.
30455 One thing that turning on this feature should fix is the coloring of
30456 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
30457 breaks because the terminal reset resets the color state of the terminal.
30460 &lt;End of help on this topic&gt;
30461 </BODY>
30462 </HTML>
30463 ====== h_config_disable_sender =====
30464 <HTML>
30465 <HEAD>
30466 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
30467 </HEAD>
30468 <BODY>
30469 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
30471 This feature affects Alpine's generation of the &quot;Sender:&quot; or
30472 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
30473 header fields.
30474 Prior to version 2.24, Alpine generated such a header in situations where the
30475 username or domain were not the same as
30476 the &quot;From:&quot; header on the message.
30477 With this feature set,
30478 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
30479 This may be desirable on a system that is virtually hosting many domains,
30480 and the sysadmin has other methods available for tracking a message to
30481 its originator.
30483 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
30486 &lt;End of help on this topic&gt;
30487 </BODY>
30488 </HTML>
30489 ====== h_config_use_sender_not_x =====
30490 <HTML>
30491 <HEAD>
30492 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
30493 </HEAD>
30494 <BODY>
30495 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
30497 Normally Alpine adds a header line
30498 labeled &quot;X-X-Sender&quot;, if the sender is
30499 different from the From: line.
30500 The standard specifies that this header
30501 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
30502 Setting this feature causes
30503 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
30505 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
30508 &lt;End of help on this topic&gt;
30509 </BODY>
30510 </HTML>
30511 ====== h_config_use_fk =====
30512 <HTML>
30513 <HEAD>
30514 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
30515 </HEAD>
30516 <BODY>
30517 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
30519 This feature specifies that Alpine will respond to function keys instead of
30520 the normal single-letter commands. In this mode, the key menus at the
30521 bottom of each screen will show function key designations instead of the
30522 normal mnemonic key.
30525 &lt;End of help on this topic&gt;
30526 </BODY>
30527 </HTML>
30528 ====== h_config_cancel_confirm =====
30529 <HTML>
30530 <HEAD>
30531 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
30532 </HEAD>
30533 <BODY>
30534 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
30536 This feature affects what happens when you type ^C to cancel a composition.
30537 By default, if you attempt to cancel a composition by typing ^C, you will be
30538 asked to confirm the cancellation by typing a &quot;C&quot;
30539 for <EM>C</EM>onfirm.
30540 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
30541 risky because the &quot;^C Y&quot; needed to cancel a message
30542 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
30544 If this feature is set the confirmation asked for
30545 will be a &quot;<EM>Y</EM>es&quot;
30546 instead of a &quot;<EM>C</EM>onfirm&quot; response.
30549 &lt;End of help on this topic&gt;
30550 </BODY>
30551 </HTML>
30552 ====== h_config_compose_maps_del =====
30553 <HTML>
30554 <HEAD>
30555 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
30556 </HEAD>
30557 <BODY>
30558 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
30560 This feature affects the behavior of the DELETE key.
30561 If set, Delete will be equivalent to ^D, and delete
30562 the current character.  Normally Alpine defines the Delete key
30563 to be equivalent to ^H, which deletes the <EM>previous</EM>
30564 character.
30567 &lt;End of help on this topic&gt;
30568 </BODY>
30569 </HTML>
30570 ====== h_config_compose_bg_post =====
30571 <HTML>
30572 <HEAD>
30573 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
30574 </HEAD>
30575 <BODY>
30576 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
30578 This feature affects the behavior of Alpine's mail sending.  If set, this
30579 feature enables a subcommand in the composer's "Send?" confirmation
30580 prompt.  The subcommand allows you to tell Alpine to handle the actual
30581 posting in the background.  While this feature usually allows posting
30582 to appear to happen very fast, it has no affect on the actual delivery
30583 time it takes a message to arrive at its destination.
30586 Please Note:
30587 <OL>
30588  <LI>This feature will have no effect if the feature
30589        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
30590        is set.
30591  <LI>This feature isn't supported on all systems.  All DOS and Windows,
30592        as well as several Unix ports, do not recognize this feature.
30593  <LI>Error handling is significantly different when this feature is
30594         enabled.  Any message posting failure results in the message
30595         being appended to your &quot;Interrupted&quot; mail folder.  When you
30596         type the <A HREF="h_common_compose">C</A>ompose command,
30597         Alpine will notice this folder and
30598         offer to extract any messages contained.  Upon continuing a 
30599         failed message, Alpine will display the nature of the failure 
30600         in the status message line.
30601  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
30602         for message data to
30603         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
30604         if you typically run close to any sort of disk-space limits or quotas.
30605 </OL>
30607 &lt;End of help on this topic&gt;
30608 </BODY>
30609 </HTML>
30610 ====== h_config_compose_dsn =====
30611 <HTML>
30612 <HEAD>
30613 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
30614 </HEAD>
30615 <BODY>
30616 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
30618 This feature affects the behavior of Alpine's mail sending.  If set, this
30619 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
30620 prompt.  The subcommand allows you to tell Alpine to request the type of
30621 Delivery Status Notification (DSN) that you would like.  Most users will
30622 be happy with the default, and need not enable this feature.
30624 If the feature
30625 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30626 then this feature has no effect and the type of DSN is not selectable.
30629 Turning on this feature and then turning on the DSNOpts from the send
30630 prompt reveals four on-off toggles at the bottom of the screen.
30631 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
30632 that no notification be returned to you, even if there is a delivery
30633 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
30634 server that you are willing (or not) to receive delay notifications, which
30635 happen when there is an unusual delay at some mail server (in that mail
30636 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
30637 Success requests that you be sent a DSN message when the message is
30638 successfully delivered to the recipients mailbox.  Setting NoErrRets will
30639 automatically turn off Delay and Success notification, and will flip the
30640 toggles to show that.  Similarly, turning on Delay and/or Success will
30641 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
30642 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
30643 the full message be returned in any failed DSN.  RetHdrs requests that
30644 only the headers be returned in any failed DSN.  Notice that this command
30645 applies only to failed delivery status reports.  For delay or success
30646 reports, the full message is never returned, only the headers are returned.
30649 If you don't enable the DSN feature or if you don't turn it on for a
30650 particular message, the default is that you will be notified about failures,
30651 you might be notified about delays, and you won't be notified about
30652 successes.  You will usually receive the full message back when there is
30653 a failure.
30656 If you turn on the DSNOpts the default is to return as much information as
30657 possible to you.  That is, by default, the Success and Delay options are
30658 turned on and the full message will be returned on failure.
30661 The sending prompt will display the current DSN request (if any) in a
30662 shorthand form.  It will be:
30664 <P><CENTER>[Never]</CENTER>
30667 if you have requested NoErrRets.  Otherwise, it will look something like:
30669 <P><CENTER>[FDS-Hdrs]</CENTER>
30672 The &quot;F&quot; will always be there, indicating that you will be notified
30673 of failures.  (Alpine doesn't provide a way to request no failure notification
30674 and at the same time request either success or delay notification.  The only
30675 way to request no failure notifications is to request no notifications at
30676 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
30677 requested Delay and/or Success notification.  If one of those is missing,
30678 that means you are requesting no notification of the corresponding type.
30679 After the dash it will say either Hdrs or Full.  Hdrs means to return only
30680 the headers and Full means to return the full message (applies to
30681 failure notifications only).
30684 NOTE: This feature relies on your system's mail transport agent or
30685 configured
30686 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
30687 having the negotiation mechanism introduced in
30688 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
30689 &quot;Delivery Status Notification&quot; (DSN).  If the mail transport agent you
30690 are using doesn't support DSN, a short warning will be shown to you on
30691 the message line at the bottom of the screen after you send your message,
30692 but your message will have been sent anyway.
30695 Note that DSNs don't provide a mechanism to request read receipts.  That
30696 is, if you request notification on success you are notified when the
30697 message is delivered to the mailbox, not when the message is read.
30700 ESMTP allows for graceful migration to upgraded mail transfer agents, but
30701 it is possible that this feature might cause problems for some servers. 
30704 &lt;End of help on this topic&gt;
30705 </BODY>
30706 </HTML>
30707 ====== h_config_auto_zoom =====
30708 <HTML>
30709 <HEAD>
30710 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
30711 </HEAD>
30712 <BODY>
30713 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
30715 This feature affects the behavior of the Select command.
30716 If set, the select command will automatically perform a zoom
30717 after the select is complete.
30718 This feature is set by default.
30720 Some related help topics are
30721 <UL>
30722 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30723 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30724 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30725 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30726 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30727 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30728 </UL>
30731 &lt;End of help on this topic&gt;
30732 </BODY>
30733 </HTML>
30734 ====== h_config_auto_unzoom =====
30735 <HTML>
30736 <HEAD>
30737 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
30738 </HEAD>
30739 <BODY>
30740 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
30742 This feature affects the behavior of the Apply command.  If set, and if
30743 you are currently looking at a Zoomed Index view of selected messages,
30744 the Apply command will do the operation you specify, but then will
30745 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
30746 the normal Index view after the Apply. 
30747 This feature is set by default.
30750 Some related help topics are
30751 <UL>
30752 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30753 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30754 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30755 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30756 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30757 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30758 </UL>
30760 &lt;End of help on this topic&gt;
30761 </BODY>
30762 </HTML>
30763 ====== h_config_auto_unselect =====
30764 <HTML>
30765 <HEAD>
30766 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
30767 </HEAD>
30768 <BODY>
30769 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
30771 This feature affects the behavior of the Apply command.  If set,
30772 the Apply command will do the operation you specify, but then will
30773 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
30774 the normal Index view after the Apply. 
30777 Some related help topics are
30778 <UL>
30779 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30780 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30781 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30782 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30783 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30784 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30785 </UL>
30787 &lt;End of help on this topic&gt;
30788 </BODY>
30789 </HTML>
30790 ====== h_config_fast_recent =====
30791 <HTML>
30792 <HEAD>
30793 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
30794 </HEAD>
30795 <BODY>
30796 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
30798 This feature controls the behavior of the TAB key when traversing folders
30799 in the optional 
30800 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30801 collection or in optional <!--#echo var="VAR_news-collections"-->.
30804 When the TAB
30805 (<A HREF="h_common_nextnew">NextNew</A>)
30806 key is pressed, the default behavior is to
30807 explicitly examine the status of the folder for the number of recent
30808 messages (messages delivered since the last time it was viewed).
30809 Depending on the size and number of messages in the folder, this test
30810 can be time consuming.
30813 Enabling this feature will cause Alpine to only test for the existence of
30814 any recent messages rather than to obtain the count.  This is much faster
30815 in many cases.  The downside is that you're not given the number of recent
30816 messages when prompted to view the next folder.
30817 If the feature
30818 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30819 is turned on, then the present feature will have no effect.
30822 <UL>   
30823 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30824 </UL><P>
30825 &lt;End of help on this topic&gt;
30826 </BODY>
30827 </HTML>
30828 ====== h_config_arrow_nav =====
30829 <HTML>
30830 <HEAD>
30831 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
30832 </HEAD>
30833 <BODY>
30834 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
30836 This feature controls the behavior of the left and right arrow keys.
30837 If set, the left and right arrow keys will operate like the usual
30838 navigation keys &lt; and &gt;.
30839 This feature is set by default.
30842 If you set this feature, and do not like the changed behavior of the up/down 
30843 arrow 
30844 keys when navigating through the FOLDER LIST screen -- 
30845 <B>first</B> from column to column, if more than one folder is 
30846 displayed per row, 
30847 and <B>then</B> from row to row -- you may either also wish to set the feature 
30848 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
30849 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
30850 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
30851 folders in each column.
30853 <UL>   
30854 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30855 </UL><P>
30856 &lt;End of help on this topic&gt;
30857 </BODY>
30858 </HTML>
30859 ====== h_config_relaxed_arrow_nav =====
30860 <HTML>
30861 <HEAD>
30862 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
30863 </HEAD>
30864 <BODY>
30865 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
30867 This feature controls the behavior of the left, right, up and down
30868 arrow keys in the FOLDER LIST screen when the &quot;<A
30869 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
30870 set.
30871 This feature is set by default.
30875 When this feature is set, the left and right
30876 arrow keys in the FOLDER LIST screen
30877 move the highlight bar to the left or right, and the up and
30878 down arrows move it up or down.
30881 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
30882 feature is not set;
30883 the left and right arrow keys in the Folder List screen strictly
30884 track the commands bound to the '&lt;' and '&gt;' keys, and the up
30885 and down arrow keys move the highlight bar to the previous and next
30886 folder or directory name.
30889 <UL>   
30890 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30891 </UL><P>
30892 &lt;End of help on this topic&gt;
30893 </BODY>
30894 </HTML>
30895 ====== h_config_alt_compose_menu =====
30896 <HTML>
30897 <HEAD>
30898 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
30899 </HEAD>
30900 <BODY>
30901 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
30903 This feature controls the menu that is displayed when Compose is selected.
30904 If set, a list of options will be presented, with each option representing
30905 the type of composition that could be used. This feature is most useful for
30906 users who want to avoid being prompted with each option separately, or who
30907 want to avoid the checking of remote postponed or form letter folders.
30908 The possible types of composition are:
30911 New, for starting a new composition. Note that if New is selected and roles
30912 are set, roles are checked for matches and applied according to the setting
30913 of the matching role.
30916 Interrupted, for continuing an interrupted composition. This option is only
30917 offered if an interrupted message folder is detected.
30920 Postponed, for continuing postponed compositions. This option is offered
30921 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
30922 the postponed folder actually exists. This option is especially handy
30923 for avoiding having to check for the existence of a remote postponed folder.
30926 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
30927 is set in the config, and is not checked for existence for reasons similar
30928 to those explained by the postponed option.
30931 setRole, for selecting a role to apply to a composition.
30934 &lt;End of help on this topic&gt;
30935 </BODY>
30936 </HTML>
30937 ====== h_config_alt_role_menu =====
30938 <HTML>
30939 <HEAD>
30940 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
30941 </HEAD>
30942 <BODY>
30943 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
30945 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
30946 a role and compose a new message using that role.
30947 When this feature is set, the role command will first ask whether you want to
30948 Compose a new message, Forward the current message, Reply to the
30949 current message, or Bounce the current message.
30950 If you are not in the MESSAGE INDEX and are not viewing a message,
30951 then there is no current message and the question will be skipped.
30952 After you have chosen to Compose, Forward, Reply, or Bounce you will
30953 then choose the role to be used.
30955 When Bouncing the &quot;Set From&quot; address is used for the
30956 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
30957 provided that the option
30958 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
30959 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
30960 set.
30961 Other actions of the role are ignored when Bouncing.
30964 &lt;End of help on this topic&gt;
30965 </BODY>
30966 </HTML>
30967 ====== h_config_always_spell_check =====
30968 <HTML>
30969 <HEAD>
30970 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
30971 </HEAD>
30972 <BODY>
30973 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
30975 When this feature is set, every composed message will be spell-checked before
30976 being sent.
30978 &lt;End of help on this topic&gt;
30979 </BODY>
30980 </HTML>
30981 ====== h_config_quell_asterisks =====
30982 <HTML>
30983 <HEAD>
30984 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
30985 </HEAD>
30986 <BODY>
30987 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
30989 When you are running Alpine you will sometimes be asked for a password
30990 in a prompt on the third line from the bottom of the screen.
30991 Normally each password character you type will cause an asterisk to echo
30992 on the screen. That gives you some feedback to know that your typing is
30993 being recognized.
30994 There is a very slight security risk in doing it this way because someone
30995 watching over your shoulder might be able to see how many characters there
30996 are in your password.
30997 If you'd like to suppress the echoing of the asterisks set this feature.
30999 &lt;End of help on this topic&gt;
31000 </BODY>
31001 </HTML>
31002 ====== h_config_quell_flowed_text =====
31003 <HTML>
31004 <HEAD>
31005 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
31006 </HEAD>
31007 <BODY>
31008 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
31010 Alpine generates flowed text where possible.
31011 The method for generating flowed text is defined by
31012 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
31013 the benefit of doing so is
31014 to send message text that can properly be viewed both on normal width displays
31015 and on displays with smaller or larger than normal screen widths.
31016 With flowed text, a space at the end of a line tells the receiving mail
31017 client that the following line belongs to the same paragraph.
31018 Quoted text will also be affected, with only the innermost
31019 level of &quot;&gt;&quot; quoting being followed by a space.
31020 However, if you have changed the
31021 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
31022 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
31023 quoted text will not be flowed.
31024 For this reason, we recommend that you leave your
31025 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
31027 This feature turns off the generation of flowed text, as it might be
31028 desired to more tightly control how a message is displayed on the receiving end.
31030 If this feature is <EM>not</EM> set, you can control on a message by message
31031 basis whether or not flowed text is generated.
31032 You do this by typing ^V at the Send confirmation prompt that you get
31033 after typing ^X to send a message.
31034 ^V is a toggle that turns flowing off and back on if typed again.
31035 If for some reason flowing cannot be done on a particular message, then the
31036 ^V command will not be available.
31037 This would be the case, for example, if this feature was set, or if your
31038 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
31039 If the feature
31040 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
31041 then the opportunity to control on a message by message basis
31042 whether or not flowed text is generated is lost.
31044 When this feature is not set and you have typed ^V to turn off flowing,
31045 the Send confirmation prompt will change to look like
31047 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
31049 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
31050 also turn off the sending of flowed text messages, but it differs in that
31051 it also trims all trailing white space from a message before sending it.
31053 If alternate editors are used extensively, be aware that a message will still
31054 be sent flowed if this feature is unset.  In most cases this will be fine,
31055 but if the editor has a &quot;flowed text&quot; mode, it would be best to
31056 use that.
31058 &lt;End of help on this topic&gt;
31059 </BODY>
31060 </HTML>
31061 ====== h_config_strip_ws_before_send =====
31062 <HTML>
31063 <HEAD>
31064 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
31065 </HEAD>
31066 <BODY>
31067 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
31069 By default, trailing whitespace is not stripped from
31070 a message before sending.  Trailing whitespace should have no effect on an
31071 email message, and in flowed text can aid in delimiting paragraphs.
31072 However, the old behavior of stripping trailing whitespace was in place
31073 to better deal with older clients that couldn't handle certain types of
31074 text encodings.  This feature restores the old behavior
31076 Trailing whitespace is of aid to flowed-text-formatted messages, which are
31077 generated by default but can be turned off via the
31078 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
31079 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
31080 of flowed text.
31082 &lt;End of help on this topic&gt;
31083 </BODY>
31084 </HTML>
31085 ====== h_config_alt_reply_menu =====
31086 <HTML>
31087 <HEAD>
31088 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
31089 </HEAD>
31090 <BODY>
31091 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
31093 Note that if this option is enabled, then the option
31094 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
31095 is ignored. See below to understand why.
31097 When you reply to a message, a series of questions are asked that 
31098 determines how your reply will be handled by Alpine. This feature only 
31099 affects the result of the first question you are asked, and its purpose is 
31100 to set values that could override defaults set in Alpine's main 
31101 configuration screen. As a result, this menu allows you to configure even 
31102 more features than you would be able to do without this option. For 
31103 example, this menu always allows you to override or select a <A 
31104 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
31105 override your indent string, regardless of if you have enabled 
31106 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
31107 The full list of options can be found below.
31109 Here is an example of how this option works. After you press Reply,
31110 if you see &quot;A Inc Attach&quot; in the menu, it means that 
31111 if you press &quot;A&quot;, then Alpine will include the attachments
31112 of the original message, and the default is not to include them. 
31113 Conversely, if you see &quot;A No Attach&quot; 
31114 then by pressing &quot;A&quot; Alpine will not include
31115 attachments in your reply, and the default is that Alpine will 
31116 include them in your reply. The value that you see when you 
31117 start your reply is controlled by the option
31118 <A HREF="h_config_attach_in_reply">
31119 <!--#echo var="FEAT_include-attachments-in-reply"-->
31120 </A>. If the feature is enabled, then Alpine will display 
31121 &quot;A No Attach&quot; to override the default behavior. You can
31122 toggle between the two values of this option by pressing &quot;A&quot;.
31123 Remember that the value that you see in the menu is the action that will 
31124 be done when you press the associated command.
31126 Below are your options:
31127 <OL>
31128 <LI><B>A</B>: This determines if Alpine will include or not the 
31129 attachments sent to you in the message that you are replying to. The default 
31130 is to use the value of the configuration option 
31131 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overridden by using this command.
31133 <LI><B>H</B>: This command determines if the headers of a message are
31134 included in the body of the message that is being replied to. By default 
31135 Alpine will use the value of the configuration option 
31136 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
31137 Observe that by toggling this option to include headers, text will be toggled
31138 to be included by default.
31140 <LI><B>R</B>: Can be used to set a role different from the default.
31142 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
31143 message. The default is to strip the signature when the message is not
31144 viewed in headers mode, and you either have enabled
31145 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
31147 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
31149 <LI><B>Ctrl-R</B>: Can be used to edit the 
31150 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
31151 </OL>
31153 In order to include the text of the original message in the reply
31154 you either need to press 'y' to include the original text, or 'n' to 
31155 exclude it from the reply. Pressing return will execute the default 
31156 action, which is to include text only if the option
31157 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
31158 is enabled. However, notice that the default is to include text if you edit the 
31159 reply indent string or if you explicitly set through this menu that you
31160 want headers included in the reply message.
31163 &lt;End of help on this topic&gt;
31164 </BODY>
31165 </HTML>
31166 ====== h_config_del_from_dot =====
31167 <HTML>
31168 <HEAD>
31169 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
31170 </HEAD>
31171 <BODY>
31172 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
31174 This feature controls the behavior of the Ctrl-K command in the composer.
31175 If set, ^K will cut from the current cursor position to the end of the line,
31176 rather than cutting the entire line.
31179 &lt;End of help on this topic&gt;
31180 </BODY>
31181 </HTML>
31182 ====== h_config_print_index =====
31183 <HTML>
31184 <HEAD>
31185 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
31186 </HEAD>
31187 <BODY>
31188 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
31190 This feature controls the behavior of the Print command when in the
31191 MESSAGE INDEX screen.  If set, the print command will give you a prompt
31192 asking if you wish to print the message index, or the currently highlighted
31193 message. If not set, the message will be printed.
31196 &lt;End of help on this topic&gt;
31197 </BODY>
31198 </HTML>
31199 ====== h_config_allow_talk =====
31200 <HTML>
31201 <HEAD>
31202 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
31203 </HEAD>
31204 <BODY>
31205 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
31207 UNIX Alpine only.
31209 By default, permission for others to &quot;talk&quot; to your terminal is turned
31210 off when you are running Alpine.  When this feature is set, permission is
31211 instead turned on.  If enabled, you may see unexpected messages in the
31212 middle of your Alpine screen from someone attempting to contact you via the
31213 &quot;talk&quot; program.
31216 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
31217 talk daemon on your system will attempt to print a message on your screen 
31218 when someone else is trying to contact you.  If you wish to see these
31219 messages while you are running Alpine, you should enable this feature.
31222 If you do enable this feature and see a &quot;talk&quot; message, you must 
31223 suspend or quit Alpine before you can respond.
31226 &lt;End of help on this topic&gt;
31227 </BODY>
31228 </HTML>
31229 ====== h_config_send_filter_dflt =====
31230 <HTML>
31231 <HEAD>
31232 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
31233 </HEAD>
31234 <BODY>
31235 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
31236 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
31237 configured, setting this feature will cause
31238 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
31239 instead of unfiltered, the usual default.
31241 <UL>   
31242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31243 </UL><P>
31244 &lt;End of help on this topic&gt;
31245 </BODY>
31246 </HTML>
31247 ====== h_config_custom_print =====
31248 <HTML>
31249 <HEAD>
31250 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
31251 </HEAD>
31252 <BODY>
31253 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
31255 When this feature is set, the print command will have an additional
31256 subcommand called "C CustomPrint".  If selected, you will have
31257 the opportunity to enter any system print command --instead of being 
31258 restricted to using those that have been previously configured in the 
31259 printer setup menu.
31262 &lt;End of help on this topic&gt;
31263 </BODY>
31264 </HTML>
31265 ====== h_config_enable_dot_files =====
31266 <HTML>
31267 <HEAD>
31268 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
31269 </HEAD>
31270 <BODY>
31271 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
31273 When this feature is set, files beginning with dot (".") will be
31274 visible in the file browser.  For example, you'll be able to select them
31275 when using the browser to add an attachment to a message.
31277 &lt;End of help on this topic&gt;
31278 </BODY>
31279 </HTML>
31280 ====== h_config_enable_dot_folders =====
31281 <HTML>
31282 <HEAD>        
31283 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
31284 </HEAD>
31285 <BODY>
31286 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
31288 When this feature is set, folders beginning with dot (".") may be added
31289 and viewed.
31291 &lt;End of help on this topic&gt;
31292 </BODY>
31293 </HTML>
31294 ====== h_config_ff_between_msgs =====
31295 <HTML>
31296 <HEAD>
31297 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
31298 </HEAD>
31299 <BODY>
31300 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
31302 Setting this feature causes a formfeed to be printed between messages when
31303 printing multiple messages (with Apply Print command).
31305 &lt;End of help on this topic&gt;
31306 </BODY>
31307 </HTML>
31308 ====== h_config_blank_keymenu =====
31309 <HTML>
31310 <HEAD>
31311 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
31312 </HEAD>
31313 <BODY>
31314 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
31316 If this feature is set the command key menu that normally appears on the
31317 bottom two lines of the screen will not usually be there.  Asking for
31318 help with ^G or ? will cause the key menu to appear instead of causing
31319 the help message to come up.  If you want to actually see the help text,
31320 another ^G or ? will show it to you.  After the key menu has popped
31321 up with the help key it will remain there for an O for Other command but
31322 disappear if any other command is typed.
31324 &lt;End of help on this topic&gt;
31325 </BODY>
31326 </HTML>
31327 ====== h_config_enable_mouse =====
31328 <HTML>
31329 <HEAD>
31330 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
31331 </HEAD>
31332 <BODY>
31333 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
31335 This feature controls whether or not an X terminal mouse can be used with
31336 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
31337 being used, the left mouse button on the mouse can be used to select text
31338 or commands.
31339 Clicking on a command at the bottom of the screen will behave as if you had
31340 typed that command.
31341 Clicking on an index line will move the current message highlight to
31342 that line.
31343 Double-clicking on an index line will view the message.
31344 Double-clicking on a link will view the link.
31346 This type of mouse support will also work in some terminal emulators which are
31347 not actually X terminals, but which have extra code to support the xterm
31348 style mouse.
31349 For those emulators you not only need to turn this feature on but you also
31350 have to set the $DISPLAY environment variable even though it isn't needed
31351 for your terminal.
31352 That will cause Alpine to think that it is an xterm and to properly interpret the
31353 escape sequences sent by the mouse.
31355 Note: if this feature is set, the behavior of X terminal cut-and-paste is
31356 also modified.  It is sometimes possible to hold the shift key down while clicking
31357 left or middle mouse buttons for the normal xterm cut/paste operations. 
31358 There is also an Alpine command to toggle this mode on or off.
31359 The command is Ctrl-&#92; (Control-backslash).
31361 &lt;End of help on this topic&gt;
31362 </BODY>
31363 </HTML>
31364 ====== h_config_enable_xterm_newmail =====
31365 <HTML>
31366 <HEAD>        
31367 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
31368 </HEAD>
31369 <BODY>
31370 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
31372 This feature controls whether or not Alpine will attempt to announce new
31373 mail arrival when it is running in an X terminal window and that window
31374 is iconified.  If set, and the $DISPLAY variable indicates that an X
31375 terminal is being used, Alpine will send appropriate escape sequences to
31376 the X terminal to modify the label on Alpine's icon to indicate that new
31377 mail has arrived. Alpine will also modify the Alpine window's title to
31378 indicate new mail.
31379 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
31381 &lt;End of help on this topic&gt;
31382 </BODY></HTML>
31383 ====== h_config_enable_newmail_short_text =====
31384 <HTML>
31385 <HEAD>        
31386 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
31387 </HEAD>
31388 <BODY>
31389 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
31391 This feature controls the text to be displayed in an icon in the event
31392 of a new message arrival.  Normally, the message will
31393 be the one that is displayed on the screen.  This feature shortens the
31394 message to a count of the number of new messages in brackets.  This may be
31395 more useful for those who use the window's title bar in the task bar as a
31396 new mail indicator.  This feature is only useful if the
31397 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
31398 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
31399 feature, this feature is only relevant when run in an xterm environment.
31401 &lt;End of help on this topic&gt;
31402 </BODY></HTML>
31403 ====== h_config_copy_to_to_from =====
31404 <HTML>
31405 <HEAD>
31406 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
31407 </HEAD>
31408 <BODY>
31409 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
31411 This feature affects the From address used when Replying to a message.
31412 It is probably only useful if you have some
31413 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
31414 defined.
31415 When enabled, it checks to see if any of the addresses in the To or Cc
31416 fields of the message you are replying to is one of your addresses.
31417 If it is, and there is only one of them, then that address is used as
31418 the From address in the message you are composing.
31419 In other words, you will be using a From address that is the same
31420 as the To address that was used to get the mail to you in the first place.
31423 If a role is being used and it has a From address defined, that From address will
31424 be used rather than the one derived from this feature.
31427 <UL>   
31428 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31429 </UL><P>
31430 &lt;End of help on this topic&gt;
31431 </BODY>
31432 </HTML>
31433 ====== h_config_prefix_editing =====
31434 <HTML>
31435 <HEAD>
31436 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
31437 </HEAD>
31438 <BODY>
31439 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
31441 This feature affects the Reply command's &quot;Include original message
31442 in Reply?&quot; prompt.  When enabled, it causes the
31443 &quot;Edit Indent String&quot; sub-command to appear which allows 
31444 you to edit the string Alpine would otherwise use to denote included 
31445 text from the message being replied to.<P>
31447 Thus, you can change Alpine's default message quote character (usually
31448 an angle bracket) on a per message basis. So you could change your quoted message to
31449 look, for example, like this:<p>
31451 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
31453 John: I just wanted to say hello and to congratulate you
31454 John: on a job well done!</pre><p>
31456 The configuration option
31457 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
31458 may be used to change what appears as the default string to be edited.
31460 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
31461 currently being replied to.
31463 If you change your <!--#echo var="VAR_reply-indent-string"-->
31464 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
31465 quoted text will not be flowed
31466 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
31467 when you reply.
31468 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
31469 set to the default value.
31471 <UL>   
31472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31473 </UL><P>
31474 &lt;End of help on this topic&gt;
31475 </BODY>
31476 </HTML>
31477 ====== h_config_enable_search_and_repl =====
31478 <HTML>
31479 <HEAD>
31480 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
31481 </HEAD>
31482 <BODY>
31483 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
31485 This feature modifies the behavior of Alpine's composer.  Setting this
31486 feature causes Alpine to offer the "^R Replace" subcommand, which
31487 allows you to search and replace text strings in a message you are composing, 
31488 inside the "^W Where is" command.  
31492 To search and replace text, first enter the text to be replaced at the 
31493 "Search: " prompt.  Then, rather than pressing Enter to just search for that
31494 text, press ^R, which turns the prompt into 
31498 Search (to replace): 
31502 and then press Enter.  The cursor will highlight the first occurrence 
31503 of the text string you entered, and the prompt will show: 
31507 Replace "<your text string>" with : 
31511 where <your text string> is what you entered at the previous prompt;
31512 here, enter the replacement text.  To only replace the highlighted 
31513 occurrence, simply press Enter now; to replace all occurrences in the 
31514 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
31515 each replacement.
31519 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
31520 ^X toggles between "Replace All" and "Replace One."
31524 If you previously searched for text in a message, it will be offered for 
31525 re-use as part of the prompt, shown in [ ] brackets.
31528 &lt;End of help on this topic&gt;
31529 </BODY>
31530 </HTML>
31531 ====== h_config_enable_view_attach =====
31532 <HTML>
31533 <HEAD>
31534 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
31535 </HEAD>
31536 <BODY>
31537 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
31539 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31540 Setting this feature causes Alpine to present attachments in boldface.
31541 The first available attachment is displayed in inverse.  This is the
31542 "selected" attachment.  Pressing RETURN will cause Alpine to display
31543 the selected attachment.  Use the arrow keys to change which of the
31544 attachments displayed in boldface is the current selection.
31548 Speaking of arrow keys, the Up and Down Arrows will select the next
31549 and previous attachments if one is available on the screen for selection.
31550 Otherwise, they will simply adjust the viewed text one line up or down.
31554 Similarly, when selectable items are present in a message, the Ctrl-F key
31555 can be used to select the next item in the message independent of which
31556 portion of the viewed message is currently displayed. The Ctrl-B key can
31557 be used to select the previous item in the same way. 
31558 <P> 
31559 &lt;End of help on this topic&gt;
31560 </BODY>
31561 </HTML>
31562 ====== h_config_enable_y_print =====
31563 <HTML>
31564 <HEAD>
31565 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
31566 </HEAD>
31567 <BODY>
31568 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
31570 This feature modifies the behavior of Alpine's Print command.
31572 By default, Alpine's print command is available by pressing the "%" key.  
31573 (This command is a substantial change from Pine versions before 4.00 -- 
31574 where the print command was "Y" -- based on numerous complaints about 
31575 printing being invoked inadvertently, since Y also means "Yes.")  
31579 This feature is supplied to mitigate any disruption or anxiety users 
31580 might feel as a result of this change.  
31584 Enabling this feature will cause Alpine to recognize both the old
31585 command, "Y" for Prynt, as well the new "%" method for invoking
31586 printing.  Note, key menu labels are not changed as a result of
31587 enabling this feature.
31591 &lt;End of help on this topic&gt;
31592 </BODY>
31593 </HTML>
31594 ====== h_config_enable_lessthan_exit =====
31595 <HTML>
31596 <HEAD>
31597 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
31598 </HEAD>
31599 <BODY>
31600 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
31602 If this feature is set, then on screens where there is an Exit command
31603 but no < command, the < key will perform the same function as the Exit
31604 command.
31605 This feature is set by default.
31607 &lt;End of help on this topic&gt;
31608 </BODY>
31609 </HTML>
31610 ====== h_config_enable_view_url =====
31611 <HTML>
31612 <HEAD>
31613 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
31614 </HEAD>
31615 <BODY>
31616 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
31617 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31618 When this feature is set (the default) Alpine will select possible URLs from the
31619 displayed text and display them in boldface for selection.
31621 The first available URL is displayed in inverse.  This is the
31622 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
31623 the selected URL via either built-in means as with mailto:, imap:,
31624 news:, and nntp:, or via an external application as defined
31625 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31626 variable.
31628 Use the arrow keys to change which of the URLs displayed in boldface
31629 is the current selection.
31631 Speaking of arrow keys, the Up and Down Arrows will select the next
31632 and previous URL if one is available on the screen for selection (unless 
31633 you have set the feature 
31634 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
31635 Otherwise, they will simply adjust the viewed text one line up or down.
31637 Similarly, when selectable items are present in a message, the Ctrl-F
31638 key can be used to select the next item in the message independent
31639 of which portion of the viewed message is currently displayed. The
31640 Ctrl-B key can be used to select the previous item in the same way.
31642 <UL>   
31643 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31644 </UL><P>
31645 &lt;End of help on this topic&gt;
31646 </BODY>
31647 </HTML>
31648 ====== h_config_enable_view_web_host =====
31649 <HTML>
31650 <HEAD>
31651 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
31652 </HEAD>
31653 <BODY>
31654 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
31656 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31657 When this feature is set (the default) Alpine will select possible web hostnames
31658 from the displayed text and display them in boldface for selection.  
31659 This can be useful when you receive messages referencing World Wide Web 
31660 sites without the use of complete URLs; for example, specifying only 
31661 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
31662 selectable 
31663 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
31664 rather than explicitly
31665 &quot;http://www.some.site.com&quot;.  
31667 The first available hostname is displayed in inverse.  This is the
31668 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
31669 the selected hostname via an external application as defined
31670 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31671 variable.
31673 Use the arrow keys (unless you have set the feature 
31674 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31675 to change which of the hostnames displayed in
31676 boldface is the current selection.
31678 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31679 key can be used to select the next web hostname in the message independent
31680 of which portion of the viewed message is currently displayed. The
31681 Ctrl-B key can be used to select the previous web hostnames in the same way.
31683 <UL>   
31684 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31685 </UL><P>
31686 &lt;End of help on this topic&gt;
31687 </BODY>
31688 </HTML>
31689 ====== h_config_enable_view_addresses =====
31690 <HTML>
31691 <HEAD>
31692 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
31693 </HEAD>
31694 <BODY>
31695 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
31697 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31698 Setting this feature causes Alpine to select possible email addresses
31699 from the displayed text and display them in boldface for selection.  
31702 The first available email address is displayed in inverse.  This is the
31703 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
31704 the message composition screen with the To: field filled in with the
31705 selected address.
31707 Use the arrow keys (unless you have set the feature 
31708 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31709 to change which of the hostnames displayed in
31710 boldface is the current selection.
31712 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31713 key can be used to select the next web hostname in the message independent
31714 of which portion of the viewed message is currently displayed. The
31715 Ctrl-B key can be used to select the previous web hostnames in the same way.
31717 <UL>   
31718 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31719 </UL><P>
31720 &lt;End of help on this topic&gt;
31721 </BODY>
31722 </HTML>
31723 ====== h_external_loads_inline_images_only =====
31724 <HTML>
31725 <HEAD>
31726 <TITLE>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></TITLE>
31727 </HEAD>
31728 <BODY>
31729 <H1>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></H1>
31731 Alpine allows you to pass a HTML message to the browser that you have configured in your
31732 <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A> variable. This allows
31733 you to read a message outside of Alpine. This is desirable when Alpine does not display
31734 html correctly, or when you wish to read the message and see the inline images in the message.
31737 An inline image is one that comes with the message and is necessary for the correct display of
31738 the message. However, there are instances in which the source of an image will come from
31739 external servers. If this feature is enabled (the default) then Alpine will only pass inline
31740 images to the browser and will remove the link to external images, so only inline images will
31741 be used to display the message, and no external image will be loaded. Alpine does this to protect
31742 your privacy and security.
31745 Please note that messages are usually formatted by the sender so that they display correctly once
31746 all images have been loaded. Enabling this feature might cause the message not to be correctly
31747 displayed by your browser.
31750 Also consider security and privacy implications of opening an HTML message in a browser. You are
31751 always protected when you do not use this feature, but you might not have the same level of
31752 protection if you try to open a spam or scam using the html view. Also commercial email is
31753 normally embedded with links to external images that let them, their partners, and your internet
31754 service provider (which could be your employer or school)  know that you opened their message or
31755 connected to a web site, violating your privacy.
31758 If you are worried about your privacy and security, do not use an external viewer to open
31759 html files, and keep using the internal mechanisms that Alpine provides to read messages.
31762 &lt;End of help on this topic&gt;
31763 </BODY>
31764 <HTML>
31765 ====== h_config_enable_view_arrows =====
31766 <HTML>
31767 <HEAD>
31768 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
31769 </HEAD>
31770 <BODY>
31771 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
31773 This feature modifies Up and Down arrow key behavior in Alpine's
31774 MESSAGE TEXT screen when selectable Attachments, URL's, or
31775 web-hostnames are presented. Alpine's usual behavior is to move to
31776 the next or previous selectable item if currently displayed or
31777 simply to adjust the screen view by one line.
31781 Setting this feature causes the UP and Down arrow key to behave as
31782 if no selectable items were present in the message.
31786 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
31787 item) functionality is unchanged.
31790 &lt;End of help on this topic&gt;
31791 </BODY>
31792 <HTML>
31793 ====== h_config_quell_charset_warning =====
31794 <HTML>
31795 <HEAD>
31796 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
31797 </HEAD>
31798 <BODY>
31799 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
31801 By default, if the message you are viewing contains characters that are
31802 not representable in your
31803 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
31804 then Alpine will
31805 add a warning to the start of the displayed text.
31806 If this option is set, then that editorial message will be suppressed.
31808 Setting this feature also suppresses the comment about the character set
31809 in header lines.
31810 For example, when viewing a message you might see
31812 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
31814 in the From header if your Character-Set is something other than ISO-8859-2.
31815 If you set this feature, the comment about the character set will
31816 no longer be there.
31818 &lt;End of help on this topic&gt;
31819 </BODY>
31820 </HTML>
31821 ====== h_config_quell_host_after_url =====
31822 <HTML>
31823 <HEAD>
31824 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
31825 </HEAD>
31826 <BODY>
31827 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
31829 By default, links in HTML text are displayed with the host the link
31830 references appended, within square brackets, to the link text.  Alpine
31831 does this to help indicate where a link will take you, particularly when
31832 the link text might suggest a different destination.
31835 Setting this feature will prevent the server name from being appended
31836 to the displayed text.
31839 &lt;End of help on this topic&gt;
31840 </BODY>
31841 </HTML>
31842 ====== h_config_prefer_plain_text =====
31843 <HTML>
31844 <HEAD>
31845 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
31846 </HEAD>
31847 <BODY>
31848 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
31850 A message being viewed may contain alternate versions of the same content.
31851 Those alternate versions are supposed to be ordered by the sending software such that the
31852 first alternative is the least preferred and the last alternative is the
31853 most preferred. Alpine will normally display the most-preferred version that
31854 it knows how to display. This is most often encountered where the two
31855 alternate versions are a plain text version and an HTML version, with the
31856 HTML version listed last as the most preferred.
31858 If this option is set, then any plain text version will be preferred to
31859 all other versions.
31861 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
31862 which will temporarily change the sense of this option.
31863 If this option is set you will first see the plain text version of a
31864 message.
31865 If you then type the &quot;A&quot; command, you will see the most preferred version,
31866 most likely HTML, instead.
31867 Typing the &quot;A&quot; command a second time will switch it back.
31868 Alternatively, if the present option is not set you will originally see
31869 the most preferred version of the message and typing &quot;A&quot; will switch to
31870 the plain text version.
31872 &lt;End of help on this topic&gt;
31873 </BODY>
31874 </HTML>
31875 ====== h_config_pass_control =====
31876 <HTML>
31877 <HEAD>
31878 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
31879 </HEAD>
31880 <BODY>
31881 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
31883 It is probably not useful to set this option.
31884 This is a legacy option left behind &quot;just in case&quot;.
31885 Multi-byte characters that have an octet that has the same
31886 value as a control character are permitted through whether or not
31887 this option is turned on.
31889 This feature controls how certain characters contained in messages are
31890 displayed.
31891 If set, all characters in a message will be sent to the
31892 screen. Normally, control characters are displayed as shown below to
31893 avoid a garbled screen and to 
31894 avoid inadvertently changing terminal setup parameters.
31895 Control characters are usually displayed as two character sequences like
31896 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
31897 for Control-C,
31898 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
31899 for ESCAPE,
31900 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
31901 for DELETE, and
31902 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
31903 for the character with value 133 (0x85).
31904 (The DEL character is displayed as ^?, regular control characters are displayed
31905 as the character ^ followed by the character obtained by adding the
31906 five low-order bits of the character to 0x40, and the C1
31907 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
31908 character obtained by adding the
31909 five low-order bits of the character to 0x40.)
31910 Sometimes, in cases where changing a single control character into a
31911 two-character sequence would confuse Alpine's display routines,
31912 a question mark is substituted for the control character.
31914 If you wish to filter out regular control characters but pass the
31915 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31916 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.
31918 &lt;End of help on this topic&gt;
31919 </BODY>
31920 </HTML>
31921 ====== h_config_pass_c1_control =====
31922 <HTML>
31923 <HEAD>
31924 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
31925 </HEAD>
31926 <BODY>
31927 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
31929 It is probably not useful to set this option.
31930 This is a legacy option left behind &quot;just in case&quot;.
31931 Multi-byte characters that have an octet that has the same
31932 value as a control character are permitted through whether or not
31933 this option is turned on.
31935 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31936 is set, then this feature has no effect.
31937 However, if you wish to filter out regular control characters but pass the
31938 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31939 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31940 unset and set this feature.
31942 &lt;End of help on this topic&gt;
31943 </BODY>
31944 </HTML>
31945 ====== h_config_fcc_on_bounce =====
31946 <HTML>
31947 <HEAD>
31948 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
31949 </HEAD>
31950 <BODY>
31951 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
31953 This feature controls an aspect of Alpine's behavior when bouncing a
31954 message. If set, normal FCC ("File Carbon Copy") processing will be
31955 done, just as if you had composed a message to the address you are
31956 bouncing to.  If not set, no FCC of the message will be saved. 
31958 &lt;End of help on this topic&gt;
31959 </BODY>
31960 </HTML>
31961 ====== h_config_show_cursor =====
31962 <HTML>
31963 <HEAD>
31964 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
31965 </HEAD>
31966 <BODY>
31967 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
31969 This feature controls an aspect of Alpine's displays.  If set, the system
31970 cursor will move to convenient locations in the displays.  For example,
31971 to the beginning of the status field of the highlighted index line, or
31972 to the highlighted word after a successful WhereIs command.  It is intended
31973 to draw your attention to an "interesting" spot on the screen.
31975 &lt;End of help on this topic&gt;
31976 </BODY>
31977 </HTML>
31978 ====== h_config_sort_fcc_alpha =====
31979 <HTML>
31980 <HEAD>
31981 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
31982 </HEAD>
31983 <BODY>
31984 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
31986 This feature controls an aspect of Alpine's FOLDER LIST screen.
31987 If set, the default Fcc folder will be sorted alphabetically with the other
31988 folders instead of appearing right after the INBOX.
31990 &lt;End of help on this topic&gt;
31991 </BODY>
31992 </HTML>
31993 ====== h_config_sort_save_alpha =====
31994 <HTML>
31995 <HEAD>
31996 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
31997 </HEAD>
31998 <BODY>
31999 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
32001 This feature controls an aspect of Alpine's FOLDER LIST screen.
32002 If set, the default save folder will be sorted alphabetically with the other
32003 folders instead of appearing right after the INBOX (and default FCC folder).
32005 &lt;End of help on this topic&gt;
32006 </BODY>
32007 </HTML>
32008 ====== h_config_single_list =====
32009 <HTML>
32010 <HEAD>
32011 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
32012 </HEAD>
32013 <BODY>
32014 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
32016 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
32017 the folders will be listed one per line instead of several per line
32018 in the FOLDER LIST display.
32020 &lt;End of help on this topic&gt;
32021 </BODY>
32022 </HTML>
32023 ====== h_config_vertical_list =====
32024 <HTML>
32025 <HEAD>
32026 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
32027 </HEAD>
32028 <BODY>
32029 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
32031 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
32032 the folders will be listed alphabetically down the columns rather
32033 than across the columns as is the default.
32035 &lt;End of help on this topic&gt;
32036 </BODY>
32037 </HTML>
32038 ====== h_config_verbose_post =====
32039 <HTML>
32040 <HEAD>
32041 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
32042 </HEAD>
32043 <BODY>
32044 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
32045 This feature controls an aspect of Alpine's message sending.  When enabled,
32046 Alpine will send a VERB (i.e., VERBose) command early in the posting process
32047 intended to cause the SMTP server to provide a more detailed account of
32048 the transaction.  This feature is typically only useful to system
32049 administrators and other support personnel as an aid in troubleshooting
32050 problems.
32052 Note, this feature relies on a specific capability of the system's mail
32053 transport agent or configured 
32054 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
32055 It is possible that this
32056 feature will cause problems for some transport agents, and may result in
32057 sending failure.  In addition, as the verbose output comes from the mail
32058 transport agent, it is likely to vary from one system to another. 
32059 <P><UL>
32060 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32061 </UL><P>
32062 &lt;End of help on this topic&gt;
32063 </BODY>
32064 </HTML>
32065 ====== h_config_auto_reply_to =====
32066 <HTML>
32067 <HEAD>
32068 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
32069 </HEAD>
32070 <BODY>
32071 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
32073 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
32074 will not prompt when a message being replied to contains a "Reply-To:"
32075 header value, but will simply use its value (as opposed to using the
32076 "From:" field's value).
32080 Note: Using the "Reply-To:" address is usually the preferred behavior,
32081 however, some mailing list managers choose to place the list's address in
32082 the "Reply-To:" field of any message sent out to the list.  In such
32083 cases, this feature makes it all too easy for personal replies to be
32084 inadvertently sent to the entire mail list, so be careful! 
32086 &lt;End of help on this topic&gt;
32087 </BODY>
32088 </HTML>
32089 ====== h_config_del_skips_del =====
32090 <HTML>
32091 <HEAD>
32092 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
32093 </HEAD>
32094 <BODY>
32095 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
32097 This feature controls an aspect of Alpine's Delete command.  If set, this
32098 feature will cause the Delete command to advance past following messages that
32099 are marked deleted.  In other words, pressing "D" will both mark the
32100 current message deleted and advance to the next message that is not marked
32101 deleted.
32102 This feature is set by default.
32104 &lt;End of help on this topic&gt;
32105 </BODY></HTML>
32106 ====== h_config_expunge_manually =====
32107 <HTML>
32108 <HEAD>
32109 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
32110 </HEAD>
32111 <BODY>
32112 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
32114 Normally, when you close a folder that contains deleted messages you are
32115 asked if you want to expunge those messages from the folder permanently.
32116 If this feature is set, you won't be asked and the deleted messages will
32117 remain in the folder.
32118 If you choose to set this feature you will have to expunge the
32119 messages manually using the eXpunge command, which you can use while
32120 in the MESSAGE INDEX screen.
32121 If you do not expunge deleted messages the size of your
32122 folder will continue to increase until you are out of disk space.
32124 <UL>   
32125 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32126 </UL><P>
32127 &lt;End of help on this topic&gt;
32128 </BODY>
32129 </HTML>
32130 ====== h_config_auto_expunge =====
32131 <HTML>
32132 <HEAD>
32133 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
32134 </HEAD>
32135 <BODY>
32136 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
32138 This features controls an aspect of Alpine's eXpunge command.  If set, you
32139 will <B>not</B> be prompted to confirm your intent before the expunge takes 
32140 place.
32141 Actually, this is only true for the INBOX folder and for folders in the
32142 Incoming Folders collection. See the feature
32143 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
32145 <UL>   
32146 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32147 </UL><P>
32148 &lt;End of help on this topic&gt;
32149 </BODY>
32150 </HTML>
32151 ====== h_config_full_auto_expunge =====
32152 <HTML>
32153 <HEAD>
32154 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
32155 </HEAD>
32156 <BODY>
32157 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
32159 This features controls an aspect of Alpine's eXpunge command.  If set, you
32160 will <B>not</B> be prompted to confirm your intent before the expunge 
32161 takes place.  This feature sets this behavior for all folders, unlike the
32162 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
32163 feature that works only for incoming folders.
32165 <UL>   
32166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32167 </UL><P>
32168 &lt;End of help on this topic&gt;
32169 </BODY>
32170 </HTML>
32171 ====== h_config_auto_read_msgs =====
32172 <HTML>
32173 <HEAD>
32174 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
32175 </HEAD>
32176 <BODY>
32177 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
32178 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
32179 and the 
32180 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
32181 option is also set, then Alpine will
32182 automatically transfer all read messages to the designated folder and mark
32183 them as deleted in the INBOX.  Messages in the INBOX marked with an 
32184 &quot;N&quot; (meaning New, or unseen) are not affected.
32186 <UL>   
32187 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32188 </UL><P>
32189 &lt;End of help on this topic&gt;
32190 </BODY>
32191 </HTML>
32192 ====== h_config_auto_fcc_only =====
32193 <HTML>
32194 <HEAD>
32195 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
32196 </HEAD>
32197 <BODY>
32198 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
32199 This features controls an aspect of Alpine's composer.
32200 The only time this feature will be used is if you attempt to send mail
32201 that has no recipients but does have an Fcc.
32202 Normally, Alpine will ask if you really mean to copy the message only to
32203 the Fcc.
32204 That is, it asks if you really meant to have no recipients.
32205 If this feature is set, you
32206 will <B>not</B> be prompted to confirm your intent to make only a copy
32207 of a message with no recipients.
32209 This feature is closely related to
32210 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
32211 The difference between this feature and that feature is that this feature
32212 considers a Bcc to be a recipient while that feature will ask for confirmation
32213 even if there is a Bcc when there is no To, Cc, or Newsgroup.
32214 The default values also differ. This feature defaults to asking the question
32215 and you have to turn it off.
32216 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
32217 unless you turn it on.
32220 <UL>   
32221 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32222 </UL><P>
32223 &lt;End of help on this topic&gt;
32224 </BODY>
32225 </HTML>
32226 ====== h_config_mark_fcc_seen =====
32227 <HTML>
32228 <HEAD>
32229 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
32230 </HEAD>
32231 <BODY>
32232 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
32234 This features controls the way Fccs (File carbon copies) are
32235 made of the messages you send.
32238 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
32239 copy will be marked as Unseen.
32240 When you look at the folder it was saved in the message will appear to
32241 be a New message until you read it.
32242 When this feature is enabled, the message will be marked as having
32243 been Seen.
32246 <UL>   
32247 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32248 </UL><P>
32249 &lt;End of help on this topic&gt;
32250 </BODY>
32251 </HTML>
32252 ====== h_config_no_fcc_attach =====
32253 <HTML>
32254 <HEAD>
32255 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
32256 </HEAD>
32257 <BODY>
32258 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
32260 This features controls the way Fcc's (File carbon copies) are
32261 made of the messages you send.
32264 Normally, Alpine saves an exact copy of your message as it was sent.
32265 When this feature is enabled, the &quot;body&quot; of the message
32266 you send (the text you type in the composer) is preserved in the 
32267 copy as before, however all attachments are replaced with text
32268 explaining what had been sent rather than the attachments themselves.
32271 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
32272 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
32273 allows you to interactively set whether or not attachments are saved
32274 to the Fcc'd copy.
32277 <UL>   
32278 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32279 </UL><P>
32280 &lt;End of help on this topic&gt;
32281 </BODY>
32282 </HTML>
32283 ====== h_config_read_in_newsrc_order =====
32284 <HTML>
32285 <HEAD>
32286 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
32287 </HEAD>
32288 <BODY>
32289 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
32291 This feature controls the order in which newsgroups will be presented.  If
32292 set, they will be presented in the same order as they occur in your 
32293 <!--chtml if pinemode="os_windows"-->
32294 &quot;NEWSRC&quot;
32295 <!--chtml else-->
32296 &quot;.newsrc&quot;
32297 <!--chtml endif-->
32298 file (the default location of which can be changed with the 
32299 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
32301 If not set, the newsgroups will be presented in alphabetical order.
32303 <UL>   
32304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32305 </UL><P>
32306 &lt;End of help on this topic&gt;
32307 </BODY>
32308 </HTML>
32309 ====== h_config_quell_tz_comment =====
32310 <HTML>
32311 <HEAD>
32312 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
32313 </HEAD>
32314 <BODY>
32315 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
32317 Normally, when Alpine generates a Date header for outgoing mail,
32318 it will try to include the symbolic timezone at the end of the
32319 header inside parentheses.
32320 The symbolic timezone is often three characters long, but on
32321 some operating systems, it may be longer.
32322 Apparently there are some SMTP servers in the world that will reject an
32323 incoming message if it has a Date header longer than about 80 characters.
32324 If this feature is set, the symbolic timezone normally generated by
32325 Alpine will not be included.
32326 You probably don't need to worry about this feature unless you run into
32327 the problem described above.
32330 &lt;End of help on this topic&gt;
32331 </BODY>
32332 </HTML>
32333 ====== h_config_post_wo_validation =====
32334 <HTML>
32335 <HEAD>
32336 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
32337 </HEAD>
32338 <BODY>
32339 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
32341 This feature controls whether the NNTP server is queried as newsgroups
32342 are entered for posting.  Validation over slow links (e.g. dialup using
32343 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
32345 &lt;End of help on this topic&gt;
32346 </BODY>
32347 </HTML>
32348 ====== h_config_send_wo_confirm =====
32349 <HTML>
32350 <HEAD>
32351 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
32352 </HEAD>
32353 <BODY>
32354 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
32356 By default, when you send or post a message you will be asked to confirm
32357 with a question that looks something like:
32360 <CENTER><SAMP>Send message?</SAMP></CENTER>
32363 If this feature is set, you
32364 will <B>not</B> be prompted to confirm your intent to send
32365 and your message will be sent.
32367 If this feature is set it disables some possibilities and renders some
32368 other features meaningless.
32369 You will not be able to use
32370 <A HREF="h_config_sending_filter">Sending Filters</A>,
32371 Verbose sending mode,
32372 <A HREF="h_config_compose_bg_post">Background Sending</A>,
32373 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
32374 or ^V to turn off the generation of flowed text for this message.
32375 These options are normally available as suboptions in the Send prompt, but
32376 with no Send prompt the options are gone.
32379 A somewhat related feature is
32380 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
32381 which may be used to eliminate the extra confirmation
32382 question when posting to a newsgroup.
32384 <UL>   
32385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32386 </UL><P>
32387 &lt;End of help on this topic&gt;
32388 </BODY>
32389 </HTML>
32390 ====== h_config_quell_filtering_done_message =====
32391 <HTML>
32392 <HEAD>
32393 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
32394 </HEAD>
32395 <BODY>
32396 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
32398 If you use Filter Rules that move messages or set status of messages
32399 you sometimes see a message from Alpine that looks like
32402 <CENTER><SAMP>filtering done</SAMP></CENTER>
32405 If this feature is set, this message will be suppressed.
32406 If the feature
32407 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
32408 is set then this message will be suppressed regardless.
32411 <UL>   
32412 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32413 </UL><P>
32414 &lt;End of help on this topic&gt;
32415 </BODY>
32416 </HTML>
32417 ====== h_config_quell_filtering_messages =====
32418 <HTML>
32419 <HEAD>
32420 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
32421 </HEAD>
32422 <BODY>
32423 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
32425 If you use Filter Rules that move messages or set status of messages
32426 you sometimes see messages from Alpine that look like
32429 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
32435 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
32441 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
32444 If this feature is set, these messages will be suppressed.
32445 The feature
32446 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
32447 is related.
32450 <UL>   
32451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32452 </UL><P>
32453 &lt;End of help on this topic&gt;
32454 </BODY>
32455 </HTML>
32456 ====== h_config_quell_post_prompt =====
32457 <HTML>
32458 <HEAD>
32459 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
32460 </HEAD>
32461 <BODY>
32462 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
32464 By default, when you post a message to a newsgroup you are asked to confirm
32465 that you want to post with the question
32468 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
32471 If this feature is set, you
32472 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
32473 and your message will be posted.
32476 <UL>   
32477 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32478 </UL><P>
32479 &lt;End of help on this topic&gt;
32480 </BODY>
32481 </HTML>
32482 ====== h_config_check_mail_onquit =====
32483 <HTML>
32484 <HEAD>
32485 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
32486 </HEAD>
32487 <BODY>
32488 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
32490 If this feature is set, Alpine will check for new mail after you give the
32491 Quit command.
32492 If new mail has arrived since the previous check, you will be notified
32493 and given the choice of quitting or not quitting.
32495 <UL>   
32496 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32497 </UL><P>
32498 &lt;End of help on this topic&gt;
32499 </BODY>
32500 </HTML>
32501 ====== h_config_inbox_no_confirm =====
32502 <HTML>
32503 <HEAD>
32504 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
32505 </HEAD>
32506 <BODY>
32507 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
32509 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32510 command and there are no more folders or newsgroups to visit, you are asked
32511 if you want to return to the INBOX.
32512 If this feature is set you will not be asked.
32513 It will be assumed that you do want to return to the INBOX.
32515 <UL>   
32516 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32517 </UL><P>
32518 &lt;End of help on this topic&gt;
32519 </BODY>
32520 </HTML>
32521 ====== h_config_dates_to_local =====
32522 <HTML>
32523 <HEAD>
32524 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
32525 </HEAD>
32526 <BODY>
32527 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
32529 Normally, the message dates that you see in the
32530 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
32531 For example, if a message was sent to you from a few timezones to the east
32532 it might appear that it was sent from the future;
32533 or if it was sent from somewhere to the west it might appear
32534 as if it is from yesterday even though it was sent only a few minutes ago.
32535 If this feature is set an attempt will be made to convert the dates
32536 to your local timezone to be displayed.
32538 Note that this does not affect the results of Select by Date or of
32539 anything else other than these displayed dates.
32540 When viewing the message you may look at the original unconverted value of the Date
32541 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
32543 <UL>   
32544 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32545 </UL><P>
32546 &lt;End of help on this topic&gt;
32547 </BODY>
32548 </HTML>
32549 ====== h_config_tab_no_prompt =====
32550 <HTML>
32551 <HEAD>
32552 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
32553 </HEAD>
32554 <BODY>
32555 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
32557 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32558 command and there is a problem checking a folder, you are asked
32559 whether you want to continue with the search in the following folder or not.
32560 This question gives you a chance to stop the NextNew processing.
32561 (The checking problem might be caused by the fact that the folder does not
32562 exist, or by an authentication problem, or by a server problem
32563 of some sort.)
32566 If this feature is set you will not be asked.
32567 It will be assumed that you do want to continue.
32569 <UL>   
32570 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32571 </UL><P>
32572 &lt;End of help on this topic&gt;
32573 </BODY>
32574 </HTML>
32575 ====== h_config_input_history =====
32576 <HTML>
32577 <HEAD>
32578 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
32579 </HEAD>
32580 <BODY>
32581 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
32583 Many of the prompts that ask for input in the status line near the
32584 bottom of the screen will respond to Up Arrow and Down Arrow
32585 with the history of previous entries.
32586 For example, in the MESSAGE INDEX screen when you use the WhereIs
32587 command the text you entered will be remembered and can be recalled
32588 by using the Up Arrow key.
32589 Another example, when saving a message the folders saved to will
32590 be remembered and can be recalled using the arrow keys.
32592 In the Save prompt, some users prefer that the Up and Down arrow keys
32593 be used for the Previous Collection and Next Collection commands
32594 instead of for a history of previous saves.
32595 If this option is set the Up and Down arrow keys will become synonyms for the
32596 Previous Collection and Next Collection (^P and ^N) commands in the
32597 prompt for the name of a folder to Save to or in the prompt for the
32598 name of a folder to GoTo.
32599 When this feature is not set (the default), ^P and ^N will change the
32600 collection and the arrow keys will show the history.
32602 <UL>   
32603 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32604 </UL><P>
32605 &lt;End of help on this topic&gt;
32606 </BODY>
32607 </HTML>
32608 ====== h_config_confirm_role =====
32609 <HTML>
32610 <HEAD>
32611 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
32612 </HEAD>
32613 <BODY>
32614 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
32616 If you have roles, when you Reply to or Forward a message, or Compose
32617 a new message, Alpine
32618 will search through your roles for one that matches.
32619 Normally, if no matches are found you will be placed into the composer
32620 with no opportunity to select a role.
32621 If this feature is set, then you will be asked to confirm that you don't
32622 want a role.
32623 This will give you the opportunity to select a role (with the ^T command).
32624 If you confirm no role with a Return, you will be placed in
32625 the composer with no role.
32626 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
32627 These behave the same as if you pressed the Return.
32628 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
32629 match what you might type if there was a role match.)
32631 If you are using the alternate form of the Compose command called
32632 &quot;Role&quot;, then all of your roles will be available to you,
32633 independent of the value of this feature and of the values set for all of
32634 Reply Use, Forward Use, and Compose Use.
32636 <UL>   
32637 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32638 </UL><P>
32639 &lt;End of help on this topic&gt;
32640 </BODY>
32641 </HTML>
32642 ====== h_config_news_cross_deletes =====
32643 <HTML>
32644 <HEAD>
32645 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
32646 </HEAD>
32647 <BODY>
32648 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
32650 This feature controls what Alpine does when you delete a message in a
32651 newsgroup that appears in more than one newsgroup.  Such a message
32652 is sometimes termed a &quot;crossposting&quot; in that it was posted
32653 across several newsgroups.
32656 Alpine's default behavior when you delete such a message is to remove
32657 only the copy in the current newsgroup from view when you use the
32658 &quot;Exclude&quot; command or the next time you visit the newsgroup.
32661 Enabling this feature causes Alpine to remove every occurrence of the
32662 message from all newsgroups it appears in and to which you are
32663 subscribed.
32666 NOTE: As currently implemented, enabling this feature may increase the
32667 time it takes the Expunge command and newsgroup closing to complete.
32670 <UL>   
32671 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32672 </UL><P>
32673 &lt;End of help on this topic&gt;
32674 </BODY>
32675 </HTML>
32676 ====== h_config_news_catchup =====
32677 <HTML>
32678 <HEAD>
32679 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
32680 </HEAD>
32681 <BODY>
32682 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
32684 This feature controls what Alpine does as it closes a newsgroup.
32685 When set, Alpine will offer to delete all messages from the newsgroup
32686 as you are quitting Alpine or opening a new folder.
32689 This feature is useful if you typically read all the interesting messages
32690 in a newsgroup each time you open it.  This feature saves you from
32691 having to delete each message in a newsgroup as you read it or from
32692 selecting all the messages and doing an
32693 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
32694 move on to the next folder or newsgroup.
32697 <UL>   
32698 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32699 </UL><P>
32700 &lt;End of help on this topic&gt;
32701 </BODY>
32702 </HTML>
32703 ====== h_config_next_thrd_wo_confirm =====
32704 <HTML>
32705 <HEAD>
32706 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
32707 </HEAD>
32708 <BODY>
32709 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
32711 This feature controls an aspect of Alpine's Next and Prev commands in
32712 the case where you are using one of the
32713 &quot;separate-index-screen&quot; styles for the configuration option
32714 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
32715 and currently have the folder sorted by a Threaded or OrderedSubject sort.
32716 When you are Viewing a particular thread you have a
32717 MESSAGE INDEX of only the messages in that thread.
32718 If you press the Next command with the last message in the thread highlighted
32719 you will normally be asked if you want to &quot;View next thread?&quot;,
32720 assuming there is a next thread to view.
32721 If this feature is set it will be assumed that you always want to view the
32722 next thread and you won't be asked to confirm that.
32723 Similarly, if the first message of the thread is highlighted and you
32724 press the Prev command, this feature will prevent the question
32725 &quot;View previous thread&quot;.
32727 This feature only has an effect in the MESSAGE INDEX screen.
32728 If you then view a particular message from that screen and press the
32729 Next command, you will be sent to the next thread without being asked,
32730 independent of the setting of this feature.
32732 The feature
32733 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
32735 &lt;End of help on this topic&gt;
32736 </BODY>
32737 </HTML>
32738 ====== h_config_kw_braces =====
32739 <HTML>
32740 <HEAD>
32741 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
32742 </HEAD>
32743 <BODY>
32744 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
32746 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
32747 TEXT screens.
32748 If you have modified the
32749 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32750 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
32751 are used to display keywords or their initials along with the Subject; then
32752 this option may be used to modify the resulting display slightly.
32753 By default, the keywords or initials displayed for these tokens will be
32754 surrounded with curly braces ({ and }) and a trailing space.
32755 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
32756 a message, the &quot;SUBJKEY&quot; token will normally look like
32758 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
32760 and the SUBJKEYINIT token would look like
32762 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
32764 The default character before the keywords is the left brace ({) and the
32765 default after the keywords is the right brace followed by a space (} ).
32767 This option allows you to change that.
32768 You should set it to two values separated by a space.
32769 The values may be quoted if they include space characters.
32770 So, for example, the default value could be specified explicitly by setting this
32771 option to
32773 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
32775 The first part wouldn't need to be quoted (but it doesn't hurt).
32776 The second part does need the quotes because it includes a space character.
32777 If you wanted to change the braces to brackets you could use
32779 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
32781 Inside the quotes you can use backslash quote to mean quote, so
32783 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
32785 would produce
32787 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
32789 It is also possible to color keywords in the index using the
32790 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
32792 It is not possible to change the fact that a space character is used to
32793 separate the keywords if more than one keyword is set for a message.
32794 It is also not possible to change the fact that there are no separators
32795 between the keyword initials if more than one keyword is set.
32797 &lt;End of help on this topic&gt;
32798 </BODY>
32799 </HTML>
32800 ====== h_config_opening_sep =====
32801 <HTML>
32802 <HEAD>
32803 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
32804 </HEAD>
32805 <BODY>
32806 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
32808 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
32809 With some setups the text of the subject is followed
32810 by the opening text of the message if there is any room available in the index line.
32811 If you have configured your
32812 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32813 to include one of the Subject tokens that causes this behavior
32814 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
32815 to modify what is displayed slightly.
32816 By default, the Subject is separated from the opening text of the message by
32817 the three characters space dash space;
32819 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
32821 Use this option to set it to something different.
32822 The value must be quoted if it includes any space characters.
32823 For example, the default value could be specified explicitly by setting this
32824 option to
32826 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
32828 &lt;End of help on this topic&gt;
32829 </BODY>
32830 </HTML>
32831 ====== h_config_select_wo_confirm =====
32832 <HTML>
32833 <HEAD>
32834 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
32835 </HEAD>
32836 <BODY>
32837 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
32839 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
32840 These commands all take text input to specify the name of the folder or
32841 file to be used, but allow you to press ^T for a list of possible names.
32842 If set, the selected name will be used immediately, without further
32843 opportunity to confirm or edit the name.
32845 Some related help topics are
32846 <UL>
32847 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
32848 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
32849 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
32850 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
32851 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
32852 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
32853 </UL>
32855 &lt;End of help on this topic&gt;
32856 </BODY>
32857 </HTML>
32858 ====== h_config_save_part_wo_confirm =====
32859 <HTML>
32860 <HEAD>
32861 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
32862 </HEAD>
32863 <BODY>
32864 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
32866 This feature controls an aspect of Alpine's Save command.
32867 By default, when you Save a message that has some deleted parts, you will
32868 be asked to confirm that you want to Save with a prompt that looks like:
32870 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
32872 If this feature is set, you will not be asked.
32874 &lt;End of help on this topic&gt;
32875 </BODY>
32876 </HTML>
32877 ====== h_config_use_resentto =====
32878 <HTML>
32879 <HEAD>
32880 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
32881 </HEAD>
32882 <BODY>
32883 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
32885 This feature is turned off by default because turning it on causes problems
32886 with some deficient IMAP servers.
32887 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
32888 <A HREF="h_rule_patterns">Pattern</A>
32889 contains a To header pattern and this feature is turned on,
32890 then a check is made in the message to see
32891 if a Resent-To header is present, and that is used instead of the To header.
32892 If this feature is not turned on, then the regular To header will always
32893 be used.
32896 &lt;End of help on this topic&gt;
32897 </BODY>
32898 </HTML>
32899 ====== h_config_use_reg_start_for_stayopen =====
32900 <HTML>
32901 <HEAD>
32902 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
32903 </HEAD>
32904 <BODY>
32905 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
32907 This feature affects which message is selected as the current message
32908 when you enter a
32909 <A HREF="h_config_permlocked">Stay Open</A> folder.
32911 Normally, the starting position for an incoming folder (which most Stay Open
32912 folders will likely be) is controlled by the
32913 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
32914 However, if a folder is a Stay Open folder, when you re-enter the folder
32915 after the first time the current message will be the same as it was when
32916 you left the folder.
32917 An exception is made if you use the TAB command to get to the folder.
32918 In that case, the message number will be incremented by one from what it
32919 was when you left the folder.
32921 The above special behavior is thought to be useful.
32922 However, it is special and different from what you might at first expect.
32923 If this feature is set, then Stay Open folders will not be treated specially
32924 as far as the startup rule is concerned.
32927 &lt;End of help on this topic&gt;
32928 </BODY>
32929 </HTML>
32930 ====== h_config_use_current_dir =====
32931 <HTML>
32932 <HEAD>
32933 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
32934 </HEAD>
32935 <BODY>
32936 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
32938 This feature controls an aspect of several commands. 
32939 If set, your &quot;current working directory&quot; 
32940 <!--chtml if pinemode="running"-->
32941 (which, at least for your current Alpine &quot;session,&quot; 
32942 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
32943 <!--chtml endif-->
32944 will be used instead of your home directory 
32945 <!--chtml if pinemode="running"-->
32946 (which, in the present configuration of your system, is
32947  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
32948 <!--chtml endif-->
32949 for all of the following operations:<UL>
32950     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
32951     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
32952     <LI> <!--chtml if pinemode="function_key"-->F4
32953          <!--chtml else-->Ctrl-R
32954          <!--chtml endif--> file inclusion in the COMPOSER
32955     <LI> <!--chtml if pinemode="function_key"-->F5
32956          <!--chtml else-->Ctrl-J
32957          <!--chtml endif--> file attachment in the COMPOSER
32958 </UL>
32959 <!--chtml if pinemode="os_windows"-->
32961 If you are starting PC-Alpine from a desktop icon or the Start menu, 
32962 you can set the &quot;current drive&quot; 
32963 by specifying it in the &quot;Start in:&quot; 
32964 box found in the Shortcut tab of the Properties.  
32965 <!--chtml endif-->
32967 <UL>   
32968 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32969 </UL>
32972 &lt;End of help on this topic&gt;
32973 </BODY>
32974 </HTML>
32975 ====== h_config_save_wont_delete =====
32976 <HTML>
32977 <HEAD>
32978 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
32979 </HEAD>
32980 <BODY>
32981 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
32983 This feature controls one aspect of the Save command.  If set, Save will
32984 not mark the message &quot;deleted&quot; (its default behavior) after
32985 it has been copied to the designated folder.
32988 &lt;End of help on this topic&gt;
32989 </BODY>
32990 </HTML>
32991 ====== h_config_use_boring_spinner =====
32992 <HTML>
32993 <HEAD>
32994 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
32995 </HEAD>
32996 <BODY>
32997 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
32999 When Alpine is delayed for some reason it usually shows that
33000 something is happening with a small animated display in the status
33001 message line near the bottom of the screen.
33002 Setting this feature will cause that animation to be the same
33003 each time instead of having Alpine choose a random animation.
33004 You may turn the animation off altogether by setting the
33005 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
33006 option to zero.
33009 &lt;End of help on this topic&gt;
33010 </BODY>
33011 </HTML>
33012 ====== h_config_unsel_wont_advance =====
33013 <HTML>
33014 <HEAD>
33015 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
33016 </HEAD>
33017 <BODY>
33018 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
33020 This feature controls one aspect of the Unselect Current message command.
33021 Normally, when the Unselect current message command (:) is typed when the
33022 current message is selected, the message will be unselected and the next
33023 message will become the current message.
33024 If this feature is set, the cursor will not advance to the next message.
33025 Instead, the current message will remain the current message after
33026 unselecting.
33029 &lt;End of help on this topic&gt;
33030 </BODY>
33031 </HTML>
33032 ====== h_config_prune_uses_iso =====
33033 <HTML>
33034 <HEAD>
33035 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
33036 </HEAD>
33037 <BODY>
33038 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
33040 By default, Alpine asks monthly whether or not you would like to rename
33041 some folders to a new name containing the date.
33042 It also asks whether or not you would like to delete some old folders.
33043 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
33044 explanation.
33047 By default, the name used when renaming a folder looks like
33049 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
33051 For example, the first time you run Alpine in May of 2004,
33052 the folder &quot;sent-mail&quot; might be renamed to
33054 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
33056 If this feature is set, the name used will be of the form
33058 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
33060 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
33061 month (01, 02, ..., 12).
33062 For the April, 2004 example above, it would instead be
33064 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
33066 because April is the 4th month of the year.
33067 A reason you might want to set this feature is so that the folders
33068 will sort in chronological order.
33071 &lt;End of help on this topic&gt;
33072 </BODY>
33073 </HTML>
33074 ====== h_config_save_advances =====
33075 <HTML>
33076 <HEAD>
33077 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
33078 </HEAD>
33079 <BODY>
33080 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
33082 This feature controls one aspect of the Save command.  If set, Save will
33083 (in addition to copying the current message to the designated folder) also
33084 advance to the next message.
33087 &lt;End of help on this topic&gt;
33088 </BODY>
33089 </HTML>
33090 ====== h_config_force_arrow =====
33091 <HTML>
33092 <HEAD>
33093 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
33094 </HEAD>
33095 <BODY>
33096 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
33098 This feature affects Alpine's MESSAGE INDEX display routine.
33099 If set, the normal inverse-video cursor will be
33100 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
33101 second column of the index display.
33103 This is the same index cursor you get if you turn on
33104 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
33105 line coloring will still be present if this feature is turned on and
33106 <!--#echo var="FEAT_assume-slow-link"--> is off.
33108 An alternative version of the Arrow cursor is available by including the
33109 <A HREF="h_config_index_arrow_color">ARROW</A>
33110 token in the
33111 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33113 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
33114 but that is not implemented.
33117 &lt;End of help on this topic&gt;
33118 </BODY>
33119 </HTML>
33120 ====== h_config_ignore_size =====
33121 <HTML>
33122 <HEAD>
33123 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
33124 </HEAD>
33125 <BODY>
33126 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
33128 When you have an account residing in an IMAP server, Alpine records the 
33129 size of each message as reported by the server. However, when Alpine saves 
33130 a message in such IMAP server, Alpine will compute the size of the message 
33131 independently, from the data it received. If these two numbers do not 
33132 match for a message, Alpine asks you if you still want to take the risk of 
33133 saving such message, since data corruption or loss of data could result 
33134 from this save.
33137 Sometimes the root of this problem is that the IMAP server does not 
33138 compute sizes correctly, and there will not be loss of information when 
33139 saving such message. Enabling this feature will make Alpine ignore such 
33140 error and continue saving the message without producing any warnings or 
33141 ever stopping the process, as if there had not been any error. This option 
33142 applies to all IMAP servers that you use, so if you enable this feature, 
33143 size discrepancy warnings will not be given for any IMAP server you 
33144 connect to.
33147 Example of a server where you could reproduce this problem is the Gmail 
33148 IMAP server. Another example can be found in some versions of the Exchange 
33149 server.
33152 It is recommended that this feature be disabled most of the time and only 
33153 enabled when you find a server which you can determine that has the above 
33154 mentioned defect, but be disabled again after making the save operation 
33155 succeed.
33158 &lt;End of help on this topic&gt;
33159 </BODY>
33160 </HTML>
33161 ====== h_config_force_low_speed =====
33162 <HTML>
33163 <HEAD>
33164 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
33165 </HEAD>
33166 <BODY>
33167 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
33169 UNIX Alpine only.
33171 This feature affects Alpine's display routines.  If set, the normal
33172 inverse-video cursor (used to highlight the current item in a list) will be
33173 replaced by an &quot;arrow&quot; cursor and other
33174 screen update optimizations for
33175 low-speed links (e.g. 2400 bps dialup connections) will be activated.
33176 One of the optimizations is that colored index lines (set up with Indexcolor
33177 Rules) will not be colored.
33178 If you are just turning this feature on because you like using
33179 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
33180 coloring by turning this feature off and the
33181 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
33184 &lt;End of help on this topic&gt;
33185 </BODY>
33186 </HTML>
33187 ====== h_config_show_delay_cue =====
33188 <HTML>
33189 <HEAD>
33190 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
33191 </HEAD>
33192 <BODY>
33193 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
33195 If set, this feature will cause an asterisk to appear in the upper
33196 left-hand corner of the screen whenever Alpine checks for new mail.
33197 Two asterisks whenever Alpine saves (checkpoints) the state of the current
33198 mailbox to disk.
33200 <!--chtml if pinemode="os_windows"-->
33202 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
33203 it is trying to open a network connection (e.g, to open your INBOX
33204 on an IMAP
33205 server) or read from the network connection.  A greater-than symbol,
33206 will be displayed when PC-Alpine is trying to write to the network
33207 connection (e.g, sending a command to your IMAP server).
33208 <!--chtml endif-->
33211 &lt;End of help on this topic&gt;
33212 </BODY>
33213 </HTML>
33214 ====== h_config_color_style =====
33215 <HTML>
33216 <HEAD>
33217 <TITLE>OPTION: Color Style</TITLE>
33218 </HEAD>
33219 <BODY>
33220 <H1>OPTION: Color Style</H1>
33222 UNIX Alpine only.
33224 If the terminal or terminal emulator you are using is capable of displaying
33225 colors, this option controls whether or not color will be used in Alpine.
33226 If you turn color on and things are set up correctly,
33227 you should see color appear on the screen immediately.
33228 Modern terminal emulators are usually capable of displaying colors.
33230 The available options include:
33233 <DL>
33234 <DT>no-color</DT>
33235 <DD>Don't use color.
33236 </DD>
33238 <DT>use-termdef</DT>
33239 <DD>In order to decide if your terminal is capable of color, Alpine looks in
33240 the terminal capabilities database, TERMINFO or TERMCAP, depending on
33241 how Alpine was compiled.
33242 This is a good option to choose if you switch between a color and a non-color
33243 terminal with the same Alpine configuration.
33244 Alpine will know to use color on the color terminal because it is described
33245 in the termcap entry, and Alpine will know to use black and white on the
33246 non-color terminal.
33247 The Alpine Technical Notes, distributed with the source code of Alpine
33248 have more information on configuring a TERMCAP or TERMINFO
33249 entry for color Alpine.
33250 This is usually something a system administrator does.
33251 </DD>
33253 <DT>force-ansi-8color</DT>
33254 <DD>This is probably the setting that most people should use.
33255 Because setting up a termcap entry is confusing and because the
33256 terminal capabilities database is often not correctly configured for color,
33257 this choice and the next may be easier for you to use.
33258 If your terminal emulator responds to ANSI color escape sequences, which
33259 many do, this option will cause Alpine to believe your terminal will respond
33260 to the escape sequences that produce eight different foreground and background
33261 colors.
33262 The escape sequences used to set the foreground colors are
33264   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33266 where the color_number is an ASCII digit between 0 and 7.
33267 The numbers 0 through 7 should correspond to the colors black, red, green,
33268 yellow, blue, magenta, cyan, and white.
33269 Some terminal emulators use a pre-ANSI scheme that swaps
33270 the colors blue and red and the colors yellow and cyan.
33271 This will cause the default colors to be different, but other than that
33272 things should work fine.
33273 There is also a 9th color available, the last one shown, which is the default
33274 color from the terminal emulator.
33275 When used as a background color some people refer to this color as
33276 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
33277 shown in the color swatch of the SETUP COLOR screen.
33278 The foreground transparent color is shown as
33279 the color of the &quot;TRAN&quot; text.
33280 (The transparent color will not work correctly in a PC-Alpine configuration.)
33281 The escape sequences used to set the background colors are the same
33282 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
33283 The escape sequences for foreground and background default colors (transparent)
33284 are 39m and 49m.
33286 Note: With the Tera Term terminal emulator this setting works well.
33287 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
33288 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
33289 menu, in the &quot;Window&quot; submenu.
33290 </DD>
33292 <DT>force-ansi-16color</DT>
33293 <DD>Many terminal emulators know about the same eight colors above
33294 plus eight more.
33295 This option attempts to use all 16 colors.
33296 The same escape sequences as for the eight-color terminal are used
33297 for the first eight colors.
33298 The escape sequences used to set foreground colors 8-15 are the same as
33299 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
33300 The background color sequences for colors 8-15 are the same as for 0-7
33301 except the &quot;4&quot; is replaced with &quot;10&quot;.
33302 You can tell if the 16 colors are working by turning on this option
33303 and then going into one of the color configuration screens, for example,
33304 the configuration screen for Normal Color.
33305 If you see 16 different colors to select from (plus a 17th for
33306 the transparent color), it's working.
33307 </DD>
33309 <DT>force-xterm-256color</DT>
33310 <DD>Some versions of xterm (and some other terminal emulators)
33311 have support for 256 colors.
33312 The escape sequences used to set the foreground colors are
33314   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33316 where the color_number is an ASCII digit between 0 and 255.
33317 Background colors are the same with the 38 replaced with a 48.
33318 The numbers 0 through 15 are probably similar to the 16 color version
33319 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
33320 The terminal default (transparent) color is the 257th color at the bottom.
33321 Some terminal emulators will misinterpret these escape sequences causing
33322 the terminal to blink or overstrike characters or to do something else
33323 undesirable.
33325 The PuTTY terminal emulator has an option called &quot;Allow terminal to
33326 use xterm 256-colour mode&quot; which allows PuTTY to work well with
33327 this 256-color setting.
33329 </DD>
33330 </DL>
33333 The normal default is &quot;no-color&quot;.
33336 Once you've turned on color you may set the
33337 colors of many objects on the screen individually.
33338 For example, you may add colors to the status letters on the MESSAGE
33339 INDEX page.
33340 Most categories of color that Alpine supports are configurable here.
33341 For example, &quot;Normal Color&quot;
33342 is the color used to display most of the text in Alpine, and
33343 &quot;Reverse Color&quot; is used to display highlighted text, such as the
33344 current message in the MESSAGE INDEX.
33346 Lines in the MESSAGE INDEX may also be colored.
33347 Use Setup Rules to get to the Indexcolor configuration screen.
33350 <UL>   
33351 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33352 </UL><P>
33353 &lt;End of help on this topic&gt;
33354 </BODY>
33355 </HTML>
33356 ====== h_config_disable_index_locale_dates =====
33357 <HTML>
33358 <HEAD>
33359 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
33360 </HEAD>
33361 <BODY>
33362 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
33364 This feature affects the display of dates in the MESSAGE INDEX.
33365 Normally an attempt is made to localize the dates
33366 used in the MESSAGE INDEX display to your locale.
33367 This is controlled with the
33368 LC_TIME locale setting on a UNIX system.
33369 On Windows the Regional Options control panel may be used to set the date format.
33370 At the programming level, Alpine is using the strftime routine
33371 to print the parts of a date.
33373 If this feature is set, dates are displayed in English and
33374 with the conventions of the United States.
33377 <UL>   
33378 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33379 </UL><P>
33380 &lt;End of help on this topic&gt;
33381 </BODY>
33382 </HTML>
33383 ====== h_config_auto_open_unread =====
33384 <HTML>
33385 <HEAD>
33386 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
33387 </HEAD>
33388 <BODY>
33389 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
33391 This feature controls the behavior of the TAB key when traversing folders
33392 in the optional 
33393 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
33394 collection or in optional <!--#echo var="VAR_news-collections"-->.
33396 When the TAB
33397 (<A HREF="h_common_nextnew">NextNew</A>)
33398 key is pressed, and there
33399 are no more unseen messages in the current (incoming message or news)
33400 folder, Alpine will search the list of folders in the current collection for
33401 one containing New or Recent (new since the last time the folder was
33402 opened) messages.
33403 This behavior may be modified slightly with the
33404 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
33405 feature that causes Alpine to look for Unseen messages instead of Recent
33406 messages.
33407 Normally, when such a folder is found, Alpine will ask
33408 whether you wish to open the folder.  If this feature is set, Alpine will
33409 automatically open the folder without prompting.
33411 This feature also affects some other similar situations.
33412 If you have a
33413 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
33414 that is equal to one of the &quot;separate-&quot; values, and you are
33415 viewing a thread; then when you type the NextNew command and are at the
33416 end of the current thread you will automatically go to the next thread
33417 if this feature is set.
33418 By default, you would be asked if you want to view the next thread.
33419 You will also be asked at times whether or not you want to view the next
33420 thread after you delete the last message in the thread.
33421 Setting this feature will also cause that question to be skipped.
33424 <UL>   
33425 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33426 </UL><P>
33427 &lt;End of help on this topic&gt;
33428 </BODY>
33429 </HTML>
33430 ====== h_config_auto_include_reply =====
33431 <HTML>
33432 <HEAD>
33433 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
33434 </HEAD>
33435 <BODY>
33436 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
33438 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
33439 will ask whether you wish to include the original message in your reply.
33440 If this feature is set and the feature
33441 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
33442 is <EM>not</EM> set, then the original message will be included in the reply
33443 automatically, without prompting.
33445 &lt;End of help on this topic&gt;
33446 </BODY>
33447 </HTML>
33448 ====== h_config_select_in_bold =====
33449 <HTML>
33450 <HEAD>
33451 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
33452 </HEAD>
33453 <BODY>
33454 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
33456 This feature controls an aspect of Alpine's 
33457 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
33458 commands; in
33459 particular, the Select and WhereIs commands. Select and WhereIs (with the
33460 ^X subcommand) will search the current folder for messages meeting a
33461 specified criteria, and &quot;tag&quot; the resulting messages with an 
33462 &quot;X&quot; in the
33463 first column of the applicable lines in the MESSAGE INDEX.  If this feature
33464 is set, instead of using the &quot;X&quot; to denote a selected message, 
33465 Alpine will
33466 attempt to display those index lines in boldface. Whether this is
33467 preferable to the &quot;X&quot; will depend on personal taste and the type of
33468 terminal being used.
33470 <UL>   
33471 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33472 </UL><P>
33473 &lt;End of help on this topic&gt;
33474 </BODY>
33475 </HTML>
33476 ====== h_config_alt_auth =====
33477 <HTML>
33478 <HEAD>
33479 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
33480 </HEAD>
33481 <BODY>
33482 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
33484 This feature affects how Alpine connects to IMAP servers.
33485 Its utility has largely been overtaken by events,
33486 but it may still be useful in some circumstances.
33487 If you only connect to modern IMAP servers that support
33488 &quot;STARTTLS&quot; you can ignore this feature.
33491 Details:
33494 By default, Alpine will attempt to connect to an IMAP server on the
33495 normal IMAP service port (143), and if the server offers &quot;Transport Layer
33496 Security&quot; (STARTTLS) and Alpine has been compiled with encryption capability,
33497 then a secure (encrypted) session will be negotiated.
33500 With this feature enabled, before connecting on the normal IMAP port, Alpine
33501 will first attempt to connect to an alternate IMAP service port (993) used
33502 specifically for encrypted IMAP sessions via the Secure Sockets Layer
33503 (SSL) or Transport Layer Security (TLS) method.
33504 If the SSL attempt fails, Alpine will then try the default
33505 behavior described in the previous paragraph.
33508 STARTTLS negotiation on the normal port is preferred, and supersedes the use of
33509 SSL on port 993, but older servers may not provide STARTTLS support.
33510 This feature may be convenient when accessing IMAP servers that do not support
33511 STARTTLS, but do support SSL or TLS connections on port 993.
33512 However, it is important to understand that with this feature enabled,
33513 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
33514 but it will proceed to make an insecure connection if that is the only
33515 option offered by the server, or if the Alpine in question has been built
33516 without encryption capability.
33519 Note that this feature specifies a per-user (or system-wide) default
33520 behavior, but host/folder specification flags may be used to control the
33521 behavior of any specific connection.
33522 This feature interacts with some of
33523 the possible host/folder path specification flags as follows:
33526 The <SAMP>/starttls</SAMP> host flag, for example,
33529 <CENTER><SAMP>{foo.example.com/starttls}INBOX</SAMP></CENTER>
33531 will over-ride this feature for the specified host by bypassing the
33532 SSL or TLS connection attempt.
33533 Moreover, with <SAMP>/starttls</SAMP> specified,
33534 the connection attempt will fail if the
33535 service on port 143 does not offer TLS support.
33538 The <SAMP>/ssl</SAMP> host flag, for example,
33541 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
33543 will insist on an SSL or TLS connection for the specified host,
33544 and will fail if the SSL or TLS service on port 993 is not available.
33545 Alpine will not subsequently retry a connection
33546 on port 143 if <SAMP>/ssl</SAMP> is specified.
33549 <UL>   
33550 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33551 </UL><P>
33552 &lt;End of help on this topic&gt;
33553 </BODY>
33554 </HTML>
33555 ====== h_config_file_dir ======
33556 <HTML>
33557 <HEAD>
33558 <TITLE>OPTION: File Directory</TITLE>
33559 </HEAD>
33560 <BODY>
33561 <H1>OPTION: File Directory</H1>
33563 PC-Alpine only.
33565 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
33566 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
33567 Message Index's &quot;E&nbsp;Export&quot; command.
33570 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
33571 component, Alpine assumes the file exists in the user's home directory.
33572 Under Windows operating systems, this definition isn't always clear.  This 
33573 feature allows you to explicitly set where Alpine should look for files
33574 without a leading path.
33577 NOTE: this feature's value is ignored if either 
33578 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
33579 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
33582 <UL>   
33583 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33584 </UL><P>
33585 &lt;End of help on this topic&gt;
33586 </BODY>
33587 </HTML>
33588 ====== h_config_quote_all_froms =====
33589 <HTML>
33590 <HEAD>
33591 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
33592 </HEAD>
33593 <BODY>
33594 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
33596 This feature controls an aspect of the Save command (and also the way
33597 outgoing messages are saved to an FCC folder).  If set, Alpine will add
33598 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
33599 when they are saved to another folder, including lines syntactically
33600 distinguishable from the type of message separator line commonly used on
33601 Unix systems.
33604 The default behavior is that a &quot;>&quot; will be prepended only to lines
33605 beginning with &quot;From &quot; that might otherwise be confused with a message
33606 separator line on Unix systems.  If pine is the only mail program you use,
33607 this default is reasonable.  If another program you use has trouble
33608 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
33609 enable this feature.  This feature only applies to the common Unix mailbox
33610 format that uses message separator lines beginning with &quot;From &quot;.  If
33611 Alpine has been configured to use a different mailbox format (possibly
33612 incompatible with other mail programs), then this issue does not arise,
33613 and the feature is irrelevant.
33616 &lt;End of help on this topic&gt;
33617 </BODY>
33618 </HTML>
33619 ====== h_config_normal_color =====
33620 <HTML>
33621 <HEAD>
33622 <TITLE>OPTION: Normal Color</TITLE>
33623 </HEAD>
33624 <BODY>
33625 <H1>OPTION: Normal Color</H1>
33627 Sets the color Alpine normally uses.
33628 The foreground color is the color of the actual character and the
33629 background color is the color of the area behind the character.
33630 By default this color is black characters on a white background.
33632 <A HREF="h_color_setup">Descriptions of the available commands</A>
33634 Look <A HREF="h_edit_nav_cmds">here</A>
33635 to see the available Editing and Navigation commands.
33637 &lt;End of help on this topic&gt;
33638 </BODY>
33639 </HTML>
33640 ====== h_config_reverse_color =====
33641 <HTML>
33642 <HEAD>
33643 <TITLE>OPTION: Reverse Color</TITLE>
33644 </HEAD>
33645 <BODY>
33646 <H1>OPTION: Reverse Color</H1>
33648 Sets the color Alpine uses for reverse video characters.
33649 The foreground color is the color of the actual character and the
33650 background color is the color of the area behind the character.
33652 <A HREF="h_color_setup">Descriptions of the available commands</A>
33654 Look <A HREF="h_edit_nav_cmds">here</A>
33655 to see the available Editing and Navigation commands.
33657 &lt;End of help on this topic&gt;
33658 </BODY>
33659 </HTML>
33660 ====== h_config_title_color =====
33661 <HTML>
33662 <HEAD>
33663 <TITLE>OPTION: Title Color</TITLE>
33664 </HEAD>
33665 <BODY>
33666 <H1>OPTION: Title Color</H1>
33668 Sets the color Alpine uses for the titlebar (the top line on the screen).
33669 The foreground color is the color of the actual character and the
33670 background color is the color of the area behind the character.
33671 By default, the Title Color is black characters on a yellow background.
33673 The actual titlebar color may be different from the Title Color if
33674 the option
33675 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
33676 is set to some value other than the default.
33677 It may also be different if the current folder is closed and the
33678 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
33679 color is set to something different from the Title Color.
33681 <A HREF="h_color_setup">Descriptions of the available commands</A>
33683 Look <A HREF="h_edit_nav_cmds">here</A>
33684 to see the available Editing and Navigation commands.
33686 &lt;End of help on this topic&gt;
33687 </BODY>
33688 </HTML>
33689 ====== h_config_titleclosed_color =====
33690 <HTML>
33691 <HEAD>
33692 <TITLE>OPTION: Title Closed Color</TITLE>
33693 </HEAD>
33694 <BODY>
33695 <H1>OPTION: Title Closed Color</H1>
33697 Sets the color Alpine uses for the titlebar (the top line on the screen)
33698 when the current folder is closed.
33699 The foreground color is the color of the actual character and the
33700 background color is the color of the area behind the character.
33701 By default, the Title Color Closed Color is white characters on a red background.
33703 By setting this color to something noticeable you will be alerted to the
33704 fact that the current folder is closed, perhaps unexpectedly.
33706 &lt;End of help on this topic&gt;
33707 </BODY>
33708 </HTML>
33709 ====== h_config_status_color =====
33710 <HTML>
33711 <HEAD>
33712 <TITLE>OPTION: Status Color</TITLE>
33713 </HEAD>
33714 <BODY>
33715 <H1>OPTION: Status Color</H1>
33717 Sets the color Alpine uses for status messages written to the message
33718 line near the bottom of the screen.
33719 The foreground color is the color of the actual character and the
33720 background color is the color of the area behind the character.
33721 By default, the Status Color is the same as the Reverse Color.
33723 <A HREF="h_color_setup">Descriptions of the available commands</A>
33725 Look <A HREF="h_edit_nav_cmds">here</A>
33726 to see the available Editing and Navigation commands.
33728 &lt;End of help on this topic&gt;
33729 </BODY>
33730 </HTML>
33731 ====== h_config_index_opening_color =====
33732 <HTML>
33733 <HEAD>
33734 <TITLE>OPTION: Index Opening Color</TITLE>
33735 </HEAD>
33736 <BODY>
33737 <H1>OPTION: Index Opening Color</H1>
33739 With some setups the text of the subject is followed
33740 by the opening text of the message if there is any room available in the index line.
33741 If you have configured your
33742 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33743 to include one of the Subject tokens that causes this behavior
33744 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
33745 this opening text with this option.
33746 This coloring takes place for all but the current index line, and the Opening
33747 Color appears to be in front of any color from an Index Color Rule.
33749 By default the Index Opening Color is gray characters on a white background.
33752 <A HREF="h_color_setup">Descriptions of the available commands</A>
33754 Look <A HREF="h_edit_nav_cmds">here</A>
33755 to see the available Editing and Navigation commands.
33757 &lt;End of help on this topic&gt;
33758 </BODY>
33759 </HTML>
33760 ====== h_config_index_pri_color =====
33761 <HTML>
33762 <HEAD>
33763 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
33764 </HEAD>
33765 <BODY>
33766 <H1>OPTION: Index Priority Symbol Colors</H1>
33768 The X-Priority header is a non-standard header that is used in a
33769 somewhat standard way by many mail programs.
33770 Alpine expects the value of this header to be a digit with a value
33771 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
33772 Alpine can be made to display an indication of this priority in
33773 messages by use of one of the tokens
33774 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
33775 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
33776 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33779 You may set the color used to draw these tokens by use of the colors
33780 Index High Priority Symbol Color and Index Low Priority Symbol Color.
33781 This coloring takes place for all but the current index line, and the Priority
33782 Color appears to be in front of any color from an Index Color Rule.
33783 If the priority has a value of 1 or 2 the High Priority color will be
33784 used,
33785 and if the value is 4 or 5 the Low Priority color will be used.
33787 If you don't set these colors the index line will be colored in the same color as
33788 the bulk of the index line.
33791 <A HREF="h_color_setup">Descriptions of the available commands</A>
33793 Look <A HREF="h_edit_nav_cmds">here</A>
33794 to see the available Editing and Navigation commands.
33796 &lt;End of help on this topic&gt;
33797 </BODY>
33798 </HTML>
33799 ====== h_config_index_subject_color =====
33800 <HTML>
33801 <HEAD>
33802 <TITLE>OPTION: Index Subject Color</TITLE>
33803 </HEAD>
33804 <BODY>
33805 <H1>OPTION: Index Subject Color</H1>
33807 You may set the color used to draw the Subject part of the index line.
33808 This coloring takes place for all but the current index line, and the Subject
33809 Color appears to be in front of any color from an Index Color Rule.
33811 If you don't set this color it will be colored in the same color as
33812 the bulk of the index line.
33815 <A HREF="h_color_setup">Descriptions of the available commands</A>
33817 Look <A HREF="h_edit_nav_cmds">here</A>
33818 to see the available Editing and Navigation commands.
33820 &lt;End of help on this topic&gt;
33821 </BODY>
33822 </HTML>
33823 ====== h_config_index_from_color =====
33824 <HTML>
33825 <HEAD>
33826 <TITLE>OPTION: Index From Color</TITLE>
33827 </HEAD>
33828 <BODY>
33829 <H1>OPTION: Index From Color</H1>
33831 You may set the color used to draw the From part of the index line.
33832 This coloring takes place for all but the current index line, and the From
33833 Color appears to be in front of any color from an Index Color Rule.
33835 If you don't set this color it will be colored in the same color as
33836 the bulk of the index line.
33839 <A HREF="h_color_setup">Descriptions of the available commands</A>
33841 Look <A HREF="h_edit_nav_cmds">here</A>
33842 to see the available Editing and Navigation commands.
33844 &lt;End of help on this topic&gt;
33845 </BODY>
33846 </HTML>
33847 ====== h_config_index_arrow_color =====
33848 <HTML>
33849 <HEAD>
33850 <TITLE>OPTION: Index Arrow Color</TITLE>
33851 </HEAD>
33852 <BODY>
33853 <H1>OPTION: Index Arrow Color</H1>
33855 If you have configured your
33856 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33857 to include the &quot;ARROW&quot; token, you may set the color of
33858 the arrow displayed with this option.
33859 If you don't set the color it will be colored in the same color as
33860 the bulk of the index line.
33863 <A HREF="h_color_setup">Descriptions of the available commands</A>
33865 Look <A HREF="h_edit_nav_cmds">here</A>
33866 to see the available Editing and Navigation commands.
33868 &lt;End of help on this topic&gt;
33869 </BODY>
33870 </HTML>
33871 ====== h_config_index_color =====
33872 <HTML>
33873 <HEAD>
33874 <TITLE>OPTION: Index Colors</TITLE>
33875 </HEAD>
33876 <BODY>
33877 <H1>OPTION: Index Colors</H1>
33879 You may add color to the single character symbols that give the status
33880 of each message in the MESSAGE INDEX.
33881 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
33882 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
33883 screen depending on whether the message is addressed to you, and whether
33884 the message is marked Important, is Deleted, is Answered, or is New.
33885 The color for each of those characters may be specified by setting the
33886 &quot;Index-to-me&quot; Symbol Color,
33887 the &quot;Index-important&quot; Symbol Color,
33888 the &quot;Index-deleted&quot; Symbol Color,
33889 the &quot;Index-answered&quot; Symbol Color,
33890 and the &quot;Index-new&quot; Symbol Color.
33891 There are also two other symbol colors called &quot;Index-recent&quot;
33892 and &quot;Index-unseen&quot;.
33893 These two colors will only be used if you have configured your
33894 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
33895 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
33897 The default colors for these symbols are:
33898 <TABLE>
33899 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
33900 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
33901 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33902 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
33903 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
33904 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33905 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33906 </TABLE>
33908 Besides coloring the message status symbols, you may also color the
33909 entire index line.
33910 This is done by using the
33911 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
33912 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
33913 When the entire line is colored that color will be &quot;behind&quot; the
33914 status symbol colors talked about in the paragraph above.
33916 You may also color
33917 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33918 in the index using the
33919 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
33920 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
33921 the Subject using
33922 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
33923 the From field using
33924 <A HREF="h_config_index_from_color">Index From Color</A>;
33925 and the
33926 <A HREF="h_config_index_opening_color">Index Opening</A> text.
33928 <A HREF="h_color_setup">Descriptions of the available commands</A>
33930 Look <A HREF="h_edit_nav_cmds">here</A>
33931 to see the available Editing and Navigation commands.
33933 &lt;End of help on this topic&gt;
33934 </BODY>
33935 </HTML>
33936 ====== h_config_metamsg_color =====
33937 <HTML>
33938 <HEAD>
33939 <TITLE>OPTION: Meta-Message Color</TITLE>
33940 </HEAD>
33941 <BODY>
33942 <H1>OPTION: Meta-Message Color</H1>
33944 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
33945 that aren't part of the message itself.
33946 For example, an attachment that isn't shown might produce a meta
33947 message something like:
33949 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
33951 If you set the
33952 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
33953 option you might see
33955 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
33957 Warnings about suspicious looking URLs in HTML will also be colored
33958 with this color.
33960 The foreground color is the color of the actual character and the
33961 background color is the color of the area behind the character.
33962 By default, the Meta-Message Color is black characters on a yellow background.
33964 <A HREF="h_color_setup">Descriptions of the available commands</A>
33966 Look <A HREF="h_edit_nav_cmds">here</A>
33967 to see the available Editing and Navigation commands.
33969 &lt;End of help on this topic&gt;
33970 </BODY>
33971 </HTML>
33972 ====== h_config_keylabel_color =====
33973 <HTML>
33974 <HEAD>
33975 <TITLE>OPTION: KeyLabel Color</TITLE>
33976 </HEAD>
33977 <BODY>
33978 <H1>OPTION: KeyLabel Color</H1>
33980 Sets the color Alpine uses for the labels of the keys in the two-line
33981 menu at the bottom of the screen.
33982 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33983 This option sets the color used when displaying &quot;PrevMsg&quot;.
33984 The foreground color is the color of the actual character and the
33985 background color is the color of the area behind the character.
33986 By default, the KeyLabel Color is the same as the Normal Color.
33988 WARNING: Some terminal emulators have the property that the screen will scroll
33989 down one line whenever a character is written to the character cell in the
33990 lower right corner of the screen.
33991 Alpine can usually avoid writing a character in that corner of the screen.
33992 However, if you have defined a KeyLabel Color then Alpine does have to write
33993 a character in that cell in order to color the cell correctly.
33994 If you find that your display sometimes scrolls up a line this could be
33995 the problem.
33996 The most obvious symptom is probably that the titlebar at the top of the
33997 screen scrolls off the screen.
33998 Try setting KeyLabel Color to Default to see if that fixes the problem.
34000 <A HREF="h_color_setup">Descriptions of the available commands</A>
34002 Look <A HREF="h_edit_nav_cmds">here</A>
34003 to see the available Editing and Navigation commands.
34005 &lt;End of help on this topic&gt;
34006 </BODY>
34007 </HTML>
34008 ====== h_config_keyname_color =====
34009 <HTML>
34010 <HEAD>
34011 <TITLE>OPTION: KeyName Color</TITLE>
34012 </HEAD>
34013 <BODY>
34014 <H1>OPTION: KeyName Color</H1>
34016 Sets the color Alpine uses for the names of the keys in the two-line
34017 menu at the bottom of the screen.
34018 For example, some of the screens have a &quot;P PrevMsg&quot; command.
34019 This option sets the color used when displaying the &quot;P&quot;.
34020 The foreground color is the color of the actual character and the
34021 background color is the color of the area behind the character.
34022 By default, the KeyName Color is the same as the Reverse Color.
34024 <A HREF="h_color_setup">Descriptions of the available commands</A>
34026 Look <A HREF="h_edit_nav_cmds">here</A>
34027 to see the available Editing and Navigation commands.
34029 &lt;End of help on this topic&gt;
34030 </BODY>
34031 </HTML>
34032 ====== h_config_slctbl_color =====
34033 <HTML>
34034 <HEAD>
34035 <TITLE>OPTION: Selectable Item Color</TITLE>
34036 </HEAD>
34037 <BODY>
34038 <H1>OPTION: Selectable Item Color</H1>
34040 Sets the color Alpine uses for selectable items, such as URLs.
34041 The foreground color is the color of the actual character and the
34042 background color is the color of the area behind the character.
34043 By default, the Selectable Item Color is the same as the Normal Color,
34044 except that it is bold.
34046 <A HREF="h_color_setup">Descriptions of the available commands</A>
34048 Look <A HREF="h_edit_nav_cmds">here</A>
34049 to see the available Editing and Navigation commands.
34051 &lt;End of help on this topic&gt;
34052 </BODY>
34053 </HTML>
34054 ====== h_config_quote_color =====
34055 <HTML>
34056 <HEAD>
34057 <TITLE>OPTION: Quote Colors</TITLE>
34058 </HEAD>
34059 <BODY>
34060 <H1>OPTION: Quote Colors</H1>
34062 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
34063 screen.
34064 If a line begins with a &gt; character (or space followed by &gt;)
34065 it is considered a quote.
34066 That line will be given the Quote1 Color (first level quote).
34067 If there is a second level of quoting then the Quote2 Color will be used.
34068 Alpine considers there to be a second level of quoting if that first &gt; is
34069 followed by another &gt; (or space followed by &gt;).
34070 If there are characters other than whitespace and &gt; signs, then it isn't
34071 considered another level of quoting.
34072 Similarly, if there is a third level of quoting the Quote3 Color will be
34073 used.
34074 If there are more levels after that the Quote Colors are re-used.
34075 If you define all three colors then it would repeat like Color1, Color2, Color3,
34076 Color1, Color2, Color3, ...
34077 If you only define the first two it would be
34078 Color1, Color2, Color1, Color2, ...
34079 If you define only the Quote1 Color, then the entire quote would be that
34080 color regardless of the quoting levels.
34081 By default, the Quote1 Color is black characters on a greenish-blue background;
34082 the Quote2 Color is black characters on a dull yellow background; and
34083 the Quote3 Color is black characters on a green background.
34085 <A HREF="h_color_setup">Descriptions of the available commands</A>
34087 Look <A HREF="h_edit_nav_cmds">here</A>
34088 to see the available Editing and Navigation commands.
34090 &lt;End of help on this topic&gt;
34091 </BODY>
34092 </HTML>
34093 ====== h_config_folder_color =====
34094 <HTML>
34095 <HEAD>
34096 <TITLE>OPTION: Folder Color</TITLE>
34097 </HEAD>
34098 <BODY>
34099 <H1>OPTION: Folder Color</H1>
34101 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
34102 screen. By default, the Folder Color is the normal text color.
34105 If you set a color for this feature, other than the normal color
34106 (the default), or a color for
34107 <A HREF="h_config_directory_color">Directory Color</A>, then directories
34108 will be colored according to the color specified in the
34109 <A HREF="h_config_directory_color">Directory Color</A> option. In this
34110 case, the color will be the only indication that the colored name
34111 refers to a directory. The normal behavior is that Alpine
34112 indicates that a name refers to a directory by appending a
34113 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
34114 the folder.
34117 If a folder is a directory, then the folder name will be painted
34118 according to the color defined by this variable, and a separator
34119 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
34120 to the name. That
34121 indicator will be painted according to the color defined in the
34122 <A HREF="h_config_directory_color">Directory Color</A> option.
34125 &lt;End of help on this topic&gt;
34126 </BODY>
34127 </HTML>
34128 ====== h_config_directory_color =====
34129 <HTML>
34130 <HEAD>
34131 <TITLE>OPTION: Directory Color</TITLE>
34132 </HEAD>
34133 <BODY>
34134 <H1>OPTION: Directory Color</H1>
34136 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
34137 screen. By default, the Folder Color is the normal text color.
34139 If you set a color for this feature, other than the normal color
34140 (the default), or a color for
34141 <A HREF="h_config_folder_color">Folder Color</A>, then folders
34142 will be colored according to the color specified in the
34143 <A HREF="h_config_folder_color">Folder Color</A> option. In this
34144 case, the color will be the only indication that the colored name
34145 refers to a directory. The normal behavior is that Alpine
34146 indicates that a name refers to a directory by appending a
34147 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
34148 the folder.
34150 If a folder is a directory, then the folder name will be painted
34151 according to the color defined by the option
34152 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
34153 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
34154 after the name. That
34155 indicator will be painted according to the color defined in this
34156 option.
34158 &lt;End of help on this topic&gt;
34159 </BODY>
34160 </HTML>
34161 ====== h_config_folder_list_color =====
34162 <HTML>
34163 <HEAD>
34164 <TITLE>OPTION: Folder-List Color</TITLE>
34165 </HEAD>
34166 <BODY>
34167 <H1>OPTION: Folder-List Color</H1>
34169 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
34170 screen. By default, the Folder-List Color is the normal text color.
34172 This text refers to the informative text that Alpine displays so you
34173 can recognize each collection. The color of the content of each collection
34174 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
34175 and <A HREF="h_config_directory_color">Directory Color</A>.
34177 Unlike the options
34178 <A HREF="h_config_folder_color">Folder Color</A>
34179 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
34180 this option does not affect the way that Alpine reports folders,
34181 directories and folders that are directories.
34183 &lt;End of help on this topic&gt;
34184 </BODY>
34185 </HTML>
34186 ====== h_config_incunseen_color =====
34187 <HTML>
34188 <HEAD>
34189 <TITLE>OPTION: Incoming Unseen Color</TITLE>
34190 </HEAD>
34191 <BODY>
34192 <H1>OPTION: Incoming Unseen Color</H1>
34194 If the option
34195 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
34196 is turned on it is possible to highlight the folders that contain
34197 unseen messages by coloring them with this color.
34198 By default, this is the same as the Normal Color and no highlighting is done.
34200 Usually the &quot;current&quot; folder (the folder the cursor is on)
34201 is highlighted using reverse video.
34202 If the current folder is colored because it contains unseen messages then
34203 the color used to show that it is also the current folder is controlled
34204 by the
34205 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
34206 feature at the top of the SETUP COLOR screen.
34208 <A HREF="h_color_setup">Descriptions of the available commands</A>
34210 Look <A HREF="h_edit_nav_cmds">here</A>
34211 to see the available Editing and Navigation commands.
34213 &lt;End of help on this topic&gt;
34214 </BODY>
34215 </HTML>
34216 ====== h_config_signature_color =====
34217 <HTML>
34218 <HEAD>
34219 <TITLE>OPTION: Signature Color</TITLE>
34220 </HEAD>
34221 <BODY>
34222 <H1>OPTION: Signature Color</H1>
34224 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
34225 screen. According to USENET conventions, the signature is defined as the
34226 paragraph following the &quot;sigdashes&quot;, that is, the special line
34227 consisting of the three characters
34228 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
34229 empty line right after the sigdashes to be considered as part of the
34230 signature.
34231 By default, the Signature Color is blue characters on a white background.
34233 <A HREF="h_color_setup">Descriptions of the available commands</A>
34235 Look <A HREF="h_edit_nav_cmds">here</A>
34236 to see the available Editing and Navigation commands.
34238 &lt;End of help on this topic&gt;
34239 </BODY>
34240 </HTML>
34241 ====== h_config_prompt_color =====
34242 <HTML>
34243 <HEAD>
34244 <TITLE>OPTION: Prompt Color</TITLE>
34245 </HEAD>
34246 <BODY>
34247 <H1>OPTION: Prompt Color</H1>
34249 Sets the color Alpine uses for confirmation prompts and questions that
34250 appear in the status line near the bottom of the screen.
34251 The foreground color is the color of the actual character and the
34252 background color is the color of the area behind the character.
34253 By default, the Prompt Color is the same as the Reverse Color.
34255 <A HREF="h_color_setup">Descriptions of the available commands</A>
34257 Look <A HREF="h_edit_nav_cmds">here</A>
34258 to see the available Editing and Navigation commands.
34260 &lt;End of help on this topic&gt;
34261 </BODY>
34262 </HTML>
34263 ====== h_config_header_general_color =====
34264 <HTML>
34265 <HEAD>
34266 <TITLE>OPTION: Header General Color</TITLE>
34267 </HEAD>
34268 <BODY>
34269 <H1>OPTION: Header General Color</H1>
34271 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
34272 screen.
34273 The foreground color is the color of the actual character and the
34274 background color is the color of the area behind the character.
34275 By default, this is the same as the Normal Color.
34277 It is also possible to set the colors for specific header fields, for
34278 example the Subject, using
34279 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
34280 If both a Header General Color and a specific Viewer Header Color are set
34281 the specific color will override the general color, as you would expect.
34283 <A HREF="h_color_setup">Descriptions of the available commands</A>
34285 Look <A HREF="h_edit_nav_cmds">here</A>
34286 to see the available Editing and Navigation commands.
34288 &lt;End of help on this topic&gt;
34289 </BODY>
34290 </HTML>
34291 ====== h_config_incol =====
34292 <HTML>
34293 <HEAD>
34294 <TITLE>Index Line Color</TITLE>
34295 </HEAD>
34296 <BODY>
34297 <H1>Index Line Color</H1>
34299 This option is used to set the color of a line in the index when the
34300 message for that line matches the Pattern.
34301 This colors the whole index line, except possibly the status letters,
34302 which may be colored separately using the
34303 <A HREF="h_color_setup">Setup Kolor</A> screen.
34304 The foreground color is the color of the actual characters and the
34305 background color is the color of the area behind the characters.
34307 <A HREF="h_color_setup">Descriptions of the available commands</A>
34309 Look <A HREF="h_edit_nav_cmds">here</A>
34310 to see the available Editing and Navigation commands.
34312 &lt;End of help on this topic&gt;
34313 </BODY>
34314 </HTML>
34315 ====== h_config_usetransparent_color =====
34316 <HTML>
34317 <HEAD>
34318 <TITLE>OPTION: Use Transparent Color</TITLE>
34319 </HEAD>
34320 <BODY>
34321 <H1>OPTION: Use Transparent Color</H1>
34323 This is a special color supported by some terminal emulators.
34324 It is intended to result in the default foreground or background color
34325 from the terminal emulator.
34326 This is the color the terminal was displaying characters in before you started Alpine.
34327 The reason it is called Transparent is because you could set the foreground color
34328 to some specific color, like Red, and then set the background color to the
34329 Transparent Color. If it works as expected, the background color from the terminal
34330 window in which Alpine is running will show through but with the Red characters
34331 in the foreground.
34333 <A HREF="h_color_setup">Descriptions of the available commands</A>
34335 Look <A HREF="h_edit_nav_cmds">here</A>
34336 to see the available Editing and Navigation commands.
34338 &lt;End of help on this topic&gt;
34339 </BODY>
34340 </HTML>
34341 ====== h_config_usenormal_color =====
34342 <HTML>
34343 <HEAD>
34344 <TITLE>OPTION: Use Normal Color</TITLE>
34345 </HEAD>
34346 <BODY>
34347 <H1>OPTION: Use Normal Color</H1>
34349 When you use this color value, the actual color used will be the same
34350 as the corresponding Normal Color.
34351 For example if your Normal Color is black on white and you set both
34352 the foreground and background colors here to use the Normal Color, you'll
34353 get black on white. If you later change the Normal Color to red on blue
34354 this color will also change to red on blue.
34356 <A HREF="h_color_setup">Descriptions of the available commands</A>
34358 Look <A HREF="h_edit_nav_cmds">here</A>
34359 to see the available Editing and Navigation commands.
34361 &lt;End of help on this topic&gt;
34362 </BODY>
34363 </HTML>
34364 ====== h_config_usenone_color =====
34365 <HTML>
34366 <HEAD>
34367 <TITLE>OPTION: Use None Color</TITLE>
34368 </HEAD>
34369 <BODY>
34370 <H1>OPTION: Use None Color</H1>
34372 This is a special color that simply means to leave the color alone.
34373 It is useful for Index symbols and for Keyword Colors used in the Subject
34374 field of an index line.
34375 The most likely use is to set an explicit foreground color and then set
34376 the background color to the None Color.
34377 That will cause the symbol or keyword to be drawn in the foreground color
34378 with a background equal to whatever color the rest of the index line is already
34379 drawn in.
34380 You will see no visible effect unless you have assigned Indexcolor Rules to
34381 color index lines or you have set an actual color for the Reverse Color.
34383 <A HREF="h_color_setup">Descriptions of the available commands</A>
34385 Look <A HREF="h_edit_nav_cmds">here</A>
34386 to see the available Editing and Navigation commands.
34388 &lt;End of help on this topic&gt;
34389 </BODY>
34390 </HTML>
34391 ====== h_config_dflt_color =====
34392 <HTML>
34393 <HEAD>
34394 <TITLE>OPTION: Default Color</TITLE>
34395 </HEAD>
34396 <BODY>
34397 <H1>OPTION: Default Color</H1>
34399 Setting default will cause the color to be the default color.
34400 Unsetting default is normally done by choosing a color, but in some cases
34401 you may want to declare the current default color to be your non-default
34402 choice.
34403 For example, the default Keyname Color is the same as the Reverse Color.
34404 Whenever the Reverse Color changes the Keyname Color will also change, unless
34405 you've changed it or unset the default box.
34407 <A HREF="h_color_setup">Descriptions of the available commands</A>
34409 Look <A HREF="h_edit_nav_cmds">here</A>
34410 to see the available Editing and Navigation commands.
34412 &lt;End of help on this topic&gt;
34413 </BODY>
34414 </HTML>
34415 ====== h_config_bold_slctbl =====
34416 <HTML>
34417 <HEAD>
34418 <TITLE>OPTION: Bold</TITLE>
34419 </HEAD>
34420 <BODY>
34421 <H1>OPTION: Bold</H1>
34423 The color for this particular section may have the Bold attribute turned
34424 on or off.
34425 Setting bold will cause the characters to be bold.
34427 <A HREF="h_color_setup">Descriptions of the available commands</A>
34429 Look <A HREF="h_edit_nav_cmds">here</A>
34430 to see the available Editing and Navigation commands.
34432 &lt;End of help on this topic&gt;
34433 </BODY>
34434 </HTML>
34435 ====== h_config_kw_color =====
34436 <HTML>
34437 <HEAD>
34438 <TITLE>OPTION: Keyword Colors</TITLE>
34439 </HEAD>
34440 <BODY>
34441 <H1>OPTION: Keyword Colors</H1>
34443 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
34444 Keywords are displayed as part of the Subject by default.
34445 They are also displayed as part of the Subject if the tokens
34446 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
34447 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
34448 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
34449 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
34451 For example, you might have set up a Keyword
34452 &quot;Work&quot; using the
34453 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
34454 You could cause that Keyword to show up as a special color
34455 by setting up the Keyword Color using this option, and then including it
34456 in the MESSAGE INDEX screen using one of the tokens listed above in the
34457 <!--#echo var="VAR_index-format"-->.
34459 <A HREF="h_color_setup">Descriptions of the available commands</A>
34461 Look <A HREF="h_edit_nav_cmds">here</A>
34462 to see the available Editing and Navigation commands.
34464 &lt;End of help on this topic&gt;
34465 </BODY>
34466 </HTML>
34467 ====== h_config_customhdr_color =====
34468 <HTML>
34469 <HEAD>
34470 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
34471 </HEAD>
34472 <BODY>
34473 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
34475 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
34476 For example, you may set the color of the Subject header or the From header.
34477 The foreground color is the color of the actual character and the
34478 background color is the color of the area behind the character.
34480 In addition to setting the colors for particular headers (like the Subject)
34481 you may also set a color to be used for all headers unless overridden by a
34482 more specific Viewer Header Color.
34483 To do this use the
34484 <A HREF="h_config_header_general_color">Header General Color</A>.
34486 For Header Colors,
34487 there is an additional line on the
34488 screen labeled &quot;Pattern to match&quot;.
34489 If you leave that blank, then the whole field for that header will
34490 be colored.
34491 However, if you give a pattern to match, the coloring will only take place
34492 if there is a match for that pattern in the value of the field.
34493 For example, if you are working on a color for the Subject header and
34494 you fill in a pattern of &quot;important&quot;, then only Subjects that
34495 contain the word &quot;important&quot; will be colored.
34497 If the pattern you enter is a comma-separated list of patterns, then coloring
34498 happens if any of those patterns matches.
34500 <A HREF="h_color_setup">Descriptions of the available commands</A>
34502 Look <A HREF="h_edit_nav_cmds">here</A>
34503 to see the available Editing and Navigation commands.
34505 &lt;End of help on this topic&gt;
34506 </BODY>
34507 </HTML>
34508 ====== h_config_indextoken_color =====
34509 <HTML>
34510 <HEAD>
34511 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
34512 </HEAD>
34513 <BODY>
34514 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
34516 This option allows you to set up the color in which any token, not specified by the
34517 previous options, will be colored in the MESSAGE INDEX screen. 
34519 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
34520 a token that can be used in the index format. 
34521 The list of available tokens is <A HREF="h_index_tokens">here</A>.
34523 If you fail to enter a valid token your entry will be ignored, and you will be asked to
34524 enter a new one. Once you have entered a valid token, a line will be added to the
34525 configuration screen that you can use to set up the colors in which that token will
34526 be painted. This is done in the same way that you configure colors for other
34527 variables.
34529 <A HREF="h_color_setup">Descriptions of the available commands</A>
34531 Look <A HREF="h_edit_nav_cmds">here</A>
34532 to see the available Editing and Navigation commands.
34534 &lt;End of help on this topic&gt;
34535 </BODY>
34536 </HTML>
34537 ====== h_config_customhdr_pattern =====
34538 <HTML>
34539 <HEAD>
34540 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
34541 </HEAD>
34542 <BODY>
34543 <H1>OPTION: Viewer Header Color Pattern</H1>
34545 If you leave this blank, then the whole field for the header will
34546 be colored.
34547 If you give a pattern to match, the coloring will only take place
34548 if there is a match for that pattern in the value of the field.
34549 For example, if you are working on a color for the Subject header and
34550 you fill in a pattern of &quot;important&quot;, then only Subjects that
34551 contain the word &quot;important&quot; will be colored.
34553 For address headers (like From and To) and for the Newsgroups header,
34554 a pattern match will cause only the matched addresses or newsgroups to be
34555 colored.
34556 If there is no pattern to match, then all of the addresses or newsgroups
34557 in the relevant header will be colored.
34559 The matching pattern may be a comma-separated list of patterns to match
34560 instead of a single pattern.
34561 For example, you could use the pattern &quot;important,urgent&quot; which would
34562 cause a match if either the word &quot;important&quot; or the word
34563 &quot;urgent&quot; appeared in the value of the header.
34564 You could list several comma-separated email addresses in the Header
34565 From Color pattern so that those addresses will be colored when any of
34566 them appear in the From header.
34568 To add a new matching pattern or change the existing pattern use the 
34569 <!--chtml if pinemode="function_key"-->
34570 &quot;F4&quot;
34571 <!--chtml else-->
34572 &quot;C&quot;
34573 <!--chtml endif-->
34574 &quot;Change&quot; command that is available when the &quot;Pattern to
34575 match&quot; line is highlighted.
34577 <!--chtml if pinemode="function_key"-->
34578 &quot;F10&quot;
34579 <!--chtml else-->
34580 &quot;D&quot;
34581 <!--chtml endif-->
34582 &quot;Delete&quot; command may be used to quickly remove all patterns
34583 for a particular header.
34585 &lt;End of help on this topic&gt;
34586 </BODY>
34587 </HTML>
34588 ====== h_color_setup =====
34589 <HTML>
34590 <HEAD>
34591 <TITLE>SETUP COLOR COMMANDS</TITLE>
34592 </HEAD>
34593 <BODY>
34594 <H1>SETUP COLOR COMMANDS</H1>
34595 <!--chtml if pinemode="function_key"-->
34596 <PRE>
34597 Available Commands -- Group 1
34598 -------------------------------
34599 F1  Display this help text
34600 F2  Show other available commands
34601 F3  Exit to MAIN MENU
34602 F4  Select the highlighted foreground or background color
34603 F5  Move to previous line
34604 F6  Move to next line
34605 F7  Previous page
34606 F8  Next page
34607 F9  Add a config section for a header field
34608 F10 Restore all default colors (for all sections)
34609 F11 Print color configuration screen
34610 F12 Whereis (search for word)
34612 Available Commands -- Group 2
34613 -------------------------------
34614 F1  Display this help text
34615 F2  Show other available commands
34616 F5  Delete config section for highlighted header field
34617 F6  Shuffle the order of Header Color sections
34618 </PRE>
34619 <!--chtml else-->
34620 <PRE>
34621 General commands
34622 -------------------------------------------------
34623  ?  Display this help text     E  Exit back to MAIN MENU
34624  P  Previous Line              N  Next Line
34625  -  Previous page             Spc (space bar) Next page
34626  W  WhereIs (search for word)  %  Print color configuration screen
34628 Color Setup Commands
34629 ------------------------------------------------
34630  *  Select the highlighted foreground or background color
34631  A  Add a config section for a header field
34632  D  Delete config section for highlighted header field
34633  R  Restore all default colors (for all sections)
34634  $  Shuffle the order of Header Color sections
34635 </PRE>
34636 <!--chtml endif-->
34638 <H2>Description of the Setup Color Screen</H2>
34640 From this screen you may turn on color and set the colors of
34641 various parts of the Alpine display.
34642 For help on turning on color move your cursor into the Color Style section
34643 at the top of the Setup Color screen and ask for help.
34646 There are several sections in the Setup Color Screen.
34647 At the top are some settings that handle the style of color used
34648 with your terminal emulator (UNIX only), and some settings that
34649 control how the current indexline and the titlebar are colored.
34650 After that comes a long section called GENERAL COLORS that allows
34651 you to set the color of many elements in the Alpine screens.
34652 For example, the color of the titlebar, status messages,
34653 selectable links, quotes and signatures in messages, and so on.
34654 After that is a section called INDEX COLORS that allows you to
34655 set the colors of various pieces of the displayed index lines in
34656 the MESSAGE INDEX screen.
34657 The next section is HEADER COLORS. This is for coloring headers of
34658 messages in the MESSAGE TEXT screen in just about any way you would like.
34659 Finally, the KEYWORD COLORS section allows you to highlight
34660 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
34661 in the MESSAGE INDEX screen.
34664 To change a color, highlight the color you want to change (for example,
34665 the Status Color) by moving
34666 the cursor into it.
34667 You may want to read the help text for the color to see a brief description
34668 of what you are coloring.
34669 Then press &quot;C&quot; for Change to set the color to something new.
34670 That will put you into a screen with two columns of colors, one for
34671 the foreground color and one for the background color.
34672 The foreground color is just the color you want the actual characters
34673 to be and the background color is the color of the rest of the rectangle
34674 behind the characters.
34675 Select the foreground and background colors desired by using the Next and
34676 Prev keys to highlight the color, and the * command to select it.
34678 To set a color to its default value, set the X in the Default line at
34679 the bottom of the list of colors.
34682 The HEADER COLORS section is a little bit different from the others.
34683 Besides coloring the specific fields that Alpine knows about, you may also
34684 color specific header fields when viewing a message in the MESSAGE TEXT
34685 screen.
34686 For example, you may color the Subject header a particular color.
34687 There are a few commands for use with headers.
34688 The &quot;AddHeader&quot; command adds a section to the color
34689 configuration screen that allows you to set the color for that header.
34690 You'll be asked for the name of the header field you want to color.
34691 If you wanted to color the Subject, you would answer
34692 with the word &quot;subject&quot;.
34693 Once you've added a header field, the color setting works just like the
34694 other color fields, except that there is an additional line on the
34695 configuration screen labeled &quot;Pattern to match&quot;.
34696 If you leave that blank, then the whole field for that header will always
34697 be colored.
34698 However, if you give a pattern to match, the coloring will only take place
34699 if there is a match for that pattern in the value of the field.
34700 For example, if you are working on a color for the Subject header and
34701 you fill in a pattern of &quot;important&quot;, then only Subjects that
34702 contain the word &quot;important&quot; will be colored.
34704 The &quot;DeleteHdr&quot; command removes a header section from the
34705 configuration altogether.
34706 The &quot;Shuffle&quot; command changes the order of header sections.
34707 This is only necessary if you use header sections with pattern fields.
34708 For example, if you have two Subject sections, one with one pattern and
34709 another with another pattern, and the subject for a particular message
34710 happens to match both, then the color from the first match is used.
34713 The command &quot;RestoreDefs&quot; will restore all of the default colors.
34714 Each section will change to the default value used for that section when
34715 color is first enabled.
34716 When you restore all default colors the color settings for the Header Colors
34717 will be unset (since that's the default), but the header fields you've
34718 added will remain so that you may easily reset them.
34719 In order to get rid of them completely you'd have to use
34720 the &quot;DeleteHdr&quot; command.
34723 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
34724 may be set with matching rules and that is configured separately from
34725 the rest of the color settings described here.
34726 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
34727 instead of in the Setup/Kolor section.
34729 <P><UL>
34730 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34731 </UL><P>
34732 &lt;End of help on this topic&gt;
34733 </BODY>
34734 </HTML>
34735 ====== h_config_news_uses_recent ======
34736 <HTML>
34737 <HEAD>
34738 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
34739 </HEAD>
34740 <BODY>
34741 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
34743 This feature causes certain messages to be marked as "New" in the
34744 MESSAGE INDEX of newsgroups.
34745 This feature is set by default.
34749 When opening a newsgroup, Alpine will consult your "newsrc" file and
34750 determine the last message you have previously disposed of via the "D"
34751 key.  If this feature is set, any subsequent messages will be shown in the
34752 Index with an "N", and the first of these messages will be highlighted.
34753 Although this is only an approximation of true "New" or "Unseen"
34754 status, it provides a useful cue to distinguish more-or-less recent
34755 messages from those you have seen previously, but are not yet ready to
34756 mark deleted.
34760 Background: your "newsrc" file (used to store message status information
34761 for newsgroups) is only capable of storing a single flag, and Alpine uses
34762 this to record whether or not you are "done with" a message, as
34763 indicated by marking the message as "Deleted".  Unfortunately, this
34764 means that Alpine has no way to record exactly which messages you have
34765 previously seen, so it normally does not show the "N" status flag for
34766 any messages in a newsgroup. This feature enables a starting
34767 *approximation* of seen/unseen status that may be useful.
34769 &lt;End of help on this topic&gt;
34770 </BODY>
34771 </HTML>
34772 ====== h_config_expose_hidden_config =====
34773 <HTML>
34774 <HEAD>
34775 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
34776 </HEAD>
34777 <BODY>
34778 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
34780 If set, this causes configuration options and features that are normally
34781 hidden from view to be editable in the Setup/Config screen.
34784 The purpose of this feature is to allow you to change configuration
34785 features and variables that are normally hidden.
34786 This is particularly useful if you are using a remote configuration,
34787 where it is difficult to edit the contents manually, but it may also be used
34788 on a local pinerc configuration file.
34790 If set, several configuration variables and features that are normally
34791 hidden from view will show up in the Setup/Configuration screen.
34792 They will be at the bottom of the configuration screen.
34793 You can find them by searching for the words &quot;hidden configuration&quot;.
34796 Note that this is an advanced feature that should be used with care.
34797 The reason that this part of the configuration is normally hidden is because
34798 there is a significant potential for causing problems if you change these
34799 variables.
34800 If something breaks after a change try changing it back to see if that is
34801 what is causing the problem.
34802 There are also some variables that are normally hidden because they are
34803 manipulated through Alpine in other ways.
34804 For example, colors are normally set using the Setup/Kolors screen and
34805 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
34806 the Setup/AddressBooks screen, so there is little reason to edit these directly.
34807 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
34808 the Add, Delete, and Rename commands in the FOLDER LIST screen,
34809 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
34810 internally by Alpine and not set directly by the user.
34812 <UL>   
34813 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34814 </UL><P>
34815 &lt;End of help on this topic&gt;
34816 </BODY>
34817 </HTML>
34818 ====== h_config_disable_signature_edit =====
34819 <HTML>
34820 <HEAD>
34821 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
34822 </HEAD>
34823 <BODY>
34824 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
34826 If set, this disables the editing of signature files from within
34827 the Setup/Config screen.
34829 <UL>   
34830 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34831 </UL><P>
34832 &lt;End of help on this topic&gt;
34833 </BODY>
34834 </HTML>
34835 ====== h_config_delete_before_writing =====
34836 <HTML>
34837 <HEAD>
34838 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></TITLE>
34839 </HEAD>
34840 <BODY>
34841 <H1>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></H1>
34843 This feature controls a behavior of Alpine intended to workaround problems in
34844 terminals where the marker for the end of inverse video cannot be overwritten,
34845 but must be deleted, as a way to start inverse video again.
34848 When this feature is enabled, Alpine will delete a line before writing it,
34849 therefore deleting the end of reverse video. Modern terminals do not require
34850 enabling this feature, but some old terminals might require it.
34852 <UL>
34853 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34854 </UL><P>
34855 &lt;End of help on this topic&gt;
34856 </BODY>
34857 </HTML>
34858 ====== h_config_disable_roles_templateedit =====
34859 <HTML>
34860 <HEAD>
34861 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
34862 </HEAD>
34863 <BODY>
34864 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
34866 If set, this disables the editing of template files within the
34867 Role setup screen.
34869 <UL>   
34870 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34871 </UL><P>
34872 &lt;End of help on this topic&gt;
34873 </BODY>
34874 </HTML>
34875 ====== h_config_disable_roles_sigedit =====
34876 <HTML>
34877 <HEAD>
34878 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
34879 </HEAD>
34880 <BODY>
34881 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
34883 If set, this disables the editing of signature files within the
34884 Role setup screen.
34886 <UL>   
34887 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34888 </UL><P>
34889 &lt;End of help on this topic&gt;
34890 </BODY>
34891 </HTML>
34892 ====== h_config_disable_roles_setup =====
34893 <HTML>
34894 <HEAD>
34895 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
34896 </HEAD>
34897 <BODY>
34898 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
34900 If set, this disables the Setup/Rules/Roles command.
34902 <UL>   
34903 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34904 </UL><P>
34905 &lt;End of help on this topic&gt;
34906 </BODY>
34907 </HTML>
34908 ====== h_config_disable_pipes_in_templates =====
34909 <HTML>
34910 <HEAD>
34911 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
34912 </HEAD>
34913 <BODY>
34914 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
34916 By default, if a template file name is followed by a vertical bar (|) then
34917 that causes the file to be executed to produce the text for the template.
34918 If this feature is set, then this is not allowed.
34920 <UL>   
34921 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34922 </UL><P>
34923 &lt;End of help on this topic&gt;
34924 </BODY>
34925 </HTML>
34926 ====== h_config_disable_pipes_in_sigs =====
34927 <HTML>
34928 <HEAD>
34929 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
34930 </HEAD>
34931 <BODY>
34932 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
34934 By default, if a signature file name is followed by a vertical bar (|) then
34935 that causes the file to be executed to produce the text for the signature.
34936 If this feature is set, then this is not allowed.
34938 <UL>   
34939 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34940 </UL><P>
34941 &lt;End of help on this topic&gt;
34942 </BODY>
34943 </HTML>
34944 ====== h_config_disable_password_cmd =====
34945 <HTML>
34946 <HEAD>
34947 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
34948 </HEAD>
34949 <BODY>
34950 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
34952 If set, then the Setup/Newpassword command is disabled.
34954 <UL>   
34955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34956 </UL><P>
34957 &lt;End of help on this topic&gt;
34958 </BODY>
34959 </HTML>
34960 ====== h_config_disable_password_caching =====
34961 <HTML>
34962 <HEAD>
34963 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
34964 </HEAD>
34965 <BODY>
34966 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
34968 Normally, loginname/password combinations are cached in Alpine so that
34969 you do not have to enter the same password more than once in a session.
34970 A disadvantage to this approach is that the password must be stored in
34971 the memory image of the running Alpine in order that it can be re-used.
34972 In the event that Alpine crashes and produces a core dump, and that core
34973 dump is readable by others, the loginname and password could be read
34974 from the core dump.
34976 If this feature is set, then the passwords will not be cached and you
34977 will have to retype the password whenever Alpine needs it.
34978 Even with this feature set there is still some chance that the core
34979 file will contain a password, so care should be taken to make the
34980 core files unreadable.
34982 NOTE: If PASSFILE caching is enabled, this does not disable it.
34983 That is a separate and independent feature.
34984 <UL>   
34985 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34986 </UL><P>
34987 &lt;End of help on this topic&gt;
34988 </BODY>
34989 </HTML>
34990 ====== h_config_disable_password_file_saving =====
34991 <HTML>
34992 <HEAD>
34993 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
34994 </HEAD>
34995 <BODY>
34996 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
34998 <P> This feature disables caching of passwords, even if your version of Alpine allows
34999 saving passwords. For MAC OS users saving passwords is done using the Apple Key Chain, for
35000 Windows users caching passwords is done using the internal Windows Credentials, and for
35001 other users this is done by using the password file. In this feature, the phrase
35002 &quot;password file&quot; is a misnomer and represents the way in which your system
35003 stores passwords.
35006 Specifically, this feature changes the behavior of Alpine when a login name and password combination
35007 for a specific server is not found in the password file. The default behavior is that
35008 Alpine will ask the user if they wish to save this information in the password file for future
35009 use. It is assumed that if a user created a password file it is because they intend
35010 to use it, but in some instances a user might want to save some passwords and not others.
35011 In this case, enabling this feature will make Alpine not add any more passwords to the
35012 password file and will only use the passwords that it already saved. If you wish to allow
35013 Alpine to save more passwords in the password file, disable this feature.
35015 <P> Regardless of which method Alpine uses to store passwords, this is done in a secure
35016 way when compiled with OpenSSL or LibreSSL. This is very likely to be your version, and
35017 you can check this by reading the encryption features
35018 <A HREF="X-Alpine-Config:">supported</A> by Alpine.
35021 <UL>   
35022 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35023 </UL><P>
35024 &lt;End of help on this topic&gt;
35025 </BODY>
35026 </HTML>
35027 ====== h_config_disable_kb_lock =====
35028 <HTML>
35029 <HEAD>
35030 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
35031 </HEAD>
35032 <BODY>
35033 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
35035 If set, then the Keyboard Lock command is removed from the MAIN MENU.
35037 <UL>   
35038 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35039 </UL><P>
35040 &lt;End of help on this topic&gt;
35041 </BODY>
35042 </HTML>
35043 ====== h_config_disable_config_cmd =====
35044 <HTML>
35045 <HEAD>
35046 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
35047 </HEAD>
35048 <BODY>
35049 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
35051 If set, then the Setup/Config screen is disabled.
35053 <UL>   
35054 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35055 </UL><P>
35056 &lt;End of help on this topic&gt;
35057 </BODY>
35058 </HTML>
35059 ====== h_config_allow_chg_from =====
35060 <HTML>
35061 <HEAD>
35062 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
35063 </HEAD>
35064 <BODY>
35065 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
35067 This feature affects Alpine's handling of the &quot;From:&quot; header field
35068 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
35069 option.
35071 If this feature is set then the From line can be changed just like
35072 all the other header fields that can be changed.
35073 This feature defaults to <EM>ON</EM>.
35075 Even with this feature turned ON (the default) you will not be able 
35076 to change the From header unless you add it to your list of
35077 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
35078 You may also want to change the
35079 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
35080 if you want the From header to always show up in the composer without
35081 having to type the Rich Headers command first.
35083 Note that many sites restrict the use of this feature in order to
35084 reduce the chance of falsified addresses and misdirected mail.
35085 If you want to change the value of what gets included in the From header
35086 in messages you send
35087 look <A HREF="h_config_change_your_from">here</A> for a description.
35089 <UL>   
35090 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35091 </UL><P>
35092 &lt;End of help on this topic&gt;
35093 </BODY>
35094 </HTML>
35095 ====== h_config_disable_collate =====
35096 <HTML>
35097 <HEAD>
35098 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
35099 </HEAD>
35100 <BODY>
35101 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
35103 This is a hard to understand feature that should only be used in rare cases.
35104 Normally, the C function call
35106 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
35108 is used by Alpine.
35109 If you want to try turning it off,
35110 setting this feature will turn it off.
35111 This part of the locale has to do with the sort order
35112 of characters in your locale.
35114 <UL>   
35115 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35116 </UL><P>
35117 &lt;End of help on this topic&gt;
35118 </BODY>
35119 </HTML>
35120 ====== h_config_quell_attach_extra_prompt =====
35121 <HTML>
35122 <HEAD>
35123 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
35124 </HEAD>
35125 <BODY>
35126 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
35128 By default, when you attempt to view an attachment externally
35129 from the &quot;Attachment View&quot; screen, you are asked if you
35130 really want to view the selected attachment.
35133 If this feature is set, you will <B>not</B> be prompted to confirm
35134 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
35135 prompt. This feature was added for those wanting to preserve that
35136 behavior (along with 
35137 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
35140 <UL>   
35141 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35142 </UL><P>
35143 &lt;End of help on this topic&gt;
35144 </BODY>
35145 </HTML>
35146 ====== h_config_quell_attach_ext_warn =====
35147 <HTML>
35148 <HEAD>
35149 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
35150 </HEAD>
35151 <BODY>
35152 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
35155 This feature suppresses the extra warning you can get when trying
35156 to view an attachment for which there is no mime-type match.  Turning
35157 on this feature will just run the program according to extension
35158 instead of first warning the user that it will run according to the
35159 file's extension.
35161 This feature can be used along side 
35162 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
35163 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
35165 <UL>   
35166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35167 </UL><P>
35168 &lt;End of help on this topic&gt;
35169 </BODY>
35170 </HTML>
35171 ====== h_config_mailcap_params =====
35172 <HTML>
35173 <HEAD>
35174 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
35175 </HEAD>
35176 <BODY>
35177 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
35179 If set, this will allow mailcap named parameter substitution to occur
35180 in mailcap entries.
35181 By default, this is turned off to prevent security problems that may occur
35182 with some incorrect mailcap configurations.
35183 For more information, see RFC1524 and look for "named parameters" in the
35184 text of the RFC.
35186 <UL>   
35187 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35188 </UL><P>
35189 &lt;End of help on this topic&gt;
35190 </BODY>
35191 </HTML>
35192 ====== h_config_disable_shared =====
35193 <HTML>
35194 <HEAD>
35195 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
35196 </HEAD>
35197 <BODY>
35198 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
35200 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
35201 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
35202 will be disabled.
35203 The reason this feature exists is because there are some implementations
35204 of system password lookup routines that are very slow when presented with
35205 a long loginname that does not exist.
35206 This feature could be set to prevent the delay at startup time when the
35207 names above are searched for in the password file.
35209 <UL>   
35210 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35211 </UL><P>
35212 &lt;End of help on this topic&gt;
35213 </BODY>
35214 </HTML>
35215 ====== h_config_hide_nntp_path =====
35216 <HTML>
35217 <HEAD>
35218 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
35219 </HEAD>
35220 <BODY>
35221 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
35223 Normally the Path header that Alpine generates when posting to a newsgroup
35224 contains the name of the computer from which the message is being sent and
35225 the user name.
35226 Some believe that this information is used by spammers.
35227 If this feature is set, that information will be replaced with the text
35229 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
35231 instead.
35233 It should be noted that many servers being connected to will still reveal
35234 the information that this feature attempts to protect.
35236 <UL>   
35237 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35238 </UL><P>
35239 &lt;End of help on this topic&gt;
35240 </BODY>
35241 </HTML>
35242 ====== h_config_no_bezerk_zone =====
35243 <HTML>
35244 <HEAD>
35245 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
35246 </HEAD>
35247 <BODY>
35248 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
35250 POSIX mandates a timezone in UNIX mailbox format folder delimiters
35251 (the line that begins with From <SPACE>).
35252 Some versions of Berkeley mail have trouble with this, and don't recognize
35253 the line as a message delimiter.
35254 If this feature is set, the timezone will be left off the delimiter line.
35256 <UL>   
35257 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35258 </UL><P>
35259 &lt;End of help on this topic&gt;
35260 </BODY>
35261 </HTML>
35262 ====== h_config_quell_domain_warn =====
35263 <HTML>
35264 <HEAD>
35265 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
35266 </HEAD>
35267 <BODY>
35268 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
35270 When your configuration is set up so that your domain name contains no dots,
35271 it is usually a configuration error.
35272 By default, Alpine will warn you about this when you start it up.
35273 You will see a warning message that looks like
35276 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
35279 If this feature is set, the warning is turned off.
35281 <UL>   
35282 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35283 </UL><P>
35284 &lt;End of help on this topic&gt;
35285 </BODY>
35286 </HTML>
35287 ====== h_config_quell_imap_env =====
35288 <HTML>
35289 <HEAD>
35290 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
35291 </HEAD>
35292 <BODY>
35293 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
35295 In the MESSAGE INDEX screen, if the open folder is being accessed
35296 using IMAP, Alpine normally tries to paint the index lines on the screen
35297 as soon as the information arrives from the IMAP server.
35298 This means that the index information makes it onto the screen more quickly
35299 than it otherwise would.
35300 This sometimes results in behavior that bothers some users.
35301 For example, when paging to a new page of the index, it may be possible for
35302 the lines to be painted on the screen in a random order, rather than from
35303 top to bottom.
35306 Setting this feature causes Alpine to wait for all of the information
35307 to be gathered before it paints the index screen.
35308 Once it collects all of the information, the screen will be painted quickly
35309 from top to bottom.
35311 <UL>   
35312 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35313 </UL><P>
35314 &lt;End of help on this topic&gt;
35315 </BODY>
35316 </HTML>
35317 ====== h_config_quell_news_env =====
35318 <HTML>
35319 <HEAD>
35320 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
35321 </HEAD>
35322 <BODY>
35323 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
35325 In the MESSAGE INDEX screen, if the open folder is being accessed
35326 using NNTP (News), Alpine normally tries to paint the index lines on the screen
35327 as soon as the information arrives from the NNTP server.
35328 This means that the index information makes it onto the screen more quickly
35329 than it otherwise would.
35330 This sometimes results in behavior that bothers some users.
35331 For example, when paging to a new page of the index, it may be possible for
35332 the lines to be painted on the screen in a random order, rather than from
35333 top to bottom.
35336 Setting this feature causes Alpine to wait for all of the information
35337 to be gathered before it paints the index screen.
35338 Once it collects all of the information, the screen will be painted quickly
35339 from top to bottom.
35341 <UL>   
35342 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35343 </UL><P>
35344 &lt;End of help on this topic&gt;
35345 </BODY>
35346 </HTML>
35347 ====== h_config_quell_content_id =====
35348 <HTML>
35349 <HEAD>
35350 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
35351 </HEAD>
35352 <BODY>
35353 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
35355 This feature changes the behavior of Alpine when sending messages.
35356 It is intended to work around a bug in Microsoft's Outlook XP mail user
35357 agent.
35358 As of this writing, Microsoft has acknowledged the bug but
35359 has not added it to the Knowledge Base.
35360 We have been told that there will be a post-SP1 hotfix for Outlook XP.
35361 This particular bug has bug fix number OfficeQFE:4781.
35362 The nature of the bug is that messages with attachments that
35363 contain a Content-ID header (which standard Alpine attachments do)
35364 do not show the attachment indicator (a paperclip) when viewed with
35365 Outlook XP.
35366 So the user has no indication that the message contains an attachment.
35369 If this feature is set then Alpine will remove most Content-ID headers
35370 before sending a message.
35371 If an attachment is of type MESSAGE, then the existing Content-ID headers
35372 inside the message will be left intact.
35373 This would only happen with Alpine if a message was forwarded as an attachment
35374 or if a message with a message attached was forwarded.
35375 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
35376 the Content-ID headers of the alternative parts will not be removed.
35379 Because the Content-ID header is a standard part of MIME it is possible
35380 that setting this feature will break something.
35381 For example, if an attachment has a Content-ID header that is necessary
35382 for the correct functioning of that attachment, it is possible that Alpine
35383 may remove that header when the attachment is forwarded.
35384 However, it seems fairly safe at this time.
35387 <UL>   
35388 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35389 </UL><P>
35390 &lt;End of help on this topic&gt;
35391 </BODY>
35392 </HTML>
35393 ====== h_config_winpos_in_config =====
35394 <HTML>
35395 <HEAD>
35396 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
35397 </HEAD>
35398 <BODY>
35399 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
35401 PC-Alpine only.
35404 Normally, PC-Alpine will store its window size and position in the
35405 Windows Registry.
35406 This is convenient if you want to use the same remote
35407 configuration from more than one PC.
35408 If you use multiple configuration files to start PC-Alpine, you may want
35409 to store the window size and position in the configuration file instead
35410 of in the Registry.
35411 Setting this feature causes the value to be stored in 
35412 <A HREF="h_config_window_position">Window-Position</A>.
35415 <UL>   
35416 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35417 </UL><P>
35418 &lt;End of help on this topic&gt;
35419 </BODY>
35420 </HTML>
35421 ====== h_config_quell_ssl_largeblocks =====
35422 <HTML>
35423 <HEAD>
35424 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
35425 </HEAD>
35426 <BODY>
35427 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
35429 PC-Alpine only.
35431 This feature changes the behavior of fetching messages
35432 and attachments so that the message data is fetched in chunks no larger
35433 than 12K bytes.
35434 This works around a bug in Microsoft's SSL/TLS support.
35435 Some versions of Microsoft SSL are not able to read full-sized (16K)
35436 SSL/TLS packets.
35437 Some servers will send such packets and this will
35438 cause PC-Alpine to crash with the error
35441 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
35444 Microsoft is aware of the problem and has developed a hotfix for it, it is
35445 discussed in article 300562 in the Microsoft Knowledge Base.
35447 <UL>   
35448 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35449 </UL><P>
35450 &lt;End of help on this topic&gt;
35451 </BODY>
35452 </HTML>
35453 ====== h_config_quell_partial =====
35454 <HTML>
35455 <HEAD>
35456 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
35457 </HEAD>
35458 <BODY>
35459 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
35461 Partial fetching is a feature of the IMAP protocol.
35462 By default, Alpine
35463 will use partial fetching when copying the contents of a message or attachment
35464 from the IMAP server to Alpine.
35465 This means that the fetch will be done in many
35466 small chunks instead of one big chunk. The main benefit of this approach is
35467 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
35468 to stop the fetch early. In some cases partial fetching may cause a performance
35469 problem so that the fetching of data takes significantly longer when partial
35470 fetching is used. Turning on this feature will turn off partial fetching.
35472 <UL>   
35473 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35474 </UL><P>
35475 &lt;End of help on this topic&gt;
35476 </BODY>
35477 </HTML>
35478 ====== h_config_quell_personal_name_prompt =====
35479 <HTML>
35480 <HEAD>
35481 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
35482 </HEAD>
35483 <BODY>
35484 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
35486 PC-Alpine only.  This feature quells the prompting for a 
35487 <A HREF="h_config_pers_name">personal name</A>.  This
35488 prompt normally happens before composing a message, and only happens when
35489 there is no personal name already set.
35491 <UL>   
35492 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35493 </UL><P>
35494 &lt;End of help on this topic&gt;
35495 </BODY>
35496 </HTML>
35497 ====== h_config_quell_user_id_prompt =====
35498 <HTML>
35499 <HEAD>
35500 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
35501 </HEAD>
35502 <BODY>
35503 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
35505 PC-Alpine only.  This feature quells the prompting for a 
35506 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
35507 if the information can be obtained from the login name used
35508 to open the INBOX.  Normally, this prompt happens before composing
35509 a message, and only happens when there is no user-id already set
35510 in the configuration.
35512 With this feature set, composing a message is only possible after
35513 establishing a connection to the INBOX.
35515 <UL>   
35516 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35517 </UL><P>
35518 &lt;End of help on this topic&gt;
35519 </BODY>
35520 </HTML>
35521 ====== h_config_save_aggregates =====
35522 <HTML>
35523 <HEAD>
35524 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
35525 </HEAD>
35526 <BODY>
35527 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
35529 This feature will optimize an aggregate copy operation, if
35530 possible, by issuing a single IMAP <EM>COPY</EM> command with a
35531 list of the messages to be copied.
35532 This feature is set by default.
35533 This may reduce network traffic and elapsed time for the Save.
35534 <EM>However, many IMAP servers (including the UW IMAP server) do
35535 not preserve the order of messages when this optimization is applied.</EM>
35536 If this feature is not set, 
35537 Alpine will copy each message individually and the order of the messages
35538 will be preserved.
35540 <UL>   
35541 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35542 </UL><P>
35543 &lt;End of help on this topic&gt;
35544 </BODY>
35545 </HTML>
35546 ====== h_config_use_system_translation =====
35547 <HTML>
35548 <HEAD>
35549 <TITLE>FEATURE: Use System Translation</TITLE>
35550 </HEAD>
35551 <BODY>
35552 <H1>FEATURE: Use System Translation</H1>
35554 UNIX Alpine only.
35556 Alpine normally uses its own internal software to convert between the multi-byte
35557 representation of characters and the Unicode representation of those
35558 same characters.
35559 It converts from the multi-byte characters your keyboard produces to Unicode,
35560 and from Unicode to the multi-byte characters your display expects.
35561 Alpine also uses its own internal software to decide how much space on
35562 the screen a particular Unicode character will occupy.
35565 Setting this feature tells Alpine to use the system-supplied routines to
35566 perform these tasks instead.
35567 In particular there are three tasks and three system routines that will
35568 be used for these tasks.
35571 To convert from multi-byte to Unicode the routine
35574 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
35577 is used.
35578 To convert from Unicode to multi-byte the routine
35581 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
35584 is used, if available, otherwise
35587 <CENTER><SAMP>wctomb</SAMP></CENTER>
35590 is used.
35592 And to find the screen width a particular Unicode character will
35593 occupy the routine used is
35596 <CENTER><SAMP>wcwidth</SAMP></CENTER>
35599 This feature has been only lightly tested.
35600 The internal routines should normally be used unless you run into
35601 a problem that you think may be solved by using the system routines.
35602 Note that your environment needs to be set up for these
35603 routines to work correctly.
35604 In particular, the LANG or LC_CTYPE variable in your environment will
35605 need to be set.
35608 <UL>   
35609 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35610 </UL><P>
35611 &lt;End of help on this topic&gt;
35612 </BODY>
35613 </HTML>
35614 ====== h_config_suspend_spawns =====
35615 <HTML>
35616 <HEAD>
35617 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
35618 </HEAD>
35619 <BODY>
35620 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
35622 This feature affects Alpine's behavior when process suspension is enabled
35623 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
35624 temporarily interact with the operating system command &quot;shell&quot; 
35625 without
35626 quitting Alpine, and then subsequently resume the still-active Alpine session.
35629 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
35630 is set and subsequently the Ctrl-Z key
35631 is pressed, Alpine will normally suspend itself and return temporary control
35632 to Alpine's parent shell process.  However, if this feature is set, Alpine
35633 will instead create an inferior subshell process.  This is useful when the
35634 parent process is not intended to be used interactively.  Examples include
35635 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
35636 or via a menu system.<P>
35638 Note that one typically resumes a suspended Alpine by entering the Unix
35639 &quot;fg&quot; command, but if this feature is set, it will be necessary to
35640 enter the &quot;exit&quot; command instead.
35642 <UL>   
35643 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35644 </UL><P>
35645 &lt;End of help on this topic&gt;
35646 </BODY>
35647 </HTML>
35648 ====== h_config_8bit_smtp =====
35649 <HTML>
35650 <HEAD>
35651 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
35652 </HEAD>
35653 <BODY>
35654 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
35656 This feature affects Alpine's behavior when sending mail.
35657 By default, this feature is set.
35658 Internet standards
35659 require that all electronic mail messages traversing the global Internet
35660 consist of 7bit ASCII characters unless a pair of cooperating mail 
35661 transfer agents explicitly agree to allow 8bit messages.  In general, 
35662 then, exchanging messages in non-ASCII characters requires MIME encoding.
35664 However, there are now Internet standards that allow for unencoded 8bit
35665 exchange of messages between cooperating systems.  When this feature is set
35666 Alpine will try to negotiate unencoded 8bit transmission during the
35667 sending process.  Should the negotiation fail, Alpine will fall back to its
35668 ordinary encoding rules. 
35670 Note, this feature relies on your system's mail transport agent or
35671 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
35672 having the negotiation mechanism introduced in
35673 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
35674 &quot;8BITMIME&quot;. 
35676 ESMTP allows for graceful migration to upgraded mail transfer agents, but
35677 it is possible that this feature might cause problems for some servers. 
35678 <P><UL>
35679 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35680 </UL>
35681 <P>&lt;End of help on this topic&gt;
35682 </BODY>
35683 </HTML>
35684 ====== h_config_8bit_nntp =====
35685 <HTML>
35686 <HEAD>
35687 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
35688 </HEAD>
35689 <BODY>
35690 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
35692 This feature affects Alpine's behavior when posting news.  
35696 The Internet standard for exchanging USENET news messages (RFC-1036)
35697 specifies that USENET messages should conform to Internet mail standards
35698 and contain only 7bit characters, but much of the news transport software
35699 in use today is capable of successfully sending messages containing 8bit
35700 characters.  Hence, many people believe that it is appropriate to send 8bit
35701 news messages without any MIME encoding.
35705 Moreover, there is no Internet standard for explicitly negotiating 8bit
35706 transfer, as there is for Internet email.  Therefore, Alpine provides the
35707 option of posting unencoded 8bit news messages, though not as the default.
35708 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
35709 postings that contain 8bit characters. 
35713 Note, articles may cross a path or pass through news transport software
35714 that is unsafe or even hostile to 8bit characters.  At best this will only
35715 cause the posting to become garbled.  The safest way to transmit 8bit
35716 characters is to leave Alpine's MIME encoding turned on, but recipients
35717 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
35718 messages.
35720 &lt;End of help on this topic&gt;
35721 </BODY>
35722 </HTML>
35723 ====== h_config_mark_for_cc =====
35724 <HTML>
35725 <HEAD>
35726 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
35727 </HEAD>
35728 <BODY>
35729 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
35731 This feature affects Alpine's MESSAGE INDEX display.
35732 By default, a '+' is displayed in the first column if the
35733 message is addressed directly to you.
35734 When this feature is set and the message is not addressed to you, then a
35735 '-' character is displayed if the message is instead Cc'd directly
35736 to you.
35739 <UL>   
35740 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35741 </UL><P>
35742 &lt;End of help on this topic&gt;
35743 </BODY>
35744 </HTML>
35745 ====== h_config_tab_uses_unseen =====
35746 <HTML>
35747 <HEAD>
35748 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
35749 </HEAD>
35750 <BODY>
35751 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
35753 This feature affects Alpine's behavior when using the TAB
35754 <A HREF="h_common_nextnew">NextNew Command</A>
35755 to move from one folder to the next.
35756 Alpine's usual behavior is to search for folders
35757 with <EM>Recent</EM> messages in them.
35758 Recent messages are messages that have arrived since the last time the
35759 folder was opened.
35762 Setting this feature causes Alpine to search for <EM>Unseen</EM>
35763 messages instead of Recent messages.
35764 Unseen messages remain Unseen until you view them (or flag then as Seen with
35765 the <A HREF="h_common_flag">Flag Command</A>).
35766 Setting this feature allows you to locate messages you have not read
35767 instead of only recently received messages.
35768 When this feature is set, the feature
35769 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
35770 will have no effect, so the checking may be slower.
35773 Another reason why you might want to use this feature is that Alpine sometimes
35774 opens folders implicitly behind the scenes, and this clears the
35775 Recent status of all messages in the folder.
35776 One example where this happens is when Saving or filtering a
35777 message to another folder.
35778 If that message has some <A HREF="h_config_keywords">keywords</A>
35779 set, then because of some shortcomings
35780 in the IMAP specification, the best way to ensure that those keywords are
35781 still set in the saved copy of the message is to open the folder and
35782 set the keywords explicitly.
35783 Because this clears the Recent status of all messages in that folder the
35784 folder will not be found by the NextNew command unless this feature is set.
35787 &lt;End of help on this topic&gt;
35788 </BODY>
35789 </HTML>
35790 ====== h_config_tab_new_only =====
35791 <HTML>
35792 <HEAD>
35793 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
35794 </HEAD>
35795 <BODY>
35796 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
35798 This feature affects Alpine's behavior when using the TAB key to move from
35799 one message to the next.  Alpine's usual behavior is to select the next
35800 unread message or message flagged as "Important".
35804 Setting this feature causes Alpine to skip the messages flagged as important,
35805 and select unread messages exclusively.  Tab behavior when there are no
35806 new messages left to select remains unchanged.
35808 &lt;End of help on this topic&gt;
35809 </BODY>
35810 </HTML>
35811 ====== h_config_warn_if_subj_blank =====
35812 <HTML>
35813 <HEAD>
35814 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
35815 </HEAD>
35816 <BODY>
35817 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
35819 This feature affects Alpine's behavior when you send a message being
35820 composed.
35821 If this option is set, Alpine will check to see if the message about to be sent
35822 has a subject or not.
35823 If not, you will be asked if you want to send the message anyway.
35826 <UL>   
35827 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35828 </UL><P>
35829 &lt;End of help on this topic&gt;
35830 </BODY>
35831 </HTML>
35832 ====== h_config_warn_if_fcc_blank =====
35833 <HTML>
35834 <HEAD>
35835 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
35836 </HEAD>
35837 <BODY>
35838 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
35840 This feature affects Alpine's behavior when you send a message being
35841 composed.
35842 If this option is set, Alpine will check to see if the message about to be sent
35843 has an Fcc or not.
35844 If not, you will be asked if you want to send the message anyway.
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_warn_if_no_to_or_cc =====
35854 <HTML>
35855 <HEAD>
35856 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
35857 </HEAD>
35858 <BODY>
35859 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
35861 This feature affects Alpine's behavior when you send a message being
35862 composed.
35863 If this option is set, Alpine will check to see if the message about to be sent
35864 has either a To address, a Cc address, or a Newsgroup.
35865 If none of these is set,
35866 you will be asked if you want to send the message anyway.
35869 This feature is closely related to
35870 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
35871 Alpine will normally ask if you want to copy a message only to the Fcc.
35872 This feature also applies to cases where there is a Bcc but still no To, Cc,
35873 or Newsgroup.
35874 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
35875 message with only an Fcc, then you won't be asked about sending with
35876 a blank To and Cc and Newsgroups header even if this feature is set.
35877 Similarly, if you have already been asked if you want to send to the Fcc
35878 only and you have answered Yes, then you won't be asked again about sending with
35879 blank To, Cc, and Newsgroups headers even if this feature is set.
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_dead_letter =====
35889 <HTML>
35890 <HEAD>
35891 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
35892 </HEAD>
35893 <BODY>
35894 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
35896 This feature affects Alpine's behavior when you cancel a message being
35897 composed.  Alpine's usual behavior is to write the canceled message to
35898 a file named 
35899 <!--chtml if pinemode="os_windows"-->
35900 &quot;DEADLETR&quot;,
35901 <!--chtml else-->
35902 &quot;dead.letter&quot; in your home directory,
35903 <!--chtml endif-->
35904 overwriting any previous message. Under
35905 some conditions (some routine), this can introduce a noticeable delay.
35906 Setting this feature will cause Alpine NOT to write canceled compositions
35907 into the file.
35909 NOTE: Enabling this feature means NO record of canceled messages is
35910 maintained.
35912 This feature affects the newer option
35913 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
35914 number of dead letter files to keep around.
35915 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
35917 <UL>   
35918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35919 </UL><P>
35920 &lt;End of help on this topic&gt;
35921 </BODY>
35922 </HTML>
35923 ====== h_config_quell_beeps =====
35924 <HTML>
35925 <HEAD>
35926 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
35927 </HEAD>
35928 <BODY>
35929 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
35931 This feature affects Alpine's behavior when it displays status message
35932 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
35933 will not affect the display of such messages, but will cause those that
35934 emit a beep to become silent.
35937 <UL>   
35938 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35939 </UL><P>
35940 &lt;End of help on this topic&gt;
35941 </BODY>
35942 </HTML>
35943 ====== h_config_suppress_user_agent =====
35944 <HTML>
35945 <HEAD>
35946 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
35947 </HEAD>
35948 <BODY>
35949 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
35951 If this feature is set then Alpine will not generate a
35952 <CODE>User-Agent</CODE> header in outgoing messages.
35954 <UL>   
35955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35956 </UL><P>
35957 &lt;End of help on this topic&gt;
35958 </BODY>
35959 </HTML>
35960 ====== h_config_quell_lock_failure_warnings =====
35961 <HTML>
35962 <HEAD>
35963 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
35964 </HEAD>
35965 <BODY>
35966 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
35968 This feature affects Alpine's behavior when it encounters a problem
35969 acquiring a mail folder lock.  Typically, a secondary file associated
35970 with the mail folder being opened is created as part of the locking
35971 process.  On some systems, such file creation has been administratively
35972 precluded by the system configuration.
35974 Alpine issues a warning when such failures occur, which can become bothersome
35975 if the system is configured to disallow such actions.  Setting this
35976 feature causes Alpine to remain silent when this part of lock creation fails.
35978 WARNING: systems that have been configured in a way that precludes locking
35979 introduce some risk of mail folder corruption when more than one program
35980 attempts to modify the mail folder.  This is most likely to occur to one's
35981 INBOX or other incoming message folder. 
35983 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
35985 <UL>   
35986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35987 </UL><P>
35988 &lt;End of help on this topic&gt;
35989 </BODY>
35990 </HTML>
35991 ====== h_config_enable_role_take ======
35992 <HTML>
35993 <HEAD>
35994 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
35995 </HEAD>
35996 <BODY>
35997 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
35999 Normally, the Take command takes addresses from a message and helps you
36000 put them into your Address Book.
36001 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
36002 you may find it useful
36003 to be able to Take information from a message's headers and put it into
36004 a new Rule.
36005 When this feature is set, you will be given an extra prompt that gives
36006 you the choice to Take into the Address Book or Take into a rule.
36007 <P><UL>
36008 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36009 </UL>
36011 &lt;End of help on this topic&gt;
36012 </BODY>
36013 </HTML>
36014 ====== h_config_enable_take_export ======
36015 <HTML>
36016 <HEAD>
36017 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
36018 </HEAD>
36019 <BODY>
36020 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
36022 Normally, the Take command takes addresses from a message and helps you
36023 put them into your Address Book.
36024 When this feature is set, you will be given an extra prompt that gives you
36025 the choice to Take addresses into a file instead of your Address
36026 Book.
36027 Only the user@domain_name part of the address is put in the file.
36028 <P><UL>
36029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36030 </UL>
36032 &lt;End of help on this topic&gt;
36033 </BODY>
36034 </HTML>
36035 ====== h_config_quell_folder_internal_msg ======
36036 <HTML>
36037 <HEAD>
36038 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
36039 </HEAD>
36040 <BODY>
36041 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
36043 This feature determines whether or not Alpine will create 
36044 &quot;pseudo messages&quot; in folders that are in standard Unix or 
36045 MMDF format. <P> 
36047 Alpine will normally create these pseudo messages when they are not already
36048 present in a standard Unix or MMDF folder.  Their purpose is to record
36049 certain mailbox state data needed for correct IMAP and POP server
36050 operation, and also for Alpine to be able to mark messages as Answered when
36051 the Reply has been postponed.<P>
36053 Sites that do not use IMAP/POP for remote mail access, and that need to
36054 support mail tools that are adversely affected by the presence of the
36055 pseudo-messages (e.g. some mail notification tools) may enable this
36056 feature to tell Alpine not to create them.  Note that Alpine's 
36057 &quot;Answered&quot; flag
36058 capability will be adversely affected if this is done.<P>
36060 Note too that, even if this feature is enabled, Alpine will not remove
36061 pseudo-messages when it encounters them (e.g. those created by UW's imapd
36062 or ipopd servers.) This feature has no effect on folders that are not in
36063 standard Unix or MMDF format, as pseudo-messages are not needed in the
36064 other formats to record mailbox state information.
36065 <P><UL>
36066 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36067 </UL>
36069 &lt;End of help on this topic&gt;
36070 </BODY>
36071 </HTML>
36072 ====== h_config_mulnews_as_typed ======
36073 <HTML>
36074 <HEAD>
36075 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
36076 </HEAD>
36077 <BODY>
36078 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
36080 This feature will be of little use to most users.
36081 It has no effect unless the feature
36082 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
36083 is set.
36085 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
36086 then the setting of this feature may have an effect on the names of the
36087 newsrc files used.
36088 Normally, the name of the news server will be canonicalized before it is
36089 used in the newsrc file name.
36090 For example, if you type the news server name
36093 <CENTER><SAMP>servername</SAMP></CENTER>
36096 it is likely that the canonical name will be something like
36099 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
36102 Or it may be the case that
36105 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
36108 is really an alias (a DNS CNAME) for
36111 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
36114 If this feature is not set, then the canonicalized names will be used.
36115 If this feature is set, then the name you typed in (or put in your
36116 configuration) will be used.
36118 <P><UL>
36119 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36120 </UL>
36122 &lt;End of help on this topic&gt;
36123 </BODY>
36124 </HTML>
36125 ====== h_config_quell_empty_dirs ======
36126 <HTML>
36127 <HEAD>
36128 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
36129 </HEAD>
36130 <BODY>
36131 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
36133 This feature causes Alpine to remove from the display any directories
36134 that do not contain at least one file or directory.  This can be useful
36135 to prevent overly cluttered folder lists when a collection is stored on
36136 a server that treats all names as both a folder and a directory.
36139 Note, enabling this feature can cause surprising behavior!  For example,
36140 you can still use Add to create a directory, but unless you immediately
36141 enter that directory and create a folder, that newly created directory
36142 may not be displayed next time you enter the folder list.
36145 The description above is not quite correct.
36146 Only directories which potentially may hold messages are hidden if empty.
36147 That is, a directory which is really just a directory and is not selectable
36148 as a folder will not be hidden.
36149 Such directories can occur on servers that treat most names as both a folder
36150 and a directory.
36151 These directories are typically created implicitly when a folder is created
36152 inside a directory that does not yet exist.
36155 <UL>   
36156 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36157 </UL><P>
36158 &lt;End of help on this topic&gt;
36159 </BODY>
36160 </HTML>
36161 ====== h_config_termcap_wins =====
36162 <HTML>
36163 <HEAD>
36164 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
36165 </HEAD>
36166 <BODY>
36167 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
36169 This feature may affect Alpine's low-level input routines.  Termcap (or
36170 terminfo, depending on how your copy of Alpine was compiled and linked)
36171 is the name of the database that describes terminal capabilities.  In
36172 particular, it describes the sequences of characters that various keys
36173 will emit.
36176 An example would be the Up Arrow key on the keyboard.  Up
36177 Arrow is not a distinct character on most Unix systems.  When you press
36178 the Up Arrow key a short sequence of characters are produced.  This
36179 sequence is supposed to be described in the termcap database by the
36180 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
36181 are using terminfo instead of termcap).
36184 By default, Alpine defines some terminal
36185 escape sequences that are commonly used.  For example, the sequence
36186 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
36187 &quot;ESC&nbsp;[&nbsp;A&quot;
36188 is also recognized as an Up Arrow key.  These are chosen because common
36189 terminals like VT100's or ANSI standard terminals produce these
36190 sequences when you press the Up Arrow key.
36193 If your system's termcap
36194 (terminfo) database assigns some other function to the sequence
36195 &quot;ESC&nbsp;O&nbsp;A&quot;
36196 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
36197 database assigns a sequence that doesn't begin with an escape
36198 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
36199 This usually works fine
36200 because most terminals emit the escape sequences that Alpine has defined
36201 by default.  We have also found that it is usually better to have these
36202 defaults take precedence over the definitions contained in the database
36203 because the defaults are more likely to be correct than the database.
36206 There are some terminals where this breaks down.  If you want Alpine to
36207 believe the definitions given in your termcap (terminfo) database in
36208 preference to the defaults the Alpine itself sets up, then you may turn
36209 this feature on.  Then, sequences of characters that are defined in
36210 both termcap (terminfo) and in Alpine's set of defaults will be
36211 interpreted the way that termcap (terminfo) says they should be
36212 interpreted.  Also, if your terminal capabilities database assigns a
36213 sequence that doesn't begin with escape, it will not be ignored.
36216 <UL>   
36217 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36218 </UL><P>
36219 &lt;End of help on this topic&gt;
36220 </BODY>
36221 </HTML>
36222 ====== h_config_cruise_mode =====
36223 <HTML>
36224 <HEAD>
36225 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
36226 </HEAD>
36227 <BODY>
36228 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
36230 This feature affects Alpine's behavior when you hit the
36231 &quot;Space&nbsp;Bar&quot; at
36232 the end of a displayed message.  Typically, Alpine complains that the end
36233 of the text has already been reached.  Setting this feature causes such
36234 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
36235 taking you to the next &quot;interesting&quot; message,
36236 or scanning ahead to the 
36237 next incoming folder with &quot;interesting&quot; messages.
36240 <UL>   
36241 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36242 </UL><P>
36243 &lt;End of help on this topic&gt;
36244 </BODY>
36245 </HTML>
36246 ====== h_config_cruise_mode_delete =====
36247 <HTML>
36248 <HEAD>
36249 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
36250 </HEAD>
36251 <BODY>
36252 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
36254 This feature modifies the behavior of Alpine's 
36255 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
36256 Setting this feature causes Alpine to implicitly delete read
36257 messages when it moves on to display the next &quot;interesting&quot; message.
36259 NOTE: Beware when enabling this feature AND the 
36260 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
36261 feature.
36263 <UL>   
36264 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36265 </UL><P>
36266 &lt;End of help on this topic&gt;
36267 </BODY>
36268 </HTML>
36269 ====== h_config_slash_coll_entire =====
36270 <HTML>
36271 <HEAD>
36272 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
36273 </HEAD>
36274 <BODY>
36275 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
36277 The slash (/) command is available from the MESSAGE INDEX screen when
36278 the folder is sorted by either Threads or OrderedSubject, and the
36279 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
36280 is set to something other than &quot;none&quot;.
36281 Normally, the slash command Collapses or Expands the subthread that
36282 starts at the currently highlighted message, if any.
36283 If this option is set, then the slash command Collapses or Expands the
36284 <EM>entire</EM> current thread instead of just the subthread.
36285 The current thread is simply the top-level thread that contains the
36286 current message.
36289 <UL>   
36290 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36291 </UL><P>
36292 &lt;End of help on this topic&gt;
36293 </BODY>
36294 </HTML>
36295 ====== h_config_color_thrd_import =====
36296 <HTML>
36297 <HEAD>
36298 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
36299 </HEAD>
36300 <BODY>
36301 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
36303 This option affects only the THREAD INDEX screen.
36304 Whether or not you ever see a THREAD INDEX screen depends on the setting
36305 of the configuration option
36306 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
36307 and on the sort order of the index.
36310 If a message within a thread is flagged as Important
36311 and this option is set, then
36312 the entire line in the THREAD INDEX will be colored the color of the
36313 Index-important Symbol, which can be set using the
36314 <A HREF="h_color_setup">Setup Kolor</A> screen.
36317 <UL>   
36318 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36319 </UL><P>
36320 &lt;End of help on this topic&gt;
36321 </BODY>
36322 </HTML>
36323 ====== h_config_allow_goto =====
36324 <HTML>
36325 <HEAD>        
36326 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
36327 </HEAD>
36328 <BODY>
36329 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
36331 This feature modifies the behavior of Alpine's file browser.  Setting this
36332 feature causes Alpine to offer the "G Goto" command in the file browser.
36333 That is the default.
36337 The Goto command allows you to explicitly type in the desired directory.
36339 &lt;End of help on this topic&gt;
36340 </BODY></HTML>
36341 ====== h_config_add_ldap =====
36342 <HTML>
36343 <HEAD>
36344 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
36345 </HEAD>
36346 <BODY>
36347 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
36349 If both the Directory option
36350 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
36351 and this feature are set,
36352 then when an implicit directory lookup is done from the
36353 composer you will automatically be prompted to add the result of the
36354 directory lookup to your address book.
36356 <UL>   
36357 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36358 </UL><P>
36359 &lt;End of help on this topic&gt;
36360 </BODY>
36361 </HTML>
36362 ===== h_patterns_compat_behavior =====
36363 <HTML>
36364 <HEAD>
36365 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
36366 </HEAD>
36367 <BODY>
36368 <H1>Rules Behavior Changes in Pine 4.50</H1>
36370 In Alpine, Rules that contain unrecognized elements
36371 are ignored.
36372 In most cases, the unrecognized elements will be something that was
36373 added as a new Rules feature in a later version of Alpine.
36374 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
36375 ignore rules that contained unrecognized elements.
36376 For example, a new element of Rules that was added in Pine 4.50 is
36377 Age interval.
36378 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
36379 all messages older than a week red.
36380 Now, if you run Pine 4.44 using that same configuration file, it will not
36381 recognize the Age interval and so will just ignore it.
36382 That means that all messages will match that rule so all messages will
36383 be colored red when using Pine version 4.44.
36386 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
36387 However, since the behavior still exists in versions prior to Pine 4.50 and
36388 since Filtering is a potentially destructive operation, another measure
36389 was taken to attempt to avoid unintentional Filtering of messages.
36390 The first time that you run Alpine or a Pine that is version 4.50 or greater,
36391 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
36392 will be copied to a new Filters configuration variable
36393 with a different name (&quot;Patterns-Filters2&quot;).
36394 From then on, Alpine will continue to use the new
36395 variable.
36396 Of course, Pine version 4.44 or lower will continue to use the old
36397 variable.
36398 That means that if you are using Alpine
36399 and also using a version of Pine that is older than 4.50, they will not
36400 share the configuration information about Filters.
36401 If you make a change in one version you won't see it in the other version.
36404 Since Scoring can be used to trigger Filtering, the same thing has been
36405 done for Score rules.
36406 The old configuration variable name is (&quot;Patterns-Scores&quot;)
36407 and the new name is (&quot;Patterns-Scores2&quot;).
36408 The same is not true of Role, Indexcolor, and Other rules that are
36409 thought to be less harmful when a mistake is made.
36412 &lt;End of help on this topic&gt;
36413 </BODY>
36414 </HTML>
36415 ======= h_config_filt_opts_sentdate =======
36416 <HTML>
36417 <HEAD>
36418 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
36419 </HEAD>
36420 <BODY>
36421 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
36423 By default, the Age interval of a Pattern uses a message's time of
36424 arrival to compute the age of the message.
36425 If this feature is set, the date in the message's Date header will
36426 be used instead.
36428 &lt;End of help on this topic&gt;
36429 </BODY>
36430 </HTML>
36431 ======= h_config_filt_opts_notdel =======
36432 <HTML>
36433 <HEAD>
36434 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
36435 </HEAD>
36436 <BODY>
36437 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
36439 If this option is set then a message will be moved into the
36440 specified folder only if it is not marked for deletion.
36441 This is useful if you have multiple Alpine sessions running
36442 simultaneously and you don't want messages to be filtered into a
36443 folder more than once.
36444 It is also useful if you want to filter
36445 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
36446 This method is not foolproof.
36447 There may be cases where a message
36448 gets marked deleted and so it is never filtered into the folder.
36449 For example, if you deleted it in another Alpine session or another mail
36450 program that didn't use the filtering rule.
36452 This option has no effect if the Filter Action is not set to Move.
36454 &lt;End of help on this topic&gt;
36455 </BODY>
36456 </HTML>
36457 ======= h_config_filt_opts_nonterm =======
36458 <HTML>
36459 <HEAD>
36460 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
36461 </HEAD>
36462 <BODY>
36463 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
36465 If this option is set then this is a non-terminating rule.
36466 Usually, for each message, Alpine searches through the Filter Rules until
36467 a match is found and then it performs the action associated with that rule.
36468 Rules following the match are not considered.
36469 If this option is set then the search for matches will continue at the next
36470 rule.
36472 If a non-terminating rule matches then the actions associated with
36473 that rule, except for any implied deletion of the message, are performed
36474 before the match for the next rule is checked.
36475 For example, if the non-terminating rule sets the Important status, then that
36476 status will be set when the next rule is considered.
36477 However, if the non-terminating rule Moves the message, the message will
36478 actually be copied instead of copied and deleted so that it is still there
36479 for the next rule.
36480 A moved message is deleted after all the relevant rules have been checked.
36481 The name of the &quot;Move&quot; action is confusing in this case because
36482 a single message can be moved to more than one folder.
36483 It turns the Move into a Copy instead, but it is still followed by a deletion
36484 at the end.
36486 This option may be useful if you want to have a single message filtered to
36487 two different folders because it matches two different Patterns.
36488 For example, suppose you normally filter messages to a particular mailing
36489 list into one folder, and messages addressed directly to you into a second
36490 folder.
36491 If a message is sent to both you and the list (and you can tell that by
36492 looking at the headers of the message) this option may give you a convenient
36493 way to capture a copy to each folder.
36494 (It may also cause you to capture two copies to each folder,
36495 depending on whether your mail system delivers one or two copies of the
36496 message to you and on how the list works.)
36498 &lt;End of help on this topic&gt;
36499 </BODY>
36500 </HTML>
36501 ====== h_command_external_browser =====
36502 <HTML>
36503 <HEAD>
36504 <TITLE>The External Browser Command</TITLE>
36505 </HEAD>
36506 <BODY>
36507 <H1>The External Browser Command</H1>
36510 A new command was added to Alpine that allows users to send HTML messages to be displayed
36511 by a web browser. This is helpful when a user wants to see images in the context of the
36512 message, or get a better display of the message than Alpine provides.
36515 The simplest way to use this command is to do as follows. While reading a message,
36516 press the &quot;V&quot; to go to the <A href="h_attachment_screen">ATTACHMENT SCREEN</A>.
36517 In that screen move the cursor until it is on top of a TEXT/HTML attachment and press the
36518 &quot;X&quot; key. This will make Alpine launch the browser you have configured for
36519 in the <a href="h_config_browser"><!--#echo var="VAR_url-viewers"--></a> variable, and
36520 you should be able to read the message in your browser, as well as in Alpine.
36522 <P> If the message you sent to your browser has inline images, then the images attached to
36523 the message that are necessary for the display of the message are also sent to the browser
36524 for its display.
36526 <P> The text that follows will explain more details about this command, and is only
36527 recommended for more advanced users.
36529 <h1><CENTER>Displaying Images</CENTER></h1>
36531 <P> First, we will talk about displaying images in an HTML file. Typically, HTML images
36532 are displayed as the result of some specific code of the form
36533 <center>
36534 <PRE>
36535 &lt;img src=&quot;...&quot;&gt;,
36536 </PRE>
36537 </center>
36538 where the text between the quotes tells Alpine how to find the image.
36539 If the source of the image is internal to the message, Alpine passes that image to the
36540 browser. Otherwise Alpine erases the link to the image. This is done so that
36541 you can be protected from a bad use of external images. Images can be used to track
36542 that you read the message, or your location, devices you own, etc.. Since Alpine does
36543 not open images in any messages, your
36544 privacy is always protected this way. Therefore, when you do not pass the links to
36545 external images to a browser, your privacy is being protected. However, doing this
36546 might make the message not be displayed correctly, since when the message was
36547 created the images were part of the formatted message, and not having images might make
36548 this formatting look awkward.
36550 <P> If you would like that Alpine display all images, regardless of their source, and
36551 regardless of the sender, then you need to disable the feature <a
36552 href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>.
36553 The message will display as intended, but you will leak information to the sender of the
36554 message, as well as to your internet service provider, which could be your employer, or
36555 school, etc.
36557 <P> Alpine provides an alternative mechanism to either send all links to the images to the
36558 external browser or to send only those that are attached to the message you are trying to
36559 display. In order to use this mechanism you must first enable
36560 <a href="h_config_enable_view_attach"><!--#echo var="FEAT_enable-msg-view-attachments"--></a>.
36561 This allows Alpine to add direct links to each attachments. If you want to send an HTML
36562 attachment to an external browser, you would place the cursor over the attachment and press
36563 the &quot;Return&quot; or &quot;Enter&quot; key to open the attachment. When you do that
36564 you will see a prompt and menu which says
36566 <pre>
36567 View selected Attachment  ?
36568 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36569 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36570 </pre>
36572 <P>In order to send this message to an external browser, you would press the &quot;X&quot;
36573 key. This will change the prompt and menu to
36575 <pre>
36576 View selected Attachment using external viewer including inline images only ?
36577 &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
36578 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I All images
36579 </pre>
36581 <P>This is telling you that if you answer &quot;Yes&quot; to this question, and external
36582 browser will be used to send this messages, and only inline images, that is, those attached
36583 in the message will be sent to the browser. If you would like to send all images in
36584 this case, the menu tells you that you must press the &quot;I&quot; key. Pressing
36585 that key changes the prompt and menu to
36587 <pre>
36588 View selected Attachment using external viewer including all images ?
36589 &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
36590 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I Inline imgs
36591 </pre>
36593 <P>and as you can see the prompt says that if you press &quot;Yes&quot; then the message
36594 will be sent to the browser including the source of all images, including those in
36595 external servers. Notice that the &quot;X&quot; command now is a toggle. If you
36596 were to press it now, you would return to the original prompt,
36598 <pre>
36599 View selected Attachment  ?
36600 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36601 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36602 </pre>
36604 <P>which means that if you answer &quot;Yes&quot; at this time your message would not
36605 be sent to your external browser for display, unless you have configured a mailcap
36606 entry to display HTML files.
36608 <P> One of the lessons of this discussion is that if you never press the &quot;X&quot;
36609 command in the ATTACHMENT SCREEN, and you never press the &quot;X&quot; command when
36610 launching a viewer for an attachment in the MESSAGE TEXT screen, you will never use this
36611 mechanism, and Alpine will resort to your already configured mechanisms to open HTML
36612 text.This means you can live your life without worrying that Alpine will do anything
36613 different because of this new feature. You do not have to use it, but if you do, you should
36614 know the risks and advantages and decide when and how to use it.
36616 <h1><CENTER>Saving HTML Messages to Disk</CENTER></h1>
36619 No matter what your reason to send a message to an external web browser is, Alpine must
36620 write your message to a file (and also all related inline images), and point your browser
36621 to open that file. Alpine saves all your messages and auxiliary images in a subdirectory
36622 of the ~/.alpine-html directory in unix-like Alpine, or the alpine-html folder in your home
36623 directory in PC-Alpine. If Alpine cannot access these directories, or create folders
36624 in them, then the full mechanism described above will fail, and you will not be able
36625 to send messages to an external browser for display.
36628 Unfortunately browsers do not remove the file that Alpine created, nor the images
36629 that Alpine saved in order to display this message, so if you use this mechanism often
36630 you will create many directories and files which the browser will not remove. Alpine
36631 will remove these files when you exit Alpine. Any temporary directory that Alpine
36632 created that has existed for longer than 10 minutes will be automatically erased.
36633 Alpine also erases these directories upon exiting.
36636 When Alpine creates a directory to house the files associated to a message that will
36637 pass to an external browser, it tries to delete that directory later on, according to
36638 the discussion above. What this means is that you should consider the contents of the
36639 ~/.alpine-html directory in unix-like Alpine and the alpine-html folder in PC-Alpine
36640 as temporary, and not rely on their existence. If you attempt to save files in one of
36641 these directories, chances are your data will be deleted by Alpine. Since deleting is
36642 a destructive action,
36643 every session of Alpine that you have open will only attempt to remove the directories
36644 it created, with their content in them. If this operation fails, Alpine will not try
36645 to investigate, nor will report to you, why the operation failed. Therefore, users
36646 should periodically check their html directory to see if there is content there that
36647 they wish to delete.
36650 <UL>
36651 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36652 </UL><P>
36653 &lt;End of help on this topic&gt;
36654 </BODY>
36655 </HTML>
36656 ===== h_mainhelp_smime ======
36657 <HTML>
36658 <HEAD>
36659 <TITLE>S/MIME Overview</TITLE>
36660 </HEAD>
36661 <BODY>
36662 <H1>S/MIME Overview</H1>
36664 S/MIME is a standard for the public key encryption and signing of email.
36665 UNIX Alpine contains a basic implementation of S/MIME based on
36666 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
36667 same support can be provided using the 
36668 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
36669 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
36670 To check if this version of Alpine supports S/MIME look at
36671 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
36672 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
36674 Some limitations:
36675 <UL>
36676    <LI> There is no provision for checking for CRLs
36677         (Certificate Revocation Lists) in Alpine.
36678    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
36679    <LI> There is no mechanism available for feeding either an entire incoming
36680         or an entire outgoing message to an external
36681         filter and using that external filter to do S/MIME or PGP processing.
36682    <LI> Because the implementation currently uses OpenSSL, there is only a very
36683         limited integration with the Mac OS Keychain (the storing and access of
36684         public certificates).
36685 </UL>
36687 The S/MIME configuration screen is reached by going to the Main Menu and typing
36688 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
36691 <H2>S/MIME BASICS</H2>
36693 In order to digitally sign messages you send you must have a public/private key-pair.
36694 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
36695 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
36696 users or a company which provides certificates for its workers.
36697 These certificates are bound to an email address, so the identity being verified is the
36698 email address not a person's name.
36700 Mail is signed by using the sender's private key, which only the owner of the private key
36701 has access to.
36702 The signature is verified using the signer's public key, which anyone can
36703 have access to.
36704 With Alpine, the first time you receive a signed message the public key of the
36705 sender will be stored for future use.
36708 Mail is encrypted using the recipient's public key and decrypted by
36709 the recipient with their private key.
36712 You need a key of your own in order to sign outgoing messages and to have others
36713 encrypt messages sent to you.
36714 You do not need a key of your own to verify signed messages sent by others or to
36715 encrypt messages sent to others.
36717 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
36719 By default UNIX Alpine stores the certificates it uses in a directory in your
36720 home directory.
36721 The directory name is
36723 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
36725 For PC-Alpine, the equivalent directory is called 
36726 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
36727 and is also located under your home directory.
36729 Within that directory are three subdirectories.
36730 Each of the three subdirectories contains files with PEM-encoded contents,
36731 the default format for OpenSSL.
36732 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
36733 The files within that directory have names that are email addresses with the
36734 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
36735 An example filename is
36737 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36739 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
36740 your private key.
36741 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
36742 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
36743 Authorities that you want to trust but that aren't contained in the set of system CAs.
36744 Those files may have arbitrary names as long as they end with the
36745 suffix &quot;<SAMP>.crt</SAMP>&quot;.
36747 <H2>HOW TO SIGN AND ENCRYPT</H2>
36749 If you have a certificate you may sign outgoing messages.
36750 After typing the Ctrl-X command to send a message you will see the prompt
36752 <CENTER><SAMP>Send message?</SAMP></CENTER>
36754 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
36755 Typing the &quot;G&quot; command will change the prompt to
36757 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
36759 Typing the &quot;E&quot; command will change the prompt to
36761 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
36763 You may even type both to get
36765 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
36768 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
36770 The reading of a signed message should not require any special action on
36771 your part.
36772 There should be an editorial addition at the start of the message which
36773 says either
36775 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
36779 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
36781 If an encrypted message is sent to you the encrypted text will not
36782 be shown.
36783 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
36784 you are viewing the message) and supply your passphrase when asked.
36786 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
36787 which gives you some information about the certificate used to sign or encrypt the message.
36789 <H2>MISCELLANEOUS</H2>
36791 If you have access to a private certificate in the PKCS12 format, which 
36792 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
36793 use the following commands to generate private keys, public and certificate
36794 authorities certificates. In the examples below, we assume that the 
36795 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
36796 that your email address is &quot;your@address.com&quot;.
36799 In order to create a private key use the command
36801 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
36803 In order to create a public certificate use the command
36805 <CENTER><SAMP>
36806 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
36807 </SAMP></CENTER>
36809 In order to create a certificate authority certificate use the command
36811 <CENTER><SAMP>
36812 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
36813 </SAMP></CENTER>
36815 <P> If the previous command produces an empty file, it means that the 
36816 certificate authority was not included in the .p12 file, so you will have 
36817 to get it from some other sources. You will need these certificates, so 
36818 that you can validate correctly signatures.
36821 After you have exported these certificates and keys, you can  use the import 
36822 command in Alpine, from the S/MIME configuration screen,
36823 to import these certificates into Alpine. They will be available for use
36824 as soon as you import them.
36826 &lt;End of help on this topic&gt;
36827 </BODY>
36828 </HTML>
36829 ====== h_config_smime_pubcertdir =====
36830 <HTML>
36831 <HEAD>
36832 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
36833 </HEAD>
36834 <BODY>
36835 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
36838 If the option
36839 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36840 is set then this option will have no effect.
36842 Normally, Public Certificates for use with S/MIME will be stored in the directory
36843 which is the value of this option.
36844 Those certificates will be stored in PEM format, one certificate per file.
36845 The name of the file for the certificate corresponding to
36847 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36849 should be
36851 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
36853 For example, a file for user@example.com would be in the file
36855 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36857 in this directory.
36859 Use the Setup/SMIME screen to modify this variable.
36861 Typically, the public certificates that you have will come from S/MIME signed
36862 messages that are sent to you.
36863 Alpine will extract the public certificate from the signed message and store
36864 it in the certificates directory.
36865 These PEM format public certificates look something like:
36866 <PRE>
36867 -----BEGIN CERTIFICATE-----
36868 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
36869 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
36870 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
36872 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
36873 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
36874 -----END CERTIFICATE-----
36875 </PRE>
36877 <UL>   
36878 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36879 </UL><P>
36881 <UL>   
36882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36883 </UL><P>
36884 &lt;End of help on this topic&gt;
36885 </BODY>
36886 </HTML>
36887 ====== h_config_smime_pubcertcon =====
36888 <HTML>
36889 <HEAD>
36890 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
36891 </HEAD>
36892 <BODY>
36893 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
36896 If this option is set it will be used instead of
36897 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
36899 This option gives you a way to store certificates remotely on an IMAP server
36900 instead of storing the certificates one per file locally.
36901 In order to do that you just give this option a remote folder name for a folder
36902 which does not yet exist.
36903 The name is similar to the name you might use for a remote configuration file.
36904 A remote folder name might look something like:
36906 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
36909 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36910 about the syntax of folder names.
36912 Use the Setup/SMIME screen to modify this variable.
36914 <UL>   
36915 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36916 </UL><P>
36918 <UL>   
36919 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36920 </UL><P>
36921 &lt;End of help on this topic&gt;
36922 </BODY>
36923 </HTML>
36924 ====== h_config_smime_privkeydir =====
36925 <HTML>
36926 <HEAD>
36927 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
36928 </HEAD>
36929 <BODY>
36930 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
36933 In order to sign outgoing S/MIME messages you will need a
36934 personal digital ID certificate.
36935 You will usually get such a certificate from a certificate authority such as
36936 Thawte or CAcert.
36937 (In order to encrypt outgoing messages you don't need a personal digital ID, you
36938 need the public certificate of the recipient instead.)
36939 If the option
36940 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
36941 is set then this option will have no effect.
36943 Normally, Private Keys for use with S/MIME will be stored in the directory
36944 which is the value of this option.
36945 Those certificates will be stored in PEM format, one certificate per file.
36946 The name of the file for the certificate corresponding to your
36948 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36950 should be
36952 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
36954 For example, if your address is user@example.com the name of the file would be
36956 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
36958 in this directory.
36960 Use the Setup/SMIME screen to modify this variable.
36962 Typically, the private key that you have will come from a Certificate
36963 Authority.
36964 The private key should be stored in a PEM format file that
36965 looks something like:
36966 <PRE>
36967 -----BEGIN RSA PRIVATE KEY-----
36968 Proc-Type: 4,ENCRYPTED
36969 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
36971 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
36972 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
36973 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
36975 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
36976 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
36977 -----END RSA PRIVATE KEY-----
36978 </PRE>
36980 <UL>   
36981 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36982 </UL><P>
36984 <UL>   
36985 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36986 </UL><P>
36987 &lt;End of help on this topic&gt;
36988 </BODY>
36989 </HTML>
36990 ====== h_config_smime_privkeycon =====
36991 <HTML>
36992 <HEAD>
36993 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
36994 </HEAD>
36995 <BODY>
36996 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
36999 If this option is set it will be used instead of
37000 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37002 This option gives you a way to store keys remotely on an IMAP server
37003 instead of storing the keys one per file locally.
37004 In order to do that you just give this option a remote folder name for a folder
37005 which does not yet exist.
37006 The name is similar to the name you might use for a remote configuration file.
37007 A remote folder name might look something like:
37009 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
37012 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
37013 about the syntax of folder names.
37015 Use the Setup/SMIME screen to modify this variable.
37017 <UL>   
37018 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37019 </UL><P>
37021 <UL>   
37022 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37023 </UL><P>
37024 &lt;End of help on this topic&gt;
37025 </BODY>
37026 </HTML>
37027 ====== h_config_smime_cacertdir =====
37028 <HTML>
37029 <HEAD>
37030 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
37031 </HEAD>
37032 <BODY>
37033 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
37036 If the option
37037 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
37038 is set then this option will have no effect.
37040 CACert is a shorthand name for certification authority certificate.
37041 Normally Alpine will use the CACerts that are located in the standard system
37042 location for CACerts.
37043 It may be the case that one of your correspondents has a Digital ID which has
37044 been signed by a certificate authority that is not in the regular set of system certificate
37045 authorities.
37046 You may supplement the system list by adding further certificates of your own.
37047 These should  be stored in the directory
37048 which is the value of this option.
37049 The certificates will be stored in PEM format, one certificate per file.
37050 The names of the files can be anything ending in &quot;.crt&quot;.
37052 Use the Setup/SMIME screen to modify this variable.
37054 These PEM format CA certificates look very similar to your public
37055 certificates for particular email addresses
37056 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
37058 <UL>   
37059 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37060 </UL><P>
37062 <UL>   
37063 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37064 </UL><P>
37065 &lt;End of help on this topic&gt;
37066 </BODY>
37067 </HTML>
37068 ====== h_config_smime_cacertcon =====
37069 <HTML>
37070 <HEAD>
37071 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
37072 </HEAD>
37073 <BODY>
37074 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
37077 If this option is set it will be used instead of
37078 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37080 This option gives you a way to store certificates remotely on an IMAP server
37081 instead of storing the certificates one per file locally.
37082 In order to do that you just give this option a remote folder name for a folder
37083 which does not yet exist.
37084 The name is similar to the name you might use for a remote configuration file.
37085 A remote folder name might look something like:
37087 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
37090 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
37091 about the syntax of folder names.
37093 Use the Setup/SMIME screen to modify this variable.
37095 <UL>   
37096 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37097 </UL><P>
37099 <UL>   
37100 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37101 </UL><P>
37102 &lt;End of help on this topic&gt;
37103 </BODY>
37104 </HTML>
37105 ========== h_config_smime_sign_by_default ==========
37106 <HTML>
37107 <HEAD>
37108 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
37109 </HEAD>
37110 <BODY>
37111 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
37114 This feature only has an effect if your version of Alpine includes
37115 support for S/MIME.
37116 It affects Alpine's behavior when you send a message.
37117 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
37119 Only the default value is affected.
37120 In any case, you may still toggle the Signing option on or off before sending
37121 with the &quot;G Sign&quot; command (provided you have a personal digital ID
37122 certificate).
37124 <UL>   
37125 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37126 </UL><P>
37129 <UL>   
37130 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37131 </UL><P>
37132 &lt;End of help on this topic&gt;
37133 </BODY>
37134 </HTML>
37135 ========== h_config_smime_use_cert_store ==========
37136 <HTML>
37137 <HEAD>
37138 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
37139 </HEAD>
37140 <BODY>
37141 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
37144 This feature only has an effect if your version of Alpine includes
37145 support for S/MIME.
37146 It affects Alpine's behavior when you validate a message, and should
37147 not be disabled, unless you are performing a test.
37149 There are two important aspects of validation: validation of the message
37150 (that is, the message was not modified after it was sent) 
37151 as well as validation of the identity of the sender. This option has to 
37152 do with the latter. 
37154 In order to validate that the message came from the sender in the message
37155 and not an impersonator, Alpine can 
37156 either use the certificates that come in the message, or the ones that 
37157 you have personally stored. If this feature is enabled (the default) then 
37158 Alpine will use certificates that you have already saved in your store 
37159 and not those that come in the message to validate the sender of the 
37160 message. In particular, the first time that you receive a signed message
37161 from a sender, and their certificate does not validate against your
37162 store, then you will be asked if you wish to save such certificate. If
37163 you do not wish to save the certificate, then Alpine will fail to validate
37164 the signature of the message. Otherwise, Alpine will proceed to validate
37165 the signature of the message. This behavior helps you prevent against impersonation, because 
37166 it is assumed that you trust the certificates that you have saved, and 
37167 might not trust those that came with the message that you are validating.
37169 <UL>   
37170 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37171 </UL><P>
37174 <UL>   
37175 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37176 </UL><P>
37177 &lt;End of help on this topic&gt;
37178 </BODY>
37179 </HTML>
37180 ========== h_config_smime_pubcerts_in_keychain ==========
37181 <HTML>
37182 <HEAD>
37183 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
37184 </HEAD>
37185 <BODY>
37186 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
37189 If this feature is set the Mac OS X default keychain will be used as the place
37190 to store public certificates instead of a
37191 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
37192 or a
37193 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
37195 <UL>   
37196 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37197 </UL><P>
37199 <UL>   
37200 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37201 </UL><P>
37202 &lt;End of help on this topic&gt;
37203 </BODY>
37204 </HTML>
37205 ========== h_config_smime_dont_do_smime ==========
37206 <HTML>
37207 <HEAD>
37208 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
37209 </HEAD>
37210 <BODY>
37211 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
37214 Setting this feature turns off all of Alpine's S/MIME support.
37215 You might want to set this if you are having trouble due to the S/MIME support.
37217 <UL>   
37218 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37219 </UL><P>
37222 <UL>   
37223 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37224 </UL><P>
37225 &lt;End of help on this topic&gt;
37226 </BODY>
37227 </HTML>
37228 ========== h_config_smime_encrypt_by_default ==========
37229 <HTML>
37230 <HEAD>
37231 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
37232 </HEAD>
37233 <BODY>
37234 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
37237 This feature only has an effect if your version of Alpine includes
37238 support for S/MIME.
37239 It affects Alpine's behavior when you send a message.
37240 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
37242 Only the default value is affected.
37243 In any case, you may still toggle the Encrypt option on or off before sending
37244 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
37245 for the recipient).
37247 <UL>   
37248 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37249 </UL><P>
37252 <UL>   
37253 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37254 </UL><P>
37255 &lt;End of help on this topic&gt;
37256 </BODY>
37257 </HTML>
37258 ========== h_config_smime_remember_passphrase ==========
37259 <HTML>
37260 <HEAD>
37261 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
37262 </HEAD>
37263 <BODY>
37264 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
37267 This feature only has an effect if your version of Alpine includes
37268 support for S/MIME.
37269 If this option is set, you will only have to enter your passphrase for your private key
37270 once during an Alpine session.
37272 <UL>   
37273 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37274 </UL><P>
37277 <UL>   
37278 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37279 </UL><P>
37280 &lt;End of help on this topic&gt;
37281 </BODY>
37282 </HTML>
37283 ====== h_config_smime_transfer_pub_to_con =====
37284 <HTML>
37285 <HEAD>
37286 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
37287 </HEAD>
37288 <BODY>
37289 <H1>S/MIME: Transfer Public Certs to Container</H1>
37292 The Transfer command will copy the public certificates in your configured
37293 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
37294 to the container in your configured
37295 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
37296 This might be useful if you decide to switch from using a cert directory to a cert
37297 container.
37299 Warning: Any previous contents in the container will be lost.
37301 <UL>   
37302 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37303 </UL><P>
37305 <UL>   
37306 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37307 </UL><P>
37308 &lt;End of help on this topic&gt;
37309 </BODY>
37310 </HTML>
37311 ====== h_config_smime_transfer_pub_to_dir =====
37312 <HTML>
37313 <HEAD>
37314 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
37315 </HEAD>
37316 <BODY>
37317 <H1>S/MIME: Transfer Public Certs to Directory</H1>
37320 The Transfer command will copy the public certificates in your configured
37321 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37322 to the directory in your configured
37323 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
37324 This might be useful if you decide to switch from using a cert container to a cert
37325 directory.
37327 <UL>   
37328 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37329 </UL><P>
37331 <UL>   
37332 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37333 </UL><P>
37334 &lt;End of help on this topic&gt;
37335 </BODY>
37336 </HTML>
37337 ====== h_config_smime_transfer_priv_to_con =====
37338 <HTML>
37339 <HEAD>
37340 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
37341 </HEAD>
37342 <BODY>
37343 <H1>S/MIME: Transfer Private Keys to Container</H1>
37346 The Transfer command will copy the private keys in your configured
37347 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37348 to the container in your configured
37349 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37350 This might be useful if you decide to switch from using a key directory to a key
37351 container.
37353 Warning: Any previous contents in the container will be lost.
37355 <UL>   
37356 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37357 </UL><P>
37359 <UL>   
37360 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37361 </UL><P>
37362 &lt;End of help on this topic&gt;
37363 </BODY>
37364 </HTML>
37365 ====== h_config_smime_transfer_priv_to_dir =====
37366 <HTML>
37367 <HEAD>
37368 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
37369 </HEAD>
37370 <BODY>
37371 <H1>S/MIME: Transfer Private Keys to Directory</H1>
37374 The Transfer command will copy the private keys in your configured
37375 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37376 to the directory in your configured
37377 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37378 This might be useful if you decide to switch from using a key container to a key
37379 directory.
37381 <UL>   
37382 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37383 </UL><P>
37385 <UL>   
37386 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37387 </UL><P>
37388 &lt;End of help on this topic&gt;
37389 </BODY>
37390 </HTML>
37391 ====== h_config_smime_transfer_cacert_to_con =====
37392 <HTML>
37393 <HEAD>
37394 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
37395 </HEAD>
37396 <BODY>
37397 <H1>S/MIME: Transfer CA Certs to Container</H1>
37400 The Transfer command will copy the CA certificates in your configured
37401 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
37402 to the container in your configured
37403 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37404 This might be useful if you decide to switch from using a CA cert directory to a CA cert
37405 container.
37407 Warning: Any previous contents in the container will be lost.
37409 <UL>   
37410 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37411 </UL><P>
37413 <UL>   
37414 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37415 </UL><P>
37416 &lt;End of help on this topic&gt;
37417 </BODY>
37418 </HTML>
37419 ====== h_config_smime_transfer_cacert_to_dir =====
37420 <HTML>
37421 <HEAD>
37422 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
37423 </HEAD>
37424 <BODY>
37425 <H1>S/MIME: Transfer CA Certs to Directory</H1>
37428 The Transfer command will copy the CA certificates in your configured
37429 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37430 to the directory in your configured
37431 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37432 This might be useful if you decide to switch from using a CA cert container to a CA cert
37433 directory.
37435 <UL>   
37436 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37437 </UL><P>
37439 <UL>   
37440 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37441 </UL><P>
37442 &lt;End of help on this topic&gt;
37443 </BODY>
37444 </HTML>
37445 ====== h_config_smime_transfer_pubcon_to_key =====
37446 <HTML>
37447 <HEAD>
37448 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37449 </HEAD>
37450 <BODY>
37451 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37453 Mac OS X Alpine only.
37455 The Transfer command will copy the public certificates in your configured
37456 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37457 to your default Mac OS X Keychain.
37458 This might be useful if you decide to switch from using a cert container to using
37459 the Keychain to store your public certs, which you may do by using the
37460 feature
37461 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
37463 <UL>   
37464 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37465 </UL><P>
37467 <UL>   
37468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37469 </UL><P>
37470 &lt;End of help on this topic&gt;
37471 </BODY>
37472 </HTML>
37473 ====== h_config_smime_transfer_pubkey_to_con =====
37474 <HTML>
37475 <HEAD>
37476 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37477 </HEAD>
37478 <BODY>
37479 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37482 The Transfer command will copy the public certificates in your configured
37483 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37484 to your default Mac OS X Keychain.
37485 This might be useful if you decide to switch from using a cert container to using
37486 the Keychain to store your public certs.
37488 <UL>   
37489 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37490 </UL><P>
37492 <UL>   
37493 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37494 </UL><P>
37495 &lt;End of help on this topic&gt;
37496 </BODY>
37497 </HTML>
37498 ====== h_config_smime_public_certificates =====
37499 <HTML>
37500 <HEAD>
37501 <TITLE>S/MIME: Manage Public Certificates</TITLE>
37502 </HEAD>
37503 <BODY>
37504 <H1>S/MIME: Manage Public Certificates</H1>
37507 This menu item allows you to manage your public certificates, this
37508 may include your own public certificate, but it normally includes
37509 certificates of people you correspond with. These certificates are
37510 saved by Alpine automatically when they are found in signed messages
37511 that you receive. This interface allows you to manage them, by
37512 giving you the option to delete them, or trust them (in the case
37513 of self-signed certificates).
37516 Please note that Alpine will not validate a message that was sent to you
37517 using a self-signed certificate, unless you decide to trust that certificate.
37518 Internally, a certificate is trusted by copying it to the
37519 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
37520 collection. If you decide that you want to stop trusting a self-signed
37521 certificate, you must delete such certificate from such collection.
37523 The <B>I</B> Import command available in this screen allows you to 
37524 import a command to this collection.
37526 <UL>   
37527 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37528 </UL><P>
37530 <UL>   
37531 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37532 </UL><P>
37533 &lt;End of help on this topic&gt;
37534 </BODY>
37535 </HTML>
37536 ====== h_config_smime_private_keys =====
37537 <HTML>
37538 <HEAD>
37539 <TITLE>S/MIME: Manage Private Keys</TITLE>
37540 </HEAD>
37541 <BODY>
37542 <H1>S/MIME: Manage Private Keys</H1>
37545 This option allows you to manage your private key. Normally a person has only
37546 one key, in the same way that a person only has one valid passport, or ID card,
37547 at any given time. This option allows you to manage private keys. You can
37548 delete them or import them. Additionally, you can view information
37549 about your public certificate, such as the issuer and the dates of validity
37550 of such certificate, among others.
37553 If you have more than one e-mail address for which you want to use the 
37554 same private key, you must add all those addresses to the private key at 
37555 the moment that the key is generated. When you receive a signed message using 
37556 a key generated for several e-mail addresses, Alpine will save a 
37557 certificate for each e-mail address included in such certificate.
37559 The <B>I</B> Import command available in this screen allows you to 
37560 import a command to this collection.
37562 <UL>   
37563 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37564 </UL><P>
37566 <UL>   
37567 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37568 </UL><P>
37569 &lt;End of help on this topic&gt;
37570 </BODY>
37571 </HTML>
37572 ====== h_config_smime_certificate_authorities =====
37573 <HTML>
37574 <HEAD>
37575 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
37576 </HEAD>
37577 <BODY>
37578 <H1>S/MIME: Manage Certificate Authorities</H1>
37581 This collection contains certificates that are needed to validate the 
37582 certificate of another person, and therefore contains certificates that 
37583 you trust. Typically a certificate is signed by another entity, called a 
37584 certificate authority. This option allows you to manage which certificates 
37585 you trust, allowing you to import them and to delete them or view information
37586 about each certificate, such as the issuer and the dates of validity
37587 of such certificate.
37589 The <B>I</B> Import command available in this screen allows you to 
37590 import a command to this collection.
37592 <UL>   
37593 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37594 </UL><P>
37596 <UL>   
37597 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37598 </UL><P>
37599 &lt;End of help on this topic&gt;
37600 </BODY>
37601 </HTML>
37602 ====== h_config_smime_password_file_certificates =====
37603 <HTML>
37604 <HEAD>
37605 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
37606 </HEAD>
37607 <BODY>
37608 <H1>S/MIME: Manage Password File Certificates</H1>
37611 This option allows you to manage the certificates that are used to
37612 encrypt and decrypt your password file. This is useful in case you
37613 want to change the certificates used to encrypt your password file.
37615 Depending on the version of Alpine that you used for the first time
37616 to set this up, you might have had to enter a password to enter this
37617 screen. In the case that you did not enter a password to enter this
37618 screen, you should know two things that are important:
37619 <UL>
37620 <LI> If anyone takes control of your computer (for example, if you 
37621 left it unattended) then that person can add a password to your
37622 password file and make it unreadable to you in the future.
37623 <LI> If anyone can access your computer (this includes remote access)
37624 then that person can steal your password file and decrypt it without
37625 your help. This gives access to that person to the same services you
37626 have access and such person can use your name to access that service.
37627 In particular, that person can try to hack into your service provider
37628 with your name on it, or that person could try to send spam with
37629 your name.
37630 </UL>
37631 <P> Needless to say, this is not advisable. You should keep your
37632 password file protected. In order to do so, all you need to do is use
37633 the &quot;Create Key&quot; command to create a key. Once you do this,
37634 Alpine will use that key, encrypted with the password used to create that
37635 key, to protect your password file.
37637 In this screen you can import a new key to encrypt your password file, 
37638 and read cryptographic information on your current key.
37640 To import a new key press &quot;RETURN&quot; and enter the location of
37641 the new key. You will be asked to enter the password of the new key. If
37642 this part of the process is successful, Alpine will search for the 
37643 certificate that matches that key. If your key is named 
37644 &quot;your_email@address.com.key&quot;, then Alpine will look for your
37645 certificate in the same directory in the file named
37646 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
37647 as part of your key (that is, it will look to see if your certificate
37648 is in the file &quot;your_email@address.com.key&quot;), if all of this
37649 fails, Alpine will ask you to enter the location of the certificate
37650 that matches the key you unlocked. If a certificate is found, it will be 
37651 used, and in this case, the password file will be read, decrypted with the 
37652 old key and encrypted with the new key. Once this is done, the new key and 
37653 certificates are saved, and the old keys are permanently deleted.
37655 Alpine does not create a backup of your password file, or your old keys
37656 that will be replaced. If you need to keep old copies, you will have to do
37657 this operation outside Alpine.
37659 Observe that you can use this screen to remove the password for the key.
37660 As explained earlier, this is not advisable, but you can always restore the
37661 password to encrypt your password file by creating a new key.
37663 Be safe and keep your password file encrypted with a password.
37664 <UL>   
37665 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37666 </UL><P>
37668 <UL>   
37669 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37670 </UL><P>
37671 &lt;End of help on this topic&gt;
37672 </BODY>
37673 </HTML>
37674 ====== h_certificate_information =====
37675 <HTML>
37676 <HEAD>
37677 <TITLE>S/MIME: Certificate Information Screen</TITLE>
37678 </HEAD>
37679 <BODY>
37680 <H1>S/MIME: Certificate Information Screen</H1>
37683 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
37684 such as its owner, e-mail address, issuer, and interval of validity, 
37685 among others.
37687 In the case of public certificates, this screen shows you if there was a
37688 failure when attempting to validate such message. If the certificate is
37689 self-signed, then the <B>T</B> Trust command will be available, which
37690 you can use to trust such certificate and make Alpine not fail validating 
37691 signatures signed with such certificate.
37693 You can also mark a certificate deleted, with the <B>D</B> command, or 
37694 remove the deleted mark with the <B>U</B> undelete command.
37696 In the case of your private key, Alpine shows you the information
37697 from your public key. Additionally, Alpine allows you to see public
37698 and private information about your key, with the <B>B</B> and
37699 <B>R</B> commands respectively.
37700 <UL>   
37701 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37702 </UL><P>
37704 <UL>   
37705 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37706 </UL><P>
37707 &lt;End of help on this topic&gt;
37708 </BODY>
37709 </HTML>
37710 ====== h_config_smime_manage_public_menu =====
37711 <HTML>
37712 <HEAD>
37713 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
37714 </HEAD>
37715 <BODY>
37716 <H1>S/MIME: Commands that Manage Public Certificates</H1>
37719 This screen allows you to manage your public certificates. 
37721 The format of this screen is as follows. There are five fields: The 
37722 leftmost field is normally empty, but it could contain the letter 
37723 &quot;D&quot; to indicate that that certificate has been marked for 
37724 deletion. The next field is the e-mail address of the owner of the 
37725 certificate, shown in its entirety. The third and fourth field are the 
37726 first and last day validity for that certificate, respectively. The date
37727 is displayed in the user's locale unless the option 
37728 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
37729 is set. In this case, the month, day and year are represented by two
37730 digits, and the format used is mm/dd/yy. Finally, the fifth 
37731 field is what can be displayed of the MD5 hash of the certificate. You can 
37732 use any of the last three fields to distinguish between two certificates 
37733 for the same owner.
37735 Available commands in this screen and a short description of what they 
37736 do follows.
37737 <UL>
37738 <LI> <B>I</B> Imports a public certificate to this collection.
37739 <LI> <B>V</B> View information about a certificate such as the name of the person the
37740 certificate was issued to, its dates of validity, and validity status.
37741 <LI> <B>D</B> Marks a certificate deleted.
37742 <LI> <B>U</B> Removes the deletion mark on a certificate.
37743 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37744 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
37745 trust a certificate by copying it to the collection of trusted certificates.
37746 </UL>
37748 All commands provide feedback to let you know about their success or failure.
37750 <UL>   
37751 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37752 </UL><P>
37754 <UL>   
37755 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37756 </UL><P>
37757 &lt;End of help on this topic&gt;
37758 </BODY>
37759 </HTML>
37760 ====== h_config_smime_manage_private_menu =====
37761 <HTML>
37762 <HEAD>
37763 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
37764 </HEAD>
37765 <BODY>
37766 <H1>S/MIME: Commands that Manage Private Keys</H1>
37769 This screen allows you to manage your private key.
37771 The format of this screen is as follows. There are five fields: The 
37772 leftmost field is normally empty, but it could contain the letter 
37773 &quot;D&quot; to indicate that that certificate has been marked for 
37774 deletion. The next field is the e-mail address of the owner of the 
37775 certificate, shown in its entirety. The third field is the first day of 
37776 validity for that certificate; the fourth field in the last day that that 
37777 certificate is valid, and the fifth field is what can be displayed of the 
37778 MD5 hash of the public certificate corresponding to this private key. You 
37779 can use any of the last three fields to distinguish between two 
37780 certificates for the same owner.
37782 Available commands and a short description of what they do follows.
37783 <UL>
37784 <LI> <B>I</B> Imports a new public key to this collection.
37785 <LI> <B>V</B> View information about the public certificate corresponding to this
37786 key.
37787 <LI> <B>D</B> Marks a key to be deleted.
37788 <LI> <B>U</B> Removes the deletion mark on a key.
37789 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
37790 Note that expunging a private key does not remove the public key, which must
37791 be removed separately.
37792 </UL>
37794 All commands provide feedback to let you know about their success or failure.
37796 <UL>   
37797 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37798 </UL><P>
37800 <UL>   
37801 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37802 </UL><P>
37803 &lt;End of help on this topic&gt;
37804 </BODY>
37805 </HTML>
37806 ====== h_config_smime_manage_cacerts_menu =====
37807 <HTML>
37808 <HEAD>
37809 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
37810 </HEAD>
37811 <BODY>
37812 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
37815 This screen allows you to manage your collection of certificates that you
37816 trust. 
37818 The format of this screen is as follows. There are five fields: The 
37819 leftmost field is normally empty, but it could contain the letter 
37820 &quot;D&quot; to indicate that that certificate has been marked for 
37821 deletion. The next field is the e-mail address of the owner of the 
37822 certificate, shown in its entirety. The third field is the first day of 
37823 validity for that certificate; the fourth field in the last day that that 
37824 certificate is valid, and the fifth field is what can be displayed of the 
37825 MD5 hash of the certificate. You can use any of the last three fields to 
37826 distinguish between two certificates for the same owner.
37828 Available commands and a short description of what they do follows.
37829 <UL>
37830 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
37831 done by reading the certificate and validating it. Once a certificate
37832 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
37833 to the certificate, if necessary.
37834 <LI> <B>V</B> View information about this certificate, such as its issuer 
37835 and validity dates.
37836 <LI> <B>D</B> Marks a certificate to be deleted.
37837 <LI> <B>U</B> Removes the deletion mark on a certificate.
37838 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37839 </UL>
37841 All commands provide feedback to let you know about their success or failure.
37843 <UL>
37844 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37845 </UL><P>
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_lame_list_mode =====
37854 <HTML>
37855 <HEAD>
37856 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
37857 </HEAD>
37858 <BODY>
37859 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
37861 This feature modifies the method Alpine uses to ask your IMAP
37862 server for folder names to display in the FOLDER LIST screen.
37863 It is intended to compensate for a small set of IMAP servers that
37864 are programmed to ignore a part of the request, and thus respond
37865 to Alpine's query with nonsensical results.
37868 If you find that Alpine is erroneously displaying blank folder lists,
37869 try enabling this feature.
37872 NOTE: Enabling this feature has consequences for the Goto and Save
37873 commands.  Many servers allow access to folders outside the area
37874 reserved for your personal folders via some reserved character,
37875 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
37876 allows, at the Goto and Save prompts, quick access to folders
37877 outside your personal folder collection without requiring a specific
37878 collection definition.  This behavior will generally not be available
37879 when this feature is enabled.
37882 <UL>   
37883 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37884 </UL><P>
37885 &lt;End of help on this topic&gt;
37886 </BODY>
37887 </HTML>
37888 ====== h_config_enable_mulnewsrcs =====
37889 <HTML>
37890 <HEAD>
37891 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
37892 </HEAD>
37893 <BODY>
37894 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
37896 This feature makes it so Alpine can use multiple newsrcs based on
37897 the news server being connected to, which allows for separate lists
37898 of subscribed-to newsgroups. When this feature is not set, there is only
37899 one list of newsgroups.
37901 Under this feature, the name of a newsrc is based on the news server.
37902 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
37903 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
37904 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
37905 Setting this feature for the first time will allow for the option of using
37906 your old newsrc the next time you read news.
37908 If this feature is set, then the feature
37909 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
37910 also may affect the name of the newsrc file that is used.
37912 <UL>   
37913 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37914 </UL><P>
37915 &lt;End of help on this topic&gt;
37916 </BODY>
37917 </HTML>
37918 ======= h_ab_export_vcard =======
37919 <HTML>
37920 <HEAD>
37921 <TITLE>Address Book Export Format</TITLE>
37922 </HEAD>
37923 <BODY>
37924 <H1>Address Book Export Format</H1>
37926 You are exporting address book data from Alpine to a file outside of Alpine.
37927 You are being asked to choose the format of the export.
37928 Here are the choices:
37930 <DL>
37931 <DT><EM>A</EM>ddress List</DT>
37932 <DD>
37933 The addresses from the address book entries you are saving
37934 from will be saved one address per line.
37935 Address book lists (those with more than one address) will have
37936 all of their addresses saved separately.
37937 </DD>
37939 <DT><EM>V</EM>Card</DT>
37940 <DD>
37941 The entries will be saved in
37942 <A HREF="h_whatis_vcard">vCard</A> format.
37943 </DD>
37945 <DT><EM>T</EM>ab Separated</DT>
37946 <DD>
37947 The entries will be saved in tab-separated columns.
37948 There will be just 4 columns of data that correspond to Alpine's
37949 Nickname field, Full Name field, Address field, and Comment field.
37950 It might prove useful to Select only the Simple, non-List address book
37951 entries before Saving.
37952 </DD>
37954 <DT><EM>^C</EM> Cancel</DT>
37955 <DD>
37956 Cancel out of the Save.
37957 </DD>
37959 </DL>
37963 &lt;End of help on this topic&gt;
37964 </BODY>
37965 </HTML>
37966 ====== h_config_predict_nntp_server =====
37967 <HTML>
37968 <HEAD>
37969 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
37970 </HEAD>
37971 <BODY>
37972 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
37974 This feature allows Alpine to assume that the open NNTP server at the
37975 time of composition is the NNTP server to which the message should be
37976 posted.  This is especially recommended when there are multiple News
37977 collections.  If this feature is not set, Alpine will try to post to the first server in
37978 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
37979 this feature also negates the need to add News collection servers to
37980 the <!--#echo var="VAR_nntp-server"--> variable.
37982 This feature can be especially handy when used in conjunction with
37983 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
37985 <UL>   
37986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37987 </UL><P>
37988 &lt;End of help on this topic&gt;
37989 </BODY>
37990 </HTML>
37991 ====== h_config_nntp_search_uses_overview =====
37992 <HTML>
37993 <HEAD>
37994 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
37995 </HEAD>
37996 <BODY>
37997 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
37999 This feature should probably be turned on unless it causes trouble.
38000 The results of the NNTP overview command (XOVER) may be used to help
38001 with some searches in news groups.
38002 It should result in quicker response time.
38003 Turning this feature on apparently causes search results which are
38004 different from what you would get with the feature turned off on some
38005 servers.
38007 <UL>   
38008 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38009 </UL><P>
38010 &lt;End of help on this topic&gt;
38011 </BODY>
38012 </HTML>
38013 ====== h_config_thread_sorts_by_arrival =====
38014 <HTML>
38015 <HEAD>
38016 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
38017 </HEAD>
38018 <BODY>
38019 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
38021 This feature affects how a threading sort arranges threads.  The default way
38022 to arrange threads is by the date of the earliest message in the thread.
38023 This feature arranges threads by the last message to arrive in a thread.
38025 This feature causes old threads that get recent messages to sort to the bottom,
38026 where previously a message arrival to a thread would not rearrange the order of
38027 that thread.
38029 <UL>   
38030 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38031 </UL><P>
38032 &lt;End of help on this topic&gt;
38033 </BODY>
38034 </HTML>
38035 ====== h_config_textplain_int =====
38036 <HTML>
38037 <HEAD>
38038 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
38039 </HEAD>
38040 <BODY>
38041 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
38043 This feature modifies the method Alpine uses to display Text/Plain
38044 MIME attachments from the Attachment Index screen.  Normally, the
38045 &quot;View&quot; command searches for any externally defined (usually
38046 via the
38047 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
38048 and displays the selected text within that viewer.
38051 Enabling this feature causes Alpine to ignore any external viewer
38052 settings and always display text with Alpine's internal viewer.
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_columns =====
38062 <HTML>
38063 <HEAD>
38064 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
38065 </HEAD>
38066 <BODY>
38067 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
38069 Web Alpine only.
38071 This configuration setting specifies the number of horizontal characters
38072 used to format various WebAlpine pages.  Smaller values will tend to reduce
38073 the amount of horizontal scrolling required to view pages within narrow
38074 browsers, such as those found on PDAs, and larger values will tend to 
38075 spread more information across the page.
38078 The Message List page uses the width to determine how many characters
38079 to assign each field.  Note, a smaller value may result in a disproportionate
38080 amount of blank space between fields on each line.  Similarly, a large
38081 value may result in cramped fields or horizontal scrolling.
38084 The Message View page uses this value to determine when to wrap lines
38085 in displayed message text.  Note, a smaller value may result in jagged
38086 right margins or confusing quoting.  A larger value may cause lines of text to
38087 run beyond the browser's right edge, requiring horizontal scrolling.
38090 <UL>   
38091 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38092 </UL><P>
38093 &lt;End of help on this topic&gt;
38094 </BODY>
38095 </HTML>
38096 ====== h_config_wp_state =====
38097 <HTML>
38098 <HEAD>
38099 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
38100 </HEAD>
38101 <BODY>
38102 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
38104 Web Alpine only.
38106 Various aspects of cross-session state.
38109 <UL>   
38110 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38111 </UL><P>
38112 &lt;End of help on this topic&gt;
38113 </BODY>
38114 </HTML>
38115 ====== h_config_wp_aggstate =====
38116 <HTML>
38117 <HEAD>
38118 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
38119 </HEAD>
38120 <BODY>
38121 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
38123 Web Alpine only.
38125 Aggregate operations tab state.
38128 <UL>   
38129 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38130 </UL><P>
38131 &lt;End of help on this topic&gt;
38132 </BODY>
38133 </HTML>
38134 ====== h_config_wp_indexlines =====
38135 <HTML>
38136 <HEAD>
38137 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
38138 </HEAD>
38139 <BODY>
38140 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
38142 Web Alpine only.
38144 Number of index lines in table.
38147 <UL>   
38148 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38149 </UL><P>
38150 &lt;End of help on this topic&gt;
38151 </BODY>
38152 </HTML>
38153 ====== h_config_wp_indexheight =====
38154 <HTML>
38155 <HEAD>
38156 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
38157 </HEAD>
38158 <BODY>
38159 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
38161 Web Alpine only.
38163 Index table row height.
38166 <UL>   
38167 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38168 </UL><P>
38169 &lt;End of help on this topic&gt;
38170 </BODY>
38171 </HTML>
38172 ====== h_config_rss_news =====
38173 <HTML>
38174 <HEAD>
38175 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
38176 </HEAD>
38177 <BODY>
38178 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
38180 Web Alpine only.
38182 RSS News feed.
38185 <UL>   
38186 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38187 </UL><P>
38188 &lt;End of help on this topic&gt;
38189 </BODY>
38190 </HTML>
38191 ====== h_config_rss_weather =====
38192 <HTML>
38193 <HEAD>
38194 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
38195 </HEAD>
38196 <BODY>
38197 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
38199 Web Alpine only.
38201 RSS Weather feed.
38204 <UL>   
38205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38206 </UL><P>
38207 &lt;End of help on this topic&gt;
38208 </BODY>
38209 </HTML>
38210 ====== h_config_send_confirms_only_expanded =====
38211 <HTML>
38212 <HEAD>
38213 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
38214 </HEAD>
38215 <BODY>
38216 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
38218 This Web Alpine option specifies whether or not a Send confirmations
38219 happens when a composed message is readied for sending or not.  The
38220 default behavior is to not confirm that the nicknames were expanded to
38221 the intended addresses.
38224 <UL>   
38225 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38226 </UL><P>
38227 &lt;End of help on this topic&gt;
38228 </BODY>
38229 </HTML>
38230 ====== h_config_enable_jump_command =====
38231 <HTML>
38232 <HEAD>
38233 <TITLE>FEATURE: enable-jump-command</TITLE>
38234 </HEAD>
38235 <BODY>
38236 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
38238 This Web Alpine option specifies whether or not a Jump command is
38239 offered in the Message List and Message View pages.  The command is
38240 implemented as an input field in the left column of the List and View
38241 screens. 
38244 When enabled and a number is entered in the input field while the
38245 Message List is displayed, the Message List is reframed with the
38246 specified message.  While viewing a message, the message associated
38247 with the specified message number is displayed.
38250 <UL>   
38251 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38252 </UL><P>
38253 &lt;End of help on this topic&gt;
38254 </BODY>
38255 </HTML>
38256 ====== h_config_enable_newmail_sound =====
38257 <HTML>
38258 <HEAD>
38259 <TITLE>FEATURE: enable-newmail-sound</TITLE>
38260 </HEAD>
38261 <BODY>
38262 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
38264 This Web Alpine option specifies whether or not a sound file is sent
38265 to the web browser along with the newmail notification message.
38269 <UL>   
38270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38271 </UL><P>
38272 &lt;End of help on this topic&gt;
38273 </BODY>
38274 </HTML>
38275 ====== h_config_render_html_internally =====
38276 <HTML>
38277 <HEAD>
38278 <TITLE>FEATURE: render-html-internally</TITLE>
38279 </HEAD>
38280 <BODY>
38281 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
38283 By default, Web Alpine will pass cleansed HTML text you receive in messages 
38284 to the browser for display (rendering).  This feature causes Web Alpine to convert 
38285 the HTML text into plain text in the same way Unix and PC-Alpine do.
38289 <UL>   
38290 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38291 </UL><P>
38292 &lt;End of help on this topic&gt;
38293 </BODY>
38294 </HTML>
38295 ====== h_config_role_undo =====
38296 Yes, remember changes and exit back to list of roles; No, discard changes
38297 made in this screen; ^C, cancel exit and stay in this config screen.
38298 ====== h_exit_editor =====
38299 S, save changes and exit from the editor; D, do not save changes but
38300 do exit from the editor; or ^C, cancel exit and stay in the editor.
38301 ====== h_config_undo =====
38302 Yes, save changes and exit; No, exit without saving any changes made since
38303 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
38304 ====== h_os_index_whereis =====
38305 Enter ^V or ^Y to go immediately to the last or first message in the index.
38306 Or, enter the match string followed by RETURN.
38307 ====== h_os_index_whereis_agg =====
38308 Enter ^V or ^Y to go immediately to the last or first message in the index,
38309 Or, enter the match string followed by RETURN (or ^X to select all matches).
38310 =========== h_oe_add_full ==================
38311 Type the full name of the person being added and press the RETURN key.
38312 Press ^C to cancel addition.
38313 =========== h_oe_add_nick ==================
38314 Type a short nickname and press RETURN.  A nickname is a short easy-to-
38315 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
38316 ========== h_oe_add_addr ================
38317 Type the e-mail address and press RETURN.
38318 Press ^C to cancel addition.
38319 ========== h_oe_crlst_full ==============
38320 Type a long name or description for the list that you are creating and
38321 press RETURN.  Press ^C to cancel creation of list.
38322 =========== h_oe_crlst_nick =============
38323 Type a nickname (short, easy-to-remember name or single word) for the list
38324 you are creating and press RETURN.  Press ^C to cancel.
38325 ========== h_oe_crlst_addr ==============
38326 Type an e-mail address, or a nickname already in the address book that you
38327 want to be part of this list and press RETURN.
38328 ========== h_oe_adlst_addr =============
38329 Type an e-mail address or a nickname already in the address book that you
38330 want to add to this list and press RETURN.
38331 ========== h_oe_editab_nick ============
38332 Change the nickname using the arrow keys and delete key.  Press RETURN
38333 when done.  Press ^C to cancel editing and leave the nickname as it was.
38334 ========== h_oe_editab_full ============
38335 Change the full name using the arrow keys and delete key.  Press RETURN
38336 when done.  Press ^C to cancel editing and leave the full name as it was.
38337 ========== h_oe_editab_addr ============
38338 Change the address using the arrow keys and delete key.  Press RETURN
38339 when done.  Press ^C to cancel editing and leave the address as it was.
38340 ========== h_oe_editab_fcc ============
38341 Change the fcc using the arrow keys and delete key.  Press RETURN when
38342 done.  Press ^C to cancel editing and leave the fcc as it was.
38343 ========== h_oe_editab_comment ============
38344 Change the comment field using the arrow keys and delete key.  Press RETURN
38345 when done.  Press ^C to cancel editing and leave the comment as it was.
38346 ====== h_ab_forward =====
38347 Yes, expand nicknames and qualify local names with your current domain name;
38348 No, leave nicknames and local names as is;  ^C, cancel.
38349 ========== h_ab_export ==========
38350 Type the name of a file to write the addresses into and
38351 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
38352 ========== h_ab_edit_a_field ==========
38353 Edit any of the fields of the currently selected entry by typing one of the
38354 letters at the bottom of the screen.  Press ^C to cancel edit.
38355 ====== h_ab_del_data_revert =====
38356 Press B to completely delete addrbook and revert to default, C to delete config
38357 and revert while leaving data, or D to only delete data (make it empty).
38358 ====== h_ab_del_data_modify =====
38359 Press B to completely delete addrbook, C to delete configuration while leaving
38360 data, or D to delete data (make it empty) but leave config. ^C to cancel.
38361 ====== h_ab_del_config_modify =====
38362 Yes, remove this address book from my configuration.
38363 No, make no changes now.
38364 ====== h_ab_del_config_revert =====
38365 Yes, remove this address book from my config and revert to default.
38366 No, make no changes now.
38367 ====== h_ab_del_default =====
38368 Yes, remove this default address book from my configuration.
38369 No, make no changes now.
38370 ====== h_ab_really_delete =====
38371 Yes, delete the actual contents of the address book, not just the 
38372 configuration.  No, don't delete the data after all, cancel and start over.
38373 ====== h_ab_del_ignore =====
38374 Press I to ignore all the default address books for this category.  Press R to
38375 remove this one address book and add the others to your personal list.
38376 ====== h_ab_del_dir_ignore =====
38377 Press I to ignore all the default directory servers for this category.
38378 Press R to remove this one server and add the others to your personal list.
38379 ====== h_ab_copy_dups =====
38380 Yes, overwrite the existing entry.
38381 No, skip duplicates but save the rest. Press ^C to cancel.
38382 ====== h_confirm_cancel =====
38383 Type C to Confirm that you want to abandon the message you are composing.
38384 Type N or ^C to cancel out of the cancel and keep composing.
38385 ====== h_ab_text_or_vcard =====
38386 Text, start composer with displayed text already included.
38387 VCard, start composer with address book entry attached as a vCard. ^C cancels.
38388 ====== h_ab_backup_or_ldap =====
38389 Backup, copy email address from entry and allow editing of it.
38390 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
38391 ====== h_ldap_text_or_vcard =====
38392 Text: export displayed text for selected entry. Address: export only the
38393 email address. VCard: export entry in vCard format. ^C cancels.
38394 ====== h_ab_save_exp =====
38395 Save, save entry or entries to an address book.
38396 Export, save to file outside of pine. ^C cancels save.
38397 ====== h_ab_add =====
38398 A, add a brand new entry to this address book.
38399 E, edit the entry that is currently highlighted. ^C to cancel.
38400 ====== h_ab_shuf =====
38401 U, swap order of highlighted address book and the one above it.
38402 D, swap order of highlighted address book and the one below it. ^C to cancel.
38403 ====== h_ab_shuf_up =====
38404 U, swap order of highlighted address book and the one above it.
38405 Press ^C to cancel.
38406 ====== h_ab_shuf_down =====
38407 D, swap order of highlighted address book and the one below it.
38408 Press ^C to cancel.
38409 ====== h_folder_prop =====
38410 Count is # of messages in the folder, Unseen means messages that have not
38411 been read, New means messages that were Recently added to the folder.
38412 ====== h_role_shuf =====
38413 U, swap order of highlighted rule and the one above it.
38414 D, swap order of highlighted rule and the one below it. ^C to cancel.
38415 ====== h_role_shuf_up =====
38416 U, swap order of highlighted rule and the one above it.
38417 Press ^C to cancel.
38418 ====== h_role_shuf_down =====
38419 D, swap order of highlighted rule and the one below it.
38420 Press ^C to cancel.
38421 ====== h_incoming_shuf =====
38422 B, swap order of highlighted directory and the one before it.
38423 F, swap order of highlighted directory and the one after it. ^C to cancel.
38424 ====== h_incoming_shuf_up =====
38425 B, swap order of highlighted directory and the one before it.
38426 Press ^C to cancel.
38427 ====== h_incoming_shuf_down =====
38428 F, swap order of highlighted directory and the one after it.
38429 Press ^C to cancel.
38430 ====== h_dir_shuf =====
38431 U, swap order of highlighted directory and the one above it.
38432 D, swap order of highlighted directory and the one below it. ^C to cancel.
38433 ====== h_dir_shuf_up =====
38434 U, swap order of highlighted directory and the one above it.
38435 Press ^C to cancel.
38436 ====== h_dir_shuf_down =====
38437 D, swap order of highlighted directory and the one below it.
38438 Press ^C to cancel.
38439 ====== h_hdrcolor_shuf =====
38440 U, swap order of highlighted Header Color and the one above it.
38441 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
38442 ====== h_hdrcolor_shuf_up =====
38443 U, swap order of highlighted Header Color and the one above it.
38444 Press ^C to cancel.
38445 ====== h_hdrcolor_shuf_down =====
38446 D, swap order of highlighted Header Color and the one below it.
38447 Press ^C to cancel.
38448 ========== h_oe_editab_al ============
38449 Change the address using the arrow keys and delete key.  Press RETURN
38450 when done.  Press ^C to cancel editing and leave the address as it was.
38451 ========== h_dir_comp_search ===============
38452 Type a string to look for just like you would in the composer. Your configured
38453 rules for the servers with the implicit flag set will be used.
38454 ========== h_oe_searchab ===============
38455 Type the word or name you want to search for and press RETURN.  If you press
38456 RETURN without entering anything the word in [] will be searched for.
38457 ========== h_oe_chooseabook ==========
38458 Choose the address book you want to save the new entry in.
38459 Use ^N or ^P to change address books.  ^C to cancel.
38460 ========== h_oe_takeaddr ==========
38461 Edit the e-mail address using the arrow and delete keys.  Press RETURN
38462 when done.  Press ^C to cancel adding this entry to the address book.
38463 ========== h_oe_take_replace ==========
38464 Press R to replace the old entry with this new data.  You will still have
38465 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
38466 ========== h_oe_take_replace_or_add ==========
38467 Press R to replace the old entry.  Press A to add the selected addresses to
38468 the old existing list.  N to enter another nickname. ^C to cancel now.
38469 ========== h_oe_takename ==========
38470 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
38471 when done.  Press ^C to cancel adding this entry to the address book.
38472 ========== h_oe_takenick ==========
38473 Type a nickname (short easy-to-remember name, initials or single word) for this
38474 entry in the address book and press RETURN.  Press ^C to cancel addition.
38475 ========== h_oe_jump ==========
38476 Type the message number you want to jump to and press RETURN.  The word "end"
38477 represents the last message. Press ^C to cancel jumping to another message.
38478 ========== h_oe_jump_thd ==========
38479 Type the thread number you want to jump to and press RETURN.  The word "end"
38480 represents the last thread. Press ^C to cancel jumping to another thread.
38481 ========== h_oe_debuglevel ==========
38482 Higher number shows more debugging details.
38483 Press ^C if you want to cancel the change.
38484 ========== h_oe_broach ==========
38485 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
38486 to go to the previous/next collections in the list.  Press ^C to cancel goto.
38487 ========== h_oe_foldsearch ==========
38488 Type the text you want to search for in foldernames and press RETURN.  If you
38489 press RETURN without entering anything, any text in [] will be searched for.
38490 ========== h_oe_foldrename ==========
38491 Change the old name of the folder to the new name using the arrow and
38492 delete keys and press RETURN.  Press ^C to cancel rename.
38493 ========== h_oe_login ==========
38494 Enter your login name for the host you are opening the mailbox on.  Just press
38495 RETURN to use your login from this host as is, or edit it with delete key.
38496 ========== h_oe_passwd ==========
38497 Type your password for the host and login shown as part of the prompt.
38498 Press ^C to cancel opening folder.
38499 ========== h_oe_choosep ==========
38500 Enter the number associated with the printer you want to select.  Press ^C to
38501 cancel the printer selection.  The current selection is highlighted.
38502 ========== h_oe_customp ==========
38503 Type the name of the Unix print command and press RETURN.  Press ^C to
38504 cancel the printer selection.
38505 ========== h_oe_searchview ==========
38506 Type the word or name you want to search for and press RETURN.  If you press
38507 RETURN without entering anything the word in [] will be searched for.
38508 ========== h_oe_keylock ==========
38509 The keyboard is in use and locked by another user.  Only that user can
38510 unlock this keyboard by typing the password.
38511 ========== h_wt_expire ==========
38512 At the beginning of each month Alpine offers to rename your current sent-mail
38513 folder to one named for the month so you have a sent-mail folder for each month
38514 ========== h_wt_delete_old ==========
38515 It is the beginning of the month, and we need to conserve disk
38516 space.  Please delete any sent-mail that you do not need.
38517 ========== h_select_sort ==========
38518 Select the order for sorting the index by typing the capitalized letter.
38519 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
38520 ========== h_no_F_arg ============
38521 Enter name of file to be opened.
38523 ========== h_sticky_personal_name ==========
38524 Type in your name as you want it to appear on outgoing email.  This entry
38525 will be saved into your Alpine configuration file.
38526 ========== h_sticky_inbox ============
38527 INBOX syntax is usually {complete.machine.name}INBOX
38528 This entry will be saved in your Alpine configuration file.
38529 ========== h_sticky_smtp ============
38530 The name of the computer on your campus that relays your outgoing email
38531 to the Internet.  This entry will be saved in your Alpine configuration file.
38532 ========== h_sticky_user_id ==========
38533 The username or login-id part of your email address.  This entry will be
38534 saved in your Alpine configuration file.
38535 ========== h_sticky_domain ==========
38536 The domain part of your email address, NOT the name of your PC.  This
38537 entry will be saved in your Alpine configuration file.
38538 ========== h_bounce =========
38539 Enter the address or nickname of the intended recipient.  Alpine will resend
38540 the message, which will retain the original author's From: address.
38541 ========== h_incoming_add_folder_nickname =========
38542 Enter an (optional) nickname that will be used in lieu of the actual
38543 host and folder names in the FOLDER LIST display.
38544 ========== h_anon_forward ==========
38545 Enter the address of your intended recipient, or ^C to cancel.
38546 Example: jsmith@somewhere.edu
38547 ========== h_news_subscribe ==========
38548 Enter the name of the newsgroup to which you wish to subscribe,
38549 or ^C to cancel.  Example: comp.mail.pine
38550 ========== h_pipe_msg ==========
38551 Enter the name of the Unix command to which you wish to send this
38552 message, or ^C to cancel.
38553 ========== h_pipe_attach ==========
38554 Enter the name of the Unix command to which you wish to send this
38555 attachment, or ^C to cancel.
38556 ========== h_select_by_num ==========
38557 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38558 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38559 ========== h_select_by_gm_content ==========
38560 Enter your search key in the same way that you would enter a search
38561 key in the web interface for Gmail.
38562 ========== h_select_by_thrdnum ==========
38563 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38564 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38565 ========== h_select_txt_from ==========
38566 Messages with From: headers containing the entered string will be selected.
38567 ^C to cancel. ^G again to see original options.
38568 ========== h_select_txt_not_from ==========
38569 Messages without From: headers containing the entered string will be selected.
38570 ^C to cancel. ^G again to see original options.
38571 ========== h_select_txt_to ==========
38572 Messages with To: headers containing the entered string will be selected.
38573 ^C to cancel. ^G again to see original options.
38574 ========== h_select_txt_not_to ==========
38575 Messages without To: headers containing the entered string will be selected.
38576 ^C to cancel. ^G again to see original options.
38577 ========== h_select_txt_cc ==========
38578 Messages with Cc: headers containing the entered string will be selected.
38579 ^C to cancel. ^G again to see original options.
38580 ========== h_select_txt_not_cc ==========
38581 Messages without Cc: headers containing the entered string will be selected.
38582 ^C to cancel. ^G again to see original options.
38583 ========== h_select_txt_subj ==========
38584 Messages with Subject: headers containing the entered string will be selected.
38585 ^C to cancel.  ^X enters Subject: line of current message.
38586 ========== h_select_txt_not_subj ==========
38587 Messages without Subject headers containing the entered string will be selected.
38588 ^C to cancel.  ^X enters Subject: line of current message.
38589 ========== h_select_txt_all ==========
38590 All messages containing the entered string will be selected.  Headers and body,
38591 but not encoded attachments, will be compared.  Enter ^C to cancel.
38592 ========== h_select_txt_not_all ==========
38593 All messages that don't contain the entered string will be selected.  Headers
38594 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
38595 ========== h_select_txt_body ==========
38596 All messages containing the entered string will be selected. Body text, but
38597 not headers or encoded attachments, will be compared. ^C to cancel.
38598 ========== h_select_txt_not_body ==========
38599 All messages that don't contain the entered string will be selected. Body
38600 text, but not headers or encoded attachments, will be compared. ^C to cancel.
38601 ========== h_select_txt_recip ==========
38602 Messages with Cc: or To: headers containing the entered string will be selected.
38603 ^C to cancel. ^G again to see original options.
38604 ========== h_select_txt_not_recip ==========
38605 Messages without Cc: or To: headers containing the string will be selected.
38606 ^C to cancel. ^G again to see original options.
38607 ========== h_select_txt_partic ==========
38608 Messages with Cc, To, or From headers containing the string will be selected.
38609 ^C to cancel. ^G again to see original options.
38610 ========== h_select_txt_not_partic ==========
38611 Messages without Cc, To, or From headers containing the string will be selected.
38612 ^C to cancel. ^G again to see original options.
38613 ========== h_select_date ==========
38614 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
38615 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
38616 ========== h_attach_index_whereis ==========
38617 Enter some text that appears in the Attachment Index entry for the desired
38618 attachment.  The first attachment containing that text will be highlighted.
38619 ========== h_kb_lock ==========
38620 Keystrokes entered here (up to a RETURN) comprise a password that must
38621 be entered again later in order to unlock the keyboard.
38622 ========== h_compose_default ==========
38623 N, compose a new message. R, set a role.
38624 ^C to cancel.
38625 ========== h_untranslatable ==========
38626 Send using UTF-8 character set; Send but replace untranslatable characters
38627 with question marks; return to the composer; or cancel message altogether.
38628 ========== h_compose_intrptd ==========
38629 N, compose a new msg. I, continue interrupted msg. R, set a role.
38630 ^C to cancel.
38631 ========== h_compose_postponed ==========
38632 N, compose a new message. P, continue postponed msg. R, set a role.
38633 ^C to cancel.
38634 ========== h_compose_intrptd_postponed ==========
38635 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38636 R, set a role. ^C to cancel.
38637 ========== h_compose_form ==========
38638 N, compose a new message. F, use form letter. R, set a role.
38639 ^C to cancel.
38640 ========== h_compose_intrptd_form ==========
38641 N, compose a new msg. I, continue interrupted msg. F, use form letter.
38642 R, set a role. ^C to cancel.
38643 ========== h_compose_postponed_form ==========
38644 N, compose a new message. P, continue postponed msg. F, use form letter.
38645 R, set a role. ^C to cancel.
38646 ========== h_compose_intrptd_postponed_form ==========
38647 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38648 F, use form letter. R, set a role. ^C to cancel.
38649 ========== h_config_context_del_except ==========
38650 If you delete the last exceptional collection you can only add it back by
38651 manually editing the exceptions config file.
38652 ========== h_config_whereis ==========
38653 To move quickly to a particular line, enter a search string or
38654 ^C to cancel.
38655 ========== h_config_edit_scorei ==========
38656 Enter interval in the form (min,max). -INF and INF may be used to represent
38657 -infinity and infinity. ^C to cancel change. RETURN to accept change.
38658 ========== h_config_add ==========
38659 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
38660 pressing RETURN sets the Empty Value (this turns off any global default).
38661 ========== h_config_add_custom_color ==========
38662 Enter a header fieldname. For example, "subject" or "from".
38664 ========== h_config_add_pat_hdr ==========
38665 Enter a header fieldname. For example, "reply-to" or "organization" or
38666 any fieldname you want that isn't included already.
38667 ========== h_config_print_opt_choice ==========
38668 You may edit either the initialization string (characters printed before
38669 printing starts) or the trailer string.  Choose one or ^C to cancel.
38670 ========== h_config_print_init ==========
38671 Enter a C-style string for this.  You may use common backslash escapes like
38672 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
38673 ========== h_config_change ==========
38674 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
38675 delete current (highlighted) character, etc.  Enter ^C to cancel change.
38676 ========== h_config_replace_add ==========
38677 Replace ignores the current default, Add places the current default in your
38678 editing buffer as if you had typed it in.
38679 ========== h_config_insert_after ==========
38680 Enter a nickname for this print command.  (InsertBefore puts the new item
38681 before the current line, InsertAfter puts it after the current line.)
38682 ========== h_config_print_cmd ==========
38683 Enter command to be executed for the printer.  Use normal editing keys
38684 to modify, ^C to cancel, carriage return to accept current value.
38685 ========== h_config_role_del ==========
38686 Answering Yes will remove this rule completely from your rules list.
38687 ========== h_config_role_addfile ==========
38688 Type the name of a file to add to your configuration. You don't need to
38689 use a file, you may add rules directly (with Add) without using a file.
38690 ========== h_config_role_delfile ==========
38691 Answering Yes will remove this rule file completely from your rules list.
38692 The rules data file itself will not be removed.
38693 ========== h_config_print_del ==========
38694 Answering Yes will remove this printer completely from your printer list.
38695 ========== h_config_print_name_cmd ==========
38696 You may edit the Nickname of this printer, the Command to be executed when
38697 printing, or change the Options associated with this printer.
38698 ========== h_send_check_fcc ==========
38699 Yes, send message without an Fcc.
38700 No, return to composer.
38701 ========== h_send_check_subj ==========
38702 Yes, send message without a Subject.
38703 No, return to composer.
38704 ========== h_send_check_to_cc ==========
38705 Yes, send message without a To address, or a Cc address, or a Newsgroup.
38706 No, return to composer.
38707 ========== h_send_fcc_only ==========
38708 Yes, copy message to Fcc only and send to NO recipients.
38709 No, return to composer.
38710 ========== h_send_prompt ==========
38711 Yes, send the message.
38712 No or ^C, return to composer.
38713 ========== h_send_prompt_flowed ==========
38714 Yes, send the message.  No or ^C, return to composer.
38715 What's Flowed? See Do Not Send Flowed Text in config screen.
38716 ========== h_send_prompt_dsn ==========
38717 Yes, send the message.  No or ^C, return to composer.
38718 What's DSNOpts? See Enable Delivery Status Notification in config screen.
38719 ========== h_send_prompt_dsn_flowed ==========
38720 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
38721 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
38722 ========== h_role_confirm ==========
38723 Yes, use displayed role. No, compose without a role.
38724 ^C, cancel the message. ^T, select a role from your other eligible roles.
38725 ========== h_norole_confirm ==========
38726 Return, compose without a role.
38727 ^C, cancel the message. ^T, select a role from your eligible roles.
38728 ========== h_custom_print ==========
38729 Enter a Unix command that accepts its data on standard input.
38730 Alpine will display any information the command sends to standard output.
38731 ========== h_convert_abooks_and_sigs ==========
38732 You will be given the opportunity to convert address books and signature files
38733 to remote configurations.
38734 ========== h_convert_abooks ==========
38735 You will be given the opportunity to convert address books to remote
38736 configurations.
38737 ========== h_flag_keyword ==========
38738 Enter the name of the keyword you want to add for this folder.
38739 No spaces, parentheses, braces, percents or asterisks are allowed.
38740 ========== h_select_keyword ==========
38741 Enter the keyword you want to match, or use ^T to select a keyword from a list
38742 of possible keywords for this folder. Use ! to look for non-matches instead.
38743 ========== h_type_keyword ==========
38744 Enter the keyword you want to add. You may add a nickname in the next step.
38745 No spaces, parentheses, braces, percents or asterisks are allowed.
38746 ========== h_type_keyword_nickname ==========
38747 Enter an optional nickname for the keyword you want to add.
38748 Type Carriage return to use the keyword name instead of a nickname.
38749 ========== h_convert_sigs ==========
38750 You will be given the opportunity to convert signature files to remote
38751 configurations.
38752 ========== h_convert_abook ==========
38753 Yes is fairly safe. You will be ADDing a remote address book that is a copy
38754 of the current address book. The current abook won't be removed automatically.
38755 ========== h_convert_sig ==========
38756 Answering Yes copies the contents of the signature file into your Alpine
38757 configuration file. After that, the contents of the file will not be used.
38758 ========== h_save_addman ==========
38759 Enter the simple name of the folder you want to add. Carriage return to
38760 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
38761 ========== h_reopen_folder ==========
38762 Yes reopens the folder, as if you were starting over. This uncovers new mail.
38763 No leaves the folder index as it was without discovering new mail.
38764 ========== h_convert_pinerc_server ==========
38765 This is the name of the host (computer) where the remote Alpine configuration
38766 will be stored. This should be an IMAP server that you have permission to use.
38767 ========== h_convert_pinerc_folder ==========
38768 Enter the correct remote folder name. This folder is special and should
38769 contain only configuration data. It shouldn't contain other mail messages.
38770 ========== h_role_compose ==========
38771 Compose a New message, Reply to current message, Forward current message, or
38772 Bounce message. Then you will be asked to choose one of your Roles to be used.
38773 ========== h_role_aggregate ==========
38774 Compose a reply, or forward, or bounce the selected messages. Then you 
38775 will be asked to choose one of your Roles to be used for this operation.
38776 ========== h_save_size_changed ==========
38777 The reported size of a message is not the same as the actual size. Answer Yes
38778 to continue and hope for the best or No to Cancel the entire Save.
38779 ========== h_select_by_larger_size ==========
38780 Enter a number or ^C to cancel. All messages greater than this many characters
38781 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38782 ========== h_select_by_smaller_size ==========
38783 Enter a number or ^C to cancel. All messages less than this many characters
38784 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38785 ========== h_preserve_field ==========
38786 Use 'p' to toggle between preserving or not preserving the original To:
38787 and Cc: fields of the message. Enter ^C to cancel message.
38788 ========== h_privacy_policy ==========
38789 x-alpine-http:https://alpineapp.email/legal/privacy.html
38790 ========== h_apache_license ==========
38791 x-alpine-http:https://alpineapp.email/legal/apache_license.html