Add support for tab-completion when selecting by rule
[alpine.git] / pith / pine.hlp
blob9a252bba81cdd7a7736ca160f8b33d6eb4b86249
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 662 2022-09-08 22:05:03
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 </UL>
205 <P> Bugs addressed include:
206 <UL>
207 <LI> Crash in PC-Alpine when postponing a message. Reported by Paolo Ienne.
208 <LI> Crash in Alpine after a user tried to repaint the screen after failing
209      to select a rule from a menu. Reported by Peter Tirsek. Crash also 
210      reproducible when selecting by keyword or charset.
211 </UL>
213 <P>Version 2.26 adds new features and addresses bugs found in previous
214 releases.
216 <P> New features include:
217 <UL>
218 <!--chtml if pinemode="os_unix"-->
219 <LI> Unix version of Alpine (not including OSX). Alpine is built with password
220      file support by default. If Alpine is built with SMIME support and the
221      password file does not exist, then Alpine will create it by default and
222      encrypt it. For this version of Alpine, Alpine saves its passwords in the file
223      &quot;<!--#echo var="PASSWORD_FILE"-->&quot; which is in the same directory that
224      your .pinerc is located.
225 <!--chtml endif-->
227 <LI> In the past Alpine did not recognize images embedded
228      in an HTML file, so now it does and a link to open them is
229      given. Additionally, Alpine did not pass these images to an
230      external browser for display using the external command, and
231      now it will.
233 <LI> Support for code_verifier and code_challenge when generating a
234      refresh token and access token in Gmail and Outlook using the
235      S256 method and plain method.
237 <LI> Change the redirect_uri scheme for Gmail, as Google is deprecating the use
238      of oob. Changed to http://localhost. Users are supposed to enter the URL
239      they see in their browser in place of the code.
241 <LI> Some servers do not allow the Drafts folder to be removed, even when
242      it is empty. Alpine, however, assumes that if the folder exists, it
243      must contain a draft message. This joint collaboration with Thomas
244      Uhle modifies alpine to not to attempt to continue a draft message if
245      the draft folder is empty.
247 <LI> Contributions by Thomas Uhle:
248 <UL>
249   <LI> Add support for the LDAP attribute "userCertificate";
250   <LI> Move voiceMailTelephoneNumber from the TCL side to ldap_translate;
251   <LI> XOAUTH2 state generator changes format specifier from %x to %02x;
252   <LI> Web Alpine will not attempt to continue a postponed message if the
253        postponed-msgs folder is empty.
254 </UL>
256 <LI> Improvements to the screen that allows a user to select the client-id when
257      a user attempts to login to a server and more than one client-id
258      is available for that server. In this case additional information is
259      given: The method to use (device or authorize), a user id that uses the
260      suggested client-id or a report that the client-id has not been used.
262 <LI> To protect the privacy of a user, the message-id of a message will be
263      generated using the domain in the From field of the message.
265 <LI> When saving to a folder in the unix format, Alpine parses the
266      destination folder to assign uids to all messages in the folder. When
267      the destination folder is large this could significantly slow down
268      alpine. Fix based on a patch submitted to the alpine-info list by
269      Chris Caputo.
271 <LI> Add the LOGOUT command to the list of commands that can be
272      automatically interrupted in case the connection becomes unstable
273      during that command and Alpine times out its connection to the server.
275 <LI> If new mail has arrived when a user is closing a mailbox, Alpine will
276      also announce how many new messages have arrived. Suggested by Chime Hart.
278 <LI> When an invitation does not have a timezone in the date of the event,
279      but the date is in GMT, adjust the date to local time.
280 </UL>
283 Bugs addressed include:
285 <UL>
286 <LI> Crash when invoking Alpine from the command line and an attempt to authorize
287      alpine to use XOAUTH2 is done. Alpine crashes because of a missing optional
288      parameter -xoauth2-flow and because no screen has been configured yet. Reported
289      by Baron Fujimoto.
291 <LI> Alpine crashes when it cannot retrieve the privacy policy due to
292      failure connecting to the external server.
294 <LI> Alpine might delete all passwords from the password file if the
295      password file is not unlocked by cancellation, or the authentication
296      for an XOAUTH2 server is cancelled, or the password of an account
297      is changed.
299 <LI> When the personal name of an address is encoded, and the personal name
300      is surrounded by quotes, these are not removed by Alpine at the time
301      to offer to take an address from a message to the addressbook. Reported
302      by David Prager Branner.
304 <LI> If a user configures the sendmail-path variable, and does not use a
305      global smtp-server, then Alpine will use the sendmail-path even when
306      the user configured a smtp-server for a role. Reported by Gregory
307      Heytings.
309 <LI> Crash in PC-Alpine when creating a mail collection and no username is
310      indicated in the server path. Reported by Sandy Schuman.
312 <LI> Crash in Alpine when running a filter that moves deleted messages the
313      INBOX in a Gmail account. Reported by Jyrki Voutilainen.
314 </UL>
316 <P>Version 2.25 adds new features and addresses bugs found in previous
317 releases.
320 New features include:
321 <UL>
322 <LI> Unix Alpine: New configuration variable <a href="h_config_ssl_ciphers"><!--#echo var="VAR_ssl-ciphers"--></a> that allows
323      users to list the ciphers to use when connecting to a SSL server.
324      Based on a collaboration with Professor Martin Trusler.
326 <LI> New hidden feature <a href="h_config_delete_before_writing"><!--#echo var="FEAT_enable-delete-before-writing"--></a>
327      to add support for terminals that need lines to be deleted
328      before being written. Based on a collaboration with Professor
329      Martin Trusler.
331 <LI> Experimental: The instruction to remove the double quotes from the processing of
332      customized headers existed in pine, but it was removed in alpine. Restoring
333      old Alpine behavior. See
334      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
335      report for more background information.
337 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
338      authentication, and records sensitive login information. Do not share your
339      debug file if you use this form of debug.
341 <LI> Remove the ability to choose between the device and authorize methods
342      to login to outlook, since the original client-id can only be used
343      for the device method. One needs a special client-id and client-secret
344      to use the authorize method in Outlook.
346 <LI> PC-Alpine only: Some service providers produce access tokens that are
347      too long to save in the Windows Credentials, so the access tokens will
348      be split and saved as several pieces. This means that old versions of
349      Alpine will NOT be able to use saved passwords once this new version of
350      Alpine is used.
352 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
353      Rename those files so that they have extension .txt.
355 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
356      various password prompts. Submitted by &Eacute;tienne Deparis.
358 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
359      Submitted by &Eacute;tienne Deparis.
361 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
362      people discover the two new commands: &quot;1&quot; is a toggle that
363      switches between 1 column and multicolumn mode. The &quot;.&quot; command
364      toggles between hiding or showing hidden files, and the &quot;G&quot;
365      command to travel between directories. Contributed by &Eacute;tienne
366      Deparis.
368 <LI> Add option -xoauth2-flow to the command line, so that users can specify the
369      parameters to set up an xoauth2 connection through the command line.
371 <LI> Alpine deletes, from its internal memory and external cache, passwords
372      that do not work, even if they were saved by the user.
374 <LI> New format for saving passwords in the windows credential manager
375      for PC-Alpine. Upon starting this new version of Alpine the passwords 
376      saved in the credential manager are converted to the new format and 
377      they will not be recognized by old versions of Alpine, but only by 
378      this and newer versions of Alpine.
380 <LI> Enabled encryption protocols in PC-Alpine are based on those enabled
381      in the system, unless one is specified directly.
382 </UL>
385 Bugs addressed include:
387 <UL>
388 <LI> The c-client library parses information from an IMAP server during
389      non-authenticated state which could lead to denial of service.
390      Reported by Damian Poddebniak from M&uuml;nster University of Applied
391      Sciences.
393 <LI> Memory corruption when alpine searches for a string that is
394      an incomplete utf8 string in a local folder. This could happen by
395      chopping a string to make it fit a buffer without regard to its content.
396      We fix the string so that chopping it does not damage it. Reported
397      by Andrew.
399 <LI> Crash in the ntlm authenticator when the user name does not include
400      a domain. Reported and fixed by Anders Skargren.
402 <LI> When forwarding a message, replacing an attachment might make Alpine
403      re-attach the original attachment. Reported by Michael Traxler.
405 <LI> When an attachment is deleted, the saved message with the deleted
406      attachment contains extra null characters after the end of the
407      attachment boundary.
409 <LI> Tcp and http debug information is not printed unless the default
410      debug level is set to 1. Print this if requested, regardless of what
411      the default debug level is.
413 <LI> When trying to select a folder for saving a message, one can only enter
414      a subfolder by pressing the &quot;>&quot; command, rather than the normal
415      navigation by pressing &quot;Return&quot;. Reported by Ulf-Dietrich Braunmann.
417 <LI> Crash when attempting to remove a configuration for a XOAUTH2 server
418      that has no usernames configured.
420 <LI> Crash caused by saving (and resaving) XOAUTH2 refresh and access tokens
421      in PC-Alpine. Reported by Karl Lindauer.
422 </UL>
424 <P> Version 2.24 adds new features and addresses bugs found in previous
425 releases.
427 <P> 
428 New features include:
430 <UL>
431 <LI> Experimental: The instruction to remove the double quotes from the processing of
432      customized headers existed in pine, but it was removed in alpine. Restoring
433      old Alpine behavior. See 
434      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
435      report for more background information.
436 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
437      authentication, and records sensitive login information. Do not share your
438      debug file if you use this form of debug.
439 <LI> Remove the ability to choose between the device and authorize methods
440      to login to outlook, since the original client-id can only be used
441      for the device method. One needs a special client-id and client-secret
442      to use the authorize method in Outlook.
443 <LI> PC-Alpine only: Some service providers produce access tokens that are
444      too long to save in the Windows Credentials, so the access tokens will
445      be split and saved as several pieces. This means that old versions of
446      Alpine will NOT be able to use saved passwords once this new version of
447      Alpine is used.
448 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
449      Rename those files so that they have extension .txt.
450 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
451      various password prompts. Submitted by &Eacute;tienne Deparis.
452 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
453      Submitted by &Eacute;tienne Deparis.
454 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
455      people discover the two new commands: &quot;1&quot; is a toggle that 
456      switches between 1 column and multicolumn mode. The &quot;.&quot; command 
457      toggles between hiding or showing hidden files, and the &quot;G&quot; 
458      command to travel between directories. Contributed by &Eacute;tienne 
459      Deparis.
460 <LI> Implementation of XOAUTH2 for Yahoo! Mail. <A href="h_yahoo_configuration">Learn More</A>
462 <LI> Expansion of the configuration screen for XOAUTH2 to include
463      username, authorization flow, and tenant.
465 <LI> XOAUTH2: automatic renew of access token and connection to a server
466      within 60 seconds of expiration of the access token.
468 <LI> If a user has more than one client-id for a service, Alpine
469      asks the user which client-id to use and associates that client-id to
470      the credentials in the XOAUTH2 configuration screen.
471      <A HREF="h_xoauth2_config_screen">Learn more</A>.
473 <LI> Addition of Yandex.com to the list of services that Alpine can use XOAUTH2 to
474      authenticate for reading and sending email. <A href="h_yandex_configuration">Learn More</A>
476 <LI> Addition of a link to the Apache License 2.0 (see above). This is 
477      available from the Release Notes as well as the welcome screen.
479 <LI> Modifications to protect the privacy of users:
480 <UL>
481 <LI> Alpine does not generate Sender or X-X-Sender by default
482      by enabling  <a href="h_config_disable_sender"><!--#echo var="FEAT_disable-sender"--></a>
483      as the default.
484 <LI> Alpine does not disclose User Agent by default by enabling
485      <A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A>
486      by default.
487 <LI> Alpine uses the domain in the From: header of a message
488      to generate a message-id and suppresses all information
489      about Alpine, version, revision, and time of generation
490      of the message-id from this header. This information is
491      replaced by a random string.
492 </UL>
493 <LI> Unix Alpine displays configure options and flags when 
494      invoked as &quot;alpine -v&quot;. Suggested by Matt Ackeret.
495 <LI> Alpine will ding the terminal bell when asking  about quitting
496      when new mail arrives. This is consistent with Alpine dinging the
497      bell when new mail arrives. The bell will not ding if it is disabled
498      for status messages. Suggested by Chime Hart.
500 <LI> When messages are selected, pressing the &quot;;&quot; command to broaden or narrow
501      a search, now offers the possibility to completely replace the search, and
502      is almost equivalent to being a shortcut to &quot;unselect all messages, and select
503      again&quot;. The difference is that cancelling this command will not unselect
504      all currently selected messages. Suggested by Holger Trapp.
506 <LI> Alpine will not write debug files unless started with the option -d, 
507      so for example &quot;alpine -d 2&quot; will generate a debug file at level 2, 
508      but just issuing the alpine command will not write any debug to a file.
510 <LI> Experimental: Attempt to implement the Encryption Range in Windows. It works
511      in Windows 10, and it should work in Windows 8.1. It needs testing in
512      Windows 7 and Windows Vista.
514 <LI> Addition of variables <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>
515      and <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>
516      which allow a user to specify locations for certificates that the user
517      trusts.
519 <LI> Ignore non-empty initial challenge in the GSSAPI authenticator. Based
520      on a patch written by Jarek Polok, but submitted by Ignacio Reguero.
522 <LI> When a server expires a refresh token, Alpine needs to cancel it
523     internally. Alpine will attempt to get a new one when it  reopens the
524     folder after it cancels it.
526 <LI> Set up the IMAP ID at the moment of logging in to the server, rather than
527      as a one time option, in case we need to use a special IMAP ID.
528 </UL>
531 Bugs addressed:
533 <UL>
534 <LI> When Alpine starts a PREAUTH connection, it might still ask the user
535      to login. Reported by Frank Tobin.
537 <LI> Crash while resizing the screen when viewing a calendar event.
539 <LI> When Alpine opens a folder in a server whose address is given numerically
540      it might crash due to an incorrect freeing of memory. Reported by Wang Kang.
542 <LI> Crash when Alpine frees memory on a system where LC_CTYPE is not 
543      configured, and the user calls the file browser to attach files to
544      a message. Reported by Luis Gerardo Tejero.
546 <LI> Invalid signatures created by Alpine, when built with recent
547      releases of the Openssl-1.1.1 series (but not in the Openssl-1.0.1 series).
548      Fix contributed by Bernd Edlinger.
550 <LI> After returning from the directory side of a dual-folder, sometimes 
551      Alpine would return to the first folder in the parent directory or to 
552      the dual-folder. The fix is to return to the original dual-folder as 
553      intended. Reported by Holger Trapp.
555 <LI> When an attachment is deleted and the original message is saved, Alpine
556      might write only a part of the name of the file deleted. Reported by Holger
557      Trapp.
559 <LI> URLs that are surrounded by white space are not cleaned by Alpine before
560      passing them to the browser, resulting in no display of the URL when Alpine
561      tries to open it. Reported by Gregory Heytings.
563 <LI>  When Alpine is built without smime, password file functionality might
564       fail. Reported by Andres Fehr.
566 <LI> Crash in PC-Alpine when using the eXternal command.
568 <LI> Fix in Macs that made Alpine abort a ssh connection to an imap server.
569      Reported and assisted by Wang Kang.
570 </UL>
573 Version 2.23 has new additions and addresses bugs found in previous releases.
576 Additions include:
578 <UL>
579 <LI> Implementation of XOAUTH2 authentication support for Outlook.
580      Based on documentation suggested by Andrew C Aitchison. <A href="h_outlook_configuration">Learn More</A>
582 <LI> Add support for the OAUTHBEARER authentication method in Gmail. Thanks to
583      Alexander Perlis for suggesting it and explaining how the method works. <A href="h_gmail_configuration">Learn More</A>
585 <LI> Creation of Alpine's Privacy Policy. This is presented as a link to
586     an online document from the Release Notes (Link at the top of this
587     document.) Upon user request, Alpine downloads and displays this
588     document. Links to the privacy policy are also displayed when a user
589     starts Alpine for the first time, or when a user starts a new version
590     of Alpine. There is no default exit greeting command for these
591     screens, and to exit the user must press "E", instead of the old
592     default, which was the RETURN command. The RETURN command will open
593     the handle on which the cursor is on, which by default is the Privacy
594     Policy.
596 <LI> Support for the SASL-IR IMAP extension that avoids a round trip during
597      authentication. Similar support added for the SMTP, NNTP and POP3 
598      protocols. Thanks to Geoffrey Bodwin for a report that lead to this
599      implementation.
601 <LI> Alpine can pass an HTML message to an external web browser, by using the
602      &quot;External&quot; command in the <a href="h_attachment_screen">ATTACHMENT INDEX</a>
603      screen. <A href="h_command_external_browser">Learn more</A>.
605 <LI> New configuration variable
606      <a href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
607      that controls if Alpine will keep the source link to all the images in the
608      HTML message, or will only pass a link to inline images included in the message. For your
609      privacy and security this feature is enabled by default.
611 <LI> When reading an email and a user selects an email address to which to compose
612      a message from the message, the user will be able to select a role to compose
613      that message.
615 <LI> New variable system-certs-path that allows users to indicate the 
616      location of the directory where certificates are located. In PC-Alpine 
617      this must be C:\\libressl\\ssl\\certs. The C: drive can be replaced 
618      by the name of the drive where the binary and DLL files are located.
620 <LI> New variable system-certs-file that allows users to configure the
621      location of a container of certificate authority (CA) certificates
622      to be used to validate certificates of remote servers.
624 <LI> Remove sleep of 5 seconds for mailcap programs that use the terminal
625      to display content. Suggested by Carl Edquist. In addition, remove the
626      configurable process table command and its corresponding sleep time.
627 </UL>
630 Bugs addressed:
632 <UL>
633  <LI> Security Bug: Alpine can be configured to start a secure connection using /tls
634       on an insecure connection. However, if the connection is PREAUTH, Alpine
635       will not upgrade the connection to a secure connection, because a client
636       must not issue a STARTTLS to a server that supports it in authenticated
637       state. This makes Alpine continue to use an insecure connection with the
638       server, exposing user data. Reported by Damian Poddebniak and Fabian
639       Ising from Münster University of Applied Sciences.
641    <LI> Selecting by subject might not copy the subject of the current message
642      to the selection text correctly. Reported by Iosif Fettich.
644    <LI> Alpine does not set the return path correctly when using a role while bouncing
645     a message. Reported by Dr. C. Griewatsch.
647 <LI>Bug in PC-Alpine that made Alpine go into an infinite loop and
648     consume CPU when it was iconized. Reported by Holger Schieferdecker in
649     comp.mail.pine.
651 <LI>Crash in Alpine when attempting to reply to a multipart/alternative 
652     message that is malformed, and the option to include attachments in
653     reply is enabled. Reported and patched by Peter Tirsek.
655 <LI>Bug that makes Alpine split encoded words in the subject of a message
656     in the middle of a utf-8 character into two encoded words, breaking the
657     encoding. Reported by Jean Chevalier.
659 <LI> Alpine would not redraw the screen when a check for new mail in an
660     incoming folder failed due to a failure while validating the server 
661     certificate, and the user did not allow the connection to proceed.
663 <LI> Crash in Alpine while resizing the screen when using any of the tokens
664     SUBJKEYTEXT, SUBJECTTEXT, or SUBJKEYINITTEXT in the index format, and 
665     the screen was resized. Reported by Iggy Mogo.
667 <LI> When Alpine is trying to authenticate to Gmail, using the XOAUTH2 method,
668     it does not display the url the user needs to open, in order to authorize
669     Alpine to access Gmail using XOAUTH2 when Alpine still has not created
670     a screen. Reported by Baron Fujimoto.
672 <LI> When an html anchor does not quote the link in the href parameter,
673     alpine does not link to it.
675 <LI> Attempt to fix a bug that breaks scrolling of a message in Alpine when
676      the screen is resized. Reported in the Debian bug system at
677      <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956361">https://bugs.debian.org/cgi-bin/bugreport.cgie?bug=956361</A>.
678 </UL>
681 Version 2.22 addresses bugs found in previous releases and has several
682 additions as well.
685 Additions include:
687 <UL>
688 <LI> Support for <A HREF="h_xoauth2">XOAUTH2</A> authentication method in Gmail.
689      <A href="h_gmail_configuration">Learn More</A>
691 <LI> PC-Alpine builds with LibreSSL and supports S/MIME.
693 <LI> NTLM authentication support with the ntlm library, in Unix systems.
694 Based on code provided by Maciej W. Rozycki.
696 <LI> Add /tls1_3 flag for servers that support it. Read more information
697 in the secure protocols <A HREF="h_network_encryption_security">help</A>.
699 <LI> To increase user's privacy, remove phone-home code that would prompt 
700 users to send an email message upon starting Alpine for the first time for 
701 purposes of counting. Your use of Alpine does not disclose information about 
702 you or your use of Alpine to the developers of Alpine.
704 <LI> New variable 
705 <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> 
706 that allows users to configure versions of the SSL/TLS protocol that Alpine is 
707 restricted to try when establishing a secure connection SSL/TLS to a remote 
708 server. The default can be set at compilation time.
710 <LI> Add -dict option to PC-Pico, which allows users to choose a dictionary
711 when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
713 <LI> Improvements to the configure stage of compilation. Some of
714 these contributed by Helmut Grohne. See
715 <A href="https://bugs.debian.org/876164">Bug 876164</A> in Debian.
717 <LI> Add &quot;remove password&quot; command to the management screen for the 
718 password file encryption key. This allows users to use their password file
719 without entering a master password.
721 <LI> Add the &quot;g&quot; option to the select command that works in IMAP 
722 servers that implement the X-GM-EXT-1 capability (such as the one offered 
723 by Gmail.) This allows users to do selection in Alpine as if they were 
724 doing a search in the web interface for Gmail.
726 <LI> New variable close-connection-timeout, which tells Alpine to close
727 a connection that is having problems being kept alive after the number
728 of seconds configured in this variable, if the connection has not
729 recovered. The default is 0, which means to keep the connection alive
730 and wait for the connection to recover.
732 <LI> When a message is of type multipart/mixed, and its first part is
733 multipart/signed, Alpine will include the text of the original message
734 in a reply message, instead of including a multipart attachment.
735 Suggested by Barry Landy.
737 <LI> S/MIME: Some clients do not transform messages to canonical form when 
738 signing first and encrypting second, which makes Alpine fail to parse the 
739 signed data after encryption. Reported by Holger Trapp.
741 <LI> Add /auth=XYZ to the way to define a server. This allows users to  
742 select the method to authenticate to an IMAP, SMTP or POP3 server.
743 Examples are /auth=plain, or /auth=gssapi, etc.
745 <LI> Add backward search in the index screen. Based on patch by Astyanax Foo, 
746 submitted in 2009, but resubmitted by Erich Eckner on 2019.
748 <LI> SMIME: When Alpine is set to validate a message using the user's store, and
749      user agrees to save a certificate of another user, use the saved 
750      certificate immediately to verify the smime message. Reported by 
751      Stefan Mueller.
753 <LI> Do not use a delay when printing messages to screen when the initial
754      keystroke sequence of commands is active. Based on a report from Holger
755      Trapp.
757 <LI> In PC-Alpine, when the decoded name of an attachment does not agree
758      with its encoded name, Alpine will offer to save the file using the
759      UTF8 encoded name.
760 </UL>
763 Bugs that have been addressed include:
764 <UL>
765    <LI> Width of characters is not always determined correctly when wcwidth
766         is used. Revert to using code for the Windows operating system. 
767         Reported by Andrew Ho.
769    <LI> The call realpath(..., NULL) gives an error in Solaris, which means that
770         we need to allocate memory for storing the resolved path. Reported by
771         Fabian Schmidt.
773    <LI> Crash when attempting to bounce a message due to lack of space in
774         allocated space for key menu array. Reported by David Sewell.
776    <LI> Crash when a CA certificate failed to load, and user attempted to
777         view certificate information of other certificate authorities.
779    <LI> Crash in the S/MIME configuration screen when a user turned off S/MIME, and
780         then re-enabled it. Also crash when attempting to enter the S/MIME 
781         configuration screen if S/MIME was turned off.
783    <LI> Deactivate some color code from Pico (as standalone editor in the
784         windows version) until I find a way to activate it again. This is 
785         not critical and it is not something that PC-Pico must have (some 
786         of it already exists in other ways, like color support, what does 
787         not exist is the more complex code that Unix-Pico has with color 
788         codes for specific colors.)
790    <LI> When a message is multipart, and the first part is flowed text, 
791         then forwarding the message will set the first part to be flowed, 
792         and sent that way even when the option Do Not Send Flowed Text is 
793         enabled. Reported by Holger Trapp.
795    <LI> When a message/rfc822 part of a message is encoded with
796         Content-Transfer-Encoding: QUOTED-PRINTABLE, Alpine will stop 
797         processing that message. Later this causes Alpine to crash because 
798         when it displays messages, it assumes that both header and body 
799         parts are processed. Reported by Mark Crispin in 2010, in the 
800         Alpine-info list (message with subject "crash bug in 
801         alpine/mailpart.c:format_msg_att()") with no example, and reported 
802         now by Holger Trapp, with an example.
804    <LI> In addition to the previous report, Alpine encodes message/rfc822
805         messages as QUOTED-PRINTABLE, in contradiction with RFC 2045, 
806         when it receives a report that its encoding is 8bit. We preserve 
807         the encoding reported by the IMAP server, and do not encode in 
808         QUOTED-PRINTABLE.
810    <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can 
811         build when using Visual Studio 2017. Fix contributed by 
812         Ulf-Dietrich Braunmann.
814    <LI> When the locale is not set up to UTF-8, alpine might determine the 
815         width of a character incorrectly. Reported by Alexandre Fedotov.
817    <LI> In some rare cases, when attachments are deleted before saving 
818         emails, the filenames will be displayed in RFC1522 representation, 
819         instead of in decoded form. Reported and patched by Wang Kang.
821    <LI> When colors are edited from the main setup configuration screen, some
822         color settings are not updated until Alpine is restarted. Reported by
823         Andrew Hill.
825    <LI> If the first part of a message is multipart/alternative, and the 
826         first part of this is also a multipart type, then Alpine might 
827         fail to select the first text part when replying to a message. 
828         Reported by Lucio Chiappetti.
830    <LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
831         Reported and patched by Kyle George.
833    <LI> If the directory where Alpine saves the certificates is empty,
834         alpine would not create a self-signed certificate to encrypt the 
835         password file.
837    <LI> S/MIME: The list of public certificates is freed before it is 
838         reused when a signature fails to verify. This causes Alpine to 
839         crash. Patch submitted by Linus Torvalds.
841    <LI> S/MIME: A message could fail to verify its signature even if the
842         certificate was saved when the message was open. Based on a report 
843         by David Woodhouse to the RedHat bugzilla system.
845    <LI> When there are time changes in the clock, Alpine might go to sleep
846         for big amounts of time while displaying messages in the screen. 
847         Reset sleep time to 5 seconds in case it finds it needs to sleep 
848         more than 5 seconds or a negative amount of time.
850    <LI> Restore recognition of empty directories. It was deleted by mistake
851         when added support for internationalization in folders. Based on a 
852         report by Michael Rutter.
854    <LI> Alpine stops parsing the mailcap file when it finds an invalid entry.
855         Reported by Matt Roberds to the Debian bug system at 
856         <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370</A>.
858    <LI> Crash with error "Lock when already locked" when an attempt to check
859         for new mail on a locked stream that is being used for a save 
860         operation. Reported by Carlos E.R.
862    <LI> Alpine removes trailing spaces from passwords, making a longin attempt
863         fail. Reported by R. Lyons.
865    <LI> Alpine crashes when opening a remote imap folder and computing scores.
866         Reported by Paul DeStefano.
868    <LI> When more than one server was given in the server-name configuration
869         option of rldap servers, none of them worked. Reported by Robert Wolf.
870 </UL>
873 Version 2.21 addresses bugs found in previous releases and has several 
874 additions as well.
877 Additions include:
878 <UL>
879   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
880        user to choose the dictionary used to spell check, in case the user 
881        communicates in more than one language. Examples of values for the 
882        variable are "en_US" or "de_DE", etc. Only the first 10 
883        dictionaries are offered.
885   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
886        Based on a contribution by Wang Kang.
888   <LI> Colors configured in Alpine are inherited in the composer.
890   <LI> When Alpine is compiled with password file and SMIME support 
891        the password file is encrypted using a private key/public 
892        certificate pair. If one such pair cannot be found, one will be 
893        created. <A HREF="h_password_file_support">Learn more</A>.
895   <LI> Alpine builds with any version of OpenSSL greater than or equal
896        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
897        LibreSSL.
899   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
900        format, which removes text in the SUBJECT between &quot;[&quot; and 
901        &quot;]&quot;.
903   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
904        but it differns in that it gives the time in which the message was
905        sent for messages that are less than a week old. it uses a 24 hour
906        format.
908   <LI> Alpine will include attachments when forwarding some 
909        multipart/alternative messages for which it did not use to include 
910        attachments.
912   <LI> New configuration option 
913        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
914        which adds more ways to control features and variables when you
915        start to reply to a message.
917   <LI> Added support for RFC 2971 - IMAP ID extension.
919   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
920        that allows users to ignore errors in the computation of the size
921        of a message from defective servers.
923   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
924        clients such as Thunderbird do not validate signatures that use sha1 digest.
926   <LI> Add the configuration variable "default-directories", which is called
927        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
928        variable saves a list of directories that are readily accessible 
929        for save or export of attachments. This makes it easier to save 
930        attachments in directories that are hard to navigate to, or that 
931        are accessed frequently.
933   <LI> When a filename is attached and its name is encoded, the save 
934        attachment command will offer to save the file in the encoded form. 
935        This might work for some users, but the save command will have a 
936        subcommand ^N to decode the file name and save the file with the 
937        decoded name.
939   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
940        as well as autocompletes automatically when only one possibility exists 
941        for the ^J attach command.
943   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
944        the html OL tag.
946   <LI> Ignore message from smtp server after a successful authentication
947        challenge.
949   <LI> When a message is saved in the Form Letter folder, add the ability
950        to save the role being used to compose such message so that settings
951        such as the SMTP server set in the role can be used when sending
952        such form message. Suggested and patched by Frank Doepper.
954   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
955        SSLCERTSDIR is not found.
957   <LI> When Alpine sends an attachment, it will set the boundary attribute
958        in lower case, as some SMTP servers, such as those of libero.it 
959        reject messages if the boundary attribute is in uppercase.
961   <LI> Add the ability to change the private key and certificates used
962        to encrypt a password file in the SMIME setup configuration screen.
963        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
965   <LI> SMIME: The ctrl-E command that gives information on the certificate
966        is only available for messages that have a signed or encrypted 
967        part.
969   <LI> SMIME: If a message contains a RFC822 attachment that is
970        signed/decrypted add the ability to view its SMIME information.
972   <LI> SMIME: Certificate information in the S/MIME screen is available 
973        for certificates stored in a container.
975   <LI> SMIME: Offer the common name of the person, instead of the name of
976        file containing the certificate, as the name to be displayed in the 
977        certificate management screen for certificate authorities. 
978        Suggested by Matthias Rieber.
980   <LI> SMIME: Management of several alternate name (SAN) certificates is 
981        improved. When importing a SAN certificate, also import a certificate
982        for the filename, besides for the e-mail addresses in the
983        certificate. Suggested by Matthias Rieber.
985   <LI> SMIME: add full year when displaying information about a certificate
986        in the certificate management screen. Suggested by Matthias Rieber.
988   <LI> SMIME: sort certificates by some type of alphabetical order in the
989        displayed name.
991   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
992        certificates included in signatures, when the option "Validate 
993        Using Certificate Store Only" is enabled. If the user does not wish 
994        to save it, validation will fail.
996   <LI> HTML: Add support for decoding entities in hexadecimal notation.
997        Suggested by Tulip&aacute;nt Gergely.
999   <LI> The &quot;#&quot; command, when used as part of an aggregate
1000        operation will allow users to select the role used in either 
1001        replying, forwarding or replying to the group of selected messages, 
1002        Suggested by Hisashi T Fujinaka.
1004   <LI> If the charset of a message can not be determined, use the value set
1005        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
1007   <LI> Resizing setup screen will redraw screen.
1009   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
1010        in the width ambiguous zone, it will use other means to determine
1011        the width, such as call wcwidth.
1013   <LI> Pico: Code reorganization in the search command to make it easier to
1014        add subcommands of the search command.
1016   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
1017        subcommand of the search command to bring this choice into view.
1019   <LI> Pico: Add the ability to search for strings in the beginning or end
1020        of a line. Use the Ctrl-^ subcommand of the search command to bring 
1021        this choice into view.
1023   <LI> For a multipart/alternative message, the Take Address command will 
1024        work on the part that is being read.
1026   <LI> When sending a message, allow for 512 characters of consecutive 
1027        non-white space before folding the subject line.
1029   <LI> Make sure titlebar (the line at the top of the screen) always 
1030        contains the name of the folder/newsgroup that is open, if this 
1031        fits in the title.
1033   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
1034        will also scramble the name, version and operating system in the 
1035        message-id header. Based on a contribution by Dennis Davis, which 
1036        is itself based on a contribution by Mark Hills.
1038   <LI> Change in logic in imap_set_password function to make Alpine ask if
1039        a user wants to save a password before reading the password file.
1041   <LI> When exporting all parts of a message, if two attachments have the same
1042        name, do not overwrite a file more than once, but instead add a counter
1043        number to the filename to make a new file that does not exist in the file
1044        system.
1046   <LI> Add the Control-R subcommand to the save command for attachments. 
1047        This subcommand toggles if the saving will be done in binary mode 
1048        for text attachments. When a user saves an attachment using binary
1049        mode it will be saved as it was sent, otherwise the attachment will
1050        be transformed to UTF-8 for further transformation through internal
1051        and user defined filters for saving.
1053   <LI> Add command line argument -smimedir, which allows users to specify
1054        the default path for a directory that contains the public, private, 
1055        and ca directories. This is useful in case a user has a backup of 
1056        old certificates that cannot be installed in the ~/.alpine-smime 
1057        dir.
1059   <LI> Reimplementation of the code that allows the .pinerc file to be a
1060        symbolic link by Kyle George from tcpsoft.com to use realpath.
1062   <LI> When saving an attachment, the "^T" command leads to a screen where the
1063        "A" command can be used to add a file. A directory can be added by
1064        pressing "^X" after the "A" command. Added after a suggestion by
1065        Stefan Goessling.
1067   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
1068        scroll through the history of directories used to save attachments, 
1069        while preserving the given name of the file. Suggested by Peter 
1070        Koellner.
1072   <LI> SMIME: Turn off automatic signing and encrypting of a message when
1073        bouncing. Suggested after a discussion with Matthias Rieber.
1075   <LI> When messages are selected, warn the user if a message that is not
1076        selected will be bounced, or if not all selected messages will be 
1077        bounced. Suggested by Ulf-Dietrich Braumann.
1079   <LI> The bounce command adds a subcommand to choose a role.
1081   <LI> When selecting messages by number, the &quot;.&quot; character can 
1082        be used to specify the message on which the cursor is on.
1084   <LI> When Alpine opens an attachment, it sometimes changes the extension 
1085        of the file that is being opened and replaces it by another for the 
1086        same mime type. If Alpine finds that the extension of the file 
1087        corresponds with the mime type, according to the mime-types file, 
1088        then it will keep it, and no substitution will be made.
1090   <LI> Set no restrictions on the length of encoded subjects, but encode
1091        words in length of no more than 75 characters.
1092 </UL>
1096 Bugs that have been addressed include:
1097 <UL>
1098   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
1099        Alpine will use the function ASN1_TIME_print to determine the date 
1100        of validity. Reported by Ben Stienstra.
1102   <LI> SMIME: Crash when attempting to unlock the password file and an
1103        incorrect password is entered.
1105   <LI> SMIME: Crash when checking the signature of a message that contains
1106        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
1107        Krellner.
1109   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
1111   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
1112        remote containers. Reported by Matthias Rieber.
1114   <LI> SMIME: certificates included in messages were not being transferred
1115        to a remote container.
1117   <LI> SMIME: Crash if public certificates are located in an inaccessible
1118        remote server and the private key is not available.
1120   <LI> SMIME: Alpine does not remove temporary files created when adding a 
1121        CA certificate to a container. Reported by Holger Trapp.
1123   <LI> SMIME: When reading a local certificate, Alpine converts the name 
1124        of the certificate to lowercase, which may make Alpine not be able 
1125        to read such certificate. Reported by Dennis Davis.
1127   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
1128        entering a password to read an encrypted message will make Alpine 
1129        forget the key and not ask the password to unlock it again in case 
1130        it is necessary to unlock it again. Reported by Ulf-Dietrich 
1131        Braumann.
1133   <LI> Alpine would use freed memory while trying to compute the color
1134        of the titlebar. This happened when trying to continue a postponed 
1135        message.
1137   <LI> Alpine failed to read an encrypted password file if too many
1138        passwords were saved in the password file.
1140   <LI> When selecting messages while in Threaded Index Screen, some 
1141        messages other than top of threads could appear in the index, making
1142        Alpine display messages &quot;out of the screen.&quot;
1144   <LI> The index format would be chopped at the position of an unrecognized 
1145        token, instead of skipping the token as intended.
1147   <LI> Work in progress: Avoid calling non-safe functions when Alpine
1148        receives a signal. See bug report 
1149        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
1151   <LI> Crash when attempting to read a message after a bounce command. 
1152        In order to produce a crash one needed to use the ^T subcommand and 
1153        do a search in a LDAP directory. The crash is produced by changes 
1154        to the text in the title bar. Reported by Heinrich Mislik in the 
1155        Alpine-info list.
1157   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
1158        making Alpine not display the correct character at the position 
1159        that wrapping is done. Reported by Wang Kang.
1161   <LI> Pico: Searching for a string that is too long causes Pico to crash
1162        in the next search.
1164   <LI> Fix vulnerability in regex library. This only affects those who use
1165        this library, such as the windows version of Alpine. See 
1166        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
1167        for more details.
1169   <LI> Alpine would not set include and lib paths for OpenSSL if this was
1170        installed in /usr/local/ssl.
1172   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
1173        contents when saving its configuration.
1175   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
1176        the name. Reported by Andreas Fehr.
1178   <LI> When opening an INBOX folder in a context different from the 
1179        incoming folders collection, from the command line, Alpine would 
1180        open the INBOX folder from the incoming folders collection.
1182   <LI> Mismatch in size of UCS and CELL caused a corruption in the
1183        content of a pointer, which made the speller in PC-Alpine get the 
1184        content of a word incorrectly.
1186   <LI> Skip testing openssl compatibility version when cross-compilation
1187        is detected. Fix contributed by Antti Sepp&auml;l&auml;
1189   <LI> Alpine fails to remove temporary files used during a display or sending
1190        filter. Fix contributed by Phil Brooke.
1192   <LI> When the index is in zoomed state, adding new messages to the 
1193        selection would not show those messages if those messages are on 
1194        top of the current message in the top of the screen. Reported by
1195        Ulf-Dietrich Braumann. In addition, when the user scrolls through
1196        the index, this scroll smoothly, without jumping pages. Reported
1197        by Holger Trapp.
1199   <LI> Crash when reviewing history of saving attachments.
1201   <LI> Crash when canceling a goto command on a local collection that has
1202        not been expanded and attempting to expand such collection.
1204   <LI> Crash in Pico when forwarding messages that contain a direction mark
1205        at the end of a line. Reported by James Mingo.
1207   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
1208 </UL>
1212 Version 2.20 addresses bugs found in previous releases and has several 
1213 additions as well.
1216 Additions include:
1219 <UL>
1220   <LI> Upgrade UW-IMAP to Panda IMAP from 
1221        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
1222   <LI> S/MIME: Add screen to manage certificates.
1223   <LI> S/MIME: Signatures are validated using the user's certificates instead
1224        of the ones included in the message. Behavior can be disabled by
1225        disabling the option <A href="h_config_smime_use_cert_store">
1226         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
1227        by default.
1228   <LI> S/MIME: sign messages using intermediate certificates when needed 
1229        and possible.
1230   <LI> S/MIME: validation of certificates for servers that modify signed 
1231        content.
1232   <LI> S/MIME: signed and encrypted messages will be signed first and 
1233        encrypted second, so that they can be decoded by other clients.
1234   <LI> S/MIME: add the sender certificate to the list of certificates in
1235        encrypted messages to make it possible for the sender to decrypt
1236        the message they sent.
1237   <LI> S/MIME: When transferring certificates to a local container, create 
1238        container with default names PublicContainer, PrivateContainer and 
1239        CAContainer, as appropriate for these files, unless the user has 
1240        provided some other names.
1241   <LI> S/MIME: Forwarding a message will include the signed part as part
1242        of the text and not as a multipart message, just as the reply
1243        command does.
1244   <LI> HTML: Style tag in body of html message causes Alpine to not write
1245        its content until a new &lt;/style&gt;
1246   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
1247        the same inline tag; the same is valid for the &lt;HR&gt; tag.
1248   <LI> Add support to selective expunge through a subcommand of the 
1249        select-apply commands. Read more in the <A 
1250        HREF="h_index_cmd_expunge">help</A> for the expunge command.
1251   <LI> Pico: New subcommand of the search command, allows to reverse the
1252        direction of search.
1253   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
1254        the key and certificate used to encrypt the password file are saved 
1255        in the ~/.alpine-smime/.pwd directory, or in the directory specified
1256        by the -pwdcertdir command line option. 
1257        <A HREF="h_password_file_support">Learn more</A>.
1258   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
1259        server to use different ways to connect using ssl, for 
1260        example {server.com/tls1} will attempt to connect to 
1261        server.com at the ssl imap port (port 993) and establish a 
1262        connection using TLSv1. These flags can be used in 
1263        conjunction with the /ssl flag, the ssl flag is redundant. 
1264        Conversely, however, the /ssl flag does not imply any of 
1265        these flags; the /ssl flag means SSLv3 or, if not available, 
1266        SSLv2 in the SSL port.
1267   <LI> Alpine does not attempt to automatically reopen a collection 
1268        that was not opened due to cancellation by the user. 
1269        Instead, the user must try to open it explicitly.
1270   <LI> Alpine searches for a certificate that matches an email address in
1271        all addresses in a certificate (instead of just the first 
1272        one) but when it tries to unlock the certificate, it asks 
1273        for the password for the first email address in that 
1274        certificate.
1275   <LI> Style tag in body of html message causes Alpine to not write its content
1276        until a new &lt;/style&gt;
1277   <LI> Experimental: Write the content-type of a message in 
1278        lowercase, as some non-compliant servers do not understand 
1279        uppercase content-type, such as those of GMX.de.
1280   <LI> Experimental: Do not send the RSET command before attempting
1281        to send a message, as this causes a delay in some evily managed
1282        servers.
1283   <LI> Opening a folder updates recent count in maildrops (this 
1284        already works for other types of folders)
1285   <LI> Automatically redraw screen after opening an attachment 
1286        instead of simply clearing it.
1287   <LI> Pico: Justification works without need of a predefined quote 
1288        string. This allows justification of blocks of text that are 
1289        indented with spaces.
1290   <LI> Decode the name of attachment names, so they can be written as part   
1291        of the description of the part. 
1292   <LI> Check bounds and tie strings off to improve security. Contributed 
1293        by James Jerkins.
1294   <LI> Replace tabs by spaces in From and Subject fields to control for
1295        size in screen of these fields. Change only in index screen display.
1296   <LI> Aggregate operations allows bouncing a list of messages using a role.
1297        Suggested by Ulf-Dietrich Braumann.
1298   <LI> Disable saving new passwords to the password file. Implemented
1299        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
1300   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
1301      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
1302      Charles M. Register.
1303 </UL>
1307 Bugs that have been addressed include:
1308 <UL>
1309   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
1310        in personal names. Reported by Lev Gorenstein.
1311   <LI> When writing the .pinerc file, lines were truncated if they were longer
1312        than 10,000 characters. This could cause data corruption, so now lines
1313        are allowed to be of any length.
1314   <LI> S/MIME: signed messages that contained an attachment would not validate.
1315   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
1316        validate. Thanks to Andreas Schamanek for testing, debugging and 
1317        advising during the process of fixing this problem.
1318   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
1319        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
1320        and Stefan Mueller.
1321   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
1322        home directory.
1323   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
1324        SMIME making it not possible to sign or encrypt messages.
1325   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
1326        information that is not part of the body, and hence making the body
1327        of the message seem wrong.
1328   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
1329        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
1330        enabled, the message contains 8bit characters and the smtp server 
1331        supports 8bit sending.
1332   <LI> When replying to several messages, subject will be decoded first,
1333        and then stripped from re/fwd before they are compared to determine
1334        the subject of the replied message.
1335   <LI> Crash when tcp connection to NNTP server was lost after connection
1336        had been established, but lost immediately afterwards.
1337   <LI> Crash with message &quot;lock when already locked&quot;, when painting
1338        an index was based on scores that needed information from a remote
1339        addressbook in the same server as the folder opened. Reported by
1340        Peter Koellner.
1341   <LI> Crash in message/rfc822 attachments encoded in base64.
1342   <LI> Postponed messages whose content-type is text/html, text/enriched and
1343        text/richtext are sent with that content-type, even though, after
1344        resuming composition, Alpine had changed its type to text/plain.
1345   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
1346        character set, which might lead to a crash or a corruption in the 
1347        screen. Work was done to contain the bug. A more complete fix will 
1348        be done in a future release. Reported by Professor Robert Funnell.
1349   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
1350   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
1351   <LI> Save command did not warn of existence of a message with a deleted 
1352        attachment in an aggregate save, unless cursor was positioned on a message 
1353        with a deleted attachment. Reported by Florian Herzig.
1354   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
1355        in an IMAP server.
1356   <LI> DATE tokens were not internally transformed to UTF-8, which made their
1357        values not appear complete in the screen. Reported by Werner Scheinast.
1358   <LI> Fixes to configure script so that it will not require PAM for every system.
1359   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
1360        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
1361        during the build. Fix by Ulf-Dietrich Braumann.
1362   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
1363        needs to use tcl_getstringresult() instead. Reported by 
1364        Ulf-Dietrich Braumann.
1365   <LI> Quoted string in URL Viewers configuration variable were not 
1366        unquoted before passing to viewer.
1367   <LI> Fix in configure script to detect location of tcl library; add
1368        /usr/local in FreeBSD and fix a bug in configure script that used 
1369        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
1370        by Werner Scheinast.
1371   <LI> Move SSL configurations from UW-IMAP to configure script, and
1372        update OpenSSL configuration for Mac OS X.
1373   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
1374   <LI> When the download of an attachment is interrumpted, Alpine stills
1375      caches what was downloaded, making the download incomplete for 
1376      subsequent calls of Alpine attempting to open the attachment. In the 
1377      future, Alpine will not cache any downloaded part of the attachment 
1378      when it is interrupted.
1379 </UL>
1384 Version 2.11 addresses bugs found in previous releases and has a few 
1385 additions as well.
1388 Additions include:
1391 <UL>
1392    <LI> Alpine requires version 1.0.0c of Openssl to build.
1393    <LI> Increase encryption of S/MIME encrypted messages.
1394    <LI> Pico: Improvements in justification of paragraphs: lines that begin
1395 with a quote string, followed by a space were considered individual paragraphs,
1396 now they are considered part of a paragraph. Based on earlier joint work
1397 with Jeff Franklin.
1398    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
1399    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
1400 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
1401    <LI> Added recognition of ws and wss URIs.
1402    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
1403  <A HREF="h_config_directory_color">directory names</A>,
1404  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
1405    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
1406 used in the display of the INDEX SCREEN.
1407    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
1408 that adds the ability to preserve To: and Cc: fields when replying to a 
1409 message, as specified by original sender.
1410    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
1411  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
1412    <LI> Quota command includes subcommands for printing, forwarding, etc.
1413 </UL>
1416 Bugs that have been addressed include:
1418 <UL>
1419   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
1420   <LI> Crash when resizing the screen in a configuration screen.
1421   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
1422   <LI> Do not use a shell to open a browser.
1423   <LI> Configure script did not test for crypto or pam libraries.
1424   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
1425   <LI> Change Cygwin directory separator to &quot;/&quot;.
1426   <LI> Alpine could set List- headers, contrary to RFC 2369.
1427 </UL>
1430 Version 2.10 addresses bugs found in previous releases and has a few 
1431 additions as well.
1434 Additions include:
1437 <UL>
1438    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
1439    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
1440    <LI> Foreign characters are decoded correctly in IMAP folder names.
1441    <LI> Question about breaking connection to slow servers includes their name.
1442    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
1443    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
1444    <LI> Cygwin: Alpine builds without need of patch.
1445    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
1446    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
1447    <LI> Add support for strong encryption of password file when S/MIME is built in.
1448 </UL>
1451 Bugs that have been addressed include:
1454 <UL>
1455    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
1456    <LI> Double allocation of memory in Pico.
1457    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
1458    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
1459    <LI> Not recognition of environment variables in some options.
1460    <LI> Not display of login prompt during initial keystrokes.
1461    <LI> justification of long urls breaks them.
1462    <LI> Incorrect New Mail message when envelope is not available.
1463    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
1464    <LI> Crash when resizing the screen after display of LDAP search.
1465    <LI> Crash when redrawing screen while opening a remote folder collection.
1466    <LI> Infinite loop in scrolltool function during notification of new mail.
1467    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
1468    <LI> No display of signed and encrypted S/MIME messages.
1469    <LI> Alpine will not build with OpenSSL.
1470    <LI> Crash for double locking in calls to c-client.
1471    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
1472    <LI> Ignore the references header when threading messages
1473    <LI> No update of colors in index screen after update to addressbook.
1474 </UL>
1477 Version 2.01 addresses bugs found in previous releases and has a few 
1478 additions as well.
1481 Additions include:
1484 <UL>
1485    <LI> Fixed non-ASCII web alpine handling
1486    <LI> Added web alpine help.
1487    <LI> Allow web alpine inbox on second IMAP server.
1488    <LI> Allow web alpine config reset after bad inbox-path gets set.
1489    <LI> Added web alpine ability to create group contact from contact list members.
1490    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
1491    <LI> Tidied up web alpine script layout.
1492    <LI> Fixed web alpine status message ordering
1493    <LI> Added web alpine Fcc setting via Contacts in Compose
1494    <LI> Fixed web alpine autodraft attachment issues
1495    <LI> Fixed web alpine problems with recent count maintenance
1496    <LI> Fixed web alpine newmail arrival display in message list
1497    <LI> Added web alpine confirmation to folder create for Move/Copy
1498    <LI> Added web alpine user-domain support
1499    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
1500 </UL>
1503 Bugs that have been addressed include:
1506 <UL>
1507    <LI> In web alpine fixed delete all selected within a search result to reorient
1508         correctly to whole-mailbox message list.
1509    <LI> Fixed web alpine delete in view page to be sensitive to sort
1510    <LI> Fixed web alpine open of folder within directory from folder manager page.
1511    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
1512    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
1513    <LI> Fixed web alpine adding contacts from message list and view
1514    <LI> Fixed web alpine create of non-existent fcc
1515    <LI> Remove mistakenly left debugger statement in web alpine javascript.
1516    <LI> Some UNIX alpine build problems fixed
1517    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
1518         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
1519         by locale charmap call on some Solaris 8 systems.
1520    <LI> MacOS Keychain logins were not working correctly with generic host names, like
1521         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
1522         new password requests when not needed
1523    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
1524         last folder in the list
1525    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
1526         looked for along with the email address
1527    <LI> Changes to configure to get spellcheck options with work with arguments.
1528    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
1529         returned by gethostname (iPhone can do this)
1530    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
1531         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
1532    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
1533         Jake Scott of marganstanley.com.
1534    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
1535         is not used in alpine.
1536    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
1537         Apparently this causes RIM Blackberry BIS service problems. This is not
1538         used in alpine.
1539    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
1540    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
1541         Fix from Ludwig Nussel of SUSE and from Crispin.
1542    <LI> Include whole filename in export filename history
1543    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
1544 </UL>
1547 Version 2.00
1548 addressed bugs found in previous releases and had a few additions as well.
1550 Additions included:
1553 <UL>
1554    <LI> Redesigned Web Alpine interface
1555    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
1556         in UNIX versions of Alpine
1557    <LI> Attempt to include the attachment filename as part of the name of the
1558         temporary file used when viewing an attachment with an external program.
1559         Add some randomness to that filename to make it hard to predict the filename.
1560         Add a filename extension, usually derived from the type/subtype, to the
1561         temporary filename. This was previously done only on Windows and MacOS X.
1562    <LI> Enhance address completion in the composer (TAB command) so that it looks
1563         through nicknames, fullnames, and addresses from the address book; addresses
1564         from the message being viewed, if any; and the results from
1565         <A HREF="h_direct_config">LDAP Directory Server</A>
1566         lookups for all of the defined directory servers that have the
1567         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
1568         feature set.
1569    <LI> Make the default character set setting more liberal in what it will accept
1570         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
1571    <LI> Remove the Alpine revision number from the titlebar in released versions
1572         while leaving it there in snapshot versions
1573    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
1574         display of asterisks when you type a password for Alpine
1575    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
1576    <LI> When the
1577         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
1578         feature is turned on convert not only the dates in the index screen but also
1579         the dates in the MESSAGE VIEW
1580 </UL>
1583 Bugs addressed in the 2.00 release included:
1586 <UL>
1587    <LI> Crash when using tab-completion for selecting a Save filename
1588    <LI> Make Web Alpine help text images relative for more portability
1589    <LI> Fixed attach save of html parts in Web Alpine
1590    <LI> Viewing, printing, exporting, replying, and bouncing of message
1591         digests was broken. Replying and bouncing should not have been
1592         allowed at all for digests. It would be nice to have a more standard
1593         index-like view of a message digest but that has not been addressed
1594         with this minor bug fix.
1595    <LI> Adjust wrapping of HTML messages so that the margins specified by
1596         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
1597         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
1598         are observed correctly
1599    <LI> Interrupt of WhereIs command in index was broken
1600    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1601         option did not work correctly interpreting unknown characters in message headers
1602    <LI> Long address lines could cause blank continuation lines
1603    <LI> Save to a local default INBOX failed if the primary collection was also local,
1604         which it is by default. The save went to  ~/mail/inbox instead.
1605    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
1606         inbox, not the inbox in the primary collection
1607    <LI> Address book entries with lots of addresses would be truncated when
1608         entered in the composer with a screen size wider than 270 or so characters
1609    <LI> Some fields in the index screen were truncated when the screen width was
1610         wider than 256 characters
1611    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
1612         folder, and there is a more than 10 minute pause between typing the TAB
1613         and typing the Yes
1614 </UL>
1617 Version 1.10(962)
1618 addressed bugs found in previous releases and had a few additions as well.
1620 Additions included:
1623 <UL>
1624    <LI> Add the possibility of setting a default role
1625         (see <A HREF="h_role_select">Roles Screen</A>)
1626         which may be convenient if your work flow involves acting in one
1627         role for a while then switching to another role and staying in the
1628         new role for another period of time
1629    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1630         is encountered, ask the user if he or she wants to continue with the
1631         risky Save anyway instead of aborting. This may be helpful if your
1632         IMAP server is broken in this way but be aware that it is possible there
1633         was a real error instead of just a broken server implementation.
1634    <LI> Some configure adjustments for Kerberos detection and
1635         for SCO OpenServer 5 support
1636    <LI> Hide INBOX in a collection if it also appears as an
1637         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1638    <LI> Show asterisks for feedback when the user is typing a password
1639    <LI> Performance improvement for threading of large folders
1640    <LI> Previously, the search used to find
1641         Pattern matches containing To patterns searched for both To
1642         and Resent-To headers. The relatively complicated search this
1643         produces causes problems when using some deficient IMAP servers.
1644         Now the default is to look only for To headers and ignore the
1645         presence of Resent-To. The previous behavior may be restored
1646         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1647    <LI> Add an
1648         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1649         to help with reading malformed unlabeled messages
1650    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1651    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1652    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1653 </UL>
1656 Bugs addressed in the 1.10(962) release included:
1659 <UL>
1660    <LI> Crash when encountering certain errors from an SMTP server
1661    <LI> Crash in composer caused by overflow in replace_pat()
1662    <LI> Hang when authenticating to an SMTP server that fails with a
1663         &quot;connection disconnected&quot; error
1664    <LI> Bug in handling of trailing tab character in flowed text
1665    <LI> Security enhancement for mailcap parameter substitution
1666    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1667         did not work if the message being replied to was not flowed text
1668         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1669         was not turned on
1670    <LI> Don't allow printer to be changed through hidden config screen
1671         if system administrator didn't want it to be allowed
1672    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1673         should know that it won't work, causing error messages to appear
1674    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1675         of double-quote double-quote didn't work right
1676    <LI> Quoting wasn't being done to protect special characters from the
1677         MacOS X shell when
1678         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1679         was not defined
1680    <LI> On MacOS X message attachments should be shown internally instead of
1681         being shown using the Mail application
1682    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1683         sometimes set the outgoing charset to X-UNKNOWN, making the result
1684         unreadable
1685    <LI> When the sending of a message failed lines with leading spaces had one
1686         additional space inserted in each of those lines when the user
1687         was returned to the composer
1688    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1689         that contained non-ascii characters because it was truncating the
1690         line being searched so that it was shorter than what was visible on
1691         the screen
1692    <LI> When composing, an attachment with a long name that causes wrapping in
1693         just the wrong place would generate an error and cause the send
1694         of the attachment to fail
1695    <LI> After calling the file browser to attach a file in the composer, a resize
1696         of the window when back in the composer would redraw the last screen that
1697         had been shown in the browser instead of the current composer screen
1698    <LI> Possible crash in index screen when encountering unparsable addresses
1699         or when using one of the PRIORITY tokens or the HEADER token in the
1700         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1701    <LI> Problems with Header Color editing if the configuration option
1702         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1703         was inadvertently changed to the Empty Value in the hidden config screen
1704    <LI> When resuming the final postponed message from an Exchange server the user
1705         could get a certificate validation failure because alpine was trying
1706         to validate the canonical name of the folder instead of the name the
1707         user used
1708    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1709         failure to find a match
1710    <LI> Make matching of extension names case independent in mimetypes files
1711    <LI> Windows dialog boxes for entering text were not working correctly
1712    <LI> Replying to or Forwarding multipart/alternative messages which had a
1713         single text/html part did not work well
1714    <LI> Printing the print confirmation page caused a crash
1715    <LI> A To line with a long, quoted personal name could display incorrectly
1716         if it was close to the same width as the screen
1717    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1718         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1719         are turned on hide (0/0) when the folder is empty
1720    <LI> Folder completion while Saving didn't work if the collection being
1721         saved to was the local home directory
1722 </UL>
1725 Version 1.00
1726 was an evolutionary release based on Pine, which was also
1727 developed at the University of Washington.
1728 It is upwards-compatible for existing Pine users.
1731 Changes included:
1733 <UL>
1734    <LI> Ground-up reorganization of source code around addition
1735         of "pith/" core routine library.
1736    <LI> Fundamental improvement in Alpine's internal text handling, which
1737         is now based exclusively on Unicode. This allows displaying incoming
1738         messages and producing outgoing messages in many different languages.
1739    <LI> Ground-up reorganization of build and install procedures
1740         based on GNU Build System's autotools. NOTE, the included IMAP library
1741         build is not based on autotools, so some features will not work. However,
1742         it should get built automatically during the Alpine build process.
1743    <LI> Web-based version included built on TCL designed to run under
1744         a suitable CGI-supporting web server such as Apache.
1745 </UL>
1749 Details on changes in previous (prerelease) versions of Alpine
1750 may be found at the following URL:
1752 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1755 <HR WIDTH="75%"><P>
1757 <H2>Getting Help</H2>
1758 <DL>
1759 <DT>Online Help</DT>
1760 <DD>
1761 Every Alpine screen and command has associated help text
1762 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1763 </DD>
1765 <DT>Web Help</DT>
1766 <DD>
1767 The most current source of information about Alpine,
1768 including new version availability, is the web page at
1770 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1771 </DD>
1772 </DL>
1774 <HR WIDTH="75%"><P>
1776 <H2>Additional Information</H2>
1778 General Alpine configuration information can be found
1779 <A HREF="h_news_config">here</A>.
1781 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1782 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1783 access is provided by the IMAP Toolkit Environment (c-client library)
1784 version <!--#echo var="C_CLIENT_VERSION"-->.
1785 <P> 
1786 Alpine was developed until 2009 by the Office of Computing 
1787 &amp; Communications at the University of Washington in Seattle.  
1788 Since then, the effort of developing Alpine has been continued by
1789 a community of volunteers who make good software even better!
1792 Alpine Copyright 2013-2021 Eduardo Chappa, 
1793 <BR> Copyright 2006-2008 University of Washington.
1796 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1797 or instead you can find the Apache License, version 2.0 at the web URL:
1800 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1803 &lt;End of Release Notes&gt;
1804 </BODY>
1805 </HTML>
1806 ====== h_password_file_support ======
1807 <HTML>
1808 <HEAD>
1809 <TITLE>Encryption for Password File Support Explained</TITLE>
1810 </HEAD>
1811 <BODY>
1812 <H1>Encryption for Password File Support Explained</H1>
1814 Index<BR>
1815 <OL>
1816 <LI><A HREF="#content">Explanation</A>
1817 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1818 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1819 </OL>
1821 <P><A NAME="content">Unix Alpine Only.</A>
1823 <P> If your version of Alpine has been built with password file support
1824 then you can use a special file to save your passwords, and avoid typing
1825 them every time you open a connection to a remote server.
1827 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1828 password file will be encrypted with a strong key. There are two ways in 
1829 which this can happen: Alpine will either use a matching private key and 
1830 public certificate pair that you already own, or it will create one for 
1831 you, just for purposes of encrypting this file. We describe both processes 
1832 below.
1834 <P> Initially, Alpine will scan your public and private directories for a 
1835 certificate/private key pair that works. Alpine will pick the first pair 
1836 that it finds that matches. 
1838 <P> Once a pair has been chosen, it will be copied to the directory 
1839 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1840 that directory. The first time this process is done, this directory will 
1841 be created, a key/certificate pair will be copied to it, from then on 
1842 this pair will be used to encrypt and decrypt your password file. 
1844 <P> If you want to use a specific key and certificate pair to encrypt
1845 your password file, you can create the directory ~/.alpine-smime/.pwd 
1846 manually, and then create your preferred key/certificate pair there.
1847 Alpine will use this key regardless of if it has expired, or if it is
1848 self-signed. These issues do not affect the encryption or decryption
1849 of the password file.
1851 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1852 your key/certificate pair, you can specify a different one with the 
1853 -pwdcertdir command line option in Alpine. If the directory specified by 
1854 this option is not found Alpine will fail to encrypt and decrypt your 
1855 password file. However if it exists, Alpine will search for a 
1856 key/certificate pair in that
1857 directory, and if it does not find one, it will create one and save it
1858 in that directory.
1860 <P> Alpine does not care about the names of the key and certificates in 
1861 this directory, but the private key must have &quot;.key&quot; extension 
1862 and your public certificate must have the &quot;.crt&quot; extension. The
1863 name of the private key will be used in the prompt when you are asked
1864 to unlock your key to decrypt your password.
1866 <P> If Alpine cannot find a suitable private key and public certificate 
1867 pair to encrypt your password, it will create one. You will be asked to 
1868 create a &quot;Master Password&quot; to protect such key. At this moment 
1869 there are no restrictions on passwords, other than they have to be at 
1870 least 8 characters long, but future versions of Alpine will include 
1871 functionality to restrict master passwords, as set up by the administrator 
1872 of the system in the pine.conf.fixed file.
1874 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1876 <P>Assume you have a private key called peter@address.com.key in your, 
1877 ~/.alpine-smime/private directory, and a public certificate called 
1878 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1879 are your only key/certificate pair.
1881 <P> When Alpine starts for the first time, without command line options, 
1882 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1883 it will create it. Then it will go through your keys and certificates and 
1884 find a pair that it can use, and copy the files peter@address.com.key,
1885 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1886 you can do the same by copying these files by yourself. This can be done
1887 with the sequence of commands
1889 <PRE>
1890 mkdir ~/.alpine-smime/.pwd
1891 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1892 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1893 </PRE>
1895 <P> When Alpine starts, you will be asked the password to unlock your
1896 private key with the prompt.
1898 <PRE>
1899 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1900 </PRE>
1902 <P> If you prefer to use different names for your private and public keys 
1903 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1904 preserve the extension of the files. For example, you can use the names 
1905 private_key.key and public_cert.crt instead. In this case, the prompt you 
1906 will see when you are asked to unlock your private key will read
1908 <PRE>
1909 Enter password of key &lt;private_key&gt; to unlock password file:
1910 </PRE>
1912 <P>Observe that you do not need to use an existing key/certificate pair, 
1913 and that you can create a new private key/public certificate pair to 
1914 encrypt and decrypt your password file. Alpine provides a mechanism to
1915 change the encryption key for this file in the S/MIME configuration
1916 screen.
1918 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1920 <P> If Alpine cannot find a suitable private key and public certificate pair
1921 to encrypt your password file, it will create one. When doing so, it will
1922 start the process with the following warning:
1924 <PRE>
1925 Creating a Master Password for your Password file.
1926 </PRE>
1928 <P> Then Alpine will ask you to enter your Master Password:
1930 <PRE>
1931 Create master password (attempt 1 of 3):
1932 </PRE>
1934 <P> Once you enter this password, and it validates according to system policy,
1935 you will be asked to confirm this password. 
1937 <PRE>
1938 Confirm master password (attempt 1 of 3):
1939 </PRE>
1941 <P> If you input the same password, then Alpine will set that as your 
1942 Master Password, and you will use this password to unlock your key in the 
1943 future.
1945 <P> If you would like to switch your Master Password in the future, you can 
1946 do so by creating a new public key and public certificate pair. You can do 
1947 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1948 Certificate for Password File&quot; section, simply enter your current 
1949 password to unlock your current key and then press &quot;C&quot; to create 
1950 a new key.
1953 &lt;End of help&gt;
1954 </BODY>
1955 </HTML>
1956 ====== h_network_encryption_security ======
1957 <HTML>
1958 <HEAD>
1959 <TITLE>Network Encryption Security Explained</TITLE>
1960 </HEAD>
1961 <BODY>
1962 <H1>Network Encryption Security Explained</H1>
1964 You can specify which encryption protocol you would like to try when
1965 creating a secure connection to a server. Alpine will attempt to use
1966 that encryption protocol, but in practice the protocol being used will
1967 default to the most secure protocol that both Alpine and the server
1968 support.
1970 <P> If you use the latest version of OpenSSL, the /ssl modifier to the 
1971 server definition will use the most secure version of the TLS encryption 
1972 protocol. The same will be true if you try /tls1_1 or /tls1_2, but in an 
1973 old version of OpenSSL (pre 1.1.0 series) /tls1_1 might mean to use 
1974 version 1.1 of the TLS protocol.
1976 <P> You will never go wrong by using the /ssl modifier. At the time of
1977 this writing OpenSSL had released version 1.1.1, with support for
1978 TLS version 1.3. If your version of OpenSSL does not support this version
1979 of the TLS protocol, then the /tls1_3 modifier will only mean to use
1980 the most secure version of the TLS protocol that OpenSSL and the
1981 server can negotiate. In future versions of OpenSSL, /tls1_3 might mean
1982 to try to negotiate a higher version of the TLS protocol.
1984 <P> In order to avoid confusion, the /ssl flag is the best way to guarantee
1985 the highest encryption protocol available, and it is the recommended
1986 modifier to the server definition to create a secure encrypted connection.
1989 &lt;End of help&gt;
1990 </BODY>
1991 </HTML>
1992 ====== h_gmail_configuration ======
1993 <HTML>
1994 <HEAD>
1995 <TITLE>Configuring Access to Gmail Using XOAUTH2</TITLE>
1996 </HEAD>
1997 <BODY>
1998 <H1>Configuring Access to Gmail Using XOAUTH2</H1>
2000 Gmail allows you to access their IMAP and SMTP server using either the XOAUTH2
2001 or OAUTHBEARER authentication method. You can choose any of them. A sample configuration for reading
2002 incoming mail is
2005 inbox-path = {imap.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2}INBOX<BR>
2006 smtp-server = smtp.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2
2009 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
2012 Gmail implements the authorize method. This means that in order to use xoauth2, you must
2013 open a URL, login to your Gmail account, and authorize Alpine to access your email. As a
2014 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2015 Once you have done that, Alpine will be able to get a refresh and access token, which
2016 Alpine will use later to read and send email.
2019 &lt;End of help&gt;
2020 </BODY>
2021 </HTML>
2022 ====== h_outlook_configuration ======
2023 <HTML>
2024 <HEAD>
2025 <TITLE>Configuring Access to Outlook Using XOAUTH2</TITLE>
2026 </HEAD>
2027 <BODY>
2028 <H1>Configuring Access to Outlook Using XOAUTH2</H1>
2030 Outlook allows you to access their IMAP and SMTP server using the XOAUTH2
2031 authentication method. A sample configuration for reading incoming mail is
2034 inbox-path = {outlook.office365.com/ssl/user=YourId@outlook.com/auth=xoauth2}INBOX<BR>
2035 smtp-server = smtp.office365.com/submit/user=YourId@outlook.com/auth=xoauth2
2038 Outlook implements the authorize and device methods to get your authorization to access
2039 your account. Alpine uses by default the device method, so try that one first.
2042 &lt;End of help&gt;
2043 </BODY>
2044 </HTML>
2045 ====== h_yahoo_configuration ======
2046 <HTML>
2047 <HEAD>
2048 <TITLE>Configuring Access to Yahoo! Using XOAUTH2</TITLE>
2049 </HEAD>
2050 <BODY>
2051 <H1>Configuring Access to Yahoo! Using XOAUTH2</H1>
2053 Yahoo! allows you to access their IMAP and SMTP server using either the XOAUTH2 or
2054 OAUTHBEARER authentication method. You can choose any of them. A sample configuration for
2055 reading incoming mail is
2058 inbox-path = {imap.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2}INBOX<BR>
2059 smtp-server = smtp.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2
2062 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
2065 Yahoo! implements the authorize method. This means that in order to use xoauth2, you must
2066 open a URL, login to your Yahoo! account, and authorize Alpine to access your email. As a
2067 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2068 Once you have done that, Alpine will be able to get a refresh and access token, which
2069 Alpine will use later to read and send email.
2072 &lt;End of help&gt;
2073 </BODY>
2074 </HTML>
2075 ====== h_yandex_configuration ======
2076 <HTML>
2077 <HEAD>
2078 <TITLE>Configuring Access to Yandex Using XOAUTH2</TITLE>
2079 </HEAD>
2080 <BODY>
2081 <H1>Configuring Access to Yandex Using XOAUTH2</H1>
2083 Yandex allows you to access their IMAP and SMTP server using the XOAUTH2
2084 authentication method. A sample configuration for reading incoming mail is
2087 inbox-path = {imap.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2}INBOX<BR>
2088 smtp-server = smtp.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2
2091 Yandex implements the authorize method. This means that in order to use xoauth2, you must
2092 open a URL, login to your Yandex account, and authorize Alpine to access your email. As a
2093 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2094 Once you have done that, Alpine will be able to get a refresh and access token, which
2095 Alpine will use later to read and send email.
2098 &lt;End of help&gt;
2099 </BODY>
2100 </HTML>
2101 ====== h_xoauth2 ======
2102 <HTML>
2103 <HEAD>
2104 <TITLE>XOAUTH2 Authenticator Explained</TITLE>
2105 </HEAD>
2106 <BODY>
2107 <H1>XOAUTH2 Authenticator Explained</H1>
2109 The XOAUTH2 authenticator method is a way in which you can sign in to your
2110 account to read and send email. This method is different from the traditional
2111 username/password that users are accustomed to, and it needs to be set up
2112 by the user. This text will help you understand this authentication method.
2114 <P> A quick list of services supported by Alpine are (follow each link for
2115 specific configuration instructions)
2117 <UL>
2118 <LI> <A href="h_gmail_configuration">Gmail</A>
2119 <LI> <A href="h_outlook_configuration">Outlook</A>
2120 <LI> <A href="h_yahoo_configuration">Yahoo!</A>
2121 <LI> <A href="h_yandex_configuration">Yandex</A>
2122 </UL>
2125 The most important difference between this method and other authentication
2126 methods is what happens if someone steals your credentials. This method is
2127 attached to three components: Your username, your password and your email
2128 program.
2131 At the beginning of this process, the developer of the email program 
2132 registers the email program with the email service provider (Gmail, 
2133 Outlook, etc.) In return, the email service provider creates a client-id.
2134 In addition, some services provide a client-secret.
2135 Since Alpine is an open source program, these values are part
2136 of the source code, and are known to everyone, and cannot be obfuscated.
2139 After a program has been registered with an email service provider, the 
2140 user must authorize the email program access to their email account in 
2141 that service. Alpine helps you do that, but it cannot do all the process 
2142 for you, and you will need to use an external web browser to authorize
2143 Alpine to read and send email.
2146 This part of the process is simple. Alpine creates a URL based on the id 
2147 and secret created by the email service, which the user opens. Once the 
2148 URL has been opened, the user signs in to the server, and once signed into
2149 the account, the user is asked to authorize Alpine access to the email 
2150 account. If the user agrees, an &quot;<I>Access Code</I>&quot; will be
2151 generated.
2154 An Access Code is a very long string, and so the recommendation is to copy 
2155 and paste this code back into Alpine, at the time Alpine is helping you 
2156 set up this authenticator. This part of the process is done only once per 
2157 email program (If you run Alpine in several computers, you would do this 
2158 once per computer. Each computer gets its own Access Code.)
2161 Once Alpine has an Access Code, it goes back internally to the email 
2162 service and asks it to generate two strings, called the &quot;<I>Refresh 
2163 Token</I>&quot; and the &quot;<I>Access Token</I>&quot;. This part is 
2164 invisible to the user, and they will never see it, but in order for you to 
2165 understand what to do in case you lose them, you need to understand their 
2166 use.
2169 The <I>Access Token</I> is the equivalent of a temporary password. It 
2170 allows the user to access (and reaccess as many times as they would like)
2171 their email account for a limited amount of time, typically 1 hour after
2172 it was issued. After that time expires, users need a new Access Token.
2175 The <I>Refresh Token</I> is the equivalent of a password generator. With 
2176 this token, Alpine can go to the email service provider and request a new 
2177 Access Token. This part of the process does not need user intervention, 
2178 anyone can do this, as long as they have the Refresh Token, program id and 
2179 program secret, so it is important that users keep their Refresh Token as 
2180 secure as they can.
2183 Given that the Refresh Token and the Access Token are long strings, users 
2184 are not supposed to be able to memorize them and recall them later. Alpine 
2185 will store them in the password file, should a user have one. Otherwise, 
2186 the user will have to create one each time they run Alpine, starting by 
2187 creating the Access Code all over each time they try to sign in to their 
2188 email account. When Alpine is compiled with SSL and password file support, 
2189 it will default to saving this information using encryption and under a 
2190 master password, so unless they have made changes to this process, their 
2191 Refresh and Access Tokens are saved securely and persist from one session 
2192 to the next.
2195 Should any person steal your Refresh Token, you must login to your account 
2196 with your username and password and revoke Alpine authorization to your 
2197 account. This is enough to stop the person who stole your Refresh Token 
2198 from accessing your email service. In the case of Gmail, changing your 
2199 password will invalidate your Refresh Token, and this will be enough to 
2200 prevent others from using a stolen Refresh Token. Consult with your email
2201 service provider to learn what you can do if someone steals your Refresh
2202 Token.
2205 If, for any reason, Alpine cannot sign in to your email service for two 
2206 consecutive times with Access Codes generated by your Refresh Token, it 
2207 will remove the Refresh Token from your password file, forcing you to get 
2208 a new one, by getting an Access Code first, and granting authorization to
2209 Alpine to access your email once again.
2212 This implementation of XOAUTH2 knows the list of servers that it can
2213 access using the same credentials, so Alpine will be able to read and send
2214 emails using the same Access Token. You will not have to create
2215 Access and Refresh Tokens for the IMAP and SMTP servers separately.
2218 &lt;End of help&gt;
2219 </BODY>
2220 </HTML>
2221 ====== h_xoauth2_config_screen ======
2222 <HTML>
2223 <HEAD>
2224 <TITLE>XOAUTH2 Configuration Screen</TITLE>
2225 </HEAD>
2226 <BODY>
2227 <H1>XOAUTH2 Configuration Screen</H1>
2229 The XOAUTH2 configuration screen helps you connect your client-id and
2230 other configuration information about the service you want to use with
2231 Alpine.
2233 <P> Alpine provides a default configuration for you. For some providers
2234 this configuration does not work, and requires you to get your own
2235 Client-ID for Alpine. Depending on the service, you might need extra information,
2236 such as a Client-Secret or a Tenant.
2238 <P> If the default configuration of Alpine does not work for you, you can simply
2239 replace the default configuration of Alpine by your new configuration. If for
2240 any reason you need to have a second client-id, you can use the ^A command to
2241 add a new configuration for one of the supported services by Alpine.
2243 <P> If you wish to delete a configuration for a service, place the cursor
2244 on the configuration you want to delete and press ^D.
2246 <P> When you have more than one client-id for the same service, is is convenient
2247 to fill up the username field. This will tell Alpine that that specific configuration
2248 is to be used with the username(s) specified in that variable. If Alpine cannot
2249 determine which configuration to use, it will ask you to select the correct
2250 Client-ID for your connection. This could happen when you are trying to login to
2251 your account. The client-id you select will be used by Alpine for that and future
2252 connections to that server.
2256 &lt;End of help&gt;
2257 </BODY>
2258 </HTML>
2259 ====== h_tls_failure_details ======
2260 <HTML>
2261 <HEAD>
2262 <TITLE>Certificate Validation Details</TITLE>
2263 </HEAD>
2264 <BODY>
2265 <H1>Certificate Validation Details</H1>
2267 This screen gives details as to why the certificate validation failed: the
2268 name of the desired server system; the reason for failure; and the name on
2269 the certificate.  This is primarily of interest to experts.
2272 &lt;End of help&gt;
2273 </BODY>
2274 </HTML>
2275 ====== h_tls_failure ======
2276 <HTML>
2277 <HEAD>
2278 <TITLE>TLS or SSL Failure</TITLE>
2279 </HEAD>
2280 <BODY>
2281 <H1>TLS or SSL Failure</H1>
2283 An attempt was made to establish a secure, encrypted connection to the
2284 server system using either Transport Layer Security (TLS) or the older
2285 Secure Sockets Layer (SSL).  This attempt failed.
2288 You should contact your server system management for more assistance.
2289 The problem is probably at the server system and not in Alpine or your local
2290 system.  The text in this screen may be helpful for the server system
2291 management in debugging the problem,
2294 &lt;End of help&gt;
2295 </BODY>
2296 </HTML>
2297 ====== h_tls_validation_failure ======
2298 <HTML>
2299 <HEAD>
2300 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
2301 </HEAD>
2302 <BODY>
2303 <H1>TLS and SSL Certificate Validation Failures</H1>
2305 An attempt was made to establish a secure, encrypted connection to the
2306 server system using either Transport Layer Security (TLS) or the older
2307 Secure Sockets Layer (SSL).
2310 An important part of this procedure is server certificate validation.  A
2311 server certificate is an &quot;electronic identification card&quot; for the server
2312 system that is signed by a well-known certificate authority (CA).  Alpine
2313 compares the server system identity in the server certificate with the
2314 name of the server system to which it is trying to connect.  Alpine also
2315 verifies that the CA signature is authentic.
2318 Some common failure conditions are:
2321 <UL>
2322   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
2323 signed its own certificate.  This does not necessarily indicate anything
2324 bad; the server operators may simply have elected to not purchase a
2325 signed certificate from a certificate authority.
2327   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
2328 the signature on the server system is from an unknown certificate authority.
2329 It can also mean that no certificate authority certificates have been
2330 installed on the local UNIX system.
2332   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
2333 the same as either of the above two conditions in UNIX Alpine.  Note that
2334 Windows systems typically have a full set of certificate authority
2335 certificates installed, so it is more likely to be a self-signed
2336 certificate than an unknown certificate authority.
2338   <LI> Server name does not match certificate.  This means that the server
2339 presented a proper signed certificate for a name other than the desired
2340 name.
2341 </UL>
2344 Any of these conditions can indicate that you are being attacked and have
2345 been directed to an imposter server that will record your password and
2346 your private mail messages.  It can also mean something innocuous.
2349 If you are certain that the problem is innocuous, you can append the
2350 option
2353 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
2356 to the server system name where it appears in your configuration (e.g. the
2357 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
2358 a folder-collection, or a news or SMTP server).  This will
2359 disable certificate validation.  On the other hand, if you are attacked,
2360 you will get no warning if you do this.
2362 <P> When you get an error indicating a self-signed certificate from the 
2363 remote server, you can download and install the certificate for that 
2364 server. Avoid using the /NoValidate-Cert modifier. Alpine cannot help you 
2365 with this process because certificates are part of the system and are not 
2366 under the control of the user. Find directions on how to download and 
2367 install certificates for your system using your favorite search engine.
2370 &lt;End of Cert Validation Failures help&gt;
2371 </BODY>
2372 </HTML>
2373 ====== h_oauth2_start ======
2374 <HTML>
2375 <HEAD>
2376 <TITLE>Setting up XOAUTH2 Authentication</TITLE>
2377 </HEAD>
2378 <BODY>
2379 <H1>Setting up XOAUTH2 Authentication</H1>
2381 You are trying to connect to a server that uses the XOAUTH2 method of
2382 authentication.
2385 In order to complete this process use a browser in the same computer
2386 that you are using Alpine to open the given URL.
2389 You will be sent to authenticate and later to authorize Alpine access to
2390 your email. Once you have completed the authorization process you will get
2391 a code. Input this code into Alpine by pressing 'C'. If you do not see a
2392 code, but see an error message in your browser, copy and paste the URL of
2393 the error page and paste into alpine after pressing the 'C' key.
2396 After you have input the code, Alpine will conclude logging you into your
2397 account.
2400 If your version of Alpine was compiled to save passwords, then Alpine will save
2401 the refresh and access tokens securely, otherwise you will have to repeat this
2402 process every time you login to this server.
2405 &lt;End of setting up XOAUTH2 Authentication help&gt;
2406 </BODY>
2407 </HTML>
2408 ====== h_oauth2_start_device ======
2409 <HTML>
2410 <HEAD>
2411 <TITLE>Setting up XOAUTH2 Authentication Using the Device Flow</TITLE>
2412 </HEAD>
2413 <BODY>
2414 <H1>Setting up XOAUTH2 Authentication Using the Device Flow</H1>
2416 You are trying to connect to a server that uses the XOAUTH2 method of
2417 authentication.
2420 In order to complete this process use a browser in the same computer
2421 that you are using Alpine to open the given URL and enter the code that you
2422 were given by Alpine in that screen.
2425 You will be sent to authenticate and later to authorize Alpine access to
2426 your email. Once you have completed the authorization process Alpine will
2427 get the refresh and access tokens from the service servers and the authentication
2428 process will be completed by Alpine.
2431 If your version of Alpine was compiled to save passwords, then Alpine will save
2432 the refresh and access tokens securely, otherwise you will have to repeat this
2433 process every time you login to this server.
2436 &lt;End of setting up XOAUTH2 Authentication help&gt;
2437 </BODY>
2438 </HTML>
2439 ====== h_release_tlscerts ======
2440 <HTML>
2441 <HEAD>
2442 <TITLE>TLS and SSL usage note</TITLE>
2443 </HEAD>
2444 <BODY>
2445 <H1>TLS and SSL usage note</H1>
2448 When using Alpine from Unix or Windows 2000,
2449 server certificates must be signed by a trusted certificate authority.
2450 You may relax this requirement (at the cost of some security) by using
2452 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
2453 modifier in the mailbox name.
2456 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
2459 The fully-qualified host name of the server should be used
2460 so that it matches the host name in the server certificate.
2462 Here is an example of a host specification that directs Alpine to use
2463 the SSL port (993) and an encrypted data stream.
2465 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
2467 &lt;End of TLS usage help&gt;
2468 </BODY>
2469 </HTML>
2470 ====== h_news_config ======
2471 <HTML>
2472 <HEAD>
2473 <TITLE>Alpine Configuration</TITLE>
2474 </HEAD>
2475 <BODY>
2476 <H1>Alpine Configuration</H1>
2478 <H2>Using Environment Variables</H2>
2480 The values of Alpine configuration options may include environment variables
2481 that are replaced by the value of the variable at the time Alpine is run
2482 (and also at the time the config option is changed).
2483 The syntax to use environment variables is a subset of the common Unix
2484 shell dollar-syntax.
2485 For example, if
2487 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
2489 appears in the value of an Alpine configuration option it is looked up in the
2490 envirom ent (using getenv(&quot;VAR&quot;)) and its
2491 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
2492 To include a literal dollar sign you may precede the dollar sign with another
2493 dollar sign.
2494 In other words, if the text
2496 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
2498 is the value of a configuration option, it will be expanded to
2500 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
2502 and no environment lookup will be done.
2503 For Unix Alpine it will also work to use a backslash character to
2504 escape the special meaning of the dollar sign, but $$ is preferable since
2505 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
2506 to be in a shared configuration file.
2509 This all sounds more complicated than it actually is.
2510 An example may make it clearer.
2511 Unfortunately, the way in which environment variables are set is OS-dependent 
2512 and command shell-dependent.
2513 In some Unix command shells you may use
2515 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
2516    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
2518 Now, if you use Alpine's Setup/Config screen to set
2520 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
2522 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
2523 so that this would be equivalent to
2525 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
2527 Note, environment variable substitution happens after configuration
2528 options that are lists are split into the separate elements of the list,
2529 so a single environment variable can't contain a list of values.
2532 The environment variable doesn't have to be the only thing
2533 after the equal sign.
2534 However, if the name of the variable is not at the end of the line or
2535 followed by a space (so that you can tell where the variable name ends),
2536 it must be enclosed in curly braces like
2538 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
2540 It is always ok to use the braces even if you don't need to.
2542 It is also possible to set a default value for an environment variable.
2543 This default value will be used if the environment variable is not
2544 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
2545 The syntax used to set a default value is
2547 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
2549 If the config file contains
2551 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
2553 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
2554 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
2555 the value that <SAMP>VAR</SAMP> was set to, otherwise,
2556 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
2557 the default value.
2558 (Note that the variable is called &quot;personal-name&quot; in the config
2559 file but is displayed in the config screen as
2560 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
2561 In general, the value that goes into a config file is never exactly the
2562 same as the value you see on the screen.)
2565 An example where an environment variable might be useful is the
2566 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
2567 Suppose most users used the server
2569 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
2571 but that there were some exceptions who used
2573 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
2575 In this case, the system manager might include the following line in
2576 the systemwide default Alpine configuration file
2578 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
2580 For the exceptional users adding
2582 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
2584 to their environment should work.
2586 Another example might be the case where a user has to use a different
2587 SMTP server from work and from home.
2588 The setup might be something as simple as
2590 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
2592 or perhaps a default value could be given.
2593 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
2594 a list of SMTP servers.
2597 <H2>Configuration precedence</H2>
2599 There are several levels of Alpine configuration.  Configuration values at
2600 a given level override corresponding values at lower levels.  In order of
2601 increasing precedence:
2603 <UL>
2604  <LI> built-in defaults
2605  <LI> system-wide
2606 <!--chtml if pinemode="os_windows"-->
2607       config file from command line or provided
2608       by "PINECONF" environment variable
2609 <!--chtml else-->
2610       pine.conf file
2611 <!--chtml endif-->
2612  <LI> personal configuration file
2613  <LI> personal exceptions configuration file
2614  <LI> command-line options
2615  <!--chtml if pinemode="os_windows"--><!--chtml else-->
2616  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
2617 </UL>
2619 The values in both the personal configuration file and the
2620 <A HREF="h_config_exceptions">exceptions</A>
2621 configuration file may be set using the Setup command.
2622 Setup/Config is the command to change most of the personal configuration
2623 options.
2624 The other Setup subcommands are also used to change the configuration,
2625 for example, Setup/AddressBook, Setup/Rules, and so on.
2626 Changing the personal exceptions configuration is very similar.
2627 To change a value in the Config screen you would use the command
2628 Setup/eXceptions/Config.
2629 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
2631 There are a couple exceptions to the rule that configuration values are replaced
2632 by the value of the same option in a higher-precedence file.
2633 The Feature-List variable has values that are additive, but can be
2634 negated by prepending &quot;no-&quot; in front of an individual feature name.
2635 So for features, each individual feature's value is replaced by the value
2636 of the same feature in a higher-precedence file.
2637 Note that this is done automatically for you when you change these values via
2638 the Setup/Config command.
2639 The other exception to the <EM>replace</EM> semantics happens when you
2640 use <A HREF="h_config_inheritance">configuration inheritance</A>
2641 for option lists.
2644 <H2>File name defaults</H2>
2646 Notes:<P>
2648 <BR> &lt;exe dir&gt; = directory where pine.exe found.
2649 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
2650 <BR> # = default file name is overridable in pinerc.
2651 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
2652 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
2653 <BR> + between the mailcap paths implies that the two files are combined.
2654 <BR> ; between other default paths implies that the first one found is used.
2655 </P>
2656 Alpine looks for most support files in the same directory it finds its
2657 personal configuration file (pinerc).  The -p command-line flag may be
2658 used to specify a particular path name for the pinerc file.  If a
2659 pinerc file does not exist, it will be created (if directory permissions
2660 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
2661 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
2662 file does not exist in either one, it will create one in the first of those
2663 two directories that is writable.  In detail:
2664 <PRE>
2666 PC-Alpine:
2668  executable     &lt;DOS search path&gt;&#92;pine.exe
2669  help index     &lt;exe dir&gt;&#92;pine.ndx
2670  help text      &lt;exe dir&gt;&#92;pine.hlp
2672  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
2673  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
2674  global cfg     $PINECONF
2676  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
2677  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
2678  signature#     &lt;pinerc dir&gt;&#92;pine.sig
2679  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
2680  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
2681  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
2682  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
2683  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
2684  postponed#     $HOME&#92;mail&#92;postpond.mtx
2685  interrupted    $HOME&#92;mail&#92;intruptd
2687 Unix Alpine:
2689  executable     &lt;Unix search path&gt;/pine
2690  persnl cfg     ~/.pinerc
2691  except cfg     ~/.pinercex
2692  global cfg     <!--#echo var="PINE_CONF_PATH"-->
2693  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
2694  local help     <!--#echo var="PINE_INFO_PATH"-->
2696  interrupted    ~/.pine-interrupted-mail
2697  debug          ~/.pine-debugN
2698  crash          ~/.pine-crash
2699  newsrc#        ~/.newsrc
2700  signature#     &lt;pinerc dir&gt;/.signature
2701  addressbook#   &lt;pinerc dir&gt;/.addressbook
2702  postponed#     ~/mail/postponed-msgs
2703  sentmail#      ~/mail/sent-mail
2704  mailcap#       ~/.mailcap + /etc/mailcap
2705                            + /usr/etc/mailcap + /usr/local/etc/mailcap
2706  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
2708  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
2709  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
2710  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
2711  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
2712  password       /etc/passwd
2714 Unix Alpine and PC-Alpine:
2716  .ab*           remote addressbook support files
2717  a[1-9]*        temporary (while Alpine is running) addressbook files
2719 </PRE>
2722 <H2>Mailcap files</H2>
2724 Alpine honors the mailcap configuration system for specifying external
2725 programs for handling attachments.  The mailcap file maps MIME attachment
2726 types to the external programs loaded on your system that can display
2727 and/or print the file.  A sample mailcap file comes bundled with the Alpine
2728 distribution.  It includes comments that explain the syntax you need to
2729 use for mailcap.  With the mailcap file, any program (mail readers,
2730 newsreaders, WWW clients) can use the same configuration for handling
2731 MIME-encoded data.
2734 <H2>MIME-Types files</H2>
2736 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
2737 what Content-Type to use for labeling an attached file, based on
2738 the file extension.  That is, this file provides a mapping between
2739 filename extensions and MIME content-types.
2742 <H2>Environment variables</H2>
2744 PC-Alpine uses the following environment variables:
2745 <DL>
2746 <DT>PINERC</DT>
2747 <DD>Optional path to pinerc file.</DD>
2748 <DT>PINERCEX</DT>
2749 <DD>Optional path to personal exceptions configuration file.</DD>
2750 <DT>PINECONF</DT>
2751 <DD>Optional path to global pine config file.</DD>
2752 <DT>HOME</DT>
2753 <DT>TMPDIR, TMP, or TEMP</DT>
2754 <DT>COMSPEC</DT>
2755 <DT>MAILCAPS</DT>
2756 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
2757 <DT>USER_DICTIONARY</DT>
2758 <DD>Used to specify the file to contain the user's spell check
2759 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
2760 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
2761 </DL>
2763 Unix Alpine uses the following environment variables:
2764 <DL>
2765 <DT>TERM</DT>
2766 <DD>Tells Alpine what kind of terminal is being used.</DD>
2767 <DT>DISPLAY</DT>
2768 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
2769 <DT>SHELL</DT>
2770 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
2771 <DT>TMPDIR, TMP, or TEMP</DT>
2772 <DT>MAILCAPS</DT>
2773 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
2774 </DL>
2775 <!--chtml if pinemode="os_windows"-->
2777 <H2>Common PC-Alpine Configuration Problems</H2>
2779 <H3>Configuration settings aren't being saved</H3>
2781 <P>This problem can happen if you run pine from one directory and
2782 then decide to move your pine directory to another location.  PC-Alpine
2783 stores certain variables, including the configuration location, in the
2784 Windows Registry (which you shouldn't ever need to manually edit).  There
2785 are a couple of ways to go about removing or resetting the values in the
2786 registry.
2789 1) Run PC-Alpine's registry value deletion command.  This can be done by
2790 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
2791 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
2792 value to the above command.
2795 2) Tell PC-Alpine where to look for the configuration file.  Configuration
2796 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
2797 option, you can tell PC-Alpine the location of your pinerc.  An example of
2798 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;.
2799 Again, you can use the DOS prompt or the shortcut method explained in (1).
2802 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
2803 set registry values to the current setting, and is therefore useful with
2804 the &quot;-p&nbsp;PINERC&quot; option.
2806 <!--chtml endif-->
2808 &lt;End of Configuration Notes&gt;
2809 </BODY>
2810 </HTML>
2811 ====== h_news_legal ======
2812 <html>
2813 <head>
2814 <TITLE>Alpine Legal Notices</TITLE>
2815 </head>
2816 <body>
2818 <H1>Alpine Legal Notices</H1>
2820 Alpine and its constituent programs are covered by the Apache License Version 2.0.
2824 &lt;End of Alpine Legal Notices&gt;
2825 </BODY>
2826 </HTML>
2827 ===== h_info_on_mbox =====
2828 <HTML>
2829 <HEAD>
2830 <TITLE>Information on mbox driver</TITLE>
2831 </HEAD>
2832 <BODY>
2833 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
2835 Beginning with Pine 4.00 (Pine came before Alpine)
2836 a new INBOX access method is
2837 available as part of the standard configuration.  It is called the
2838 &quot;mbox&quot; driver and it works like this:<P>
2841 <BLOCKQUOTE>
2842 If the file &quot;mbox&quot; exists in the user's home directory, and
2843 is in Unix mailbox format, then when INBOX is opened this file will be
2844 selected as INBOX instead of the mail spool file.  Messages will be
2845 automatically transferred from the mail spool file into the mbox
2846 file.
2847 </BLOCKQUOTE>
2850 The advantage of this method is that, after new mail has been copied
2851 from the system mail spool, all subsequent access is confined to the
2852 user's home directory, which is desirable on some systems.  However, a
2853 possible disadvantage is that mail tools other than those from the
2854 University of Washington will not know to look for mail in the user's
2855 mbox file.  For example, POP or IMAP servers other than those from the
2856 University of Washington, and many &quot;new mail notification&quot;
2857 programs may not work as expected with this driver enabled.<P>
2859 To disable this behavior, either remove/rename the &quot;mbox&quot;
2860 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
2861 option in Setup/Config
2862 and add &quot;mbox&quot; to it:
2864 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
2866 &lt;End of help on this topic&gt;
2867 </BODY>
2868 </HTML>
2869 ===== h_info_on_locking =====
2870 <HTML>
2871 <HEAD>
2872 <TITLE>FAQs on Alpine Locking</TITLE>
2873 </HEAD>
2874 <BODY>
2875 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
2877 There is an extensive section on locking in the Alpine technical notes;
2878 this information is intended to provide answers to some common questions:<P>
2879 <OL>
2880 <LI> Why did locking change in Pine 4.00?<BR>
2881 The actual locking mechanisms did not change in 4.00.
2882 What changed is that when one particular locking mechanism used by Alpine 
2883 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
2884 failure would occur, but no warning was issued.<P>
2886 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
2887 Yes.  It means that Alpine was unable to create a lockfile in the
2888 spool directory, generally because of overly restrictive protections on the
2889 spool directory.  The correct permissions on the spool directory for
2890 running Alpine are 1777, i.e. read-write-execute permission for everyone,
2891 with the sticky-bit set, so only owners of a file can delete them.<P>
2893 <LI> Why does Alpine require that the mail spool directory have 1777
2894    protections?<BR>
2895 Alpine was designed to run without special privileges.  This means that in
2896 order to create a lockfile in the spool directory, it is necessary to have
2897 the spool directory permissions be world-writable.<P>
2899 <LI> Can't you create the lockfile somewhere else?<BR>
2900 No.  The lockfile in question must be in the mail spool directory, because
2901 that's where the mail delivery program expects to find it, and the purpose
2902 of the file is to coordinate access between the mail client (Alpine) and the
2903 mail delivery program.<P>
2905 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
2906 No.  Remember that the individual mail files in the spool directory are
2907 NOT world-writable, only the containing directory.  Setting the &quot;sticky
2908 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
2909 -- means that only the owner of the file (or root) can delete files in the 
2910 directory.  So the only bad behavior that is invited by the 1777 mode is that 
2911 anyone could
2912 create a random file in the spool directory.  If the spool directory is
2913 under quota control along with home directories, there is little incentive
2914 for anyone to do this, and even without quotas a periodic scan for
2915 non-mail files usually takes care of the problem.  <P>
2917 <LI> Why not run Alpine as setgid mail?<BR>
2918 Alpine was never designed to run with privileges, and to do so introduces a
2919 significant security vulnerability.  For example, if a user suspends Alpine,
2920 the resulting shell will have group privileges.  This is one example of
2921 why we strongly recommend against running Alpine as a privileged program.
2922 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
2923 users
2924 could not test Alpine versions or other mailers that had not been installed
2925 by the system administrators.<P>
2928 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
2929 There are, but they all have different sets of tradeoffs, and not all will
2930 work on all systems.  Some examples:<UL>
2931  <LI> Use lock system calls.  Works fine on a few systems, provided mail
2932    spool is local.   Doesn't work reliably if NFS is used.
2933    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
2934    use the same calls.
2935  <LI> Deliver mail to user's home directory.  An excellent solution, highly
2936    recommended -- but one which is incompatible with some &quot;legacy&quot; 
2937 mail tools that always look in the spool directory for the mail.
2938 </UL><P>
2940 <LI> Are these spool directory lock files the only kinds of locks used by
2941    Alpine?<BR>
2942 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
2943 mailbox format folders, these are used to coordinate access between
2944 multiple Alpine sessions.  <P>
2946 <LI> What about the 
2947 <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>
2948 This is for people who are content to live dangerously, or who have
2949 specific knowledge that the spool directory lockfiles are superfluous on
2950 their system (because both Alpine and the mail delivery program are using 
2951 system call file locking in a context that works reliably, e.g. not NFS.)<P>
2953 <LI> Where can I find more details on how Alpine locking works?<BR>
2954 See the Alpine Technical Notes.<P>
2956 </OL>
2958 &lt;End of help on this topic&gt;
2959 </BODY>
2960 </HTML>
2961 ===== h_finding_help ====
2962 <HTML>
2963 <HEAD>
2964 <TITLE>Finding more information and requesting help</TITLE>
2965 </HEAD>
2966 <BODY>
2967 <H1>Places to Look for More Answers</H1>
2968 If you have questions about or problems with Alpine that you cannot resolve 
2969 after consulting the program's internal, context-sensitive help screens, here 
2970 are additional information resources that you may find helpful:
2972 <UL>
2973   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
2975   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
2977   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
2978 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
2979   since the last version, which may be useful for you to be aware of, 
2980 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
2981 a change in the way an aspect of Alpine works.  There, you will also find notes 
2982 on Alpine configuration.<P>
2983   <LI> The main site for Alpine contains information on configuring and solving problems
2984        with Alpine, it can be found at
2986 <CENTER><A HREF="https://alpineapp.email">https://alpineapp.email</A></CENTER>  
2988   <LI> Archives of the Alpine-info mailing list, at <A 
2989 href="http://mailman13.u.washington.edu/pipermail/alpine-info/">http://mailman13.u.washington.edu/pipermail/alpine-info/</A>
2991   <LI>The newsgroup comp.mail.pine.
2993 </UL>
2994 <P><HR WIDTH="75%">
2995 <H1>Requesting help</H1>
2996 If the internal help, the Release Notes, and your 
2997 local online and print resources do not help you resolve a problem, please
2998 start by contacting your local computer support staff and asking for help.
3000 This is especially true if:
3001 <ul>
3002   <li>You suddenly have trouble sending or receiving mail.
3003   <li>You receive a "disk quota exceeded" message.
3004   <li>You have forgotten your password.
3005   <li>You think your account may have been compromised.
3006   <li>You need help viewing an attachment.
3007   <li>You need to know how to configure your:
3008       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
3009       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
3010       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
3011       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
3012   <li>You want to know what alternative editors or spellcheckers you may be able to use.
3013   <li>You want to block email from a particular person.
3014   <li>You're going on vacation and need to autorespond to incoming mail.
3015   <li>You want to automatically file or filter incoming messages.
3016 </ul>
3018 In all of these cases,
3019 you should contact <B>your</B> support staff, because <B>only they</B> 
3020 will be able to assist you effectively. Your support staff may be, depending on who 
3021 provides you with the email account you use Alpine with, for example:<UL>
3022 <LI> the computing help desk of (a department of) your university, school, 
3023 employer, ... ; or
3024 <LI> the customer service center of your Internet Service Provider; or
3025 <LI> the friendly volunteer helpers of your Freenet; or
3026 <LI> the person who setup your computer and internet connection.
3027 </UL>
3030 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
3031 newsgroup can be a valuable source of information and assistance for Alpine 
3032 user issues.
3034 For systems/email administrators, developers, trainers, user support
3035 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
3036 level, the mailing list alpine-info is available; for information on
3037 subscribing and posting to it, see
3039 <CENTER><A HREF="https://mailman13.u.washington.edu/mailman/listinfo/alpine-info">https://mailman13.u.washington.edu/mailman/listinfo/alpine-info</A></CENTER>
3042 Regardless of whom you are asking for help with Alpine, remember 
3043 to provide as much detail as you can about the
3044 nature of any problem you are encountering, such as
3045 <UL>
3046 <LI>when it first occurred;
3047 <LI>what, if anything, happened that might have brought it about;
3048 <LI>whether it still persists;
3049 <LI>whether it is reproducible, and if so, how;
3050 <LI>what, if anything, you already tried to solve it.
3051 </UL> 
3052 It may also be helpful if you specify what version of Alpine you are using 
3053 <!--chtml if pinemode="running"-->
3054 -- this is <!--#echo var="ALPINE_VERSION"--> --
3055 <!--chtml endif-->
3056 and on what system, and when the copy of Alpine you are using was created
3057 <!--chtml if pinemode="running"-->
3058 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
3059 <!--chtml endif-->
3061 <!--chtml if pinemode="running"-->
3062 <P>   
3063 When the Alpine program you are currently using was installed, a support
3064 contact email address may have been set up; in that case, you can simply select
3065 this link now to send a message to it:<BR>
3066 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
3067 <!--chtml endif-->
3068 <!--chtml if [ -r PINE_INFO_PATH ]-->
3069 <HR WIDTH="75%">Local Support Contacts:<P>
3070 <!--#include file="PINE_INFO_PATH"-->
3071 <HR WIDTH="75%">
3072 <!--chtml endif-->
3073 <P> 
3074 &lt;End of help on this topic&gt;
3075 </BODY>
3076 </HTML>
3077 ===== new_user_greeting ======
3078 <HTML>
3079 <HEAD>
3080 <TITLE>NEW USER GREETING</TITLE>
3081 </HEAD>
3082 <BODY>
3083 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3084 <BR>
3085 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
3086 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
3087 select Setup/Config to see many of the options available to you. Also note
3088 that all screens have context-sensitive help text available.
3091 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3092 href="h_apache_license">Apache License 2.0</A>.
3095 Alpine's privacy policy is a living, online only, document, which can be found at
3096 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
3097 By following the previous link,  Alpine
3098 will connect to an external server, and will download it and display
3099 it for you. Please take some time to read it and understand it.
3100 Since the Privacy Policy could be amended to take into consideration
3101 new additions to Alpine, please check it periodically. You can always
3102 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3105 To Exit this screen and continue your Alpine session press "E".
3106 </BODY>
3107 </HTML>
3108 ===== new_alpine_user_greeting ======
3109 <HTML>
3110 <HEAD>
3111 <TITLE>NEW ALPINE USER GREETING</TITLE>
3112 </HEAD>
3113 <BODY>
3114 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3115 <BR>
3116 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
3117 Your Alpine configuration file indicates that you may have used Pine before
3118 but not Alpine.
3119 If you are familiar with the way Pine works, you should be comfortable
3120 using Alpine.
3121 Your Pine configuration file is automatically used for Alpine.
3122 The Release Notes may be viewed by pressing 
3123 &quot;R&quot; now or while in the MAIN MENU.
3126 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3127 href="h_apache_license">Apache License 2.0</A>.
3130 Alpine's privacy policy is a living, online only, document, which can be found at
3131 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
3132 By following the previous link,  Alpine
3133 will connect to an external server, and will download it and display
3134 it for you. Please take some time to read it and understand it.
3135 Since the Privacy Policy could be amended to take into consideration
3136 new additions to Alpine, please check it periodically. You can always
3137 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3140 To Exit this screen and continue your Alpine session press "E".
3141 </BODY>
3142 </HTML>
3143 ===== new_version_greeting ======
3144 <HTML>
3145 <HEAD>
3146 <TITLE>NEW VERSION GREETING</TITLE>
3147 </HEAD>
3148 <BODY>
3149 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3150 <BR>
3151 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
3152 Your Alpine configuration file indicates that you may not have used 
3153 this version of Alpine before.  This version's significant changes are
3154 documented in the Release Notes, which may be viewed by pressing 
3155 &quot;R&quot; now or while in the MAIN MENU.
3159 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3160 href="h_apache_license">Apache License 2.0</A>.
3163 Alpine's privacy policy is a living, online only, document, which can be found at
3164 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
3165 By following the previous link,  Alpine
3166 will connect to an external server, and will download it and display
3167 it for you. Please take some time to read it and understand it.
3168 Since the Privacy Policy could be amended to take into consideration
3169 new additions to Alpine, please check it periodically. You can always
3170 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3173 To Exit this screen and continue your Alpine session press "E".
3174 </BODY>
3175 </HTML>
3177 ===== main_menu_tx ======
3178 <HTML>
3179 <HEAD>
3180 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
3181 </HEAD>
3182 <BODY>
3183 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
3184 <DIV ALIGN=CENTER>
3185 Version <!--#echo var="ALPINE_VERSION"-->
3186 <!--chtml if pinemode="running"-->
3187 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
3188 <!--chtml endif-->
3189 </DIV>
3190 <CENTER>Copyright 2013-2021 Eduardo Chappa,
3191 <BR>Copyright 2006-2008 University of Washington.
3192 </CENTER>
3195 When you are viewing a help screen, there may be links to
3196 other topics highlighted (in Reverse video) in the text.
3197 Here is an example.
3198 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
3199 highlighted.
3200 If you type carriage return (or V for View Link, see the commands at the
3201 bottom of the screen) you will be taken to a new help screen to view the
3202 Introduction.
3203 The commands at the bottom of the screen should then include
3204 &quot;P Prev Help&quot;.
3205 If you type &quot;P&quot; you will end up back here.
3206 If you type &quot;E&quot; for Exit, you will be back out of help and returned
3207 to the place you were in Alpine when you entered Help.
3208 In this case, you would go back to the MAIN MENU.
3209 There are also other links that are highlighted in bold (or the color used
3210 by your terminal to display bold).
3211 The items after the Introduction in the TABLE OF CONTENTS are all examples
3212 of such links.
3213 In order to view those links, you first have to make the link you want
3214 to view the current link.
3215 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
3216 (see bottom of screen) can do that for you.
3219 <H2>TABLE OF CONTENTS</H2>
3220 <OL>
3221   <LI> The Basics of Alpine
3222   <UL>
3223      <LI> <A HREF="h_mainhelp_intro">Introduction</A>
3224      <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
3225      <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
3226      <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
3227      <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
3228      <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
3229      <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
3230      <!--chtml if [ -r PINE_INFO_PATH ]-->
3231      <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
3232      <!--chtml endif-->
3233      <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
3234   </UL>
3236   <LI> Description of Alpine Screens
3237   <UL>
3238       <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
3239       <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
3240       <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
3241       <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
3242       <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
3243       <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
3244   </UL>
3246   <LI> Email Processing
3247   <UL>
3248       <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
3249       <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
3250       <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
3251   </UL>
3253   <LI> Configuring Additional Accounts
3254   <UL>
3255       <LI> <A HREF="h_mainhelp_folders">Folders</A>
3256       <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
3257       <LI> <A href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3258       <LI> <A HREF="h_mainhelp_roles">Incoming and Outgoing Settings for other Accounts</A> (a.k.a Roles)
3259   </UL>
3261   <LI> Finding and Saving your Contacts
3262   <UL>
3263        <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
3264        <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
3265   </UL>
3267   <LI> Security
3268   <UL>
3269       <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
3270       <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
3271   </UL>
3273   <LI> Miscelaneous Configurations
3274   <UL>
3275       <LI> <A HREF="h_mainhelp_color">Color Setup</A>
3276       <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
3277       <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
3278   </UL>
3279 </OL>
3282 &lt;End of help on this topic&gt;
3283 </BODY>
3284 </HTML>
3285 ===== h_mainhelp_intro ======
3286 <HTML>
3287 <HEAD>
3288 <TITLE>Introduction</TITLE>
3289 </HEAD>
3290 <BODY>
3291 <H1>Introduction</H1>
3293 Alpine is an &quot;Alternatively Licensed Program for Internet
3294 News and Email&quot; produced until 2009 by the University of Washington.
3295 It is intended to be an easy-to-use program for
3296 sending, receiving, and filing Internet electronic mail messages and
3297 bulletin board (Netnews/Usenet) messages. Alpine supports the following
3298 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
3299 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
3300 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
3301 Directory Access Protocol).<p>
3303 Although originally designed for inexperienced email users, Alpine has
3304 evolved to support many advanced features.  There are an ever-growing
3305 number of configuration and personal-preference options, though which of
3306 them are available to you is determined by your local system managers. 
3308 <H2>WHAT ALPINE DOES...</H2>
3310 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
3311 allows you to
3312 compose and read messages using Internet mail standards.  (Whether you
3313 can correspond with others on the Internet depends on whether or not your
3314 computer is connected to the Internet.)  Alpine also allows reading and
3315 posting messages on the Internet &quot;net news&quot; system, provided
3316 that your site operates a suitable news server.
3318 <H2>WHAT ALPINE DOES NOT DO...</H2>
3320 A &quot;mail user agent&quot; such as Alpine is just one part of a
3321 messaging system. Here are some things that are <B>not</B> done by Alpine,
3322 but require other programs:<P>
3323 <UL>
3324  <LI> Actual relaying of email... which is done by &quot;message transfer 
3325 agents&quot;.
3326  <LI> Vacation messages... automatically responding to incoming messages
3327  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
3328 email.
3329  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
3330  <LI> List processing... resending one message to a list of recipients.
3331 </UL>
3334 &lt;End of help on this topic&gt;
3335 </BODY>
3336 </HTML>
3338 ===== h_mainhelp_pinehelp ======
3339 <HTML>
3340 <HEAD>
3341 <TITLE>Alpine Help</TITLE>
3342 </HEAD>
3343 <BODY>
3344 <H1>Alpine Help</H1>
3346 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
3347 use will have its own help text, explaining the choices available for that
3348 screen. This general help section, on the other hand, attempts to give an 
3349 overall picture of what Alpine is capable of doing, as well as pointers to 
3350 additional help sections about specific topics.<p>
3352 Much of the help text contains links to further help topics, similar to
3353 how the World Wide Web works.
3354 You may choose a link to view using the &quot;NextLink&quot; and
3355 &quot;PrevLink&quot; commands to change the link that is highlighted.
3356 The &quot;View Link&quot; command will then show you the highlighted link.
3357 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
3358 will return you to where you were before viewing the link, and &quot;Exit Help&quot
3359 will return you to the location in Alpine before you asked for help.
3360 For example, if you are reading this text in Alpine you may return to the
3361 help table of contents with the &quot;Prev Help&quot; command or you may view the
3362 Release notes link in the next paragraph and then return here with
3363 &quot;Prev Help&quot;.
3366 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
3367 on the current Alpine version are also available from the MAIN MENU: Press
3368 <!--chtml if pinemode="function_key"-->
3369 &quot;F9&quot;
3370 <!--chtml else-->
3371 &quot;R&quot;
3372 <!--chtml endif-->
3373 to browse the release notes.  These include changes since the last release,
3374 configuration information, the history of the Alpine
3375 project, credits, and legal notices.
3377 Alpine releases are available via the world wide web at
3379 <CENTER><SAMP><A 
3380 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
3381 ></CENTER>
3384 If you would like to print <EM>all</EM> of Alpine's internal help text
3385 (not recommended) for a little light bedtime reading, then press
3386 <!--chtml if pinemode="function_key"-->
3387 &quot;F12&quot;
3388 <!--chtml else-->
3389 &quot;Z&quot;
3390 <!--chtml endif-->
3391 now.  (This assumes that the
3392 copy of Alpine you are using has been properly configured for printing
3393 at your site.)
3395 &lt;End of help on this topic&gt;
3396 </BODY>
3397 </HTML>
3398 ===== h_mainhelp_localsupport ======
3399 <HTML>
3400 <HEAD>
3401 <TITLE>Local Support Contacts</TITLE>
3402 </HEAD>
3403 <BODY>
3404 <H1>Local Support Contacts</H1>
3406 <!--chtml if [ -r PINE_INFO_PATH ]-->
3407 <!--#include file="PINE_INFO_PATH"-->
3408 <!--chtml else-->
3409 No Local Support Contacts configured.
3410 <!--chtml endif-->
3413 &lt;End of help on this topic&gt;
3414 </BODY>
3415 </HTML>
3417 ===== h_mainhelp_cmds ======
3418 <HTML>
3419 <HEAD>
3420 <TITLE>Giving Commands in Alpine</TITLE>
3421 </HEAD>
3422 <BODY>
3423 <H1>Giving Commands in Alpine</H1>
3425 Unless configured otherwise
3426 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
3427 the bottom two lines of the screen are always used to list the
3428 commands you can give.  You press the keys that are highlighted to give
3429 the command.  The commands for getting help and going back to the main
3430 menu are always present (except when viewing help as you are now).
3431 <!--chtml if pinemode="function_key"-->
3432 <!--chtml else-->
3434 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
3435 you see at the bottom of any screen. In some cases there are 3 or
3436 even 4 different
3437 sets of keys that can be seen by using the O key. <EM>All commands are 
3438 active</EM>, even if they are not currently showing at the bottom of your 
3439 screen. In other words, you <EM>never</EM> need to press the O key, except to 
3440 remind yourself of the proper key to press to perform an operation.
3442 <H2>Control Key Commands</H2>
3443 When composing mail, and in a few other places, in Alpine you
3444 have to use Control keys. This means pressing the Control key (usually labeled 
3445 &quot;Ctrl&quot;) and the
3446 letter indicated at the same time.  Usually, this is shown with a
3447 &quot;^&quot; in front of the letter.  On some systems, certain control
3448 characters are intercepted before they get to Alpine.  As a work-around,
3449 you can press the ESCAPE key twice followed by the desired key.  For
3450 example, if Ctrl-O (^O) does not work on your system, try typing
3451 &quot;ESC ESC O&quot;.
3452 <!--chtml endif-->
3453 <H2>Paging Up and Down</H2>
3454 The &quot;+&quot; and &quot;-&quot; keys are used for
3455 moving to the next or previous page.  The space bar is a synonym for
3456 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
3457 up as you do in the message composer.  On screens with a WhereIs (search)
3458 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
3459 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
3460 of the message or list.
3462 <H2>Return Key</H2>
3463 The return key is usually a synonym for a frequently used
3464 command.  When viewing a message, there is currently not a default
3465 command, so RETURN does nothing; when in the index, it is synonymous with
3466 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
3467 enclosed in square brackets [] is the same as the return key.
3469 <H2>Control Keys Not Used By Alpine</H2>
3470 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
3471 value, but in places where Alpine is expecting text input, e.g. in the composer or 
3472 at prompts for file/folder names, control keys must be used for editing and 
3473 navigation functions.
3476 Alpine has used nearly all the control keys available.  There are, however,
3477 certain control keys that are reserved by other programs or for technical
3478 reasons.  Alpine does not use any of these keys:
3479 <DL>
3480  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
3481  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
3482  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
3483 </DL>
3485 Note: Ctrl-S and Ctrl-Q can be subject to 
3486 <A HREF="h_special_xon_xoff">special handling</A>.
3488 In addition, while the ESC key alone is not used for command input,
3489 Alpine will recognize two consecutive ESC key presses followed by a letter 
3490 key as a substitute for control key input.  For example, the control key
3491 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
3492 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
3493 This is useful if the communication program you are using
3494 (e.g. Telnet) has its own, conflicting, idea of what certain control
3495 characters mean.
3498 <H2>Repainting the Screen</H2>
3499 Sometimes what is displayed on the screen will be
3500 incorrect due to noise on the phone line or other causes and you will want
3501 to repaint the whole screen to make it correct.  You can use the Ctrl-L
3502 command to do this.  It never hurts to do it when in doubt.
3505 &lt;End of help on this topic&gt;
3506 </BODY>
3507 </HTML>
3508 ===== h_mainhelp_status ======
3509 <HTML>
3510 <HEAD>
3511 <TITLE>Titlebar Line</TITLE>
3512 </HEAD>
3513 <BODY>
3514 <H1>Titlebar Line</H1>
3516 The top line of the screen is Alpine's titlebar line.  It will always display
3517 the current version of Alpine and will also convey information about the
3518 status of the program.  This is where you look to find out what
3519 collection, folder and message number is active and where you are in Alpine.
3522 If the titlebar line says &quot;READONLY&quot; it means that the open folder
3523 (typically your INBOX) is &quot;locked&quot; by another mail session --
3524 most likely a more recent session of Alpine has taken the INBOX lock.
3527 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
3528 access a
3529 folder on a remote mail server, and for some reason, communication with
3530 the mail server has either been lost, or never successfully established.
3531 This can be a result of trying to open a non-existent folder, or one
3532 stored on an invalid or non-operational server, or it can mean that Alpine
3533 has been suspended for more that 30 minutes while accessing a remote mail
3534 server.
3537 &lt;End of help on this topic&gt;
3538 </BODY>
3539 </HTML>
3540 ===== h_mainhelp_mainmenu ======
3541 <HTML>
3542 <HEAD>
3543 <TITLE>Main Menu</TITLE>
3544 </HEAD>
3545 <BODY>
3546 <H1>Main Menu</H1>
3548 The Main Menu lists Alpine's main options.
3549 The key or keys you must type to enter your
3550 choice are to the left of each option or command name.
3551 You can type either uppercase or lowercase letters,
3552 and you should not press &lt;Return&gt; after typing the
3553 letter (unless you are specifically asking for the default,
3554 highlighted command).
3557 From the Main Menu you can choose to read online help, write (compose) and 
3558 send a message, look at an index of your mail messages, open or maintain
3559 your mail folders, update your address book, configure Alpine, and quit Alpine.
3560 There are additional options listed at
3561 the bottom of the screen as well.
3564 The Help command usually returns context-sensitive help information.
3565 However, in the Main Menu you get the most general help, which includes
3566 a Table of Contents.
3567 The last entry in the Table of Contents is an Index of help topics,
3568 so this is a good place to go if you are having trouble finding how
3569 to do something.
3571 <H2>Main Menu Commands</H2>
3572 The Alpine main menu lists the most common Alpine functions. A <a
3573 href="h_main_menu_commands">full list of these
3574 commands</a> and what they do is available.
3576 &lt;End of help on this topic&gt;
3577 </BODY>
3578 </HTML>
3579 ===== h_mainhelp_abooks ======
3580 <HTML>
3581 <HEAD>
3582 <TITLE>Address Books</TITLE>
3583 </HEAD>
3584 <BODY>
3585 <H1>Address Books</H1>
3588 As you use email, you can build a list of your regular email correspondents 
3589 in your Alpine
3590 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
3591 screen. Your
3592 personal address book will be highlighted. Press &lt;Return&gt; to view it.
3593 You can use the address book to store email addresses for individuals or
3594 groups, to create easily
3595 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
3596 address when you are composing a message.
3598 There are two ways to add addresses to your address book: you can add them 
3599 manually or take them from messages (by pressing T to access the Take command). 
3600 With either method, you specify nicknames for your correspondents. A single 
3601 address book entry (or nickname) can point to just one email address, or, it can
3602 point to more than one. When it points to more than one, it is called a 
3603 distribution list. Each distribution list has a nickname, a full name, and a 
3604 list of addresses. These
3605 addresses may be actual addresses, other nicknames in your address book, or 
3606 other
3607 distribution lists.
3610 Additional information is available in Alpine's online help:
3611 <ul>
3612   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
3613 </ul>
3615 &lt;End of help on this topic&gt;
3616 </BODY>
3617 </HTML>
3618 ===== h_mainhelp_ldap ======
3619 <HTML>
3620 <HEAD>
3621 <TITLE>LDAP</TITLE>
3622 </HEAD>
3623 <BODY>
3624 <H1>LDAP</H1>
3626 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
3627 an organization's shared
3628 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
3629 large address
3630 books, rather like the White Pages provided by the phone company. As an Alpine 
3631 user, it is not
3632 necessary to know much about how this works, only how to use it and how to 
3633 configure
3636 More information on configuring LDAP is available in Alpine's online help:
3637 <ul>
3638   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
3639 </ul>
3641 Additional help on using LDAP in Alpine is also available:
3642 <ul>
3643   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
3644 </ul>
3646 &lt;End of help on this topic&gt;
3647 </BODY>
3648 </HTML>
3649 ===== h_mainhelp_index ======
3650 <HTML>
3651 <HEAD>
3652 <TITLE>Index of Messages</TITLE>
3653 </HEAD>
3654 <BODY>
3655 <H1>Index of Messages</H1>
3657 In Alpine's message index, the selected message is highlighted. The first 
3658 column on the left is blank, shows a &quot;+&quot; if the message was
3659 sent directly to you (i.e., it is not a
3660 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
3662 The second column may be blank, or it may contain:
3663 <ul>
3664   <li>"N" if the message is new (unread), </li>
3665   <li>"A" if you have answered the message (using the Reply command), </li>
3666   <li>"D" if you have marked the message for deletion.</li>
3667 </ul>
3670 Note: If you answer a message as well as mark it deleted (in either order), 
3671 you will only see the &quot;D&quot;.
3674 The rest of the columns in the message line show you the message
3675 number, date sent, sender, size, and subject. For details, press ? (Help).  
3676 The behavior and appearance of the Index screen is highly configurable.
3677 In the Setup/Config screen search (with the WhereIs command) for options
3678 that contain the words &quot;index&quot; or &quot;thread&quot; to see
3679 many of the configuration possibilities.
3680 In particular, the
3681 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
3682 option may be used to configure the look of the standard MESSAGE INDEX lines
3683 in many different ways.
3684 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
3685 read the help text there for more information.
3687 Most of the commands you need to handle your messages are visible at the
3688 bottom of the screen, and you can press O (OTHER CMDS) to see additional
3689 commands that are available.
3690 You do not need to see these &quot;other commands&quot;
3691 on the screen to use them. That is, you never need to press O as a prefix
3692 for any other command.
3695 Additional information is available in Alpine's online help:
3696 <ul>
3697   <li><a href="h_mail_index">Message Index Commands</a></li>
3698 </ul>
3700 &lt;End of help on this topic&gt;
3701 </BODY>
3702 </HTML>
3703 ===== h_mainhelp_reading ======
3704 <HTML>
3705 <HEAD>
3706 <TITLE>Reading Messages</TITLE>
3707 </HEAD>
3708 <BODY>
3709 <H1>Reading Messages</H1>
3711 The message text screen shows you the text of the message along with
3712 its header. If a message has attachments, those will be listed (but not
3713 displayed) also.  The titlebar line displays information about the currently
3714 open message, folder and collection.  You see the name of the collection
3715 (if there is one) in angle brackets, then the name of the folder, then the
3716 message number and finally the position within the current message (in
3717 percent). If the message is marked for deletion
3718 &quot;DEL&quot; will appear in the
3719 upper right as well.
3722 As with every Alpine screen, the bottom two lines show you the commands 
3723 available.
3725 <P>Additional information is available in Alpine's online help:
3726 <ul>
3727   <li><a href="h_mail_view">Message Text Screen</a></li>
3728   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
3729   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
3730 </ul>
3732 &lt;End of help on this topic&gt;
3733 </BODY>
3734 </HTML>
3735 ===== h_mainhelp_composing ======
3736 <HTML>
3737 <HEAD>
3738 <TITLE>Composing Messages</TITLE>
3739 </HEAD>
3740 <BODY>
3741 <H1>Composing Messages</H1>
3743 To write a message, press C (Compose). You see the Compose Message
3744 screen, which is divided into two parts: the header area and the message
3745 text area. The header area is where information on the recipient (the To:
3746 field) and the subject line go, while the message text area contains the
3747 actual text of the email message. Different commands are available to you
3748 when your cursor is in different areas on this screen. To see additional
3749 help on commands in either the message text or header area, type
3750 <Control>G (Get help).
3753 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
3754 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
3756 <P>The following information from Alpine's online help may prove useful:
3757 <ul>
3758   <li><a href="h_composer_to">Message Header Commands</a></li>
3759   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
3760   <li><a href="h_composer">Composer Commands</a></li>
3761   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
3762   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
3763   <li><a href="h_compose_send">Send Command</a></li>
3764   <li><a href="h_compose_spell">Spell Check Command</a></li>
3765 </ul>
3767 &lt;End of help on this topic&gt;
3768 </BODY>
3769 </HTML>
3770 ===== h_mainhelp_collections ======
3771 <HTML>
3772 <HEAD>
3773 <TITLE>Collection Lists</TITLE>
3774 </HEAD>
3775 <BODY>
3776 <H1>Collection Lists</H1>
3778 Collection lists are Alpine's way of organizing groups of folders. Each
3779 "collection" can reside on a different server, for example, and contain a
3780 different group of mail folders.
3783 For more information on this, see:
3784 <ul>
3785   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
3786 </ul>
3788 Additional information relating to collection lists is also available in 
3789 Alpine's online
3790 help:
3791 <ul>
3792   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
3793   <li><a href="h_collection_screen">Collection List Screen</a></li>
3794 </ul>
3796 &lt;End of help on this topic&gt;
3797 </BODY>
3798 </HTML>
3799 ===== h_mainhelp_folders ======
3800 <HTML>
3801 <HEAD>
3802 <TITLE>Folders</TITLE>
3803 </HEAD>
3804 <BODY>
3805 <H1>Folders</H1>
3807 Messages can quickly accumulate in your INBOX folder. If you use email
3808 often, you soon could have hundreds. You need to delete messages you do
3809 not want, and you can use folders to organize messages you wish to save. A
3810 folder is a collection of one or more messages that are stored (just like
3811 the messages in your INBOX) so you can access and manage them.
3814 You can organize your email messages into different folders by topic,
3815 correspondent, date, or any other category that is meaningful to you. You
3816 can create your own folders, and Alpine automatically provides three:
3817 <ul>
3818   <li>The INBOX folder: messages sent to you are listed in this folder.
3819       When you first start Alpine and go to the Message Index screen, you are
3820 looking at the list of messages in your INBOX folder. Every incoming
3821 message remains in your INBOX until you delete it or save it in another
3822 folder. </li>
3823   <li>The sent-mail folder: copies of messages you send are stored in this 
3824 folder. This is
3825 convenient if you cannot remember whether you actually sent a message and want 
3826 to check, or
3827 if you want to send a message again.</li>
3828   <li>The saved-messages folder: copies of messages you save are stored in this 
3829 folder
3830 unless you choose to save them to other folders you create yourself.</li>
3831 </ul>
3834 More information about folders is available in Alpine's online help:
3835 <ul>
3836   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
3837   <li><a href="h_folder_maint">Help for Folder List</a></li>
3838   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
3839   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
3840 Explained</a></li>
3841   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
3842 </ul>
3844 &lt;End of help on this topic&gt;
3845 </BODY>
3846 </HTML>
3847 ===== h_mainhelp_color ======
3848 <HTML>
3849 <HEAD>
3850 <TITLE>Color</TITLE>
3851 </HEAD>
3852 <BODY>
3853 <H1>Color</H1>
3855 If the terminal emulator you are using is capable of displaying color or if
3856 you are using PC-Alpine, then it is possible to set up Alpine so that various
3857 parts of the display will be shown in colors you configure. This is done
3858 using the Setup Color screen, available from the MAIN MENU by selecting
3859 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
3860 stands for Config in this context).
3863 For example, you may color things like the titlebar, the current item,
3864 the keymenu, and the status messages.
3865 You may also color lines in the index, and headers and quoted text in the
3866 MESSAGE TEXT screen.
3867 You use the Color Setup screen for configuring most of this, but you must
3868 use the IndexColor setup for coloring whole index lines.
3869 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
3872 The following entries in Alpine's online help provide additional information 
3873 about how to use color:
3874 <UL>
3875   <LI> <A HREF="h_color_setup">Color Setup screen</A>
3876   <LI> <A HREF="h_rules_incols">Index Line Color</A>
3877   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
3878   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
3879 </UL>
3881 &lt;End of help on this topic&gt;
3882 </BODY>
3883 </HTML>
3884 ===== h_mainhelp_mouse ======
3885 <HTML>
3886 <HEAD>
3887 <TITLE>Using a Mouse</TITLE>
3888 </HEAD>
3889 <BODY>
3890 <H1>Using a Mouse</H1>
3892 If you are using PC-Alpine mouse support is turned on automatically.
3893 If you are using UNIX Alpine within an X terminal window or within
3894 a terminal emulator that supports an xterm-style mouse, then you may
3895 turn on support for the mouse with the feature
3896 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
3897 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
3899 PC-Alpine offers considerable mouse support.  You can view what is
3900 &quot;clickable&quot; by dragging your mouse over any screen; when the
3901 arrow cursor changes into a hand, you found something. Mouse-click
3902 possibilities include navigating between screens and folders and
3903 double-clicking on hyperlinks to open your Web browser.
3904 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
3905 screen.  Examples of right-click options include &quot;copy&quot; after
3906 selecting text to copy and &quot;View in New Window&quot; when you click
3907 on a particular message in the Message Index. The menu choices available
3908 to you will vary based upon what screen is open, where on the screen your
3909 cursor is located, and even what action you have already taken.
3910 Within a folder, you may set the &quot;Important&quot; flag on any
3911 message.
3913 X terminal mouse support is more limited but still quite powerful.
3914 As with PC-Alpine, clicking on any of the commands in the keymenu at
3915 the bottom of the screen will execute that command as if you typed it.
3916 Double-clicking on a link, for example the link to the
3917 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
3918 will take you to that link.
3919 Double-clicking on an index line will view the message, and so on.
3921 &lt;End of help on this topic&gt;
3922 </BODY>
3923 </HTML>
3924 ===== h_mainhelp_keywords ======
3925 <HTML>
3926 <HEAD>
3927 <TITLE>Keywords</TITLE>
3928 </HEAD>
3929 <BODY>
3930 <H1>Keywords</H1>
3932 Within a folder, you may set the &quot;Important&quot; flag on any
3933 message.
3934 This doesn't have any system-defined meaning and is only called
3935 the Important flag because many users use it to signify that a message
3936 is important to them in some way.
3938 You may also define your own set of keywords.
3939 You might know these as user defined flags or as labels.
3940 These are similar to the Important flag but you choose the names for yourself.
3942 Alpine will only display keywords that
3943 have been added by you in the Flag Details screen or
3944 that have been configured by you using the Setup/Config option
3945 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
3946 Keywords set by other means (for example, by another email client) will not
3947 show up in Alpine unless you configure Alpine to know about them.
3948 They will show up in the Flag Details screen, but will not show up, for example,
3949 in the index line.
3952 The following entries in Alpine's online help provide additional information 
3953 about how to use keywords:
3954 <ul>
3955   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
3956   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
3957 </ul>
3959 &lt;End of help on this topic&gt;
3960 </BODY>
3961 </HTML>
3962 ===== h_mainhelp_roles ======
3963 <HTML>
3964 <HEAD>
3965 <TITLE>Roles</TITLE>
3966 </HEAD>
3967 <BODY>
3968 <H1>Roles</H1>
3970 You may play different roles depending on who you are replying to. For
3971 example, if you are replying to a message addressed to help-desk you may
3972 be acting as a Help Desk Worker. That role may require that you use a
3973 different return address and/or a different signature.
3976 To configure roles, go to the MAIN MENU and use the Setup command
3977 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
3978 The following entries in Alpine's online help provide additional information 
3979 about how to
3980 use roles:
3981 <ul>
3982   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
3983   <li><a href="h_role_select">Roles Screen</a></li>
3984 </ul>
3986 &lt;End of help on this topic&gt;
3987 </BODY>
3988 </HTML>
3989 ===== h_mainhelp_filtering ======
3990 <HTML>
3991 <HEAD>
3992 <TITLE>Filtering</TITLE>
3993 </HEAD>
3994 <BODY>
3995 <H1>Filtering</H1>
3997 The software that actually delivers mail (the stuff that happens
3998 before Alpine is involved) for you is in a better position to do mail filtering
3999 than Alpine itself.
4000 If possible, you may want to look into using that sort of mail filtering to
4001 deliver mail to different folders, delete it, or forward it.
4002 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
4005 Filtering is a way to automatically move certain messages from one folder
4006 to another or to automatically delete messages.
4007 You may also automatically set the state (Important, New, Deleted, Answered) of messages
4008 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
4009 Alpine doesn't have the ability to forward mail to another address or
4010 to deliver vacation messages.
4013 To configure filtering, go to the MAIN MENU and use the Setup command
4014 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
4015 The following entries in Alpine's online help provide additional information 
4016 about how to use filtering:
4017 <UL>
4018   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
4019 </UL>
4021 &lt;End of help on this topic&gt;
4022 </BODY>
4023 </HTML>
4024 ===== h_mainhelp_patterns ======
4025 <HTML>
4026 <HEAD>
4027 <TITLE>Patterns</TITLE>
4028 </HEAD>
4029 <BODY>
4030 <H1>Patterns</H1>
4032 Patterns are used with Roles, Filtering, Index Coloring,
4033 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
4034 The following entries in Alpine's online help provide information 
4035 about using Patterns:
4036 <UL>
4037   <LI> <A HREF="h_rule_patterns">Patterns</A>
4038 </UL>
4040 &lt;End of help on this topic&gt;
4041 </BODY>
4042 </HTML>
4043 ===== h_mainhelp_cmdlineopts ======
4044 <HTML>
4045 <HEAD>
4046 <TITLE>Command Line Options</TITLE>
4047 </HEAD>
4048 <BODY>
4049 <H1>Command Line Options</H1>
4051 Alpine accepts a number of command line arguments, allowing you, for
4052 example, to start Alpine and immediately access a particular folder.
4053 Many of these arguments overlap with options in the Alpine configuration file.
4054 If there is a difference, then an option set on the command line takes
4055 precedence.
4056 Alpine expects command line arguments (other than addresses) to be
4057 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
4058 A <a href="h_command_line_options">full list</a> of command line
4059 possibilities is available.
4061 &lt;End of help on this topic&gt;
4062 </BODY>
4063 </HTML>
4064 ===== h_mainhelp_config ======
4065 <HTML>
4066 <HEAD>
4067 <TITLE>Alpine Configuration</TITLE>
4068 </HEAD>
4069 <BODY>
4070 <H1>Alpine Configuration</H1>
4072 Unless it has been administratively disabled, the Setup command on the
4073 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
4074 The possible subcommands are for general Configuration settings,
4075 Printer settings, Changing your Password, Signature setup,
4076 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
4077 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
4078 and Color configuration.
4079 In particular, the &quot;Config&quot; subcommand has many features you may
4080 set or unset and many other configuration variables that may be set to change
4081 the way Alpine works.
4082 Every one of the hundreds of options available in that configuration settings
4083 screen has help text associated with it.
4084 You may read that text by moving the cursor to highlight the option and then
4085 typing the Help command.
4087 These settings are stored in your personal
4088 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
4089 <A HREF="h_config_remote_config">remotely</A>),
4090 but on shared systems these settings
4091 may be over-ridden by a system-wide control file (due to local site
4092 security or support policies).  A global pine configuration file can also
4093 be used to set default values for all Alpine users on a particular system.
4094 Power users may be interested in splitting their personal configuration
4095 data into two pieces, a generic piece and
4096 <A HREF="h_config_exceptions">exceptions</A> which apply to
4097 a particular platform.
4098 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
4099 General Alpine configuration information can be found
4100 <A HREF="h_news_config">here</A>.
4102 &lt;End of help on this topic&gt;
4103 </BODY>
4104 </HTML>
4105 ===== h_mainhelp_aggops ======
4106 <HTML>
4107 <HEAD>
4108 <TITLE>Aggregate Operations</TITLE>
4109 </HEAD>
4110 <BODY>
4111 <H1>Aggregate Operations</H1>
4113 When you are in the MESSAGE INDEX, the available commands
4114 (for example, Delete, Undelete, Save, Reply, and so on)
4115 normally act on a single message.
4116 So, for example, if you press the Delete command, the currently highlighted
4117 message is marked Deleted.
4118 These commands that normally act on a single message may be applied to
4119 several messages at once instead.
4121 By default this feature is turned on, but it could be administratively turned
4122 off to reduce complexity.
4123 The feature
4124 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
4125 in the Setup/Config screen is used to turn it off or on.
4126 When this feature is turned on, the four commands &quot;Select&quot;,
4127 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
4128 are available.
4129 The two selection commands allow you to mark a set of
4130 messages as being &quot;selected&quot;.
4131 The &quot;ZoomMode&quot; command will toggle between
4132 displaying only the selected messages and displaying all the messages.
4133 The &quot;Apply&quot; command allows you to
4134 apply one of the regular MESSAGE INDEX commands to all of the selected
4135 messages instead of to only the highlighted message.
4137 An example aggregate operation would be to catch up when reading
4138 a news group.
4139 That is, get rid of all the messages in the news group so that you can
4140 start fresh.
4141 The easiest way to do this in Alpine is to use aggregate operations.
4142 You want to Delete all of the messages in the group.
4143 You could start at the top and type &quot;D&quot; once for every message.
4144 A much faster method is to first Select all of the messages in the group,
4145 and then Delete all of them.
4146 This would take four keystrokes:
4148 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
4149 <BR>
4150 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
4152 Another use of Select is to use it for searching for a particular message
4153 or set of messages in a large folder.
4154 You may know that the message was From a certain user.
4155 You could select all messages from that user to start, and use Zoom to
4156 look at only those messages.
4157 If there were still too many messages to look at you could Narrow the
4158 set of messages further by selecting from all of those messages only
4159 the ones that were after a certain date, or contained a particular phrase
4160 in the Subject, or were too a particular address, and so on.
4161 That may be the end of what you are doing, or you may want to use Apply to
4162 Save or Forward or Print all of the selected messages.
4164 Some related help topics are
4165 <UL>
4166 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
4167 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
4168 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
4169 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
4170 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
4171 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
4172 </UL>
4174 &lt;End of help on this topic&gt;
4175 </BODY>
4176 </HTML>
4177 ===== h_mainhelp_readingnews ======
4178 <HTML>
4179 <HEAD>
4180 <TITLE>Reading News</TITLE>
4181 </HEAD>
4182 <BODY>
4183 <H1>Reading News</H1>
4185 <H2>Background</H2>
4186 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
4187 commands as for mail. Similar to mailing lists but existing on a larger scale, 
4188 Usenet newsgroups allow groups of people with common interests to discuss 
4189 particular topics. You might find newsgroups related to your career, or you 
4190 might wish to check out the online discussion among the fans of your favorite 
4191 television show. 
4193 <H2>Configuring Alpine for Reading News</H2>
4194 Alpine often arrives
4195 pre-configured by your system administrator to automatically access the
4196 newsgroups offered by your organization, Internet Service Provider, or
4197 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
4198 need additional details on <a href="h_configuring_news">how to
4199 configure Alpine to read news</a>.
4201 <H2>Accessing Newsgroups</H2>
4202 The first step in reading news is to access the newsgroups collections
4203 screen from Alpine. If everything is configured properly, you should be able
4204 to do this by first typing L (folder List), then selecting the folder
4205 collection listed as "News." The actual name of this collection may differ
4206 from system to system.
4208 <H2>Subscribing to Newsgroups</H2>
4210 Once you have accessed the news collection, you need to subscribe to a
4211 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
4212 will keep a record of the newsgroups in which you are interested and which
4213 articles in those newsgroups have been read.
4215 <H2>Using Newsgroups</H2> 
4216 Alpine uses the similar commands to read news as to read mail. For example,
4217 the D command marks messages as Deleted (or "Dismissed," if you prefer),
4218 and the R command Replies to a news posting. Basically, Alpine allows you to
4219 read news as if it were mail, so you don't need to change the way you
4220 interact with Alpine.
4222 There is also additional Alpine help available on 
4223 <A HREF="h_reading_news">how to use Alpine to read news</A>.
4225 &lt;End of help on this topic&gt;
4226 </BODY>
4227 </HTML>
4228 ===== h_mainhelp_securing ======
4229 <HTML>
4230 <HEAD>
4231 <TITLE>Securing your Alpine Session</TITLE>
4232 </HEAD>
4233 <BODY>
4234 <H1>Securing your Alpine Session</H1>
4236 By default, Alpine will attempt to connect to an IMAP server on the normal
4237 IMAP service port (143).
4238 If the Alpine you are using has been built to
4239 support &quot;Transport Layer Security&quot; (TLS)
4240 and &quot;Secure Sockets Layer&quot; (SSL) 
4241 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
4242 and the server offers the STARTTLS capability, then a secure (encrypted)
4243 session will be established.
4245 When you are connected to a remote folder the titlebar will contain a plus sign
4246 in the far right column if the connection is encrypted using TLS or SSL.
4247 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
4248 if the connection is encrypted.
4250 <H2>More Information on Alpine with SSL and TLS</H2>
4251 <UL>
4252 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
4253 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
4254 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
4255 <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>
4256 </UL>
4257 <H2>Here are some other security-related features and options</H2>
4259 <UL>
4260 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
4261 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
4262 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
4263 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
4264 <LI> <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> option </LI>
4265 </UL>
4267 &lt;End of help on this topic&gt;
4268 </BODY>
4269 </HTML>
4270 ===== h_mainhelp_problems ======
4271 <HTML>
4272 <HEAD>
4273 <TITLE>Reporting Problems</TITLE>
4274 </HEAD>
4275 <BODY>
4276 <H1>Reporting Problems</H1>
4278 We ask that you first read the relevant help screens and then seek
4279 assistance from your own local support staff.  Once you are sure that your
4280 difficulty is not a local configuration problem, you might look at the
4281 help section explaining where to look for
4282 <A HREF="h_finding_help">more information</A> and where to 
4283 get assistance.
4286 <ADDRESS>
4287    Eduardo Chappa &lt;chappa@washington.edu&gt;
4288 </ADDRESS>
4291 &lt;End of help on this topic&gt;
4292 </BODY>
4293 </HTML>
4294 ===== h_main_menu_commands ======
4295 <HTML>
4296 <HEAD>
4297 <TITLE>MAIN MENU COMMANDS</TITLE>
4298 </HEAD>
4299 <BODY>
4300 <H1>MAIN MENU COMMANDS</H1>
4302 <!--chtml if pinemode="function_key"-->
4303 &nbsp;Available&nbsp;Commands&nbsp;--
4304 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
4305 &nbsp;------------------------------
4306 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
4307 ----------<BR>
4308 &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>
4309 &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>
4310 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
4311 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
4312 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
4313 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
4314 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
4315 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
4316 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4317 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4318 &nbsp;F7&nbsp;&nbsp;<A 
4319 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
4320 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4321 &nbsp;F8&nbsp;&nbsp;<A 
4322 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
4323 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
4324 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 
4325 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
4326 &nbsp;F10&nbsp;<A 
4327 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 
4328 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
4329 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4330 &nbsp;F11&nbsp;<A 
4331 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4332 <!--chtml else-->
4333 &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>
4334 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
4335 &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>
4336 &nbsp;C&nbsp;&nbsp;<A 
4337 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>
4338 &nbsp;I&nbsp;&nbsp;<A 
4339 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>
4340 &nbsp;L&nbsp;&nbsp;<A 
4341 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>
4342 &nbsp;A&nbsp;&nbsp;<A 
4343 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
4344 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
4345 &nbsp;S&nbsp;&nbsp;<A 
4346 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 
4347 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4348 &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>
4349 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
4350 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4351 <!--chtml endif-->
4354 NOTE:
4355 <OL>
4356  <LI>For help on a particular command, highlight the bold text associated
4357 with it above and hit Return.
4358  <LI> The availability of certain commands (e.g. some of the options under
4359 SETUP) is determined by Alpine configuration files and system capabilities.
4360 At some sites, certain commands may not be available due to security or
4361 support concerns.
4362 </OL>
4364 &lt;End of help on this topic&gt;
4365 </BODY>
4366 </HTML>
4368 ===== h_command_line_options ======
4369 <HTML>
4370 <HEAD>
4371 <TITLE>COMMAND LINE OPTIONS</TITLE>
4372 </HEAD>
4373 <BODY>
4374 <H1>COMMAND LINE OPTIONS</H1>
4375 Possible starting arguments for Alpine:
4377 <DL COMPACT>
4379 <DT> <EM>[addresses]</EM>
4381 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
4382 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
4383 <EM>Alpine</EM> will startup in
4384 the composer with a message started to the addresses specified.
4385 Once the message is sent, the <EM>Alpine</EM> session closes.
4386 Standard input redirection is allowed.
4387 Separate multiple addresses with a space between them.
4388 Addresses are placed in the &quot;To&quot; field only.
4391 <DT> &lt; <EM>file</EM>
4393 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
4394 into the body of the message.
4395 Once the message is sent, the <EM>Alpine</EM> session closes. 
4398 <DT> -attach <EM>file</EM>
4400 <DD> Go directly into composer with given file attached.
4403 <DT> -attachlist <EM>file-list</EM>
4405 <DD> Go directly into composer with given files attached.
4406 This must be the last option on the command line.
4409 <DT> -attach_and_delete <EM>file</EM>
4411 <DD> Go directly into composer with given file attached, delete when finished.
4414 <DT> -aux <EM>local_directory</EM>
4416 <DD> <EM>PC-Alpine</EM> only.
4417 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
4418 files, like debug files, address books, and signature files.  The pinerc may 
4419 be local or remote.
4422 <DT> -bail
4424 <DD> If the personal configuration file doesn't already exist, exit.
4425 This might be useful if the configuration file is accessed using some
4426 remote filesystem protocol. If the remote mount is missing this will cause
4427 <EM>Alpine</EM> to quit instead of creating a new pinerc.
4430 <DT> -c <EM>n</EM>
4432 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
4433 This is used when there are multiple folder collections (contexts) and you 
4434 want to open a folder not in the primary collection.
4437 <DT> -conf
4439 <DD> Configuration: Prints a sample system configuration file to the
4440 screen or standard output. To generate an initial system configuration 
4441 file, execute
4443 <PRE><CODE>
4444                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
4445 </CODE></PRE>
4448 To generate a system configuration file using settings from an old
4449 system configuration file, execute
4451 <PRE><CODE>
4452                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
4453 </CODE></PRE>
4455 A system configuration file is not required.
4458 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
4460 <DD> Copy an address book file to a remote address book folder.
4461 If the remote folder doesn't exist, it will be created.
4462 If it exists but the first message in the folder isn't a remote address
4463 book header message, the copy will be aborted.
4464 This flag will not usually be used by a user.
4465 Instead, the user will create a remote address book from within <EM>Alpine</EM>
4466 and copy entries from the local address book by using aggregate Save in
4467 the address book screen.
4470 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
4472 <DD> Copy a pinerc configuration file to a remote pinerc folder.
4473 If the remote folder doesn't exist, it will be created.
4474 If it exists but the first message in the folder isn't a remote pinerc
4475 header message, the copy will be aborted.
4476 This flag may be useful to users who already have a local pinerc file and
4477 would like to convert it to a remote pinerc folder and use that instead.
4478 This gives a way to bootstrap that conversion without having to manually
4479 reset all of the variables in the remote pinerc folder.
4482 <DT> -d <EM>debug-level</EM>
4484 <DD> Debug Level:  Sets the level of debugging information written by
4485 <EM>Alpine</EM>.
4486 <EM>debug-level</EM> can be set to any integer 0-9.
4487 A debug level of 0 turns off debugging for the session.
4488 (Actually there are some levels higher than 9, but you probably don't
4489 want to see them.)
4492 <DT> -d <EM>keywords</EM>
4494 <DD> You may use a more detailed version of the debugging flag to set
4495 the debug level in separate parts of <EM>Alpine</EM>.
4496 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
4497 verbose=0..9.
4498 <EM>Flush</EM> causes debugging information to be flushed immediately to
4499 the debug file as it is written.
4500 <EM>Verbose</EM> is the general debugging verbosity level.
4501 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
4502 is useful when you are trying to figure out what is responsible for delays.
4503 <EM>Numfiles</EM> sets the number of debug files saved.
4504 <EM>Imap</EM> sets the debug level for the debugging statements related
4505 to the conversation with the IMAP server, and more generally, for the
4506 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
4507 <EM>Tcp</EM> turns on some TCP/IP debugging.
4510 <DT> -f <EM>folder</EM>
4512 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
4513 of the standard INBOX.
4516 <DT> -F <EM>file</EM>
4518 <DD> Open named text file for viewing and forwarding.
4521 <DT> -h
4523 <DD> Help:  Prints the list of available command-line arguments to the
4524 screen.
4527 <DT> -i
4529 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
4530 screen instead of the MAIN MENU.
4533 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
4536 <DT> -I <EM>a,b,c,...</EM>
4538 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
4539 sequence of commands upon startup.
4540 This allows users to get <EM>Alpine</EM> to start in any
4541 of its menus/screens.
4542 You cannot include any input to the composer in the initial keystrokes.
4543 The key &lt;Return&gt; is represented by a ``CR'' in
4544 the keystroke list; the spacebar is designated by the letters ``SPACE''.
4545 Control keys are two character sequences beginning with ``^'', such as
4546 ``^I''.
4547 A tab character is ``TAB''.
4548 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
4549 ``DOWN'', ``LEFT'', and ``RIGHT''.
4550 A restriction is that you can't mix function keys and character keys in this
4551 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
4552 A user can always use only <EM>character</EM> keys in the startup list even
4553 if he or she is using <EM>function</EM> keys normally, or vice versa.
4554 If an element in this list is a string of characters surrounded by double
4555 quotes (&quot;) then it will be expanded into the individual characters in
4556 the string, excluding the double quotes.
4559 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
4562 <DT> -install
4564 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
4565 some basic information to help with getting properly set up.
4568 <DT> -k
4570 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
4571 the input of commands to be function-keys.
4572 Otherwise, commands are linked to the regular character keys.
4575 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
4576 <EM>Feature-List</EM>.
4579 <DT> -n <EM>n</EM>
4581 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
4582 FOLDER INDEX screen with the current message being the specified
4583 message number.
4586 <DT> -nosplash
4588 <DD> <EM>PC-Alpine</EM> only.
4589 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
4590 This may be helpful for certain troubleshooting or terminal server scenarios.
4593 <DT> -o <EM>folder</EM>
4595 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
4598 <DT> -p <EM>pinerc</EM>
4600 <DD> Uses the named file as the personal configuration file instead of
4601 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
4602 Alpinerc may be either a local file or a remote configuration folder.
4605 <DT> -P <EM>pinerc</EM>
4607 <DD> Uses the named file as the system wide configuration file instead of
4608 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
4609 Alpinerc may be either a local file or a remote configuration folder.
4612 <DT> -passfile <EM>passfile</EM>
4614 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
4615 This should be a fully-qualified filename.
4618 <DT> -pinerc <EM>file</EM>
4620 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
4621 settings of variables that the user has made.
4622 Use <EM>file</EM> set to ``-'' to make output go to standard out.
4625 <DT> -r
4627 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
4628 <EM>Alpine</EM> in restricted mode can only send email to itself.
4629 Save and export are limited.
4632 <DT> -registry <EM>cmd</EM>
4634 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
4635 <EM>Alpine</EM>'s registry entries.
4636 Possible values for <EM>cmd</EM> are set, clear, and dump.
4637 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
4638 entries according to its current settings.
4639 <EM>Clear</EM> will clear the registry values.
4640 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
4641 <EM>Dump</EM> will display the values of current registry settings.
4642 Note that the dump command is currently disabled.
4643 Without the -registry option, <EM>PC-Alpine</EM> will write values into
4644 the registry only if there currently aren't any values set.
4647 <DT> -sort <EM>key</EM>
4649 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
4650 FOLDER INDEX screen.
4651 <EM>Key</EM> can have the following values: 
4652 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
4653 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
4654 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
4655 The default value is &quot;arrival&quot;.
4656 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
4659 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
4662 <DT> -uninstall
4664 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
4665 in Windows settings.  The registry settings are removed and
4666 the password cache is cleared.
4669 <DT> -url <EM>url</EM>
4671 <DD> Open the given URL.
4674 <DT> -v
4676 <DD> Version:  Print version information to the screen.
4679 <DT> -x <EM>exceptions_config</EM>
4681 <DD> Configuration settings in the exceptions configuration override your normal
4682 default settings.
4683 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
4686 <DT> -z
4688 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
4689 will suspend the <EM>Alpine</EM> session.
4692 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
4693 <EM>Feature-List</EM>.
4696 <DT> -<EM>option</EM>=<EM>value</EM>
4698 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
4699 For example, <EM>-signature-file=sig1</EM> or
4700 <EM>-Feature-List=signature-at-bottom</EM>.
4701 Note:  Feature-List values are
4702 additive and features may be preceded with no- to turn them off.
4703 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
4704 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
4705 <EM>-Feature-List=signature-at-bottom</EM>.
4708 </DL>
4710 &lt;End of help on this topic&gt;
4711 </BODY>
4712 </HTML>
4713 ===== h_configuring_news ======
4714 <HTML>
4715 <HEAD>
4716 <TITLE>CONFIGURING NEWS</TITLE>
4717 </HEAD>
4718 <BODY>
4719 <H1>CONFIGURING NEWS</H1>
4720 Alpine can access news folders in any one of three different ways:
4721 <DL>
4722 <DT>REMOTE NNTP</DT>
4723 <DD>Using the Network News Transport Protocol (NNTP) to
4724 access news on a remote news server.  In this case the newsrc file is
4725 stored on the machine where Alpine is running.
4728 To specify a remote news-collection accessed via NNTP use the
4729 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4730 Server: value to the NNTP server's hostname appended with the
4731 communication method &quot;/service=NNTP&quot;, and set the Path:
4732 value to the &quot;#news.&quot; namespace (without the quotes).  See
4733 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
4734 help text for a more complete explanation of access method, and the
4735 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4736 text for a more complete explanation of &quot;namespace&quot;.
4738 Instead of specifying a news-collection, you may simply set the
4739 <A HREF="h_config_nntp_server">NNTP Server</A>
4740 option, which will cause Alpine to create a default news-collection for you.
4741 Another NNTP option that may be of interest is
4742 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
4744 <DT>REMOTE IMAP</DT>
4745 <DD>Using the Internet Message Access Protocol (IMAP) to
4746 access news on a remote news server.  In this case, your newsrc file is
4747 stored on the news server, in your home directory, so you must have an
4748 account on the news server, but you would be running Alpine on a different
4749 machine.  The news server must be running an IMAPd server process. 
4752 To specify a remote news-collection accessed via IMAP use the
4753 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4754 Server: value to the IMAP server's hostname, and set the Path: value
4755 to the &quot;#news.&quot; namespace (without the quotes).  See the
4756 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4757 text for a more complete explanation of &quot;namespace&quot;.
4759 </DD>
4761 <DT>LOCAL</DT>
4762 <DD>Using local file access to the news database.  In this
4763 case, your newsrc file is stored on the news server, in your home
4764 directory, so you must have an account on the news server, and you would
4765 be running Alpine on the same machine.
4768 To specify a local news-collection use the SETUP/collectionList
4769 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
4770 set the Path: value to the &quot;#news.&quot; namespace (without the
4771 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
4772 field's help text for a more complete explanation of &quot;namespace&quot;.
4774 </DD>
4775 </DL>
4779 NOTE: Should no news-collection be defined as above, Alpine will
4780 automatically create one using the Setup/Config screen's
4781 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
4782 will be created as a &quot;Remote NNTP&quot; as described above.
4786 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
4787 possible.  If you don't have an account on the news server, or if the news
4788 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
4789 sure, ask your service provider, university, or company for help.)  In
4790 this case, your Unix .newsrc file can be transferred to your PC.  A good
4791 place to put it would be in the same directory as your PINERC file, under
4792 the name NEWSRC, but you can 
4793 <A HREF="h_config_newsrc_path">specify a different location</A>
4794 via Alpine's Setup/Config screen.
4797 Other configuration features related to news are
4798 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
4799 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
4800 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
4801 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
4802 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
4803 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
4804 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
4805 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
4808 &lt;End of help on this topic&gt;
4809 </BODY>
4810 </HTML>
4811 ===== h_reading_news ======
4812 <HTML>
4813 <HEAD>
4814 <TITLE>READING NEWS</TITLE>
4815 </HEAD>
4816 <BODY>
4817 <H1>READING NEWS</H1>
4819 Alpine uses almost the same commands for manipulating news folders as for
4820 mail folders.  This means, for example, that when you are done with a
4821 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
4822 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
4823 most newsreaders, wherein a message is implicitly dismissed after you have
4824 looked at it once. We strongly believe that Alpine should offer as much
4825 consistency as possible between mail and news, so the mail paradigm --
4826 wherein a message does not magically disappear without explicit action by
4827 the user -- is used for news as well. <P>
4829 If you answer a message in a news folder, the index view will show the
4830 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
4831 keep track of what news as been read has no way of storing this flag, so
4832 it will not be preserved across sessions.  The Deleted flag is the only
4833 one that is preserved when you leave and then return to a newsgroup.  As an
4834 additional note on replies, when you Reply to a newsgroup message and say
4835 you want to reply to all recipients, Alpine will ask if you want to post the
4836 message to all the newsgroups listed in the original message. <P>
4838 If you would like Alpine to mark more-or-less recent news messages as
4839 &quot;New&quot;, then set the
4840 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
4841 feature (which is set by default).  This will cause messages after the last one you have marked as
4842 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
4843 &quot;N&quot; status often makes it easier to distinguish later news
4844 articles from those you've previously seen, but not yet disposed of via
4845 the &quot;D&quot; key.  Note that this is an approximation, not an exact
4846 record of which messages you have not seen.
4849 A frequent operation in news-reading is &quot;catching up&quot; -- that
4850 is, getting rid of all the messages in the newsgroup so that you can
4851 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
4852 Select command.  You would enter the following four keystrokes:
4853 <tt>;aad</tt> to select all messaged, and then apply the delete (or
4854 dismiss) command to all of them.
4857 There are also additional details on 
4858 <A HREF="h_configuring_news">configuring news</a>.
4861 &lt;End of help on this topic&gt;
4862 </BODY>
4863 </HTML>
4864 ====== h_help_index ======
4865 <HTML>
4866 <HEAD>
4867 <TITLE>Help Index</TITLE>
4868 </HEAD>
4869 <BODY>
4870 <H1>Help Index</H1>
4871 <ul>
4872 <li><a href="h_mainhelp_abooks">Address Books</a></li>
4873 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
4874 <li><a href="h_main_addrbook">Address Book Command</a>
4875 <li><a href="h_abook_view">Address Book View Explained</a>
4876 <li><a href="h_compose_addrcomplete">Address Completion</a>
4877 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
4878 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
4879 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
4880 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
4881 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
4882 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
4883 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
4884 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
4885 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
4886 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
4887 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
4888 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
4889 <li><a href="h_mainhelp_config">Alpine Configuration</a>
4890 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
4891 <li><a href="h_news_legal">Alpine Legal Notices</a>
4892 <li><a href="h_compose_alted">Alt Editor Command</a>
4893 <li><a href="h_index_cmd_apply">Apply Command</a>
4894 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
4895 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
4896 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
4897 <li><a href="h_composer_browse">BROWSER</a>
4898 <li><a href="h_common_bounce">Bounce Command</a>
4899 <li><a href="h_compose_cancel">Cancel Command</a>
4900 <li><a href="h_config_change_your_from">Changing your From Address</a>
4901 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
4902 <li><a href="h_mainhelp_color">Color</a>
4903 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
4904 <li><a href="h_composer">COMPOSER COMMANDS</a>
4905 <li><a href="h_mainhelp_composing">Composing Messages</a>
4906 <li><a href="h_mainhelp_collections">Collection Lists</a>
4907 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
4908 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
4909 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
4910 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
4911 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
4912 <li><a href="h_common_compose">Compose Command</a>
4913 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
4914 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
4915 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
4916 <li><a href="h_mainhelp_config">Configuration</a>
4917 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
4918 <li><a href="h_config_dflt_color">Default Color</a>
4919 <li><a href="h_common_delete">Delete and Undelete Commands</a>
4920 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
4921 <li><a href="h_special_list_commands">Email List Commands Explained</a>
4922 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
4923 <li><a href="h_folder_open">Explanation of Folder Selection</a>
4924 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
4925 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
4926 <li><a href="h_ge_export">Export File Selection</a>
4927 <li><a href="h_ge_allparts">Export Message File Selection</a>
4928 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
4929 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
4930 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
4931 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
4932 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
4933 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
4934 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
4935 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
4936 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
4937 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
4938 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
4939 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
4940 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
4941 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
4942 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
4943 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
4944 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
4945 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
4946 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
4947 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
4948 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
4949 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
4950 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
4951 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
4952 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
4953 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
4954 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
4955 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
4956 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
4957 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
4958 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
4959 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
4960 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
4961 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
4962 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
4963 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
4964 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
4965 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
4966 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
4967 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
4968 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
4969 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
4970 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
4971 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
4972 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
4973 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
4974 <li><a href="h_config_delete_before_writing">FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></a>
4975 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
4976 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
4977 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
4978 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
4979 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
4980 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
4981 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
4982 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
4983 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
4984 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
4985 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
4986 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
4987 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
4988 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
4989 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
4990 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
4991 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
4992 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
4993 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
4994 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
4995 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
4996 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
4997 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
4998 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
4999 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
5000 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
5001 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
5002 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
5003 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
5004 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
5005 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
5006 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
5007 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
5008 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
5009 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
5010 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
5011 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
5012 <li><a href="h_external_loads_inline_images_only">FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
5013 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
5014 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
5015 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
5016 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
5017 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
5018 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
5019 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
5020 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
5021 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
5022 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
5023 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
5024 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
5025 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
5026 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
5027 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
5028 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
5029 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
5030 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
5031 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
5032 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
5033 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
5034 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
5035 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
5036 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
5037 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
5038 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
5039 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
5040 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
5041 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
5042 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
5043 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
5044 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
5045 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
5046 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
5047 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
5048 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
5049 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
5050 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
5051 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
5052 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
5053 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
5054 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
5055 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
5056 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
5057 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
5058 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
5059 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
5060 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
5061 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
5062 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
5063 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
5064 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
5065 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
5066 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
5067 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
5068 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
5069 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
5070 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
5071 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
5072 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
5073 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
5074 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
5075 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
5076 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
5077 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
5078 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
5079 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
5080 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
5081 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
5082 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
5083 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
5084 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
5085 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
5086 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
5087 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
5088 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
5089 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
5090 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
5091 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
5092 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
5093 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
5094 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
5095 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
5096 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
5097 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
5098 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
5099 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
5100 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
5101 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
5102 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
5103 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
5104 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
5105 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
5106 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
5107 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
5108 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
5109 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
5110 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
5111 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
5112 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
5113 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
5114 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
5115 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
5116 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
5117 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
5118 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
5119 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
5120 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
5121 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
5122 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
5123 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
5124 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
5125 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
5126 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
5127 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
5128 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
5129 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
5130 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
5131 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
5132 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
5133 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
5134 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
5135 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
5136 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
5137 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
5138 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
5139 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
5140 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
5141 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
5142 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
5143 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
5144 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
5145 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
5146 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
5147 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
5148 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
5149 <li><a href="h_mainhelp_filtering">Filtering</a>
5150 <li><a href="h_finding_help">Finding more information and requesting help</a>
5151 <li><a href="h_common_flag">Flag Command</a>
5152 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
5153 <li><a href="h_mainhelp_folders">Folders</a>
5154 <li><a href="h_what_are_collections">Folder Collections Explained</a>
5155 <li><a href="h_common_folders">Folder List Command</a>
5156 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
5157 <li><a href="h_folder_save">Folder Select for Save Explained</a>
5158 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
5159 <li><a href="h_config_change_your_from">From Address, Changing</a>
5160 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
5161 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
5162 <li><a href="h_common_goto">Goto Command</a>
5163 <li><a href="h_common_hdrmode">HdrMode Command</a>
5164 <li><a href="h_mainhelp_pinehelp">Help</a>
5165 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
5166 <li><a href="h_folder_maint">Help for Folder List</a>
5167 <li><a href="h_valid_folder_names">IMAP</a>
5168 <li><a href="h_ge_import">Import File Selection</a>
5169 <li><a href="h_mainhelp_index">Index of Messages</a>
5170 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
5171 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
5172 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
5173 <li><a href="h_info_on_mbox">Information on mbox driver</a>
5174 <li><a href="h_mainhelp_intro">Introduction</a>
5175 <li><a href="h_main_journal">Journal Command</a>
5176 <li><a href="h_common_jump">Jump Command</a>
5177 <li><a href="h_compose_justify">Justify Command</a>
5178 <li><a href="h_main_kblock">Keyboard Lock Command</a>
5179 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
5180 <li><a href="h_mainhelp_ldap">LDAP</a>
5181 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
5182 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
5183 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
5184 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
5185 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
5186 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
5187 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
5188 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
5189 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
5190 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
5191 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
5192 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
5193 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
5194 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
5195 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
5196 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
5197 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
5198 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
5199 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
5200 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
5201 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
5202 <li><a href="h_ldap_view">LDAP Response View Explained</a>
5203 <li><a href="h_maildrop">Mail Drop: What is it?</a>
5204 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
5205 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
5206 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
5207 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
5208 <li><a href="h_common_index">Message Index Command</a>
5209 <li><a href="h_mainhelp_mouse">Mouse</a>
5210 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
5211 <li><a href="new_user_greeting">NEW USER GREETING</a>
5212 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
5213 <li><a href="h_mainhelp_readingnews">News Reading</a>
5214 <li><a href="h_folder_subscribe">Newsgroup Subscribe Screen explained</a>
5215 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
5216 <li><a href="h_common_nextnew">NextNew Command</a>
5217 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
5218 <li><a href="h_mainhelp_readingnews">NNTP</a>
5219 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
5220 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
5221 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
5222 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
5223 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
5224 <li><a href="h_config_color_style">OPTION: Color Style</a>
5225 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
5226 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
5227 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
5228 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
5229 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
5230 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
5231 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
5232 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
5233 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
5234 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
5235 <li><a href="h_config_encryption_range">OPTION: <!--#echo var="VAR_encryption-protocol-range"--></a>
5236 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
5237 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
5238 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
5239 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
5240 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
5241 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
5242 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
5243 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
5244 <li><a href="h_config_file_dir">OPTION: File Directory</a>
5245 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
5246 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
5247 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
5248 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
5249 <li><a href="h_config_font_name">OPTION: Font Name</a>
5250 <li><a href="h_config_font_size">OPTION: Font Size</a>
5251 <li><a href="h_config_font_style">OPTION: Font Style</a>
5252 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
5253 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
5254 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
5255 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
5256 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
5257 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
5258 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
5259 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
5260 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
5261 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
5262 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
5263 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
5264 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
5265 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
5266 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
5267 <li><a href="h_config_index_color">OPTION: Index Colors</a>
5268 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
5269 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
5270 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
5271 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
5272 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
5273 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
5274 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
5275 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
5276 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
5277 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
5278 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
5279 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
5280 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
5281 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
5282 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
5283 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
5284 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
5285 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
5286 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
5287 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
5288 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
5289 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
5290 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
5291 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
5292 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
5293 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
5294 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
5295 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
5296 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
5297 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
5298 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
5299 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
5300 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
5301 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
5302 <li><a href="h_config_pat_old">OPTION: Patterns</a>
5303 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
5304 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
5305 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
5306 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
5307 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
5308 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
5309 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
5310 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
5311 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
5312 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
5313 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
5314 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
5315 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
5316 <li><a href="h_config_printer">OPTION: Printer</a>
5317 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
5318 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
5319 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
5320 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
5321 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
5322 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
5323 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
5324 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
5325 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
5326 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
5327 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
5328 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
5329 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
5330 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
5331 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
5332 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
5333 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
5334 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
5335 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
5336 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
5337 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
5338 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
5339 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
5340 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
5341 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
5342 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
5343 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
5344 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
5345 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
5346 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
5347 <li><a href="h_config_status_color">OPTION: Status Color</a>
5348 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
5349 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
5350 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
5351 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
5352 <li><a href="h_config_quit_query_timeo">OPTION: <!--#echo var="VAR_close-connection-timeout"--></a>
5353 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
5354 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
5355 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
5356 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
5357 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
5358 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
5359 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
5360 <li><a href="h_config_title_color">OPTION: Title Color</a>
5361 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
5362 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
5363 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
5364 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
5365 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
5366 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
5367 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
5368 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
5369 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
5370 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
5371 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
5372 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
5373 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
5374 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
5375 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
5376 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
5377 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
5378 <li><a href="h_config_window_position">OPTION: Window-Position</a>
5379 <li><a href="h_mainhelp_patterns">Patterns</a>
5380 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
5381 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
5382 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
5383 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
5384 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
5385 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
5386 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
5387 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
5388 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
5389 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
5390 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
5391 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
5392 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
5393 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
5394 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
5395 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
5396 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
5397 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
5398 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
5399 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
5400 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
5401 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
5402 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
5403 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
5404 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
5405 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
5406 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
5407 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
5408 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
5409 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
5410 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
5411 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
5412 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
5413 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
5414 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
5415 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
5416 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
5417 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
5418 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
5419 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
5420 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
5421 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
5422 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
5423 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
5424 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
5425 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
5426 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
5427 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
5428 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
5429 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
5430 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
5431 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
5432 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
5433 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
5434 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
5435 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
5436 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
5437 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
5438 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
5439 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
5440 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
5441 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
5442 <li><a href="h_common_pipe">Pipe Command</a>
5443 <li><a href="h_valid_folder_names">POP</a>
5444 <li><a href="h_common_postpone">Postpone Command</a>
5445 <li><a href="h_common_print">Print Command</a>
5446 <li><a href="h_mainhelp_readingnews">Reading News</a>
5447 <li><a href="h_news">RELEASE NOTES for Alpine</a>
5448 <li><a href="h_mainhelp_roles">Roles</a>
5449 <li><a href="h_role_select">ROLES SCREEN</a>
5450 <li><a href="h_compose_readfile">Read File Command</a>
5451 <li><a href="h_mainhelp_reading">Reading Messages</a>
5452 <li><a href="h_main_release_notes">Release Notes Command</a>
5453 <li><a href="h_common_reply">Reply and Forward Commands</a>
5454 <li><a href="h_compose_richhdr">Rich Header Command</a>
5455 <li><a href="h_common_role">Role Command</a>
5456 <li><a href="h_mainhelp_smime">S/MIME</a>
5457 <li><a href="h_index_cmd_select">Searching for Messages</a>
5458 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
5459 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
5460 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
5461 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
5462 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
5463 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
5464 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
5465 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
5466 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
5467 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
5468 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
5469 <li><a href="h_common_save">Save and Export Commands</a>
5470 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
5471 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
5472 <li><a href="h_compose_send">Send Command</a>
5473 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
5474 <li><a href="h_main_setup">Setup Command</a>
5475 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
5476 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
5477 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
5478 <li><a href="h_mainhelp_smime">S/MIME</a>
5479 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
5480 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
5481 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
5482 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
5483 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
5484 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
5485 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
5486 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
5487 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
5488 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
5489 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
5490 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
5491 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
5492 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
5493 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
5494 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
5495 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
5496 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
5497 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
5498 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
5499 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
5500 <li><a href="h_index_cmd_sort">Sort Command</a>
5501 <li><a href="h_compose_spell">Spell Check Command</a>
5502 <li><a href="h_common_suspend">Suspend Command</a>
5503 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
5504 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
5505 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
5506 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
5507 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
5508 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
5509 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
5510 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
5511 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
5512 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
5513 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
5514 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
5515 <li><a href="h_common_take">TakeAddr Command</a>
5516 <li><a href="h_mainhelp_status">Titlebar Line</a>
5517 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
5518 <li><a href="h_config_usenone_color">Use None Color</a>
5519 <li><a href="h_config_usenormal_color">Use Normal Color</a>
5520 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
5521 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
5522 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
5523 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
5524 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
5525 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
5526 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
5527 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
5528 </UL>
5531 &lt;End of Help Index&gt;
5532 </BODY>
5533 </HTML>
5536 ============== h_config_remote_config =============
5537 <HTML>
5538 <HEAD>
5539 <TITLE>Remote Configuration</TITLE>
5540 </HEAD>
5541 <BODY>
5542 <H1>Remote Configuration</H1>
5544 You may use the command line argument &quot;-p pinerc&quot; to tell
5545 Alpine to use a non-default configuration file.
5546 There are two types of storage for configuration information.
5547 <EM>Local</EM> configuration files are used by default.
5548 These are just regular files on the UNIX system or on the PC.
5549 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
5550 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
5551 <EM>Remote</EM> configuration folders are stored on an IMAP server.
5552 The advantage of using a remote configuration is that the same information
5553 may be accessed from multiple platforms.
5554 For example, if you use one computer at work and another at home, the same
5555 configuration could be used from both places.
5556 A configuration change from one place would be seen in both places.
5557 To use a remote configuration you simply give a
5558 <A HREF="h_valid_folder_names">remote folder name</A>
5559 as the argument to the &quot;-p&quot; command line option.
5560 The command line might look something like:
5562 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
5564 If there are special characters in the command shell you use, you may need to
5565 quote the last argument (to protect the curly braces from the shell).
5566 The command might look like:
5568 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
5570 You should choose a folder name for a folder that does not yet exist.
5571 It will be created containing an empty configuration.
5572 Do not use a folder that you wish to store regular mail messages in.
5574 The Setup/RemoteConfigSetup command will help you convert from a local
5575 configuration to a remote configuration.
5576 It will create a remote configuration for you and copy your current local
5577 configuration to it.
5578 It will also help you convert local address books into remote address books
5579 and local signature files into literal signatures contained in the
5580 remote configuration file.
5582 If the Setup/RemoteConfigSetup command doesn't do what you want, you
5583 may copy a local pinerc file to a remote configuration folder by hand
5584 by using the command line option &quot;-copy_pinerc&quot;.
5586 Another command line option, which is somewhat related to remote
5587 configuration, is the option &quot;-x exceptions_config&quot;.
5588 The configuration settings in the exceptions configuration override
5589 your default settings.
5590 It may be useful to store the default configuration (the -p argument) remotely
5591 and to have the exceptions configuration stored in a local file.
5592 You might put generic configuration information in the remote configuration
5593 and platform-specific configuration on each platform in the exceptions
5594 configuration.
5595 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
5596 can be either remote folders or local files.
5598 There is another command line argument that works only with PC-Alpine and
5599 which may prove useful when using a remote configuration.
5600 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
5601 to store your local auxiliary files.
5602 This only has an effect if your configuration file is remote.
5603 Some examples of auxiliary files are debug files, address book files, and
5604 signature files.
5606 &lt;End of help on this topic&gt;
5607 </BODY>
5608 </HTML>
5609 ============== h_config_exceptions =============
5610 <HTML>
5611 <HEAD>
5612 <TITLE>Generic and Exceptional Configuration</TITLE>
5613 </HEAD>
5614 <BODY>
5615 <H1>Generic and Exceptional Configuration</H1>
5617 If you use Alpine from more than one platform it may be convenient
5618 to split your configuration information into two pieces, a generic piece
5619 and exceptions that apply to a particular platform.
5620 For example, suppose you use Alpine from home and from work.
5621 Most of your configuration settings are probably the
5622 same in both locations, so those settings belong in the generic settings
5623 configuration.
5624 However, you may use a different SMTP server and INBOX
5625 from home than you do from work.
5627 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
5629 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
5630 options could be
5631 part of your exceptional configuration so that they could be different in the
5632 two places.
5634 The command line option &quot;-x exceptions_config&quot;
5635 may be used to split your configuration into generic and exceptional pieces.
5636 &quot;Exceptions_config&quot; may be either local or remote.
5637 The regular Alpine configuration file will contain the generic data, and
5638 &quot;exceptions_config&quot; will contain the exceptional data.
5640 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
5641 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
5642 in the same local directory that the regular config file is located in (usually
5643 the Unix home directory).
5644 If the regular config file is remote (because the command line option
5645 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
5646 directory for &quot;<CODE>.pinercex</CODE>&quot;.
5647 If the file does not already exist then no exceptions will be used.
5648 You can force exceptions to be used by using the &quot;-x&quot; option or
5649 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
5651 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
5652 PC-Alpine will use the value of the
5653 environment variable <CODE>$PINERCEX</CODE>.
5654 If that is not set, PC-Alpine will look for
5655 the local file &quot;<CODE>PINERCEX</CODE>&quot;
5656 in the same local directory that the regular config file is located in.
5657 If the regular config file is remote (because the command line option
5658 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
5659 local directory specified by the &quot;-aux local_directory&quot; command
5660 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
5661 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
5663 When you have an exception configuration there is a new command
5664 in the Alpine Setup screen, Setup/eXceptions.
5665 It toggles between exceptions and the regular configuration.
5666 This is the usual way to make changes in your exceptional configuration data.
5667 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
5668 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
5669 for Config or &quot;K&quot; for Kolor.
5671 For most people, splitting the configuration information into two pieces is
5672 going to be most useful if the generic information is accessed
5673 <A HREF="h_config_remote_config">remotely</A>).
5674 That data will be the same no matter where you access it from and if you
5675 change it that change will show up everywhere.
5676 The exceptional data will most commonly be in a local file, so that the
5677 contents may easily be different on each computing platform used.
5679 If you already have a local configuration file with settings you like
5680 you may find that the command Setup/RemoteConfigSetup is useful
5681 in helping you convert to a remote configuration.
5682 The command line flag &quot;-copy_pinerc&quot;
5683 may also be useful.
5685 &lt;End of help on this topic&gt;
5686 </BODY>
5687 </HTML>
5688 ============== h_config_inheritance =============
5689 <HTML>
5690 <HEAD>
5691 <TITLE>Configuration Inheritance</TITLE>
5692 </HEAD>
5693 <BODY>
5694 <H1>Configuration Inheritance</H1>
5696 Configuration inheritance is a power user feature.
5697 It is confusing and not completely supported by the configuration
5698 user interface.
5699 We start with an explanation of how configuration works in hopes of making
5700 it easier to describe how inheritance works.
5702 Alpine uses a hierarchy of configuration values from different locations.
5703 There are five ways in which each configuration option (configuration
5704 variable) can be set.
5705 In increasing order of precedence they are:
5707 <OL>
5708 <LI> the system-wide configuration file.
5710 <LI> the personal configuration file
5712 <LI> the personal exceptions file
5714 <LI> a command line argument
5716 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
5717 </OL>
5719 The fixed configuration file is normally
5720 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
5722 The system-wide configuration file is normally
5723 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
5724 set for PC-Alpine.
5725 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
5726 is used for the system-wide configuration.
5727 This location can be set or changed on the command line with the -P flag.
5728 The system-wide configuration file can be either a local file or a
5729 remote configuration folder.
5731 For Unix Alpine, the personal configuration file is normally the file
5732 <CODE>.pinerc</CODE> in the user's home directory.
5733 This can be changed with the -p command line flag.
5734 For PC-Alpine, the personal configuration file is in
5735 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
5736 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
5737 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
5738 This can be changed with the -p command line flag.
5739 If -p is used, the configuration data may be in a local file or a remote config
5740 folder.
5742 For Unix Alpine, the personal exceptions configuration file is named
5743 <CODE>.pinercex</CODE> and is in the same directory as the personal
5744 configuration file, if that configuration file is not remote, and is in
5745 the home directory if the personal configuration file is remote.
5746 If the file exists, then exceptions are turned on.
5747 If it doesn't, then you are not using exceptions.
5748 Alternatively, you may change the location of the exceptions configuration
5749 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5750 Like the personal configuration data, exceptions_config may be
5751 either local or remote.
5753 For PC-Alpine, the personal exceptions configuration file is named
5754 <CODE>PINERCEX</CODE> and is in the same directory as the personal
5755 configuration file unless the personal configuration file is remote.
5756 In that case, it is in the local directory specified by the
5757 &quot;-aux local_directory&quot; command line argument.
5758 (In the case that the personal configuration is remote and there is no
5759 &quot;-aux&quot; command line argument, Alpine searches for
5760 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
5761 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
5762 If the file exists, then exceptions are turned on.
5763 If it doesn't, then you are not using exceptions.
5764 You may change the location of the exceptions configuration
5765 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5766 or with the
5767 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
5768 option).
5770 To reiterate, the value of a configuration option is taken from the
5771 last location in the list above in which it is set.
5772 Or, thinking about it slightly differently, a default value for an option
5773 is established in the system-wide configuration file (or internally by Alpine
5774 if there is no value in the system-wide file).
5775 That default remains in effect until and unless it is overridden by a value in a
5776 location further down the list, in which case a new &quot;default&quot;
5777 value is established.
5778 As we continue down the list of locations we either retain the
5779 value at each step or establish a new value.
5780 The value that is still set after going through the whole list of
5781 configuration locations is the one that is used.
5783 So, for example, if an option is set in the system-wide configuration
5784 file and in the personal configuration file, but is not set in the
5785 exceptions, on the command line, or in the fixed file; then the value
5786 from the personal configuration file is the one that is used.
5787 Or, if it is set in the system-wide config, in the personal config, not
5788 in the exceptions, but is set on the command line; then the value
5789 on the command line is used.
5791 Finally we get to inheritance.
5792 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
5793 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
5794 the inheritance mechanism makes it possible to <EM>combine</EM>
5795 the values from different locations instead of <EM>replacing</EM> the value.
5796 This is true of all configuration lists other than the &quot;Feature-List&quot;,
5797 for which you may already set whatever you want at
5798 any configuration location (by using the &quot;no-&quot; prefix if
5799 necessary).
5801 To use inheritance, set the first item in a configuration list to the
5802 token &quot;INHERIT&quot;, without the quotes.
5803 If the first item is &quot;INHERIT&quot;,
5804 then instead of replacing the default value established so far, the rest of
5805 the list is appended to the default value established so far and that is
5806 the new value.
5808 Here is an example which may make it clearer. Suppose we have:
5810 <PRE>
5811  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5812  Personal config    :   smtp-server = INHERIT, mysmtp.home
5813  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
5814  Command line       :   smtp-server = &lt;No Value Set&gt;
5815  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5816 </PRE>
5819 This would result in an effective smtp-server option of
5821 <PRE>
5822  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
5823 </PRE>
5825 The &quot;INHERIT&quot; token can be used in any of the configuration files
5826 and the effect cascades.
5827 For example, if we change the above example to:
5829 <PRE>
5830  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5831  Personal config    :   smtp-server = INHERIT, mysmtp.home
5832  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5833  Command line       :   smtp-server = &lt;No Value Set&gt;
5834  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5835 </PRE>
5838 This would result in:
5840 <PRE>
5841  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
5842 </PRE>
5844 Unset variables are skipped over (the default value is carried forward) so
5845 that, for example:
5847 <PRE>
5848  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5849  Personal config    :   smtp-server = &lt;No Value Set&gt;
5850  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5851  Command line       :   smtp-server = &lt;No Value Set&gt;
5852  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5853 </PRE>
5856 produces:
5858 <PRE>
5859  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
5860 </PRE>
5863 If any later configuration location has a value set (for a particular list
5864 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
5865 then that value replaces whatever value has been defined up to that point.
5866 In other words, that cancels out any previous inheritance.
5868 <PRE>
5869  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5870  Personal config    :   smtp-server = INHERIT, mysmtp.org
5871  Exceptions config  :   smtp-server = yoursmtp.org
5872  Command line       :   smtp-server = &lt;No Value Set&gt;
5873  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5874 </PRE>
5877 results in:
5879 <PRE>
5880  smtp-server = yoursmtp.org
5881 </PRE>
5884 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
5885 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
5886 difficult to insert the value &quot;INHERIT&quot; into the list of values
5887 for the option using the normal Setup tools.
5888 In other words, the color setting screen (for example) does not
5889 provide a way to input the text &quot;INHERIT&quot; as the first
5890 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
5891 The way to do this is to either edit the pinerc file directly and manually
5892 insert it, or turn
5893 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
5894 feature and insert it using the Setup/Config screen.
5896 &lt;End of help on this topic&gt;
5897 </BODY>
5898 </HTML>
5899 ============== h_special_xon_xoff =============
5900 <HTML>
5901 <HEAD>
5902 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
5903 </HEAD>
5904 <BODY>
5905 <H1>XOFF/XON Handling within Alpine</H1>
5907 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
5908 and XON) as normal characters, even though Alpine does not use them.
5909 However, the printer, modem, or communication software you are using may
5910 be configured for &quot;software flow control,&quot; which means that
5911 XON/XOFF must be treated as special characters by the operating system.
5912 If you see messages such as &quot;^S not defined for this screen&quot;,
5913 then your system is probably using software flow control. In this case
5914 you will need to set the
5915 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
5916 feature.
5918 If you <EM>do</EM> set this
5919 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
5920 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
5921 and see if that puts things right.  Printing via the
5922 &quot;attached-to-ansi&quot; or 
5923 &quot;attached-to-wyse&quot;
5924 option will automatically enable software
5925 flow-control handling for the duration of the printing.
5927 &lt;End of help on this topic&gt;
5928 </BODY>
5929 </HTML>
5930 ============= h_special_help_nav =============
5931 <HTML>
5932 <HEAD>
5933 <TITLE>Help Text Navigation Explained</TITLE>
5934 </HEAD>
5935 <BODY>
5936 <H1>Help Text Navigation Explained</H1>
5938 Alpine contains extensive context-sensitive help text.   At any point, 
5939 pressing the &quot;?&quot; key will bring up a page of help text
5940 explaining the options available to you.  You can leave the help
5941 text screen and return to normal Alpine operation by pressing
5943 <!--chtml if pinemode="function_key"-->
5944 F3 function
5945 <!--chtml else-->
5946 &quot;E&quot;
5947 <!--chtml endif-->
5948 key to Exit Help at any time.
5951 Within the help screen you might find a word or phrase displayed in 
5952 inverse text and others displayed in bold typeface.  Such words and
5953 phrases are used to tell you Alpine has more information available on
5954 the topic they describe.
5955 The inverted text is the &quot;selected&quot; topic.  
5956 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
5957 displayed in bold type
5958 is &quot;selected&quot;.
5959 Hit the Return key to display the information Alpine has available on that
5960 topic.  While viewing such additional information, the 
5961 <!--chtml if pinemode="function_key"-->
5962 F3 function
5963 <!--chtml else-->
5964 &quot;P&quot;
5965 <!--chtml endif-->
5966 key will return you to the previous help screen, and the
5967 <!--chtml if pinemode="function_key"-->
5968 F2 function
5969 <!--chtml else-->
5970 &quot;E&quot;
5971 <!--chtml endif-->
5972 key will Exit the Help system altogether.
5975 The "N" command will tell you the internal name of the help text you are 
5976 reading each time, so that you can send this name in the text of a message 
5977 and create a direct link to that internal help using the x-pine-help URL 
5978 scheme. For example, the direct link to this item is 
5979 x-pine-help:h_special_help_nav. If you add this text to a message, then
5980 a person using Pine to read such message would have a direct link to this
5981 help text.
5984 When you are finished reading this help text, you can press the
5985 <!--chtml if pinemode="function_key"-->
5986 F3 function
5987 <!--chtml else-->
5988 &quot;P&quot;
5989 <!--chtml endif-->
5990 key to return to the previously displayed help text.
5993 &lt;End of help on this topic&gt;
5994 </BODY>
5995 </HTML>
5996 ============= h_special_list_commands =============
5997 <HTML>
5998 <HEAD>
5999 <TITLE>Email List Commands Explained</TITLE>
6000 </HEAD>
6001 <BODY>
6002 <H1>Email List Commands Explained</H1>
6004 Electonic mail lists provide a way for like-minded users to join in
6005 discussions on topics of interest.  The email list itself is 
6006 represented by a
6007 single address that participants send messages to when they have
6008 something of interest to share with other members of the list.  The
6009 receiving computer then, either automatically or after review by the
6010 list's owner (or moderator), sends a copy of that message to each
6011 member of the list.
6014 Usually, subscribing and unsubscribing is done by sending requests in
6015 an email message to a special address setup to handle managing list
6016 membership.  Often this is the name of the list followed by
6017 <I>-request</I>.  This address is almost <EM>never</EM> the same as
6018 the address used to send messages to the list.
6021 Unfortunately, email list participation commands are more a matter
6022 of convention than standard, and thus may vary from list to list.
6023 Increasingly, list management software is adding information to
6024 the copy of the postings as they're copied to the list members that
6025 explains how to do the various list management functions.
6028 Alpine will recognize this information and offer the management commands
6029 they represent in a simple display. One or more of the following
6030 operations will be made available:
6032 <DL>
6033 <DT>Help</DT>
6034 <DD>
6035 A method to get help on subscribing, unsubscribing, 
6036 an explanation of what the list is about, or special instructions
6037 for participation.  This may be in the form of a reply in response
6038 to an email message, or instructions on how to connect to a Web site.
6039 </DD>
6041 <DT>Unsubscribe</DT>
6042 <DD>
6043 A method to get your email addressed removed from the list of
6044 recipients of the email list.
6045 </DD>
6047 <DT>Subscribe</DT>
6048 <DD>
6049 A method to get your email address added to the list of recipients
6050 of the email list.  It may be in the form of a message sent to 
6051 a special address or you may be connected to a web site.
6052 <DD>
6053 </DD>
6055 <DT>Post</DT>
6056 <DD>
6057 A method used to post to the email list.  However, it might also 
6058 indicate that no posting is allowed directly to the list.
6059 </DD>
6061 <DT>Owner</DT>
6062 <DD>
6063 A method to contact the list owner for special questions you might
6064 have regarding the list.
6065 </DD>
6067 <DT>Archive</DT>
6068 <DD>
6069 A method to view an archive of previous messages posted to the list.
6070 This may be in the form of a mail folder on a remote computer, an
6071 IMAP mailbox or even a Web site.
6072 </DD>
6073 </DL>
6076 &lt;End of help on this topic&gt;
6077 </BODY>
6078 </HTML>
6079 ============= h_quota_command =============
6080 <HTML>
6081 <HEAD>
6082 <TITLE>Quota Screen Explained</TITLE>
6083 </HEAD>
6084 <BODY>
6085 <H1>Quota Screen Explained</H1>
6087 <P> This screen summarizes the quota report for this mailbox in the
6088 IMAP server. For each resource that you have a quota, this reports summarizes
6089 its use and limit.
6091 <P> Your IMAP server administrator may have set a quota based either on 
6092 the total size of your mailbox (STORAGE), or the number of messages in 
6093 your mailbox (MESSAGES), or some other criteria. This will be reported
6094 to you indicating the type of quota, its total use and its limit.
6096 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
6097 1024 bytes. Each of the characters that you see in this help text is one 
6098 byte, and this help text is about 1 kibibyte in size. Small messages sent 
6099 by Alpine are normally less than 4 kibibytes in size (which includes 
6100 headers and text). Other email programs may send messages with bigger 
6101 sizes when they send messages, since they send plain text and an 
6102 alternative part in HTML.
6104 <P> A convenient way to save space for the STORAGE type of quota is by 
6105 deleting attachments. This is done on each individual message by pressing 
6106 the &quot;V&quot; command while reading the message text, then moving the cursor 
6107 to the position of the attachment that is to be deleted, then pressing
6108 &quot;D&quot; to delete such attachment, going back to reading the 
6109 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
6110 save the message in the same folder you are reading from. The saved 
6111 message will not have the attachment that was marked deleted. Now you
6112 can delete and expunge the message with the unwanted attachment.
6115 &lt;End of help on this topic&gt;
6116 </BODY>
6117 </HTML>
6118 ============= h_mail_thread_index =============
6119 <HTML>
6120 <HEAD>
6121 <TITLE>THREAD INDEX COMMANDS</TITLE>
6122 </HEAD>
6123 <BODY>                 
6124 <H1>THREAD INDEX COMMANDS</H1>
6125 <!--chtml if pinemode="function_key"-->
6126 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>
6127 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
6128 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>
6129 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>
6130 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>
6131 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>
6132 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>
6133 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>
6134 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>
6135 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>
6136 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>
6137 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>
6138 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>
6139 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>
6140 <BR>
6141 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6142 -----------------------------<BR>
6143 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>
6144 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>
6145 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>
6146 <BR>
6147 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6148 -----------------------------<BR>
6149 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
6150 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
6151 <BR>
6152 <!--chtml else-->
6153 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>
6154 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
6155 &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>
6156 &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>
6157 &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>
6158 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>
6159 &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>
6160 &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>
6161 &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>
6162 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>
6163 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
6164 <BR>
6165 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
6166 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
6167 &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>
6168 &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>
6169 &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>
6170 &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>
6171 &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>
6172 &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>
6173 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
6174 <!--chtml endif-->
6177 NOTE:
6178 <OL>
6179  <LI>For help on a particular command, highlight the bold text associated
6180 with it above and hit Return.
6181  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6182 </OL>
6184 <H2>Description of the THREAD INDEX Screen</H2>
6186 The THREAD INDEX displays summary information from each
6187 thread (conversation) in the current folder.
6188 This is useful if you want to quickly
6189 scan new threads, or find a particular thread without having to go
6190 through the text of each message, or to quickly get rid of junk
6191 threads, etc.
6192 The current thread is always highlighted.
6193 Each line of the THREAD INDEX contains the following columns: <P>
6194 <DL>
6195  <DT>STATUS:</DT>
6196  <DD> The markings on the left side of the thread tell you about its
6197 status.  You may see one or more of the following codes on any given
6198 thread:
6199 <UL>
6200   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
6201   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
6202   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
6203   <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.
6204   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6205         message in the thread was sent to you as a cc:. This symbol will only show up if
6206         the feature
6207         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6208   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
6209         &quot;select&quot; command.  (Some systems may optionally allow selected
6210         messages to be denoted by the index line being displayed in bold
6211         type instead.)
6212   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6213       to mark at least one message in this thread as &quot;important&quot;.
6214 </UL></DD><P>
6216  <DT>THREAD NUMBER:</DT>
6217  <DD>Threads in a folder are numbered, from one through the number
6218 of threads in the folder, to help you know where you are in the folder.
6219 </DD><P>
6221  <DT>DATE STARTED:</DT>
6222  <DD>The date the thread was started. This is actually from the Date header
6223 of the first message in the thread. It doesn't take different time zones
6224 into account.</DD><P>
6226  <DT>WHO STARTED THE THREAD:</DT>
6227  <DD>This is usually the name of the sender of the first message in the thread, taken from
6228 the From header of the message.
6229 If there is no personal name given in that
6230 address, then the email address is used instead.
6231 If the message is from you (or from one of your
6232 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6233 then the recipient's name is shown here instead, with the characters
6234 &quot;To: &quot; inserted before the name.
6235 (The idea of this is that if you started the thread you would rather see who
6236 the mail was sent to instead of that the mail was from you.)
6237 In Newsgroups, if you are
6238 the sender and there are no email recipients, the newsgroup name will be
6239 listed after the &quot;To: &quot;.
6240 </DD><P>
6242  <DT>SIZE:</DT>
6243  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
6245  <DT>SUBJECT:</DT>
6246  <DD>As much of the thread's subject line as will fit on the screen.
6247 This is the subject of the first message in the thread.</DD>
6248 </DL>
6250 <P><UL>
6251 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6252 </UL>
6254 &lt;End of help on this topic&gt;
6255 </BODY>
6256 </HTML>
6257 ============= h_mail_index =============
6258 <HTML>
6259 <HEAD>
6260 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
6261 </HEAD>
6262 <BODY>                 
6263 <H1>MESSAGE INDEX COMMANDS</H1>
6264 <!--chtml if pinemode="function_key"-->
6265 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>
6266 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
6267 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>
6268 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>
6269 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>
6270 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>
6271 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>
6272 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>
6273 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>
6274 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>
6275 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>
6276 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>
6277 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>
6278 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>
6279 <BR>
6280 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6281 -----------------------------<BR>
6282 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>
6283 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>
6284 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>
6285 <BR>
6286 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6287 -----------------------------<BR>
6288 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
6289 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>
6290 <BR>
6291 <!--chtml else-->
6292 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>
6293 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
6294 &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>
6295 &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>
6296 &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>
6297 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>
6298 &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>
6299 &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>
6300 &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>
6301 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>
6302 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
6303 Miscellaneous&nbsp;Operations<BR>
6304 ------------------------<BR>
6305 &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>
6306 &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>
6307 &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>
6308 &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>
6309 &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>
6310 &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>
6311 &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>
6312 &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>
6313 <!--chtml endif-->
6316 NOTE:
6317 <OL>
6318  <LI>For help on a particular command, highlight the bold text associated
6319 with it above and hit Return.
6320  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6321 </OL>
6323 <H2>Description of the MESSAGE INDEX Screen</H2>
6325 The MESSAGE INDEX displays summary information from each
6326 message in the current folder.
6327 This is useful if you want to quickly
6328 scan new messages, or find a particular message without having to go
6329 through the text of each message, or to quickly get rid of junk
6330 messages, etc.
6332 The current message is always highlighted
6333 and many commands operate on the current message.
6334 For example, the Delete command will delete the current message.
6335 If the folder is sorted by either Threads or OrderedSubject, then, depending
6336 on some of your configuration settings, a single line in the index may
6337 refer to an entire thread or to a subthread.
6338 If that is the case, then the commands that normally operate on the current
6339 message will operate on the thread or subthread instead.
6340 For example, the Delete command will delete the whole collapsed thread
6341 instead of just a single message.
6343 Each line of the MESSAGE INDEX contains the following columns (by default -- 
6344 you can change this with the 
6345 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
6346 in the SETUP CONFIGURATION screen): <P>
6347 <DL>
6348  <DT>STATUS:</DT>
6349  <DD> The markings on the left side of the message tell you about its
6350 status.  You may see one or more of the following codes on any given
6351 message:
6352 <UL>
6353   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
6354          yet eXpunged the folder.
6355   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
6356   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
6357          to be answered.
6358   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
6359          forward a message.
6360   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
6361         directly to your account, your copy is not part of a cc: or a
6362         mailing list.
6363   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6364         message was sent to you as a cc:. This symbol will only show up if
6365         the feature
6366         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6367   <LI> &quot;X&quot; for selected.  You have selected the message by using the
6368         &quot;select&quot; command.  (Some systems may optionally allow selected
6369         messages to be denoted by the index line being displayed in bold
6370         type.)
6371   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6372       to mark this message as &quot;important&quot;.
6373 </UL></DD><P>
6375  <DT>MESSAGE NUMBER:</DT>
6376  <DD>Messages in a folder are numbered, from one through the number
6377 of messages in the folder, to help you know where you are in the folder.
6378 These numbers are always in increasing order, even if you sort the folder
6379 in a different way.</DD><P>
6381  <DT>DATE SENT:</DT>
6382  <DD>The date the message was sent.  By default, messages are
6383 ordered by arrival time, not by date sent.  Most of the time, arrival time
6384 and date sent (effectively departure time) are similar.  Sometimes,
6385 however, the index will appear to be out of order because a message took a
6386 long time in delivery or because the sender is in a different time
6387 zone than you are. This date is just the date from the Date header
6388 field in the message.</DD><P>
6390  <DT>WHO SENT THE MESSAGE:</DT>
6391  <DD>This is usually the name of the sender of the message, taken from
6392 the From header of the message.
6393 If there is no personal name given in that
6394 address, then the email address is used instead.
6395 If the message is from you (or from one of your
6396 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6397 then the recipient's name is shown here instead, with the characters
6398 &quot;To: &quot; inserted before the name.
6399 (The idea of this is that if you sent the mail you would rather see who
6400 the mail was sent to instead of that the mail was from you.
6401 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
6402 above.
6403 In particular, use the FROM token or the FROMORTONOTNEWS token
6404 in place of the FROMORTO token.)
6405 In Newsgroups, if you are
6406 the sender and there are no email recipients, the newsgroup name will be
6407 listed after the &quot;To: &quot;. </DD><P>
6409  <DT>SIZE:</DT>
6410  <DD>The number in parentheses is the number of characters in the message.
6411 It may have a suffix of K, M, or G which means the number should be
6412 multiplied by one thousand, one million, or one billion to get the
6413 size of the message.</DD><P>
6415  <DT>SUBJECT:</DT>
6416  <DD>As much of the message's subject line as will fit on the screen.</DD>
6417 </DL>
6419 <P><UL>
6420 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6421 </UL>
6423 &lt;End of help on this topic&gt;
6424 </BODY>
6425 </HTML>
6426 ============= h_mail_view ========================
6427 <HTML>
6428 <HEAD>
6429 <TITLE>MESSAGE TEXT SCREEN</TITLE>
6430 </HEAD>
6431 <BODY>
6432 <H1>MESSAGE TEXT SCREEN</H1>
6433 <!--chtml if pinemode="function_key"-->
6434 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>
6435 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
6436 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>
6437 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>
6438 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>
6439 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>
6440 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>
6441 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>
6442 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>
6443 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>
6444 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>
6445 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>
6446 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>
6447 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>
6448 <BR>
6449 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6450 ------------------------------<BR>
6451 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
6452 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
6453 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
6454 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
6455 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
6456 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
6457 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
6458 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
6459 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
6460 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
6461 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
6462 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
6463 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6464 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
6465 <!--chtml else-->
6466 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
6467 ---------------------------------<BR>
6468 <BR>
6469 &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>
6470 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>
6471 &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>
6472 &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>
6473 &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>
6474 &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>
6475 &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>
6476 &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>
6477 &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>
6478 <BR>
6479 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
6480 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
6481 &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>
6482 &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>
6483 &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>
6484 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>
6485 <BR>
6486 General&nbsp;Alpine&nbsp;Commands<BR>
6487 ---------------------<BR>
6488 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
6489 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
6490 &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>
6491 &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>
6492 &nbsp;&nbsp;&nbsp;&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>
6493 <!--chtml endif-->
6496 NOTE:
6497 <OL>
6498  <LI>For help on a particular command, highlight the bold text associated
6499 with it above and hit Return.
6500  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6501 </OL>
6503 <H2>Description of the MESSAGE TEXT Screen</H2>
6505 The top line of the view message screen displays status
6506 information about the currently open collection and folder and about the
6507 current message.  It shows the name of the collection in angle brackets
6508 and then the name of the folder.  The line also displays the number
6509 of messages in the folder, the number of the current message and the
6510 percentage of the current message that has been displayed on the screen.
6511 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
6512 right corner.
6513 If the message has been answered (but not deleted) &quot;ANS&quot; will show
6514 in the corner.
6517 NOTE: to rapidly move to the end of a message, hit the
6518 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6519 (or Ctrl-W) key followed
6520 by Ctrl-V.  Similarly,
6521 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6522 followed by Ctrl-Y will take you to the beginning of
6523 a message.
6525 <H2>Explanation of Alternate Character Sets</H2>
6527 Alpine attempts to stay out of the way so that it won't prevent you from
6528 viewing mail in any character set.  It will simply send the message to
6529 your display device.  If the device is capable of displaying the
6530 message as it was written it will do so.  If not, the display may be
6531 partially or totally incorrect.
6532 If the message contains characters that are not representable in your 
6533 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
6534 variable in your configuration, then a warning message will be printed
6535 to your screen at the beginning of the message display.
6536 It is probably best to use UNIX Alpine in a terminal emulator
6537 capable of displaying UTF-8 characters.
6538 See <A HREF="h_config_char_set">Display Character Set</A> for a little
6539 more information about character set settings.
6541 <P><UL>
6542 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6543 </UL>
6545 &lt;End of help on this topic&gt;
6546 </BODY>
6547 </HTML>
6548 ======= h_index_cmd_select =======
6549 <HTML>
6550 <HEAD>
6551 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
6552 </HEAD>
6553 <BODY>
6554 <H1>Selecting: Select and WhereIs/Select</H1>
6556 Aggregate operations give you the ability to process a group of messages
6557 at once.  Acting on multiple messages requires two steps: (1) selecting a
6558 set of messages and then; (2) applying a command to that set. The first
6559 part is handled by the select command.  Select allows you to
6560 select messages based on their status (read, answered, etc.), contents,
6561 date, size, or keywords.
6562 You may also select based on one of your Rules or based on threads,
6563 and there are quick options to select a specific message or range of messages,
6564 to select the current message, or to select all messages.
6567 We describe the various selection criteria briefly:
6570 <DL>
6571 <DT>select All</DT>
6572 <DD> Marks all the messages in the folder as selected.
6573 </DD>
6575 <DT>select Cur</DT>
6576 <DD> Selects the currently highlighted message or currently highlighted
6577 set of messages if in a threaded view.
6578 </DD>
6580 <DT>select by Number</DT>
6581 <DD> Select by message number. This may be a comma-separated list instead or
6582 a single entry.
6583 Each element in the list may be either a single message number or a range
6584 of numbers with a dash between the lowest and highest member of the range.
6585 Some examples are 7 to select only message number 7; 2-5 to select messages
6586 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
6587 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
6588 substitute for the highest numbered message in the folder, while the
6589 character &quot;.&quot; represents the message number holding the position
6590 of the cursor in the folder.
6591 If in a separate thread index where the numbers refer to threads instead of
6592 to messages, then you will be selecting all of the messages in the
6593 referenced threads instead of selecting by message number.
6594 </DD>
6596 <DT>select by Date</DT>
6597 <DD> Select by either the date stored in the Date headers of each message,
6598 or by the date when the messages arrived.
6599 This does not adjust for different time zones, but just checks to see what
6600 day the message was sent on.
6601 You may type in a date. If you do, the date should be in the form
6602 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
6603 For example,
6604 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
6606 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
6607 If the date you want is close to the current date, it is probably
6608 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
6609 is displayed, instead of typing in the date yourself.
6610 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
6611 the date of the currently highlighted message. 
6613 There are six possible settings that are selected using the
6614 &quot;^W&nbsp;Toggle When&quot; command.
6615 Three of them select messages based on the Date headers.
6616 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
6617 and &quot;SENT ON&quot;.
6618 SINCE is all messages with the selected date or later.
6619 BEFORE is all messages earlier than the selected date (not including the day
6620 itself).
6621 ON is all messages sent on the selected date.
6622 The other three select messages in the same way but they use the arrival
6623 times of the messages instead of the Date headers included in the messages.
6624 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
6625 and &quot;ARRIVED ON&quot;.
6626 When you save a message from one folder to another the arrival time is
6627 preserved.
6628 </DD>
6630 <DT>select by Text</DT>
6631 <DD> Selects messages based on the message contents.
6632 This allows you to select a set of messages based on whether or not the
6633 message headers or message body contain specified text.
6634 You may look for text in the Subject, the From header,
6635 the To header, or the Cc header.
6636 You may also choose Recipient, which searches for the text in
6637 either the To or the Cc header;
6638 or Participant, which means To or Cc or From.
6639 Besides those specific header searches, you may also search the entire
6640 header and text of the message with &quot;All Text&quot;, or just the
6641 body of the message.
6643 To search for the absence of text, first type the &quot;! Not&quot; command
6644 before typing the specific type of text search.
6645 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6646 search for all messages that do not contain a particular word in their
6647 Subjects.
6649 If you choose a Subject search, you may use the subject from the current
6650 message by typing the &quot;^X Cur Subject&quot; command.
6651 You may then edit it further if you wish.
6652 For example, you might select the subject of a reply and edit the
6653 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6654 the original message being replied to.
6655 All of the other header searches allow you to use addresses from the
6656 headers of the current message if you want to.
6657 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6658 &quot;^W Cur Cc&quot;.
6659 In each case, if there is more than one address, only the first is offered.
6660 </DD>
6662 <DT>select by Status</DT>
6663 <DD> Selects messages based on their status.
6664 You may select all New, Important, Deleted, Answered, Recent, or Unseen
6665 messages.
6666 Or, if you first type the &quot;! Not&quot; command, you get not New,
6667 or not Important, and so on.
6668 If you select Deleted messages, you will get all messages with their
6669 Deleted flag set.
6670 Likewise for Important messages, all messages that you have flagged as
6671 being Important with the
6672 <A HREF="h_common_flag">Flag</A> command.
6673 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6674 because they try to match what you see on the screen by default.
6675 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6676 and Unanswered.
6677 If you have looked at the message, or deleted it, or answered it; then it
6678 is not considered &quot;New &quot;.
6679 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6681 &quot;Answered&quot; is another one that is a little different.
6682 It means that the message has been Answered <EM>and</EM> is not deleted.
6683 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6684 the opposite of &quot;Answered&quot;!
6685 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6686 both Unanswered <EM>and</EM> not deleted.
6688 The other two types were added later because the special nature of the
6689 New flag was not what was wanted by all users.
6690 New does match what you see in the index by default, but if you use
6691 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6692 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6693 be exactly what you want.
6694 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6695 they are deleted or answered, and
6696 &quot;Recent&quot; selects all of the messages that have been added to
6697 the folder since you started this Alpine session.
6698 (That's not technically quite true. If there are multiple mail clients
6699 reading an IMAP mailbox, each message will be marked as Recent in only
6700 one of the client's sessions.)
6701 </DD>
6703 <DT>select by siZe</DT>
6704 <DD> Selects messages based on their size being smaller than or larger
6705 than the size you specify.
6706 The size is the number of bytes.
6707 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
6708 the number.
6709 For example, 7K is the same as 7000.
6710 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
6711 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
6712 Use the &quot;^W&quot; command to toggle back and forth between Smaller
6713 and Larger.
6714 </DD>
6716 <DT>select by Keyword</DT>
6717 <DD> Selects messages that either have or do not have
6718 (using the &quot;!&nbsp;Not&quot; command)
6719 a particular <A HREF="h_config_keywords">Keyword</A> set.
6720 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
6721 command to select one from your list of keywords.
6723 <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.
6724 </DD>
6726 <DT>select by Rule</DT>
6727 <DD> Selects messages that either match or don't match
6728 (using the &quot;!&nbsp;Not&quot; command)
6729 one of the Rules you have defined.
6730 The most likely method of filling in the Rule is to use the
6731 &quot;^T&nbsp;To&nbsp;List&quot;
6732 command to select one of your Rules.
6733 All of the Rules you have defined will be in the list, including
6734 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
6735 They may not all make sense for this purpose, but they are all there for
6736 flexibility.
6737 You might find it useful to define some rules solely for the purpose
6738 of being used by the Select command.
6739 There is a special category for such Rules. They are called Search Rules.
6741 Unfortunately, Alpine does not allow all possible Rules to be defined.
6742 For example, there is no logical OR operation.
6743 OR is accomplished in the Filter Rules or the other types of Rules by
6744 simply defining two rules, one that matches the first part of the OR
6745 and another that matches the second part.
6746 But you can't do that here, since you only have a single Rule to work with.
6747 Likewise, the order of Rules is usually important.
6748 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6749 a message, then that stops the search for a further match.
6750 This means that you may be confused if you try to use Select by Rule to
6751 check your Filter rules because the order is important when filtering but
6752 is not considered here.
6753 </DD>
6755 <DT>select by tHread</DT>
6756 <DD> Selects all of the messages in the current thread.
6757 </DD>
6758 </DL>
6760 After you have an initial selection, the next and subsequent selection
6761 commands modify the selection.
6762 The select command changes. It first gives
6763 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
6764 &quot;unselect Current&quot;,
6765 &quot;Broaden selection&quot; (implements a logical OR), and
6766 &quot;Narrow selection&quot; (implements a logical AND).
6767 After you choose either Broaden or Narrow, you then choose one of the
6768 selection criteria listed above (by Text or Number or ...).
6769 You may use select as many times as you wish to get the selected set right.
6772 The WhereIs command has a feature (Ctrl-X) to
6773 select all the messages that match the WhereIs search. WhereIs searches
6774 through just the text that appears on the MESSAGE INDEX screen.
6775 This method is often slower than using the select command itself, unless the
6776 line you are looking for is not too far away in the index.
6779 The availability of the aggregate operations commands is determined by the
6780 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6781 Feature-List option in your Alpine
6782 configuration, which defaults to set.
6783 The features
6784 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
6786 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
6787 affect the behavior of the Select command.
6790 &lt;End of help on this topic&gt;
6791 </BODY>
6792 </HTML>
6793 ======= h_select_rule =======
6794 <HTML>
6795 <HEAD>
6796 <TITLE>Select: Rule</TITLE>
6797 </HEAD>
6798 <BODY>
6799 <H1>Select: Rule</H1>
6801 You are selecting messages that either match or don't match
6802 one of the Rules you have defined.
6803 You may either type the nickname of the Rule at the prompt, or use the
6804 &quot;^T&nbsp;To&nbsp;List&quot;
6805 command to select one of your Rules.
6806 All of the Rules you have defined will be in the list, including
6807 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
6808 They may not all make sense for this purpose, but they are all there for
6809 flexibility.
6810 Rules may be added by using the Setup/Rules screen off of the main Alpine
6811 menu.
6813 Unfortunately, Alpine does not allow all possible Rules to be defined.
6814 For example, there is no logical OR operation.
6815 OR is accomplished in the Filter Rules or the other types of Rules by
6816 simply defining two rules, one that matches the first part of the OR
6817 and another that matches the second part.
6818 But you can't do that here, since you only have a single Rule to work with.
6819 Likewise, the order of Rules is usually important.
6820 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6821 a message, then that stops the search for a further match.
6822 This means that you may be confused if you try to use Select by Rule to
6823 check your Filter rules because the order is important when filtering but
6824 is not considered here.
6827 &lt;End of help on this topic&gt;
6828 </BODY>
6829 </HTML>
6830 ======= h_select_text =======
6831 <HTML>
6832 <HEAD>
6833 <TITLE>Select: Text</TITLE>
6834 </HEAD>
6835 <BODY>
6836 <H1>Select: Text</H1>
6838 You are selecting messages based on the contents of the message.
6839 This allows you to select a set of messages based on whether or not the
6840 message headers or message body contain specified text.
6841 You may look for text in the Subject, the From header,
6842 the To header, or the Cc header.
6843 You may also choose Recipient, which searches for the text in
6844 either the To or the Cc header;
6845 or Participant, which means either the To header, or the Cc header,
6846 or the From header.
6847 Besides those specific header searches, you may also search the entire
6848 header and text of the message with &quot;All Text&quot;, or just the
6849 body of the message with &quot;Body&quot;.
6851 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
6852 before typing the specific type of text search.
6853 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6854 search for all messages that do not contain a particular word in their
6855 Subjects.
6857 If you choose a Subject search, you may use the subject from the current
6858 message by typing the &quot;^X Cur Subject&quot; command.
6859 You may then edit it further if you wish.
6860 For example, you might select the subject of a reply and edit the
6861 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6862 the original message being replied to.
6863 All of the other header searches allow you to use addresses from the
6864 headers of the current message if you want to.
6865 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6866 &quot;^W Cur Cc&quot;.
6867 In each case, if there is more than one address, only the first is offered.
6870 &lt;End of help on this topic&gt;
6871 </BODY>
6872 </HTML>
6873 ======= h_select_status =======
6874 <HTML>
6875 <HEAD>
6876 <TITLE>Select: Status</TITLE>
6877 </HEAD>
6878 <BODY>
6879 <H1>Select: Status</H1>
6881 You are selecting messages based on the status of the message.
6882 For example, whether or not the message has been marked Deleted or Important,
6883 or whether or not it has been Answered or is New.
6884 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
6885 opposite: not Deleted, not Important, and so on.
6887 If you select Deleted messages, you will get all messages with their
6888 Deleted flag set.
6889 Likewise for Important messages, all messages that you have flagged as
6890 being Important with the
6891 <A HREF="h_common_flag">Flag</A> command.
6892 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6893 because they try to match what you see on the screen by default.
6894 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6895 and Unanswered.
6896 If you have looked at the message, or deleted it, or answered it; then it
6897 is not considered &quot;New &quot;.
6898 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6900 &quot;Answered&quot; is another one that is a little different.
6901 It means that the message has been Answered <EM>and</EM> is not deleted.
6902 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6903 the opposite of &quot;Answered&quot;!
6904 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6905 both Unanswered <EM>and</EM> not deleted.
6907 (The New and Answered options may seem counter-intuitive.
6908 The reason it is done this way is
6909 because, by default, a Deleted message will show up with the &quot;D&quot;
6910 symbol in the MAIL INDEX screen even if it is New or Answered.
6911 The Delete symbol overrides the New and Answered symbols, because you
6912 usually don't care about the message anymore once you've deleted it.
6913 Similarly, you usually only care about whether a message is Answered or
6914 not if it is not Deleted.
6915 Once it is Deleted you've put it out of your mind.)
6917 The other two options were added later because the special nature of the
6918 New flag was not what was wanted by all users.
6919 New does match what you see in the index by default, but if you use
6920 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6921 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6922 be exactly what you expect.
6923 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6924 they are deleted or answered, and
6925 &quot;Recent&quot; selects all of the messages that have been added to
6926 the folder since you started this Alpine session.
6927 (That's not technically quite true. If there are multiple mail clients
6928 reading an IMAP mailbox, each message will be marked as Recent in only
6929 one of the client's sessions.
6930 That behavior can be convenienent for some purposes, like filtering, but
6931 it isn't usually what you expect when selecting.)
6934 &lt;End of help on this topic&gt;
6935 </BODY>
6936 </HTML>
6937 ======= h_index_cmd_apply =======
6938 <HTML>
6939 <HEAD>
6940 <TITLE>Apply Command</TITLE>
6941 </HEAD>
6942 <BODY>
6943 <H1>Apply Command</H1>
6945 Apply
6946 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
6947 is the second step of most aggregate operations.  Apply
6948 becomes active any time there is a defined set of selected messages.  The
6949 following commands can be applied to a selected message set: delete,
6950 undelete, reply, forward,
6951 <!--chtml if pinemode="os_windows"-->
6952 <!--chtml else--> 
6953 pipe,
6954 <!--chtml endif-->
6955 print, take address, save, export, bounce, and flag.
6958 The behavior of some of these commands in an aggregate sense is not easy to
6959 explain.  Try them out to see what they do.
6960 The feature
6961 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
6962 affects the behavior of the Apply command, as does the feature
6963 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
6966 &lt;End of help on this topic&gt;
6967 </BODY>
6968 </HTML>
6969 ======= h_index_cmd_zoom =======
6970 <HTML>
6971 <HEAD>
6972 <TITLE>ZoomMode Command</TITLE>
6973 </HEAD>
6974 <BODY>
6975 <H1>ZoomMode Command</H1>
6977 Another action you might want to take on a set of selected messages is to
6978 zoom in on them.  Like apply, zoom only becomes active when messages have
6979 been selected.
6980 ZoomMode
6981 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
6982 is a toggle command that allows you to
6983 zoom-in (and only see the selected messages) and zoom-out (to see all
6984 messages in the folder).  Neither apply nor zoom removes the markings that
6985 define the selected set; you need to use a select command in order
6986 to do that.
6989 &lt;End of help on this topic&gt;
6990 </BODY>
6991 </HTML>
6992 ======= h_index_collapse_expand =======
6993 <HTML>
6994 <HEAD>
6995 <TITLE>Collapse/Expand Command</TITLE>
6996 </HEAD>
6997 <BODY>
6998 <H1>Collapse/Expand Command</H1>
7000 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
7001 the folder is sorted by either Threads or OrderedSubject, and the
7002 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
7003 is set to something other than &quot;none&quot;.
7004 By default, this command collapses or expands the subthread that starts at
7005 the currently highlighted message, if any.
7006 If the subthread is already collapsed, then this command expands it.
7007 If the subthread is expanded, then this command collapses it.
7008 If there are no more messages below the current message in the
7009 thread tree (that is, there are no replies to the current message) then
7010 this command does nothing.
7013 The behavior of this command is affected by the option
7014 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
7015 Normally, this command Collapses or Expands the subthread that
7016 starts at the currently highlighted message.
7017 If the above option is set, then this command Collapses or Expands the
7018 entire current thread instead of just the subthread.
7019 The current thread is simply the top-level thread that contains the
7020 current message.
7023 &lt;End of help on this topic&gt;
7024 </BODY>
7025 </HTML>
7026 ======= h_index_cmd_sort =======
7027 <HTML>
7028 <HEAD>
7029 <TITLE>Sort Command</TITLE>
7030 </HEAD>
7031 <BODY>
7032 <H1>Sort Command</H1>
7034 In Alpine's generic configuration, messages are presented in the order in
7035 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
7036 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
7037 You can also re-sort the folder on demand with the sort
7038 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
7039 command.
7040 Your sorting options are:
7042 <UL>
7043  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
7044  <LI> <A HREF="h_index_sort_date">D</A>ate
7045  <LI> <A HREF="h_index_sort_subj">S</A>ubject
7046  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
7047  <LI> t<A HREF="h_index_sort_thread">H</A>read
7048  <LI> <A HREF="h_index_sort_from">F</A>rom
7049  <LI> si<A HREF="h_index_sort_size">Z</A>e
7050  <LI> scor<A HREF="h_index_sort_score">E</A>,
7051  <LI> <A HREF="h_index_sort_to">T</A>o
7052  <LI> <A HREF="h_index_sort_cc">C</A>c
7053 </UL>
7056 The Reverse option will toggle the order the index is currently
7057 sorted by, but will not change the relative sort order.
7060 Sorting a folder does not actually rearrange the way the folder is saved,
7061 it just re-arranges how the messages are presented to you.  This means
7062 that Alpine has to do the work of sorting every time you change sort order.
7063 Sometimes, especially with PC-Alpine or with large folders, this could take
7064 a while.
7067 &lt;End of help on this topic&gt;
7068 </BODY>
7069 </HTML>
7070 ======= h_index_sort_default =======
7071 <HTML>
7072 <HEAD>
7073 <TITLE>SORT OPTION: Default</TITLE>
7074 </HEAD>
7075 <BODY>
7076 <H1>SORT OPTION: Default</H1>
7078 The <EM>Default</EM> sort option just means to use the default sort order
7079 set in the
7080 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
7081 option in Setup/Config.
7084 &lt;End of help on this topic&gt;
7085 </BODY>
7086 </HTML>
7087 ======= h_index_sort_arrival =======
7088 <HTML>
7089 <HEAD>
7090 <TITLE>SORT OPTION: Arrival</TITLE>
7091 </HEAD>
7092 <BODY>
7093 <H1>SORT OPTION: Arrival</H1>
7095 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7096 in the order that they exist in the folder.  This is usually the same as the
7097 order in which they arrived.  This option is comparable to not sorting
7098 the messages at all.
7101 &lt;End of help on this topic&gt;
7102 </BODY>
7103 </HTML>
7104 ======= h_index_sort_date =======
7105 <HTML>
7106 <HEAD>
7107 <TITLE>SORT OPTION: Date</TITLE>
7108 </HEAD>
7109 <BODY>
7110 <H1>SORT OPTION: Date</H1>
7112 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7113 according to the date and time they were
7114 sent.
7117 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
7118 identical to sorting by &quot;Arrival&quot;.
7121 &lt;End of help on this topic&gt;
7122 </BODY>
7123 </HTML>
7124 ======= h_index_sort_subj =======
7125 <HTML>
7126 <HEAD>
7127 <TITLE>SORT OPTION: Subject</TITLE>
7128 </HEAD>
7129 <BODY>
7130 <H1>SORT OPTION: Subject</H1>
7132 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7133 by subject. 
7136 Messages with the same subject are
7137 first grouped together, and then the groups of like-subject messages
7138 are arranged alphabetically.
7141 Alpine ignores leading &quot;Re:&quot; and
7142 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
7143 likeness and alphabetical order of subject lines.
7146 &lt;End of help on this topic&gt;
7147 </BODY>
7148 </HTML>
7149 ======= h_index_sort_ordsubj =======
7150 <HTML>
7151 <HEAD>
7152 <TITLE>SORT OPTION: OrderedSubject</TITLE>
7153 </HEAD>
7154 <BODY>
7155 <H1>SORT OPTION: OrderedSubject</H1>
7157 The <EM>OrderedSubject</EM> sort option arranges messages in the
7158 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
7159 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
7162 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
7163 messages by the date of the oldest message in the group.
7166 This sort method provides for pseudo threading of conversations within
7167 a folder.
7168 You may want to try sorting by Thread instead.
7171 &lt;End of help on this topic&gt;
7172 </BODY>
7173 </HTML>
7174 ======= h_index_sort_thread =======
7175 <HTML>
7176 <HEAD>
7177 <TITLE>SORT OPTION: Thread</TITLE>
7178 </HEAD>
7179 <BODY>
7180 <H1>SORT OPTION: Thread</H1>
7182 The <EM>Thread</EM> sort option arranges messages in the
7183 MESSAGE&nbsp;INDEX by grouping all messages that indicate
7184 they are part of a conversation (discussion thread) taking
7185 place within a mailbox or newsgroup.  This indication is
7186 based on information in the message's header -- specifically
7187 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
7190 &lt;End of help on this topic&gt;
7191 </BODY>
7192 </HTML>
7193 ======= h_index_sort_from =======
7194 <HTML>
7195 <HEAD>
7196 <TITLE>SORT OPTION: From</TITLE>
7197 </HEAD>
7198 <BODY>
7199 <H1>SORT OPTION: From</H1>
7201 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7202 by the name of the author of the message.
7205 Messages with the same author are grouped together. Groups of
7206 messages are then put into alphabetical order according to message
7207 author.
7210 &lt;End of help on this topic&gt;
7211 </BODY>
7212 </HTML>
7213 ======= h_index_sort_size =======
7214 <HTML>
7215 <HEAD>
7216 <TITLE>SORT OPTION: Size</TITLE>
7217 </HEAD>
7218 <BODY>
7219 <H1>SORT OPTION: Size</H1>
7221 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7222 by their relative sizes.
7225 &lt;End of help on this topic&gt;
7226 </BODY>
7227 </HTML>
7228 ======= h_index_sort_score =======
7229 <HTML>
7230 <HEAD>
7231 <TITLE>SORT OPTION: Score</TITLE>
7232 </HEAD>
7233 <BODY>
7234 <H1>SORT OPTION: Score</H1>
7236 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7237 by their scores.
7240 Messages with the same score are sorted in arrival order.
7241 Scores are something you create using the
7242 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
7245 &lt;End of help on this topic&gt;
7246 </BODY>
7247 </HTML>
7248 ======= h_index_sort_to =======
7249 <HTML>
7250 <HEAD>
7251 <TITLE>SORT OPTION: To</TITLE>
7252 </HEAD>
7253 <BODY>
7254 <H1>SORT OPTION: To</H1>
7256 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
7257 by the names of the recipients of the message.
7260 Messages with the same recipients are grouped together. Groups of
7261 messages are then put into alphabetical order according to message
7262 recipients.
7265 &lt;End of help on this topic&gt;
7266 </BODY>
7267 </HTML>
7268 ======= h_index_sort_cc =======
7269 <HTML>
7270 <HEAD>
7271 <TITLE>SORT OPTION: Cc</TITLE>
7272 </HEAD>
7273 <BODY>
7274 <H1>SORT OPTION: Cc</H1>
7276 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
7277 the names of the carbon copy addresses of the message.
7280 &lt;End of help on this topic&gt;
7281 </BODY>
7282 </HTML>
7283 ======= h_index_cmd_whereis =======
7284 <HTML>
7285 <HEAD>
7286 <TITLE>WhereIs Command</TITLE>
7287 </HEAD>
7288 <BODY>
7289 <H1>WhereIs Command</H1>
7291 The WhereIs
7292 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7293 command lets you search the MESSAGE INDEX for a word.
7294 It scans through whatever you see, usually the name of the author
7295 and the Subject line.
7296 WhereIs has special subcommands to let you find the beginning of the
7297 index (Ctrl-Y -- first message)
7298 or the end of the index (Ctrl-V -- last message).
7300 Note that WhereIs only searches through the visible text on the screen.
7301 For example, if only part of the Subject of a message is shown because it
7302 is long, then only the visible portion of the Subject is searched.
7303 Also note that WhereIs does not &quot;see&quot; the 
7304 &quot;X&quot; in column one of Index entries for selected messages
7305 so it can't be used to search for
7306 selected messages (use &quot;Zoom&quot; instead).
7308 If the feature
7309 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
7310 is turned on,
7311 WhereIs can also be used as a quick way to select messages that match the
7312 string being searched for.
7313 Instead of typing carriage return to search for the next match, type
7314 Ctrl-X to select all matches.
7315 Once again, this only selects matches that are (or would be if the right
7316 index line was on the screen) visible.
7317 Truncated From lines or Subjects will cause matches to be missed.
7318 Although WhereIs is sometimes convenient for quick matching, the Select
7319 command is usually more powerful and usually faster.
7322 &lt;End of help on this topic&gt;
7323 </BODY>
7324 </HTML>
7325 ======= h_view_cmd_whereis =======
7326 <HTML>
7327 <HEAD>
7328 <TITLE>WhereIs Command</TITLE>
7329 </HEAD>
7330 <BODY>
7331 <H1>WhereIs Command</H1>
7333 The WhereIs
7334 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7335 command does a &quot;find in current message&quot; operation.  You
7336 type in text and Alpine will try to find it in the message you are
7337 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
7338 or end (Ctrl-V) of the message.
7339 That is, to rapidly move to the end of a message, hit the 
7340 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7341 (or Ctrl-W) key followed
7342 by Ctrl-V.  Similarly,
7343 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7344 followed by Ctrl-Y will take you to the beginning of a message.
7347 &lt;End of help on this topic&gt;
7348 </BODY>
7349 </HTML>
7350 ======= h_view_cmd_hilite =======
7351 <HTML>
7352 <HEAD>
7353 <TITLE>View Hilite and Next item/Previous item</TITLE>
7354 </HEAD>
7355 <BODY>
7356 <H1>View Hilite and Next item/Previous item</H1>
7358 Sometimes messages may be in the form of formatted HTML text
7359 or they may contain URLs or Web server hostnames.
7360 When any of the features
7361 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
7362 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
7363 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
7365 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
7366 are enabled, Alpine will represent such selectable items in the text
7367 in bold typeface.  One of the selectable items will be displayed in
7368 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
7369 Press the Return key to view the currently selected item.
7372 The Up and Down Arrows keys can be used to change the selected item
7373 (also see the feature
7374 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
7375 If there are no selectable items in the direction of the arrow you
7376 pressed, Alpine will scroll the display in that direction until one
7377 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
7378 items in the message text, use the Previous and Next item commands,
7379 <!--chtml if pinemode="function_key"-->F5 and F6
7380 <!--chtml else-->^B and ^F<!--chtml endif-->.
7383 &lt;End of help on this topic&gt;
7384 </BODY>
7385 </HTML>
7386 ======= h_view_cmd_viewattch =======
7387 <HTML>
7388 <HEAD>
7389 <TITLE>ViewAttch Command</TITLE>
7390 </HEAD>
7391 <BODY>
7392 <H1>ViewAttch Command</H1>
7395 The View/Save Attachment
7396 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
7397 command allows you to handle MIME attachments to a message you have
7398 received.  Alpine shows you a list of the message attachments -- you just
7399 choose the attachment you want.  You may either view or save the
7400 selected attachment.
7403 Because many attachments require external programs for display, there
7404 is some system configuration that has to happen before you can
7405 actually display attachments.  Hopefully much of that will have been
7406 done already by your system administrator.  MIME configuration is
7407 handled with the &quot;mailcap&quot; configuration file.  (See the section 
7408 on configuration in the
7409 <A HREF="h_news">release notes</A> for more information.)
7412 &lt;End of help on this topic&gt;
7413 </BODY>
7414 </HTML>
7415 ======= h_index_cmd_expunge =======
7416 <HTML>
7417 <HEAD>
7418 <TITLE>Expunge/Exclude Command</TITLE>
7419 </HEAD>
7420 <BODY>
7421 <H1>Expunge/Exclude Command</H1>
7423 Expunge/Exclude
7424 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
7425 is the command Alpine uses to actually remove all messages
7426 marked for deletion.  With regular email files, expunge literally deletes
7427 the text from the current folder.  With newsgroups or shared mailboxes,
7428 you don't have permission to actually remove the message, so it is an
7429 exclude -- Alpine removes the message from your view of the folder even
7430 though it is not technically gone.
7432 <P> A selective expunge command is available in IMAP folders that support 
7433 the UID EXPUNGE extension in <A 
7434 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
7435 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
7436 as a subcommand of the apply command. If some selected messages are marked 
7437 deleted, then the apply command will offer the eXpunge command, which when 
7438 executed will only expunge those messages that are selected and deleted.
7440 <P> 
7441 Observe that the expunge command (when not used from the apply command) 
7442 will expunge/exclude all deleted messages from the folder, and so all 
7443 messages marked deleted will be expunged, regardless of if they are 
7444 selected or not. In other words, there is no protection against 
7445 potentially expunging more messages than only those that have been 
7446 selected and deleted.
7449 The configuration features
7450 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
7452 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
7453 affect the behavior of the Expunge command.
7456 &lt;End of help on this topic&gt;
7457 </BODY>
7458 </HTML>
7459 ======= h_common_compose =======
7460 <HTML>
7461 <HEAD>
7462 <TITLE>Compose Command</TITLE>
7463 </HEAD>
7464 <BODY>
7465 <H1>Compose Command</H1>
7467 The Compose command takes you into the Alpine message composer where you
7468 can start a new message for sending.  This is where you type in the
7469 message's text and specify its recipient list (the &quot;To:&quot;
7470 address), where copies should be directed (e.g., &quot;Fcc&quot;,
7471 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
7472 be attached to the message.
7475 When you type this command, Alpine will also automatically check for any
7476 interrupted (i.e., a message that was being composed when your modem
7477 or network connection was broken) or previously postponed messages and
7478 offer you a chance to continue working on those.
7481 <UL>   
7482 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7483 </UL><P>
7484 &lt;End of help on this topic&gt;
7485 </BODY>
7486 </HTML>
7487 ======= h_common_index =======
7488 <HTML>
7489 <HEAD>
7490 <TITLE>Message Index Command</TITLE>
7491 </HEAD>
7492 <BODY>
7493 <H1>Message Index Command</H1>
7495 The Index command takes you to the MESSAGE INDEX screen that displays a
7496 summary caption for each message in the currently-open folder. One
7497 message will be highlighted; this is the &quot;Current&quot; message.
7498 The message commands available from this screen (e.g. View, Reply,
7499 Forward, Delete, Print, Save, etc) apply to the current message.
7502 &lt;End of help on this topic&gt;
7503 </BODY>
7504 </HTML>
7505 ======= h_common_folders =======
7506 <HTML>
7507 <HEAD>
7508 <TITLE>Folder List Command</TITLE>
7509 </HEAD>
7510 <BODY>
7511 <H1>Folder List Command</H1>
7513 This Folder List command takes you to the FOLDER LIST screen that displays
7514 the names of all your message folders and allows you to view, rename,
7515 delete, and add folders.  You can open (view) a different folder than the
7516 one currently open by highlighting the desired one (using the arrow keys
7517 or their control-key equivalents) and pressing RETURN.
7520 If you have multiple folder collections defined (see the Help text for
7521 the FOLDER LIST screen to learn more about Collections), you may need
7522 to press Return to expand the collection and display all of the
7523 folders in it.
7526 &lt;End of help on this topic&gt;
7527 </BODY>
7528 </HTML>
7529 ======= h_main_addrbook =======
7530 <HTML>
7531 <HEAD>
7532 <TITLE>Address Book Command</TITLE>
7533 </HEAD>
7534 <BODY>
7535 <H1>Address Book Command</H1>
7537 This command, available only from the MAIN MENU, takes you
7538 to the ADDRESS BOOK management screen.  From here, your personal address
7539 book(s) may be updated.
7542 &lt;End of help on this topic&gt;
7543 </BODY>
7544 </HTML>
7545 ======= h_main_setup =======
7546 <HTML>
7547 <HEAD>
7548 <TITLE>Setup Command</TITLE>
7549 </HEAD>
7550 <BODY>
7551 <H1>Setup Command</H1>
7553 The Setup command, available only from the MAIN MENU, prompts you for
7554 one of several configuration screens, including the SETUP CONFIGURATION 
7555 screen, by which you may activate optional Alpine features.
7558 &lt;End of help on this topic&gt;
7559 </BODY>
7560 </HTML>
7561 ======= h_main_release_notes =======
7562 <HTML>
7563 <HEAD>
7564 <TITLE>Release Notes Command</TITLE>
7565 </HEAD>
7566 <BODY>
7567 <H1>Release Notes Command</H1>
7569 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
7570 as well as pointers to further information such as history and legal notes.
7573 &lt;End of help on this topic&gt;
7574 </BODY>
7575 </HTML>
7576 ======= h_main_kblock =======
7577 <HTML>
7578 <HEAD>
7579 <TITLE>Keyboard Lock Command</TITLE>
7580 </HEAD>
7581 <BODY>
7582 <H1>Keyboard Lock Command</H1>
7584 This command allows your Alpine session to be protected
7585 during a temporary absence from your terminal.
7588 &lt;End of help on this topic&gt;
7589 </BODY>
7590 </HTML>
7591 ======= h_main_journal =======
7592 <HTML>
7593 <HEAD>
7594 <TITLE>Journal Command</TITLE>
7595 </HEAD>
7596 <BODY>
7597 <H1>Journal Command</H1>
7599 This command displays a list of all the status messages Alpine has
7600 displayed (on the third line from the bottom of the screen). This may
7601 be useful if a message disappeared before you had a chance to read it.
7604 &lt;End of help on this topic&gt;
7605 </BODY>
7606 </HTML>
7607 ======= h_common_role =======
7608 <HTML>
7609 <HEAD>
7610 <TITLE>Role Command</TITLE>
7611 </HEAD>
7612 <BODY>
7613 <H1>Role Command</H1>
7615 The Role command is similar to the Compose command except that it starts
7616 off by letting you select a <A HREF="h_rules_roles">role</A>
7617 to be used for the composition.
7618 You may set up alternate roles by using Setup/Rules/Roles.
7621 &lt;End of help on this topic&gt;
7622 </BODY>
7623 </HTML>
7624 ======= h_common_conditional_cmds =======
7625 <HTML>
7626 <HEAD>
7627 <TITLE>Conditional Commands</TITLE>
7628 </HEAD>
7629 <BODY>
7630 <H1>Conditional Commands</H1>
7632 The presence or absence of certain commands, particularly in the
7633 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
7634 whether or not specific features are set in your Alpine configuration.  
7635 (You can access the SETUP CONFIGURATION screen, where they are found, from 
7636 Alpine's MAIN MENU.)  To see if a desired command's availability is
7637 conditioned on a feature setting, see the command's help text (highlight
7638 the phrase associated with the command and hit Return).
7641 Also note that some
7642 commands may be administratively disabled by your system manager;
7643 if they don't work, please check with your local help desk.
7646 <UL>   
7647 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7648 </UL><P>
7649 &lt;End of help on this topic&gt;
7650 </BODY>
7651 </HTML>
7652 ======= h_common_pipe =======
7653 <HTML>
7654 <HEAD>
7655 <TITLE>Pipe Command</TITLE>
7656 </HEAD>
7657 <BODY>
7658 <H1>Pipe Command</H1>
7660 Pipe
7661 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
7662 allows you to send a message to a specified Unix command for external
7663 processing.
7664 This command's availability is controlled by the
7665 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
7666 feature.
7667 By default, the processed text of the message is sent to the command
7668 you specify and the output is captured by Alpine and shown to you.
7669 When you run the pipe command, there are some sub-commands which may be
7670 used to alter this behavior.
7671 These sub-commands are described <A HREF="h_pipe_command">here</A>.
7674 &lt;End of help on this topic&gt;
7675 </BODY>
7676 </HTML>
7677 ======= h_common_goto =======
7678 <HTML>
7679 <HEAD>
7680 <TITLE>Goto Command</TITLE>
7681 </HEAD>
7682 <BODY>
7683 <H1>Goto Command</H1>
7685 Goto
7686 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
7687 is the command that lets you bypass Alpine's folder selection screens
7688 and jump directly to a new folder.  You can select any folder in the
7689 world: one in your current collection, one in a different collection or
7690 one in a collection you've never even used before.
7693 Alpine will help you as much as possible to narrow in on the folder you want.
7694 However, if the folder is outside of your defined collections, you are
7695 going to have to enter the exact folder location using the correct
7696 <A HREF="h_valid_folder_names">syntax</A>
7697 for a remote folder and/or fully-qualified path name.
7700 &lt;End of help on this topic&gt;
7701 </BODY>
7702 </HTML>
7703 ======= h_common_nextnew =======
7704 <HTML>
7705 <HEAD>
7706 <TITLE>NextNew Command</TITLE>
7707 </HEAD>
7708 <BODY>
7709 <H1>NextNew Command</H1>
7711 When you press the TAB key, Alpine advances to the next
7712 &quot;interesting&quot; message.
7713 This will be the next message you have not seen before, or the next message
7714 you have flagged Important, whichever comes first.
7715 Unread messages that have been deleted are not considered interesting.
7716 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
7717 articles after you have read them if you want to remove them from future
7718 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
7719 more information.)
7722 The NextNew command is affected by the feature
7723 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
7724 which causes Alpine to only consider Unread messages interesting, not messages
7725 flagged Important.
7728 This command behaves a little differently when it finds there are no more
7729 interesting messages left in the current folder.
7730 If the current folder is one of your Incoming Message Folders
7731 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
7732 or it is a newsgroup, then Alpine will try to find the next folder or
7733 newsgroup that contains <EM>Recent</EM> messages and will ask you
7734 if you want to open that folder.
7735 This behavior may be modified by using the
7736 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
7737 feature that causes Alpine to look for Unseen messages instead of Recent
7738 messages.
7739 The NextNew command's behavior is also affected by the configuration features
7740 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
7742 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
7745 &lt;End of help on this topic&gt;
7746 </BODY>
7747 </HTML>
7748 ======= h_common_jump =======
7749 <HTML>
7750 <HEAD>
7751 <TITLE>Jump Command</TITLE>
7752 </HEAD>
7753 <BODY>
7754 <H1>Jump Command</H1>
7756 This is Alpine's way of allowing you to go straight to a specific message.
7757 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
7758 configured such that typing in any number automatically jumps you to that
7759 message 
7760 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
7761 in the SETUP CONFIGURATION).
7764 &lt;End of help on this topic&gt;
7765 </BODY>
7766 </HTML>
7767 ======= h_common_flag =======
7768 <HTML>
7769 <HEAD>
7770 <TITLE>Flag Command</TITLE>
7771 </HEAD>
7772 <BODY>
7773 <H1>Flag Command</H1>
7775 Flag
7776 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7777 is the command that allows users to manipulate the status flags that
7778 appear on the left side of the MESSAGE INDEX screen.  The most common
7779 use of this is to mark a message as important. This is something of a
7780 note to yourself to get back to that message.  You may also use the
7781 flag command to set (or unset) the flags that indicate that a message
7782 is new, answered, deleted, or forwarded.<P>
7784 Provided the mail server supports it,
7785 you may also manipulate user-defined keywords
7786 for a message using the flag command.
7787 These keywords will be available if you use the Flag Details screen that you
7788 can get to after typing the
7789 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7790 command.
7791 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
7792 which are always present.
7793 You may add new keywords by using the Add KW command from the Flag Details screen
7794 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
7796 The availability of the flag command is determined by the
7797 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
7798 feature in your Alpine configuration. Also, it is possible that Flag could be
7799 administratively disabled by your system manager; if it doesn't work,
7800 please check with your local help desk before reporting a bug.
7801 The behavior of the flag command may be modified by the
7802 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
7803 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
7806 &lt;End of help on this topic&gt;
7807 </BODY>
7808 </HTML>
7809 ======= h_common_hdrmode =======
7810 <HTML>
7811 <HEAD>
7812 <TITLE>HdrMode Command</TITLE>
7813 </HEAD>
7814 <BODY>
7815 <H1>HdrMode Command</H1>
7817 Every email message comes with some header lines that you normally
7818 don't see (and don't want to see).
7819 These include anywhere from 3-20 lines (or more) added by the
7820 Internet mail transport system to record the route your message took,
7821 for diagnostic purposes.
7822 These are normally of no import and simply
7823 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
7824 This also includes other non-standard headers the message may contain.
7825 If you want to see these headers, there is a way to reveal them.
7828 The Header Mode
7829 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7830 command is a toggle that controls Alpine's handling of these header
7831 lines.  Normally, full headers is &quot;off&quot; and you only see a
7832 few lines about who a message is to and who it is from.  When you
7833 press
7834 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7835 to turn full headers on, Alpine will show you
7836 the normal header lines as well as delivery headers, comment headers,
7837 MIME headers, and any other headers present.
7840 Several different Alpine commands honor the header mode -- it affects how
7841 messages are displayed, how they appear in forward and reply email, how
7842 they are printed, how they are saved, and how they are exported.
7843 <!--chtml if pinemode="os_windows"-->
7844 <!--chtml else--> 
7845 The pipe command is also affected.
7846 <!--chtml endif-->
7849 The presence or absence of the Header Mode command is determined by the
7850 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7851 Feature-List option in your Alpine configuration.
7854 If you have also turned on the
7855 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
7856 option then the HdrMode command actually rotates through three states
7857 instead of just two.
7858 The first is the normal view with long quotes suppressed.
7859 The second is the normal view but with the long quotes included.
7860 The last enables the display of all headers in the message.
7861 When using Export, Pipe, Print, Forward, or Reply the quotes are
7862 never suppressed, so the first two states are identical.
7865 The behavior of the Header Mode command may be altered slightly by
7866 turning on the
7867 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
7868 Feature-List option in your Alpine configuration.
7869 In particular, it will cause the Header Mode to be persistent when moving
7870 from message to message instead of resetting to the default for each message.
7873 <UL>   
7874 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7875 </UL><P>
7876 &lt;End of help on this topic&gt;
7877 </BODY>
7878 </HTML>
7879 ======= h_common_print =======
7880 <HTML>
7881 <HEAD>
7882 <TITLE>Print Command</TITLE>
7883 </HEAD>
7884 <BODY>
7885 <H1>Print Command</H1>
7887 The Print
7888 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
7889 command allows you to print a copy of a message.
7890 There are many SETUP CONFIGURATION features that affect the
7891 Print command, including
7892 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
7893 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
7894 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
7895 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
7896 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
7897 You set up for printing by using the Printer option of the Setup command
7898 on the MAIN MENU.
7902 &lt;End of help on this topic&gt;
7903 </BODY>
7904 </HTML>
7905 ======= h_common_take =======
7906 <HTML>
7907 <HEAD>
7908 <TITLE>TakeAddr Command</TITLE>
7909 </HEAD>
7910 <BODY>
7911 <H1>TakeAddr Command</H1>
7914 With the Take Address
7915 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
7916 command, you can extract email addresses from an
7917 incoming message and save them in an address book.  This is an easy way
7918 to add to your address book and avoid having to remember the email
7919 addresses of the people who write to you.
7922 If the message is just to you individually, then you will only need to
7923 provide a nickname.  If the message contains more than one email address,
7924 then you will see an address
7925 selection screen that lets you choose the address you want to save into
7926 your address book, or lets you choose several of them add to a
7927 personal distribution list.
7930 Once you've added an entry to your address book, you can use it from the
7931 message composer by typing the nickname of the entry into one of the
7932 header fields (for example, into the To: field), or you can use ^T from
7933 the header field to select the entry from your address book.
7936 If the configuration feature
7937 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
7938 is set, the behavior of the Take command is altered slightly.
7941 &lt;End of help on this topic&gt;
7942 </BODY>
7943 </HTML>
7944 ======= h_ge_import =======
7945 <HTML>
7946 <HEAD>
7947 <TITLE>Import File Selection</TITLE>
7948 </HEAD>
7949 <BODY>
7950 <H1>Import File Selection</H1>
7952 You are importing a file that you previously
7953 exported from Alpine.
7954 You are now being asked for the name of that file.
7955 The easiest way to select a file is probably with the &quot;^T&quot;
7956 &quot;To Files&quot; command.
7957 Alternatively, you may type in a file name.
7958 It may be an absolute pathname.
7959 Otherwise, it is a file located in your home directory
7960 or current working directory
7961 <!--chtml if pinemode="running"-->
7962 (which, at least for your current Alpine &quot;session,&quot; 
7963 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7964 <!--chtml endif-->, depending on the
7965 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7966 In any case, you finish by typing a carriage return to accept the
7967 file name that is displayed.
7968 When the feature
7969 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7970 is turned on you may use TAB to complete partially typed in names.
7972 You may cancel the import operation by typing &quot;^C&quot; after exiting
7973 this help.
7975 &lt;End of help on this topic&gt;
7976 </BODY>
7977 </HTML>
7978 ======= h_ge_allparts =======
7979 <HTML>
7980 <HEAD>
7981 <TITLE>Export Message File Selection</TITLE>
7982 </HEAD>
7983 <BODY>
7984 <H1>Export Message File Selection</H1>
7986 You are Exporting a message from an Alpine mail folder
7987 to a plain text file.
7988 You also have the option of exporting all of the attachments associated
7989 with the message.
7990 You are now being asked for the name of the file to export <EM>to</EM>.
7991 The easiest way to select a file is probably with the &quot;^T&quot;
7992 &quot;To Files&quot; subcommand.
7993 After returning from that subcommand you will still be allowed to
7994 edit the name you have selected.
7995 Alternatively, you may type in a file name.
7996 It may be an absolute pathname.
7997 Otherwise, it is a file located in your home directory
7998 or current working directory
7999 <!--chtml if pinemode="running"-->
8000 (which, at least for your current Alpine &quot;session,&quot; 
8001 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8002 <!--chtml endif-->, depending on the
8003 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
8004 In any case, you finish by typing a carriage return to accept the
8005 file name that is displayed.
8006 When the feature
8007 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
8008 is turned on you may use TAB to complete partially typed in names.
8010 The message you are exporting appears to have some attachments.
8011 If you wish to save <EM>all</EM> of the attachments at once,
8012 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
8013 saving of the attachments.
8014 You may turn it back off by typing &quot;^P&quot; again, which will now
8015 be labeled &quot;NoAllParts&quot; instead.
8016 If you want to save the parts the command displayed should be
8017 &quot;NoAllParts&quot;!
8018 When you choose to save attachments like this, the attachments will be saved
8019 in a newly created directory.
8020 That directory will have the same name as the file name you choose here,
8021 with the letters &quot;.d&quot; appended.
8022 If that directory already exists, then the letters &quot;.d_1&quot; will
8023 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
8024 is found.
8025 For example, if you select the file name
8027 <CENTER><SAMP>filename</SAMP></CENTER>
8029 to export the message to, then the directory used for the attachments will be
8031 <CENTER><SAMP>filename.d</SAMP></CENTER>
8033 or perhaps
8035 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
8037 The attachments will then be put into files inside that directory.
8038 The names for the attachment files will be derived from the attachments
8039 if possible.
8040 This is done in the same way as the default values are derived if you
8041 save them one at a time.
8042 (The &quot;filename&quot; parameter from the Content-Disposition header
8043 is the first choice. If that doesn't exist, the &quot;name&quot;
8044 parameter from the Content-Type header is used.)
8045 If a name for a particular attachment is not available, then the
8046 part number of the attachment is used, with the characters &quot;part_&quot;
8047 prepended.
8048 An example of that would be
8050 <CENTER><SAMP>part_2.1</SAMP></CENTER>
8052 If you want to save only some of the attachments or if you want more control
8053 over the directory and filename where an attachment is saved you may
8054 cancel out of this command and View the attachment list.
8055 From there you can save each attachment individually.
8057 You may cancel the Export operation by typing &quot;^C&quot; after exiting
8058 this help.
8060 &lt;End of help on this topic&gt;
8061 </BODY>
8062 </HTML>
8063 ======= h_ge_export =======
8064 <HTML>
8065 <HEAD>
8066 <TITLE>Export File Selection</TITLE>
8067 </HEAD>
8068 <BODY>
8069 <H1>Export File Selection</H1>
8071 You are Exporting or Saving something from within the Alpine world
8072 (a message, an attachment, etc.)
8073 to a plain text file.
8074 You are now being asked for the name of the file to export <EM>to</EM>.
8075 The easiest way to select a file is probably with the &quot;^T&quot;
8076 &quot;To Files&quot; subcommand.
8077 After returning from that subcommand you will still be allowed to
8078 edit the name you have selected.
8079 Alternatively, you may type in a file name.
8080 It may be an absolute pathname.
8081 Otherwise, it is a file located in your home directory
8082 or current working directory
8083 <!--chtml if pinemode="running"-->
8084 (which, at least for your current Alpine &quot;session,&quot; 
8085 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8086 <!--chtml endif-->, depending on the
8087 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
8088 In any case, you finish by typing a carriage return to accept the
8089 file name that is displayed.
8090 When the feature
8091 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
8092 is turned on you may use TAB to complete partially typed in names.
8094 If the object you are exporting is a message with some attachments,
8095 you may wish to save all of the attachments by typing the &quot;^P&quot;
8096 &quot;AllParts&quot; command to turn on saving of the attachments.
8097 This subcommand will only be visible if the message actually has attachments.
8098 You may also View the attachment list and save individual attachments from
8099 there.
8101 If you are SAVING a text part (text/plain, text/html, etc.) you can use
8102 the Control-R subcommand to toggle if saving will be done in binary mode,
8103 meaning that the attachment will be decoded, but will not be transformed
8104 to UTF-8 for further processing (either in internal filters, or user
8105 supplied filters.) This is useful in case you either want to preserve
8106 the text as it was encoded originally to you, or the attachment was
8107 incorrectly attached (the attachment is not of text type) and you need
8108 the original text to process the attachment.
8110 You may cancel the Export operation by typing &quot;^C&quot; after exiting
8111 this help.
8113 &lt;End of help on this topic&gt;
8114 </BODY>
8115 </HTML>
8116 ======= h_common_save =======
8117 <HTML>
8118 <HEAD>
8119 <TITLE>Save and Export Commands</TITLE>
8120 </HEAD>
8121 <BODY>
8122 <H1>Save and Export Commands</H1>
8124 Save
8125 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
8126 and Export
8127 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
8128 are the two alternatives Alpine gives you to keep a copy of the message
8129 you are reading. If you want to keep the message within Alpine's email
8130 world, use &quot;Save&quot;; if you want to use the message in another
8131 program, use &quot;Export&quot;.
8134 When you Save a message, it is put into an existing folder or into a new
8135 folder in one of your existing folder collections.  The message stays in
8136 email format and can be read by Alpine again.  Alpine may use a special format
8137 for its mail folders -- never edit an Alpine folder by hand or with any
8138 program other than Alpine.  The exact behavior of the Save command can be
8139 configured with the
8140 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
8141 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
8142 and 
8143 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
8144 feature list settings.
8145 The name of the folder offered as a default is controlled by the option
8146 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
8149 When you use Export, the message is placed in a plain text file in your
8150 home directory 
8151 <!--chtml if pinemode="running"-->
8152 (which, in the present configuration of your system, is
8153  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8154 <!--chtml endif-->
8155 or current working directory
8156 <!--chtml if pinemode="running"-->
8157 (which, at least for your current Alpine &quot;session,&quot; 
8158 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8159 <!--chtml endif-->, depending on the
8160 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8161 configuration setting.  In the normal case, only minimal
8162 headers are exported with the message; however, if the full header mode 
8163 (whose availability may be disabled  by setting the feature 
8164 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
8165 in SETUP CONFIGURATION) is
8166 toggled on, then complete headers are exported along with the message
8167 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
8168 defined, they may affect the contents of the exported file.)
8171 &lt;End of help on this topic&gt;
8172 </BODY>
8173 </HTML>
8174 ======= h_common_bounce =======
8175 <HTML>
8176 <HEAD>
8177 <TITLE>Bounce Command</TITLE>
8178 </HEAD>
8179 <BODY>
8180 <H1>Bounce Command</H1>
8182 The Bounce 
8183 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
8184 command allows you to re-send, or &quot;remail&quot;, a
8185 message, as if you were never in the loop.  It is analogous to crossing
8186 out your address on a postal letter, writing a different address on the
8187 envelope, and putting it into the mailbox. Bounce is used primarily to
8188 redirect email that was sent to you in error.
8189 Also, some owners of email
8190 lists need the bounce command to handle list traffic.
8191 Bounce is not anonymous.
8192 A ReSent-From header is added to the message so that the recipient may
8193 tell that you Bounced it to them.
8196 The presence or absence of the Bounce command is determined by the
8197 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
8198 feature in your Alpine configuration.
8199 The feature
8200 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
8201 affects the behavior of the Bounce command.
8202 Also, it is possible that Bounce could be
8203 administratively disabled by your system manager; if it doesn't work,
8204 please check with your local help desk before reporting a bug.
8207 &lt;End of help on this topic&gt;
8208 </BODY>
8209 </HTML>
8210 ======= h_common_reply =======
8211 <HTML>
8212 <HEAD>
8213 <TITLE>Reply and Forward Commands</TITLE>
8214 </HEAD>
8215 <BODY>
8217 <H1>Reply and Forward Commands</H1>
8219 Replying 
8220 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
8221 and Forwarding 
8222 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
8223 are your two alternatives for following up on the
8224 message you are reading.  You would use reply if you want to get email
8225 back to the author of the message and/or the other people who have
8226 already seen it.  You use forward if you want somebody new to see the
8227 message.
8230 In the normal case, the only thing that you must supply when forwarding a
8231 message is the name/email address of the new recipient.
8232 Alpine will include the text of the forwarded message.
8233 Alpine will also include any attachments to the message.
8234 There is space above the forwarded text for you to include additional comments.
8237 When replying, you usually have to answer some questions.
8238 If the message is to multiple people and/or specified with a Reply-To: header,
8239 then you will have to decide who should get the reply.
8240 You also need to decide whether or not to include the previous
8241 message in your reply.
8242 Some of this is configurable.
8243 Specifically, see the
8244 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
8245 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
8246 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
8248 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
8249 configuration features.
8252 Both the Reply and Forward commands react to the full header mode toggle.
8253 If the full header mode is on, then all the header and delivery lines are
8254 included with the text of the message in your reply/forward.
8257 Other configuration features that affect the Reply command are
8258 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
8259 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
8260 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
8263 &lt;End of help on this topic&gt;
8264 </BODY>
8265 </HTML>
8266 ======= h_common_delete =======
8267 <HTML>
8268 <HEAD>
8269 <TITLE>Delete and Undelete Commands</TITLE>
8270 </HEAD>
8271 <BODY>
8272 <H1>Delete and Undelete Commands</H1>
8274 Delete 
8275 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
8276 and Undelete 
8277 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
8278 allow you to change the Deleted flag for the current message.
8279 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
8280 removes the mark.
8281 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
8282 at the left hand edge of the index line.
8283 When viewing a deleted message, the letters &quot;DEL&quot; will be present
8284 in the upper right hand corner of the screen.
8285 Delete simply <EM>marks</EM> a message Deleted, it does not actually
8286 get rid of the message.
8287 The eXpunge command (available from the MESSAGE INDEX screen) actually
8288 removes all of the deleted messages in a folder.
8289 Once a message is eXpunged, it can't be retrieved.
8292 The Delete command is affected by the setting of the configuration feature
8293 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
8296 &lt;End of help on this topic&gt;
8297 </BODY>
8298 </HTML>
8299 ======= h_common_postpone =======
8300 <HTML>
8301 <HEAD>
8302 <TITLE>Postpone Command</TITLE>
8303 </HEAD>
8304 <BODY>
8305 <H1>Postpone Command</H1>
8307 The postpone
8308 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
8309 command allows you to temporarily stop working on the current
8310 message so you may read
8311 other messages or compose another message.  When you want to resume a
8312 message later, start to compose and answer &quot;yes&quot; to the
8313 &quot;Continue postponed composition?&quot; question.  You may
8314 postpone as many messages as you like.
8317 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
8318 in the Setup/Config screen, then the Postpone command will prompt you for
8319 the folder in which to store your outgoing message.
8322 &lt;End of help on this topic&gt;
8323 </BODY>
8324 </HTML>
8325 ======= h_compose_cancel =======
8326 <HTML>
8327 <HEAD>
8328 <TITLE>Cancel Command</TITLE>
8329 </HEAD>
8330 <BODY>
8331 <H1>Cancel Command</H1>
8333 Cancel
8334 <!--chtml if pinemode="function_key"-->
8335 (F2)
8336 <!--chtml else-->
8337 (^C) 
8338 <!--chtml endif-->
8340 The Cancel command returns you to Alpine's normal mail processing and
8341 causes the message currently under composition to be thrown out.
8342 The message text <EM>will be lost</EM>.
8345 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
8346 will be preserved in the file named
8347 <!--chtml if pinemode="os_windows"-->
8348 &quot;DEADLETR&quot;.
8349 <!--chtml else-->
8350 &quot;dead.letter&quot; in your home directory.
8351 <!--chtml endif-->
8352 If you unintentionally cancel a message, look there for its text.
8355 &lt;End of help on this topic&gt;
8356 </BODY>
8357 </HTML>
8358 ======= h_compose_addrcomplete =======
8359 <HTML>
8360 <HEAD>
8361 <TITLE>Address Completion</TITLE>
8362 </HEAD>
8363 <BODY>
8364 <H1>Address Completion</H1>
8366 When entering addresses in the address fields of the composer (To, Cc, etc.)
8367 the TAB key may be used to help complete the address.
8368 Type a partial nickname and tap the TAB key to complete the typing.
8369 The unambiguous part of the name will be filled in automatically.
8370 Typing TAB twice in succession will bring up a selection list of possibilities,
8371 making it easy to find and choose the correct address.
8374 The matching algorithm is rather ad hoc.
8375 The search starts with a search of your address book.
8376 It counts as a match if the nickname, address, or fullname field of an
8377 entry begins with the text typed in so far. It is also a match if
8378 a later word in the fullname (for example, the middle name or last name)
8379 begins with the entered text.
8381 Next comes an LDAP search.
8382 The search will happen for any servers that have the
8383 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
8384 feature set. You can set or unset the feature for each server independently
8385 in the Setup/Directory screen.
8387 Finally, if you are replying to or forwarding a message, that message is
8388 searched for likely candidate addresses that match the typed-in text.
8391 &lt;End of help on this topic&gt;
8392 </BODY>
8393 </HTML>
8394 ======= h_compose_richhdr =======
8395 <HTML>
8396 <HEAD>
8397 <TITLE>Rich Header Command</TITLE>
8398 </HEAD>
8399 <BODY>
8400 <H1>Rich Header Command</H1>
8402 The Rich Header command allows you to toggle between the list of 
8403 all message headers available for editing and those that are most
8404 common.
8407 Use this toggle to expose headers that are not normally visible by
8408 default.
8409 This set usually includes the
8410 &quot;Bcc:&quot;,
8411 &quot;Fcc:&quot;,
8412 &quot;Lcc:&quot;,
8413 and &quot;Newsgroups&quot;
8414 headers.
8415 If you are posting to a newsgroup the set of defaults is a little different.
8416 Obviously, in that case, the Newsgroups header is of interest so is not
8417 hidden.
8418 For news posting the hidden set includes the
8419 &quot;To:&quot;,
8420 &quot;Cc:&quot;,
8421 &quot;Bcc:&quot;,
8422 &quot;Fcc:&quot;,
8423 and &quot;Lcc:&quot;
8424 headers.
8425 You won't normally want to edit these, which is why they are hidden,
8426 but it is sometimes useful to be able to set them manually.
8429 The default sets of headers listed above can be altered.
8430 Any header that you have added to the
8431 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
8432 option, but not to the
8433 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
8434 option will appear when you use the Rich Headers command to
8435 make the Rich Headers visible.
8436 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
8437 even without toggling the Rich Headers command.)
8440 &lt;End of help on this topic&gt;
8441 </BODY>
8442 </HTML>
8443 ======= h_compose_send =======
8444 <HTML>
8445 <HEAD>
8446 <TITLE>Send Command</TITLE>
8447 </HEAD>
8448 <BODY>
8449 <H1>Send Command</H1>
8451 The Send command
8452 <!--chtml if pinemode="function_key"-->
8453 (F3)
8454 <!--chtml else-->
8455 (^X) 
8456 <!--chtml endif-->
8457 tells Alpine you are finished composing.
8458 Before actually sending it, though, Alpine will ask you to confirm 
8459 your intention, and, at the same time, redisplayed the message text
8460 with the recipients at the top of the screen to give you the opportunity
8461 to review and verify that the message is addressed to the people
8462 you intended.
8464 If the feature
8465 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
8466 then this confirmation prompt and any options it allows are skipped.
8469 This confirmation prompt may also offer, depending
8470 on your particular Setup/Config, options allowing you to set
8471 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
8472 include attachments in the &quot;Fcc&quot; (if you had previously
8473 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
8474 observe details of the
8475 <A HREF="h_config_verbose_post">message submission process</A>,
8476 choose the filter through which the
8477 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
8478 or turn of flowed text generation.
8481 &lt;End of help on this topic&gt;
8482 </BODY>
8483 </HTML>
8484 ======= h_compose_markcutpaste =======
8485 <HTML>
8486 <HEAD>
8487 <TITLE>Mark, Cut and Paste Commands</TITLE>
8488 </HEAD>
8489 <BODY>
8490 <H1>Mark, Cut and Paste Commands</H1>
8492 You can define a &quot;block&quot; of text, which can subsequently
8493  be deleted or
8494 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
8495 then moving the cursor to the end of the desired text block.  You can then
8496 &quot;cut&quot; the block out 
8497 <!--chtml if pinemode="function_key"-->
8498 &quot;F9&quot;,
8499 <!--chtml else-->
8500 &quot;Ctrl-K&quot;,
8501 <!--chtml endif-->
8502 move the cursor, and &quot;paste&quot; it
8503 <!--chtml if pinemode="function_key"-->
8504 &quot;F10&quot;,
8505 <!--chtml else-->
8506 &quot;Ctrl-U&quot;,
8507 <!--chtml endif-->
8508 in the new location.  Also, you can paste more than once, allowing you
8509 to use this feature to copy a block of text.<P>
8511 If you press 
8512 <!--chtml if pinemode="function_key"-->
8513 &quot;F9&quot;
8514 <!--chtml else-->
8515 &quot;^K&quot;
8516 <!--chtml endif-->
8517 without having marked anything, Alpine will delete
8518 a single line.  If you delete a group of lines together, Alpine keeps them
8519 in the same buffer, so 
8520 <!--chtml if pinemode="function_key"-->
8522 <!--chtml else-->
8524 <!--chtml endif-->
8525 will restore them as a block.  About
8526 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
8527 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
8528 &quot;type the character ^&quot;.
8531 &lt;End of help on this topic&gt;
8532 </BODY>
8533 </HTML>
8534 ======= h_compose_justify =======
8535 <HTML>
8536 <HEAD>
8537 <TITLE>Justify Command</TITLE>
8538 </HEAD>
8539 <BODY>
8540 <H1>Justify Command</H1>
8542 The Justify
8543 <!--chtml if pinemode="function_key"-->
8544 (F4)
8545 <!--chtml else-->
8546 (^J) 
8547 <!--chtml endif-->
8548 command reformats the text in the paragraph the cursor is in.
8549 Paragraphs are separated by one blank line or a line beginning with a space.
8550 This is useful when you have been editing a paragraph and the lines become
8551 uneven.  The text is left aligned or justified and the right is ragged.  If
8552 the text is already justified as typed with auto-wrap, no justification will
8553 be done.
8556 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
8557 block of text, the Justify command is modified.
8558 Instead of automatically justifying the current paragraph you will be
8559 asked if you want to justify the paragraph, justify the selected region,
8560 or adjust the quote level of the selected region.
8561 Adjusting the quote level only works if you are using standard
8562 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
8563 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
8566 When composing a reply containing included text, the justify command
8567 will reformat text to the right of the 
8568 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
8569 adding or removing indented lines as needed.  Paragraphs are separated
8570 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
8571 line containing the indent string and one or more blank spaces.
8572 Included text that was previously indented (or &quot;quoted&quot;) is
8573 not preserved.
8576 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
8577 in 1999 and its wide-spread adoption since then, you will usually be better off if you
8578 use the standard
8579 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
8582 &lt;End of help on this topic&gt;
8583 </BODY>
8584 </HTML>
8585 ======= h_compose_spell =======
8586 <HTML>
8587 <HEAD>
8588 <TITLE>Spell Check Command</TITLE>
8589 </HEAD>
8590 <BODY>
8591 <H1>Spell Check Command</H1>
8593 The &quot;To Spell&quot;
8594 <!--chtml if pinemode="function_key"-->
8595 (F12)
8596 <!--chtml else-->
8597 (^T) 
8598 <!--chtml endif-->
8599 command calls an external spell checking program to look over the
8600 message you are composing.  By default, Alpine uses
8602 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
8604 if it knows where to find &quot;aspell&quot;.
8605 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
8606 then the command used is
8608 <CENTER><SAMP>ispell -l</SAMP></CENTER>
8610 Otherwise, the ancient &quot;spell&quot; command is used.
8612 For PC-Alpine, you must install the aspell library code that you
8613 may get from
8614 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
8617 &lt;End of help on this topic&gt;
8618 </BODY>
8619 </HTML>
8620 ======= h_compose_alted =======
8621 <HTML>
8622 <HEAD>
8623 <TITLE>Alt Editor Command</TITLE>
8624 </HEAD>
8625 <BODY>
8626 <H1>Alt Editor Command</H1>
8628 The &quot;Alt Editor&quot; command's availability depends on the
8629 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
8632 When the variable specifies a valid editor on your system, this
8633 command will launch it with the current text of your message
8634 already filled in.
8637 &lt;End of help on this topic&gt;
8638 </BODY>
8639 </HTML>
8640 ======= h_compose_readfile =======
8641 <HTML>
8642 <HEAD>
8643 <TITLE>Read File Command</TITLE>
8644 </HEAD>
8645 <BODY>
8646 <H1>Read File Command</H1>
8648 The &quot;Read File&quot;
8649 <!--chtml if pinemode="function_key"-->
8650 (F5)
8651 <!--chtml else-->
8652 (^R) 
8653 <!--chtml endif-->
8654 command allows you to copy in text from an existing file. You will be
8655 prompted for the name of a file to be inserted into the message.  The file
8656 name is relative to your home directory 
8657 <!--chtml if pinemode="running"-->
8658 (which, in the present configuration of your system, is
8659  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8660 <!--chtml endif-->
8661 or current working directory
8662 <!--chtml if pinemode="running"-->
8663 (which, at least for your current Alpine &quot;session,&quot; 
8664 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8665 <!--chtml endif-->, depending on the
8666 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8667 configuration setting; or, the file name must be specified as a full path name 
8668 <!--chtml if pinemode="os_windows"-->
8669 -- for example: &quot;A:&#92;PAPER.TXT&quot;
8670 <!--chtml else-->
8671 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
8672 <!--chtml endif-->
8673 (without the quotation marks).
8676 The file will be inserted where the cursor is located.  <B>The
8677 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
8678 Unix machine but have files on a PC or Mac, the files must be transferred
8679 to the system Alpine is running on before they can be read.  Please ask your
8680 local computer support people about the correct way to transfer a file to 
8681 your Alpine system.
8684 &lt;End of help on this topic&gt;
8685 </BODY>
8686 </HTML>
8687 ======= h_config_tray_icon =======
8688 <HTML>
8689 <HEAD>
8690 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
8691 </HEAD>
8692 <BODY>
8693 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
8695 PC-Alpine only.
8697 This option restores a behavior of previous versions of PC-Alpine.
8698 These
8699 versions, when started, installed a PC-Alpine icon in the notification 
8700 tray of Window's Taskbar.  The primary use of this icon was to indicate
8701 new mail arrival by turning red (while the Taskbar icon remained green).
8702 Additionally, the icon now changes to yellow to signify that a mail folder
8703 has been closed unexpectedly.
8706 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
8707 color its Taskbar entry's icon red (as well as the icon in the Window
8708 Title).  This feature is only provided for backwards compatibility.
8711 &lt;End of help on this topic&gt;
8712 </BODY>
8713 </HTML>
8714 ======= h_common_suspend =======
8715 <HTML>
8716 <HEAD>
8717 <TITLE>Suspend Command</TITLE>
8718 </HEAD>
8719 <BODY>
8720 <H1>Suspend Command</H1>
8722 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
8723 enabled, you can, at almost any time, temporarily halt your Alpine session,
8724 <!--chtml if pinemode="os_windows"-->
8725 minimizing it into an icon.
8726 <!--chtml else-->
8727 and return to your system prompt.
8728 <!--chtml endif-->
8731 &lt;End of help on this topic&gt;
8732 </BODY>
8733 </HTML>
8734 ======= h_pipe_command =======
8735 <HTML>
8736 <HEAD>
8737 <TITLE>Pipe Command SubOptions</TITLE>
8738 </HEAD>
8739 <BODY>
8740 <H1>Pipe Command SubOptions</H1>
8742 By default, when you use the Pipe command, the processed text of the
8743 message is sent to the Unix command
8744 you specify and the output is captured by Alpine and shown to you.
8745 (This command is available in PC-Alpine, as well, but there aren't many
8746 Windows commands that work well with piping.)
8747 There are some sub-commands that may be used to alter this behavior.
8748 These are toggles that switch the behavior between two possibilities.
8749 They can be combined in any way you wish.
8751 By default, the prompt at the bottom of the screen looks like
8753 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
8757 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
8759 if you are piping more than one message.
8761 The sub-command options are:
8762 <DL>
8763    <DT>Shown Text or Raw Text</DT>
8764    <DD>This option toggles between sending the shown (processed) text
8765 of the message to the Unix command, and sending the
8766 raw (unprocessed) text of the message to the Unix command.
8767 The default is to send the shown text.
8768 The raw version of the message will contain all of the headers and any
8769 MIME encoding that the message contains.
8770 If you've selected the Raw Text then the prompt will have the additional word
8771 &quot;RAW&quot; in it, like
8773 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
8775 You can experiment with this option by piping to something simple like the
8776 Unix &quot;cat&quot; command.
8777    </DD>
8778    <DT>Captured Output or Free Output</DT>
8779    <DD>This option toggles between having Alpine capture the output of
8780 the Unix pipe command for display, and not capturing it.
8781 If the command you are piping to is a filter that will produce output
8782 you want to view, then you want to capture that output
8783 for display (the default).
8784 If the Unix command doesn't produce output or handles the display itself,
8785 then you want free output.
8786 When you've selected the Free Output option the prompt will change to
8788 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
8790    </DD>
8791    <DT>No Delimiter or With Delimiter</DT>
8792    <DD>This option controls whether or not a Unix mailbox style delimiter
8793 will come before the text of the message.
8794 This is the delimiter used in the common Unix mailbox format.
8795 It's the single line that begins with the five characters
8796 &quot;From&quot; followed by a &lt;SPACE&gt; character.
8797 You'll usually only want to include this if the Unix command requires
8798 input in the format of a traditional Unix mailbox file.
8799 When you've selected the With Delimiter option the prompt will change to
8801 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
8803    </DD>
8804    <DT>To Same Pipe or To Individual Pipes</DT>
8805    <DD>This option only shows up if you are running an aggregate
8806 pipe command.
8807 That is, the command was Apply Pipe, not just Pipe.
8808 You have the option of piping all of the selected messages through a
8809 single pipe to a single instance of the Unix command,
8810 or piping each individual message through a separate pipe to separate
8811 instances of the Unix command.
8812 The default is that all of the output will go through a single pipe
8813 to a single instance of the command.
8814 You can try this option with a command like &quot;less&quot;, with Free
8815 Output enabled.
8816 When you've selected the Individual Pipes option the prompt will change to
8818 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
8820    </DD>
8821 </DL>
8824 As mentioned earlier, the options can be combined in any way you wish.
8825 You may leave them all off, turn them all on, or turn some of them on
8826 and some of them off.
8827 If you use the pipe command a second time in the same session the default
8828 options will be what you used the last time.
8831 &lt;End of help on this topic&gt;
8832 </BODY>
8833 </HTML>
8834 ========== h_emptydir_subfolder_name =========
8835 <HTML>
8836 <HEAD>
8837 <TITLE>ENTER SUBFOLDER NAME</TITLE>
8838 </HEAD>
8839 <BODY>
8840 <H1>Enter Subfolder Name</H1>
8842 <P> 
8843 This is the name of a new subfolder in the directory you are creating.
8844 Because empty directories are hidden and therefore not useful, you must also
8845 create a subfolder in the directory you are creating in order that the
8846 directory remains visible.
8848 Alternatively, you may turn off the configuration feature
8849 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
8850 so that empty directories remain visible.
8851 If you do that, you will not be required to create the subfolder when you
8852 create a directory.
8855 &lt;End of help on this topic&gt;
8856 </BODY>
8857 </HTML>
8858 ========== h_incoming_add_folder_name =========
8859 <HTML>
8860 <HEAD>
8861 <TITLE>ENTER FOLDER NAME</TITLE>
8862 </HEAD>
8863 <BODY>
8864 <H1>Enter Folder Name</H1>
8866 <P> 
8867 This is the name of the folder on the previously specified server.
8868 By default the folder name is interpreted as defining a section of your personal
8869 folder area.  This area and how you specify it are defined by the
8870 server, if one is specified.
8873 To define a folder outside the default area, prefix
8874 the path with the namespace to use when interpreting the
8875 given path.  If a namespace is specified, the folder name begins with the
8876 sharp (#) character followed by the name of the namespace
8877 and then the namespace's path-element-delimiter.  Aside from the
8878 name's format, namespaces can also imply access rights, content
8879 policy, audience, location, and, occasionally, access methods.
8882 Each server exports its own set (possibly of size one) of 
8883 namespaces.
8884 For a more detailed explanation read about
8885 <A HREF="h_folder_name_namespaces">Namespaces</A>.
8888 To specify the default for INBOX on the server you can usually just enter
8889 &quot;INBOX&quot;, and the server will understand the special meaning of
8890 that word.
8893 &lt;End of help on this topic&gt;
8894 </BODY>
8895 </HTML>
8896 ========== h_incoming_add_folder_host =========
8897 <HTML>
8898 <HEAD>
8899 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
8900 </HEAD>
8901 <BODY>
8902 <H1>Enter Incoming Folder Server</H1>
8904 You are being asked for the name of the server for use with this incoming
8905 folder.
8906 If the folder is on the machine where Alpine is running, then just enter
8907 RETURN without typing a server name.
8910 If the folder is on an IMAP server then type the server's name followed
8911 by RETURN.
8912 You may use the ^X command if the server is the same as the server that
8913 the INBOX is on.
8916 You may have to add optional extra information to the server name.
8917 For example, if the IMAP server is using a non-standard port number you
8918 would specify that by appending a colon (:) followed by the port number
8919 to the server name
8922 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8925 or you may need to specify a different protocol if the server is not an
8926 IMAP server. For example:
8929 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8932 for a POP server or
8935 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8938 for an NNTP news server.
8939 For an explanation of all of the possibilities, see
8940 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8941 for folders.
8944 There is a special command (^W) if you want to set up a folder that gets its
8945 mail from a
8946 <A HREF="h_maildrop">Mail Drop</A>.
8947 If you type that command, you will be prompted for the information for
8948 both the Mail Drop folder and the destination folder.
8951 &lt;End of help on this topic&gt;
8952 </BODY>
8953 </HTML>
8954 ========== h_incoming_add_inbox =========
8955 <HTML>
8956 <HEAD>
8957 <TITLE>ENTER INBOX SERVER</TITLE>
8958 </HEAD>
8959 <BODY>
8960 <H1>Enter INBOX Server</H1>
8962 You are being asked for the name of the server for use with
8963 the INBOX folder.
8964 Type the server's name followed by RETURN.
8967 You may have to add optional extra information to the server name.
8968 For example, if the server is using a non-standard port number you
8969 would specify that by appending a colon (:) followed by the port number
8970 to the server name
8973 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8976 or you may need to specify a different protocol if the server is not an
8977 IMAP server. For example:
8980 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8983 for a POP server.
8986 For an explanation of all of the possibilities, see
8987 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8988 for folders.
8991 If the INBOX folder is on the machine where Alpine is running, then just enter
8992 RETURN without typing a server name.
8995 There is a special command (^W) if you want to set up a folder that gets its
8996 mail from a
8997 <A HREF="h_maildrop">Mail Drop</A>.
8998 If you type that command, you will be prompted for the information for
8999 both the Mail Drop folder and the destination folder, which will be used
9000 as your INBOX folder.
9003 &lt;End of help on this topic&gt;
9004 </BODY>
9005 </HTML>
9006 ========== h_incoming_add_maildrop_destn =========
9007 <HTML>
9008 <HEAD>
9009 <TITLE>ENTER DESTINATION SERVER</TITLE>
9010 </HEAD>
9011 <BODY>
9012 <H1>Enter Destination Server</H1>
9014 You are being asked for the name of the server where the destination
9015 folder is for use with this Mail Drop incoming folder.
9016 That is, you are using a Mail Drop for this incoming folder and
9017 you've already entered
9018 the server and folder name for the Mail Drop.
9019 Now you need to enter the server for the destination folder
9020 where the mail should be copied to.
9021 Mail will come from the Mail Drop and be copied to the destination folder.
9024 Type the server's name followed by RETURN.
9025 If the folder is local to this computer, just type RETURN without entering
9026 a server name.
9029 You may have to add optional extra information to the server name.
9030 For example, if the server is using a non-standard port number you
9031 would specify that by appending a colon (:) followed by the port number
9032 to the server name
9035 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9038 For an explanation of all of the possibilities, see
9039 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9040 for folders.
9043 &lt;End of help on this topic&gt;
9044 </BODY>
9045 </HTML>
9046 ========== h_inbox_add_maildrop_destn =========
9047 <HTML>
9048 <HEAD>
9049 <TITLE>ENTER DESTINATION SERVER</TITLE>
9050 </HEAD>
9051 <BODY>
9052 <H1>Enter Destination Server</H1>
9054 You are being asked for the name of the server where the destination
9055 folder is for use with your Mail Drop INBOX.
9056 That is, you are using a Mail Drop for your INBOX and you've already entered
9057 the server and folder name for the Mail Drop.
9058 Now you need to enter the server for the destination folder
9059 where the mail should be copied to.
9060 Mail will come from the Mail Drop and be copied to the destination folder.
9063 Type the server's name followed by RETURN.
9064 If the folder is local to this computer, just type RETURN without entering
9065 a server name.
9068 You may have to add optional extra information to the server name.
9069 For example, if the server is using a non-standard port number you
9070 would specify that by appending a colon (:) followed by the port number
9071 to the server name
9074 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9077 For an explanation of all of the possibilities, see
9078 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9079 for folders.
9082 &lt;End of help on this topic&gt;
9083 </BODY>
9084 </HTML>
9085 ========== h_inbox_add_maildrop =========
9086 <HTML>
9087 <HEAD>
9088 <TITLE>ENTER MAILDROP SERVER</TITLE>
9089 </HEAD>
9090 <BODY>
9091 <H1>Enter Mail Drop Server</H1>
9093 You are being asked for the name of the Mail Drop server for use with
9094 your INBOX.
9097 Type the server's name followed by RETURN.
9100 You may have to add optional extra information to the server name.
9101 For example, if the server is using a non-standard port number you
9102 would specify that by appending a colon (:) followed by the port number
9103 to the server name
9106 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9109 or you may need to specify a different protocol if the server is not an
9110 IMAP server. For example:
9113 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
9116 for a POP server or
9119 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
9122 for an NNTP news server.
9123 For an explanation of all of the possibilities, see
9124 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9125 for folders.
9128 &lt;End of help on this topic&gt;
9129 </BODY>
9130 </HTML>
9131 ========== h_incoming_add_maildrop =========
9132 <HTML>
9133 <HEAD>
9134 <TITLE>ENTER MAILDROP SERVER</TITLE>
9135 </HEAD>
9136 <BODY>
9137 <H1>Enter Mail Drop Server</H1>
9139 You are being asked for the name of the Mail Drop server for use with
9140 this incoming folder.
9143 Type the server's name followed by RETURN.
9144 You may use the ^X command if the server is the same as the server that
9145 the INBOX is on.
9148 You may have to add optional extra information to the server name.
9149 For example, if the server is using a non-standard port number you
9150 would specify that by appending a colon (:) followed by the port number
9151 to the server name
9154 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9157 or you may need to specify a different protocol if the server is not an
9158 IMAP server. For example:
9161 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
9164 for a POP server or
9167 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
9170 for an NNTP news server.
9171 For an explanation of all of the possibilities, see
9172 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9173 for folders.
9176 If the Mail Drop folder is on the machine where Alpine is running, then just enter
9177 RETURN without typing a server name.
9180 &lt;End of help on this topic&gt;
9181 </BODY>
9182 </HTML>
9183 ========== h_maildrop =========
9184 <HTML>
9185 <HEAD>
9186 <TITLE>WHAT IS A MAIL DROP?</TITLE>
9187 </HEAD>
9188 <BODY>
9189 <H1>What is a Mail Drop?</H1>
9191 In some situaions it may make sense to have your mail delivered to one
9192 folder (the Mail Drop) and then when you want to read mail that has been
9193 delivered to the Mail Drop folder Alpine will move it to another
9194 destination folder.
9195 Often the Mail Drop will be a remote folder and messages will be moved from
9196 there to a local destination folder.
9199 One example where this might make sense is if the Mail Drop folder is accessible
9200 only with the POP protocol.
9201 You could designate your POP inbox as the Mail Drop folder and have Alpine move
9202 mail from there to a local (on the same machine Alpine is running on)
9203 destination folder, where you'll read it.
9206 A Mail Drop may only be used as your Inbox or as an
9207 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
9210 There is no attempt to synchronize the contents of the destination folder
9211 with the contents of the Mail Drop folder.
9212 All that happens is that all of the messages in the Mail Drop folder are
9213 copied to the destination folder and then they are deleted and expunged (if possible)
9214 from the Mail Drop folder.
9215 The next time a check for new mail is made, any messages in the Mail 
9216 Drop folder are once again copied to the destination folder and deleted
9217 and expunged from the Mail Drop folder.
9218 (If the Mail Drop folder is a news group, then the messages can't be
9219 expunged from the newsgroup. Instead, only Recent messages are copied from
9220 the newsgroup to the destination folder.)
9223 Configuration of a Mail Drop is a little different from configuration of
9224 a folder that does not use a Mail Drop because you have to specify two
9225 folder names instead of one.
9226 The two folders may be any types of folders that Alpine can normally use.
9227 They don't have to be a remote folder and a local folder, that is
9228 simply the most common usage.
9229 When you use a Mail Drop folder Alpine will periodically re-open the Mail
9230 Drop to check for new mail.
9231 The new-mail checks will happen at the frequency set with the
9232 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
9233 but with a minimum time
9234 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
9235 between checks.
9236 Because of this minimum you may notice that new mail does not
9237 appear promptly when you expect it.
9238 The reason for this is to protect the server from over-zealous opening and
9239 closing of the Mail Drop folder.
9240 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
9241 the end of the folder index, then the check will happen, regardless of how
9242 long it has been since the previous check.
9244 If there is new mail, that mail will be copied to the destination folder
9245 and then will be deleted from the Mail Drop.
9246 Note that using a Mail Drop with a local destination folder does not make
9247 sense if you read mail from more than one machine, because the mail is
9248 downloaded to the destination folder (which is accessible from only one
9249 machine) and deleted from the Mail Drop.
9251 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
9254 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
9257 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
9259 The brackets are not literal.
9261 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
9263 is a single character that does not appear in the MailDropFolder name.
9264 If the name doesn't contain spaces then it can be a space character.
9265 The two folder names are full technical
9266 <A HREF="h_valid_folder_names">folder names</A>
9267 as used by Alpine.
9268 Here are a couple examples to give you an idea what is being talked about:
9271 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
9273 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
9276 A #move folder may only be used as an
9277 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
9278 an Inbox.
9279 When you are in the FOLDER LIST of Incoming Message Folders (after turning
9280 on the
9281 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9282 option)
9283 the Add command has a subcommand &quot;Use Mail Drop&quot;
9284 which may be helpful for defining the folder in your Alpine configuration.
9285 The same is true when you edit the
9286 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
9287 option in Setup/Config.
9288 Each of these configuration methods will also create the DestinationFolder
9289 if it doesn't already exist.
9290 If you are having problems, make sure the DestinationFolder exists.
9293 &lt;End of help on this topic&gt;
9294 </BODY>
9295 </HTML>
9296 ========== h_save =========
9297 <HTML>
9298 <HEAD>
9299 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
9300 </HEAD>
9301 <BODY>
9302 <H1>Choose a Folder to Save Into</H1>
9304 After Exiting from this help text,
9305 type the name of the folder you want to save into and press RETURN.
9307 Press ^T to get a list of your folders to choose from.
9308 Press ^C to cancel the Save.
9310 If you have Folder Collections defined you may use
9311 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
9312 the collection being saved to.
9314 If Tab Completion is enabled (it is enabled by default)
9315 you may type a Tab character to have Alpine complete the folder name for you.
9317 If Partial Match Lists is enabled (it is enabled by default) you may type
9318 Ctrl-X to get a list of matches to the prefix you've typed in so far.
9320 If the Ctrl-R subcommand is present that means you can decide to Delete or
9321 not Delete the message you are saving after you save it.
9322 The label on that key gives the action to switch to.
9323 If it says Delete and you type Ctrl-R the label displayed will change to
9324 No Delete and the source message will be deleted after the save. If it
9325 says No Delete and you type Ctrl-R the label displayed will change to
9326 Delete and the message will not be deleted.
9327 You can control the default for the Delete parameter with the
9328 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
9330 Similarly, if the Ctrl-W subcommand is present that means you can decide
9331 to Preserve the order of the messages being saved or not.
9332 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
9333 will be in the same order as you see them in the source folder now.
9334 The opposite action (which is usually the default) is that you don't care
9335 about the order.
9336 The Saved messages may or may not be in the same order in the destination folder.
9337 There may be a performance penalty for choosing to save the messages in order.
9338 You can control the default for the Preserve Order parameter with the
9339 configuration feature
9340 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
9343 If you haven't disabled the Save Input History and you've already done a
9344 Save earlier in this session then you may use the Up and Down arrows to retrieve
9345 a folder name used in a previous Save.
9348 &lt;End of help on this topic&gt;
9349 </BODY>
9350 </HTML>
9351 ============= h_simple_index ========================
9352 <HTML>
9353 <HEAD>
9354 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
9355 </HEAD>
9356 <BODY>
9357 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
9358 <!--chtml if pinemode="function_key"-->
9359 <PRE>
9360 Navigating the List of Messages               General Alpine Commands
9361 -------------------------------               -----------------------
9362  F5   Move to previous message                 F1   Show this help text
9363  F6   Move to next message
9364  F7   Show previous screen of messages
9365  F8   Show next screen of messages
9367 Message Selection Commands
9368 --------------------------
9369  F3   Exit the Message Select menu (canceling Send command)
9370  F4   Select the currently highlighted message
9371  F9   Mark the currently highlighted message as deleted
9372  F10  Undelete (remove deletion mark from) the highlighted message
9373 </PRE>
9374 <!--chtml else-->
9375 <PRE>
9376 Navigating the List of Messages               General Alpine Commands
9377 -------------------------------               -----------------------
9378   P  Move to previous message                  ?  Show this help text
9379   N  Move to next message
9380   -  Show previous screen of messages
9381  Spc (space bar) Show next screen of messages
9383 Message Selection Commands
9384 --------------------------
9385   E  Exit the Message Select menu (canceling Send command)
9386   S  Select the currently highlighted message
9387   D  Mark the currently highlighted message as deleted
9388   U  Undelete (remove deletion mark from) the highlighted message
9389 </PRE>
9390 <!--chtml endif-->
9392 <H2>Description of the Select Postponed Message Screen</H2>
9394 This screen allows you to select one of several previously postponed
9395 messages in order to continue composition.  Your options are very limited
9396 -- the screen is not meant to let you manipulate these messages.  However,
9397 you may now delete messages from this list.  Once you choose a message,
9398 Alpine reads it in and puts you into the regular message composer.
9401 Messages do not stay in this postponed state automatically.  If you select
9402 a message and then want to postpone it again, use the normal postpone
9403 (Ctrl-O) command in the composer.
9406 If you exit this screen without selecting a message, the Compose command
9407 that got you here is canceled.  Other than messages explicitly marked
9408 &quot;Deleted&quot;, no messages will be removed.
9411 &lt;End of help on this topic&gt;
9412 </BODY>
9413 </HTML>
9414 ============= h_collection_screen ========================
9415 <HTML>
9416 <HEAD>
9417 <TITLE>COLLECTION LIST screen</TITLE>
9418 </HEAD>
9419 <BODY>
9420 <H1>COLLECTION LIST screen</H1>
9422 The COLLECTION LIST screen is used to select one of your  
9423 collection definitions to display the folders they contain.  See
9424 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
9425 detailed explanation of collections.<P>
9427 To manage your collection definitions (Add, Change, Delete, etc.), use
9428 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
9429 MAIN MENU.
9432 &lt;End of help on this topic&gt;
9433 </BODY>
9434 </HTML>
9435 ============= h_collection_maint ========================
9436 <HTML>
9437 <HEAD>
9438 <TITLE>SETUP COLLECTION LIST screen</TITLE>
9439 </HEAD>
9440 <BODY>
9441 <H1>SETUP COLLECTION LIST screen</H1>
9443 The SETUP COLLECTION LIST screen lets you manage your collection
9444 definitions.  See 
9445 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
9446 for detailed explanation of collections.<P>
9448 Maintenance commands include:
9449 <DL>
9450 <DT>Change
9451 <!--chtml if pinemode="function_key"-->
9452 (F4)
9453 <!--chtml else-->
9455 <!--chtml endif-->
9456 </DT>
9458 <DD>Modify attributes of the selected collection definition.
9460 <DT>Add Cltn
9461 <!--chtml if pinemode="function_key"-->
9462 (F9)
9463 <!--chtml else-->
9465 <!--chtml endif-->
9466 </DT>
9468 <DD>Create a new collection definition.
9469 </DD>
9471 <DT>Del Cltn
9472 <!--chtml if pinemode="function_key"-->
9473 (F10)
9474 <!--chtml else-->
9476 <!--chtml endif-->
9477 </DT>
9479 <DD>Delete the selected collection definition.<BR>
9480 NOTE: The folders and directories referred to by the
9481 collection definition are <EM>NOT</EM> deleted.  Folders must
9482 be deleted, if that's what you wish to do, from the 
9483 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
9484 individual folders in a collection.
9485 </DD>
9487 <DT>Shuffle
9488 <!--chtml if pinemode="function_key"-->
9489 (F11)
9490 <!--chtml else-->
9492 <!--chtml endif-->
9493 </DT>
9495 <DD>Change the order of the displayed collections.  Alpine will offer
9496 to move the currently selected collection one position UP
9497 or DOWN.
9498 </DD>
9499 </DL>
9502 &lt;End of help on this topic&gt;
9503 </BODY>
9504 </HTML>
9505 ============ h_what_are_collections ==========
9506 <HTML>
9507 <HEAD>
9508 <TITLE>Folder Collections Explained</TITLE>
9509 </HEAD>
9510 <BODY>
9511 <H1>Folder Collections Explained</H1>
9514 Those of you with simple mail configurations will just see a list of all the
9515 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
9516 The special folders for INBOX, sent mail and saved messages
9517 will appear at the top of the list.  All others are in alphabetical order.
9519 If you
9520 or your system administrator have defined more than one collection or if
9521 you have a collection (for newsgroups or email folders) defined on your 
9522 system, then you will see the COLLECTION LIST screen first when choosing 
9523 FOLDER LIST from Alpine's MAIN MENU.
9525 <H2>Why have multiple folder collections?</H2>
9527 For Alpine users who only maintain email folders (and not too many) on one host, 
9528 a single folder collection is probably sufficient.<P>
9530 However, people who have more than one email account - for example, one 
9531 at their university, and one with their personal Internet Service Provider - 
9532 will have different sets of folders on different hosts, and they may want to
9533 access them all from the same installation of Alpine, rather than use different 
9534 software and/or log into other hosts to manipulate messages in different 
9535 accounts.  (If in doubt whether one of your email accounts can be accessed 
9536 with Alpine, contact the technical support people for that account.)  Even people
9537 who have only one email account on one host, but have dozens or
9538 hundreds of email folders, may want to arrange these folders together in a 
9539 meaningful way.<BR>
9540 That is where multiple collections come in.
9542 <H2>Types of Collections</H2>
9543 <DL>
9544 <DT>INCOMING FOLDERS</DT>
9545 <DD>&quot;Incoming Message Folders&quot; 
9546 is a special collection typically used to supplement your single INBOX.  
9547 All the folders here are meant to be ones that receive incoming messages, 
9548 which you intend to check more or less frequently.  
9549 You may have multiple folders like this because you or your systems 
9550 administrator have set up an external program or you may have set up
9551 Alpine to filter incoming 
9552 messages into different folders, based on certain criteria such as 
9553 sender, recipient, or subject; or because you have multiple accounts and 
9554 wish to check their INBOXes easily.  This collection is established by 
9555 setting the 
9556 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9557 feature in the SETUP CONFIGURATION screen, which is accessed from the 
9558 MAIN MENU.
9559 </DD>
9561 <DT>NEWS</DT>
9562 <DD>You can also define a collection specifically for
9563 newsgroups.  Alpine does this for you implicitly when you 
9564 <A HREF="h_config_nntp_server">define an NNTP Server</A>
9565 in your Alpine configuration.  The news collection appears last in the 
9566 COLLECTION LIST (though you can shuffle it up in the order of presentation),
9567 and Alpine knows not to save messages there.
9568 </DD>
9570 <DT>DEFAULT COLLECTION</DT>
9571 <DD>This is the default collection for your saved and sent messages folders.
9572 </DD>
9573 </DL>
9577 <H2>Defining Collections</H2>
9579 In the absence of any folder-collection definitions, Alpine will assume a
9580 single default folder collection.
9581 <!--chtml if pinemode="os_windows"-->
9582 <!--chtml else-->
9583 If necessary, Alpine will create the directory
9584 &quot;mail&quot; in your Unix home directory 
9585 to hold your folders.
9586 <!--chtml endif-->
9588 You can use the 
9589 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
9590 the MAIN MENU, to manage your collection list.  
9592 &lt;End of help on this topic&gt;
9593 </BODY>
9594 </HTML>
9595 ===== h_select_address_screen =====
9596 <HTML>
9597 <HEAD>
9598 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
9599 </HEAD>
9600 <BODY>
9601 <H1>SELECT AN ADDRESS SCREEN</H1>
9602 <H2>COMMANDS</H2>
9603 <!--chtml if pinemode="function_key"-->
9604 <PRE>
9605 Available  Commands                        
9606 -------------------------------            
9607 F1  Show Help Text
9608 F3  Exit without selecting anything
9609 F4  Select the highlighted address
9610 F5  Move highlight to previous address
9611 F6  Move highlight to next address
9612 F7  Previous page of addresses
9613 F8  Next page of addresses
9614 F11 Print
9615 F12 WhereIs
9616 </PRE>
9617 <!--chtml else-->
9618 <PRE>
9619 Navigation                     General Alpine Commands
9620 -------------------------      -----------------------
9621  P  Prev Address                ?  Display this help text
9622  N  Next Address                E  Exit without selecting anything
9623  -  Previous page               %  Print
9624 Spc (space bar) Next page
9625  W  WhereIs
9627 Select Command
9628 ------------------------------------------------
9629  S  Select the highlighted address
9630 </PRE>
9631 <!--chtml endif-->
9633 <H2>Description of the Select Address Screen</H2>
9635 This screen gives you an easy way to select an address from all of
9636 the address book entries that match the prefix typed so far.
9638 <P><UL>
9639 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9640 </UL>
9642 &lt;End of help on this topic&gt;
9643 </BODY>
9644 </HTML>
9645 ===== h_select_rule_screen =====
9646 <HTML>
9647 <HEAD>
9648 <TITLE>SELECT A RULE SCREEN</TITLE>
9649 </HEAD>
9650 <BODY>
9651 <H1>SELECT A RULE SCREEN</H1>
9652 <H2>COMMANDS</H2>
9653 <!--chtml if pinemode="function_key"-->
9654 <PRE>
9655 Available  Commands                        
9656 -------------------------------            
9657 F1  Show Help Text
9658 F3  Exit without selecting anything
9659 F4  Select the highlighted rule
9660 F5  Move highlight to previous rule
9661 F6  Move highlight to next rule
9662 F7  Previous page of rules
9663 F8  Next page of rules
9664 F11 Print
9665 F12 WhereIs
9666 </PRE>
9667 <!--chtml else-->
9668 <PRE>
9669 Navigation                     General Alpine Commands
9670 -------------------------      -----------------------
9671  P  Prev Rule                   ?  Display this help text
9672  N  Next Rule                   E  Exit without selecting anything
9673  -  Previous page               %  Print
9674 Spc (space bar) Next page
9675  W  WhereIs
9677 Select Command
9678 ------------------------------------------------
9679  S  Select the highlighted rule
9680 </PRE>
9681 <!--chtml endif-->
9683 <H2>Description of the Select Rule Screen</H2>
9685 This screen just gives you an easy way to select a rule from all of your
9686 defined rules.
9687 The list of rules presented is the list of nicknames of all of the rules
9688 defined using Setup/Rules.
9689 For selecting messages, it is likely that the Indexcolor rules and possibly
9690 the Roles rules will be most useful.
9691 The others are there also, in case you find a use for them.
9693 In order for this to be useful for selecting messages, the nicknames of
9694 the rules have to be different.
9695 Alpine actually just gets the nickname of the rule that you select and then
9696 looks up that rule using the nickname.
9697 So if there are duplicate nicknames, the first rule that has that
9698 nickname will be used.
9700 <P><UL>
9701 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9702 </UL>
9704 &lt;End of help on this topic&gt;
9705 </BODY>
9706 </HTML>
9707 ===== h_select_priority_screen =====
9708 <HTML>
9709 <HEAD>
9710 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
9711 </HEAD>
9712 <BODY>
9713 <H1>SELECT A PRIORITY SCREEN</H1>
9714 <H2>COMMANDS</H2>
9715 <!--chtml if pinemode="function_key"-->
9716 <PRE>
9717 Available  Commands                        
9718 -------------------------------            
9719 F1  Show Help Text
9720 F3  Exit without selecting anything
9721 F4  Select the highlighted priority
9722 F5  Move highlight to previous priority
9723 F6  Move highlight to next priority
9724 F7  Previous page of priorities
9725 F8  Next page of priorities
9726 F11 Print
9727 F12 WhereIs
9728 </PRE>
9729 <!--chtml else-->
9730 <PRE>
9731 Navigation                     General Alpine Commands
9732 -------------------------      -----------------------
9733  P  Prev Priority               ?  Display this help text
9734  N  Next Priority               E  Exit without selecting anything
9735  -  Previous page               %  Print
9736 Spc (space bar) Next page
9737  W  WhereIs
9739 Select Command
9740 ------------------------------------------------
9741  S  Select the highlighted priority
9742 </PRE>
9743 <!--chtml endif-->
9745 <H2>Description of the Select Priority Screen</H2>
9747 This screen gives you a way to select a priority for the message you are sending.
9748 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
9749 Some mail programs will display an indication of the priority level to
9750 the recipient of the message, some will ignore it.
9751 Even in cases where the mail programs of both the sender and the recipient
9752 agree on the meaning of this header, keep in mind that it is
9753 something that the sender sets so it is only an indication
9754 of the priority that the sender attaches to the mail.
9755 Alpine can be made to display an indication of this priority in incoming
9756 messages by use of one of the tokens
9757 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
9758 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
9759 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
9761 <P><UL>
9762 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9763 </UL>
9765 &lt;End of help on this topic&gt;
9766 </BODY>
9767 </HTML>
9768 ===== h_select_keyword_screen =====
9769 <HTML>
9770 <HEAD>
9771 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
9772 </HEAD>
9773 <BODY>
9774 <H1>SELECT A KEYWORD SCREEN</H1>
9775 <H2>COMMANDS</H2>
9776 <!--chtml if pinemode="function_key"-->
9777 <PRE>
9778 Available  Commands                        
9779 -------------------------------            
9780 F1  Show Help Text
9781 F3  Exit without selecting anything
9782 F4  Select the highlighted keyword
9783 F5  Move highlight to previous keyword
9784 F6  Move highlight to next keyword
9785 F7  Previous page of keywords
9786 F8  Next page of keywords
9787 F11 Print
9788 F12 WhereIs
9789 </PRE>
9790 <!--chtml else-->
9791 <PRE>
9792 Navigation                     General Alpine Commands
9793 -------------------------      -----------------------
9794  P  Prev Keyword                ?  Display this help text
9795  N  Next Keyword                E  Exit without selecting anything
9796  -  Previous page               %  Print
9797 Spc (space bar) Next page
9798  W  WhereIs
9800 Select Command
9801 ------------------------------------------------
9802  S  Select the highlighted keyword
9803 </PRE>
9804 <!--chtml endif-->
9806 <H2>Description of the Select Keyword Screen</H2>
9808 This screen just gives you an easy way to select a keyword.
9809 The list of keywords presented is the list of all keywords defined in your 
9810 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9811 If you have given a keyword a nickname, that nickname is displayed
9812 instead of the actual keyword.
9814 <P><UL>
9815 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9816 </UL>
9818 &lt;End of help on this topic&gt;
9819 </BODY>
9820 </HTML>
9821 ===== h_select_charset_screen =====
9822 <HTML>
9823 <HEAD>
9824 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
9825 </HEAD>
9826 <BODY>
9827 <H1>SELECT A CHARACTER SET SCREEN</H1>
9828 <H2>COMMANDS</H2>
9829 <!--chtml if pinemode="function_key"-->
9830 <PRE>
9831 Available  Commands                        
9832 -------------------------------            
9833 F1  Show Help Text
9834 F3  Exit without selecting anything
9835 F4  Select the highlighted character set
9836 F5  Move highlight to previous character set
9837 F6  Move highlight to next character set
9838 F7  Previous page of character sets
9839 F8  Next page of character sets
9840 F11 Print
9841 F12 WhereIs
9842 </PRE>
9843 <!--chtml else-->
9844 <PRE>
9845 Navigation                     General Alpine Commands
9846 -------------------------      -----------------------
9847  P  Prev Character Set          ?  Display this help text
9848  N  Next Character Set          E  Exit without selecting anything
9849  -  Previous page               %  Print
9850 Spc (space bar) Next page
9851  W  WhereIs
9853 Select Command
9854 ------------------------------------------------
9855  S  Select the highlighted character set
9856 </PRE>
9857 <!--chtml endif-->
9859 <H2>Description of the Select A Character Set Screen</H2>
9861 This screen just gives you an easy way to select a character set from the
9862 set of character sets Alpine knows about.
9863 The list presented will vary slightly depending on what option you are
9864 selecting the character set for.
9866 <P><UL>
9867 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9868 </UL>
9870 &lt;End of help on this topic&gt;
9871 </BODY>
9872 </HTML>
9873 ===== h_select_multcharsets_screen =====
9874 <HTML>
9875 <HEAD>
9876 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
9877 </HEAD>
9878 <BODY>
9879 <H1>SELECT CHARACTER SETS SCREEN</H1>
9880 <H2>COMMANDS</H2>
9881 <!--chtml if pinemode="function_key"-->
9882 <PRE>
9883 Available  Commands
9884 -------------------------------            
9885 F1  Show Help Text
9886 F3  Exit without selecting anything
9887 F4  Select the highlighted charset (or chosen charsets in ListMode)
9888 F5  Move highlight to previous charset
9889 F6  Move highlight to next charset
9890 F7  Previous page of charsets
9891 F8  Next page of charsets
9892 F9  Toggle choices when using ListMode
9893 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
9894 F11 Print
9895 F12 WhereIs
9896 </PRE>
9897 <!--chtml else-->
9898 <PRE>
9899 Navigation                     General Alpine Commands
9900 -------------------------      -----------------------
9901  P  Prev Charset                ?  Display this help text
9902  N  Next Charset                E  Exit without selecting anything
9903  -  Previous page               %  Print
9904 Spc (space bar) Next page
9905  W  WhereIs
9907 Select Command
9908 ------------------------------------------------
9909  S  Select the highlighted charset (or chosen charsets in ListMode)
9910  L  Turn on ListMode (makes it easy to choose multiple charsets)
9911  1  Turn off ListMode
9912  X  Toggle choices when using ListMode
9913 </PRE>
9914 <!--chtml endif-->
9916 <H2>Description of the Select Character Set Screen</H2>
9918 This screen just gives you an easy way to select a character set or a list of
9919 character sets.
9920 The list of character sets presented is the list of all character sets known to
9921 Alpine.
9922 You may select other character sets by typing them in directly.
9924 <P><UL>
9925 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9926 </UL>
9928 &lt;End of help on this topic&gt;
9929 </BODY>
9930 </HTML>
9931 ===== h_select_multkeyword_screen =====
9932 <HTML>
9933 <HEAD>
9934 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
9935 </HEAD>
9936 <BODY>
9937 <H1>SELECT KEYWORDS SCREEN</H1>
9938 <H2>COMMANDS</H2>
9939 <!--chtml if pinemode="function_key"-->
9940 <PRE>
9941 Available  Commands
9942 -------------------------------            
9943 F1  Show Help Text
9944 F3  Exit without selecting anything
9945 F4  Select the highlighted keyword (or chosen keywords in ListMode)
9946 F5  Move highlight to previous keyword
9947 F6  Move highlight to next keyword
9948 F7  Previous page of keywords
9949 F8  Next page of keywords
9950 F9  Toggle choices when using ListMode
9951 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
9952 F11 Print
9953 F12 WhereIs
9954 </PRE>
9955 <!--chtml else-->
9956 <PRE>
9957 Navigation                     General Alpine Commands
9958 -------------------------      -----------------------
9959  P  Prev Keyword                ?  Display this help text
9960  N  Next Keyword                E  Exit without selecting anything
9961  -  Previous page               %  Print
9962 Spc (space bar) Next page
9963  W  WhereIs
9965 Select Command
9966 ------------------------------------------------
9967  S  Select the highlighted keyword (or chosen keywords in ListMode)
9968  L  Turn on ListMode (makes it easy to choose multiple keywords)
9969  1  Turn off ListMode
9970  X  Toggle choices when using ListMode
9971 </PRE>
9972 <!--chtml endif-->
9974 <H2>Description of the Select Keyword Screen</H2>
9976 This screen just gives you an easy way to select a keyword or a list of
9977 keywords.
9978 The list of keywords presented is the list of all keywords defined in your 
9979 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9980 If you have given a keyword a nickname, that nickname is displayed
9981 instead of the actual keyword.
9983 <P><UL>
9984 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9985 </UL>
9987 &lt;End of help on this topic&gt;
9988 </BODY>
9989 </HTML>
9990 ===== h_select_incoming_to_monitor =====
9991 <HTML>
9992 <HEAD>
9993 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
9994 </HEAD>
9995 <BODY>
9996 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
9997 <H2>COMMANDS</H2>
9998 <!--chtml if pinemode="function_key"-->
9999 <PRE>
10000 Available  Commands
10001 -------------------------------            
10002 F1  Show Help Text
10003 F3  Exit without selecting anything
10004 F4  Select the marked folders
10005 F5  Move highlight to previous folder
10006 F6  Move highlight to next folder
10007 F7  Previous page of folders
10008 F8  Next page of folders
10009 F9  Toggle choices on or off
10010 F11 Print
10011 F12 WhereIs
10012 </PRE>
10013 <!--chtml else-->
10014 <PRE>
10015 Navigation                     General Alpine Commands
10016 -------------------------      -----------------------
10017  P  Prev Folder                 ?  Display this help text
10018  N  Next Folder                ^C  exit without changing anything
10019  -  Previous page               %  Print
10020 Spc (space bar) Next page
10021  W  WhereIs
10023 Select Command
10024 ------------------------------------------------
10025  S  Select the marked folders
10026  X  Toggle choices on or off
10027 </PRE>
10028 <!--chtml endif-->
10030 <H2>Description of the Select Folders to Check Screen</H2>
10032 This screen is only useful if the feature
10033 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
10034 is set.
10035 By default, when you set that feature all of your incoming folders
10036 will be checked periodically for Unseen messages.
10037 By using this screen, you may restrict the set of monitored folders to
10038 a subset of all of the incoming folders.
10040 Mark the folders you want to monitor for Unseen messages with
10041 an &quot;X&quot;.
10042 When you've finished marking all your selections use the Select
10043 command to register your choices.
10044 To return to the default of checking all incoming folders
10045 delete all folders or unmark all folders.
10047 <P><UL>
10048 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10049 </UL>
10051 &lt;End of help on this topic&gt;
10052 </BODY>
10053 </HTML>
10054 ===== h_role_select =====
10055 <HTML>
10056 <HEAD>
10057 <TITLE>ROLES SCREEN</TITLE>
10058 </HEAD>
10059 <BODY>
10060 <H1>ROLES SCREEN</H1>
10061 <H2>ROLES COMMANDS</H2>
10062 <!--chtml if pinemode="function_key"-->
10063 <PRE>
10064 Available  Commands                        
10065 -------------------------------            
10066 F1  Show Help Text
10067 F3  Exit without a selection
10068 F4  Select a role to use in composition
10069 F5  Move to previous role
10070 F6  Move to next role
10071 F7  Previous page of roles
10072 F8  Next page of roles
10073 F11 Change Default Role
10074 F12 Whereis (search role nicknames)
10075 </PRE>
10076 <!--chtml else-->
10077 <PRE>
10078 Navigation                     General Alpine Commands
10079 -------------------------      -----------------------
10080  P  Prev Role                     ?  Display this help text
10081  N  Next Role                     E  Exit without a selection
10082  -  Previous page
10083 Spc (space bar) Next page
10084  W  WhereIs (search for word in role nicknames)
10086 Select Role Commands
10087 ------------------------------------------------
10088  [Return]  Select highlighted role
10089  D         Change Default Role
10090 </PRE>
10091 <!--chtml endif-->
10093 <H2>Description of the Roles Screen</H2>
10095 With this screen you select a role to be used in the composition of a
10096 message.
10097 Use the Previous and Next commands to highlight the role you wish to
10098 use.
10099 When you type carriage return you will be placed in the composer using the highlighted role.
10101 You don't have any non-default <A HREF="h_rules_roles">roles</A>
10102 available unless you set them up.
10103 You may do so by using the Setup/Rules command on the MAIN MENU.
10105 By using the D command, you may set a default role that will persist until
10106 you change it or until you exit Alpine.
10107 The D command toggles through three states: set the default role, unset the
10108 default role, and leave the default role as it is.
10109 <P><UL>
10110 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10111 </UL>
10113 &lt;End of help on this topic&gt;
10114 </BODY>
10115 </HTML>
10116 ===== h_role_abook_select =====
10117 <HTML>
10118 <HEAD>
10119 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
10120 </HEAD>
10121 <BODY>
10122 <H1>SELECT ADDRESS BOOK SCREEN</H1>
10123 <H2>COMMANDS</H2>
10124 <!--chtml if pinemode="function_key"-->
10125 <PRE>
10126 Available  Commands                        
10127 -------------------------------            
10128 F1  Show Help Text
10129 F3  Exit screen without selecting anything
10130 F4  Select highlighted address book
10131 F5  Move to previous address book
10132 F6  Move to next address book
10133 F7  Previous page of address books
10134 F8  Next page of address books
10135 F12 Whereis
10136 </PRE>
10137 <!--chtml else-->
10138 <PRE>
10139 Navigation                     General Alpine Commands
10140 -------------------------      -----------------------
10141  P  Previous addrbook          ?  Display this help text
10142  N  Next addrbook
10143  -  Previous page
10144 Spc (space bar) Next page
10145  W  WhereIs
10147 Select Role Commands
10148 ------------------------------------------------
10149  S  Select highlighted address book
10150  E  Exit screen without selecting anything
10151 </PRE>
10152 <!--chtml endif-->
10154 <H2>Description of the Select Address Book Screen</H2>
10156 This screen helps you select one of your address books.
10157 Use the Previous and Next commands to highlight the address book you wish to
10158 select.
10159 <P><UL>
10160 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10161 </UL>
10163 &lt;End of help on this topic&gt;
10164 </BODY>
10165 </HTML>
10166 ======== h_rule_patterns =============
10167 <HTML>
10168 <HEAD>
10169 <TITLE>PATTERNS</TITLE>
10170 </HEAD>
10171 <BODY>
10172 <H1>PATTERNS</H1>
10173 Patterns are used with Roles, Filtering, Index Coloring,
10174 Scoring, Other Rules, and Search Rules.
10175 Patterns are compared with a message to see if there is a match.
10176 For Filtering, the messages being checked are all the messages in the
10177 folder, one at a time.
10178 For Index Line Coloring, each message that is visible on the screen is
10179 checked for matches with the Index Coloring Patterns.
10180 Roles are used with the Reply, Forward, and Compose commands.
10181 For Reply, the message used to compare the Pattern with is the message
10182 being replied to;
10183 for Forward, the message used to compare the Pattern with is the message
10184 being forwarded;
10185 and for Compose, there is no message, so the parts of the Pattern that depend
10186 on a message (everything other than Current Folder Type and the
10187 Beginning of Month and Year)
10188 are not used.
10189 Only the Current Folder Type matters for Compose (plus the Beginning of
10190 Month or Year, which you wouldn't usually use for a Role).
10191 For Scoring, the message being scored is compared with all of the Score
10192 Patterns, and the Score Values from the ones that match are added together to 
10193 get the message's score.
10194 For Other Rules, there is no message. Only the Current Folder Type is checked
10195 for Other Rules.
10197 Each Pattern has several possible parts, all of which are optional.
10198 In order for there to be a match, <EM>ALL</EM> of the
10199 <EM>defined</EM> parts of the Pattern must match the message.
10200 If a part is not defined it is considered a match, but note that a filtering
10201 Pattern must have at least one defined part or it will be ignored.
10202 For example, if the To pattern is not defined it will be
10203 displayed as
10205 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
10207 That is considered a match because it is not defined.
10208 This means that the Pattern with nothing defined is a match if the
10209 Current Folder Type matches, but there is an exception that was mentioned
10210 in the previous paragraph.
10211 Because filtering is a potentially destructive action, filtering Patterns
10212 with nothing other than Current Folder Type defined are ignored.
10213 If you really want a filtering Pattern to match all messages (subject to
10214 Current Folder Type) the best way to do it is to define a Score interval
10215 that includes all possible scores.
10216 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
10217 This can be used even if you haven't defined any rules to Set Scores.
10219 There are six predefined header patterns called the To, From, Sender, Cc, News,
10220 and Subject patterns.
10221 Besides those six predefined header patterns, you may add
10222 additional header patterns with header fieldnames of your choosing.
10223 You add an extra header pattern by placing the cursor on one of the
10224 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
10225 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
10226 and the Partic pattern is a header pattern that stands for
10227 Participant (From OR To OR Cc).
10228 (Defining the Recip pattern does not have the same effect as defining both
10229 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
10230 Similar to the header patterns are the AllText pattern and the BodyText pattern.
10231 Instead of comparing this pattern's text against only the contents of
10232 a particular header field, the text for the AllText pattern is compared
10233 with text anywhere in the message's header or body, and the text for the
10234 BodyText pattern is compared with text anywhere in the message's body.
10236 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
10237 &quot;!&quot; &quot;toggle NOT&quot; command.
10238 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10239 &quot;!&quot; at the beginning of the pattern line.
10240 When the &quot;!&quot; is present, it reverses the meaning of the match.
10241 That is, if the pattern matches then it is considered to NOT be a match, and
10242 if it does not match it is considered to be a match.
10244 Don't make the mistake of putting the &quot;!&quot; in the data field for
10245 a pattern.
10246 For example, if you type the characters &quot;!urgent&quot; into the Subject
10247 pattern, the pattern will look like:
10249 <PRE>
10250  Subject pattern = !urgent
10251 </PRE>
10253 This means you want to match the 7 character sequence &quot;!urgent&quot;.
10254 In order to match messages that do not have &quot;urgent&quot; in
10255 their Subject field, first type the characters &quot;urgent&quot; followed
10256 by carriage return for the value of the Subject pattern, then negate it
10257 by typing the &quot;!&quot; command.
10258 It should look like
10260 <PRE>
10261  ! Subject pattern = urgent
10262 </PRE>
10264 The contents of each of these header patterns (or the AllText or BodyText patterns) may
10265 be a complete email address, part of an address, or a random set of
10266 characters to match against.
10267 It may also be a list of such patterns, which means you
10268 are looking for a match against the first pattern in the list <EM>OR</EM>
10269 the second pattern <EM>OR</EM> the third and so on.
10270 For example, a Subject pattern equal to
10272 <PRE>
10273  Subject pattern = urgent
10274                    emergency
10275                    alert
10276 </PRE>
10278 would match all messages with a subject that contained at least one
10279 of those words.
10280 It would also match subjects containing the words &quot;alerts&quot; or
10281 &quot;Urgently&quot;.
10283 The same example with &quot;NOT&quot; turned on would be
10285 <PRE>
10286  ! Subject pattern = urgent
10287                      emergency
10288                      alert
10289 </PRE>
10291 which would match all messages with a subject that did <EM>NOT</EM> contain any of
10292 those words.
10293 You can use the &quot;Add Value&quot; command to add new words to the list,
10294 or you can enter them as a comma-separated list.
10296 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
10297 present for a match.
10298 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
10299 pattern2 must be present,
10300 and that is exactly what using a list does.)
10302 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
10303 also part of the Pattern, although the &quot;Score Interval&quot; is not used
10304 when checking for matches for Scoring.
10305 There are five similar settings that relate to the status of the message.
10306 These settings rely on the message being New or not, Deleted or not,
10307 Answered or not, Important or not, and Recent or not.
10308 There are also some other miscellaneous settings.
10309 The first is the Age of the message in days.
10310 Another is the Size of the message, in bytes.
10311 The third is a setting that detects whether or not the Subject of a
10312 message contains raw 8-bit characters (unencoded characters with the most
10313 significant bit set).
10314 There is a setting that detects whether or not this is the first time
10315 Alpine has been run this month (doesn't depend on individual messages),
10316 and another that detects whether or not this is the first time Alpine has
10317 been run this year.
10318 Other parts of the Pattern detect whether or not the From address of a
10319 message appears in your address book, whether or not certain keywords
10320 are set for a message, and whether or not certain character sets are
10321 used in a message.
10323 <H2>Parts of a Pattern</H2>
10325 <H3>Header patterns</H3>
10327 A header pattern is simply text that is searched for in the corresponding
10328 header field.
10329 For example, if a Pattern has a From header pattern with the value
10330 &quot;@company.com&quot;, then only messages that have a From header
10331 that contains the text &quot;@company.com&quot; will be possible
10332 matches.
10333 Matches don't have to be exact.
10334 For example, if the relevant field of a message contains the text
10335 &quot;mailbox@domain&quot; somewhere
10336 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
10337 &quot;mailbox@domain&quot; are all matches.
10339 All parts of the Pattern must match so, for example,
10340 if a message matches a defined
10341 From pattern, it still must be checked against the other parts of the
10342 Pattern that have been defined.
10343 The To header pattern is a slightly special case.
10344 If the message being checked has a Resent-To header
10345 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
10346 there are used in place of the addresses in the To header.
10347 This is only true for the To header.
10348 Resent-cc and Resent-From headers are never used unless you add them
10349 with the eXtraHdrs command.
10351 The meaning of a header pattern may be negated with the
10352 &quot;!&quot; &quot;toggle NOT&quot; command.
10353 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10354 &quot;!&quot; at the beginning of the pattern line.
10355 It would look something like
10357 <PRE>
10358  ! From pattern = susan@example.com
10359 </PRE>
10361 When the &quot;!&quot; is present, it reverses the meaning of the match.
10363 If you want to check for the presence of a header field but don't care
10364 about its value, then
10365 the empty pattern that you get by entering a pair of
10366 double quotes (&quot;&quot;) should match any message that
10367 has the corresponding header field.
10369 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
10371 AllText patterns are just like header patterns except that the text is
10372 searched for anywhere in the message's headers or body, not just in the
10373 contents of a particular header field.
10376 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
10378 BodyText patterns are just like header patterns except that the text is
10379 searched for anywhere in the message's body, not just in the
10380 contents of a particular header field.
10383 If there is more than one header pattern or AllText pattern or BodyText pattern
10384 for which you want to take the
10385 same action there is a shorthand notation that may be used.
10386 Any of these patterns may be a list of patterns instead of
10387 just a single pattern.
10388 If any one of the patterns in the list matches the message
10389 then it is considered a match.
10390 For example, if &quot;company1&quot; and &quot;company2&quot; both required
10391 you to use the same role when replying to messages, you might have
10392 a To pattern that looks like
10394 <PRE>
10395  To pattern = company1.com
10396               company2.com
10397 </PRE>
10399 This means that if the mail you are replying to was addressed to
10400 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
10401 then this Pattern is a match and the same actions will be taken.
10403 The meaning of an AllText or BodyText pattern may be negated with the
10404 &quot;!&quot; &quot;toggle NOT&quot; command.
10405 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10406 &quot;!&quot; at the beginning of the pattern line.
10407 When the &quot;!&quot; is present, it reverses the meaning of the match.
10409 A technicality: Since comma is the character used to separate multiple values
10410 in any of the fields that may have multiple values (such as header patterns,
10411 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
10412 you must escape comma with a
10413 backslash (&#92;) if you want to include a literal comma in one of those fields.
10414 In other words, if you type a backslash followed by a comma it will
10415 be interpreted as a comma by Alpine, instead of as a separator between
10416 pattern values.
10417 All other backslashes (those not followed by a comma) are literal
10418 backslashes and should not be escaped.
10419 It's unlikely you'll ever need to enter a literal comma or backslash in
10420 any of the patterns.
10422 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
10424 The &quot;Current Folder Type&quot; may be set to one of four different
10425 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
10426 &quot;Specific&quot;.
10427 If the value is set to &quot;News&quot;, then the
10428 Pattern will only match if the currently open folder is a newsgroup.
10429 The value &quot;Email&quot; only matches if the current folder is not news and
10430 the value &quot;Any&quot; causes any folder to match.
10431 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
10432 then you must fill in a value for &quot;Folder&quot;, which is on the line
10433 below the &quot;Specific&quot; line.
10434 In this case you will only get a match if the currently open folder is
10435 the specific folder you list.
10436 You may give a list of folders instead of just a single
10437 folder name, in which case the Pattern will match if the open folder is
10438 any one of the folders in the list.
10439 The name of each folder in the list may be either &quot;INBOX&quot;,
10440 the technical specification
10441 of the folder (like what appears in your configuration file) or, if the
10442 folder is one of your incoming folders, it may be the nickname you've given
10443 the folder.
10444 Here are some samples of specific folder names:
10446 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
10448 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
10450 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
10452 The easiest way to fill in the &quot;Folder&quot; field is to use
10453 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
10454 highlighted, or to use the &quot;Take&quot; command with the configuration
10455 feature
10456 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
10457 turned on.
10459 When reading a newsgroup, there may be a performance penalty
10460 incurred when collecting the information necessary to check whether
10461 or not a Pattern matches a message.
10462 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
10463 If you have Patterns with a Current Folder Type of either
10464 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
10465 Index Line Coloring or Scoring, you may experience
10466 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
10468 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
10470 The &quot;Age Interval&quot; may be set to an interval of message
10471 ages that should be considered a match.
10472 Like the other parts of the Pattern, if it is unset it will be ignored.
10473 The Age Interval looks like
10475 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
10477 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
10478 than or equal to zero.
10479 The special value &quot;INF&quot; may be used for
10480 the max value. It represents infinity.
10482 Actually, this option may be defined as a list of intervals instead
10483 of just a single interval.
10484 The list is separated by commas.
10485 It can look like
10487 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
10489 When there is an Age Interval defined, it is a match if the age, in days, of
10490 the message is contained in any of the intervals.
10491 The intervals include both endpoints.
10493 Even though this option is called Age, it isn't actually
10494 the <EM>age</EM> of the message.
10495 Instead, it is how many days ago the message arrived in one of your folders.
10496 If the current time is a little past midnight, then a message that arrived
10497 just before midnight arrived yesterday, even though the message is only
10498 a few minutes old.
10499 By default, the date being used is not the date in the Date
10500 header of the message.
10501 It is the date that the message arrived in one of your folders.
10502 When you Save a message from one folder to another that arrival date
10503 is preserved.
10504 If you would like to use the date in the Date header that is possible.
10505 Turn on the option
10506 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
10507 near the bottom of the rule definition.
10508 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
10510 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
10512 The &quot;Size Interval&quot; may be set to an interval of message
10513 sizes that should be considered a match.
10514 Like the other parts of the Pattern, if it is unset it will be ignored.
10515 The Size Interval looks like
10517 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
10519 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
10520 than or equal to zero.
10521 The special value &quot;INF&quot; may be used for
10522 the max value. It represents infinity.
10524 Actually, this option may be defined as a list of intervals instead
10525 of just a single interval.
10526 The list is separated by commas.
10527 It can look like
10529 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
10531 When there is a Size Interval defined, it is a match if the size, in bytes, of
10532 the message is contained in any of the intervals.
10533 The intervals include both endpoints.
10535 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
10537 The &quot;Score Interval&quot; may be set to an interval of message
10538 scores that should be considered a match.
10539 Like the other parts of the Pattern, if it is unset it will be ignored.
10540 The Score Interval looks like
10542 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
10544 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
10545 negative integers, with min_score less than or equal to max_score.
10546 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
10547 the min and max values to represent negative and positive infinity.
10549 Actually, a list of intervals may be used if you wish.
10550 A list would look like
10552 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
10554 When there is a Score Interval defined, it is a match if the score for
10555 the message is contained in any of the intervals in the list.
10556 The intervals include the endpoints.
10557 The score for a message is calculated by looking at every Score rule defined and
10558 adding up the Score Values for the ones that match the message.
10559 When deciding whether or not a Pattern matches a message for purposes of
10560 calculating the score, the Score Interval is ignored.
10562 <H3><A NAME="pattern_message_status">Message Status</A></H3>
10564 There are five separate message status settings.
10565 By default, all five are set to the value &quot;Don't care&quot;, which
10566 will match any message.
10567 The value &quot;Yes&quot; means that the particular status must be true
10568 for a match, and the value &quot;No&quot; means that the particular
10569 status must not be true for a match.
10570 For example, one of the five Message Status settings is whether a message
10571 is marked Important or not.
10572 A &quot;Yes&quot; means that the message must be Important to be
10573 considered a match and &quot;No&quot; means that the message must not be
10574 Important to be considered a match.
10575 The same is true of the other four message status settings that depend
10576 on whether or not the message is New; whether the message has 
10577 been Answered or not; whether the message has been Deleted or not, and
10578 whether the message is Recent or not. 
10580 The nomenclature for New and Recent is a bit confusing:
10582 New means that the message is Unseen.
10583 It could have been in your mailbox for a long time but if you haven't looked
10584 at it, it is still considered New.
10585 That matches the default Alpine index display that shows an N for such a
10586 message.
10588 Recent means that the message was added to this folder since the last time
10589 you opened the folder.
10590 Alpine also shows an N by default for these types of messages.
10591 If you were to run two copies of Alpine that opened a folder one right after
10592 the other, a message would only show up as Recent in (at most) the first
10593 Alpine session.
10595 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
10597 Keywords are similar to Message Status, but they are chosen by the user.
10598 Provided the mail server allows for it, you may add a set of possible keywords
10599 to a folder and then you may set those keywords or not for each message
10600 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
10601 The syntax of this part of the Pattern is similar to the header patterns.
10602 It is a list of keywords.
10603 The Keyword part of the Pattern is a match if the message has any of
10604 the keywords in the list set.
10605 Like other parts of the Pattern, if this is unset it will be ignored.
10607 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
10609 A message may use one or more character sets.
10610 This part of the Pattern matches messages that make use of one or more of
10611 the character sets specified in the pattern.
10612 It will be considered a match if a message uses any of the character
10613 sets in the list you give here.
10616 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
10617 GB2312) you may also use some shorthand names that Alpine provides.
10618 These names are more understandable shorthand names for sets of 
10619 character set names.
10620 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
10621 Selecting one of these shorthand names is equivalent to selecting all of
10622 the character sets that make up the set.
10623 You can see all of these shorthand names and the lists of character sets
10624 they stand for by typing the &quot;T&quot; command with the Character
10625 Set pattern highlighted.
10626 The syntax of this part of the Pattern is similar to the header patterns
10627 and the Message Keywords pattern.
10628 It is a list of character sets (or shorthand names).
10629 The Character Set part of the Pattern is a match if the message uses any
10630 of the character sets in the list.
10631 Like other parts of the Pattern, if this is unset it will be ignored.
10633 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
10635 It seems that lots of unwanted email contains unencoded 8-bit characters
10636 in the Subject.
10637 Normally, characters with the 8th bit set are not allowed in the Subject
10638 header unless they are MIME-encoded.
10639 This option gives you a way to match messages that have Subjects that
10640 contain unencoded 8-bit characters.
10641 By default, the value of this option is &quot;Don't care&quot;, which
10642 will match any message.
10643 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
10644 the Subject of the message in order for there to be a match,
10645 and the value &quot;No&quot; is the opposite.
10646 Setting this option will affect performance in large folders because the
10647 subject of each message in the folder has to be checked.
10649 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
10651 This option gives you a way to take some action once per month.
10652 By default, the value of this option is &quot;Don't care&quot;, which
10653 will always match.
10654 The value &quot;Yes&quot; means that this must be the first time Alpine has
10655 been run this month in order to count as a match,
10656 and the value &quot;No&quot; is the opposite.
10658 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
10660 This option gives you a way to take some action once per year.
10661 By default, the value of this option is &quot;Don't care&quot;, which
10662 will always match.
10663 The value &quot;Yes&quot; means that this must be the first time Alpine has
10664 been run this year in order to count as a match,
10665 and the value &quot;No&quot; is the opposite.
10667 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
10669 This option gives you a way to match messages that have an address
10670 that is in one of your address books.
10671 Only the simple entries in your address books are searched.
10672 Address book distribution lists are ignored!
10673 By default, the value of this option is &quot;Don't care&quot;, which
10674 will match any message.
10675 The value &quot;Yes, in any address book&quot; means the address
10676 from the message must be in at least one of your
10677 address books in order to be a match.
10678 The value &quot;No, not in any address book&quot;
10679 means none of the addresses may
10680 be in any of your address books in order to be a match.
10681 The values &quot;Yes, in specific address books&quot; and
10682 &quot;No, not in any of specific address books&quot; are similar but instead
10683 of depending on all address books you are allowed to give a list of address
10684 books to look in.
10685 The addresses from the message that are checked for are determined by the
10686 setting you have for &quot;Types of addresses to check for in address book&quot;.
10687 If you set this to &quot;From&quot; the From address from the message will
10688 be looked up in the address book.
10689 If you set it to only &quot;To&quot; then the To addresses will be used.
10690 If any of the To addresses are in the address book then it is considered
10691 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
10692 You could set it to both From and To, in which case all of the From and To
10693 addresses are used.
10694 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
10695 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
10696 exists or the From address if there is no Reply-To address.
10697 Same for the Sender address.
10698 Setting this option may affect performance in large folders because the
10699 From and Reply-To of each message in the folder have to be checked.
10701 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
10703 This is a command that is run with its standard input set to the message
10704 being checked and its standard output discarded.
10705 The full directory path should be specified.
10706 The command will be run and then its exit status will be checked against
10707 the Exit Status Interval, which defaults to just the value zero.
10708 If the exit status of the command falls in the interval, it is considered
10709 a match, otherwise it is not a match.
10712 This option may actually be a list of commands.
10713 The first one that exists and is executable is used.
10714 That makes it possible to use the same configuration with Unix Alpine and
10715 PC-Alpine.
10718 If none of the commands in the list exists and is executable then the rule
10719 is <EM>not</EM> a match.
10720 If it is possible that the command may not exist, you should be careful
10721 to structure your rules so that nothing destructive
10722 happens when the command does not exist.
10723 For example, you might have a filter that filters away spam when there is
10724 a match but does nothing when there is not a match.
10725 That would continue to work correctly if the command didn't exist.
10726 However, if you have a filter that filters away spam when there is not
10727 a match and keeps it when there is a match, that would filter everything
10728 if the categorizer command didn't exist.
10730 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
10731 setup for the bogofilter filter.
10734 &lt;End of help on this topic&gt;
10735 </BODY>
10736 </HTML>
10737 ===== h_rules_roles =====
10738 <HTML>
10739 <HEAD>
10740 <TITLE>SETUP ROLES SCREEN</TITLE>
10741 </HEAD>
10742 <BODY>
10743 <H1>SETUP ROLES SCREEN</H1>
10744 <H2>SETUP ROLES COMMANDS</H2>
10745 <!--chtml if pinemode="function_key"-->
10746 <PRE>
10747 Available  Commands -- Group 1         Available Commands -- Group 2   
10748 -------------------------------        ------------------------------  
10749 F1  Show Help Text                      F1  Show Help Text             
10750 F2  See commands in next group          F2  See commands in next group
10751 F3  Back to MAIN Alpine menu
10752 F4  Change configuration for role
10753 F5  Move to previous role               F5  Include file in role config
10754 F6  Move to next role                   F6  Exclude file from config
10755 F7  Previous page of roles
10756 F8  Next page of roles
10757 F9  Add new role                        F9  Replicate existing role
10758 F10 Delete existing role
10759 F11 Shuffle the order of roles
10760 F12 Whereis (search role nicknames)
10761 </PRE>
10762 <!--chtml else-->
10763 <PRE>
10764 Navigation                     General Alpine Commands
10765 -------------------------      -----------------------
10766  P  Prev Role                     ?  Display this help text
10767  N  Next Role                     E  Back to MAIN Alpine menu
10768  -  Previous page
10769 Spc (space bar) Next page
10770  W  WhereIs (search for word in role nicknames)
10772 Setup Roles Commands
10773 ------------------------------------------------
10774  A  Add new role                  $  Shuffle the order of roles
10775  D  Delete existing role          C  Change configuration for highlighted role
10776  R  Replicate existing role
10777  I  Include file in role config   X  Exclude file from role config
10778 </PRE>
10779 <!--chtml endif-->
10781 <H2>Description of the Setup Roles Screen</H2>
10783 This screen lets you add, delete, modify, or change the order of the rules
10784 that determine the role you are playing when composing a message.
10786 You may play different roles depending on who you are replying to.
10787 For example, if you are replying to a message addressed to help-desk you
10788 may be acting as a Help Desk Worker.
10789 That role may require that you use a different return address and/or
10790 a different signature.
10792 Roles are optional.
10793 If you set up roles they work like this:  Each role has a set of
10794 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
10795 considered for a particular use; a &quot;Pattern&quot;,
10796 which is used to decide which of the eligible roles is used; and a set
10797 of &quot;Actions&quot;, which are taken when that role is used.
10798 When you reply to a message, the message you are replying to is compared
10799 with the Patterns of the roles marked as eligible for use when replying.
10800 The comparisons start with the first eligible role and keep going until there
10801 is a match.
10802 If a match is found, the matching role's Actions are taken.
10804 It is also possible to set a default role and to change that role during
10805 your Alpine session.
10806 When you start Alpine no default role will be set.
10807 You may set or change the current default role by using the &quot;D&quot;
10808 command in the role selection screen.
10809 You'll see that screen while composing a message and being asked to select
10810 a role.
10811 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
10812 compose a message.
10813 You may find a default role useful if you normally perform the duties of one
10814 of your roles for a while, then you switch to another role and stay in the
10815 new role for another period of time.
10816 It may be easier than using the Role Command to select the role each time you
10817 compose a message.
10819 <H2>Role Uses</H2>
10821 There are three types of use to be configured;
10822 one for Replying, one for Forwarding, and one for Composing.
10823 These indicate whether or not you want a role to be considered when you
10824 type the Reply, Forward, or Compose commands.
10825 (The Role command is an alternate form of the Compose command, and it is
10826 not affected by these settings.)
10827 Each of these Use types has three possible values.
10828 The value &quot;Never&quot;
10829 means that the role will never be considered as a candidate for use with
10830 the corresponding command.
10831 For example, if you set a role's Reply Use to Never, then when you Reply to
10832 a message, that role won't even be considered.
10833 (That isn't quite true. If the message you are replying to matches some other
10834 role that requires confirmation,
10835 then there will be a ^T command available which allows you to select a role
10836 from all of your roles, not just the reply-eligible roles.)
10839 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
10840 both mean that you do want to consider this role when using the corresponding
10841 command.
10842 For either of these settings the role's Pattern will
10843 be checked to see if it matches the message.
10844 For Reply Use, the message used to compare the Pattern with is the message
10845 being replied to.
10846 For Forward Use, the message used to compare the Pattern with is the message
10847 being forwarded.
10848 For Compose Use, there is no message, so the parts of the Pattern that depend
10849 on a message (everything other than Current Folder Type) are ignored.
10850 In all cases, the Current Folder Type is checked if defined.
10851 If there is a match then this role will either be used without confirmation
10852 or will be the default when confirmation is asked for, depending on
10853 which of the two options is selected.
10854 If confirmation is requested, you will have a chance to
10855 choose No Role instead of the offered role, or to
10856 change the role to any one of your other roles (with the ^T command).
10858 <H2>Role Patterns</H2>
10860 In order to determine whether or not a message matches a role the message is
10861 compared with the Role's Pattern.
10862 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10863 Scoring, Other Rules, and Search Rules, so are described in only one place,
10864 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10866 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
10867 a role that has all header patterns unset, the AllText pattern unset,
10868 the BodyText pattern unset,
10869 the Score Interval unset, and the Current Folder Type set to
10870 &quot;Any&quot; may be used as a default role.
10871 It should be put last in the list of roles since the matching
10872 starts at the beginning and proceeds until one of the roles is a match.
10873 If no roles at all match, then Alpine will
10874 use its regular methods of defining the role.
10875 If you wanted to, you could define a different &quot;default&quot; role
10876 for Replying, Forwarding, and Composing by setting the
10877 &quot;Use&quot; fields appropriately.
10879 <H2>Role Actions</H2>
10881 Once a role match is found, the role's Actions are taken.
10882 For each role there are several possible actions that may be defined.
10883 They are actions to set the From address, the Reply-To address,
10884 the Fcc, the Signature, the Template file, and Other Headers.
10886 <H3>Set From</H3>
10888 The From address is the address used on the From line of the message
10889 you are sending.
10891 <H3>Set Reply-To</H3>
10893 The Reply-To address is the address used on the Reply-To line of the message
10894 you are sending.
10895 You don't need a Reply-To address unless it is different from the From address.
10897 <H3>Set Other Headers</H3>
10899 If you want to set the value of the From or Reply-To headers, use
10900 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
10901 If you want to set the values of other headers, use this field.
10902 This field is similar to the
10903 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
10904 Each header you specify here must include the header tag
10905 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
10906 and may optionally include a value for that header.
10907 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
10908 for a header here will replace any value that already exists.
10909 For example, if you are Replying to a message there will be at least one
10910 address in the To header (the address you are Replying to).
10911 However, if you Reply using a role that sets the To header, that role's
10912 To header value will be used instead.
10914 <H3>Set Fcc</H3>
10916 The Fcc is used as the Fcc for the message you are sending.
10918 <H3>Set Signature or Set LiteralSig</H3>
10920 The Signature is the name of a file to be used as the signature file when
10921 this role is being used.
10922 If the name of the file has a vertical bar following it (|)
10923 then it is assumed that the file is a program that should be run to
10924 produce the signature.
10925 If the LiteralSig is set, then it is used instead of the signature file.
10926 LiteralSig is just a different way to store the signature.
10927 It is stored in the pine configuration file instead of in a separate
10928 signature file.
10929 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
10930 either in the role or as the default signature in the Setup/Config screen,
10931 then the signature file is ignored.
10933 <H3>Set Template</H3>
10935 A Template is the name of a file to be included in the message when this
10936 role is being used.
10937 If the name of the file has a vertical bar following it (|)
10938 then it is assumed that the file is a program that should be run to
10939 produce the template.
10942 Both signature files and template files may be stored remotely on an IMAP
10943 server.
10944 In order to do that you just give the file a remote name.
10945 This works just like the regular
10946 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
10947 option that is configured from the Setup/Configuration screen.
10948 A remote signature file name might look like:
10950 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
10952 Once you have named the remote signature or template file you create its
10953 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
10954 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
10955 line of the role editor.
10958 Both signature files and template files (or the output of signature programs
10959 and template file programs) may contain special tokens
10960 that are replaced with contents
10961 that depend on the message being replied to or forwarded.
10962 See the help for the individual fields inside the role editor for more
10963 information on tokens.
10965 <H3>Use SMTP Server</H3>
10967 If this field has a value, then it will be used as the SMTP server
10968 to send mail when this role is being used (unless the SMTP server variable
10969 is set in the system-wide fixed configuration file).
10970 It has the same semantics as the
10971 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
10972 variable in the Setup/Config screen.
10973 When you postpone the composition this SMTP server list will be saved
10974 with the postponed composition and it cannot be changed later.
10975 Because of that, you may want to make this a list of SMTP servers
10976 with the preferred server at the front of the list and alternate servers
10977 later in the list.
10980 If any of the actions are left unset, then the action depends on what
10981 is present in the &quot;Initialize settings using role&quot; field.
10982 If you've listed the nickname of another one of your roles there, then the
10983 corresponding action from that role will be used here.
10984 If that action is also blank, or if there is no nickname specified,
10985 then Alpine will do whatever it normally does to set these actions.
10986 This depends on other configuration options and features you've set.
10988 <H2>Command Descriptions</H2>
10990 <H3>Add</H3>
10992 The Add command is used to add a new role definition to your set of
10993 roles.
10994 The new role will be added after the highlighted role.
10996 <H3>Delete</H3>
10998 The Delete command deletes the currently highlighted role.
11000 <H3>Change</H3>
11002 The Change command lets you edit the nickname, Uses, Pattern,
11003 and Actions of the currently highlighted role.
11005 <H3>Shuffle</H3>
11007 The Shuffle command allows you to change the order of the roles.
11008 You may move the currently highlighted role up or down in the list.
11009 The order of the roles is important since the roles are tested for a
11010 match starting with the first role and continuing until a match is found.
11011 You should place the roles with more specific Patterns near the beginning
11012 of the list, and those with more general Patterns near the end so that
11013 the more specific matches will happen when appropriate.
11015 <H3>Replicate</H3>
11017 The Replicate command is used to copy an existing role and modify it.
11018 The new role will be added after the highlighted role.
11020 <H3>IncludeFile</H3>
11022 The IncludeFile command allows you to add a roles file to your configuration.
11023 Usually, your roles will be contained in your Alpine configuration file.
11024 If you wish, some or all of your roles may be stored in a separate file.
11025 If a roles file already exists (maybe it was made by somebody else using
11026 Alpine), you may insert it before the currently highlighted role.
11027 You may also insert an empty file or a file that does not yet exist.
11028 Once you have an empty roles file in your configuration, you may use
11029 the Shuffle command to move roles into it.
11030 In fact, that's the only way to get the initial role into the file.
11032 <H3>eXcludeFile</H3>
11034 The eXcludeFile command removes a roles file from your roles configuration.
11035 A limitation of the program is that in order to exclude a roles file
11036 that file must have at least one role
11037 in it, otherwise you won't be able to highlight a line in the file.
11038 So you may have to add a dummy role to the file in order to exclude the file.
11039 <P><UL>
11040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11041 </UL>
11043 &lt;End of help on this topic&gt;
11044 </BODY>
11045 </HTML>
11046 ===== h_rules_other =====
11047 <HTML>
11048 <HEAD>
11049 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
11050 </HEAD>
11051 <BODY>
11052 <H1>SETUP OTHER RULES SCREEN</H1>
11053 <H2>SETUP OTHER RULES COMMANDS</H2>
11054 <!--chtml if pinemode="function_key"-->
11055 <PRE>
11056 Available  Commands -- Group 1         Available Commands -- Group 2   
11057 -------------------------------        ------------------------------  
11058 F1  Show Help Text                      F1  Show Help Text             
11059 F2  See commands in next group          F2  See commands in next group
11060 F3  Back to MAIN Alpine menu
11061 F4  Change configuration for rule
11062 F5  Move to previous rule               F5  Include file in rule config
11063 F6  Move to next rule                   F6  Exclude file from config
11064 F7  Previous page of rules
11065 F8  Next page of rules
11066 F9  Add new rule                        F9  Replicate existing rule
11067 F10 Delete existing rule
11068 F11 Shuffle the order of rules
11069 F12 Whereis (search rule nicknames)
11070 </PRE>
11071 <!--chtml else-->
11072 <PRE>
11073 Navigation                     General Alpine Commands
11074 -------------------------      -----------------------
11075  P  Prev rule                     ?  Display this help text
11076  N  Next rule                     E  Back to MAIN Alpine menu
11077  -  Previous page
11078 Spc (space bar) Next page
11079  W  WhereIs (search for word in rule nicknames)
11081 Setup Other Rules Commands
11082 ------------------------------------------------
11083  A  Add new rule                  $  Shuffle the order of rules
11084  D  Delete existing rule          C  Change configuration for highlighted rule
11085  R  Replicate existing rule
11086  I  Include file in rule config   X  Exclude file from rule config
11087 </PRE>
11088 <!--chtml endif-->
11090 <H2>Description of the Setup Other Rules Screen</H2>
11092 This is where you may set various actions that do not fit well into the
11093 other Rules categories.
11095 <H2>Patterns</H2>
11097 Other Rules are a little different from the rest of the Rules because
11098 they depend only on the current folder, and not on a particular message.
11099 In order to determine whether or not a rule's actions should be applied
11100 the current folder is compared with the rule's Pattern, which consists
11101 of only the Current Folder Type.
11102 Current Folder Type works the same for Other Rules as it does for Roles,
11103 Filtering, Index Coloring, and Scoring.
11104 Keep in mind that the only part of the Pattern that applies to Other
11105 Rules is the Current Folder Type when looking at the description of
11106 Patterns given
11107 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11109 <H2>The Actions</H2>
11111 <H3>Set Sort Order</H3>
11113 When you enter a new folder, these rules will be checked to see if you
11114 have set a sort order that is different from your default sort order.
11115 The default is set in the Setup/Config screen with
11116 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
11117 If the Sort Order action is set, then the folder will be displayed sorted in
11118 that sort order instead of in the default order.
11120 A possible point of confusion arises when you change the configuration
11121 of the Sort Order for the currently open folder.
11122 The folder will normally be re-sorted when you go back to viewing the
11123 index.
11124 However, if you have manually sorted the folder with the
11125 Sort
11126 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
11127 command, then it will not be re-sorted until the next time it is opened.
11129 <H3>Set Index Format</H3>
11131 When you enter a new folder, these rules will be checked to see if you
11132 have set an Index Format that is different from your default Index Format,
11133 which is set with the
11134 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
11135 If so, the index will be displayed with this format instead of the default.
11137 <H3>Set Startup Rule</H3>
11139 When you enter a new folder, these rules will be checked to see if you
11140 have set a startup rule that is different from the default startup rule.
11141 The default for incoming folders is set in the Setup/Config screen with
11142 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
11143 The default for folders other than INBOX that are not part of your
11144 incoming collection
11145 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
11146 is to start with the last message in the folder.
11147 If the Startup Rule is set to something other than &quot;default&quot;,
11148 then the rule will determine which message will be the current message when
11149 the folder is first opened.
11151 The various startup rule possibilities work the same here as they do in
11152 the incoming collection, so check
11153 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
11154 for more help.
11156 <H2>Command Descriptions</H2>
11158 <H3>Add</H3>
11160 The Add command is used to add a new rule definition to your set of
11161 rules.
11162 The new rule will be added after the highlighted rule.
11164 <H3>Delete</H3>
11166 The Delete command deletes the currently highlighted rule.
11168 <H3>Change</H3>
11170 The Change command lets you edit the nickname, Pattern,
11171 and Action of the currently highlighted rule.
11173 <H3>Shuffle</H3>
11175 The Shuffle command allows you to change the order of the rules.
11176 You may move the currently highlighted rule up or down in the list.
11177 The order of the rules is important since the rules are tested for a
11178 match starting with the first rule and continuing until a match is found.
11179 You should place the rules with more specific Patterns near the beginning
11180 of the list, and those with more general Patterns near the end so that
11181 the more specific matches will happen when appropriate.
11183 <H3>Replicate</H3>
11185 The Replicate command is used to copy an existing rule definition and modify it.
11186 The new rule will be added after the highlighted rule.
11188 <H3>IncludeFile</H3>
11190 The IncludeFile command allows you to add a rules file to your configuration.
11191 Usually, your rules will be contained in your Alpine configuration file.
11192 If you wish, some or all of your rules may be stored in a separate file.
11193 If a rules file already exists (maybe it was made by somebody else using
11194 Alpine), you may insert it before the currently highlighted rule.
11195 You may also insert an empty file or a file that does not yet exist.
11196 Once you have an empty rules file in your configuration, you may use
11197 the Shuffle command to move rules into it.
11198 In fact, that's the only way to get the initial rule into the file.
11200 <H3>eXcludeFile</H3>
11202 The eXcludeFile command removes a rules file from your rules configuration.
11203 A limitation of the program is that in order to exclude a rules file
11204 that file must have at least one rule
11205 in it, otherwise you won't be able to highlight a line in the file.
11206 So you may have to add a dummy rule to the file in order to exclude the file.
11207 <P><UL>
11208 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11209 </UL>
11211 &lt;End of help on this topic&gt;
11212 </BODY>
11213 </HTML>
11214 ===== h_rules_srch =====
11215 <HTML>
11216 <HEAD>
11217 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
11218 </HEAD>
11219 <BODY>
11220 <H1>SETUP SEARCH RULES SCREEN</H1>
11221 <H2>SETUP SEARCH RULES COMMANDS</H2>
11222 <!--chtml if pinemode="function_key"-->
11223 <PRE>
11224 Available  Commands -- Group 1         Available Commands -- Group 2   
11225 -------------------------------        ------------------------------  
11226 F1  Show Help Text                      F1  Show Help Text             
11227 F2  See commands in next group          F2  See commands in next group
11228 F3  Back to MAIN Alpine menu
11229 F4  Change configuration for rule
11230 F5  Move to previous rule               F5  Include file in rule config
11231 F6  Move to next rule                   F6  Exclude file from config
11232 F7  Previous page of rules
11233 F8  Next page of rules
11234 F9  Add new rule                        F9  Replicate existing rule
11235 F10 Delete existing rule
11236 F11 Shuffle the order of rules
11237 F12 Whereis (search rule nicknames)
11238 </PRE>
11239 <!--chtml else-->
11240 <PRE>
11241 Navigation                     General Alpine Commands
11242 -------------------------      -----------------------
11243  P  Prev rule                     ?  Display this help text
11244  N  Next rule                     E  Back to MAIN Alpine menu
11245  -  Previous page
11246 Spc (space bar) Next page
11247  W  WhereIs (search for word in rule nicknames)
11249 Setup Search Rules Commands
11250 ------------------------------------------------
11251  A  Add new rule                  $  Shuffle the order of rules
11252  D  Delete existing rule          C  Change configuration for highlighted rule
11253  R  Replicate existing rule
11254  I  Include file in rule config   X  Exclude file from rule config
11255 </PRE>
11256 <!--chtml endif-->
11258 <H2>Description of the Setup Search Rules Screen</H2>
11260 One of the commands that becomes available when that feature is turned on
11261 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
11262 screen to select a set of messages.
11263 One way of selecting messages is to use a Rule.
11264 All of the messages that match (or don't match if you wish)
11265 a Rule's Pattern will be selected.
11267 Any of your Rules may be used for this purpose.
11268 You might already have Rules set up for filtering, index line color, scores, or roles;
11269 and you may use any of those Rules with the Select command.
11270 However, you might find it more convenient to set up a separate set of Rules
11271 just for this purpose without having to worry about what other effects
11272 they may cause.
11273 That is the purpose of these Select Rules.
11276 Each rule has a &quot;Pattern&quot;
11277 that is used to decide which messages are selected when you use it with
11278 the Select command.
11280 <H2>Patterns</H2>
11282 In order to determine whether or not a message should be selected
11283 the message is compared with the rule's Pattern.
11284 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11285 Scoring, Other Rules, and Search Rules, so are described in only one place,
11286 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11288 <H2>Command Descriptions</H2>
11290 <H3>Add</H3>
11292 The Add command is used to add a new rule definition to your set of
11293 rules.
11294 The new rule will be added after the highlighted rule.
11296 <H3>Delete</H3>
11298 The Delete command deletes the currently highlighted rule.
11300 <H3>Change</H3>
11302 The Change command lets you edit the nickname and Pattern
11303 of the currently highlighted rule.
11305 <H3>Shuffle</H3>
11307 The Shuffle command allows you to change the order of the rules.
11308 This affects only the order they are presented in when you use the
11309 ^T subcommand of the Select by Rule command.
11310 You may move the currently highlighted rule up or down in the list.
11312 <H3>Replicate</H3>
11314 The Replicate command is used to copy an existing rule definition and modify it.
11315 The new rule will be added after the highlighted rule.
11317 <H3>IncludeFile</H3>
11319 The IncludeFile command allows you to add a rules file to your configuration.
11320 Usually, your rules will be contained in your Alpine configuration file.
11321 If you wish, some or all of your rules may be stored in a separate file.
11322 If a rules file already exists (maybe it was made by somebody else using
11323 Alpine), you may insert it before the currently highlighted rule.
11324 You may also insert an empty file or a file that does not yet exist.
11325 Once you have an empty rules file in your configuration, you may use
11326 the Shuffle command to move rules into it.
11327 In fact, that's the only way to get the initial rule into the file.
11329 <H3>eXcludeFile</H3>
11331 The eXcludeFile command removes a rules file from your rules configuration.
11332 A limitation of the program is that in order to exclude a rules file
11333 that file must have at least one rule
11334 in it, otherwise you won't be able to highlight a line in the file.
11335 So you may have to add a dummy rule to the file in order to exclude the file.
11336 <P><UL>
11337 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11338 </UL>
11340 &lt;End of help on this topic&gt;
11341 </BODY>
11342 </HTML>
11343 ===== h_rules_incols =====
11344 <HTML>
11345 <HEAD>
11346 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
11347 </HEAD>
11348 <BODY>
11349 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
11350 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
11351 <!--chtml if pinemode="function_key"-->
11352 <PRE>
11353 Available  Commands -- Group 1         Available Commands -- Group 2   
11354 -------------------------------        ------------------------------  
11355 F1  Show Help Text                      F1  Show Help Text             
11356 F2  See commands in next group          F2  See commands in next group
11357 F3  Back to MAIN Alpine menu
11358 F4  Change configuration for rule
11359 F5  Move to previous rule               F5  Include file in rule config
11360 F6  Move to next rule                   F6  Exclude file from config
11361 F7  Previous page of rules
11362 F8  Next page of rules
11363 F9  Add new rule                        F9  Replicate existing rule
11364 F10 Delete existing rule
11365 F11 Shuffle the order of rules
11366 F12 Whereis (search rule nicknames)
11367 </PRE>
11368 <!--chtml else-->
11369 <PRE>
11370 Navigation                     General Alpine Commands
11371 -------------------------      -----------------------
11372  P  Prev rule                     ?  Display this help text
11373  N  Next rule                     E  Back to MAIN Alpine menu
11374  -  Previous page
11375 Spc (space bar) Next page
11376  W  WhereIs (search for word in rule nicknames)
11378 Setup Index Color Commands
11379 ------------------------------------------------
11380  A  Add new rule                  $  Shuffle the order of rules
11381  D  Delete existing rule          C  Change configuration for highlighted rule
11382  R  Replicate existing rule
11383  I  Include file in rule config   X  Exclude file from rule config
11384 </PRE>
11385 <!--chtml endif-->
11387 <H2>Description of the Setup Index Line Colors Screen</H2>
11389 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
11390 This action is only available if your terminal is capable of displaying
11391 color and color display has been enabled with the
11392 <A HREF="h_config_color_style">Color Style</A> option within the
11393 Setup Color screen.
11394 (In PC-Alpine, color is always enabled so there is no option to turn on.)
11395 This screen lets you add, delete, modify, or change the order of the rules
11396 that cause the lines in the MESSAGE INDEX to be displayed in different
11397 colors.
11399 Each rule has a &quot;Pattern&quot;,
11400 which is used to decide which of the rules is used; and the color that
11401 is used if the Pattern matches a particular message.
11403 <H2>Index Color Patterns</H2>
11405 In order to determine whether or not a message matches an Index Color Rule
11406 the message is compared with the rule's Pattern.
11407 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11408 Scoring, Other Rules, and Search Rules, so are described in only one place,
11409 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11412 If none of the Index Color rules is a match for a particular index line,
11413 then the color used is set using
11414 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11416 <H2>Index Line Color</H2>
11418 This is the color that index lines are colored when there is a matching
11419 Pattern.
11420 This colors the whole index line, except possibly the status letters,
11421 which may be colored separately using
11422 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11424 <H2>Command Descriptions</H2>
11426 <H3>Add</H3>
11428 The Add command is used to add a new rule definition to your set of
11429 rules.
11430 The new rule will be added after the highlighted rule.
11432 <H3>Delete</H3>
11434 The Delete command deletes the currently highlighted rule.
11436 <H3>Change</H3>
11438 The Change command lets you edit the nickname, Pattern,
11439 and Index Line Color of the currently highlighted rule.
11441 <H3>Shuffle</H3>
11443 The Shuffle command allows you to change the order of the rules.
11444 You may move the currently highlighted rule up or down in the list.
11445 The order of the rules is important since the rules are tested for a
11446 match starting with the first rule and continuing until a match is found.
11447 You should place the rules with more specific Patterns near the beginning
11448 of the list, and those with more general Patterns near the end so that
11449 the more specific matches will happen when appropriate.
11451 <H3>Replicate</H3>
11453 The Replicate command is used to copy an existing rule definition and modify it.
11454 The new rule will be added after the highlighted rule.
11456 <H3>IncludeFile</H3>
11458 The IncludeFile command allows you to add a rules file to your configuration.
11459 Usually, your rules will be contained in your Alpine configuration file.
11460 If you wish, some or all of your rules may be stored in a separate file.
11461 If a rules file already exists (maybe it was made by somebody else using
11462 Alpine), you may insert it before the currently highlighted rule.
11463 You may also insert an empty file or a file that does not yet exist.
11464 Once you have an empty rules file in your configuration, you may use
11465 the Shuffle command to move rules into it.
11466 In fact, that's the only way to get the initial rule into the file.
11468 <H3>eXcludeFile</H3>
11470 The eXcludeFile command removes a rules file from your rules configuration.
11471 A limitation of the program is that in order to exclude a rules file
11472 that file must have at least one rule
11473 in it, otherwise you won't be able to highlight a line in the file.
11474 So you may have to add a dummy rule to the file in order to exclude the file.
11475 <P><UL>
11476 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11477 </UL>
11479 &lt;End of help on this topic&gt;
11480 </BODY>
11481 </HTML>
11482 ===== h_rules_filter =====
11483 <HTML>
11484 <HEAD>
11485 <TITLE>SETUP FILTERING SCREEN</TITLE>
11486 </HEAD>
11487 <BODY>
11488 <H1>SETUP FILTERING SCREEN</H1>
11489 <H2>SETUP FILTERING COMMANDS</H2>
11490 <!--chtml if pinemode="function_key"-->
11491 <PRE>
11492 Available  Commands -- Group 1         Available Commands -- Group 2   
11493 -------------------------------        ------------------------------  
11494 F1  Show Help Text                      F1  Show Help Text             
11495 F2  See commands in next group          F2  See commands in next group
11496 F3  Back to MAIN Alpine menu
11497 F4  Change configuration for filter
11498 F5  Move to previous filter             F5  Include file in filter config
11499 F6  Move to next filter                 F6  Exclude file from config
11500 F7  Previous page of filters
11501 F8  Next page of filters
11502 F9  Add new filter                      F9  Replicate existing filter
11503 F10 Delete existing filter
11504 F11 Shuffle the order of filters
11505 F12 Whereis (search filter nicknames)
11506 </PRE>
11507 <!--chtml else-->
11508 <PRE>
11509 Navigation                     General Alpine Commands
11510 -------------------------      -----------------------
11511  P  Prev Filter                   ?  Display this help text
11512  N  Next Filter                   E  Back to MAIN Alpine menu
11513  -  Previous page
11514 Spc (space bar) Next page
11515  W  WhereIs (search for word in filter nicknames)
11517 Setup Filters Commands
11518 ------------------------------------------------
11519  A  Add new filter                $  Shuffle the order of filters
11520  D  Delete existing filter        C  Change configuration for highlighted filter
11521  R  Replicate existing filter
11522  I  Include file in filter config X  Exclude file from filter config
11523 </PRE>
11524 <!--chtml endif-->
11526 <H2>Description of the Setup Filtering Screen</H2>
11528 This screen lets you add, delete, modify, or change the order of the rules
11529 that determine the filtering Alpine does on folders you view.
11531 The software that actually delivers mail (the stuff that happens
11532 before Alpine is involved) for you is in a better position to do mail filtering
11533 than Alpine itself.
11534 If possible, you may want to look into using that sort of mail filtering to
11535 deliver mail to different folders, delete it, or forward it.
11536 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
11538 Filtering is a way to automatically move certain messages from one folder
11539 to another or to delete messages.
11540 It can also be used to set message status (Important, Deleted, New,
11541 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
11542 Alpine doesn't have the ability to forward mail to another address or
11543 to deliver vacation messages.
11545 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
11546 When a folder is opened, when new mail arrives in an open folder, or
11547 when mail is Expunged from a folder; each
11548 message is compared with the Patterns of your filtering rules.
11549 The comparisons start with the first rule and keep going until there
11550 is a match.
11551 If a match is found, the message may be deleted or moved, depending on
11552 the setting of the Filter Action.
11553 If the message is not deleted, it may have its status altered.
11556 <EM>NOTE:</EM>
11557 When setting up a Pattern used to delete messages,
11558 it is recommended that you test the Pattern first with a &quot;Move&quot;
11559 folder specified in
11560 case unintended matches occur.  Messages that are deleted will be removed 
11561 from the folder and <EM>unrecoverable</EM> from within Alpine after the
11562 next Expunge command or once the folder being filtered has been closed.
11564 <H2>Filter Patterns</H2>
11566 In order to determine whether or not a message matches a filter the message is
11567 compared with the Filter's Pattern.
11568 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11569 Scoring, Other Rules, and Search Rules, so are described in only one place,
11570 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11572 Since filtering is a potentially destructive action, if you have a filtering
11573 Pattern with nothing other than Current Folder Type set, that filtering
11574 rule is ignored.
11576 <H2>Filter Actions</H2>
11578 Once a filter match is found for a particular message, there are some actions
11579 that may be taken.
11580 First, the message may have its status changed.
11581 This is the same message status that you can manipulate manually using the
11582 <a href="h_common_flag">Flag Command</a>.
11583 There are always four elements of message status that you can control.
11584 You can set or clear the Important status, the New status, the Deleted
11585 status, and the Answered status.
11586 Of course, if the filter is going to delete the message,
11587 then there is no point in setting message status.
11588 You may also be able to set user-defined keywords for a message.
11589 Read a little about keywords in the help text for the
11590 <A HREF="h_common_flag">Flag</A> command.
11592 Second, the filter may delete or move the message.
11593 Deleting the message marks it Deleted and removes it from view.
11594 It is effectively gone forever (though it technically is still there until
11595 the next expunge command, which may happen implicitly).
11596 Moving the message moves it from the open folder into the folder
11597 listed on the &quot;Folder List&quot; line of the filter configuration.
11598 If you list more than one folder name (separated by commas) then the message
11599 will be copied to each of those folders.
11600 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
11601 message is removed from the current folder.
11602 If you just want to set the messages status without deleting it from
11603 the folder, then set the filter action to
11604 &quot;Just Set Message Status&quot;.
11606 (There is no way to do a Copy instead of a Move, due to the difficulties
11607 involved in keeping track of whether or not a message has
11608 already been copied.)
11610 <H2>Command Descriptions</H2>
11612 <H3>Add</H3>
11614 The Add command is used to add a new filter definition to your set of
11615 filters.
11616 The new filter will be added after the highlighted filter.
11618 <H3>Delete</H3>
11620 The Delete command deletes the currently highlighted filter.
11622 <H3>Change</H3>
11624 The Change command lets you edit the nickname, Pattern,
11625 and Folder of the currently highlighted filter.
11627 <H3>Shuffle</H3>
11629 The Shuffle command allows you to change the order of the filters.
11630 You may move the currently highlighted filter up or down in the list.
11631 The order of the filters is important since the filters are tested for a
11632 match starting with the first filter and continuing until a match is found.
11633 You should place the filters with more specific Patterns near the beginning
11634 of the list, and those with more general Patterns near the end so that
11635 the more specific matches will happen when appropriate.
11637 <H3>Replicate</H3>
11639 The Replicate command is used to copy an existing filter and modify it.
11640 The new filter will be added after the highlighted filter.
11642 <H3>IncludeFile</H3>
11644 The IncludeFile command allows you to add a filters file to your configuration.
11645 Usually, your filters will be contained in your Alpine configuration file.
11646 If you wish, some or all of your filters may be stored in a separate file.
11647 If a filters file already exists (maybe it was made by somebody else using
11648 Alpine), you may insert it before the currently highlighted filter.
11649 You may also insert an empty file or a file that does not yet exist.
11650 Once you have an empty filters file in your configuration, you may use
11651 the Shuffle command to move filters into it.
11652 In fact, that's the only way to get the initial filter into the file.
11654 <H3>eXcludeFile</H3>
11656 The eXcludeFile command removes a filters file from your filters configuration.
11657 A limitation of the program is that in order to exclude a filters file
11658 that file must have at least one filter
11659 in it, otherwise you won't be able to highlight a line in the file.
11660 So you may have to add a dummy filter to the file in order to exclude the file.
11661 <P><UL>
11662 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11663 </UL>
11665 <H3>Performance Considerations</H3>
11666 The number and type of patterns being tested can 
11667 adversely effect performance.  Issues to be aware
11668 of include:
11670 <UL>
11671   <LI> The more filters you have defined the longer it will take to run down
11672 the list.  Deleting unused filters is a good idea.
11673   <LI> Filtering in newsgroups served by an NNTP server will be slow
11674 if your patterns include tests other than &quot;From:&quot;
11675 or &quot;Subject:&quot;.
11676 </UL>
11678 &lt;End of help on this topic&gt;
11679 </BODY>
11680 </HTML>
11681 ===== h_rules_score =====
11682 <HTML>
11683 <HEAD>
11684 <TITLE>SETUP SCORING SCREEN</TITLE>
11685 </HEAD>
11686 <BODY>
11687 <H1>SETUP SCORING SCREEN</H1>
11688 <H2>SETUP SCORING COMMANDS</H2>
11689 <!--chtml if pinemode="function_key"-->
11690 <PRE>
11691 Available  Commands -- Group 1         Available Commands -- Group 2   
11692 -------------------------------        ------------------------------  
11693 F1  Show Help Text                      F1  Show Help Text             
11694 F2  See commands in next group          F2  See commands in next group
11695 F3  Back to MAIN Alpine menu
11696 F4  Change configuration for rule
11697 F5  Move to previous rule               F5  Include file in rule config
11698 F6  Move to next rule                   F6  Exclude file from config
11699 F7  Previous page of rules
11700 F8  Next page of rules
11701 F9  Add new rule                        F9  Replicate existing rule
11702 F10 Delete existing rule
11703 F11 Shuffle the order of rules
11704 F12 Whereis (search rule nicknames)
11705 </PRE>
11706 <!--chtml else-->
11707 <PRE>
11708 Navigation                     General Alpine Commands
11709 -------------------------      -----------------------
11710  P  Prev rule                     ?  Display this help text
11711  N  Next rule                     E  Back to MAIN Alpine menu
11712  -  Previous page
11713 Spc (space bar) Next page
11714  W  WhereIs (search for word in rule nicknames)
11716 Setup Scoring Commands
11717 ------------------------------------------------
11718  A  Add new rule                  $  Shuffle the order of rules
11719  D  Delete existing rule          C  Change configuration for highlighted rule
11720  R  Replicate existing rule
11721  I  Include file in rule config   X  Exclude file from rule config
11722 </PRE>
11723 <!--chtml endif-->
11725 <H2>Description of the Setup Scoring Screen</H2>
11727 Most people will not use scores at all, but if you do use them, here's how
11728 they work in Alpine.
11729 Using this screen, you may define Scoring rules.
11730 The score for a message is calculated by looking at every Score rule defined
11731 and adding up the Score Values for the ones that match the message.
11732 If there are no matches for a message, it has a score of zero.
11733 Message scores may be used a couple of ways in Alpine.
11735 <H3>Sorting by Score</H3>
11737 One of the methods you may use to sort message indexes is to sort by
11738 score.
11739 The scores of all the messages in a folder will be calculated and then
11740 the index will be ordered by placing the messages in order of ascending or
11741 descending score.
11743 <H3>Scores for use in Patterns</H3>
11745 The Patterns used for Roles, Index Line Coloring, and Filtering have a
11746 category labeled &quot;Score Interval&quot;.
11747 When a message is being compared with a Pattern to check for a match, if
11748 the Score Interval is set only messages that have a score somewhere in
11749 the interval are a match.
11751 <H2>Scoring Rule Patterns</H2>
11753 In order to determine whether or not a message matches a scoring rule
11754 the message is compared with the rule's Pattern.
11755 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11756 Scoring, Other Rules, and Search Rules, so are described in only one place,
11757 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11760 Actually, Scoring rule Patterns are slightly different from the other types of
11761 Patterns because Scoring rule Patterns don't contain a Score Interval.
11762 In other words, when calculating the score for a message, which is done
11763 by looking at the Scoring rule Patterns, scores aren't used.
11765 <H2>Score Value</H2>
11767 This is the value that will be added to the score for a message if the
11768 rule's Pattern is a match.
11769 Each individual Score Value is an integer between -100 and 100, and the
11770 values from matching rules are added together to get a message's score.
11771 There is also a way to extract the value from a particular header of each
11772 message. See the help text for Score Value for further information.
11774 <H2>Command Descriptions</H2>
11776 <H3>Add</H3>
11778 The Add command is used to add a new scoring rule definition.
11779 The new rule will be added after the highlighted rule.
11781 <H3>Delete</H3>
11783 The Delete command deletes the currently highlighted scoring rule.
11785 <H3>Change</H3>
11787 The Change command lets you edit the nickname, Pattern,
11788 and Score Value of the currently highlighted scoring rule.
11790 <H3>Shuffle</H3>
11792 The Shuffle command allows you to change the order of the scoring rules.
11793 You may move the currently highlighted rule up or down in the list.
11794 The order of the rules is important since the rules are tested for a
11795 match starting with the first rule and continuing until a match is found.
11796 You should place the rules with more specific Patterns near the beginning
11797 of the list, and those with more general Patterns near the end so that
11798 the more specific matches will happen when appropriate.
11800 <H3>Replicate</H3>
11802 The Replicate command is used to copy an existing rule and modify it.
11803 The new rule will be added after the highlighted rule.
11805 <H3>IncludeFile</H3>
11807 The IncludeFile command allows you to add a rules file to your configuration.
11808 Usually, your rules will be contained in your Alpine configuration file.
11809 If you wish, some or all of your rules may be stored in a separate file.
11810 If a rules file already exists (maybe it was made by somebody else using
11811 Alpine), you may insert it before the currently highlighted rule.
11812 You may also insert an empty file or a file that does not yet exist.
11813 Once you have an empty rules file in your configuration, you may use
11814 the Shuffle command to move rules into it.
11815 In fact, that's the only way to get the initial rule into the file.
11817 <H3>eXcludeFile</H3>
11819 The eXcludeFile command removes a rules file from your rules configuration.
11820 A limitation of the program is that in order to exclude a rules file
11821 that file must have at least one rule
11822 in it, otherwise you won't be able to highlight a line in the file.
11823 So you may have to add a dummy rule to the file in order to exclude the file.
11824 <P><UL>
11825 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11826 </UL>
11828 &lt;End of help on this topic&gt;
11829 </BODY>
11830 </HTML>
11831 ===== h_direct_config =====
11832 <HTML>
11833 <HEAD>
11834 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
11835 </HEAD>
11836 <BODY>
11837 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
11838 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
11839 <!--chtml if pinemode="function_key"-->
11840 <PRE>
11841 Available  Commands                        
11842 -------------------------------            
11843 F1  Show Help Text                         
11844 F3  Back to MAIN Alpine menu                 
11845 F4  Change configuration for directory server  
11846 F5  Move to previous directory server          
11847 F6  Move to next directory server              
11848 F7  Previous page of directory servers         
11849 F8  Next page of directory servers
11850 F9  Add new directory server
11851 F10 Delete existing directory server
11852 F11 Shuffle the order of directory servers
11853 F12 Whereis (search directory server titles)   
11854 </PRE>
11855 <!--chtml else-->
11856 <PRE>
11857 Navigation                     General Alpine Commands
11858 -------------------------      -----------------------
11859  P  Prev Directory Server         ?  Display this help text
11860  N  Next Directory Server         E  Back to MAIN Alpine menu
11861  -  Previous page
11862 Spc (space bar) Next page
11863  W  WhereIs (search for word in directory server titles)
11865 Setup LDAP Directory Server Commands
11866 ------------------------------------------------
11867  A  Add new directory server      $  Shuffle the order of directory servers
11868  D  Delete existing dir server    C  Change configuration for highlighted server
11869 </PRE>
11870 <!--chtml endif-->
11872 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
11874 This screen lets you add, delete, modify, or change the order of your
11875 directory servers. You may also set some optional behavior for each server.
11876 The &quot;Add Dir&quot; command brings up a blank form to 
11877 fill in. You will have to supply at least the name of the LDAP server.
11878 You will often have to supply a search base to be used with that server,
11879 as well. Once the form has been brought up on your screen, there is help
11880 available for each of the options you may set.
11882 The &quot;Del Dir&quot; command allows you to remove a directory server
11883 from your configuration.
11885 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
11886 The difference is that instead of bringing up a form for a new server
11887 configuration, you are changing the configuration of an existing entry.
11888 For example, you might want to correct a typing error, change a
11889 nickname, or change one of the options set for that server.
11891 The &quot;Shuffle&quot; command is used to change the order of directory
11892 servers.
11893 <P><UL>
11894 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11895 </UL>
11897 &lt;End of help on this topic&gt;
11898 </BODY>
11899 </HTML>
11900 ============= h_address_display ========================
11901 <HTML>
11902 <HEAD>
11903 <TITLE>SEARCH RESULTS INDEX</TITLE>
11904 </HEAD>
11905 <BODY>
11906 <H1>SEARCH RESULTS INDEX</H1>
11907 This screen shows the results, if any, of your Directory Server search.  
11908 Commands (besides those for screen navigation) are:
11909 <DL>
11910 <DT>View
11911 <!--chtml if pinemode="function_key"-->
11912 (F4)
11913 <!--chtml else-->
11915 <!--chtml endif-->
11916 </DT>
11917 <DD>See the full information for the selected entry.
11919 <DT>Compose
11920 <!--chtml if pinemode="function_key"-->
11921 (F9)
11922 <!--chtml else-->
11924 <!--chtml endif--></DT>
11925 <DD>Compose a message with the selected entry as the recipient.
11927 <DT>Role
11928 <!--chtml if pinemode="function_key"-->
11929 (F2)
11930 <!--chtml else-->
11932 <!--chtml endif--></DT>
11933 <DD>Compose a message with the selected entry as the recipient. This differs
11934 from Compose in that you may select a role before beginning your composition.
11936 <DT>Forward
11937 <!--chtml if pinemode="function_key"-->
11938 (F10)
11939 <!--chtml else-->
11941 <!--chtml endif--></DT>
11942 <DD>Send the full information for the selected entry as an 
11943 email message to someone else.
11945 <DT>Save
11946 <!--chtml if pinemode="function_key"-->
11947 (F11)
11948 <!--chtml else-->
11950 <!--chtml endif-->
11951 </DT>
11952 <DD>Save to your address book:
11953 <UL>
11954 <LI>the result of the search (as just found through your query) for the 
11955 selected entry; or 
11956 <LI>the selected entry for repeated Directory Server searching when used 
11957 in the future.
11958 </UL>
11959 or<BR>
11960 Export to a file (external to Alpine):
11961 <UL>
11962 <LI>the full information for the selected entry; or
11963 <LI>the email address from the selected entry; or
11964 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
11965 </UL>
11966 <DT>WhereIs
11967 <!--chtml if pinemode="function_key"-->
11968 (F12)
11969 <!--chtml else-->
11971 <!--chtml endif-->
11972 </DT>
11973 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11974 displayed text, not the full records for each entry.)  
11975 </DL>
11976 &lt;End of help on this topic&gt;
11977 </BODY>
11978 </HTML>
11979 ============= h_address_select ========================
11980 <HTML>
11981 <HEAD>
11982 <TITLE>SEARCH RESULTS INDEX</TITLE>
11983 </HEAD>
11984 <BODY>
11985 <H1>SEARCH RESULTS INDEX</H1>
11986 This screen shows the results, if any, of your Directory Server search.  
11987 Commands (besides those for screen navigation) are:
11988 <DL>
11989 <DT>Select
11990 </DT>
11991 <DD>Select this entry for use.
11993 <DT>ExitSelect
11994 <DD>Exit without selecting any of the entries.
11996 <DT>WhereIs
11997 </DT>
11998 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11999 displayed text, not the full records for each entry.)  
12000 </DL>
12001 &lt;End of help on this topic&gt;
12002 </BODY>
12003 </HTML>
12004 ===== h_folder_maint =====
12005 <HTML>
12006 <HEAD>
12007 <TITLE>Help for Folder List</TITLE>
12008 </HEAD>
12009 <BODY>
12010 <H1>FOLDER LIST COMMANDS</H1>
12011 <!--chtml if pinemode="function_key"-->
12012 <PRE>
12013 Available Commands -- Group 1        Available Commands -- Group 2
12014 -------------------------------      ------------------------------
12015 F1  Show Help Text                    F1  Show Help Text               
12016 F2  See commands in next group        F2  See commands in next group  
12017 F3  MAIN MENU Screen                  F3  Quit Alpine                    
12018 F4  Select folder and view it         F4  MAIN MENU Screen
12019 F5  Move to previous folder
12020 F6  Move to next folder               F6  Specify a folder to go to
12021 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
12022 F8  Show next screen of listing       F8  Compose a message
12023 F9  Add a new folder                  F9  Print folder listing
12024 F10 Delete selected folder
12025 F11 Rename selected folder
12026 F12 Whereis (search folder names)
12028 Available Commands -- Group 3
12029 F1  Show Help Text
12030 F2  See commands in next group
12031 F5  Go to next new message
12032     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
12033 F8  Compose a message using roles
12034 F9  Export folder to a file
12035 F10 Import the file back to a folder
12036 </PRE>
12037 <!--chtml else-->
12038 <PRE>
12039 Navigating the Folder Screen            Operations on the Selected Folder
12040 ----------------------------            ---------------------------------
12041  P   Move to previous folder              V  View Index of selected folder
12042  N   Move to next folder                  D  Delete
12043  -   Show previous page of listing        R  Rename
12044 Spc  (space bar) Show next page           E  Export to file
12045                                           U  Import from file to folder
12047 FOLDER LIST Screen Commands              General Alpine Command
12048 ---------------------------              -----------------------
12049  A  Add a folder                          O  Show all other available commands
12050  G  Specify a folder to go to             ?  Show Help text
12051  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
12052  W  Whereis (search folder names)         Q  Quit Alpine
12053  %  Print folder listing                  C  Compose a message
12054                                           #  Compose a message using roles
12055 </PRE>
12056 <!--chtml endif-->
12058 These commands are only available in the FOLDER LIST screen when the 
12059 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
12060 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
12061 <DT>Select:</DT>
12062 <DD>Select folders by certain criteria:<UL>
12063 <LI>All: of limited use, since there is no Apply command.
12064 <LI>by Property: <UL>
12065         <LI>folder contains messages not yet seen 
12066         <LI>folder contains new messages
12067         <LI>folder contains exactly as many, more, or fewer messages 
12068 than a given number
12069         </UL>
12070 <LI>by Text: <UL>
12071         <LI>contained in name of folder (Name Select)
12072         <LI>contained in messages in folder (Content Select)
12073         </UL>
12074 </UL></DD>
12076 <DT>Select current:</DT>
12077 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
12078 add one or more folders to a set created with the Select command described 
12079 above.)</DD>
12080 <DT>Zoom mode:</DT>
12081 <DD>Toggles display of only selected folders or all folders on and off.</DD>
12082 </DL>
12084 If the feature
12085 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
12086 is set then the TAB key will display the number of recent messages and
12087 the total number of messages in the highlighted folder.
12089 The &quot;Export&quot; command causes the lowest common denominator style
12090 mailbox to be written to a file.
12091 If the file already exists, you are asked if you want to delete it.
12092 If you say No, then the operation is aborted.
12093 Export might be a reasonable way to store a backup or an archival copy of
12094 a folder.
12095 The exported-to file is a local file on the system where you are running Alpine.
12096 The &quot;Import&quot; command is the opposite of the Export command.
12097 It reads a file created by Export and asks where it should save it in your
12098 folders.
12099 This could be a new folder or an existing folder.
12100 If the folder already exists, the messages from the exported file will be
12101 appended to the folder.
12103 <CENTER>Description of the FOLDER LIST Screen</CENTER>
12105 The purpose of the FOLDER LIST screen is to help you browse and manage
12106 the folders and directories (also known as &quot;hierarchy&quot;)
12107 contained within a collection.
12110 Folders and directories are arranged alphabetically across lines of
12111 the screen.  Directories, if present, are denoted by a special
12112 character at the end of the name known as the hierarchy delimiter
12113 (typically, &quot;/&quot;).  By default, folders and directories are
12114 mixed together.  The
12115 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
12116 configuration option can be used to group directories toward the 
12117 beginning or end of the list.
12120 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
12121 commands change the &quot;selected&quot; (i.e., highlighted) folder or
12122 directory, and the View Fldr/Dir commands will &quot;open&quot; the
12123 selected item.  Folder and directory management is provided via the
12124 Rename, Delete and Add commands.
12126 <P><CENTER>About Folders</CENTER>
12127 What are Folders?<P>
12129 Folders are simply files where messages are kept.  Every message has to be
12130 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
12131 folder for sent mail and a folder for saved messages.<P>
12133 You may create as many other folders as you wish.  They must be given
12134 names that can be filenames on the filesystem.  
12137 You can move messages from one folder to another by opening the original
12138 folder and saving messages into the other folder just as you can save
12139 message from your INBOX to any other folder.<P>
12141 Folders are typically just files in the filesystem.  However, the files
12142 that are
12143 folders have some special formatting in them (so that Alpine knows where one
12144 message ends and another begins) and should <EM>not</EM> be edited outside of
12145 Alpine.  If you want copies of your messages in text files that you can edit
12146 or otherwise manipulate, use the Export command to copy them from Alpine into
12147 your regular file area.
12150 FOR MORE INFORMATION: See the section on
12151 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12153 <CENTER>About Directories</CENTER>
12155 A directory is simply a container used to group folders within a
12156 folder list.  You can create as many directories as you like.  And 
12157 directories can even contain directories themselves.
12160 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
12161 to note that not all IMAP servers support directories.  If you find that
12162 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
12163 then it's likely that directories are not supported by the server serving
12164 in that collection.
12167 Similarly, servers that do provide for directories may not do so in
12168 the same way.  On some servers, for example, each folder name you
12169 create is at the same time capable of being a directory.  When this
12170 happens, Alpine will display both the folder name and the name of the
12171 directory (with trailing hierarchy delimiter) in the folder list.
12174 Another issue with IMAP access, though with a much smaller set of servers,
12175 is that not all servers accept the request to list out the available
12176 folders and directories in the same way.  If you find yourself having
12177 trouble viewing folders on your server, you might investigate the
12178 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
12179 feature.
12181 <UL>
12182 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12183 </UL>
12185 &lt;End of help on this topic&gt;
12186 </BODY>
12187 </HTML>
12188 ========= h_valid_folder_names ========
12189 <HTML>
12190 <HEAD>
12191 <TITLE>Explanation of Valid Folder Names</TITLE>
12192 </HEAD>
12193 <BODY>
12194 <H1>Folder Name Syntax Explained</H1>
12196 Once your folder collections are defined, you can usually refer to
12197 folders by their simple (unqualified) name, or pick from a FOLDER LIST
12198 display.  However, understanding the complete syntax for folder names,
12199 both local and remote, is handy when using the Goto command and when
12200 you are adding new folder collections via the Setups/collectionList screen.
12202 An Alpine folder name looks like
12205 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
12208 The square brackets ([]) mean that the part is optional.
12211 If there is no remote-specification, then the folder name is interpreted
12212 locally on the computer running Alpine.
12213 Local folder names depend on the operating system used by the computer 
12214 running Alpine, as well as the configuration of that system.  For example,
12215 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
12216 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
12217 system running Unix.
12220 Alpine users have the option of using folders that are stored on some other
12221 computer.  Alpine accesses remote folders via IMAP (the Internet Message
12222 Access Protocol), or in the case of news, via NNTP (the Network News
12223 Transport Protocol).  To be able to access remote folders in Alpine, the
12224 remote host must be running the appropriate server software (imapd or
12225 nntpd) and you must correctly specify the name of the folder to Alpine,
12226 including the domain name of the remote machine. For example,
12228 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
12230 could be a remote folder specification, and so could
12232 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
12235 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
12237 Note that in the case of remote folders, the directory/file path in the specification is 
12238 determined by the operating system of the remote computer, <B>not</B> by
12239 the operating system of the computer on which you are running Alpine.
12241 As you can tell, the name of the computer is in &#123;} brackets
12242 followed immediately by the name of the folder.  (In each of these cases the
12243 optional namespace is missing.)  If, as in these
12244 examples, there is no remote access protocol specified, then IMAP is
12245 assumed.  Check
12246 <A HREF="h_folder_server_syntax">here</A>
12247 for a more detailed look at what options can be placed between the brackets.
12248 If there are no brackets at all, then the folder name is interpreted locally
12249 on the computer on which you are running Alpine.
12252 To the right of the brackets when a server name is present, or at the
12253 start of the foldername if no server is present, the sharp sign,
12254 &quot;#&quot;, holds special meaning.  It indicates a folder name
12255 outside the area reserved for your personal folders.  In fact, it's
12256 used to indicate both the name of the folder, and a special phrase
12257 telling Alpine how to interpret the name that follows.
12260 So, for example, Alpine can be used to access a newsgroup that might be 
12261 available on your computer using:
12263 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12265 The sharp sign indicates the folder name is outside your personal
12266 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
12267 interpret the remainder of the name as a newsgroup.
12270 Similarly, to access a newsgroup on your IMAP server, you might
12271 use something like:
12273 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
12276 There are a number of such special phrases (or &quot;namespaces&quot;)
12277 available.  For a more detailed explanation read about
12278 <A HREF="h_folder_name_namespaces">Namespaces</A>.
12281 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
12282 names.  The name INBOX refers to your &quot;principal incoming
12283 message folder&quot; and will be mapped to the actual file name used for your
12284 INBOX on any given host.  Therefore, a name like
12285 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
12286 store incoming mail for you on that particular host.
12289 &lt;End of help on this topic&gt;
12290 </BODY>
12291 </HTML>
12292 ======= h_folder_name_namespaces =======
12293 <HTML>
12294 <HEAD>
12295 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
12296 </HEAD>
12297 <BODY>
12298 <H1>Folder Name Namespaces Explained</H1>
12300 An Alpine folder name looks like
12303 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
12306 The local part of a folder name has an optional &quot;Namespace&quot; which
12307 tells Alpine how to interpret the rest of the name.
12309 <P> 
12310 By default the folder name is interpreted as defining a section of your personal
12311 folder area.  This area and how you specify it are defined by the
12312 server, if one is specified, or, typically, the home
12313 directory, if no server is defined.
12316 If a namespace is specified, it begins with the
12317 sharp, &quot;#&quot;, character followed by the name of the namespace
12318 and then the namespace's path-element-delimiter.  Aside from the
12319 path's format, namespaces can also imply access rights, content
12320 policy, audience, location, and, occasionally, access methods.
12323 Each server exports its own set (possibly of size one) of 
12324 namespaces.  Hence, it's likely communication with your server's
12325 administrator will be required for specific configurations.  Some of
12326 the more common namespaces, however, include:
12328 <DL>
12329 <DT>#news.</DT>
12330 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
12331 names are hierarchically defined with each level delimited by a period.
12333 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12335 </DD>
12336 <DT>#public/</DT>
12337 <DD>This specifies a folder area that the server may export to the general
12338 public.
12339 </DD>
12340 <DT>#shared/</DT>
12341 <DD>This specifies a folder area that the server may export to groups
12342 of users.
12343 </DD>
12344 <DT>#ftp/</DT>
12345 <DD>This specifies a folder area that is the same as that it may have 
12346 exported via the &quot;File Transfer Protocol&quot;.
12347 </DD>
12348 <DT>#mh/</DT>
12349 <DD>This specifies the personal folder area associated with folders
12350 and directories that were created using the MH message handling system.
12351 </DD>
12352 <DT>#move/</DT>
12353 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
12355 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
12357 The #move namespace is followed by two folder names separated by a delimiter
12358 character.
12359 The delimiter character may be any character that does not appear in
12360 the MailDropFolder name.
12361 The meaning of #move is that mail will be copied from the MailDropFolder to
12362 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
12363 Periodic checks at frequency
12364 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
12365 time between checks set by
12366 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
12367 are made for new mail arriving in the MailDropFolder.
12368 An example that copies mail from a POP inbox to a local folder follows
12370 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
12372 To you it appears that mail is being delivered to the local folder when it
12373 is copied from the MailDropFolder, and you read mail from the local folder.
12375 Note that if the DestinationFolder does not exist then the messages are not
12376 copied from the MailDropFolder.
12377 A #move folder may only be used as an
12378 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
12379 an Inbox.
12380 When you are in the FOLDER LIST of Incoming Message Folders (after turning
12381 on the
12382 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
12383 option)
12384 the Add command has a subcommand &quot;Use Mail Drop&quot;
12385 which may be helpful for defining the folder in your Alpine configuration.
12386 The same is true when you edit the
12387 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
12388 option in Setup/Config.
12389 Each of these configuration methods will also create the DestinationFolder
12390 if it doesn't already exist.
12391 If you are having problems, make sure the DestinationFolder exists.
12392 You may find some more useful information about Mail Drops at
12393 <A HREF="h_maildrop">What is a Mail Drop?</A>.
12394 </DD>
12395 </DL>
12398 In addition, the server may support access to other user's folders,
12399 provided you have suitable permissions.  Common methods use a prefix
12400 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
12401 indicate the root of the other user's folder area.
12404 No, nothing's simple.
12407 &lt;End of help on this topic&gt;
12408 </BODY>
12409 </HTML>
12410 ============= h_whatis_vcard ========================
12411 <HTML>
12412 <HEAD>
12413 <TITLE>VCARD EXPLAINED</TITLE>
12414 </HEAD>
12415 <BODY>
12416 <H1>What is the vCard format?</H1>
12417 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
12418 information about and among people and organizations electronically.  
12419 More information about vCard can be found (as of May 1998) on the WWW site 
12420 of the Internet Mail Consortium at the URL:
12422 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
12424 &lt;End of help on this topic&gt;
12425 </BODY>
12426 </HTML>
12427 ===== h_folder_open =====
12428 <HTML>
12429 <HEAD>
12430 <TITLE>Explanation of Folder Selection</TITLE>
12431 </HEAD>
12432 <BODY>
12433 <BR>
12434 <BR>
12435 This screen is designed to allow you to quickly and easily survey your
12436 folders and select one to open.
12437 <!--chtml if pinemode="function_key"-->
12438 <PRE>
12439 Navigating the List of Folders             General Alpine Commands
12440 ------------------------------             -----------------------
12441  P   Move to previous folder               ?   Show this help text
12442  N   Move to next folder
12443  -   Show previous screen of folders
12444 Spc  (space bar) Show next screen
12445  W   WhereIs (search folder names)
12447 Folder Selection Commands
12448 -------------------------
12449  E   Exit the Folder Select menu (without selecting a folder)
12450  S   Select the currently highlighted folder
12451 </PRE>
12452 <!--chtml else-->
12453 <PRE>
12454 Navigating the List of Folders             General Alpine Commands
12455 ------------------------------             -----------------------
12456 F5   Move to previous folder               F1  Show this help text
12457 F6   Move to next folder
12458 F7   Show previous screen of folders
12459 F8   Show next screen of folders
12460 F12  WhereIs (search folder names)
12462 Folder Selection Commands
12463 -------------------------
12464 F3   Exit the Folder Select menu (without selecting a folder)
12465 F4   Select the currently highlighted folder
12466 </PRE>
12467 <!--chtml endif-->
12469 FOR MORE INFORMATION: See the section on
12470 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12472 &lt;End of help on this topic&gt;
12473 </BODY>
12474 </HTML>
12475 ===== h_folder_subscribe =====
12476 <HTML>
12477 <HEAD>
12478 <TITLE>Newsgroup Subscribe Screen explained</TITLE>
12479 </HEAD>
12480 <BODY>
12481 <H1>FOLDER SUBSCRIBE HELP</H1>
12483 This screen is designed to help you subscribe to newsgroups you are
12484 not currently subscribed to.  The screen display is a list of all
12485 available newsgroups (or possibly a partial list if you specified a
12486 partial name when entering the screen).  Groups you have already
12487 subscribed to have the letters &quot;SUB&quot; next to them.  You may
12488 select a single new group to subscribe to by moving the cursor to that
12489 group and pressing &quot;S&quot; or carriage return.  Alternatively,
12490 you may change into ListMode with the &quot;ListMode&quot; command.
12491 The display will change slightly so that each group has a checkbox in
12492 front of it.  Use the cursor and the Set/Unset command to place an
12493 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
12496 When you are finished marking groups, the &quot;Subscribe&quot;
12497 command will subscribe you to those groups you have marked.  Note, you
12498 may not unsubscribe to groups with this command.  Instead of the
12499 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
12500 UnSbscrbe command.
12503 <!--chtml if pinemode="function_key"-->
12504 <PRE>
12505 Navigating the List of Newsgroups          General Alpine Commands
12506 ---------------------------------          -----------------------
12507 F5   Move to previous group                F1   Show this help text
12508 F6   Move to next group
12509 F7   Show previous screen of groups
12510 F8   Show next screen of groups
12511 F12  WhereIs (search group names)
12512 F9   Use ListMode
12514 Group Selection Commands
12515 -------------------------
12516 F3  Exit the News Subscribe menu (without selecting any groups)
12517 F4  Subscribe to the currently highlighted newsgroup
12518 </PRE>
12519 <!--chtml else-->
12520 <PRE>
12521 Navigating the List of Newsgroups          General Alpine Commands
12522 ---------------------------------          -----------------------
12523  P   Move to previous group                ?   Show this help text
12524  N   Move to next group
12525  -   Show previous screen of groups
12526 Spc  (space bar) Show next screen
12527  W   WhereIs (search group names)
12528  L   Use ListMode
12530 Group Selection Commands
12531 -------------------------
12532  E   Exit the News Subscribe menu (without selecting any groups)
12533  S   Subscribe to the currently highlighted newsgroup
12534 </PRE>
12535 <!--chtml endif-->
12537 When in ListMode, there is an additional command for marking groups to
12538 subscribe to:
12540 <!--chtml if pinemode="function_key"-->
12541 <PRE>
12542 ListMode Commands
12543 -------------------------
12544 F9  Set or unset the highlighted group
12545 </PRE>
12546 <!--chtml else-->
12547 <PRE>
12548 ListMode Commands
12549 -------------------------
12550 X   Set or unset the highlighted group
12551 </PRE>
12552 <!--chtml endif-->
12554 &lt;End of help on this topic&gt;
12555 </BODY>
12556 </HTML>
12557 ===== h_folder_postnews =====
12558 <HTML>
12559 <HEAD>
12560 <TITLE>Newsgroup selecting for Posting explained</TITLE>
12561 </HEAD>
12562 <BODY>
12563 This screen is designed to allow you to quickly and easily survey
12564 the available newsgroups and select one to post news to.
12566 <!--chtml if pinemode="function_key"-->
12567 <PRE>
12568 Navigating the List of Newsgroups          General Alpine Commands
12569 ---------------------------------          -----------------------
12570 F5   Move to previous group                F1  Show this help text
12571 F6   Move to next group
12572 F7   Show previous screen of groups
12573 F8   Show next screen of groups
12574 F12  WhereIs (search group names)
12576 Group Selection Commands
12577 -------------------------
12578 F3   Exit the Selection menu (without selecting a group)
12579 F4   Select the currently highlighted newsgroup
12580 </PRE>
12581 <!--chtml else-->
12582 <PRE>
12583 Navigating the List of Newsgroups          General Alpine Commands
12584 ---------------------------------          -----------------------
12585  P   Move to previous group                ?  Show this help text
12586  N   Move to next group
12587  -   Show previous screen of groups
12588 Spc  (space bar) Show next screen of groups
12589  W   WhereIs (search group names)
12591 Group Selection Commands
12592 -------------------------
12593  E   Exit the Selection menu (without selecting a group)
12594  S   Select the currently highlighted newsgroup
12595 </PRE>
12596 <!--chtml endif-->
12598 &lt;End of help on this topic&gt;
12599 </BODY>
12600 </HTML>
12601 ===== h_folder_save =====
12602 <HTML>
12603 <HEAD>
12604 <TITLE>Folder Select for Save Explained</TITLE>
12605 </HEAD>
12606 <BODY>
12607 This screen is designed to allow you to quickly and easily survey your
12608 folders and select one to use for saving the current message.
12611 <!--chtml if pinemode="function_key"-->
12612 <PRE>
12613 Navigating the List of Folders             General Alpine Commands
12614 ------------------------------             -----------------------
12615 F5   Move to previous folder               F1  Show this help text
12616 F6   Move to next folder
12617 F7   Show previous screen of folders
12618 F8   Show next screen of folders
12619 F12  WhereIs (search folder names)
12621 Folder Selection Commands
12622 -------------------------
12623 F3   Exit the Folder Select menu (without selecting a folder)
12624 F4   Select the currently highlighted folder
12625 F11  AddNew folder (just like Select, but you type in a new folder name)
12626 </PRE>
12627 <!--chtml else-->
12628 <PRE>
12629 Navigating the List of Folders             General Alpine Commands
12630 ------------------------------             -----------------------
12631  P   Move to previous folder               ?  Show this help text
12632  N   Move to next folder
12633  -   Show previous screen of folders
12634 Spc  (space bar) Show next screen of folders
12635  W   WhereIs (search folder names)
12637 Folder Selection Commands
12638 -------------------------
12639  E   Exit the Folder Select menu (without selecting a folder)
12640  S   Select the currently highlighted folder
12641  A   AddNew folder (just like Select, but you type in a new folder name)
12642 </PRE>
12643 <!--chtml endif-->
12645 FOR MORE INFORMATION: See the section on
12646 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12648 &lt;End of help on this topic&gt;
12649 </BODY>
12650 </HTML>
12651 ===== h_folder_fcc =====
12652 <HTML>
12653 <HEAD>
12654 <TITLE>Folder Select for Fcc Explained</TITLE>
12655 </HEAD>
12656 <BODY>
12657 This screen is designed to allow you to quickly and easily survey your
12658 folders and select one to use as the file carbon copy (fcc) for the
12659 current message.
12662 <!--chtml if pinemode="function_key"-->
12663 <PRE>
12664 Navigating the List of Folders             General Alpine Commands
12665 ------------------------------             -----------------------
12666 F5   Move to previous folder               F1  Show this help text
12667 F6   Move to next folder
12668 F7   Show previous screen of folders
12669 F8   Show next screen of folders
12670 F12  WhereIs (search folder names)
12672 Folder Selection Commands
12673 -------------------------
12674 F3   Exit the Folder Select menu (without selecting a folder)
12675 F4   Select the currently highlighted folder
12676 F11  AddNew folder (just like Select, but you type in a new folder name)
12677 </PRE>
12678 <!--chtml else-->
12679 <PRE>
12680 Navigating the List of Folders             General Alpine Commands
12681 ------------------------------             -----------------------
12682  P   Move to previous folder               ?  Show this help text
12683  N   Move to next folder
12684  -   Show previous screen of folders
12685 Spc  (space bar) Show next screen of folders
12686  W   WhereIs (search folder names)
12688 Folder Selection Commands
12689 -------------------------
12690  E   Exit the Folder Select menu (without selecting a folder)
12691  S   Select the currently highlighted folder
12692  A   AddNew folder (just like Select, but you type in a new folder name)
12693 </PRE>
12694 <!--chtml endif-->
12696 FOR MORE INFORMATION: See the section on
12697 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12699 &lt;End of help on this topic&gt;
12700 </BODY>
12701 </HTML>
12702 ===== h_folder_pattern_roles =====
12703 <HTML>
12704 <HEAD>
12705 <TITLE>Folder Select for Current Folder Explained</TITLE>
12706 </HEAD>
12707 <BODY>
12708 This screen is designed to allow you to quickly and easily survey your
12709 folders and select one to use as the specific Current Folder
12710 in a Pattern.
12713 <!--chtml if pinemode="function_key"-->
12714 <PRE>
12715 Navigating the List of Folders             General Alpine Commands
12716 ------------------------------             -----------------------
12717 F5   Move to previous folder               F1  Show this help text
12718 F6   Move to next folder
12719 F7   Show previous screen of folders
12720 F8   Show next screen of folders
12721 F12  WhereIs (search folder names)
12723 Folder Selection Commands
12724 -------------------------
12725 F3   Exit the Folder Select menu (without selecting a folder)
12726 F4   Select the currently highlighted folder
12727 F11  AddNew folder (just like Select, but you type in a new folder name)
12728 </PRE>
12729 <!--chtml else-->
12730 <PRE>
12731 Navigating the List of Folders             General Alpine Commands
12732 ------------------------------             -----------------------
12733  P   Move to previous folder               ?  Show this help text
12734  N   Move to next folder
12735  -   Show previous screen of folders
12736 Spc  (space bar) Show next screen of folders
12737  W   WhereIs (search folder names)
12739 Folder Selection Commands
12740 -------------------------
12741  E   Exit the Folder Select menu (without selecting a folder)
12742  S   Select the currently highlighted folder
12743  A   AddNew folder (just like Select, but you type in a new folder name)
12744 </PRE>
12745 <!--chtml endif-->
12747 FOR MORE INFORMATION: See the section on
12748 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12750 &lt;End of help on this topic&gt;
12751 </BODY>
12752 </HTML>
12753 ===== h_folder_stayopen_folders =====
12754 <HTML>
12755 <HEAD>
12756 <TITLE>Folder Select Explained</TITLE>
12757 </HEAD>
12758 <BODY>
12759 This screen is designed to allow you to quickly and easily survey your
12760 folders and select one to use as a Stay-Open folder.
12763 <!--chtml if pinemode="function_key"-->
12764 <PRE>
12765 Navigating the List of Folders             General Alpine Commands
12766 ------------------------------             -----------------------
12767 F5   Move to previous folder               F1  Show this help text
12768 F6   Move to next folder
12769 F7   Show previous screen of folders
12770 F8   Show next screen of folders
12771 F12  WhereIs (search folder names)
12773 Folder Selection Commands
12774 -------------------------
12775 F3   Exit the Folder Select menu (without selecting a folder)
12776 F4   Select the currently highlighted folder
12777 F11  AddNew folder (just like Select, but you type in a new folder name)
12778 </PRE>
12779 <!--chtml else-->
12780 <PRE>
12781 Navigating the List of Folders             General Alpine Commands
12782 ------------------------------             -----------------------
12783  P   Move to previous folder               ?  Show this help text
12784  N   Move to next folder
12785  -   Show previous screen of folders
12786 Spc  (space bar) Show next screen of folders
12787  W   WhereIs (search folder names)
12789 Folder Selection Commands
12790 -------------------------
12791  E   Exit the Folder Select menu (without selecting a folder)
12792  S   Select the currently highlighted folder
12793  A   AddNew folder (just like Select, but you type in a new folder name)
12794 </PRE>
12795 <!--chtml endif-->
12797 FOR MORE INFORMATION: See the section on
12798 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12800 &lt;End of help on this topic&gt;
12801 </BODY>
12802 </HTML>
12803 ===== h_folder_action_roles =====
12804 <HTML>
12805 <HEAD>
12806 <TITLE>Folder Select Explained</TITLE>
12807 </HEAD>
12808 <BODY>
12809 This screen is designed to allow you to quickly and easily survey your
12810 folders and select one to use as the folder into which messages
12811 matching this filter will be moved.
12814 <!--chtml if pinemode="function_key"-->
12815 <PRE>
12816 Navigating the List of Folders             General Alpine Commands
12817 ------------------------------             -----------------------
12818 F5   Move to previous folder               F1  Show this help text
12819 F6   Move to next folder
12820 F7   Show previous screen of folders
12821 F8   Show next screen of folders
12822 F12  WhereIs (search folder names)
12824 Folder Selection Commands
12825 -------------------------
12826 F3   Exit the Folder Select menu (without selecting a folder)
12827 F4   Select the currently highlighted folder
12828 F11  AddNew folder (just like Select, but you type in a new folder name)
12829 </PRE>
12830 <!--chtml else-->
12831 <PRE>
12832 Navigating the List of Folders             General Alpine Commands
12833 ------------------------------             -----------------------
12834  P   Move to previous folder               ?  Show this help text
12835  N   Move to next folder
12836  -   Show previous screen of folders
12837 Spc  (space bar) Show next screen of folders
12838  W   WhereIs (search folder names)
12840 Folder Selection Commands
12841 -------------------------
12842  E   Exit the Folder Select menu (without selecting a folder)
12843  S   Select the currently highlighted folder
12844  A   AddNew folder (just like Select, but you type in a new folder name)
12845 </PRE>
12846 <!--chtml endif-->
12848 FOR MORE INFORMATION: See the section on
12849 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12851 &lt;End of help on this topic&gt;
12852 </BODY>
12853 </HTML>
12854 ===== h_abook_config =====
12855 <HTML>
12856 <HEAD>
12857 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
12858 </HEAD>
12859 <BODY>
12860 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
12861 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
12862 <!--chtml if pinemode="function_key"-->
12863 <PRE>
12864 Available  Commands                        
12865 -------------------------------            
12866 F1  Show Help Text                         
12867 F3  Back to MAIN Alpine menu                 
12868 F4  Change configuration for address book  
12869 F5  Move to previous address book          
12870 F6  Move to next address book              
12871 F7  Previous page of address books         
12872 F8  Next page of address books             
12873 F9  Add new address book                   
12874 F10 Delete existing address book           
12875 F11 Shuffle the order of address books     
12876 F12 Whereis (search address book titles)   
12877 </PRE>
12878 <!--chtml else-->
12879 <PRE>
12880 Navigation                     General Alpine Commands
12881 -----------------------        -----------------------
12882  P  Prev Address Book           ?  Display this help text
12883  N  Next Address Book           E  Back to MAIN Alpine menu
12884  -  Previous page
12885 Spc (space bar) Next page
12886  W  WhereIs (search for word in address book titles)
12888 Setup Address Books Commands
12889 ------------------------------------------------
12890  A  Add new address book          $  Shuffle the order of address books
12891  D  Delete existing address book  C  Change configuration for address book
12892 </PRE>
12893 <!--chtml endif-->
12895 <H2>Description of the Setup Address Books Screen</H2>
12897 This screen lets you add, delete, modify, or change the order of your
12898 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
12899 fill in.  If you are adding a remote address book on an IMAP server
12900 you should fill in the name of the IMAP server.  Otherwise, leave
12901 that field blank.  (Note that remote IMAP address books are an Alpine
12902 concept and are unlikely to interoperate with other mail clients.)
12903 For a remote address book, fill in the name of the remote folder
12904 in the Folder field.  This should be a folder that is used only for
12905 this one purpose, not a general purpose folder you expect to store
12906 messages in.
12907 <P>If you are adding a local address book, fill in the
12908 Folder Name field with a local file name (e.g., .addressbook).
12910 <B>Please note:</B> Remote address books stored on an IMAP server are 
12911 of an entirely different format (namely, a special-purpose 
12912 &quot;mail folder&quot;) than that of the local addressbook familiar 
12913 to Alpine users.  Therefore, 
12914 you cannot use &quot;add a remote address book&quot; to make an existing 
12915 Alpine .addressbook file you may have on a remote IMAP server accessible to 
12916 Alpine running on a different host.  
12919 The &quot;Del Abook&quot; command allows you to remove an address book
12920 from your configuration.  It will also ask you if you wish to remove
12921 the data for that address book, which would erase all traces of the
12922 address book if you answer Yes.
12925 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
12926 The difference is that instead of adding a new address book to your
12927 configuration, you are changing the configuration of an existing entry.
12928 For example, you might want to correct a typing error or change a
12929 nickname.  The &quot;Change&quot; command is not a move command.  If you
12930 change the folder name or server name the data will not be moved for you.
12933 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
12934 an address book toward another address book in the same group then
12935 the order of those two address books will be swapped.  If you shuffle
12936 the last Personal address book down towards the Global address book
12937 section, it will become a Global address book.  If you shuffle
12938 the first Global address book up it will become a Personal address
12939 book.  The main difference between Personal and Global address
12940 books is that Global address books are forced read-only.
12941 <P><UL>
12942 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12943 </UL>
12945 &lt;End of help on this topic&gt;
12946 </BODY>
12947 </HTML>
12948 ===== h_abook_top =====
12949 <HTML>
12950 <HEAD>
12951 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
12952 </HEAD>
12953 <BODY>
12954 <H1>ADDRESS BOOK LIST COMMANDS</H1>
12955 <!--chtml if pinemode="function_key"-->
12956 <PRE>
12957 Available  Commands -- Group 1         Available Commands -- Group 2
12958 -------------------------------        ------------------------------
12959 F1  Show Help Text                      F1  Show Help Text
12960 F2  See commands in next group          F2  See commands in next group
12961 F3  Exit to MAIN MENU                   F3  Quit Alpine
12962 F4  View/Edit selected address book
12963 F5  Move to previous address book       F5  FOLDER LIST screen
12964 F6  Move to next address book           F6  Specify a folder to go to
12965 F7  Previous page                       F7  MESSAGE INDEX screen
12966 F8  Next page                           F9  Print list of address books
12967 F12 Whereis (search for word)
12968 </PRE>
12969 <!--chtml else-->
12970 <PRE>
12971 Navigation                       General Alpine Commands
12972 -----------------------          -----------------------
12973  P  Previous Entry                ?  Display this help text
12974  N  Next Entry                    O  Show all other available commands
12975  -  Previous page                 &lt;  Back to MAIN Alpine menu
12976 Spc (space bar) Next page         Q  Quit Alpine
12977  W  WhereIs (search for word)     L  FOLDER LIST screen
12978                                   G  Specify a folder to go to
12979 Address Book Commands             I  MESSAGE INDEX screen
12980 ------------------------------------------------
12981  &gt;  View/Edit selected address book
12982               or
12983  &gt;  Search on selected directory server
12985  %  Print list of address books and directory servers
12986 </PRE>
12987 <!--chtml endif-->
12989 <H2>Description of the Address Book List Screen</H2>
12991 From this screen you may choose which address book you wish to view
12992 or edit. For more information on address books, view one of your
12993 address books (with
12994 <!--chtml if pinemode="function_key"-->
12996 <!--chtml else-->
12997 &quot;&gt;&quot;
12998 <!--chtml endif-->)
12999 and see the Help Text there.<P>
13001 You may also choose a directory server on which to search for entries.
13002 You do that by highlighting the directory server line and using
13003 <!--chtml if pinemode="function_key"-->
13005 <!--chtml else-->
13006 &quot;&gt;&quot;
13007 <!--chtml endif-->.<P>
13009 If you wish to define new address books or directory servers go to the Main
13010 menu and choose Setup. You may then either choose to setup AddressBooks or
13011 Directory (among other things). It's possible that the Directory option
13012 will not be there if the Alpine you are using does not contain LDAP directory
13013 lookup functionality.
13015 <P><UL>
13016 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13017 </UL><P>
13018 &lt;End of help on this topic&gt;
13019 </BODY>
13020 </HTML>
13021 ===== h_abook_opened =====
13022 <HTML>
13023 <HEAD>
13024 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
13025 </HEAD>
13026 <BODY>
13027 <H1>THE ALPINE ADDRESS BOOK</H1>
13028 <H2>ADDRESS BOOK COMMANDS</H2>
13029 <PRE>
13030 <!--chtml if pinemode="function_key"-->
13031 Available  Commands -- Group 1         Available Commands -- Group 2   
13032 -------------------------------        ------------------------------  
13033 F1  Show Help Text                      F1  Show Help Text             
13034 F2  See commands in next group          F2  See commands in next group
13035 F3  Exit this screen                    F3  Quit Alpine                  
13036 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
13037 F5  Move to previous entry              F5  FOLDER LIST screen         
13038 F6  Move to next entry                  F6  Specify a folder to go to  
13039 F7  Previous page of address book       F7  MESSAGE INDEX screen        
13040 F8  Next page of address book           F8  Compose to entry using roles
13041 F9  Add new entry to address book       F9  Print address book         
13042 F10 Delete selected entry               F10 TakeAddr to another addrbook
13043 F11 Compose to selected entry           F11 Save or Export addrbook selections
13044 F12 Whereis (search address book)       F12 Forward entry by mail       
13046 Available Commands -- Group 3                                           
13047 ------------------------------                                          
13048 F3  Select                              F6  Zoom (or unZoom)            
13049 F5  Select Current                      F7  Apply Command to Selection  
13050 <!--chtml else-->
13051 Address Book Navigation        General Alpine Commands
13052 -----------------------        -----------------------
13053  P  Prev Address                  ?  Display this help text
13054  N  Next Address                  O  Show all other available commands
13055  -  Previous page of address book M  Back to MAIN MENU
13056 Spc (space bar) Next page         Q  Quit Alpine
13057  W  WhereIs (search for word      C  Compose message to selected addr
13058      or name in address book)     #  Compose to addr using roles
13059  &lt;  To List of Address Books if   L  FOLDER LIST screen
13060      more than one, else to MAIN  G  Specify a folder to go to
13061                                   I  MESSAGE INDEX screen
13063 Address Book Commands
13064 ----------------------------------------------------
13065  &gt;  View/Update selected entry    D  Delete selected entries
13066  %  Print address book            S  Save or Export address book selections
13067  F  Forward entries by mail       @  Add new entry to address book
13069  ;  Select command                Z  Toggle Zoom Mode
13070  :  Select highlighted entry      A  Apply command to selected entries
13072 <!--chtml endif-->
13073 </PRE>
13074 Note:  The presence or absence of the final four commands above is
13075 controlled by the option 
13076 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
13079 <H2>Description of the Address Book Screen</H2>
13081 This screen lets you edit and manage entries in your address book.  It
13082 also acts as a short-cut for composing messages to people in the address
13083 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
13084 message starts &quot;pre-addressed&quot; to whatever address book entry is
13085 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
13086 role to use in your composition.
13088 Alpine's address book helps you keep a list of addresses you send email to so
13089 you do not have to remember addresses that are often complex.  Each entry
13090 in the address book has five fields, all of them optional.  The three
13091 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
13093         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
13094         This is what you type in as you are addressing the message in the
13095         composer.  If there is a matching entry in your address book(s),
13096         Alpine will extract the corresponding FullName and Address fields to
13097         generate the actual address for your message.
13099         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
13100 of the
13101         person or organization.  Usually the full names are put in last
13102         name first so they sort nicely in alphabetical order.  Whatever
13103         you put as the name here will appear on the message when it is
13104         finally delivered.  Examples:<PRE>
13105            Garcia Marquez, Gabriel
13106            Henscheid, Eckhard
13107            Alpine-Info mailing list
13108            Library materials renewal requests
13109            Kim An-guk
13110            &quot;George III, King of Great Britain, 1738-1820&quot;
13111 </PRE>
13112 (In the second-to-last example, no comma is used in the name so that 
13113 the family name appears first in the address book and when the entry is 
13114 used in the composer.
13115 In the last example, retaining the commas is intended; 
13116 double-quotation marks surround the name to 
13117 prevent the transposition of its parts when the entry is used in 
13118 the composer.)
13120         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
13121         a valid Internet address that conforms to the Internet message
13122         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
13124 The two fields that aren't usually visible are:<DL>
13126   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
13127         message to this address to be saved in.  If this field is set, and
13128         this address is the first one in the message's To: header, then
13129         Alpine will use this folder name for the FCC in lieu of the normal
13130         FCC folder name.
13132   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
13133         </DL>
13135 Due to screen width limitations, these last two fields do not show up in
13136 the normal ADDRESS BOOK display.  You may select the 
13137 &quot;View/Update&quot; command to
13138 view or modify them.  You may use the configuration variable
13139 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
13140 to add these fields to your ADDRESS BOOK 
13141 display, or to modify the format of the display.
13143 <H2>Sorting the Address book</H2>
13145 By default, address book entries are sorted alphabetically on the full
13146 name with distribution lists sorted to the end.  Sorting can be changed by
13147 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
13148 --assuming you have &quot;write&quot; permission for the address book file.
13150 Unlike the sorting of folders (which only changes presentation), sorting an
13151 address book actually changes the file as it is kept on the computer.  For
13152 this reason you won't be able to sort a shared or system-wide address
13153 book.
13155 <H2>Adding New Entries</H2>
13157 The easiest way to add new entries to your address book is to use the
13158 &quot;TakeAddr&quot; command when viewing a message.
13159 This command allows you to take addresses from the header and body of the
13160 message and put them into your address book, without having to type
13161 them in.
13164 To manually add a new entry from within the address book screen, use the AddNew
13165 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
13166 Use this command both for adding a simple alias and for adding a
13167 distribution list.
13169 <H2>Distribution Lists</H2>
13171 Address book entries can be simple cases of aliases (a single nickname is linked
13172 to a single email address) or distribution lists (a single nickname
13173 pointing at more than one email address).  Each distribution list has a
13174 nickname, a full name and a list of addresses.  The addresses may be
13175 actual addresses or they may be other nicknames in your address book.
13176 They may even refer to other distribution lists.
13177 There's really no difference between a simple alias and a distribution list,
13178 other than the number of addresses.
13179 Therefore, you can turn a simple alias with one address into a distribution
13180 list simply by adding more addresses.
13181 To add entries to an existing list or alias
13182 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
13183 a single address from the list if the cursor is placed on the address;
13184 it will delete the entire distribution list if the cursor is on the
13185 nickname/fullname line.  View/Update may also be used to delete addresses
13186 from a list.
13188 Address field entries in distribution lists may take any one of three
13189 forms: a nickname existing in any of the defined address books, a normal
13190 address of the form &quot;jsmith@art.example.com&quot;, or a complete
13191 fullname/address combination, e.g. &quot;John Smith
13192 &lt;jsmith@art.example.com&gt;&quot;.
13194 Distribution lists in Alpine address books can only be used by the person or
13195 people who have access to that address book.  They are not usually used to
13196 implement discussion groups, but can be used to facilitate small
13197 discussion groups if all the participants have access to the same shared
13198 address book.
13200 <H2>FCC and Comments</H2>
13202 As mentioned above, each entry in the address book also has two other optional
13203 fields, Fcc and Comments.  The command to look at or change either of these
13204 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
13205 Comments field is just for your own use.  The Fcc field overrides the
13206 default Fcc if this address is the first one on the To line.  The WhereIs
13207 command may be used to search for particular strings in the address book,
13208 including fields that are not visible (like Comment and Fcc by default).
13210 <H2>Aggregate Operations</H2>
13212 If the feature
13213 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
13214 is turned on (the default), then the four commands &quot;Select&quot;,
13215 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
13216 are available.  The two selection commands allow you to mark a set of
13217 address book entries as being selected.  If you have more than one address
13218 book, the selections may be in more than one of those address books.
13219 The &quot;Zoom&quot; command will toggle between displaying only the selected
13220 entries and all of the entries.  The &quot;Apply&quot; command allows you to
13221 apply one of the regular address book commands to all of the selected
13222 entries.  Usually the address book commands apply to only the entry
13223 highlighted by the cursor.  The &quot;Apply&quot; command works with the
13224 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
13225 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
13227 <H2>Exporting and Forwarding Address book entries</H2>
13229 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
13230 address book entry is placed in a plain text file in your home directory
13231 <!--chtml if pinemode="running"-->
13232 (which, in the present configuration of your system, is
13233  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13234 <!--chtml endif-->
13235 or current working directory
13236 <!--chtml if pinemode="running"-->
13237 (which, at least for your current Alpine &quot;session,&quot; 
13238 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13239 <!--chtml endif-->, depending on the 
13240 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13241 configuration setting.  If you have some entries selected and use the
13242 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
13243 placed in the text file.
13245 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
13246 address book entry is placed in a special attachment and you are put into
13247 the composer.  You can fill in some comments in the body of the message,
13248 if you'd like, and send it to somebody else who uses Alpine.  The recipient
13249 may use the TakeAddr command on that message to insert the address book
13250 entry you sent in their own address book.  If you have some entries
13251 selected and use the Apply Forward command all of the selected entries
13252 will be forwarded in a single message.  You may
13253 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.
13254 The recipient must be using Alpine in order to receive this correctly.
13255 One way for the recipient to handle this might be to create an empty
13256 address book and then &quot;Take&quot; your forwarded address book entries into
13257 that empty address book.
13259 <H2>Multiple and/or Site-Wide Address books</H2>
13261 You may have more than one personal address book.  In addition, there may
13262 be one or more global address books.  This capability allows you to have
13263 multiple personal address books (some of which may be shared) and it also
13264 allows system administrators to implement site-wide address books that
13265 contain entries for users on multiple machines within the organization.
13266 <P><DL>
13267 <DT>Searching
13268   <DD> If you enter a nickname when composing a message, your
13269   personal address books will be searched through in order, and then the
13270   global address book(s) searched. If more than one address book has an entry
13271   for the nickname, Alpine uses the first one that it finds, so an entry in
13272   your personal address book would override a global address book entry. If
13273   after searching all the address books there is still no match, (Unix) Alpine
13274   then searches the local host password file on the assumption that you have
13275   entered a local user name rather than an address book nickname.
13276   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
13277   command, but global address books are always searched after personal
13278   address books.
13280   <P><DT>Tab completion
13281   <DD> If the
13282   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
13283   feature is turned on (the default) then the Tab key may be used
13284   in the composer to complete partially typed nicknames in the To
13285   or Cc lines. You type the first few letters of a nickname and then
13286   press the Tab key. It there is only one nickname that matches it will
13287   be filled in by Alpine. If there is more than one the unambiguous part
13288   of the nicknames will be filled in. For example, if your address book or
13289   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
13290   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
13291   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
13292   If you then type a second Tab character you will be presented with a list
13293   of matching nicknames to select from. Alternatively, you could type another
13294   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
13295   in the entire &quot;barbecue&quot; entry.
13297   <P><DT>Defining
13298   <DD> You define multiple personal address books in the 
13299   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
13300   from the MAIN MENU.  
13301   You may add as many as you like.  Global address books are usually
13302   site-wide address books defined by the System administrator, but
13303   you may define global address books of your own just like you define
13304   personal address books.
13306   <P><DT>Creating and updating
13307   <DD> Personal address books are normally created empty
13308   and populated by explicit additions from within Alpine, e.g. via the
13309   TakeAddr command.  Unlike personal address books, global address books may
13310   not be modified/updated from within Alpine; that is, they are Read-Only.
13311   Thus, global address books are created, populated and updated outside of
13312   Alpine. They might be hand-edited, generated by a program from another
13313   database, or by copying an existing address book.  They might also be
13314   some other user's personal address book, and so be modified normally by
13315   that user but accessed Read-Only by you.  See the Alpine Technical
13316   Notes document (included in the Alpine distribution) for more information on
13317   this.
13319   <P><DT>Accessing
13320   <DD>There are two different types of address books in Alpine.
13321   A local address book is stored in a regular file and the normal file
13322   access permissions apply.  A remote address book is stored on an IMAP
13323   server in a special folder that contains only messages pertaining to
13324   that address book.  The last message in the remote folder contains a
13325   copy of the address book data, and that data is copied to a local cache
13326   file in your home directory.  From there it is accessed just like a local
13327   address book.  The name of the cache file is kept track of in a special
13328   file called the
13329   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
13330   the name of which is stored in
13331   your Alpine configuration file the first time you use a remote address book.
13332   Just as local Alpine address books use a format that only Alpine understands,
13333   remote Alpine address books do the same and other mail reading programs
13334   are unlikely to be able to understand them.<P>
13335   While global address books are explicitly intended to be shared, there is
13336   nothing to prevent you from sharing a personal address book with other
13337   Alpine users. This might be useful in the case of a small workgroup.
13338   However, it is recommended that updates to shared personal address books
13339   be done when other Alpine users are not accessing the address book. Alpine
13340   does not do any file-locking to manage concurrent updates to the
13341   addressbook, but it does check to see if the file has been modified before
13342   making any changes.  Consequently, inadvertent concurrent updates will
13343   only cause other Alpine users to have to restart their address book
13344   operation, which will cause Alpine to reopen the updated file.
13346   <P><DT>Converting to Remote
13347   <DD>The easiest way to convert an existing local
13348   address book into a remote address book is to create an empty new remote
13349   personal address book by typing &quot;A&quot; to execute the
13350   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
13351   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
13352   address book.
13353   After you have added the empty
13354   remote address book, go into the screen for the address book you wish
13355   to copy and &quot;Select&quot; &quot;All&quot;.
13356   This selects every entry in that
13357   address book.  Then type the command &quot;Apply Save&quot;.
13358   You will be asked for the address book to save to.  You may use ^P and ^N
13359   to get to the new empty address book, then hit RETURN and the addresses
13360   will be copied.
13361   At this point you'll probably want to unselect all the entries in the local
13362   address book before proceeding. You do that with
13363   &quot;Select&quot; &quot;unselect All&quot;.
13365 </DL>
13366 <UL>
13367 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13368 </UL>
13369 <P><UL>
13370 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13371 </UL>
13373 &lt;End of help on this topic&gt;
13374 </BODY>
13375 </HTML>
13376 ===== h_abook_select_addr =====
13377 <HTML>
13378 <HEAD>
13379 <TITLE>Addressbook Selection Explained</TITLE>
13380 </HEAD>
13381 <BODY>
13382 <H1>SELECT ADDRESS</H1>
13383 <!--chtml if pinemode="function_key"-->
13384 <PRE>
13385 Navigating the List of Messages               General Alpine Commands
13386 -------------------------------               -----------------------
13387 F5   Move to previous entry                   F1  Show this help text
13388 F6   Move to next entry
13389 F7   Show previous screen of address book
13390 F8   Show next screen of address book
13391 F12  WhereIs (search through address book)
13393 Address Selection Commands
13394 --------------------------
13395 F3   Exit the Address Select screen (without selecting an address)
13396 F4   Select the currently highlighted entry
13397 </PRE>
13398 <!--chtml else-->
13399 <PRE>
13400 Navigating the List of Messages               General Alpine Commands
13401 -------------------------------               -----------------------
13402  P   Move to previous entry                    ?  Show this help text
13403  N   Move to next entry
13404  -   Show previous screen of address book
13405 Spc  (space bar) Show next screen of address book
13406  W   WhereIs (search through address book)
13408 Address Selection Commands
13409 --------------------------
13410  E   Exit the Address Select screen (without selecting an address)
13411  S   Select the currently highlighted entry
13412 </PRE>
13413 <!--chtml endif-->
13416 This screen is designed to let you easily scan your address book(s) in
13417 order to select an entry for the message you are composing.  You cannot
13418 edit your address book in any way at this time, for address book
13419 maintenance, select the address book command when not composing a message.
13422 If you are composing a message and know the nickname of the person/list you
13423 want, you can bypass this screen by simply typing in the nickname on the
13424 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13425 selecting an entry does not cancel your message.
13428 FOR MORE INFORMATION on addressing see
13429 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13430 <A HREF="h_abook_opened">Address Book Screen's</A>
13431 help text.
13433 &lt;End of help on this topic&gt;
13434 </BODY>
13435 </HTML>
13436 ===== h_abook_select_top =====
13437 <HTML>
13438 <HEAD>
13439 <TITLE>Addressbook Selection Navigation Explained</TITLE>
13440 </HEAD>
13441 <BODY>
13442 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
13443 <!--chtml if pinemode="function_key"-->
13444 <PRE>
13445 Navigating the List of Address Books       General Alpine Commands
13446 ------------------------------------       -----------------------
13447 F4   View the highlighted address book
13448 F5   Move to previous address book         F1  Show this help text
13449 F6   Move to next address book
13450 F7   Show previous screen of address books
13451 F8   Show next screen of address books
13452 F12  WhereIs (search through address books)
13454 Address Selection Commands
13455 --------------------------
13456 F3   Exit the Address Select screen (without selecting an address)
13457 F4   Select the currently selected entries (if using ListMode)
13458 F9   Change to ListMode
13459 </PRE>
13460 <!--chtml else-->
13461 <PRE>
13462 Navigating the List of Address Books       General Alpine Commands
13463 ------------------------------------       -----------------------
13464  &gt;   View the highlighted address book
13465  P   Move to previous address book         ?  Show this help text
13466  N   Move to next address book
13467  -   Show previous screen of address books
13468 Spc  (space bar) Show next screen of address books
13469  W   WhereIs (search through address books)
13471 Address Selection Commands
13472 --------------------------
13473  E   Exit the Address Select screen (without selecting an address)
13474  S   Select the currently selected entries (if using ListMode)
13475  L   Change to ListMode
13476 </PRE>
13477 <!--chtml endif-->
13480 This screen is designed to let you easily scan your address book(s) in
13481 order to select entries for the message you are composing.  You cannot
13482 edit your address book in any way at this time.  For address book
13483 maintenance, select the address book command when not composing a message.
13486 If you are composing a message and know the nickname of the person/list you
13487 want, you can bypass this screen by simply typing in the nickname on the
13488 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13489 selecting an entry does not cancel your message.
13492 The ListMode command will add a column at the left edge of the screen.
13493 You mark the entries that you wish to select with the &quot;X&quot; command.
13494 This allows you to choose more than one entry at a time.
13497 An alternative method of composing a message to entries in your
13498 address book(s) is to first use the &quot;Select&quot; command from
13499 the address book maintenance screen and then the &quot;Apply&quot;
13500 &quot;ComposeTo&quot; command to start the composer composing to the
13501 selected entries.
13504 FOR MORE INFORMATION on addressing see
13505 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13506 <A HREF="h_abook_opened">Address Book Screen's</A>
13507 help text.
13509 &lt;End of help on this topic&gt;
13510 </BODY>
13511 </HTML>
13512 ===== h_abook_select_listmode =====
13513 <HTML>
13514 <HEAD>
13515 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
13516 </HEAD>
13517 <BODY>
13518 <H1>COMPOSER: SELECT ADDRESSES</H1>
13519 <!--chtml if pinemode="function_key"-->
13520 <PRE>
13521 Navigating the List of Messages                 General Alpine Commands
13522 -------------------------------                 -----------------------
13523 F5   Move to previous entry                     F1  Show this help text
13524 F6   Move to next entry
13525 F7   Show previous screen of address book
13526 F8   Show next screen of address book
13527 F12  WhereIs (search through address book)
13529 Address Selection Commands
13530 --------------------------
13531 F3   Exit the Address Select screen (without selecting an address)
13532 F4   Select the currently highlighted entry
13533 F9   Change to ListMode
13534 </PRE>
13535 <!--chtml else-->
13536 <PRE>
13537 Navigating the List of Messages                 General Alpine Commands
13538 -------------------------------                 -----------------------
13539  P   Move to previous entry                     ?  Show this help text
13540  N   Move to next entry
13541  -   Show previous screen of address book
13542 Spc  (space bar) Show next screen of address book
13543  W   WhereIs (search through address book)
13545 Address Selection Commands
13546 --------------------------
13547  E   Exit the Address Select screen (without selecting an address)
13548  S   Select the currently highlighted entry
13549  L   Change to ListMode
13550 </PRE>
13551 <!--chtml endif-->
13554 This screen is designed to let you easily scan your address book(s) in
13555 order to select entries for the message you are composing.  You cannot
13556 edit your address book in any way at this time, for address book
13557 maintenance, select the address book command when not composing a message.
13560 If you are composing a message and know the nickname of the person/list you
13561 want, you can bypass this screen by simply typing in the nickname on the
13562 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13563 selecting an entry does not cancel your message.
13566 The ListMode command will add a column at the left edge of the screen.
13567 You mark the entries that you wish to select with the &quot;X&quot; command.
13568 This allows you to choose more than one entry at a time.
13571 An alternative method of composing a message to entries in your
13572 address book(s) is to first use the &quot;Select&quot; command from
13573 the address book maintenance screen and then the &quot;Apply&quot;
13574 &quot;ComposeTo&quot; command to start the composer composing to the
13575 selected entries.
13578 FOR MORE INFORMATION on addressing see
13579 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13580 <A HREF="h_abook_opened">Address Book Screen's</A>
13581 help text.
13583 &lt;End of help on this topic&gt;
13584 </BODY>
13585 </HTML>
13586 ===== h_abook_select_checks =====
13587 <HTML>
13588 <HEAD>
13589 <TITLE>Address Selection from Composer Explained</TITLE>
13590 </HEAD>
13591 <BODY>
13592 <H1>COMPOSER: SELECT ADDRESSES</H1>
13593 <!--chtml if pinemode="function_key"-->
13594 <PRE>
13595 Navigating the List of Messages                 General Alpine Commands
13596 -------------------------------                 -----------------------
13597 F5   Move to previous entry                     F1  Show this help text
13598 F6   Move to next entry
13599 F7   Show previous screen of address book
13600 F8   Show next screen of address book
13601 F12  WhereIs (search through address book)
13603 Address Selection Commands
13604 --------------------------
13605 F3   Exit the Address Select screen (without selecting an address)
13606 F4   Select the currently highlighted entry
13607 F8   Either Sets or Unsets all entries in this address book
13608 F9   Set or Unset the highlighted entry
13609 </PRE>
13610 <!--chtml else-->
13611 <PRE>
13612 Navigating the List of Messages                 General Alpine Commands
13613 -------------------------------                 -----------------------
13614  P   Move to previous entry                     ?  Show this help text
13615  N   Move to next entry
13616  -   Show previous screen of address book
13617 Spc  (space bar) Show next screen of address book
13618  W   WhereIs (search through address book)
13620 Address Selection Commands
13621 --------------------------
13622  E   Exit the Address Select screen (without selecting an address)
13623  S   Select the currently highlighted entry
13624  X   Set or Unset the highlighted entry
13625  A   Either Sets or Unsets all entries in this address book
13626 </PRE>
13627 <!--chtml endif-->
13630 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
13631 command.  Type &quot;S Select&quot; to select all of the entries you
13632 have marked, just as if you had typed them in by hand.
13635 An alternative method of composing a message to entries in your
13636 address book(s) is to first use the &quot;Select&quot; command from
13637 the address book maintenance screen and then the &quot;Apply&quot;
13638 &quot;ComposeTo&quot; command to start the composer composing to the
13639 selected entries.
13642 FOR MORE INFORMATION on addressing see
13643 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13644 <A HREF="h_abook_opened">Address Book Screen's</A>
13645 help text.
13647 &lt;End of help on this topic&gt;
13648 </BODY>
13649 </HTML>
13650 ===== h_abook_select_nicks_take =====
13651 <HTML>
13652 <HEAD>
13653 <TITLE>Take Address Nickname Selection Explained</TITLE>
13654 </HEAD>
13655 <BODY>
13656 <H1>TAKEADDR: SELECT NICKNAME</H1>
13657 <!--chtml if pinemode="function_key"-->
13658 <PRE>
13659 Navigating the List of Messages                 General Alpine Commands
13660 -------------------------------                 -----------------------
13661 F5   Move to previous entry                     F1  Show this help text
13662 F6   Move to next entry
13663 F7   Show previous screen of address book
13664 F8   Show next screen of address book
13665 F12  WhereIs (search through address book)
13667 Message Selection Commands
13668 --------------------------
13669 F3   Exit the Nickname Select screen (without selecting an address)
13670 F4   Select the currently highlighted entry
13671 </PRE>
13672 <!--chtml else-->
13673 <PRE>
13674 Navigating the List of Messages                 General Alpine Commands
13675 -------------------------------                 -----------------------
13676  P   Move to previous entry                     ?  Show this help text
13677  N   Move to next entry
13678  -   Show previous screen of address book
13679 Spc  (space bar) Show next screen of address book
13680  W   WhereIs (search through address book)
13682 Message Selection Commands
13683 --------------------------
13684  E   Exit the Nickname Select screen (without selecting an address)
13685  S   Select the currently highlighted entry
13686 </PRE>
13687 <!--chtml endif-->
13690 This screen is designed to let you modify or add to an existing
13691 address book entry.  You have already selected the name(s) and
13692 address(es) through &quot;Take Address&quot;.  This screen simply lets
13693 you scan your address books and select the nickname to be
13694 changed/augmented.  If you want to add a new entry, then you are in
13695 the wrong place-- Select &quot;Exit&quot; command.
13698 FOR MORE INFORMATION on addressing see
13699 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13700 <A HREF="h_abook_opened">Address Book Screen's</A>
13701 help text.
13703 &lt;End of help on this topic&gt;
13704 </BODY>
13705 </HTML>
13706 ===== h_abook_select_nick =====
13707 <HTML>
13708 <HEAD>
13709 <TITLE>Nickname Selection Explained</TITLE>
13710 </HEAD>
13711 <BODY>
13712 <H1>SELECT NICKNAME</H1>
13713 <!--chtml if pinemode="function_key"-->
13714 <PRE>
13715 Navigating the List of Messages                 General Alpine Commands
13716 -------------------------------                 -----------------------
13717 F5   Move to previous entry                     F1  Show this help text
13718 F6   Move to next entry
13719 F7   Show previous screen of address book
13720 F8   Show next screen of address book
13721 F12  WhereIs (search through address book)
13723 Message Selection Commands
13724 --------------------------
13725 F3   Exit the Nickname Select screen (without selecting an address)
13726 F4   Select the currently highlighted entry
13727 </PRE>
13728 <!--chtml else-->
13729 <PRE>
13730 Navigating the List of Messages                 General Alpine Commands
13731 -------------------------------                 -----------------------
13732  P   Move to previous entry                     ?  Show this help text
13733  N   Move to next entry
13734  -   Show previous screen of address book
13735 Spc  (space bar) Show next screen of address book
13736  W   WhereIs (search through address book)
13738 Message Selection Commands
13739 --------------------------
13740  E   Exit the Nickname Select screen (without selecting an address)
13741  S   Select the currently highlighted entry
13742 </PRE>
13743 <!--chtml endif-->
13746 This screen is designed to let you look at the nicknames in your address
13747 books before choosing a new one.
13750 FOR MORE INFORMATION on addressing see
13751 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13752 <A HREF="h_abook_opened">Address Book Screen's</A>
13753 help text.
13755 &lt;End of help on this topic&gt;
13756 </BODY>
13757 </HTML>
13758 ===== h_takeaddr_screen =====
13759 <HTML>
13760 <HEAD>
13761 <TITLE>Take Address Screen Explained</TITLE>
13762 </HEAD>
13763 <BODY>
13764 <H1>TAKE ADDRESS COMMANDS</H1>
13765 <!--chtml if pinemode="function_key"-->
13766 <PRE>
13767 Navigating the List of Addresses       Address Selection Commands        
13768 --------------------------------       --------------------------        
13769  F5  Move to previous entry            F3  Exit without taking address
13770  F6  Move to next entry                F4  Take current address(es)
13771  F7  Show previous page of address list
13772  F8  Show next page of address list
13773  F2  WhereIs (search list)
13774                                --------------
13775 Mode Toggle            F9  Set/Unset current address
13776 -----------            F10 Set all
13777  F12 Toggle between List and single mode       F11 Unset all
13778 </PRE>
13779 <!--chtml else-->
13780 <PRE>
13781 Navigating the List of Addresses       Address Selection Commands
13782 --------------------------------       --------------------------
13783  P  Move to previous entry              &lt;  Exit without taking address
13784  N  Move to next entry                  T  Take address
13785  -  Show previous page of address list
13786 Spc (space bar) Show next page of address list
13787  W  WhereIs (search list)              List Mode
13788                                        ---------
13789 Single Mode                             X  Set/Unset current address
13790 -----------                             A  Set all addresses
13791  L  Switch to list mode                 U  Unset all addresses
13792                                         S  Switch to single mode
13793 </PRE>
13794 <!--chtml endif-->
13796 <H2>Description of the Take Address Screen</H2>
13798 This screen is designed to let you select one or more address/name
13799 combinations from the current message and put them into your address book.
13800 The cursor is initially placed on the line with the message author.
13801 Other lines include the names of people and/or mailing lists who also
13802 received the message.  Other people &quot;involved&quot; in the
13803 message (e.g. the person named as Reply-To:) are also listed here.
13806 The simple case is adding a new, single entry into your address book. To
13807 do this, simply highlight the correct line and press 
13808 <!--chtml if pinemode="function_key"-->
13810 <!--chtml else-->
13811 &quot;T&quot;.
13812 <!--chtml endif-->
13813 To create a new list or add to an existing list, switch the screen display
13814 into List Mode by pressing
13815 <!--chtml if pinemode="function_key"-->
13816 F12.
13817 <!--chtml else-->
13818 &quot;L&quot;.
13819 <!--chtml endif-->
13820 In List Mode, you select the
13821 group of addresses you wish to manipulate by marking them with an
13822 &quot;X&quot;.
13823 The Set/Unset
13824 <!--chtml if pinemode="function_key"-->
13825 (F9)
13826 <!--chtml else-->
13827 (&quot;X&quot;)
13828 <!--chtml endif-->
13829 command will turn the &quot;X&quot; on for the
13830 highlighted address if it was off or turn it off if it was previously on.
13831 The SetAll command will select all of the addresses, and the UnSetAll
13832 command will turn off all the selections.  Once you've gotten the
13833 selection the way you want it, you may create a new list by pressing
13834 <!--chtml if pinemode="function_key"-->
13836 <!--chtml else-->
13837 &quot;T&quot;.
13838 <!--chtml endif-->
13841 In both the simple and list cases, after choosing to take the address,
13842 you will be asked for the nickname of the entry.  Typing in a new name
13843 creates the new entry/list.  Entering an existing nickname will replace
13844 the entry (simple case) or add to the list (list case).  Alternatively,
13845 you can press Ctrl-T at the nickname prompt and select an existing
13846 nickname from your address book.
13849 You will normally start in Single Mode, unless you used the Apply command
13850 to startup the TakeAddr screen, in which case you will start in List Mode.
13851 You may switch between the two modes at any time.  If you've already
13852 selected several addresses in List Mode, those will be remembered when you
13853 switch to Single Mode and then back to List Mode.  The set of addresses
13854 that are pre-selected when you start in List Mode are the From addresses
13855 of all of the messages you are operating on.  You may, of course, easily
13856 erase those selections with the UnSetAll command.
13859 If you have more than one writable address book, you will be prompted for
13860 the name of the address book you wish to add the new entry to before
13861 anything else. You can use ^N and ^P to choose among the defined address
13862 books, or type in the address book name.
13865 FOR MORE INFORMATION on addressing see
13866 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13867 <A HREF="h_abook_opened">Address Book Screen's</A>
13868 help text.
13870 &lt;End of help on this topic&gt;
13871 </BODY>
13872 </HTML>
13873 ===== h_takeexport_screen =====
13874 <HTML>
13875 <HEAD>
13876 <TITLE>Take Export Screen Explained</TITLE>
13877 </HEAD>
13878 <BODY>
13879 <H1>TAKE EXPORT COMMANDS</H1>
13880 <!--chtml if pinemode="function_key"-->
13881 <PRE>
13882 Navigating the List of Addresses       Address Selection Commands        
13883 --------------------------------       --------------------------        
13884  F5  Move to previous entry            F3  Exit without taking address
13885  F6  Move to next entry                F4  Take current address(es)
13886  F7  Show previous page of address list
13887  F8  Show next page of address list
13888  F2  WhereIs (search list)
13889                                --------------
13890 Mode Toggle            F9  Set/Unset current address
13891 -----------            F10 Set all
13892  F12 Toggle between List and single mode       F11 Unset all
13893 </PRE>
13894 <!--chtml else-->
13895 <PRE>
13896 Navigating the List of Addresses       Address Selection Commands
13897 --------------------------------       --------------------------
13898  P  Move to previous entry              &lt;  Exit without taking address
13899  N  Move to next entry                  T  Take address
13900  -  Show previous page of address list
13901 Spc (space bar) Show next page of address list
13902  W  WhereIs (search list)              List Mode
13903                                        ---------
13904 Single Mode                             X  Set/Unset current address
13905 -----------                             A  Set all addresses
13906  L  Switch to list mode                 U  Unset all addresses
13907                                         S  Switch to single mode
13908 </PRE>
13909 <!--chtml endif-->
13911 <H2>Description of the Take Export Screen</H2>
13913 This screen is designed to let you select one or more addresses
13914 from the current message and put them into a file.
13915 Only the user@domain_name part of each address is put into the file.
13918 To put a single entry into a file simply highlight the correct line and press 
13919 <!--chtml if pinemode="function_key"-->
13921 <!--chtml else-->
13922 &quot;T&quot;.
13923 <!--chtml endif-->
13924 To put more than one entry into a file
13925 switch the screen display
13926 into List Mode by pressing
13927 <!--chtml if pinemode="function_key"-->
13928 F12.
13929 <!--chtml else-->
13930 &quot;L&quot;.
13931 <!--chtml endif-->
13932 In List Mode, you select the
13933 group of addresses you wish to manipulate by marking them with an
13934 &quot;X&quot;.
13935 The Set/Unset
13936 <!--chtml if pinemode="function_key"-->
13937 (F9)
13938 <!--chtml else-->
13939 (&quot;X&quot;)
13940 <!--chtml endif-->
13941 command will turn the &quot;X&quot; on for the
13942 highlighted address if it was off or turn it off if it was previously on.
13943 The SetAll command will select all of the addresses, and the UnSetAll
13944 command will turn off all the selections.  Once you've gotten the
13945 selection the way you want it, you may put the addresses in a file by typing
13946 <!--chtml if pinemode="function_key"-->
13948 <!--chtml else-->
13949 &quot;T&quot;.
13950 <!--chtml endif-->
13953 You will be asked for the name of a file to put the addresses in.
13954 If the file already exists, you will be asked whether you want to Overwrite
13955 (replace) the contents of the file or Append to the contents of the file.
13958 &lt;End of help on this topic&gt;
13959 </BODY>
13960 </HTML>
13961 ============= h_abook_view ========================
13962 <HTML>
13963 <HEAD>
13964 <TITLE>Address Book View Explained</TITLE>
13965 </HEAD>
13966 <BODY>
13967 This function allows you to view the contents of an address book entry. You
13968 can only view one entry at a time.
13970 <DL>
13971 <DT>Help
13972 <!--chtml if pinemode="function_key"-->
13973 (F1)
13974 <!--chtml else-->
13976 <!--chtml endif-->
13977 </DT>
13978 <DD>
13979 Display this help text.
13981 <DT>Abook
13982 <!--chtml if pinemode="function_key"-->
13983 (F3)
13984 <!--chtml else-->
13985 (&lt;)
13986 <!--chtml endif-->
13987 </DT>
13988 <DD>
13989 Go back to index of address book entries.
13991 <DT>Update
13992 <!--chtml if pinemode="function_key"-->
13993 (F4)
13994 <!--chtml else-->
13996 <!--chtml endif-->
13997 </DT>
13998 <DD>
13999 Update (modify) this entry.
14001 <DT>ComposeTo
14002 <!--chtml if pinemode="function_key"-->
14003 (F5)
14004 <!--chtml else-->
14006 <!--chtml endif-->
14007 </DT>
14008 <DD>Compose a message to the address(es) in this entry.
14010 <DT>Role
14011 <!--chtml if pinemode="function_key"-->
14012 (F6)
14013 <!--chtml else-->
14015 <!--chtml endif-->
14016 </DT>
14017 <DD>Compose a message to the address(es) in this entry using roles.
14019 <DT>Prev Page
14020 <!--chtml if pinemode="function_key"-->
14021 (F7)
14022 <!--chtml else-->
14024 <!--chtml endif-->
14025 </DT>
14026 <DD>
14027 Show the previous page of the current entry.
14029 <DT>Next Page
14030 <!--chtml if pinemode="function_key"-->
14031 (F8)
14032 <!--chtml else-->
14033 (Space)
14034 <!--chtml endif-->
14035 </DT>
14036 <DD>
14037 Show the next page of the current entry.
14039 <DT>Print
14040 <!--chtml if pinemode="function_key"-->
14041 (F9)
14042 <!--chtml else-->
14044 <!--chtml endif-->
14045 </DT>
14046 <DD>Print the current entry.  You can select the
14047 printer or the print command via the &quot;Setup&quot; command
14048 on the MAIN MENU.
14050 <DT>WhereIs
14051 <!--chtml if pinemode="function_key"-->
14052 (F10)
14053 <!--chtml else-->
14055 <!--chtml endif-->
14056 </DT>
14057 <DD>Search the entry for a string of letters.  If it is
14058 found, move to it.  The string can be one word or a phrase.
14059 If there are multiple occurrences, the cursor moves to the
14060 first occurrence beyond the current cursor position.
14062 <DT>Fwd Email
14063 <!--chtml if pinemode="function_key"-->
14064 (F11)
14065 <!--chtml else-->
14067 <!--chtml endif-->
14068 </DT>
14069 <DD>Begin composition of a new mail message with the displayed
14070 text already inserted in the message body.
14072 </DL>
14074 &lt;End of help on this topic&gt;
14075 </BODY>
14076 </HTML>
14077 ============= h_ldap_view ========================
14078 <HTML>
14079 <HEAD>
14080 <TITLE>LDAP Response View Explained</TITLE>
14081 </HEAD>
14082 <BODY>
14083 This function allows you to view the contents of a directory entry. You
14084 can only view one entry at a time.
14086 <DL>
14087 <DT>Help
14088 <!--chtml if pinemode="function_key"-->
14089 (F1)
14090 <!--chtml else-->
14092 <!--chtml endif-->
14093 </DT>
14094 <DD>
14095 Display this help text.
14097 <DT>Results Index
14098 <!--chtml if pinemode="function_key"-->
14099 (F3)
14100 <!--chtml else-->
14101 (&lt;)
14102 <!--chtml endif-->
14103 </DT>
14104 <DD>Go back to index of search results.
14106 <DT>ComposeTo
14107 <!--chtml if pinemode="function_key"-->
14108 (F5)
14109 <!--chtml else-->
14111 <!--chtml endif-->
14112 </DT>
14113 <DD>Compose a message to the address(es) in this entry.
14115 <DT>Role
14116 <!--chtml if pinemode="function_key"-->
14117 (F6)
14118 <!--chtml else-->
14120 <!--chtml endif-->
14121 </DT>
14122 <DD>Compose a message to the address(es) in this entry using roles.
14124 <DT>Prev Page
14125 <!--chtml if pinemode="function_key"-->
14126 (F7)
14127 <!--chtml else-->
14129 <!--chtml endif-->
14130 </DT>
14131 <DD>
14132 Show the previous page of the current entry.
14134 <DT>Next Page
14135 <!--chtml if pinemode="function_key"-->
14136 (F8)
14137 <!--chtml else-->
14138 (Space)
14139 <!--chtml endif-->
14140 </DT>
14141 <DD>
14142 Show the next page of the current entry.
14144 <DT>Print
14145 <!--chtml if pinemode="function_key"-->
14146 (F9)
14147 <!--chtml else-->
14149 <!--chtml endif-->
14150 </DT>
14151 <DD>Print the current entry on paper.  You can select the
14152 printer or the print command via the &quot;Setup&quot; command
14153 on the MAIN MENU.
14155 <DT>WhereIs
14156 <!--chtml if pinemode="function_key"-->
14157 (F10)
14158 <!--chtml else-->
14160 <!--chtml endif-->
14161 </DT>
14162 <DD>Search the entry for a string of letters.  If it is
14163 found, move to it.  The string can be one word or a phrase.
14164 If there are multiple occurrences, the cursor moves to the
14165 first occurrence beyond the current cursor position.
14167 <DT>Fwd Email
14168 <!--chtml if pinemode="function_key"-->
14169 (F11)
14170 <!--chtml else-->
14172 <!--chtml endif-->
14173 </DT>
14174 <DD>Begin composition of a new mail message with the displayed
14175 text already inserted in the message body.
14177 <DT>Save
14178 <!--chtml if pinemode="function_key"-->
14179 (F12)
14180 <!--chtml else-->
14182 <!--chtml endif-->
14183 </DT>
14184 <DD>Save the displayed entry to one of your address books or export
14185 it to a file.
14186 </DL>
14188 &lt;End of help on this topic&gt;
14189 </BODY>
14190 </HTML>
14191 ===== h_attachment_screen =====
14192 <HTML>
14193 <HEAD>
14194 <TITLE>Attachment Index Screen Explained</TITLE>
14195 </HEAD>
14196 <BODY>
14197 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
14198 message's attachments, and allows various operations on them.  The
14199 first attachment is usually the message text, but does not include the
14200 header portion of the message.
14202 Available commands include:
14204 <DL>
14206 <DT>Help</DT>
14207 <DD>Show this help text.
14209 <DT>Msg #<I>num</I></DT>
14210 <DD>Leave this screen without displaying or saving any attachments.
14212 <DT>View</DT>
14213 <DD>View the currently selected attachment.
14215 <DT>External</DT>
14216 <DD>Passes a TEXT/HTML message to an external browser for its display.
14218 <DT>Prev Attach</DT>
14219 <DD>Move to previous attachment.
14221 <DT>Next Attach</DT>
14222 <DD>Move to next attachment.
14224 <DT>Prev Page</DT>
14225 <DD>Previous page of the listed attachments.
14227 <DT>Next Page</DT>
14228 <DD>Next page of the listed attachments.
14230 <DT>Delete</DT>
14231 <DD>Mark the currently selected attachment for Deletion.
14232 This does not modify the current message by deleting the attachment from
14233 it, but instead the delete flag <EM>only</EM> has an effect when saving
14234 the message to a folder.
14235 Attachments marked for deletion are not copied to the destination folder
14236 along with the rest of the message when it is saved.
14237 It is ok for the destination folder to be the same as the current folder.
14238 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
14240 <DT>Undelete</DT>
14241 <DD>Turn off the Delete flag for the selected attachment.
14243 <DT>Save</DT>
14244 <DD>Save the selected attachment to a file.  If the attachment is of
14245 type &quot;RFC822/Message&quot;, then the attachment will be saved to
14246 the specified mail folder.
14248 <DT>Export</DT>
14249 <DD>If the attachment is of
14250 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14251 copy the message to a file in the same way this command works on 
14252 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14254 <DT>Pipe</DT>
14255 <DD>Pipe the attachment contents into a UNIX command (if enabled).
14256 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
14258 <DT>WhereIs</DT>
14259 <DD>Find a matching string in the attachment list.
14261 <DT>AboutAttch</DT>
14262 <DD>Examine various aspects of the selected attachment.
14264 <DT>Print</DT>
14265 <DD>Print the selected attachment.
14267 <DT>Forward</DT>
14268 <DD>Forward the selected attachment as an attachment.
14269 </DL>
14273 All attachments can be saved or piped into a UNIX command, but some may
14274 not be readily displayed by either Alpine or an external tool.  In such
14275 cases, the reason why the message cannot be displayed is displayed on
14276 Alpine's message line.
14278 &lt;End of help on this topic&gt;
14279 </BODY>
14280 </HTML>
14281 ============= h_mail_text_att_view ========================
14282 <HTML>
14283 <HEAD>
14284 <TITLE>Attachment View Screen Explained</TITLE>
14285 </HEAD>
14286 <BODY>
14287 This function allows you to view the contents of a text attachment. You
14288 can only view one attachment at a time.
14290 Available commands include:
14292 <DL>
14294 <DT>Help</DT>
14295 <DD>Display this help text
14297 <DT>AttchIndex</DT>
14298 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
14300 <DT>Prev Page</DT>
14301 <DD>Show the previous page of the current attachment.
14303 <DT>Next Page</DT>
14304 <DD>Show the next page of the current attachment by pressing the space bar.
14306 <DT>Delete</DT>
14307 <DD>Mark the viewed attachment for Deletion.  The delete
14308 flag <EM>only</EM> has affect when saving the message to a folder.
14309 Attachments marked for deletion are excluded from the message when
14310 it is saved.  In addition, the delete mark <EM>only</EM> applies to
14311 this Alpine session.
14313 <DT>Undelete</DT>
14314 <DD>Turn off the Delete flag for the selected attachment.
14316 <DT>Save</DT>
14317 <DD>Copy the current attachment to a file.  If you just enter
14318 a filename, the attachment will be saved with that name in
14319 your home directory 
14320 <!--chtml if pinemode="running"-->
14321 (which, in the present configuration of your system, is
14322  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14323 <!--chtml endif-->
14324 or current working directory
14325 <!--chtml if pinemode="running"-->
14326 (which, at least for your current Alpine &quot;session,&quot; 
14327 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14328 <!--chtml endif-->, depending on the
14329 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14330 configuration setting.  You may enter the full
14331 path and filename to save it in another directory instead.
14333 <DT>Export</DT>
14334 <DD>If the attachment is of
14335 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14336 copy the message to a file in the same way this command works on 
14337 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14338 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
14339 defined, they may affect the contents of the exported file.)
14341 <DT>Pipe</DT>
14342 <DD>Pipe the attachment contents into a UNIX command (if enabled)
14344 <DT>WhereIs</DT>
14345 <DD>Search the attachment for a string of letters.  If it is
14346 found, move to it.  The string can be one word or a phrase.
14347 If there are multiple occurrences, the cursor moves to the
14348 first occurrence beyond the current cursor position.
14350 <DT>Print</DT>
14351 <DD>Print the current attachment on paper.  You can select the
14352 printer or the print command via the &quot;Setup&quot; command
14353 on the MAIN MENU.
14355 <DT>Forward</DT>
14356 <DD>Forward the selected attachment as an attachment.
14357 </DL>
14359 &lt;End of help on this topic&gt;
14360 </BODY>
14361 </HTML>
14362 ============= h_journal ==============
14363 <HTML>
14364 <HEAD>
14365 <TITLE>Recent Message Journal Explained</TITLE>
14366 </HEAD>
14367 <BODY>
14369 The following commands are available on this screen:
14371 <DL>
14372 <DT>Help</DT>
14373 <DD>Show this help text
14375 <DT>Exit</DT>
14376 <DD>Exit Viewer, and go back to mail processing
14378 <DT>Prev Page</DT>
14379 <DD>Show the previous page text
14381 <DT>Next Page</DT>
14382 <DD>Show the next page of text by pressing the space bar
14384 <DT>Print</DT>
14385 <DD>Print the displayed text on paper.  You can select the
14386 printer or the print command via the &quot;Setup&quot; command
14387 on the MAIN MENU.
14389 <DT>Fwd Email</DT>
14390 <DD>Begin composition of a new mail message with the displayed
14391 text already inserted in the message body.
14393 <DT>Save</DT>
14394 <DD>Copy the displayed text to a file.  If you just enter
14395 a filename, the text will be saved with that name in
14396 your 
14397 home directory 
14398 <!--chtml if pinemode="running"-->
14399 (which, in the present configuration of your system, is
14400  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14401 <!--chtml endif-->
14402 or current working directory
14403 <!--chtml if pinemode="running"-->
14404 (which, at least for your current Alpine &quot;session,&quot; 
14405 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14406 <!--chtml endif-->, depending on the
14407 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14408 configuration setting.   You may enter the full
14409 path and filename to save it in another directory instead.
14411 <DT>WhereIs</DT>
14412 <DD>Search the text for a string of letters.  If it is
14413 found, move to it.  The string can be one word or a phrase.
14414 If there are multiple occurrences, the cursor moves to the
14415 first occurrence beyond the current cursor position.
14416 </DL>
14418 &lt;End of help on this topic&gt;
14419 </BODY>
14420 </HTML>
14421 ============= h_debugjournal ==============
14422 <HTML>
14423 <HEAD>
14424 <TITLE>Debug Journal Explained</TITLE>
14425 </HEAD>
14426 <BODY>
14428 The following commands are available on this screen:
14430 <DL>
14431 <DT>Help</DT>
14432 <DD>Show this help text
14434 <DT>Exit</DT>
14435 <DD>Exit Viewer, and go back to mail processing
14437 <DT>Timestamps</DT>
14438 <DD>Turn on or off timestamps.
14440 <DT>DebugView</DT>
14441 <DD>Set the level of debugging you want to see. The level may be any number
14442 in the range 0-9. Higher numbers show more debugging detail. Note that the
14443 debugging information has already been captured. This setting just causes the
14444 debugging information that you see to be filtered. If you set this to
14445 the number &quot;5&quot; then you will be shown all of the debugging information
14446 at levels 5 and below.
14447 It's actually a bit more complicated than that. A fixed amount of memory
14448 is used to store the debug information.
14449 Since the amount of memory used is limited the debugging information
14450 has to be trimmed back when it gets too large.
14452 <DT>Prev Page</DT>
14453 <DD>Show the previous page text
14455 <DT>Next Page</DT>
14456 <DD>Show the next page of text by pressing the space bar
14458 <DT>Print</DT>
14459 <DD>Print the displayed text on paper.  You can select the
14460 printer or the print command via the &quot;Setup&quot; command
14461 on the MAIN MENU.
14463 <DT>Fwd Email</DT>
14464 <DD>Begin composition of a new mail message with the displayed
14465 text already inserted in the message body.
14467 <DT>Save</DT>
14468 <DD>Copy the displayed text to a file.  If you just enter
14469 a filename, the text will be saved with that name in
14470 your 
14471 home directory 
14472 <!--chtml if pinemode="running"-->
14473 (which, in the present configuration of your system, is
14474  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14475 <!--chtml endif-->
14476 or current working directory
14477 <!--chtml if pinemode="running"-->
14478 (which, at least for your current Alpine &quot;session,&quot; 
14479 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14480 <!--chtml endif-->, depending on the
14481 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14482 configuration setting.   You may enter the full
14483 path and filename to save it in another directory instead.
14485 <DT>WhereIs</DT>
14486 <DD>Search the text for a string of letters.  If it is
14487 found, move to it.  The string can be one word or a phrase.
14488 If there are multiple occurrences, the cursor moves to the
14489 first occurrence beyond the current cursor position.
14490 </DL>
14492 &lt;End of help on this topic&gt;
14493 </BODY>
14494 </HTML>
14495 ============= h_simple_text_view ==============
14496 <HTML>
14497 <HEAD>
14498 <TITLE>Simple Text View Screen Explained</TITLE>
14499 </HEAD>
14500 <BODY>
14502 The following commands are available on this screen:
14504 <DL>
14505 <DT>Help</DT>
14506 <DD>Show this help text
14508 <DT>Exit</DT>
14509 <DD>Exit Viewer, and go back to mail processing
14511 <DT>Prev Page</DT>
14512 <DD>Show the previous page text
14514 <DT>Next Page</DT>
14515 <DD>Show the next page of text by pressing the space bar
14517 <DT>Print</DT>
14518 <DD>Print the displayed text on paper.  You can select the
14519 printer or the print command via the &quot;Setup&quot; command
14520 on the MAIN MENU.
14522 <DT>Fwd Email</DT>
14523 <DD>Begin composition of a new mail message with the displayed
14524 text already inserted in the message body.
14526 <DT>Save</DT>
14527 <DD>Copy the displayed text to a file.  If you just enter
14528 a filename, the attachment will be saved with that name in
14529 your 
14530 home directory 
14531 <!--chtml if pinemode="running"-->
14532 (which, in the present configuration of your system, is
14533  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14534 <!--chtml endif-->
14535 or current working directory
14536 <!--chtml if pinemode="running"-->
14537 (which, at least for your current Alpine &quot;session,&quot; 
14538 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14539 <!--chtml endif-->, depending on the
14540 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14541 configuration setting.   You may enter the full
14542 path and filename to save it in another directory instead.
14544 <DT>WhereIs</DT>
14545 <DD>Search the attachment for a string of letters.  If it is
14546 found, move to it.  The string can be one word or a phrase.
14547 If there are multiple occurrences, the cursor moves to the
14548 first occurrence beyond the current cursor position.
14549 </DL>
14551 &lt;End of help on this topic&gt;
14552 </BODY>
14553 </HTML>
14554 ======= h_pine_for_windows ========
14555 <HTML>
14556 <HEAD>
14557 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
14558 </HEAD>
14559 <BODY>
14560 <H1>Getting Help In PC-Alpine</H1>
14563 PC-Alpine offers general and specific help text. From the <A
14564 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
14565 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
14566 specific help for that screen is available from the toolbar Help menu or
14567 with the 
14568 <!--chtml if pinemode="function_key"-->
14569 &quot;F1&quot; key.
14570 <!--chtml else-->
14571 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
14572 typing &quot;?&quot; would be mistaken as entering text.
14573 <!--chtml endif-->
14576 Although this version of Alpine is for Microsoft Windows, it is not
14577 considered a full &quot;Graphical User Interface&quot; application. 
14578 Yet, many of the controls that Windows users are accustomed to seeing, 
14579 such as scrollbars and toolbars, are available.
14582 PC-Alpine offers considerable mouse support.  You can view what is
14583 &quot;click-able&quot; by dragging your mouse over any screen; when the
14584 arrow cursor changes into a hand, you found something. Mouse-click
14585 possibilities include navigating between screens and folders and
14586 double-clicking on hyperlinks to open your Web browser.
14587 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
14588 screen.  Examples of right-click options include &quot;copy&quot; after
14589 selecting text to copy and &quot;View in New Window&quot; when you click
14590 on a particular message in the Message Index. The menu choices available
14591 to you will vary based upon what screen is open, where on the screen your
14592 cursor is located, and even what action you have already taken.
14595 &lt;End of help on this topic&gt;
14596 </BODY>
14597 </HTML>
14598 ===== h_composer =====
14599 <HTML>
14600 <HEAD>
14601 <TITLE>COMPOSER COMMANDS</TITLE>
14602 </HEAD>
14603 <BODY>
14604 <H1>COMPOSER COMMANDS</H1>
14606 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>
14607 &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>
14608 &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>
14609 &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>
14610 &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>
14611 &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>
14612 &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>
14613 &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>
14614 &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>
14615 &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>
14616 ---------------------------------------|&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>
14617 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>
14618 &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>
14619 &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>
14620 &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>
14623 NOTE:
14624 <OL>
14625  <LI>For help on a particular command, highlight the bold text associated
14626 with it above and hit Return.
14627  <LI> The availability of certain commands
14628 is determined by Alpine configuration files and system capabilities.
14629 At some sites, certain commands may not be available due to security or
14630 support concerns.
14631  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14632 Ctrl-&#92;, ESC.
14633  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14634 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14635 </OL>
14638 HINT: To move rapidly to the bottom of a message you are composing,
14639 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
14640 with the Mark and Cut commands to eliminate large amounts of unwanted
14641 text in a Reply.
14643 <H2>Description of Composer</H2>
14645 Alpine has a built-in editing program that allows you to compose messages
14646 without having to leave Alpine.  The editor is designed to be very simple to
14647 use so that you can get started writing email right away.
14650 Messages are usually just text, about 80 columns wide.  Using upper and
14651 lower case is encouraged.  On some systems the size limit of the message
14652 is about 100,000 characters, which is about 2,000 lines.  You can include
14653 punctuation and special characters found on most keyboards, but you can't
14654 include characters with diacritical marks and certain special symbols.
14657 Text automatically wraps as you type past the end of a line so you do not
14658 have to hit return.  Using the
14659 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
14660 you can also reformat text explicitly, perhaps after you have
14661 deleted some text.
14664 You can include other text files with the 
14665 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
14666 which will prompt you for the name of the file to insert at the
14667 current cursor position.
14670 <UL>
14671 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14672 </UL>
14674 &lt;End of help on this topic&gt;
14675 </BODY>
14676 </HTML>
14677 ====== h_composer_browse =====
14678 <HTML>
14679 <HEAD>
14680 <TITLE>BROWSER</TITLE>
14681 </HEAD>
14682 <BODY>
14683 <H1>BROWSER</H1>
14684 This screen lets you browse your files and directories.  To go to another 
14685 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
14686 choose &quot;Select&quot; (the default choice on the menu); 
14687 or choose &quot;Goto&quot; and enter the name of the directory.
14688 <!--chtml if pinemode="os_windows"-->
14689 <!--chtml else--> 
14690 In Unix Alpine, you may use 
14691 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
14692 to another's home directory.  
14693 <!--chtml endif--><P>
14694 To select a file, move the cursor to it and 
14695 choose &quot;Select&quot; (the default choice on the menu).  
14697 <UL>
14698 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
14699 inclusion in the 
14700 message body (that is, you chose &quot;Read File&quot; with the cursor under 
14701 the 
14702 &quot;----- Message Text -----&quot; line
14703 while composing, then &quot;To Files&quot;):  Since the file 
14704 selected will become part of the message text, it must be in a format 
14705 suitable for that (Alpine does not check!), such as a plain text file.
14706 Files of other formats (for example, graphics, databases, software 
14707 programs) should be 
14708 <B>attached</B> to the message instead --
14709 by moving the cursor in the COMPOSE MESSAGE screen into the 
14710 message header area and pressing 
14711 <!--chtml if pinemode="function_key"-->
14713 <!--chtml else-->
14714 Ctrl-J.
14715 <!--chtml endif--> 
14717 <P><LI>
14718 Note <B>if</B> you are currently using the BROWSER for saving a message 
14719 attachment, or exporting a message, to a file: You can use the Add command to 
14720 provide the name for a new file to save/export to, and then select that name 
14721 to use it for the save/export operation.  Back at the prompt 
14722 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
14723 either Overwrite or Append (it doesn't make a difference, since the file is 
14724 so far empty).  Note: If you cancel the 
14725 operation at that point, the file created with the Add command will remain 
14726 0 bytes in size.
14728 </UL>
14729 <P><UL>
14730 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14731 </UL>
14733 &lt;End of help on this topic&gt;
14734 </BODY>
14735 </HTML>
14736 ====== h_composer_ins =====
14737 <HTML>
14738 <HEAD>
14739 <TITLE>INSERT TEXT FILE</TITLE>
14740 </HEAD>
14741 <BODY>
14742 <H1>INSERT TEXT FILE</H1>
14744 Use this function to insert a text file. The file name
14745 given can be an absolute file path name for your system
14746 <!--chtml if pinemode="os_windows"-->
14747 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14748 with a relative pathname, or simply a file name without
14749 drive or directory specification.  
14750 <!--chtml else-->
14751 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14752 a file in your home directory, or a file path relative to your 
14753 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14754 your home directory or &quot;~user&quot; to refer to another
14755 account's home directory.
14756 <!--chtml endif-->
14758 No wild card characters may be used.  
14759 The file must reside on the system running Alpine.
14761 If the 
14762 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14763 feature is set, names are relative to your current working directory 
14764 <!--chtml if pinemode="running"-->
14765 (which, at least for your current Alpine &quot;session,&quot; 
14766 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14767 <!--chtml endif-->
14768 rather than your home directory
14769 <!--chtml if pinemode="running"-->
14770 (which, in the present configuration of your system, is
14771  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14772 <!--chtml endif-->
14774 <P><UL>
14775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14776 </UL>
14778 &lt;End of help on this topic&gt;
14779 </BODY>
14780 </HTML>
14781 ====== h_composer_ins_m =====
14782 <HTML>
14783 <HEAD>
14784 <TITLE>INSERT MESSAGE</TITLE>
14785 </HEAD>
14786 <BODY>
14787 <H1>INSERT MESSAGE</H1>
14789 Type in the number of a message in the currently open folder to insert it
14790 into your message.
14791 <P><UL>
14792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14793 </UL>
14795 &lt;End of help on this topic&gt;
14796 </BODY>
14797 </HTML>
14798 ====== h_composer_search =====
14799 <HTML>
14800 <HEAD>
14801 <TITLE>Explanation of Composer Whereis Command </TITLE>
14802 </HEAD>
14803 <BODY>
14804 <H1>Help For Whereis Command</H1>
14806 Whereis is used to search the message for a word or part of a word.
14807 When searching in the composer, only the message part of your mail is
14808 searched, and the cursor is put on the first occurrence appearing
14809 after the location of the cursor.  The search will wrap to the
14810 beginning of the message when it no longer finds matches in the
14811 remainder of the message.
14813 To search for the same string a second time, press 
14814 <!--chtml if pinemode="function_key"-->
14815 &quot;F6&quot;
14816 <!--chtml else-->
14817 &quot;^W&quot;
14818 <!--chtml endif-->
14819 to begin search and then just press RETURN to accept the previous
14820 search string shown in square brackets rather than entering a new
14821 search string.<P>
14823 The &quot;Search&quot; prompt has several sub-command available:
14825 <DL>
14826 <DT>Get Help</DT>
14827 <DD> Takes you to this help page.
14829 <DT>Cancel</DT>
14830 <DD> Cancels the prompt.  No search takes place.
14832 <DT>First Line</DT>
14833 <DD> Takes you back to the composer with the cursor on the first character
14834 of the first line of text.
14836 <DT>Last Line</DT>
14837 <DD> Takes you back to the composer with the cursor on the last character
14838 of the last line of text.
14840 <DT>Replace (Optional)</DT>
14841 <DD> This sub-command is enabled by the 
14842 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14843 feature (which is on by default); see its help screen for details on how replacing works.
14845 </DL>
14847 &lt;End of help on this topic&gt;
14848 </BODY>
14849 </HTML>
14850 ====== h_sigedit_search =====
14851 <HTML>
14852 <HEAD>
14853 <TITLE>Explanation of Whereis Command </TITLE>
14854 </HEAD>
14855 <BODY>
14856 <H1>Help For Whereis Command</H1>
14858 Whereis is used to search for a word or part of a word.
14859 When searching the cursor is put on the first occurrence appearing
14860 after the location of the cursor.  The search will wrap to the
14861 beginning of the signature when it no longer finds matches in the
14862 remainder of the signature.
14864 To search for the same string a second time, press 
14865 <!--chtml if pinemode="function_key"-->
14866 &quot;F6&quot;
14867 <!--chtml else-->
14868 &quot;^W&quot;
14869 <!--chtml endif-->
14870 to begin search and then just press RETURN to accept the previous
14871 search string shown in square brackets rather than entering a new
14872 search string.<P>
14874 The &quot;Search&quot; prompt has several sub-command available:
14876 <DL>
14877 <DT>Get Help</DT>
14878 <DD> Takes you to this help page.
14880 <DT>Cancel</DT>
14881 <DD> Cancels the prompt.  No search takes place.
14883 <DT>First Line</DT>
14884 <DD> Takes you back to the composer with the cursor on the first character
14885 of the first line of text.
14887 <DT>Last Line</DT>
14888 <DD> Takes you back to the composer with the cursor on the last character
14889 of the last line of text.
14891 <DT>Replace (Optional)</DT>
14892 <DD> This sub-command is enabled by the 
14893 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14894 feature (which is on by default); see its help screen for details on how replacing works.
14896 </DL>
14898 &lt;End of help on this topic&gt;
14899 </BODY>
14900 </HTML>
14901 ======= h_composer_to ====
14902 <HTML>
14903 <HEAD>
14904 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
14905 </HEAD>
14906 <BODY>
14907 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
14909 <H2>The &quot;To:&quot; field</H2>
14910 The address you enter here must be a valid email address that is reachable
14911 from your site. 
14913 <H2>Email Address Format</H2>
14914 You may enter a full name and email address, 
14915 <!--chtml if pinemode="os_windows"-->
14916 <!--chtml else-->
14917 a local (meaning, on the same 
14918 host as the one you are running Alpine on) username that Alpine will
14919 complete for you, 
14920 <!--chtml endif-->
14921 the nickname of someone in a 
14922 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
14923 mail alias defined by your system administrator.  When you move the cursor
14924 out of this field, the nicknames will be expanded to the addresses in your
14925 address book, and the local usernames will be expanded to include the 
14926 persons' actual names.  You may enter as many addresses as you wish, but they 
14927 must be separated by commas.  You can move around this and other header fields
14928 with the arrow keys and use many of the usual composer editing keys.
14930 <UL>
14931 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14932 </UL>
14935 <H2>MESSAGE HEADER COMMANDS</H2>
14936 <!--chtml if pinemode="function_key"-->
14937 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14938 ^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>
14939 ^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>
14940 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
14941 ^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>
14942 ^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>
14943 ^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>
14944 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>
14945 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>
14946 ^@&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>
14947 ----------------------------------------|<BR>
14948 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
14949 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>
14950 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>
14951 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>
14952 <!--chtml else-->
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;|&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;^K&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;^U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Undelete&nbsp;line(s)<BR>
14960 ^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>
14961 ^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>
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 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
14964 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>
14965 ^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>
14966 ^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>
14967 ^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>
14968 <!--chtml endif-->
14971 NOTE:
14972 <OL>
14973  <LI>For help on a particular command, highlight the bold text associated
14974 with it above and hit Return.
14975  <LI> The availability of certain commands 
14976 is determined by Alpine configuration files and system capabilities.
14977 At some sites, certain commands may not be available due to security or
14978 support concerns.
14979 </OL>
14982 <UL>   
14983 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14984 </UL><P>
14985 &lt;End of help on this topic&gt;
14986 </BODY>
14987 </HTML>
14988 ======= h_composer_cc ====
14989 <HTML>
14990 <HEAD>
14991 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
14992 </HEAD>
14993 <BODY>
14994 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
14995 The Cc: field is just like the To: field, except it is used for addressees
14996 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
14997 not directly meant directly &quot;for&quot; these recipients, but you wanted 
14998 them to see the message.  The only difference the recipients see is that their 
14999 name is in the Cc: field, rather than the To: field.
15001 For help with Cc: field editing
15002 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15004 <UL>
15005 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15006 </UL>
15008 <UL>   
15009 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15010 </UL><P>
15011 &lt;End of help on this topic&gt;
15012 </BODY>
15013 </HTML>
15014 ======= h_composer_bcc ====
15015 <HTML>
15016 <HEAD>
15017 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
15018 </HEAD>
15019 <BODY>
15020 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
15021 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
15022 a copy of the message to one or more people whose addresses you do not
15023 wish disclosed, either to reduce clutter or for confidentiality.
15025 The format of the Bcc: field is just the same as the To: and Cc: fields in
15026 the way the addresses are entered.  The recipients listed here will
15027 receive a copy of the message, but --assuming your site's mail transport
15028 software is properly configured-- their addresses will not show up in the
15029 headers of the message, as delivered to all of the recipients.  The To:
15030 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
15032 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
15033 will automatically generate and place in the To: field a pseudo-address of 
15034   &quot;undisclosed-recipients: ;&quot;
15035 or whatever string has been specified in the 
15036 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
15037 variable.
15039 The reason for this is to avoid embarrassment caused by some Internet
15040 mail transfer software that interprets a &quot;missing&quot; To: header as 
15041 an error and replaces it with an Apparently-to: header that may contain
15042 the addresses you entered on the Bcc: line.  In addition, it may be
15043 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
15045 You can manipulate what text ends up on the (originally) empty To:
15046 field.  Just remember to put a colon and semicolon at the end of the
15047 field, which is a special notation denoting that it is not a real address.
15049 For information on message header editing
15050 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15052 <UL>
15053 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15054 </UL>
15056 <UL>   
15057 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15058 </UL><P>
15059 &lt;End of help on this topic&gt;
15060 </BODY>
15061 </HTML>
15062 ======= h_composer_lcc ====
15063 <HTML>
15064 <HEAD>
15065 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
15066 </HEAD>
15067 <BODY>
15068 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
15069 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
15070 you wish to send a message to a list of people but avoid having all
15071 of their addresses visible, in order to reduce clutter when the
15072 message is received.
15074 It is similar to the 
15075 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
15076 in that individual
15077 addressees are hidden, but Lcc is designed to work specifically with
15078 distribution lists you have created in your 
15079 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
15080 the nickname of the list on the Lcc line will result in the full name of
15081 your Alpine Address Book list being placed on the To: line of the message,
15082 using a special notation that distinguishes it from a real address. You
15083 must leave the To: line blank for your list name to appear there.
15085 For example, if you have this list entered in your Address Book:<PRE>
15087         largo         Key Largo List       DISTRIBUTION LIST:
15088                                            bogie@mgm.com
15089                                            lauren@mgm.com
15090                                            walter@mgm.com</PRE>
15093 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
15094 the result is:<PRE>
15096         To      : Key Largo List: ;
15097         Cc      :
15098         Bcc     :
15099         Fcc     : sent-mail
15100         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
15101                   lauren@mgm.com,
15102                   walter@mgm.com
15103         Subject :</PRE>
15105 Each recipient listed on the Lcc: line receives a copy of the message
15106 without their address being visible (as though they were listed on the
15107 Bcc: line). The colon-semicolon notation used to put the full-name of the
15108 list on the To: line is a special address format that doesn't specify any
15109 actual addressees, but does give some information to the recipients of the
15110 message.
15112 Note: if after entering an LCC, you delete the list name that is placed
15113 on the To: line, then recipients will see <PRE>
15114        To: undisclosed-recipients: ;</PRE>
15116 (or whatever string is defined in the 
15117 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
15118 variable) just as in the BCC case. 
15120 For help with Lcc: field editing
15121 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15123 <UL>
15124 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15125 </UL>
15127 <UL>   
15128 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15129 </UL><P>
15130 &lt;End of help on this topic&gt;
15131 </BODY>
15132 </HTML>
15133 ======= h_composer_from =======
15134 <HTML>
15135 <HEAD>
15136 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
15137 </HEAD>
15138 <BODY>
15139 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
15141 This header carries your return address.  It is the address toward which
15142 replies (and often, future unrelated correspondence) will be directed,
15143 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
15144 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
15145 sure this address is correct.
15147 For help with message header editing
15148 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15150 <UL>
15151 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15152 </UL>
15154 <UL>   
15155 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15156 </UL><P>
15157 &lt;End of help on this topic&gt;
15158 </BODY>
15159 </HTML>
15160 ======= h_composer_reply_to =======
15161 <HTML>
15162 <HEAD>
15163 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
15164 </HEAD>
15165 <BODY>
15166 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
15168 Most people should not need this header. The Reply-To: header is used in
15169 cases where you would like replies to your messages to be directed to an
15170 address other than your normal &quot;From:&quot; address.  This is atypical, 
15171 but can happen when you use multiple machines and do not have the same account
15172 name on each one, or when you wish to direct certain replies to accounts
15173 or folders designated for specific classes of correspondence.
15175 For help with message header editing
15176 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15178 <UL>
15179 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15180 </UL>
15183 <UL>   
15184 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15185 </UL><P>
15186 &lt;End of help on this topic&gt;
15187 </BODY>
15188 </HTML>
15189 ======= h_composer_custom_addr ====
15190 <HTML>
15191 <HEAD>
15192 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
15193 </HEAD>
15194 <BODY>
15195 <H1>CUSTOMIZED HEADER FIELD</H1>
15196 This is a customized header, i.e. not one that is part of Alpine's normal
15197 set of Compose headers.
15199 For help with message header editing
15200 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15202 <UL>
15203 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15204 </UL>
15206 <UL>   
15207 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15208 </UL><P>
15209 &lt;End of help on this topic&gt;
15210 </BODY>
15211 </HTML>
15212 ======= h_composer_custom_free ====
15213 <HTML>
15214 <HEAD>
15215 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
15216 </HEAD>
15217 <BODY>
15218 <H1>CUSTOMIZED HEADER FIELD</H1>
15219 This is a customized header, i.e. not one that is part of Alpine's normal
15220 set of Compose headers.
15222 This field consists of arbitrary text.
15224 For help with message header editing
15225 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15227 <UL>   
15228 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15229 </UL><P>
15230 &lt;End of help on this topic&gt;
15231 </BODY>
15232 </HTML>
15233 ====== h_composer_news =====
15234 <HTML>
15235 <HEAD>
15236 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
15237 </HEAD>
15238 <BODY>
15239 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
15240 Use the newsgroups line to specify any and all USENET newsgroups to which
15241 your message should be posted.  When composing a message from scratch, this
15242 line may be hidden.  If so, just press the rich headers command
15243 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
15244 to make it visible.
15246 <EM>Be aware</EM> that when you post to a newsgroup thousands of
15247 people will be reading your message.  Also, you or your system manager
15248 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
15249 in order for you to be able to post.
15251 For help with message header editing
15252 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15253 <P><UL>
15254 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15255 </UL>
15257 &lt;End of help on this topic&gt;
15258 </BODY>
15259 </HTML>
15260 ======= h_composer_fcc ====
15261 <HTML>
15262 <HEADER>
15263 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
15264 </HEADER>
15265 <BODY>
15266 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
15267 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
15268 each outgoing message.  The default value can be configured with the
15269 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
15270 the file carbon copy on any message you send by editing the FCC header.<p>
15272 You may type ^T to get a list of all your folders and select one to use as
15273 the FCC for this message.<P>
15275 For help with message header editing
15276 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15278 <UL>   
15279 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15280 </UL><P>
15281 &lt;End of help on this topic&gt;
15282 </BODY>
15283 </HTML>
15284 ======= h_composer_subject ====
15285 <HTML>
15286 <HEADER>
15287 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
15288 </HEADER>
15289 <BODY>
15290 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
15292 The subject header provides a place to enter a few words that summarize
15293 the topic of the message you are sending.  You may leave this line blank,
15294 but it is considered a courtesy to use a meaningful subject.<p>
15296 For help with message header editing
15297 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15299 <UL>   
15300 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15301 </UL><P>
15302 &lt;End of help on this topic&gt;
15303 </BODY>
15304 </HTML>
15305 ======= h_composer_attachment ====
15306 <HTML>
15307 <HEAD>
15308 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
15309 </HEAD>
15310 <BODY>
15311 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
15313 The &quot;Attchmnt:&quot; field is where you specify what file or
15314 files you'd like attached to
15315 the message you are composing.  Those files must reside on the machine
15316 running Alpine. If your file is on a PC or Mac and you run Alpine with an
15317 account on a Unix machine, you'll have to transfer it before attaching it.
15318 Contact local computer support people for assistance with transferring.
15321 The file name
15322 given can be an absolute file path name for your system
15323 <!--chtml if pinemode="os_windows"-->
15324 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
15325 with a relative pathname, or simply a file name without
15326 drive or directory specification.  
15327 <!--chtml else-->
15328 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
15329 a file in your home directory, or a file path relative to your 
15330 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
15331 your home directory or &quot;~user&quot; to refer to another
15332 account's home directory.
15333 <!--chtml endif--><P>
15334 No wild card characters may be used.
15335 <P>If the 
15336 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
15337 feature is set, names are relative to your current working directory 
15338 <!--chtml if pinemode="running"-->
15339 (which, at least for your current Alpine &quot;session,&quot; 
15340 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
15341 <!--chtml endif-->
15342 rather than your home directory
15343 <!--chtml if pinemode="running"-->
15344 (which, in the present configuration of your system, is
15345  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
15346 <!--chtml endif-->
15349 Alpine uses MIME encoding for attachments, so binaries and files of any
15350 length can safely be delivered to any MIME-capable mail reading program.
15351 If you send an attachment to someone who does not have a MIME-capable mail
15352 reading program yet, then the main message text will be readable, but
15353 attachments (even attachments that are just plain text) are not.
15356 Typing the filename on the Attchmnt: line achieves the same
15357 result as using the 
15358 <!--chtml if pinemode="function_key"-->
15360 <!--chtml else-->
15361 Ctrl-J
15362 <!--chtml endif--> command.
15365 If you Forward a message with attachments, you may delete them from your
15366 Forwarded message by editing the Attchmnt header line.
15369 For help with message header editing
15370 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15372 <UL>   
15373 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15374 </UL><P>
15375 &lt;End of help on this topic&gt;
15376 </BODY>
15377 </HTML>
15378 ======= h_composer_ctrl_j ====
15379 <HTML>
15380 <HEAD>
15381 <TITLE>COMPOSER ATTACH</TITLE>
15382 </HEAD>
15383 <BODY>
15384 After the
15385 <!--chtml if pinemode="function_key"-->
15387 <!--chtml else-->
15388 Ctrl-J
15389 <!--chtml endif--> command:
15390 At the &quot;File to attach:&quot; prompt, enter the name of the 
15391 existing file to attach to your message.  
15392 When the feature
15393 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
15394 is set
15395 you need only enter the beginning of the filename (enough of it to uniquely 
15396 identify the file) and press TAB to complete it.
15398 Or, press ^T to use the BROWSER screen for 
15399 selecting the file.  <P>
15400 For more information on attaching files, see the help screen for the 
15401 composer's 
15402 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
15403 but can be revealed using the 
15404 <!--chtml if pinemode="function_key"-->
15406 <!--chtml else-->
15407 Ctrl-R
15408 <!--chtml endif--> 
15409 command with the cursor positioned above the
15410 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
15412 &lt;End of help on this topic&gt;
15413 </BODY>
15414 </HTML>
15415 ======= h_edit_nav_cmds =========
15416 <HTML>
15417 <HEAD>
15418 <TITLE>Composer Editing Commands Explained</TITLE>
15419 </HEAD>
15420 <BODY>
15421 <H1>EDITING and NAVIGATION COMMANDS</H1>
15422 <!--chtml if pinemode="function_key"-->
15423 <PRE>
15424 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15425 ^B (Left Arrow)    Back character       | ^D       Delete current character
15426 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15427 ^P (Up Arrow)      Previous line        |
15428 ^N (Down Arrow)    Next line            | F9       Cut marked text or
15429 ^A                 Beginning of line    |            delete current line
15430 ^E                 End of line          | F10      Undelete line(s)
15431 F7                 Previous page        |
15432 F8                 Next page            |-------------------------------------
15433 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15434 ----------------------------------------|
15435 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
15436 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
15437 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
15438 </PRE>
15439 <!--chtml else-->
15440 <PRE>
15441 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15442 ^B (Left Arrow)    Back character       | ^D       Delete current character
15443 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15444 ^P (Up Arrow)      Previous line        |
15445 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
15446 ^A                 Beginning of line    |            delete current line
15447 ^E                 End of line          | ^U       Undelete line(s)
15448 ^Y                 Previous page        |
15449 ^V                 Next page            |-------------------------------------
15450 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15451 ----------------------------------------|
15452 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
15453 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
15454 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
15455 </PRE>
15456 <!--chtml endif-->
15457 &lt;End of help on this topic&gt;
15458 </BODY>
15459 </HTML>
15460 ===== h_composer_sigedit =====
15461 <HTML>
15462 <HEAD>
15463 <TITLE>Signature Editor Commands Explained</TITLE>
15464 </HEAD>
15465 <BODY>
15466 <H1>SIGNATURE EDITOR COMMANDS</H1>
15467 <!--chtml if pinemode="function_key"-->
15468 <PRE>
15469 CURSOR MOTION KEYS                     |EDITING KEYS
15470   ^B (Left Arrow)   Back character     | ^D       Delete current character
15471   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15472   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15473   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15474   ^A                Beginning of line  |           delete current line
15475   ^E                End of line        | F10       Paste text, undelete lines
15476   F7                Previous page      |           cut with ^K, or unjustify
15477   F8                Next page          |-------------------------------------
15478   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15479 ---------------------------------------| F6       Whereis (search for string)
15480 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15481  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15482                  |  ^Z    Suspend      | ^L       Redraw Screen
15483  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15484 </PRE>
15485 <!--chtml else-->
15486 <PRE>
15487 CURSOR MOTION KEYS                     |EDITING KEYS
15488   ^B (Left Arrow)   Back character     | ^D       Delete current character
15489   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15490   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15491   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15492   ^A                Beginning of line  |           delete current line
15493   ^E                End of line        | ^U        Paste text, undelete lines
15494   ^Y                Previous page      |           cut with ^K, or unjustify
15495   ^V                Next page          |-------------------------------------
15496   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15497 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15498 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15499  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15500                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15501  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15502 </PRE>
15503 <!--chtml endif-->
15505 NOTE: The presence or absence of the following commands is determined
15506 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15507 some of these commands may be administratively disabled by your system
15508 manager; if they don't work, please check with your local help desk
15509 before reporting a bug.
15511 <UL>
15512  <LI>Suspend (suspends Alpine and gives a system prompt)
15513  <LI>Alternate editor (allows you to compose with your own editor)
15514 </UL>
15517 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15518 Ctrl-&#92;, ESC
15521 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15522 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15524 &lt;End of help on this topic&gt;
15525 </BODY>
15526 </HTML>
15527 ===== h_composer_commentedit =====
15528 <HTML>
15529 <HEAD>
15530 <TITLE>Comment Editor Commands Explained</TITLE>
15531 </HEAD>
15532 <BODY>
15533 <H1>COMMENT EDITOR COMMANDS</H1>
15534 <!--chtml if pinemode="function_key"-->
15535 <PRE>
15536 CURSOR MOTION KEYS                     |EDITING KEYS
15537   ^B (Left Arrow)   Back character     | ^D       Delete current character
15538   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15539   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15540   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15541   ^A                Beginning of line  |           delete current line
15542   ^E                End of line        | F10       Paste text, undelete lines
15543   F7                Previous page      |           cut with ^K, or unjustify
15544   F8                Next page          |-------------------------------------
15545   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15546 ---------------------------------------| F6       Whereis (search for string)
15547 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15548  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15549                  |  ^Z    Suspend      | ^L       Redraw Screen
15550  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15551 </PRE>
15552 <!--chtml else-->
15553 <PRE>
15554 CURSOR MOTION KEYS                     |EDITING KEYS
15555   ^B (Left Arrow)   Back character     | ^D       Delete current character
15556   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15557   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15558   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15559   ^A                Beginning of line  |           delete current line
15560   ^E                End of line        | ^U        Paste text, undelete lines
15561   ^Y                Previous page      |           cut with ^K, or unjustify
15562   ^V                Next page          |-------------------------------------
15563   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15564 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15565 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15566  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15567                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15568  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15569 </PRE>
15570 <!--chtml endif-->
15572 NOTE: The presence or absence of the following commands is determined
15573 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15574 some of these commands may be administratively disabled by your system
15575 manager; if they don't work, please check with your local help desk
15576 before reporting a bug.
15578 <UL>
15579  <LI>Suspend (suspends Alpine and gives a system prompt)
15580  <LI>Alternate editor (allows you to compose with your own editor)
15581 </UL>
15584 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15585 Ctrl-&#92;, ESC
15588 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15589 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15591 &lt;End of help on this topic&gt;
15592 </BODY>
15593 </HTML>
15594 ======= h_composer_abook_nick =======
15595 <HTML>
15596 <HEAD>
15597 <TITLE>Addressbook Nickname Explained</TITLE>
15598 </HEAD>
15599 <BODY>
15600 This is a short nickname for this address book entry.  If it is used in
15601 place of an address from the composer, the composer will fill in the
15602 address(es) for the entry that matches the nickname. 
15605 Look <A HREF="h_edit_nav_cmds">here</A>
15606 to see the available Editing and Navigation commands.
15608 &lt;End of help on this topic&gt;
15609 </BODY>
15610 </HTML>
15611 ======= h_composer_abook_full =======
15612 <HTML>
15613 <HEAD>
15614 <TITLE>Addressbook Fullname Explained</TITLE>
15615 </HEAD>
15616 <BODY>
15617 This is the full name field for this entry.  If this is going to be a
15618 distribution list (more than one address), it should be a descriptive
15619 phrase describing the list.  It will be included in the mail header if you
15620 put the list in the To: or CC: field, or in the To: line if you put the
15621 list in the Lcc: field.  It's OK to leave this field blank (and OK to
15622 leave any of the other fields blank, too). If this address book entry is
15623 going to be a simple entry with just one address, then this field is the
15624 person's name. When you send mail to this entry, this is the field to the
15625 left of the brackets. That is, it is the most readable part of the 
15626 address. For example, in the sample address:
15627 <PRE>
15628        John Doe &lt;jdoe@some.domain&gt;
15629 </PRE>
15630 "John Doe" is the full name field. If you are sorting your address book
15631 with one of the options that uses full names, then it might be useful to
15632 enter the full name as "Last, First", for example:
15633 <PRE>
15634        Doe, John
15635 </PRE>
15636 so that it will be sorted using Doe instead of John. This will be changed
15637 back into John Doe when you use it.
15639 Look <A HREF="h_edit_nav_cmds">here</A>
15640 to see the available Editing and Navigation commands.
15642 &lt;End of help on this topic&gt;
15643 </BODY>
15644 </HTML>
15645 ======= h_composer_abook_fcc =======
15646 <HTML>
15647 <HEAD>
15648 <TITLE>Addressbook Fcc Explained</TITLE>
15649 </HEAD>
15650 <BODY>
15651 If this entry is the first one in the To: line of an outgoing message,
15652 this field will be used for the Fcc (File Carbon Copy) instead of whatever
15653 you would normally get (which depends on which
15654 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
15655 you've chosen). 
15657 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
15658 that you don't want any Fcc associated with this entry.
15660 Look <A HREF="h_edit_nav_cmds">here</A>
15661 to see the available Editing and Navigation commands.
15663 &lt;End of help on this topic&gt;
15664 </BODY>
15665 </HTML>
15666 ====== h_config_combined_abook_display =====
15667 <HTML>
15668 <HEAD>
15669 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
15670 </HEAD>
15671 <BODY>
15672 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
15674 This feature affects the address book display screens.
15675 Normally, expanding an address book from the ADDRESS BOOK LIST screen
15676 will cause the remaining address books and directory servers to disappear
15677 from the screen, leaving only the entries of the expanded address book.
15678 If this feature is set, then the other address books will remain on the screen,
15679 so that all of the address books can be present at once.
15682 The way that commands work won't be changed.
15683 For example, the Select All command will select all of the entries in the
15684 current address book, not all of the entries in all of the address books.
15685 The WhereIs command will change a little.
15686 It will search through all of the text on the screen plus all of the entries
15687 from expanded address books.
15690 When this feature is set, the setting of the feature
15691 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
15692 has an effect.
15694 &lt;End of help on this topic&gt;
15695 </BODY>
15696 </HTML>
15697 ====== h_config_titlebar_color_style =====
15698 <HTML>
15699 <HEAD>
15700 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
15701 </HEAD>
15702 <BODY>
15703 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
15705 This option affects the colors used to display the titlebar (the top
15706 line on the screen) when viewing a message.
15709 The available options include:
15712 <DL>
15713 <DT>default</DT>
15714 <DD>The color of the titlebar will be the color you set for the
15715 <A HREF="h_config_title_color">Title Color</A>.
15716 The Title Color may be set by using the
15717 <A HREF="h_color_setup">Setup Kolor</A> screen.
15718 </DD>
15720 <DT>indexline</DT>
15721 <DD>The color of the titlebar will be the same as the color of the
15722 index line corresponding to the message being viewed.
15723 The rules that determine what color the index line will be may be set
15724 up by going to the Setup/Rules/Indexcolor screen.
15725 If the index line for a message is not colored explicitly by the
15726 Indexcolor rules, then the titlebar will be colored the same as for
15727 the &quot;default&quot; option above (which is not the same color that
15728 the index line itself will have).
15729 </DD>
15731 <DT>reverse-indexline</DT>
15732 <DD>This is similar to the &quot;indexline&quot; option except the
15733 foreground and background colors from the corresponding index line will
15734 be reversed.
15735 For example, if the index line color is red letters on a white background,
15736 then the titlebar will be white letters on a red background.
15737 If the index line for a message is not colored explicitly by the
15738 Indexcolor rules, then the titlebar will be colored the same as for
15739 the &quot;default&quot; option above (which is not the same color that
15740 the index line itself will have).
15741 </DD>
15742 </DL>
15746 <UL>   
15747 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15748 </UL><P>
15749 &lt;End of help on this topic&gt;
15750 </BODY>
15751 </HTML>
15752 ====== h_config_index_color_style =====
15753 <HTML>
15754 <HEAD>
15755 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
15756 </HEAD>
15757 <BODY>
15758 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
15760 This option affects the colors used to display the current line in the
15761 MESSAGE INDEX screen.
15762 If you do not have Index Color Rules defined, then this option will
15763 have no effect in the index.
15764 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
15766 If the option
15767 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
15768 is turned on and the
15769 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
15770 is set to something other than the default, then
15771 this option also affects the color used to display the current folder
15772 in the Incoming FOLDER LIST screen.
15775 The available options include:
15778 <DL>
15779 <DT>flip-colors</DT>
15780 <DD>This is the default.
15781 If an index line is colored because it matches one of your
15782 Index Color Rules, then its colors will be reversed when it is the currently
15783 highlighted line.
15784 For example, if the line is normally red text on a blue background, then
15785 when it is the current line it will be drawn as blue text on a red background.
15787 The rest of the option values all revert to this flip-colors behavior if
15788 there is no Reverse Color defined.
15789 </DD>
15791 <DT>reverse</DT>
15792 <DD>With this option the Reverse color is always used to highlight the
15793 current line.
15794 </DD>
15796 <DT>reverse-fg</DT>
15797 <DD>The foreground part of the Reverse Color is used to highlight
15798 the current line.
15799 If this would cause the text to be unreadable (because the foreground and
15800 background colors are the same) or if it would cause no change in the
15801 color of the index line, then the colors are flipped instead.
15803 Some people think this works particularly well if you use different
15804 background colors to emphasize &quot;interesting&quot; lines,
15805 but always with the same Normal foreground color,
15806 and you use a different foreground color for the Reverse Color.
15807 </DD>
15809 <DT>reverse-fg-no-ambiguity</DT>
15810 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
15811 the resulting color will be exactly the same as the regular Reverse
15812 Color.
15813 That can lead to some possible confusion because an
15814 &quot;interesting&quot;
15815 line that is the current line will be displayed exactly the same as a
15816 non-interesting line that is current.
15817 You can't tell whether the line is just a regular current line or if it is
15818 an &quot;interesting&quot; current line by looking at the color.
15819 Setting the option to this value removes that ambiguity.
15820 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
15821 interesting current line would look just like a non-interesting current line.
15822 In that case, the interesting line's colors are simply flipped (like in the
15823 default behavior).
15825 As an alternative way to preserve the line's interestingness in this case,
15826 you may find that using both a different foreground and a different
15827 background color for the interesting line will help.
15828 </DD>
15830 <DT>reverse-bg</DT>
15831 <DD>The background part of the Reverse Color is used to highlight
15832 the current line.
15833 If this would cause the text to be unreadable (because the foreground and
15834 background colors are the same) or if it would cause no change in the
15835 color of the index line, then the colors are flipped instead.
15837 Some people think this works particularly well if you use different
15838 foreground colors to emphasize &quot;interesting&quot; lines,
15839 but always with the same Normal background color,
15840 and you use a different background color for the Reverse Color.
15841 </DD>
15843 <DT>reverse-bg-no-ambiguity</DT>
15844 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
15845 rule may also result in a color that is exactly the same as the regular
15846 Reverse Color.
15847 Setting the option to this value removes that ambiguity.
15848 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
15849 current line has the same color as the Reverse Color.
15850 In that case, the interesting line's colors are simply flipped (like in the
15851 default behavior).
15852 </DD>
15853 </DL>
15857 <UL>   
15858 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15859 </UL><P>
15860 &lt;End of help on this topic&gt;
15861 </BODY>
15862 </HTML>
15863 ====== h_config_expanded_addrbooks =====
15864 <HTML>
15865 <HEAD>
15866 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
15867 </HEAD>
15868 <BODY>
15869 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
15871 If multiple address books (either personal or global) are defined, and you
15872 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
15873 screen, then set this feature. This feature will have no effect unless the
15874 feature
15875 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
15876 is also set.
15878 &lt;End of help on this topic&gt;
15879 </BODY>
15880 </HTML>
15881 ====== h_config_combined_folder_display =====
15882 <HTML>
15883 <HEAD>
15884 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
15885 </HEAD>
15886 <BODY>
15887 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
15889 This feature affects the folder list display screens.
15890 Normally, each folder list is viewed within its collection only.  This
15891 command allows folder lists to be viewed within a single screen that
15892 combines the contents of all collections.
15895 The way that commands work won't be changed.
15896 For example, the Select All command will select all of the folders in the
15897 current collection, not all of the entries in all of the collections.
15898 The WhereIs command will change a little.
15899 It will search through all of the folders in the current collection as well
15900 as all the folder in any other expanded collection.
15903 When this feature is set, the setting of the feature
15904 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
15905 has an effect.
15907 &lt;End of help on this topic&gt;
15908 </BODY>
15909 </HTML>
15910 ====== h_config_combined_subdir_display =====
15911 <HTML>
15912 <HEAD>
15913 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
15914 </HEAD>
15915 <BODY>
15916 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
15918 This feature affects the Folder List screen when
15920 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15921 feature is enabled.  Normally, selecting a directory from the Folder
15922 List takes you into a new screen displaying only the contents of
15923 that directory.
15926 Enabling this feature will cause the contents of the selected
15927 directory to be
15928 displayed within the boundaries of the &quot;Collection&quot; it
15929 is a part of.  All previously displayed collections will remain
15930 in the screen.
15933 The way that commands work won't be changed.
15934 For example, the Select All command will select all of the folders in the
15935 directory, as opposed to all of the entries in all of the collections.
15936 The WhereIs command will change a little.
15937 It will search through all of the folders in the current collection as well
15938 as all the folder in any other expanded collection.
15941 &lt;End of help on this topic&gt;
15942 </BODY>
15943 </HTML>
15944 ====== h_config_separate_fold_dir_view =====
15945 <HTML>
15946 <HEAD>
15947 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
15948 </HEAD>
15949 <BODY>
15950 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
15952 This feature affects folder collections wherein a folder
15953 and directory can have the same name.  By default, Alpine displays them
15954 only once, denoting that it is both a folder and directory by appending
15955 the folder name with the hierarchy character enclosed
15956 in square brackets.
15960 Enabling this feature will cause Alpine to display such names
15961 separately marking the name representing a directory with a trailing
15962 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
15965 The feature also alters the command set slightly.  By default, the
15966 right-arrow descends into the directory, while hitting the Return key will
15967 cause the folder by that name to be opened.
15970 With this feature set, the Return key will open the highlighted folder, or
15971 enter the highlighted directory.
15974 &lt;End of help on this topic&gt;
15975 </BODY>
15976 </HTML>
15977 ====== h_config_expanded_folders =====
15978 <HTML>
15979 <HEAD>
15980 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
15981 </HEAD>
15982 <BODY>
15983 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
15985 If multiple folder collections are defined, and you
15986 wish to have them all expanded implicitly upon entering the FOLDER LIST
15987 screen, then set this feature. This feature will have no effect unless the
15988 feature
15989 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15990 is also set.
15992 &lt;End of help on this topic&gt;
15993 </BODY>
15994 </HTML>
15995 ======= h_config_ldap_server =======
15996 <HTML>
15997 <HEAD>
15998 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
15999 </HEAD>
16000 <BODY>
16001 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
16002 This is the name of the host where an LDAP server is running.
16003 For redundancy, this may be a space-delimited set of server names, in which
16004 case the first server that answers is used.
16005 Each of the server names may be optionally followed by
16006 a colon and a port number.
16007 If this form is used then the port number configured below in the
16008 <EM>port</EM> field is not used.
16010 To find out whether your organization has its own LDAP server, 
16011 contact its computing support staff.
16012 <P><UL>
16013 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16014 </UL>
16016 &lt;End of help on this topic&gt;
16017 </BODY>
16018 </HTML>
16019 ======= h_config_ldap_base =======
16020 <HTML>
16021 <HEAD>
16022 <TITLE>LDAP OPTION: Search-Base</TITLE>
16023 </HEAD>
16024 <BODY>
16025 <H1>LDAP OPTION: Search-Base</H1>
16027 This is the search base to be used on this server.  It functions as a filter 
16028 by restricting your searches in the LDAP server database
16029 to the specified contents of the specified fields.  Without it, searches 
16030 submitted to this directory server may fail.  It might be something
16031 like:
16033 <PRE>
16034       O = &lt;Your Organization Name&gt;, C = US
16035 </PRE>
16036 or it might be blank.  
16037 (Some LDAP servers actually ignore anything specified here.)
16039 If in doubt what parameters you should specify here, 
16040 contact the maintainers of the LDAP server.
16041 <P><UL>
16042 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16043 </UL>
16045 &lt;End of help on this topic&gt;
16046 </BODY>
16047 </HTML>
16048 ======= h_config_ldap_port =======
16049 <HTML>
16050 <HEAD>
16051 <TITLE>LDAP OPTION: Port</TITLE>
16052 </HEAD>
16053 <BODY>
16054 <H1>LDAP OPTION: Port</H1>
16056 This is the TCP port number to be used with this LDAP server. If you leave
16057 this blank port 389 will be used.
16059 &lt;End of help on this topic&gt;
16060 </BODY>
16061 </HTML>
16062 ======= h_config_ldap_nick =======
16063 <HTML>
16064 <HEAD>
16065 <TITLE>LDAP OPTION: Nickname</TITLE>
16066 </HEAD>
16067 <BODY>
16068 <H1>LDAP OPTION: Nickname</H1>
16070 This is a nickname to be used in displays. If you don't supply a
16071 nickname the server name
16072 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
16073 will be used instead.  This option is strictly for your convenience.
16075 &lt;End of help on this topic&gt;
16076 </BODY>
16077 </HTML>
16078 ======= h_config_ldap_binddn =======
16079 <HTML>
16080 <HEAD>
16081 <TITLE>LDAP OPTION: Bind-DN</TITLE>
16082 </HEAD>
16083 <BODY>
16084 <H1>LDAP OPTION: Bind-DN</H1>
16086 You may need to authenticate to the LDAP server before you are able to use it.
16087 This is the Distinguished Name to bind to when authenticating to this server.
16088 Try leaving this blank until you know you need it.
16090 Alpine only knows about LDAP Simple authentication.
16091 It does not attempt LDAP SASL authentication.
16092 The DN and password will be sent in the clear unless TLS encryption is
16093 being used on this connection.
16094 Because of this, you may want to set the LDAP feature
16095 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
16096 or the feature
16097 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16098 if you are going to be providing a password.
16099 <P><UL>
16100 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16101 </UL>
16103 &lt;End of help on this topic&gt;
16104 </BODY>
16105 </HTML>
16106 ======= h_config_ldap_opts_impl =======
16107 <HTML>
16108 <HEAD>
16109 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
16110 </HEAD>
16111 <BODY>
16112 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
16114 Set this to have lookups done to this server implicitly from the composer.
16115 If an address doesn't look like a fully-qualified address, it will be looked
16116 up in your address books, and if it doesn't match a nickname there, then it
16117 will be looked up on the LDAP servers that have this feature set.
16118 The lookups will also be done when using the address completion feature
16119 (TAB command) in the composer if any of the servers have this feature set.
16120 Also see the LDAP feature
16121 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
16122 and the Setup/Config feature
16123 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
16125 &lt;End of help on this topic&gt;
16126 </BODY>
16127 </HTML>
16128 ======= h_config_ldap_opts_tls =======
16129 <HTML>
16130 <HEAD>
16131 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
16132 </HEAD>
16133 <BODY>
16134 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
16136 When connecting to this server Alpine will attempt to use TLS encryption
16137 on the connection.
16138 Also see the closely related feature
16139 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16141 Note that if this option is set, then 
16142 <A HREF="h_config_ldap_opts_ldaps">
16143 &quot;Require-LDAPS-On-Connection&quot;</A>
16144 can not be enabled for this server. You must disable this feature in
16145 order to use 
16146 <A HREF="h_config_ldap_opts_ldaps">
16147 &quot;Require-LDAPS-On-Connection&quot;</A>
16149 &lt;End of help on this topic&gt;
16150 </BODY>
16151 </HTML>
16152 ======= h_config_ldap_opts_tlsmust =======
16153 <HTML>
16154 <HEAD>
16155 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
16156 </HEAD>
16157 <BODY>
16158 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
16160 When connecting to this server Alpine will attempt to use TLS encryption
16161 on the connection.
16162 If the StartTLS operation fails then the connection will not be used.
16164 Note that if this option is set, then 
16165 <A HREF="h_config_ldap_opts_ldaps">
16166 &quot;Require-LDAPS-On-Connection&quot;</A>
16167 can not be enabled for this server. You must disable this feature in
16168 order to use 
16169 <A HREF="h_config_ldap_opts_ldaps">
16170 &quot;Require-LDAPS-On-Connection&quot;</A>
16172 &lt;End of help on this topic&gt;
16173 </BODY>
16174 </HTML>
16175 ======= h_config_ldap_opts_ldaps =======
16176 <HTML>
16177 <HEAD>
16178 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
16179 </HEAD>
16180 <BODY>
16181 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
16183 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
16184 on the connection.
16186 This feature can not be used along with 
16187 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16188  or
16189 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
16190 If you want to connect using StartTLS to this server, you must disable
16191 this feature first.
16193 &lt;End of help on this topic&gt;
16194 </BODY>
16195 </HTML>
16196 ====== h_config_ldap_opts_rhs =====
16197 <HTML>
16198 <HEAD>
16199 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
16200 </HEAD>
16201 <BODY>
16202 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
16204 Normally implicit LDAP lookups from the composer are done only for the
16205 strings you type in from the composer screen. In other words, you type in
16206 something in the To or CC field and press return, then the string is looked up.
16207 First that string is looked up in your address books. If a match is found
16208 there, then the results of that match are looked up again. If you place
16209 a string in your address book that you want to have looked up on the LDAP
16210 directory server, you need to turn on this feature. If you set this feature
16211 for a server, you almost always will also want to set the
16212 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
16213 feature. An example might serve to best illustrate this feature.
16215 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
16216 entry with an
16217 address of pres@whitehouse.gov, then you might put an entry in your address
16218 book that looks like:
16220 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
16221 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
16223 Now, when you type &quot;bill&quot; into an
16224 address field in the composer Alpine will
16225 find the &quot;bill&quot; entry in your address book.
16226 It will replace &quot;bill&quot; with
16227 &quot;William Clinton&quot;.
16228 It will then search for an entry with that nickname
16229 in your address book and not find one. If this feature
16230 is set, Alpine will then attempt to lookup
16231 &quot;William Clinton&quot; on the LDAP server and find the entry with address
16232 pres@whitehouse.gov.
16234 A better way to accomplish the same thing is probably to use the feature
16235 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
16237 &lt;End of help on this topic&gt;
16238 </BODY>
16239 </HTML>
16240 ====== h_config_ldap_opts_ref =====
16241 <HTML>
16242 <HEAD>
16243 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
16244 </HEAD>
16245 <BODY>
16246 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
16248 Normally when you save the results of an LDAP directory lookup to your
16249 address book the results of the lookup are saved. If this feature is set
16250 and the entry being saved was found on this directory server, then the
16251 search criteria is saved instead of the results of the search. When this
16252 address book entry is used in the future, instead of copying the results
16253 from the address book the directory lookup will be done again. This could
16254 be useful if the copied result might become stale because the data on
16255 the directory server changes (for example, the entry's email address changes).
16256 You probably don't want to set this feature if the server is at all slow or
16257 unreliable.
16259 The way this actually works is that instead of saving the email address
16260 in your address book, Alpine saves enough information to look up the same
16261 directory entry again. In particular, it saves the server name and the
16262 distinguished name of the entry. It's possible that the server administrators
16263 might change the format of distinguished names on the server, or that the
16264 entry might be removed from the server. If Alpine notices this, you will be warned
16265 and a backup copy of the email address will be used. You may want to create
16266 a new entry in this case, since you will get the annoying warning every
16267 time you use the old entry. You may do that by Saving the entry to a new
16268 nickname in the same address book. You will be asked whether or not you
16269 want to use the backup email address.
16271 A related feature in the Setup/Config screen is
16272 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
16274 &lt;End of help on this topic&gt;
16275 </BODY>
16276 </HTML>
16277 ======= h_config_ldap_opts_nosub =======
16278 <HTML>
16279 <HEAD>
16280 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
16281 </HEAD>
16282 <BODY>
16283 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
16285 Spaces in your input are normally handled specially.
16286 Each space character is replaced
16289 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
16291 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
16292 The reason this is done is so the input string
16294 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
16296 (which is converted to &quot;Greg* Donald&quot;) will match
16297 the names &quot;Greg Donald&quot;,
16298 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
16299 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
16300 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
16301 then it would also match the name &quot;Greg Donaldson&quot;.
16303 Turning on this feature will disable this substitution.
16305 &lt;End of help on this topic&gt;
16306 </BODY>
16307 </HTML>
16308 ====== h_config_ldap_searchtypes =======
16309 <HTML>
16310 <HEAD>
16311 <TITLE>LDAP OPTION: Search-Type</TITLE>
16312 </HEAD>
16313 <BODY>
16314 <H1>LDAP OPTION: Search-Type</H1>
16316 This affects the way that LDAP searches are done.
16317 In particular, this tells the server where to look for the string to be matched.
16318 If set to &quot;name&quot; then the string that is being searched for will
16319 be compared with the string in the
16320 &quot;Name&quot; field on the server
16321 (technically, it is the &quot;commonname&quot; field on the server).
16322 &quot;Surname&quot; means we're looking for a
16323 match in the &quot;Surname&quot; field on the
16324 server (actually the &quot;sn&quot; field).
16325 &quot;Givenname&quot; really is &quot;givenname&quot;
16326 and &quot;email&quot; is the electronic mail address (this is actually the field
16327 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
16328 The other three types are combinations of
16329 the types listed so far. &quot;Name-or-email&quot;
16330 means the string should appear
16331 in either the &quot;name&quot; field OR the &quot;email&quot; field.
16332 Likewise, &quot;surname-or-givenname&quot;
16333 means &quot;surname&quot; OR &quot;givenname&quot;
16334 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
16336 This search TYPE is combined with the
16337 search <A HREF="h_config_ldap_searchrules">RULE</A>
16338 to form the actual search query.
16340 The usual default value for this
16341 option is &quot;sur-or-given-or-name-or-email&quot;.
16342 This type of search may be slow on some servers.
16343 Try &quot;name-or-email&quot;, which is often
16344 faster, or just &quot;name&quot; if the performance seems to be a problem.
16346 Some servers have been configured with different attribute names for
16347 these four fields.
16348 In other words, instead of using the attribute name &quot;mail&quot;
16349 for the email address field, the server might be configured to use something
16350 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
16351 Alpine can be configured to use these different attribute names by using
16352 the four configuration options:
16353 <P><UL>
16354 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16355 </UL>
16356 <P><UL>
16357 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16358 </UL>
16359 <P><UL>
16360 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16361 </UL>
16362 <P><UL>
16363 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16364 </UL>
16366 &lt;End of help on this topic&gt;
16367 </BODY>
16368 </HTML>
16369 ====== h_config_ldap_searchrules =======
16370 <HTML>
16371 <HEAD>
16372 <TITLE>LDAP OPTION: Search-Rule</TITLE>
16373 </HEAD>
16374 <BODY>
16375 <H1>LDAP OPTION: Search-Rule</H1>
16377 This affects the way that LDAP searches are done.
16378 If set to &quot;equals&quot; then
16379 only exact matches count.
16380 &quot;Contains&quot; means that the string you type in
16381 is a substring of what you are matching against.
16382 &quot;Begins-with&quot; and &quot;ends-with&quot;
16383 mean that the string starts or ends with the string you type in.
16385 Spaces in your input are normally handled specially, but you can turn that
16386 special handling off with the
16387 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16388 feature.
16390 The usual default value for this option is &quot;begins-with&quot;.
16392 &lt;End of help on this topic&gt;
16393 </BODY>
16394 </HTML>
16395 ======= h_config_ldap_email_attr =======
16396 <HTML>
16397 <HEAD>
16398 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
16399 </HEAD>
16400 <BODY>
16401 <H1>LDAP OPTION: EmailAttribute</H1>
16403 This is the name of the attribute that is searched for when looking for
16404 an email address. The default value for this option is &quot;mail&quot; or
16405 &quot;electronicmail&quot;.
16406 If the server you are using uses a different attribute name for the email
16407 address, put that attribute name here.
16409 This will affect the search filter used if your Search-Type is one that
16410 contains a search for &quot;email&quot;.
16411 It will also cause the attribute value matching this attribute name to be used
16412 as the email address when you look up an entry from the composer.
16414 &lt;End of help on this topic&gt;
16415 </BODY>
16416 </HTML>
16417 ======= h_config_ldap_sn_attr =======
16418 <HTML>
16419 <HEAD>
16420 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
16421 </HEAD>
16422 <BODY>
16423 <H1>LDAP OPTION: SurnameAttribute</H1>
16425 This is the name of the attribute that is searched for when looking for
16426 the surname of the entry. The default value for this option is &quot;sn&quot;.
16427 If the server you are using uses a different attribute name for the surname,
16428 put that attribute name here.
16429 This will affect the search filter used if your Search-Type is one that
16430 contains a search for &quot;surname&quot;.
16432 &lt;End of help on this topic&gt;
16433 </BODY>
16434 </HTML>
16435 ======= h_config_ldap_gn_attr =======
16436 <HTML>
16437 <HEAD>
16438 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
16439 </HEAD>
16440 <BODY>
16441 <H1>LDAP OPTION: GivennameAttribute</H1>
16443 This is the name of the attribute that is searched for when looking for
16444 the given name of the entry. The default value for this option is &quot;givenname&quot;.
16445 If the server you are using uses a different attribute name for the given name,
16446 put that attribute name here.
16447 This will affect the search filter used if your Search-Type is one that
16448 contains a search for &quot;givenname&quot;.
16450 &lt;End of help on this topic&gt;
16451 </BODY>
16452 </HTML>
16453 ======= h_config_ldap_cn_attr =======
16454 <HTML>
16455 <HEAD>
16456 <TITLE>LDAP OPTION: NameAttribute</TITLE>
16457 </HEAD>
16458 <BODY>
16459 <H1>LDAP OPTION: NameAttribute</H1>
16461 This is the name of the attribute that is searched for when looking for
16462 the name of the entry. The default value for this option is &quot;cn&quot;, which
16463 stands for common name.
16464 If the server you are using uses a different attribute name for the name,
16465 put that attribute name here.
16466 This will affect the search filter used if your Search-Type is one that
16467 contains a search for &quot;name&quot;.
16469 &lt;End of help on this topic&gt;
16470 </BODY>
16471 </HTML>
16472 ======= h_config_ldap_time =======
16473 <HTML>
16474 <HEAD>
16475 <TITLE>LDAP OPTION: Timelimit</TITLE>
16476 </HEAD>
16477 <BODY>
16478 <H1>LDAP OPTION: Timelimit</H1>
16480 This places a limit on the number of seconds the LDAP search will continue.
16481 The default is 30 seconds. A value of 0 means no limit. Note that some servers
16482 may place limits of their own on searches.
16484 &lt;End of help on this topic&gt;
16485 </BODY>
16486 </HTML>
16487 ======= h_config_ldap_size =======
16488 <HTML>
16489 <HEAD>
16490 <TITLE>LDAP OPTION: Sizelimit</TITLE>
16491 </HEAD>
16492 <BODY>
16493 <H1>LDAP OPTION: Sizelimit</H1>
16495 This places a limit on the number of entries returned by the LDAP server.
16496 A value of 0 means no limit. The default is 0. Note that some servers
16497 may place limits of their own on searches.
16499 &lt;End of help on this topic&gt;
16500 </BODY>
16501 </HTML>
16502 ======= h_config_ldap_cust =======
16503 <HTML>
16504 <HEAD>
16505 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
16506 </HEAD>
16507 <BODY>
16508 <H1>LDAP OPTION: Custom-Search-Filter</H1>
16510 This one is for advanced users only! If you define this, then the
16511 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
16512 However, the feature
16513 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16514 is still in effect.
16515 That is, the space substitution will take place even in a custom filter unless
16516 you disable it.
16518 If your LDAP service stops working and you suspect it might be because
16519 of your custom filter, just delete this filter and try using the
16520 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
16521 Another option that sometimes causes trouble is the
16522 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
16524 This variable may be set to the string representation of an LDAP search
16525 filter (see RFC1960). In the places where you want the address string to be
16526 substituted in, put a '%s' in this filter string. Here are some examples:
16528 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
16529 is equivalent to the &quot;Custom-Search-Filter&quot;
16530 <PRE>
16531      (cn=%s*)
16532 </PRE>
16533 When you try to match against the string &quot;string&quot; the program replaces
16534 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
16535 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
16537 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
16538 of &quot;contains&quot; is equivalent to
16539 <PRE>
16540      (|(cn=*%s*)(mail=*%s*))
16541 </PRE>
16543 If your server uses a different attribute <EM>name</EM> than
16544 Alpine uses by default,
16545 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
16546 then you may be able to use one or more of the four attribute configuration
16547 options instead of defining a custom filter:
16548 <P><UL>
16549 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16550 </UL>
16551 <P><UL>
16552 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16553 </UL>
16554 <P><UL>
16555 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16556 </UL>
16557 <P><UL>
16558 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16559 </UL>
16561 &lt;End of help on this topic&gt;
16562 </BODY>
16563 </HTML>
16564 ======= h_composer_abook_comment =======
16565 <HTML>
16566 <HEAD>
16567 <TITLE>Addressbook Comment Explained</TITLE>
16568 </HEAD>
16569 <BODY>
16570 This is a comment to help you remember what this entry is. The WhereIs
16571 command searches comments so that it is easier to find an entry with a comment
16572 you know about attached to it. This field is not used in the outgoing message.
16574 Look <A HREF="h_edit_nav_cmds">here</A>
16575 to see the available Editing and Navigation commands.
16577 &lt;End of help on this topic&gt;
16578 </BODY>
16579 </HTML>
16580 ======= h_composer_abook_addrs =======
16581 <HTML>
16582 <HEAD>
16583 <TITLE>Addressbook Lists</TITLE>
16584 </HEAD>
16585 <BODY>
16586 <H1>Addressbook Lists</H1>
16588 This is a list of addresses to send to when sending to this address book
16589 entry.  Each member of the list may be an address or another nickname from
16590 any of your address books.  If it is an address, it is OK to include the
16591 full name field as well as the electronic address portion of that address.
16592 For example, the following are all legitimate entries in this field:
16594 <DL><DT>&nbsp;</DT>
16595 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
16596 <DD>jdoe@some.domain
16597 <DD>John Doe &lt;jdoe@some.domain&gt;
16598 </DL>
16600 The addresses should be listed separated by commas, just like you would
16601 enter them from the composer.
16605 The only difference between a distribution list and a simple entry with a
16606 single address, is that a distribution list has more than one address   
16607 listed in the Addresses: field, whereas a simple personal entry has just  
16608 one address.
16612 For individual address book entries, if there is a full name in the
16613 Fullname: field (filling in the Fullname: field is not required), it is
16614 used.  If the full name is specified in the Address: field and not in the
16615 Fullname: field, then the full name from the Address: field is used.
16619 If you type the nickname of a distribution list from one of your address 
16620 books in the Lcc: field, then the full name of that list is used in the  
16621 To: field.  If you put a list in the To: or Cc: fields, that list will be
16622 expanded into all of its addresses.  If the list has a full name, then
16623 that will appear at the beginning of the addresses.
16625 <DL><DT>&nbsp;</DT>
16626 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
16627 &lt;sal@here.there&gt;
16628 </DL>
16630 If the first address in the distribution list also has a full name, then
16631 the list full name and that full name are combined into something like the
16632 following:
16634 <DL><DT>&nbsp;</DT>
16635 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
16636 </DL>
16639 If you specify a list via Lcc, the full name is used in the To: line.  If
16640 you specify a list in the To: or Cc: fields, then it uses the same method
16641 as for individual entries for filling in the full name.
16645 For help with editing and navigation commands, check the Help for the
16646 Nickname: field.
16649 &lt;End of help on this topic&gt;
16650 </BODY>
16651 </HTML>
16652 ======= h_config_xoauth2_client_id =======
16653 <HTML>
16654 <HEAD>
16655 <TITLE>Client-Id Explained</TITLE>
16656 </HEAD>
16657 <BODY>
16658 <H1>Client-Id Explained</H1>
16660 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16661 someone has shared a client-id and client-secret with you, use this field to input the
16662 client-id.
16664 The Client-Id field is a string that your provider generates for the program
16665 being registered. However, some providers allow different users to register
16666 the same program. Users of the Mutt email program already do this to use
16667 XOAUTH2 authentication in Gmail.
16670 &lt;End of help on this topic&gt;
16671 </BODY>
16672 </HTML>
16673 ======= h_config_xoauth2_client_secret =======
16674 <HTML>
16675 <HEAD>
16676 <TITLE>Client-Secret Explained</TITLE>
16677 </HEAD>
16678 <BODY>
16679 <H1>Client-Secret Explained</H1>
16681 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16682 someone has shared a client-id and client-secret with you, use this field to input the
16683 client-secret. Some servers require both a client-id and a client-secret, some other servers do
16684 not require a client-secret. If a client-secret is required, use this field to add one.
16686 <P> The client-secret field is supposed to be kept secret, that is, not
16687 shared with any of the users, but due to the open source nature of Alpine,
16688 it is not possible to keep it secret in any meaningful way. The intention
16689 of this field is so that only the coders of an app can use the codes given
16690 to them and authenticate their users to the services they are requesting.
16691 This means that other coders would not be able to impresonate that app,
16692 and use it to steal data from those users. In the case of Alpine this is
16693 not possible, as Alpine does not steal data from its users, so users are safe
16694 sharing client-secrets. Just make sure you obtain your copy of Alpine from
16695 a reputable provider or compile the source code by yourself. The official
16696 source code of this project is located at
16698 <P><CENTER><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A>.</CENTER>
16701 &lt;End of help on this topic&gt;
16702 </BODY>
16703 </HTML>
16704 ======= h_config_xoauth2_tenant =======
16705 <HTML>
16706 <HEAD>
16707 <TITLE>Tenant Explained</TITLE>
16708 </HEAD>
16709 <BODY>
16710 <H1>Tenant Explained</H1>
16712 The tenant is a way in which an app can be restricted. Alpine by default
16713 has no restrictions, which means that it can be used to access any service;
16714 however, a system administrator might register their own app and make it
16715 available only to those in their organization.
16718 This setting allows a system administrator to register Alpine with a different
16719 client-id and client-secret and further restrict access to only authorized
16720 users.
16723 &lt;End of help on this topic&gt;
16724 </BODY>
16725 </HTML>
16726 ======= h_config_xoauth2_flow =======
16727 <HTML>
16728 <HEAD>
16729 <TITLE>Flow Explained</TITLE>
16730 </HEAD>
16731 <BODY>
16732 <H1>Flow Explained</H1>
16734 The first time you connect to a service to authorize Alpine access to your
16735 email, you will have to do a certain number of steps, which typically involve
16736 to login to your account using a browser, and agreeing to give Alpine certain
16737 rights to access your account.
16740 How this process is going to be done depends on the service. Some services
16741 allow you to give access to Alpine and later generate a code that you
16742 input into Alpine, while others give you a code you have to use before you
16743 approve access to Alpine to access your email.
16745 <P> An example of a service that gives you a code after you authorize
16746 Alpine is Gmail, and this process is called internally as &quot;Authorize&quot;.
16747 An example of a service that gives you a code before you authorize Alpine
16748 is Outlook, and this process is called &quot;Device&quot;. However, some services,
16749 like Outlook, offer both services, and you can choose which flow you would like
16750 to use. You
16751 can choose between the &quot;Authorize&qupt; and &quot;Device&quot; in these servers.
16752 If you forget to configure
16753 this, Alpine will ask you in these situations which method to use before it starts
16754 to setup the process to get your authrization.
16757 &lt;End of help on this topic&gt;
16758 </BODY>
16759 </HTML>
16760 ======= h_config_xoauth2_username =======
16761 <HTML>
16762 <HEAD>
16763 <TITLE>Username Explained</TITLE>
16764 </HEAD>
16765 <BODY>
16766 <H1>Username Explained</H1>
16768 This variable is a list of usernames for which the configuration for the
16769 given service is valid. You may have more than one username for which this
16770 configuration is correct.
16773 Alpine will use the usernames in this list to associate your username with
16774 the correct configuration in Alpine. If Alpine cannot determine which configuration
16775 to use, Alpine will offer you a list of client-ids that you have configured
16776 for that service and ask you to pick one. Your answer will be saved  in your
16777 .pinerc file.
16780 &lt;End of help on this topic&gt;
16781 </BODY>
16782 </HTML>
16783 ======= h_config_role_nick =======
16784 <HTML>
16785 <HEAD>
16786 <TITLE>Nickname Explained</TITLE>
16787 </HEAD>
16788 <BODY>
16789 <H1>Nickname Explained</H1>
16791 This is a nickname to help you.
16792 You should have a different nickname for each role you define.
16793 The nickname will be used in the SETUP ROLE RULES screen to allow you to
16794 pick a role to edit.
16795 It will also be used when you send a message to let you know you are
16796 sending with a different role than you use by default, and
16797 it will be useful for choosing a role when composing with the Role command
16798 or when composing with one of the Role Uses set to With Confirmation.
16799 This field is not used in the outgoing message.
16801 Look <A HREF="h_edit_nav_cmds">here</A>
16802 to see the available Editing and Navigation commands.
16804 &lt;End of help on this topic&gt;
16805 </BODY>
16806 </HTML>
16807 ======= h_config_role_comment =======
16808 <HTML>
16809 <HEAD>
16810 <TITLE>Comment Explained</TITLE>
16811 </HEAD>
16812 <BODY>
16813 <H1>Comment Explained</H1>
16815 This is a comment to help you.
16816 This comment does not play any functional role, it is simply an optional
16817 comment to help you remember what the rule is for.
16819 Look <A HREF="h_edit_nav_cmds">here</A>
16820 to see the available Editing and Navigation commands.
16822 &lt;End of help on this topic&gt;
16823 </BODY>
16824 </HTML>
16825 ======= h_config_other_nick =======
16826 <HTML>
16827 <HEAD>
16828 <TITLE>Nickname Explained</TITLE>
16829 </HEAD>
16830 <BODY>
16831 <H1>Nickname Explained</H1>
16833 This is a nickname to help you.
16834 You should have a different nickname for each rule you define.
16835 The nickname will be used in the SETUP OTHER RULES screen to allow you to
16836 pick a rule to edit.
16838 Look <A HREF="h_edit_nav_cmds">here</A>
16839 to see the available Editing and Navigation commands.
16841 &lt;End of help on this topic&gt;
16842 </BODY>
16843 </HTML>
16844 ======= h_config_score_nick =======
16845 <HTML>
16846 <HEAD>
16847 <TITLE>Nickname Explained</TITLE>
16848 </HEAD>
16849 <BODY>
16850 <H1>Nickname Explained</H1>
16852 This is a nickname to help you.
16853 You should have a different nickname for each scoring rule you define.
16854 The nickname will be used in the SETUP SCORING RULES screen to allow you to
16855 pick a rule to edit.
16857 Look <A HREF="h_edit_nav_cmds">here</A>
16858 to see the available Editing and Navigation commands.
16860 &lt;End of help on this topic&gt;
16861 </BODY>
16862 </HTML>
16863 ======= h_config_incol_nick =======
16864 <HTML>
16865 <HEAD>
16866 <TITLE>Nickname Explained</TITLE>
16867 </HEAD>
16868 <BODY>
16869 <H1>Nickname Explained</H1>
16871 This is a nickname to help you.
16872 You should have a different nickname for each color rule you define.
16873 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
16874 pick a rule to edit.
16876 Look <A HREF="h_edit_nav_cmds">here</A>
16877 to see the available Editing and Navigation commands.
16879 &lt;End of help on this topic&gt;
16880 </BODY>
16881 </HTML>
16882 ======= h_config_filt_nick =======
16883 <HTML>
16884 <HEAD>
16885 <TITLE>Nickname Explained</TITLE>
16886 </HEAD>
16887 <BODY>
16888 <H1>Nickname Explained</H1>
16890 This is a nickname to help you.
16891 You should have a different nickname for each filtering rule you define.
16892 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
16893 pick a rule to edit.
16895 Look <A HREF="h_edit_nav_cmds">here</A>
16896 to see the available Editing and Navigation commands.
16898 &lt;End of help on this topic&gt;
16899 </BODY>
16900 </HTML>
16901 ======= h_config_score_topat =======
16902 <HTML>
16903 <HEAD>
16904 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16905 </HEAD>
16906 <BODY>
16907 <H1>&quot;To:&quot; Pattern Explained</H1>
16909 Any text you enter as the &quot;To pattern&quot;
16910 will be compared to the recipients from the To: line of
16911 the message being scored.
16912 When the text you entered matches
16913 all or part of the To: line of a message, then the Score Value
16914 you have specified will be added to the score for the message.
16915 (Any other non-blank parts of the Pattern must match, too.)
16918 You may enter a complete email address, part of an address, or a
16919 list of addresses or partial addresses.
16920 For example:
16923 <PRE>
16924  To pattern = friend@public.com
16926  To pattern = rated.net
16928  To pattern = xxx@adults.com
16929               admin@msn.com
16930               fool@motleyfool.com
16931 </PRE>
16934 Each of those are valid To patterns.
16937 Messages match those patterns if any of the
16938 addresses in the To: line of the message contains the pattern.
16939 If the pattern is a list of patterns
16940 (like the last example above) then it is a match if any of the patterns in
16941 the list match any of the addresses in the To: line.
16942 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16943 present for a match.
16944 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16945 address2 must be present.
16946 That is exactly what using a list does.)
16949 Some messages may be &quot;bounced&quot; to you, and will
16950 have a &quot;Resent-To:&quot; header line.
16951 If the message contains a Resent-To: line
16952 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16953 Alpine will look for
16954 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16955 the original To: line.
16958 When entering a pattern, you may choose an address from your address book
16959 with the &quot;T&quot; command.
16962 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16963 &quot;!&quot; &quot;toggle NOT&quot; command.
16964 This changes the meaning of the To pattern so that it has the opposite meaning.
16965 It will be considered a match if there are no matches between the
16966 addresses in the To: line and the list of To patterns.
16968 Don't make the mistake of putting the &quot;!&quot; in the data field for
16969 the pattern.
16970 For example, if you type the characters &quot;!frizzle&quot; into the To
16971 pattern, the pattern will look like:
16973 <PRE>
16974  To pattern = !frizzle
16975 </PRE>
16977 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16978 In order to match messages that do not have &quot;frizzle&quot; in
16979 their To field, first type the characters &quot;frizzle&quot; followed
16980 by carriage return for the value of the To pattern, then negate it
16981 by typing the &quot;!&quot; command.
16982 It should end up looking like
16984 <PRE>
16985  ! To pattern = frizzle
16986 </PRE>
16988 You are not limited to using the six standard header patterns that are
16989 normally shown (To, From, Sender, Cc, News, and Subject).
16990 You may add any other header to a Pattern by
16991 using the &quot;eXtraHdr&quot; command to specify a different
16992 message header line; and then the Add or Change command to fill in
16993 a pattern for the new header line, just like you would for a standard header.
16995 A technicality: Since comma is the character used to separate multiple
16996 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16997 you want to include a literal comma in the field.
16998 In other words, if you type a backslash followed by a comma it will
16999 be interpreted as a comma by Alpine, instead of as a separator between
17000 pattern values.
17001 All other backslashes are literal backslashes and should not be escaped.
17003 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17004 for more information on Patterns.
17006 Look <A HREF="h_edit_nav_cmds">here</A>
17007 to see the available Editing and Navigation commands.
17009 &lt;End of help on this topic&gt;
17010 </BODY>
17011 </HTML>
17012 ======= h_config_incol_topat =======
17013 <HTML>
17014 <HEAD>
17015 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17016 </HEAD>
17017 <BODY>
17018 <H1>&quot;To:&quot; Pattern Explained</H1>
17020 Any text you enter as the &quot;To pattern&quot;
17021 will be compared to the recipients from the To: lines of
17022 the messages in the index.
17023 When the text you entered matches
17024 all or part of the To: line of a message, then the Index Line Color you have
17025 specified will be used for that line in the index.
17026 (Any other non-blank parts of the Pattern must match, too.)
17029 You may enter a complete email address, part of an address, or a
17030 list of addresses or partial addresses.
17031 For example:
17034 <PRE>
17035  To pattern = friend@public.com
17036  To pattern = rated.net
17037  To pattern = xxx@adults.com
17038               admin@msn.com
17039               fool@motleyfool.com
17040 </PRE>
17043 Each of those are valid To patterns.
17046 Messages match those patterns if any of the
17047 addresses in the To: line of the message contains the pattern.
17048 If the pattern is a list of patterns
17049 (like the last example above) then it is a match if any of the patterns in
17050 the list match any of the addresses in the To: line.
17051 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17052 present for a match.
17053 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17054 address2 must be present.
17055 That is exactly what using a list does.)
17058 Some messages may be &quot;bounced&quot; to you, and will
17059 have a &quot;Resent-To:&quot; header line.
17060 If the message contains a Resent-To: line
17061 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17062 Alpine will look for
17063 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17064 the original To: line.
17067 When entering a pattern, you may choose an address from your address book
17068 with the &quot;T&quot; command.
17071 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17072 &quot;!&quot; &quot;toggle NOT&quot; command.
17073 This changes the meaning of the To pattern so that it has the opposite meaning.
17074 It will be considered a match if there are no matches between the
17075 addresses in the To: line and the list of To patterns.
17077 Don't make the mistake of putting the &quot;!&quot; in the data field for
17078 the pattern.
17079 For example, if you type the characters &quot;!frizzle&quot; into the To
17080 pattern, the pattern will look like:
17082 <PRE>
17083  To pattern = !frizzle
17084 </PRE>
17086 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17087 In order to match messages that do not have &quot;frizzle&quot; in
17088 their To field, first type the characters &quot;frizzle&quot; followed
17089 by carriage return for the value of the To pattern, then negate it
17090 by typing the &quot;!&quot; command.
17091 It should end up looking like
17093 <PRE>
17094  ! To pattern = frizzle
17095 </PRE>
17098 You are not limited to using the six standard header patterns that are
17099 normally shown (To, From, Sender, Cc, News, and Subject).
17100 You may add any other header to a Pattern by
17101 using the &quot;eXtraHdr&quot; command to specify a different
17102 message header line; and then the Add or Change command to fill in
17103 a pattern for the new header line, just like you would for a standard header.
17105 A technicality: Since comma is the character used to separate multiple
17106 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17107 you want to include a literal comma in the field.
17108 In other words, if you type a backslash followed by a comma it will
17109 be interpreted as a comma by Alpine, instead of as a separator between
17110 pattern values.
17111 All other backslashes are literal backslashes and should not be escaped.
17113 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17114 for more information on Patterns.
17116 Look <A HREF="h_edit_nav_cmds">here</A>
17117 to see the available Editing and Navigation commands.
17119 &lt;End of help on this topic&gt;
17120 </BODY>
17121 </HTML>
17122 ======= h_config_other_topat =======
17123 <HTML>
17124 <HEAD>
17125 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17126 </HEAD>
17127 <BODY>
17128 <H1>&quot;To:&quot; Pattern Explained</H1>
17130 For some of the OTHER RULES actions, there is no message that is being
17131 compared against.
17132 If that is the case, then only the Current Folder Type is checked.
17133 In particular, this To pattern is ignored.
17134 Actions that fall into this category include both
17135 Sort Order and Index Format.
17137 A technicality: Since comma is the character used to separate multiple
17138 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17139 you want to include a literal comma in the field.
17140 In other words, if you type a backslash followed by a comma it will
17141 be interpreted as a comma by Alpine, instead of as a separator between
17142 pattern values.
17143 All other backslashes are literal backslashes and should not be escaped.
17145 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17146 for more information on Patterns.
17148 Look <A HREF="h_edit_nav_cmds">here</A>
17149 to see the available Editing and Navigation commands.
17151 &lt;End of help on this topic&gt;
17152 </BODY>
17153 </HTML>
17154 ======= h_config_filt_topat =======
17155 <HTML>
17156 <HEAD>
17157 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17158 </HEAD>
17159 <BODY>
17160 <H1>&quot;To:&quot; Pattern Explained</H1>
17162 Any text you enter as the &quot;To pattern&quot;
17163 will be compared to the recipients from the To: line of
17164 messages when Alpine opens folders.
17165 When the text you entered matches
17166 all or part of the To: line of a message, then the Filter Action you have
17167 specified will be carried out.
17168 (Any other non-blank parts of the Pattern must match, too.)
17171 You may enter a complete email address, part of an address, or a
17172 list of addresses or partial addresses.
17173 For example:
17176 <PRE>
17177  To pattern = friend@public.com
17178  To pattern = rated.net
17179  To pattern = xxx@adults.com
17180               admin@msn.com
17181               fool@motleyfool.com
17182 </PRE>
17185 Each of those are valid To patterns.
17188 Messages match those patterns if any of the
17189 addresses in the To: line of the message contains the pattern.
17190 If the pattern is a list of patterns
17191 (like the last example above) then it is a match if any of the patterns in
17192 the list match any of the addresses in the To: line.
17193 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17194 present for a match.
17195 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17196 address2 must be present.
17197 That is exactly what using a list does.)
17200 Some messages may be &quot;bounced&quot; to you, and will
17201 have a &quot;Resent-To:&quot; header line.
17202 If the message contains a Resent-To: line
17203 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17204 Alpine will look for
17205 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17206 the original To: line.
17209 When entering a pattern, you may choose an address from your address book
17210 with the &quot;T&quot; command.
17213 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17214 &quot;!&quot; &quot;toggle NOT&quot; command.
17215 This changes the meaning of the To pattern so that it has the opposite meaning.
17216 It will be considered a match if there are no matches between the
17217 addresses in the To: line and the list of To patterns.
17219 Don't make the mistake of putting the &quot;!&quot; in the data field for
17220 the pattern.
17221 For example, if you type the characters &quot;!frizzle&quot; into the To
17222 pattern, the pattern will look like:
17224 <PRE>
17225  To pattern = !frizzle
17226 </PRE>
17228 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17229 In order to match messages that do not have &quot;frizzle&quot; in
17230 their To field, first type the characters &quot;frizzle&quot; followed
17231 by carriage return for the value of the To pattern, then negate it
17232 by typing the &quot;!&quot; command.
17233 It should end up looking like
17235 <PRE>
17236  ! To pattern = frizzle
17237 </PRE>
17240 You are not limited to using the six standard header patterns that are
17241 normally shown (To, From, Sender, Cc, News, and Subject).
17242 You may add any other header to a Pattern by
17243 using the &quot;eXtraHdr&quot; command to specify a different
17244 message header line; and then the Add or Change command to fill in
17245 a pattern for the new header line, just like you would for a standard header.
17247 A technicality: Since comma is the character used to separate multiple
17248 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17249 you want to include a literal comma in the field.
17250 In other words, if you type a backslash followed by a comma it will
17251 be interpreted as a comma by Alpine, instead of as a separator between
17252 pattern values.
17253 All other backslashes are literal backslashes and should not be escaped.
17255 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17256 for more information on Patterns.
17258 Look <A HREF="h_edit_nav_cmds">here</A>
17259 to see the available Editing and Navigation commands.
17261 &lt;End of help on this topic&gt;
17262 </BODY>
17263 </HTML>
17264 ======= h_config_role_topat =======
17265 <HTML>
17266 <HEAD>
17267 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17268 </HEAD>
17269 <BODY>
17270 <H1>&quot;To:&quot; Pattern Explained</H1>
17272 Any text you enter as the &quot;To pattern&quot;
17273 will be compared to the recipients from the To: line of
17274 the message being replied to or forwarded.
17275 (Any other non-blank parts of the Pattern must match, too.)
17276 In the case of the Compose command, this pattern and the other header
17277 patterns are ignored.
17280 You may enter a complete email address, part of an address, or a
17281 list of addresses or partial addresses.
17282 For example:
17285 <PRE>
17286  To pattern = friend@public.com
17287  To pattern = rated.net
17288  To pattern = xxx@adults.com
17289               admin@msn.com
17290               fool@motleyfool.com
17291 </PRE>
17294 Each of those are valid To patterns.
17297 Messages match those patterns if any of the
17298 addresses in the To: line of the message contains the pattern.
17299 If the pattern is a list of patterns
17300 (like the last example above) then it is a match if any of the patterns in
17301 the list match any of the addresses in the To: line.
17302 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17303 present for a match.
17304 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17305 address2 must be present.
17306 That is exactly what using a list does.)
17309 Some messages may be &quot;bounced&quot; to you, and will
17310 have a &quot;Resent-To:&quot; header line.
17311 If the message contains a Resent-To: line
17312 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17313 Alpine will look for
17314 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17315 the original To: line.
17318 When entering a pattern, you may choose an address from your address book
17319 with the &quot;T&quot; command.
17322 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17323 &quot;!&quot; &quot;toggle NOT&quot; command.
17324 This changes the meaning of the To pattern so that it has the opposite meaning.
17325 It will be considered a match if there are no matches between the
17326 addresses in the To: line and the list of To patterns.
17328 Don't make the mistake of putting the &quot;!&quot; in the data field for
17329 the pattern.
17330 For example, if you type the characters &quot;!frizzle&quot; into the To
17331 pattern, the pattern will look like:
17333 <PRE>
17334  To pattern = !frizzle
17335 </PRE>
17337 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17338 In order to match messages that do not have &quot;frizzle&quot; in
17339 their To field, first type the characters &quot;frizzle&quot; followed
17340 by carriage return for the value of the To pattern, then negate it
17341 by typing the &quot;!&quot; command.
17342 It should end up looking like
17344 <PRE>
17345  ! To pattern = frizzle
17346 </PRE>
17349 You are not limited to using the six standard header patterns that are
17350 normally shown (To, From, Sender, Cc, News, and Subject).
17351 You may add any other header to a Pattern by
17352 using the &quot;eXtraHdr&quot; command to specify a different
17353 message header line; and then the Add or Change command to fill in
17354 a pattern for the new header line, just like you would for a standard header.
17356 A technicality: Since comma is the character used to separate multiple
17357 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17358 you want to include a literal comma in the field.
17359 In other words, if you type a backslash followed by a comma it will
17360 be interpreted as a comma by Alpine, instead of as a separator between
17361 pattern values.
17362 All other backslashes are literal backslashes and should not be escaped.
17364 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17365 for more information on Patterns.
17367 Look <A HREF="h_edit_nav_cmds">here</A>
17368 to see the available Editing and Navigation commands.
17370 &lt;End of help on this topic&gt;
17371 </BODY>
17372 </HTML>
17373 ======= h_config_role_frompat =======
17374 <HTML>
17375 <HEAD>
17376 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
17377 </HEAD>
17378 <BODY>
17379 <H1>&quot;From:&quot; Pattern Explained</H1>
17381 This is just like the &quot;To pattern&quot; except that it is compared with
17382 the address in the From: line of the message
17383 instead of the addresses from the To: line.
17384 See the help for the To pattern for more information on header patterns.
17386 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17387 for more information on Patterns.
17389 Look <A HREF="h_edit_nav_cmds">here</A>
17390 to see the available Editing and Navigation commands.
17392 &lt;End of help on this topic&gt;
17393 </BODY>
17394 </HTML>
17395 ======= h_config_role_senderpat =======
17396 <HTML>
17397 <HEAD>
17398 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
17399 </HEAD>
17400 <BODY>
17401 <H1>&quot;Sender:&quot; Pattern Explained</H1>
17403 This is just like the &quot;To pattern&quot; except that it is compared with
17404 the address from the Sender: line of the message
17405 instead of the addresses from the To: line.
17406 See the help for the To pattern for more information on header patterns.
17408 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17409 for more information on Patterns.
17411 Look <A HREF="h_edit_nav_cmds">here</A>
17412 to see the available Editing and Navigation commands.
17414 &lt;End of help on this topic&gt;
17415 </BODY>
17416 </HTML>
17417 ======= h_config_role_ccpat =======
17418 <HTML>
17419 <HEAD>
17420 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
17421 </HEAD>
17422 <BODY>
17423 <H1>&quot;Cc:&quot; Pattern Explained</H1>
17425 This is just like the &quot;To pattern&quot; except that it is compared with
17426 the addresses from the Cc: line of the message
17427 instead of the addresses from the To: line.
17428 See the help for the To pattern for more information on header patterns.
17430 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17431 for more information on Patterns.
17433 Look <A HREF="h_edit_nav_cmds">here</A>
17434 to see the available Editing and Navigation commands.
17436 &lt;End of help on this topic&gt;
17437 </BODY>
17438 </HTML>
17439 ======= h_config_role_recippat =======
17440 <HTML>
17441 <HEAD>
17442 <TITLE>Recipient Pattern Explained</TITLE>
17443 </HEAD>
17444 <BODY>
17445 <H1>Recipient Pattern Explained</H1>
17447 This is just like the &quot;To pattern&quot; except that it is compared with
17448 the addresses from both the To: line and the Cc: line of the
17449 message instead of just the addresses from the To: line.
17450 In other words, it is considered a match if the pattern matches
17451 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
17452 in the Cc: line.
17453 (Notice that defining the Recipient pattern does not have the same
17454 effect as defining both the To and Cc patterns.
17455 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
17456 It is equivalent to having two different rules;
17457 one with a To pattern and the other with the same Cc pattern.)
17459 A technicality: Since comma is the character used to separate multiple
17460 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17461 you want to include a literal comma in the field.
17462 In other words, if you type a backslash followed by a comma it will
17463 be interpreted as a comma by Alpine, instead of as a separator between
17464 pattern values.
17465 All other backslashes are literal backslashes and should not be escaped.
17467 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17468 for more information on Patterns.
17470 Look <A HREF="h_edit_nav_cmds">here</A>
17471 to see the available Editing and Navigation commands.
17473 &lt;End of help on this topic&gt;
17474 </BODY>
17475 </HTML>
17476 ======= h_config_role_particpat =======
17477 <HTML>
17478 <HEAD>
17479 <TITLE>Participant Pattern Explained</TITLE>
17480 </HEAD>
17481 <BODY>
17482 <H1>Participant Pattern Explained</H1>
17484 This is just like the &quot;To pattern&quot; except that it is compared with
17485 the addresses from the From: line, the To: line, and the Cc: line of the
17486 message instead of just the addresses from the To: line.
17487 In other words, it is considered a match if the pattern matches
17488 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
17489 in the To: line, <EM>OR</EM> an address in the Cc: line.
17490 (Notice that defining the Participant pattern does not have the same
17491 effect as defining all of the From, To, and Cc patterns.
17492 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
17493 From <EM>AND</EM> To <EM>AND</EM> Cc.
17494 It is equivalent to having three different rules;
17495 one with a From pattern, another with the same To pattern, and a third with
17496 the same Cc pattern.)
17498 A technicality: Since comma is the character used to separate multiple
17499 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17500 you want to include a literal comma in the field.
17501 In other words, if you type a backslash followed by a comma it will
17502 be interpreted as a comma by Alpine, instead of as a separator between
17503 pattern values.
17504 All other backslashes are literal backslashes and should not be escaped.
17506 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17507 for more information on Patterns.
17509 Look <A HREF="h_edit_nav_cmds">here</A>
17510 to see the available Editing and Navigation commands.
17512 &lt;End of help on this topic&gt;
17513 </BODY>
17514 </HTML>
17515 ======= h_config_role_newspat =======
17516 <HTML>
17517 <HEAD>
17518 <TITLE>News Pattern Explained</TITLE>
17519 </HEAD>
17520 <BODY>
17521 <H1>News Pattern Explained</H1>
17523 If this pattern is non-blank, then for this rule to be considered a
17524 match, at least one of the newsgroups from
17525 the Newsgroups line of the message must match this pattern.
17526 If this pattern is a list of patterns, then at least one of the
17527 newsgroups must match at least one of the patterns.
17528 (Any other non-blank parts of the Pattern must match, too.)
17530 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
17531 &quot;!&quot; &quot;toggle NOT&quot; command.
17532 This changes the meaning of the News pattern so that it has the opposite meaning.
17533 It will be considered a match if there are no matches between the
17534 addresses in the Newsgroups: line and the list of News patterns.
17536 Don't make the mistake of putting the &quot;!&quot; in the data field for
17537 the pattern.
17538 For example, if you type the characters &quot;!frizzle&quot; into the News
17539 pattern, the pattern will look like:
17541 <PRE>
17542  News pattern = !frizzle
17543 </PRE>
17545 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17546 In order to match messages that do not have &quot;frizzle&quot; in
17547 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
17548 by carriage return for the value of the News pattern, then negate it
17549 by typing the &quot;!&quot; command.
17550 It should end up looking like
17552 <PRE>
17553  ! News pattern = frizzle
17554 </PRE>
17556 A technicality: Since comma is the character used to separate multiple
17557 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17558 you want to include a literal comma in the field.
17559 In other words, if you type a backslash followed by a comma it will
17560 be interpreted as a comma by Alpine, instead of as a separator between
17561 pattern values.
17562 All other backslashes are literal backslashes and should not be escaped.
17565 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17566 for more information on Patterns.
17568 Look <A HREF="h_edit_nav_cmds">here</A>
17569 to see the available Editing and Navigation commands.
17571 &lt;End of help on this topic&gt;
17572 </BODY>
17573 </HTML>
17574 ======= h_config_role_subjpat =======
17575 <HTML>
17576 <HEAD>
17577 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
17578 </HEAD>
17579 <BODY>
17580 <H1>&quot;Subject:&quot; Pattern Explained</H1>
17582 This is similar to the other parts of the Pattern.
17583 It is compared with
17584 the contents from the Subject of the message.
17586 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17587 for more information on Patterns.
17589 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
17590 &quot;!&quot; &quot;toggle NOT&quot; command.
17591 This changes the meaning of the Subject pattern so that it has the opposite meaning.
17592 It will be considered a match if there are no matches between the
17593 text in the Subject: line and the list of Subject patterns.
17596 If you wish to have a header pattern that is not one of the six standard
17597 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
17599 A technicality: Since comma is the character used to separate multiple
17600 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17601 you want to include a literal comma in the field.
17602 In other words, if you type a backslash followed by a comma it will
17603 be interpreted as a comma by Alpine, instead of as a separator between
17604 pattern values.
17605 All other backslashes are literal backslashes and should not be escaped.
17607 Look <A HREF="h_edit_nav_cmds">here</A>
17608 to see the available Editing and Navigation commands.
17610 &lt;End of help on this topic&gt;
17611 </BODY>
17612 </HTML>
17613 ======= h_config_role_alltextpat =======
17614 <HTML>
17615 <HEAD>
17616 <TITLE>AllText Pattern Explained</TITLE>
17617 </HEAD>
17618 <BODY>
17619 <H1>AllText Pattern Explained</H1>
17621 This is similar to the header patterns.
17622 Instead of comparing with text in a particular header field it 
17623 is compared with all of the text in the message header and body.
17625 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
17626 &quot;!&quot; &quot;toggle NOT&quot; command.
17627 This changes the meaning of the AllText pattern so that it has the opposite meaning.
17628 It will be considered a match if there are no matches between the
17629 text of the message and the list of AllText patterns.
17631 Don't make the mistake of putting the &quot;!&quot; in the data field for
17632 the pattern.
17633 For example, if you type the characters &quot;!frizzle&quot; into the AllText
17634 pattern, the pattern will look like:
17636 <PRE>
17637  AllText pattern = !frizzle
17638 </PRE>
17640 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17641 In order to match messages that do not have &quot;frizzle&quot; in
17642 the text of the message, first type the characters &quot;frizzle&quot; followed
17643 by carriage return for the value of the AllText pattern, then negate it
17644 by typing the &quot;!&quot; command.
17645 It should end up looking like
17647 <PRE>
17648  ! AllText pattern = frizzle
17649 </PRE>
17651 It is possible that you may notice degraded performance when using
17652 AllText Patterns.
17654 A technicality: Since comma is the character used to separate multiple
17655 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17656 you want to include a literal comma in the field.
17657 In other words, if you type a backslash followed by a comma it will
17658 be interpreted as a comma by Alpine, instead of as a separator between
17659 pattern values.
17660 All other backslashes are literal backslashes and should not be escaped.
17662 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17663 for more information on Patterns.
17665 Look <A HREF="h_edit_nav_cmds">here</A>
17666 to see the available Editing and Navigation commands.
17668 &lt;End of help on this topic&gt;
17669 </BODY>
17670 </HTML>
17671 ======= h_config_role_bodytextpat =======
17672 <HTML>
17673 <HEAD>
17674 <TITLE>BodyText Pattern Explained</TITLE>
17675 </HEAD>
17676 <BODY>
17677 <H1>BodyText Pattern Explained</H1>
17679 This is similar to the header patterns.
17680 Instead of comparing with text in a particular header field it 
17681 is compared with all of the text in the message body.
17683 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
17684 &quot;!&quot; &quot;toggle NOT&quot; command.
17685 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
17686 It will be considered a match if there are no matches between the
17687 text of the body of the message and the list of BodyText patterns.
17689 Don't make the mistake of putting the &quot;!&quot; in the data field for
17690 the pattern.
17691 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
17692 pattern, the pattern will look like:
17694 <PRE>
17695  BdyText pattern = !frizzle
17696 </PRE>
17698 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17699 In order to match messages that do not have &quot;frizzle&quot; in
17700 their BodyText, first type the characters &quot;frizzle&quot; followed
17701 by carriage return for the value of the BodyText pattern, then negate it
17702 by typing the &quot;!&quot; command.
17703 It should end up looking like
17705 <PRE>
17706  ! BodyText pattern = frizzle
17707 </PRE>
17709 It is possible that you may notice degraded performance when using
17710 BodyText Patterns.
17712 A technicality: Since comma is the character used to separate multiple
17713 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17714 you want to include a literal comma in the field.
17715 In other words, if you type a backslash followed by a comma it will
17716 be interpreted as a comma by Alpine, instead of as a separator between
17717 pattern values.
17718 All other backslashes are literal backslashes and should not be escaped.
17720 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17721 for more information on Patterns.
17723 Look <A HREF="h_edit_nav_cmds">here</A>
17724 to see the available Editing and Navigation commands.
17726 &lt;End of help on this topic&gt;
17727 </BODY>
17728 </HTML>
17729 ======= h_config_role_charsetpat =======
17730 <HTML>
17731 <HEAD>
17732 <TITLE>Character Set Pattern Explained</TITLE>
17733 </HEAD>
17734 <BODY>
17735 <H1>Character Set Pattern Explained</H1>
17737 A message may use one or more character sets.
17738 This part of the Pattern matches messages that make use of
17739 certain specified character sets.
17740 It will be considered a match if a message uses any of the character
17741 sets in the list you give here.
17744 When filling in a value for this field, you may use
17745 the &quot;T&quot; command, which presents you with a large list of
17746 possible character sets to choose from.
17747 You may also just type in the name of a character set, and it need not
17748 be one that Alpine knows about.
17751 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
17752 GB2312) you may also use some shorthand names that Alpine provides.
17753 These names are more understandable shorthand names for sets of 
17754 character set names.
17755 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
17756 Selecting one of these shorthand names is equivalent to selecting all of
17757 the character sets that make up the set.
17758 You can see all of these shorthand names and the lists of character sets
17759 they stand for by typing the &quot;T&quot; command.
17762 For the purposes of this Pattern,
17763 Alpine will search through a message for all of the text parts and
17764 collect the character sets declared for each part.
17765 It will also look in the Subject line for a character set used there.
17766 Alpine does not actually look at the text of the message or the text
17767 of the Subject to determine if a declared character set is actually
17768 used, it looks only at the declarations themselves in the MIME part headers
17769 and in the Subject.
17772 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
17773 &quot;!&quot; &quot;toggle NOT&quot; command.
17774 This changes the meaning of the Character Set pattern so that
17775 it has the opposite meaning.
17776 It will be considered a match if none of the character sets in the
17777 list are used in a message.
17779 Don't make the mistake of putting the &quot;!&quot; in the data field for
17780 the pattern.
17781 For example, if you type the characters &quot;!GB2312&quot; into the
17782 Character Set pattern, the pattern will look like:
17784 <PRE>
17785  Charset pattern = !GB2312
17786 </PRE>
17788 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
17789 In order to match messages that do not have the
17790 character set &quot;GB2312&quot;
17791 set, first type the characters &quot;GB2312&quot; followed
17792 by carriage return for the value of the Character Set pattern, then negate it
17793 by typing the &quot;!&quot; command.
17794 It should end up looking like
17796 <PRE>
17797  ! Charset pattern = GB2312
17798 </PRE>
17800 A technicality: Since comma is the character used to separate multiple
17801 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17802 you want to include a literal comma in the field.
17803 In other words, if you type a backslash followed by a comma it will
17804 be interpreted as a comma by Alpine, instead of as a separator between
17805 pattern values.
17806 All other backslashes are literal backslashes and should not be escaped.
17808 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17809 for more information on Patterns.
17811 Look <A HREF="h_edit_nav_cmds">here</A>
17812 to see the available Editing and Navigation commands.
17814 &lt;End of help on this topic&gt;
17815 </BODY>
17816 </HTML>
17817 ======= h_config_role_keywordpat =======
17818 <HTML>
17819 <HEAD>
17820 <TITLE>Keyword Pattern Explained</TITLE>
17821 </HEAD>
17822 <BODY>
17823 <H1>Keyword Pattern Explained</H1>
17825 A folder may have user-defined keywords.
17826 These are similar to the Important flag, which the user may set using the
17827 Flag command.
17828 The difference is that the Important flag is always present for each folder.
17829 User-defined keywords are picked by the user.
17830 You may add new keywords by defining them in the
17831 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
17832 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
17833 the Flag command may be used to set or clear the keyword on individual messages.
17834 If you have given a keyword a nickname when configuring it,
17835 that nickname may be used instead of the actual keyword.
17838 When filling in a value for this field, it may be easiest to use
17839 the &quot;T&quot; command, which presents you with a list of the keywords
17840 you have defined to choose from.
17843 This part of the Pattern matches messages with certain keywords set.
17844 It will be considered a match if a message has any of the keywords in the
17845 list set.
17846 A keyword that you have not defined using the
17847 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17848 will not be a match.
17851 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
17852 &quot;!&quot; &quot;toggle NOT&quot; command.
17853 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
17854 It will be considered a match if none of the keywords in the list are set
17855 for a message.
17856 A keyword that you have not defined using the
17857 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17858 will not be a match, so a <EM>NOT</EM> of that keyword does match.
17860 Don't make the mistake of putting the &quot;!&quot; in the data field for
17861 the pattern.
17862 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
17863 pattern, the pattern will look like:
17865 <PRE>
17866  Keyword pattern = !frizzle
17867 </PRE>
17869 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17870 In order to match messages that do not have the keyword &quot;frizzle&quot;
17871 set, first type the characters &quot;frizzle&quot; followed
17872 by carriage return for the value of the Keyword pattern, then negate it
17873 by typing the &quot;!&quot; command.
17874 It should end up looking like
17876 <PRE>
17877  ! Keyword pattern = frizzle
17878 </PRE>
17880 A technicality: Since comma is the character used to separate multiple
17881 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17882 you want to include a literal comma in the field.
17883 In other words, if you type a backslash followed by a comma it will
17884 be interpreted as a comma by Alpine, instead of as a separator between
17885 pattern values.
17886 All other backslashes are literal backslashes and should not be escaped.
17888 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17889 for more information on Patterns.
17891 Look <A HREF="h_edit_nav_cmds">here</A>
17892 to see the available Editing and Navigation commands.
17894 &lt;End of help on this topic&gt;
17895 </BODY>
17896 </HTML>
17897 ======= h_config_role_arbpat =======
17898 <HTML>
17899 <HEAD>
17900 <TITLE>Extra Header Patterns Explained</TITLE>
17901 </HEAD>
17902 <BODY>
17903 <H1>Extra Header Patterns Explained</H1>
17905 The header patterns that come after the Participant pattern but before the 
17906 AllText pattern are extra header patterns that you have added to a rule's
17907 Pattern. These are just like the other header patterns except that
17908 the contents of the particular header listed on the left hand side will
17909 be used for comparisons.
17911 The &quot;eXtraHdr&quot; command may be used to add more of these
17912 header patterns to the rule you are editing.
17914 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
17915 extra header pattern from the rule you are editing.
17917 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
17918 &quot;!&quot; &quot;toggle NOT&quot; command.
17919 This changes the meaning of the pattern so that it has the opposite meaning.
17920 It will be considered a match if there are no matches between the
17921 text in the header line and the list of patterns.
17923 Don't make the mistake of putting the &quot;!&quot; in the data field for
17924 the pattern.
17925 For example, if you type the characters &quot;!frizzle&quot; into the
17926 pattern, the pattern will look like:
17928 <PRE>
17929  Xyz pattern = !frizzle
17930 </PRE>
17932 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17933 In order to match messages that do not have &quot;frizzle&quot; in
17934 their Xyz field, first type the characters &quot;frizzle&quot; followed
17935 by carriage return for the value of the pattern, then negate it
17936 by typing the &quot;!&quot; command.
17937 It should end up looking like
17939 <PRE>
17940  ! Xyz pattern = frizzle
17941 </PRE>
17944 A technicality: Since comma is the character used to separate multiple
17945 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17946 you want to include a literal comma in the field.
17947 In other words, if you type a backslash followed by a comma it will
17948 be interpreted as a comma by Alpine, instead of as a separator between
17949 pattern values.
17950 All other backslashes are literal backslashes and should not be escaped.
17952 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17953 for more information on Patterns.
17955 Look <A HREF="h_edit_nav_cmds">here</A>
17956 to see the available Editing and Navigation commands.
17958 &lt;End of help on this topic&gt;
17959 </BODY>
17960 </HTML>
17961 ======= h_config_role_cat_cmd =======
17962 <HTML>
17963 <HEAD>
17964 <TITLE>Categorizer Command Explained</TITLE>
17965 </HEAD>
17966 <BODY>
17967 <H1>Categorizer Command Explained</H1>
17969 This is a command that is run with its standard input set to the message
17970 being checked and its standard output discarded.
17971 The full directory path should be specified.
17972 The command will be run and then its exit status will be checked against
17973 the Exit Status Interval, which defaults to just the value zero.
17974 If the exit status of the command falls in the interval, it is considered
17975 a match, otherwise it is not a match.
17978 This option may actually be a list of commands.
17979 The first one that exists and is executable is used.
17980 That makes it possible to use the same configuration with Unix Alpine and
17981 PC-Alpine.
17984 If none of the commands in the list exists and is executable then the rule
17985 is <EM>not</EM> a match.
17986 If it is possible that the command may not exist, you should be careful
17987 to structure your rules so that nothing destructive
17988 happens when the command does not exist.
17989 For example, you might have a filter that filters away spam when there is
17990 a match but does nothing when there is not a match.
17991 That would cause no harm if the command didn't exist.
17992 However, if you have a filter that filters away spam when there is not
17993 a match and keeps it when there is a match, that would filter everything
17994 if the categorizer command didn't exist.
17996 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
17997 setup for the bogofilter filter.
18000 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18001 for more information on Patterns.
18003 Look <A HREF="h_edit_nav_cmds">here</A>
18004 to see the available Editing and Navigation commands.
18006 &lt;End of help on this topic&gt;
18007 </BODY>
18008 </HTML>
18009 ======= h_config_role_cat_cmd_example =======
18010 <HTML>
18011 <HEAD>
18012 <TITLE>Categorizer Command Example</TITLE>
18013 </HEAD>
18014 <BODY>
18015 <H1>Categorizer Command Example</H1>
18017 Bogofilter
18018 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
18019 is a mail filter that attempts to classify mail as spam or
18020 non-spam using statistical analysis of the message content.
18021 When run with no arguments and a message as standard input, it exits with
18022 exit status 0 if it thinks a message is spam and 1 if it thinks
18023 it is not spam.
18024 To use bogofilter as your Categorizer Command you would simply set Command to
18025 the pathname of the bogofilter program.
18026 For example,
18028 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
18030 Exit status of zero is what you are interested in, so you'd set the
18031 Exit Status Interval to
18033 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
18036 In order to prevent downloading an entire huge message to check for spam, you
18037 might want to set the Character Limit to a few thousand characters (the
18038 assumption being that the spam will reveal itself in those characters)
18040 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
18043 You would probably use bogofilter in an Alpine Filter Rule, and have the action
18044 be to move the message to a spam folder.
18045 It would usually be wise to also check the &quot;Message is Recent&quot;
18046 part of the rule so that messages are only checked when they first arrive,
18047 and to restrict the Current Folder Type to just your INBOX.
18048 The reason for checking only Recent messages is to save the time it takes
18049 to run bogofilter on each message.
18050 As an experiment, you might start out by using this in an Indexcolor Rule
18051 instead of a Filter Rule.
18052 In that case, you probably wouldn't check the Recent checkbox.
18054 The use described above assumes that you are somehow maintaining bogofilter's
18055 database of words associated with spam and non-spam messages.
18056 One way to start your database would be to select a bunch of spam messages
18057 in Alpine (you might Save spam messages to a special folder or use Alpine's
18058 Select command to select several) and then Apply
18059 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
18060 a pipe command to the spam messages.
18061 For example, you could have a shell script or an alias
18062 called <EM>this_is_spam</EM>, which would simply be the command
18064 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
18067 It is probably best to use the pipe command's Raw Text, With Delimiter,
18068 and Free Output options,
18069 which are at the bottom of the screen when you type the pipe command.
18070 That's because bogofilter expects the raw message as input, and uses
18071 the Delimiters to tell when a new message starts.
18072 You would not need to use a separate pipe for each message, because
18073 bogofilter can handle multiple messages at once.
18075 Similarly, you would select a group of non-spam messages
18076 and run them through a <EM>this_is_nonspam</EM> script
18077 that was something like
18079 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
18082 For the more adventurous, the next step might be to automate the upkeep of
18083 the bogofilter database.
18084 It might make more sense to have bogofilter be part of the delivery process,
18085 but it is also possible to do it entirely from within Alpine.
18086 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
18087 the &quot;-u&quot; argument will cause bogofilter to update the database.
18089 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
18091 You'd want a couple more aliases or shell scripts called something like
18092 <EM>change_to_spam</EM>
18094 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
18097 <EM>change_to_nonspam</EM>
18099 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
18101 When you run across a message in your INBOX that should have been
18102 classified as spam you would pipe it to the change_to_spam script, and
18103 when you run across a message in your spam folder that should have been
18104 left in your INBOX you would pipe it through change_to_nonspam.
18107 There is a technical problem with this approach.
18108 Alpine may check your filters more than once.
18109 In particular, every time you start Alpine the filters will be checked for
18110 each message.
18111 Also, if you have any filters that depend on message state (New, Deleted, etc.)
18112 then Alpine will recheck for matches in messages that have changed state
18113 at the time you close the folder and before expunging.
18114 This is usually ok.
18115 However, in this case it is a problem because the command
18117 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
18119 has the side effect of updating the database.
18120 So you run the risk of updating the database multiple times for a single
18121 message instead of updating it just once per message.
18122 There are some ways to work around this problem.
18123 What you need is a way to mark the message after you have run the filter.
18124 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
18125 Besides having the filter move the message to a spam folder, also have it
18126 set the Bogo keyword.
18127 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
18128 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
18129 This rule can only set the Bogo keyword for the messages that it matches.
18130 You will also need to add a second rule right after this one that
18131 matches all the messages that don't have the Bogo keyword set
18132 (put the keyword in the Keyword pattern and toggle
18133 the Not with the ! command)
18134 and takes the action of setting it.
18135 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
18136 (and so it won't re-run the bogofilter command) if the keyword is already
18137 set.
18139 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
18140 on all messages that don't have the Bogo keyword set.
18141 This will have the side effect of inserting that message in the bogofilter
18142 database, match or not.
18143 If this rule matches (it is spam), the Bogo keyword will be set and
18144 the message will be moved to a spam folder.
18145 If it does not match, the
18146 following rule will mark the message by turning on the keyword.
18147 This second rule should be a non-terminating
18148 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
18149 rule so that it doesn't stop the filtering process before the rest of
18150 your rules are consulted.
18153 In summary, the first rule is something like
18154 <PRE>
18155   Nickname          = bogofilter -u rule
18156   Current Folder Type =
18157                (*) Specific
18158                    Folder = INBOX
18160   ! Keyword pattern = Bogo
18162   External Categorizer Commands =
18163        Command              = /usr/local/bin/bogofilter -u
18164        Exit Status Interval = (0,0)
18165        Character Limit      = <No Value Set: using "-1">  (optionally set this)
18167   Filter Action =
18168        (*) Move
18169            Folder = spam
18170   
18171   Set These Keywords   = Bogo
18172 </PRE>
18174 and the following rule is
18175 <PRE>
18176   Nickname          = Set Bogo Keyword
18177   Current Folder Type =
18178                (*) Specific
18179                    Folder = INBOX
18181   ! Keyword pattern = Bogo
18183   Filter Action =
18184        (*) Just Set Message Status
18186   Set These Keywords   = Bogo
18188   Features =
18189       [X]  dont-stop-even-if-rule-matches
18190 </PRE>
18192 If it is possible for you to insert bogofilter in the delivery process instead
18193 of having it called from Alpine you could prevent having to wait
18194 for the bogofilter processing while you read your mail.
18195 You would have bogofilter add a header to the message at the time of delivery
18196 that identified it as spam or nonspam.
18197 With this method, you could avoid using a Categorizer Command while running Alpine,
18198 and just match on the header instead.
18199 You might still want to use the scripts mentioned above to initialize the
18200 database or to re-classify wrongly classified messages.
18203 Finally, it isn't for the faint-hearted,
18204 but it is also possible to run bogofilter from PC-Alpine.
18205 You can install Cygwin from
18206 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
18207 then compile bogofilter in the cygwin environment, and run it from
18208 within PC-Alpine.
18209 You would end up with a Categorizer command that looked something like
18211 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
18213 Note that the &quot;.exe&quot; extension is explicit,
18214 and that the bogofilter.exe executable should be in the same directory
18215 as cygwin1.dll.
18218 &lt;End of help on this topic&gt;
18219 </BODY>
18220 </HTML>
18221 ======= h_config_role_cat_status =======
18222 <HTML>
18223 <HEAD>
18224 <TITLE>Exit Status Interval Explained</TITLE>
18225 </HEAD>
18226 <BODY>
18227 <H1>Exit Status Interval Explained</H1>
18229 The categorizer command is run and the result is the exit status of
18230 that command.
18231 If that exit status falls in the Exit Status Interval
18232 then it is considered a match, otherwise it is not a match.
18233 Of course for the entire rule to match, it must also be checked against
18234 the other defined parts of the Pattern.
18236 The Exit Status Interval defaults to the single value 0 (zero).
18237 If you define it, it should be set to something like:
18239 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
18241 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
18242 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
18243 positive and negative integers.
18245 Actually, a list of intervals may be used if you wish.
18246 A list would look like
18248 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
18250 When there is an Exit Status Interval defined, it is a match if the exit status
18251 of the categorizer command is contained in any of the intervals.
18252 The intervals include both endpoints.
18254 The default interval is
18256 <CENTER><SAMP>(0,0)</SAMP></CENTER>
18258 and it matches only if the command exits with exit status equal to zero.
18261 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18262 for more information on Patterns.
18264 Look <A HREF="h_edit_nav_cmds">here</A>
18265 to see the available Editing and Navigation commands.
18267 &lt;End of help on this topic&gt;
18268 </BODY>
18269 </HTML>
18270 ======= h_config_role_cat_limit =======
18271 <HTML>
18272 <HEAD>
18273 <TITLE>Character Limit Explained</TITLE>
18274 </HEAD>
18275 <BODY>
18276 <H1>Character Limit Explained</H1>
18278 Setting this option makes it possible to limit how much of the message
18279 is made available to the categorizer command as input.
18280 The default value (-1) means that the entire message is fed to the
18281 command.
18282 A value of 0 (zero) means that only the headers of the message are
18283 made available.
18284 A positive integer means that the headers plus that many characters from
18285 the body of the message are passed to the categorizer.
18288 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18289 for more information on Patterns.
18291 Look <A HREF="h_edit_nav_cmds">here</A>
18292 to see the available Editing and Navigation commands.
18294 &lt;End of help on this topic&gt;
18295 </BODY>
18296 </HTML>
18297 ======= h_config_role_age =======
18298 <HTML>
18299 <HEAD>
18300 <TITLE>Age Interval Explained</TITLE>
18301 </HEAD>
18302 <BODY>
18303 <H1>Age Interval Explained</H1>
18305 The Age Interval, if defined, is part of the Pattern.
18306 If you use this, it should be set to something like:
18308 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
18310 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
18311 The special value &quot;INF&quot; may be used for the max value.
18312 It represents infinity.
18314 In rare cases it may be useful to use the more general form of the value,
18315 which is a comma-separated list of intervals.
18316 It would look something like:
18318 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
18320 When there is an Age Interval defined, it is a match if the age, in days, of
18321 the message is contained in the interval.
18322 The interval includes both endpoints.
18323 If the option is set to a list of intervals then it is a match if the
18324 age of the message is contained in any of the intervals.
18326 Even though this option is called Age, it isn't actually
18327 the <EM>age</EM> of the message.
18328 Instead, it is how many days ago the message arrived in one of your folders.
18329 If the current time is a little past midnight, then a message that arrived
18330 just before midnight arrived yesterday, even though the message is only
18331 a few minutes old.
18332 By default, the date being used is not the date in the Date
18333 header of the message.
18334 It is the date that the message arrived in one of your folders.
18335 When you Save a message from one folder to another that arrival date
18336 is preserved.
18337 If you would like to use the date in the Date header that is possible.
18338 Turn on the option
18339 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
18340 near the bottom of the rule definition.
18342 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
18343 The age interval
18345 <CENTER><SAMP>(2,2)</SAMP></CENTER>
18347 matches all messages that arrived on the day before yesterday.
18348 The interval
18350 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
18352 matches all messages that arrived at least 180 days before today.
18353 The interval
18355 <CENTER><SAMP>(0,1)</SAMP></CENTER>
18357 matches all messages that arrived today or yesterday.
18360 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18361 for more information on Patterns.
18363 Look <A HREF="h_edit_nav_cmds">here</A>
18364 to see the available Editing and Navigation commands.
18366 &lt;End of help on this topic&gt;
18367 </BODY>
18368 </HTML>
18369 ======= h_config_role_size =======
18370 <HTML>
18371 <HEAD>
18372 <TITLE>Size Interval Explained</TITLE>
18373 </HEAD>
18374 <BODY>
18375 <H1>Size Interval Explained</H1>
18377 The Size Interval, if defined, is part of the Pattern.
18378 If you use this, it should be set to something like:
18380 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
18382 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
18383 The special value &quot;INF&quot; may be used for the max value.
18384 It represents infinity.
18386 In rare cases it may be useful to use the more general form of the value,
18387 which is a comma-separated list of intervals.
18388 It would look something like:
18390 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
18392 When there is a Size Interval defined, it is a match if the size of
18393 the message is contained in the interval.
18394 The interval includes both endpoints.
18395 If the option is set to a list of intervals then it is a match if the
18396 size of the message is contained in any of the intervals.
18398 The size interval
18400 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
18402 matches all messages with sizes greater than or equal to 10000, and less
18403 than or equal to 50000.
18404 The interval
18406 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
18408 matches all messages with sizes greater than or equal to 100000.
18411 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18412 for more information on Patterns.
18414 Look <A HREF="h_edit_nav_cmds">here</A>
18415 to see the available Editing and Navigation commands.
18417 &lt;End of help on this topic&gt;
18418 </BODY>
18419 </HTML>
18420 ======= h_config_role_scorei =======
18421 <HTML>
18422 <HEAD>
18423 <TITLE>Score Interval Explained</TITLE>
18424 </HEAD>
18425 <BODY>
18426 <H1>Score Interval Explained</H1>
18428 The Score Interval, if defined, is part of the Pattern.
18429 If you use this, it should be set to something like:
18431 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
18433 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
18434 -32000 and 32000.
18435 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
18436 the min and max values.
18437 These represent negative and positive infinity.
18439 Actually, the value may be a list of intervals rather than just a
18440 single interval if that is useful.
18441 The elements of the list are separated by commas like:
18443 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
18445 When there is a Score Interval defined, it is a match if the score for
18446 the message is contained in any of the intervals.
18447 The intervals include both endpoints.
18448 The score for a message is calculated by looking at every scoring rule
18449 defined and adding up the Score Values for the rules that match the message.
18450 Scoring rules are created using the
18451 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
18454 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18455 for more information on Patterns.
18457 Look <A HREF="h_edit_nav_cmds">here</A>
18458 to see the available Editing and Navigation commands.
18460 &lt;End of help on this topic&gt;
18461 </BODY>
18462 </HTML>
18463 ======= h_config_role_fldr_type =======
18464 <HTML>
18465 <HEAD>
18466 <TITLE>Current Folder Type Explained</TITLE>
18467 </HEAD>
18468 <BODY>
18469 <H1>Current Folder Type Explained</H1>
18471 The Current Folder Type is part of the role's Pattern.
18472 It refers to the type of the currently open folder, which is the folder
18473 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
18474 In order for a role to be considered a match, the current folder must
18475 be of the type you set here.
18476 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18477 all what you might think.
18479 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
18480 example, then
18481 that role will only be a match if the current folder is a newsgroup and
18482 the rest of the Pattern matches.
18483 The value &quot;Specific&quot; may be used when you want to limit the match
18484 to a specific folder (not just a specific type of folder), or to a list of
18485 specific folders.
18487 In order to match a specific folder you Select the &quot;Specific&quot;
18488 button <EM>AND</EM> fill in
18489 the name (or list of names) of
18490 the folder in the &quot;Folder List&quot; field.
18491 If the current folder is any of the folders in the list, that is considered
18492 a match.
18493 The name of each folder in the list may be either &quot;INBOX&quot;,
18494 the technical specification
18495 of the folder (like what appears in your configuration file) or, if the
18496 folder is one of your incoming folders, it may be the nickname you've given
18497 the folder.
18498 Here are a couple samples of specific folder names:
18500 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
18502 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
18504 Observe that in order for an external folder (IMAP, POP, News) to be a match,
18505 you must also add the /user= option in the definition of the incoming folder.
18507 The easiest way to fill in the &quot;Folder List&quot; field is to use
18508 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
18509 highlighted, or to use the &quot;Take&quot; command with the configuration
18510 feature
18511 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
18512 turned on.
18513 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18514 Current Folder Type is set to &quot;Specific&quot;, and any value that
18515 &quot;Folder List&quot; has is ignored unless the type
18516 is set to &quot;Specific&quot;.
18518 When reading a newsgroup, there may be a performance penalty
18519 incurred when collecting the information necessary to check a Pattern.
18520 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18522 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18523 for more information on Patterns.
18525 Look <A HREF="h_edit_nav_cmds">here</A>
18526 to see the available Editing and Navigation commands.
18528 &lt;End of help on this topic&gt;
18529 </BODY>
18530 </HTML>
18531 ======= h_config_filt_rule_type =======
18532 <HTML>
18533 <HEAD>
18534 <TITLE>Filter Action Explained</TITLE>
18535 </HEAD>
18536 <BODY>
18537 <H1>Filter Action Explained</H1>
18539 The Filter Action specifies the action to be taken when the Pattern is a
18540 match.
18541 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
18542 &quot;Just Set Message Status&quot;.
18544 If it is set to &quot;Delete&quot;, then the message that matches the
18545 Pattern will be deleted from the open folder.
18547 If it is set to &quot;Move&quot;, then the name of the folder to which
18548 the matching message should be moved is given in the &quot;Folder List&quot; field on the
18549 next line of the screen.
18550 A list of folders separated by commas may be given, in which case the
18551 message will be copied to all of the folders in the list before it is
18552 deleted.
18554 If it is set to neither of those two values (it is set to the value
18555 labeled &quot;Just Set Message Status&quot;) then the message status
18556 setting will happen
18557 but the message will not be deleted or moved.
18559 If you are Moving a message you may also set Message Status if you wish.
18561 The easiest way to fill in the &quot;Folder List&quot; field is to use
18562 the T command that is available when the &quot;Folder List&quot; line is
18563 highlighted.
18564 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18565 Filter Action is set to &quot;Move&quot;, and any value that
18566 &quot;Folder List&quot; has is ignored unless the type
18567 is set to &quot;Move&quot;.
18569 There are a few tokens that may be used in the names in the Folder List.
18570 They are all related to the date on which the filtering is taking place.
18571 The tokens are words surrounded by underscores.
18572 For example, if you want your filter to move messages to a folder named
18573 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
18574 you could specify the folder as
18575 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
18576 which would result in a file named something like
18577 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
18579 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
18580 which would result in a file named something like
18581 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
18582 The available tokens are listed
18583 <A HREF="h_index_tokens">here</A>.
18585 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18586 for more information on Patterns.
18588 Look <A HREF="h_edit_nav_cmds">here</A>
18589 to see the available Editing and Navigation commands.
18591 &lt;End of help on this topic&gt;
18592 </BODY>
18593 </HTML>
18594 ======= h_config_score_fldr_type =======
18595 <HTML>
18596 <HEAD>
18597 <TITLE>Current Folder Type Explained</TITLE>
18598 </HEAD>
18599 <BODY>
18600 <H1>Current Folder Type Explained</H1>
18602 The Current Folder Type is part of the scoring rule's Pattern.
18603 It refers to the type of the folder that
18604 the message being scored is in.
18605 In order for a rule to be considered a match, the current folder must
18606 be of the type you set here.
18607 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18608 all what you might think.
18610 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18611 example, then
18612 that Pattern will only match if the current folder is a newsgroup and
18613 the rest of the Pattern matches.
18614 The value &quot;Specific&quot; may be used when you want to limit the match
18615 to a specific folder (not just a specific type of folder), or to a list of
18616 specific folders.
18618 In order to match a specific folder you Select the &quot;Specific&quot;
18619 button <EM>AND</EM> fill in
18620 the name (or list of names) of
18621 the folder in the &quot;Folder List&quot; field.
18622 If the current folder is any of the folders in the list, that is considered
18623 a match.
18624 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18625 of the folder (like what appears in your configuration file) or, if the
18626 folder is one of your incoming folders, it may be the nickname you've given
18627 the folder.
18628 Here are a couple samples of specific folder names:
18630 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18632 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18634 The easiest way to fill in the &quot;Folder List&quot; field is to use
18635 the T command that is available when the &quot;Folder List&quot; line is
18636 highlighted.
18637 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18638 Current Folder Type is set to &quot;Specific&quot;, and any value that
18639 &quot;Folder List&quot; has is ignored unless the type
18640 is set to &quot;Specific&quot;.
18642 When reading a newsgroup, there may be a performance penalty
18643 incurred when collecting the information necessary to check a Pattern.
18644 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18645 For example, if you have Index Line Coloring rules that have Score Intervals
18646 defined then the scores for all the visible messages will need to be calculated.
18647 If some of your Scoring rules have 
18648 a Current Folder Type of
18649 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
18650 screen to draw more slowly when in a newsgroup.
18652 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18653 for more information on Patterns.
18655 Look <A HREF="h_edit_nav_cmds">here</A>
18656 to see the available Editing and Navigation commands.
18658 &lt;End of help on this topic&gt;
18659 </BODY>
18660 </HTML>
18661 ======= h_config_other_fldr_type =======
18662 <HTML>
18663 <HEAD>
18664 <TITLE>Current Folder Type Explained</TITLE>
18665 </HEAD>
18666 <BODY>
18667 <H1>Current Folder Type Explained</H1>
18669 The Current Folder Type is part of the rule's Pattern.
18670 It refers to the type of the folder being viewed.
18671 In order for a rule to be considered a match, the current folder must
18672 be of the type you set here.
18673 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18674 all what you might think.
18676 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18677 example, then
18678 that Pattern will only match if the current folder is a newsgroup.
18679 The value &quot;Specific&quot; may be used when you want to limit the match
18680 to a specific folder (not just a specific type of folder), or to a list of
18681 specific folders.
18683 In order to match a specific folder you Select the &quot;Specific&quot;
18684 button <EM>AND</EM> fill in
18685 the name (or list of names) of
18686 the folder in the &quot;Folder List&quot; field.
18687 If the current folder is any of the folders in the list, that is considered
18688 a match.
18689 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18690 of the folder (like what appears in your configuration file) or, if the
18691 folder is one of your incoming folders, it may be the nickname you've given
18692 the folder.
18693 Here are a couple samples of specific folder names:
18695 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18697 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18699 The easiest way to fill in the &quot;Folder List&quot; field is to use
18700 the T command that is available when the &quot;Folder List&quot; line is
18701 highlighted.
18702 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18703 Current Folder Type is set to &quot;Specific&quot;, and any value that
18704 &quot;Folder List&quot; has is ignored unless the type
18705 is set to &quot;Specific&quot;.
18707 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18708 for more information on Patterns.
18710 Look <A HREF="h_edit_nav_cmds">here</A>
18711 to see the available Editing and Navigation commands.
18713 &lt;End of help on this topic&gt;
18714 </BODY>
18715 </HTML>
18716 ======= h_config_incol_fldr_type =======
18717 <HTML>
18718 <HEAD>
18719 <TITLE>Current Folder Type Explained</TITLE>
18720 </HEAD>
18721 <BODY>
18722 <H1>Current Folder Type Explained</H1>
18724 The Current Folder Type is part of the Line Coloring rule's Pattern.
18725 It refers to the type of the folder for which the MESSAGE INDEX is
18726 being viewed.
18727 In order for a rule to be considered a match, the current folder must
18728 be of the type you set here.
18729 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18730 all what you might think.
18732 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18733 example, then
18734 that Pattern will only match if the current folder is a newsgroup and
18735 the rest of the Pattern matches.
18736 The value &quot;Specific&quot; may be used when you want to limit the match
18737 to a specific folder (not just a specific type of folder), or to a list of
18738 specific folders.
18740 In order to match a specific folder you Select the &quot;Specific&quot;
18741 button <EM>AND</EM> fill in
18742 the name (or list of names) of
18743 the folder in the &quot;Folder List&quot; field.
18744 If the current folder is any of the folders in the list, that is considered
18745 a match.
18746 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18747 of the folder (like what appears in your configuration file) or, if the
18748 folder is one of your incoming folders, it may be the nickname you've given
18749 the folder.
18750 Here are a couple samples of specific folder names:
18752 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18754 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18756 The easiest way to fill in the &quot;Folder List&quot; field is to use
18757 the T command that is available when the &quot;Folder List&quot; line is
18758 highlighted.
18759 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18760 Current Folder Type is set to &quot;Specific&quot;, and any value that
18761 &quot;Folder List&quot; has is ignored unless the type
18762 is set to &quot;Specific&quot;.
18764 When reading a newsgroup, there may be a performance penalty
18765 incurred when collecting the information necessary to check a Pattern.
18766 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18767 For example, a rule with a non-Normal Index Line Color
18768 and a Current Folder Type of
18769 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
18770 screen to draw more slowly when in a newsgroup.
18772 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18773 for more information on Patterns.
18775 Look <A HREF="h_edit_nav_cmds">here</A>
18776 to see the available Editing and Navigation commands.
18778 &lt;End of help on this topic&gt;
18779 </BODY>
18780 </HTML>
18781 ======= h_config_filt_fldr_type =======
18782 <HTML>
18783 <HEAD>
18784 <TITLE>Current Folder Type Explained</TITLE>
18785 </HEAD>
18786 <BODY>
18787 <H1>Current Folder Type Explained</H1>
18789 The Current Folder Type is part of the Filtering rule's Pattern.
18790 It refers to the type of the folder for which the filtering is being done.
18791 In order for a rule to be considered a match, the current folder must
18792 be of the type you set here.
18793 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18794 all what you might think.
18796 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18797 example, then
18798 that Pattern will only match if the current folder is a newsgroup and
18799 the rest of the Pattern matches.
18800 The value &quot;Specific&quot; may be used when you want to limit the match
18801 to a specific folder (not just a specific type of folder), or to a list of
18802 specific folders.
18804 In order to match a specific folder you Select the &quot;Specific&quot;
18805 button <EM>AND</EM> fill in
18806 the name (or list of names) of
18807 the folder in the &quot;Folder List&quot; field.
18808 If the current folder is any of the folders in the list, that is considered
18809 a match.
18810 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18811 of the folder (like what appears in your configuration file) or, if the
18812 folder is one of your incoming folders, it may be the nickname you've given
18813 the folder.
18814 Here are a couple samples of specific folder names:
18816 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18818 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18820 The easiest way to fill in the &quot;Folder List&quot; field is to use
18821 the T command that is available when the &quot;Folder List&quot; line is
18822 highlighted.
18823 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18824 Current Folder Type is set to &quot;Specific&quot;, and any value that
18825 &quot;Folder List&quot; has is ignored unless the type
18826 is set to &quot;Specific&quot;.
18828 When reading a newsgroup, there may be a performance penalty
18829 incurred when collecting the information necessary to check a Pattern.
18830 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18831 For example, a rule with a Current Folder Type of either
18832 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
18833 more slowly when opening a newsgroup.
18835 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18836 for more information on Patterns.
18838 Look <A HREF="h_edit_nav_cmds">here</A>
18839 to see the available Editing and Navigation commands.
18841 &lt;End of help on this topic&gt;
18842 </BODY>
18843 </HTML>
18844 ======= h_config_role_stat_imp =======
18845 <HTML>
18846 <HEAD>
18847 <TITLE>Message Important Status Explained</TITLE>
18848 </HEAD>
18849 <BODY>
18850 <H1>Message Important Status Explained</H1>
18852 This part of the Pattern may have one of three possible values.
18853 The default value is &quot;Don't care&quot;, which matches any message.
18854 The other two values are &quot;Yes&quot;, which means the message must be
18855 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
18856 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
18857 to be a match.
18859 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18860 for more information on Patterns.
18862 Look <A HREF="h_edit_nav_cmds">here</A>
18863 to see the available Editing and Navigation commands.
18865 &lt;End of help on this topic&gt;
18866 </BODY>
18867 </HTML>
18868 ======= h_config_role_stat_new =======
18869 <HTML>
18870 <HEAD>
18871 <TITLE>Message New Status Explained</TITLE>
18872 </HEAD>
18873 <BODY>
18874 <H1>Message New Status Explained</H1>
18876 This part of the Pattern may have one of three possible values.
18877 The default value is &quot;Don't care&quot;, which matches any message.
18878 The other two values are &quot;Yes&quot;, which means the message must be
18879 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
18880 means the message must <EM>not</EM> be &quot;New&quot; in order
18881 to be a match.
18882 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
18883 same as <EM>Seen</EM>.
18885 The nomenclature for New and Recent is a bit confusing:
18887 New means that the message is Unseen.
18888 It could have been in your mailbox for a long time but if you haven't looked
18889 at it, it is still considered New.
18890 That matches the default Alpine index display that shows an N for such a
18891 message.
18893 Recent means that the message was added to this folder since the last time
18894 you opened the folder.
18895 Alpine also shows an N by default for these types of messages.
18896 If you were to run two copies of Alpine that opened a folder one right after
18897 the other, a message would only show up as Recent in (at most) the first
18898 Alpine session.
18900 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18901 for more information on Patterns.
18903 Look <A HREF="h_edit_nav_cmds">here</A>
18904 to see the available Editing and Navigation commands.
18906 &lt;End of help on this topic&gt;
18907 </BODY>
18908 </HTML>
18909 ======= h_config_role_stat_recent =======
18910 <HTML>
18911 <HEAD>
18912 <TITLE>Message Recent Status Explained</TITLE>
18913 </HEAD>
18914 <BODY>
18915 <H1>Message Recent Status Explained</H1>
18917 This part of the Pattern may have one of three possible values.
18918 The default value is &quot;Don't care&quot;, which matches any message.
18919 The other two values are &quot;Yes&quot;, which means the message must be
18920 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
18921 means the message must <EM>not</EM> be &quot;Recent&quot; in order
18922 to be a match.
18923 &quot;Recent&quot; means that the message was added to the folder since
18924 the last time the folder was opened.
18925 If more than one mail client has the folder opened, the message will
18926 appear to be &quot;Recent&quot; to only one of the clients.
18928 The nomenclature for New and Recent is a bit confusing:
18930 New means that the message is Unseen.
18931 It could have been in your mailbox for a long time but if you haven't looked
18932 at it, it is still considered New.
18933 That matches the default Alpine index display that shows an N for such a
18934 message.
18936 Recent means that the message was added to this folder since the last time
18937 you opened the folder.
18938 Alpine also shows an N by default for these types of messages.
18939 If you were to run two copies of Alpine that opened a folder one right after
18940 the other, a message would only show up as Recent in (at most) the first
18941 Alpine session.
18943 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18944 for more information on Patterns.
18946 Look <A HREF="h_edit_nav_cmds">here</A>
18947 to see the available Editing and Navigation commands.
18949 &lt;End of help on this topic&gt;
18950 </BODY>
18951 </HTML>
18952 ======= h_config_role_stat_del =======
18953 <HTML>
18954 <HEAD>
18955 <TITLE>Message Deleted Status Explained</TITLE>
18956 </HEAD>
18957 <BODY>
18958 <H1>Message Deleted Status Explained</H1>
18960 This part of the Pattern may have one of three possible values.
18961 The default value is &quot;Don't care&quot;, which matches any message.
18962 The other two values are &quot;Yes&quot;, which means the message must be
18963 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
18964 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
18965 to be a match.
18967 If you are thinking of using this part of the Pattern as a way to prevent
18968 messages from being filtered more than once in a Filter Pattern,
18969 take a look at the Filter Option
18970 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
18971 instead.
18972 It should work better than using this field since it will hide the filtered
18973 messages even if they are already Deleted.
18974 That option is at the bottom of the Filter configuration screen.
18976 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18977 for more information on Patterns.
18979 Look <A HREF="h_edit_nav_cmds">here</A>
18980 to see the available Editing and Navigation commands.
18982 &lt;End of help on this topic&gt;
18983 </BODY>
18984 </HTML>
18985 ======= h_config_role_stat_ans =======
18986 <HTML>
18987 <HEAD>
18988 <TITLE>Message Answered Status Explained</TITLE>
18989 </HEAD>
18990 <BODY>
18991 <H1>Message Answered Status Explained</H1>
18993 This part of the Pattern may have one of three possible values.
18994 The default value is &quot;Don't care&quot;, which matches any message.
18995 The other two values are &quot;Yes&quot;, which means the message must be
18996 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
18997 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
18998 to be a match.
19000 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19001 for more information on Patterns.
19003 Look <A HREF="h_edit_nav_cmds">here</A>
19004 to see the available Editing and Navigation commands.
19006 &lt;End of help on this topic&gt;
19007 </BODY>
19008 </HTML>
19009 ======= h_config_role_abookfrom =======
19010 <HTML>
19011 <HEAD>
19012 <TITLE>Address in Address Book Explained</TITLE>
19013 </HEAD>
19014 <BODY>
19015 <H1>Address in Address Book Explained</H1>
19017 This option gives you a way to match messages that contain an address
19018 that is in one of your address books.
19019 Only the simple entries in your address books are searched.
19020 Address book distribution lists are ignored!
19022 This part of the Pattern may have one of five possible values.
19023 The default value is &quot;Don't care&quot;, which matches any message.
19024 The value &quot;Yes, in any address book&quot; means at least one of the addresses
19025 from the message must be in at least one of your
19026 address books in order to be a match.
19027 The value &quot;No, not in any address book&quot;
19028 means none of the addresses may
19029 be in any of your address books in order to be a match.
19031 The values &quot;Yes, in specific address books&quot; and
19032 &quot;No, not in any of specific address books&quot; are similar but instead
19033 of depending on all address books you are allowed to give a list of address
19034 books to look in.
19035 Usually this would be a single address book but it may be a
19036 list of address books as well.
19037 For each of these &quot;specific&quot; address book options you Select which
19038 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
19039 name (or list of names) of the address book in the
19040 &quot;Abook List&quot; field.
19041 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
19042 The easiest way to fill in the Abook List field it to use
19043 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
19044 line is highlighted.
19045 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
19046 option is set to one of the two &quot;Specific&quot;, values.
19048 The addresses from the message that are checked for are determined by the
19049 setting you have for &quot;Types of addresses to check for in address book&quot;.
19050 If you set this to &quot;From&quot; the From address from the message will
19051 be looked up in the address book.
19052 If you set it to &quot;To&quot; instead then the To addresses will be used.
19053 If any of the To addresses are in the address book then it is considered
19054 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
19055 You could set it to both From and To, in which case all of the From and To
19056 addresses are used.
19057 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
19058 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
19059 exists or the From address if there is no Reply-To address.
19060 Same for the Sender address.
19062 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19063 for more information on Patterns.
19065 Look <A HREF="h_edit_nav_cmds">here</A>
19066 to see the available Editing and Navigation commands.
19068 &lt;End of help on this topic&gt;
19069 </BODY>
19070 </HTML>
19071 ======= h_config_inabook_from =======
19072 <HTML>
19073 <HEAD>
19074 <TITLE>From</TITLE>
19075 </HEAD>
19076 <BODY>
19077 <H1>From</H1>
19079 Setting the From line will cause the address from the From header line
19080 of the message to be checked for in the address book.
19082 &lt;End of help on this topic&gt;
19083 </BODY>
19084 </HTML>
19085 ======= h_config_inabook_replyto =======
19086 <HTML>
19087 <HEAD>
19088 <TITLE>Reply-To</TITLE>
19089 </HEAD>
19090 <BODY>
19091 <H1>Reply-To</H1>
19093 Setting the Reply-To line will cause the address from the Reply-To header line
19094 of the message to be checked for in the address book.
19095 However, if there is no Reply-To header line in the message the From header
19096 line will be used instead.
19097 We understand this is dumb but we don't have an easy way around it.
19099 &lt;End of help on this topic&gt;
19100 </BODY>
19101 </HTML>
19102 ======= h_config_inabook_sender =======
19103 <HTML>
19104 <HEAD>
19105 <TITLE>Sender</TITLE>
19106 </HEAD>
19107 <BODY>
19108 <H1>Sender</H1>
19110 Setting the Sender line will cause the address from the Sender header line
19111 of the message to be checked for in the address book.
19112 However, if there is no Sender header line in the message the From header
19113 line will be used instead.
19114 We understand this is dumb but we don't have an easy way around it.
19116 &lt;End of help on this topic&gt;
19117 </BODY>
19118 </HTML>
19119 ======= h_config_inabook_to =======
19120 <HTML>
19121 <HEAD>
19122 <TITLE>To</TITLE>
19123 </HEAD>
19124 <BODY>
19125 <H1>To</H1>
19127 Setting the To line will cause the address from the To header line
19128 of the message to be checked for in the address book.
19130 &lt;End of help on this topic&gt;
19131 </BODY>
19132 </HTML>
19133 ======= h_config_inabook_cc =======
19134 <HTML>
19135 <HEAD>
19136 <TITLE>CC</TITLE>
19137 </HEAD>
19138 <BODY>
19139 <H1>CC</H1>
19141 Setting the CC line will cause the address from the CC header line
19142 of the message to be checked for in the address book.
19144 &lt;End of help on this topic&gt;
19145 </BODY>
19146 </HTML>
19147 ======= h_config_role_stat_8bitsubj =======
19148 <HTML>
19149 <HEAD>
19150 <TITLE>Raw 8-bit in Subject Explained</TITLE>
19151 </HEAD>
19152 <BODY>
19153 <H1>Raw 8-bit in Subject Explained</H1>
19155 It seems that lots of unwanted email contains unencoded 8-bit characters
19156 in the Subject.
19157 Normally, characters with the 8th bit set are not allowed in the Subject
19158 header unless they are MIME-encoded.
19159 This option gives you a way to match messages that have Subjects that
19160 contain unencoded 8-bit characters.
19162 This part of the Pattern may have one of three possible values.
19163 The default value is &quot;Don't care&quot;, which matches any message.
19164 The other two values are &quot;Yes&quot;, which means the Subject of
19165 the message must contain unencoded 8-bit characters (characters with the
19166 most significant bit set)
19167 in order to be a match; or &quot;No&quot;, which
19168 means the Subject must <EM>not</EM>
19169 contain unencoded 8-bit characters in order to be a match.
19171 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19172 for more information on Patterns.
19174 Look <A HREF="h_edit_nav_cmds">here</A>
19175 to see the available Editing and Navigation commands.
19177 &lt;End of help on this topic&gt;
19178 </BODY>
19179 </HTML>
19180 ======= h_config_role_bom =======
19181 <HTML>
19182 <HEAD>
19183 <TITLE>Beginning of Month</TITLE>
19184 </HEAD>
19185 <BODY>
19186 <H1>Beginning of Month</H1>
19188 This option gives you a limited ability to take different actions depending on whether
19189 this is the first time Alpine has been run this month or not.
19190 Though it would be nice to have such an option available, this is not the
19191 same as whether or not this is the first time a particular folder has been
19192 opened this month.
19193 If you want some action (probably Filtering) to take place in a folder each
19194 month, then you will need to be sure that the folder is opened during the
19195 first Alpine session of the month in order for this option to be helpful.
19197 This part of the Pattern may have one of three possible values.
19198 The default value is &quot;Don't care&quot;, which matches any message.
19199 The other two values are &quot;Yes&quot;, which means this is the first
19200 time Alpine has been run this month;
19201 or &quot;No&quot;, which
19202 means this is not the first time Alpine has been run this month.
19204 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19205 for more information on Patterns.
19207 Here are some technical details.
19208 The way that Alpine decides if it is the beginning of the month or not is
19209 to compare today's date with the date stored in the
19210 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19211 variable in the config file.
19212 If the month of today's date is later than the month stored in the variable,
19213 then this is considered to be the first time you have run Alpine this month, and
19214 that turns the Beginning of the Month option on.
19216 Look <A HREF="h_edit_nav_cmds">here</A>
19217 to see the available Editing and Navigation commands.
19219 &lt;End of help on this topic&gt;
19220 </BODY>
19221 </HTML>
19222 ======= h_config_role_boy =======
19223 <HTML>
19224 <HEAD>
19225 <TITLE>Beginning of Year</TITLE>
19226 </HEAD>
19227 <BODY>
19228 <H1>Beginning of Year</H1>
19230 This option gives you a limited ability to take different actions depending on whether
19231 this is the first time Alpine has been run this year or not.
19232 Though it would be nice to have such an option available, this is not the
19233 same as whether or not this is the first time a particular folder has been
19234 opened this year.
19235 If you want some action (probably Filtering) to take place in a folder each
19236 year, then you will need to be sure that the folder is opened during the
19237 first Alpine session of the year in order for this option to be helpful.
19239 This part of the Pattern may have one of three possible values.
19240 The default value is &quot;Don't care&quot;, which matches any message.
19241 The other two values are &quot;Yes&quot;, which means this is the first
19242 time Alpine has been run this year;
19243 or &quot;No&quot;, which
19244 means this is not the first time Alpine has been run this year.
19246 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19247 for more information on Patterns.
19249 Here are some technical details.
19250 The way that Alpine decides if it is the beginning of the year or not is
19251 to compare today's date with the date stored in the
19252 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19253 variable in the config file.
19254 If the year of today's date is later than the year stored in the variable,
19255 then this is considered to be the first time you have run Alpine this year, and
19256 that turns the Beginning of the Year option on.
19258 Look <A HREF="h_edit_nav_cmds">here</A>
19259 to see the available Editing and Navigation commands.
19261 &lt;End of help on this topic&gt;
19262 </BODY>
19263 </HTML>
19264 ======= h_config_role_inick =======
19265 <HTML>
19266 <HEAD>
19267 <TITLE>Initialize Values From Role Explained</TITLE>
19268 </HEAD>
19269 <BODY>
19270 <H1>Initialize Values From Role Explained</H1>
19272 This is a power user feature.
19273 You will usually want to leave this field empty.
19274 The value of this field is the nickname of another one of your roles.
19275 The Action values from that other role
19276 are used as the initial values of the Action items for this role.
19277 If you put something in any of the action fields for this role, that will
19278 override whatever was in the corresponding field of the initializer role.
19280 You might use this field if the &quot;Action&quot; part of one of your roles
19281 is something you want to use in more than one role.
19282 Instead of filling in those action values again for each role, you
19283 may give the nickname of the role where the values are filled in.
19284 It's just a shortcut way to define Role Actions.
19286 Here's an example to help explain how this works.
19287 Suppose you have a role with nickname &quot;role1&quot; and role1 has
19288 (among other things)
19290 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
19292 set.
19293 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
19294 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
19295 from role1 by default (and any of the other inheritable action values
19296 that are set).
19297 So if role2 had
19299 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
19301 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
19302 However, if role2 had
19304 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
19306 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
19308 If you wish,
19309 you may choose a nickname from your list of roles by using the
19310 &quot;T&quot; command.
19311 If the role you are using to initialize also has a role it initializes from,
19312 then that initialization happens first.
19313 That is, inheritance works as expected with the grandparent and
19314 great-grandparent (and so on) roles having the expected effect.
19316 Look <A HREF="h_edit_nav_cmds">here</A>
19317 to see the available Editing and Navigation commands.
19319 &lt;End of help on this topic&gt;
19320 </BODY>
19321 </HTML>
19322 ======= h_config_role_setfrom =======
19323 <HTML>
19324 <HEAD>
19325 <TITLE>Set From Explained</TITLE>
19326 </HEAD>
19327 <BODY>
19328 <H1>Set From Explained</H1>
19330 This describes part of the action to be taken if the Pattern for this
19331 role is a match.
19332 This field consists of a single address that will be used as the From
19333 address on the message you are sending.
19334 This should be a fully-qualified address like
19336 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19338 or just
19340 <CENTER><SAMP>user@domain</SAMP></CENTER>
19342 If you wish,
19343 you may choose an address from your address book with the
19344 &quot;T&quot; command.
19346 If this is left blank, then your normal From address will be used.
19348 You may also find it useful to add the changed From address to the
19349 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
19350 configuration option.
19352 Look <A HREF="h_edit_nav_cmds">here</A>
19353 to see the available Editing and Navigation commands.
19355 &lt;End of help on this topic&gt;
19356 </BODY>
19357 </HTML>
19358 ======= h_config_role_setreplyto =======
19359 <HTML>
19360 <HEAD>
19361 <TITLE>Set Reply-To Explained</TITLE>
19362 </HEAD>
19363 <BODY>
19364 <H1>Set Reply-To Explained</H1>
19366 This describes part of the action to be taken if the Pattern for this
19367 role is a match.
19368 This field consists of a single address that will be used as the Reply-To
19369 address on the message you are sending.
19370 This may be a fully-qualified address like
19372 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19374 or just
19376 <CENTER><SAMP>user@domain</SAMP></CENTER>
19378 If you wish,
19379 you may choose an address from your address book with the
19380 &quot;T&quot; command.
19382 If this is left blank, then there won't be a Reply-To address unless
19383 you have configured one specially with the
19384 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
19385 configuration option.
19387 Look <A HREF="h_edit_nav_cmds">here</A>
19388 to see the available Editing and Navigation commands.
19390 &lt;End of help on this topic&gt;
19391 </BODY>
19392 </HTML>
19393 ======= h_config_role_setfcc =======
19394 <HTML>
19395 <HEAD>
19396 <TITLE>Set Fcc Explained</TITLE>
19397 </HEAD>
19398 <BODY>
19399 <H1>Set Fcc Explained</H1>
19401 This describes part of the action to be taken if the Pattern for this
19402 role is a match.
19403 This field consists of a single folder name that will be used in
19404 the Fcc field of the message you are sending.
19405 You may put anything here that you would normally type into the Fcc
19406 field from the composer.
19408 In addition, an fcc of &quot;&quot; (two double quotation marks) means
19409 no Fcc.
19411 A blank field here means that Alpine will use its normal rules for deciding
19412 the default value of the Fcc field.
19413 For many roles, perhaps most, it may make more sense for you to use the
19414 other Alpine facilities for setting the Fcc.
19415 In particular, if you want the Fcc to depend on who you are sending the
19416 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
19417 is probably more useful.
19418 In that case, you would want to leave the Fcc field here blank.
19419 However, if you have a role that depends on who the message you are replying
19420 to was From, or what address that message was sent to;
19421 then it might make sense to set the Fcc for that role here.
19423 If you wish,
19424 you may choose a folder from your folder collections by using the
19425 &quot;T&quot; command.
19427 Look <A HREF="h_edit_nav_cmds">here</A>
19428 to see the available Editing and Navigation commands.
19430 &lt;End of help on this topic&gt;
19431 </BODY>
19432 </HTML>
19433 ======= h_config_role_usesmtp =======
19434 <HTML>
19435 <HEAD>
19436 <TITLE>Use SMTP Server Explained</TITLE>
19437 </HEAD>
19438 <BODY>
19439 <H1>Use SMTP Server Explained</H1>
19441 This describes part of the action to be taken if the Pattern for this
19442 role is a match.
19443 If this field has a value, then it will be used as the SMTP server
19444 to send mail when this role is being used (unless the SMTP server variable
19445 is set in the system-wide fixed configuration file).
19446 It has the same semantics as the
19447 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19448 variable in the Setup/Config screen.
19450 If you are using this to post from home when you are at home and from
19451 work when you are at work you need to be careful about postponing messages.
19452 When you postpone a composition that was using a role with this variable
19453 set, the SMTP server list will be saved
19454 with the postponed composition.
19455 It cannot be changed later.
19456 Because of this, you may want to make this a list of SMTP servers
19457 with the preferred server at the front of the list and alternate servers
19458 later in the list.
19459 In your &quot;Home&quot; role you would put the home SMTP server first and
19460 the work SMTP server last.
19461 In your &quot;Work&quot; role you would put the work SMTP server first and
19462 the home SMTP server last.
19463 Then if you start a composition as &quot;Work&quot;, postpone
19464 it, and then later resume it from home the work SMTP server will fail but
19465 the home SMTP server later in the list will succeed.
19467 You may be able to simplify things by making the regular
19468 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19469 variable in the Setup/Config screen a list instead of using roles
19470 to set the SMTP server.
19473 Look <A HREF="h_edit_nav_cmds">here</A>
19474 to see the available Editing and Navigation commands.
19476 &lt;End of help on this topic&gt;
19477 </BODY>
19478 </HTML>
19479 ======= h_config_role_usenntp =======
19480 <HTML>
19481 <HEAD>
19482 <TITLE>Use NNTP Server Explained</TITLE>
19483 </HEAD>
19484 <BODY>
19485 <H1>Use NNTP Server Explained</H1>
19487 This describes part of the action to be taken if the Pattern for this
19488 role is a match.
19489 If this field has a value, then it will be used as the NNTP server
19490 to post to newsgroups when this role is being used (unless the NNTP server
19491 variable
19492 is set in the system-wide fixed configuration file).
19493 It has the same semantics as the
19494 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19495 variable in the Setup/Config screen.
19497 This role setting can facilitate posting to the right nntp server for someone
19498 who reads news from various news sources.  The feature
19499 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
19500 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
19501 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
19502 nntp servers for roles may be more desirable for some people.
19504 If you are using this to post from home when you are at home and from
19505 work when you are at work you need to be careful about postponing messages.
19506 When you postpone a composition that was using a role with this variable
19507 set, the NNTP server list will be saved
19508 with the postponed composition.
19509 It cannot be changed later.
19510 Because of this, you may want to make this a list of NNTP servers
19511 with the preferred server at the front of the list and alternate servers
19512 later in the list.
19513 In your &quot;Home&quot; role you would put the home NNTP server first and
19514 the work NNTP server last.
19515 In your &quot;Work&quot; role you would put the work NNTP server first and
19516 the home NNTP server last.
19517 Then if you start a composition as &quot;Work&quot;, postpone
19518 it, and then later resume it from home the work NNTP server will fail but
19519 the home NNTP server later in the list will succeed.
19521 You may be able to simplify things by making the regular
19522 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19523 variable in the Setup/Config screen a list instead of using roles
19524 to set the NNTP server.
19527 Look <A HREF="h_edit_nav_cmds">here</A>
19528 to see the available Editing and Navigation commands.
19530 &lt;End of help on this topic&gt;
19531 </BODY>
19532 </HTML>
19533 ======= h_config_role_setotherhdr =======
19534 <HTML>
19535 <HEAD>
19536 <TITLE>Set Other Headers Explained</TITLE>
19537 </HEAD>
19538 <BODY>
19539 <H1>Set Other Headers Explained</H1>
19541 This describes part of the action to be taken if the Pattern for this
19542 role is a match.
19543 This field gives you a way to set values for headers besides
19544 &quot;From&quot; and &quot;Reply-To&quot;.
19545 If you want to set either of those, use the specific
19546 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
19548 This field is similar to the
19549 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
19550 Each header you specify here must include the header tag 
19551 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
19552 and may optionally include a value for that header.
19553 In order to see these headers when you compose using this role you 
19554 must use the rich header
19555 <!--chtml if pinemode="function_key"-->(F5)
19556 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
19557 Here's an example that shows how you might set the To address.
19559 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
19561 Headers set in this way are different from headers set with the
19562 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
19563 will replace any value that already exists.
19564 For example, if you are Replying to a message there will already be at
19565 least one address in the To header (the address you are Replying to).
19566 However, if you Reply using a role that sets the To header, that role's
19567 To header value will be used instead.
19569 Limitation: Because commas are used to separate the list of
19570 Other Headers, it is not possible to have the value of a
19571 header contain a comma;
19572 nor is there currently an &quot;escape&quot; mechanism provided
19573 to make this work.
19575 Look <A HREF="h_edit_nav_cmds">here</A>
19576 to see the available Editing and Navigation commands.
19578 &lt;End of help on this topic&gt;
19579 </BODY>
19580 </HTML>
19581 ======= h_config_role_setlitsig =======
19582 <HTML>
19583 <HEAD>
19584 <TITLE>Set Literal Signature Explained</TITLE>
19585 </HEAD>
19586 <BODY>
19587 <H1>Set Literal Signature Explained</H1>
19589 This describes part of the action to be taken if the Pattern for this
19590 role is a match.
19591 This field contains the actual text for your signature, as opposed to
19592 the name of a file containing your signature.
19593 If this is defined it takes precedence over any value set in the
19594 &quot;Set Signature&quot; field.
19596 This is simply a different way to store the signature.
19597 The signature is stored inside your Alpine configuration file instead of in
19598 a separate file.
19599 Tokens work the same way they do with
19600 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
19601 help text there for more information.
19604 The two character sequence &#92;n (backslash followed by
19605 the character n) will be used to signify a line-break in your signature.
19606 You don't have to enter the &#92;n, but it will be visible in the
19607 CHANGE THIS ROLE RULE window after you are done editing the signature.
19609 Look <A HREF="h_edit_nav_cmds">here</A>
19610 to see the available Editing and Navigation commands.
19612 &lt;End of help on this topic&gt;
19613 </BODY>
19614 </HTML>
19615 ======= h_config_role_setsig =======
19616 <HTML>
19617 <HEAD>
19618 <TITLE>Set Signature Explained</TITLE>
19619 </HEAD>
19620 <BODY>
19621 <H1>Set Signature Explained</H1>
19623 This describes part of the action to be taken if the Pattern for this
19624 role is a match.
19626 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
19627 option from Setup/Config
19628 or the &quot;Set LiteralSig&quot; option for this role are defined,
19629 then this option will be ignored.
19630 You can tell that that is the case because the value of this
19631 option will show up as
19633 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
19635 You may either use all Literal Signatures (signatures stored in your
19636 configuration file) throughout Alpine, or all signature files.
19637 You can't mix the two.
19639 This field consists of a filename that will be used as the signature
19640 file when using this role.
19642 If the filename is followed by a vertical bar (|) then instead
19643 of reading the contents of the file the file is assumed to be a
19644 program that will produce the text to be used on its standard output.
19645 The program can't have any arguments and doesn't receive any input from Alpine,
19646 but the rest of the processing works as if the contents came from a file.
19648 Instead of storing the data in a local file, the
19649 signature data may be stored remotely in an IMAP folder.
19650 In order to do this, 
19651 you must use a remote name for the signature.
19652 A remote signature name might look like:
19654 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
19657 The syntax used here is the same as the syntax used for a remote
19658 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19659 Note that you may not access an existing signature file remotely,
19660 you have to create a new <EM>folder</EM> that contains the signature data.
19661 If the name you use here for the signature data is a remote name, then when
19662 you edit the file using the &quot;F&quot; command the data will
19663 be saved remotely in the folder.
19664 You aren't required to do anything special to create the folder, it
19665 gets created if you use a remote name.
19668 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19669 the name of the file) you have specified.
19670 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19672 Besides containing regular text, a signature file may also
19673 contain (or a signature program may produce) tokens that are replaced with text
19674 that depends on the message you are replying to or forwarding.
19675 The tokens all look like _word_ (a word surrounded by underscores).
19676 For example, if the token
19678 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19680 is included in the text of the signature file, then when you reply to
19681 or forward a message, the token will be replaced with the actual date
19682 the message you are replying to or forwarding was sent.
19684 If you use a role that has a signature file for a plain composition
19685 (that is, not a reply or forward) then there is no original message, so
19686 any tokens that depend on the message will be replaced with nothing.
19687 So if you want a signature file to be useful for new compositions it
19688 shouldn't include any of the tokens that depend on the message being
19689 replied to or forwarded.
19691 The list of available tokens is
19692 <A HREF="h_index_tokens">here</A>.
19694 Actually, for the adventurous, there is a way to conditionally include text based
19695 on whether or not a token would result in specific replacement text.
19696 For example, you could include some text based on whether or not
19697 the _NEWS_ token would result in any newsgroups if it was used.
19698 It's explained in detail
19699 <A HREF="h_reply_token_conditionals">here</A>.
19701 In the very unlikely event that you want to include a literal token in
19702 a signature file, you must precede it with a backslash character.
19703 For example, to include the literal text _DATE_ you must actually use
19704 &#92;_DATE_.
19705 It is not possible to have a literal backslash followed by an expanded token.
19707 A blank field here means that Alpine will use its normal rules for deciding
19708 which file (if any) to use for the signature file.
19710 An alternate method for storing the signature is available in
19711 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
19713 Look <A HREF="h_edit_nav_cmds">here</A>
19714 to see the available Editing and Navigation commands.
19716 &lt;End of help on this topic&gt;
19717 </BODY>
19718 </HTML>
19719 ======= h_config_role_settempl =======
19720 <HTML>
19721 <HEAD>
19722 <TITLE>Set Template Explained</TITLE>
19723 </HEAD>
19724 <BODY>
19725 <H1>Set Template Explained</H1>
19727 This describes part of the action to be taken if the Pattern for this
19728 role is a match.
19729 This field consists of a filename that will be used as the template
19730 file when using this role.
19731 The template file is a file that is included at the top of the message you
19732 are composing.
19734 If the filename is followed by a vertical bar (|) then instead
19735 of reading the contents of the file the file is assumed to be a
19736 program that will produce the text to be used on its standard output.
19737 The program can't have any arguments and doesn't receive any input from Alpine,
19738 but the rest of the processing works as if the contents came from a file.
19740 Instead of storing the data in a local file, the
19741 template may be stored remotely in an IMAP folder.
19742 In order to do this, 
19743 you must use a remote name for the template.
19744 A remote template name might look like:
19746 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
19749 The syntax used here is the same as the syntax used for a remote
19750 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19751 Note that you may not access an existing template file remotely,
19752 you have to create a new <EM>folder</EM> that contains the template data.
19753 If the name you use here for the template is a remote name, then when
19754 you edit the file using the &quot;F&quot; command the data will
19755 be saved remotely in the folder.
19756 You aren't required to do anything special to create the folder, it
19757 gets created if you use a remote name.
19759 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19760 the name of the file) you have specified.
19761 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19763 Besides containing regular text, the template file may also
19764 contain (or a template file program may produce) tokens that are replaced with text
19765 that depends on the message you are replying to or forwarding.
19766 The tokens all look like _word_ (a word surrounded by underscores).
19767 For example, if the token
19769 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19771 is included in the text of the template file, then when you reply to
19772 or forward a message, the token will be replaced with the actual date
19773 the message you are replying to or forwarding was sent.
19775 If you use a role that has a template file for a plain composition
19776 (that is, not a reply or forward) then there is no original message, so
19777 any tokens that depend on the message will be replaced with nothing.
19778 So if you want a template file to be useful for new compositions it
19779 shouldn't include any of the tokens that depend on the message being
19780 replied to or forwarded.
19782 The list of available tokens is
19783 <A HREF="h_index_tokens">here</A>.
19785 Actually, for the adventurous, there is a way to conditionally include text based
19786 on whether or not a token would result in specific replacement text.
19787 For example, you could include some text based on whether or not
19788 the _NEWS_ token would result in any newsgroups if it was used.
19789 It's explained in detail
19790 <A HREF="h_reply_token_conditionals">here</A>.
19792 In the very unlikely event that you want to include a literal token in
19793 a template file, you must precede it with a backslash character.
19794 For example, to include the literal text _DATE_ you must actually use
19795 &#92;_DATE_.
19796 It is not possible to have a literal backslash followed by an expanded token.
19798 A blank template field means that Alpine will not use a template file when
19799 this role is being used.
19801 Look <A HREF="h_edit_nav_cmds">here</A>
19802 to see the available Editing and Navigation commands.
19804 &lt;End of help on this topic&gt;
19805 </BODY>
19806 </HTML>
19807 ======= h_config_filt_stat_imp =======
19808 <HTML>
19809 <HEAD>
19810 <TITLE>Set Important Status Explained</TITLE>
19811 </HEAD>
19812 <BODY>
19813 <H1>Set Important Status Explained</H1>
19815 This describes part of the action to be taken if the Pattern for this
19816 filter is a match.
19817 If set to &quot;Don't change it&quot; then this does nothing.
19818 If set to &quot;Set this state&quot; then the Important flag is set
19819 for the matching message.
19820 If set to &quot;Clear this state&quot; then the Important flag is cleared
19821 for the matching message.
19822 The important flag usually causes an asterisk to show up in the MESSAGE
19823 INDEX.
19824 It may also be useful when selecting a set of messages
19825 with the Select command.
19827 Look <A HREF="h_edit_nav_cmds">here</A>
19828 to see the available Editing and Navigation commands.
19830 &lt;End of help on this topic&gt;
19831 </BODY>
19832 </HTML>
19833 ======= h_config_filt_stat_new =======
19834 <HTML>
19835 <HEAD>
19836 <TITLE>Set New Status Explained</TITLE>
19837 </HEAD>
19838 <BODY>
19839 <H1>Set New Status Explained</H1>
19841 This describes part of the action to be taken if the Pattern for this
19842 filter is a match.
19843 If set to &quot;Don't change it&quot; then this does nothing.
19844 If set to &quot;Set this state&quot; then the
19845 matching message is marked New.
19846 If set to &quot;Clear this state&quot; then the
19847 matching message is marked Seen.
19849 Look <A HREF="h_edit_nav_cmds">here</A>
19850 to see the available Editing and Navigation commands.
19852 &lt;End of help on this topic&gt;
19853 </BODY>
19854 </HTML>
19855 ======= h_config_filt_stat_ans =======
19856 <HTML>
19857 <HEAD>
19858 <TITLE>Set Answered Status Explained</TITLE>
19859 </HEAD>
19860 <BODY>
19861 <H1>Set Answered Status Explained</H1>
19863 This describes part of the action to be taken if the Pattern for this
19864 filter is a match.
19865 If set to &quot;Don't change it&quot; then this does nothing.
19866 If set to &quot;Set this state&quot; then the Answered flag is set
19867 for the matching message.
19868 If set to &quot;Clear this state&quot; then the Answered flag is cleared
19869 for the matching message.
19871 Look <A HREF="h_edit_nav_cmds">here</A>
19872 to see the available Editing and Navigation commands.
19874 &lt;End of help on this topic&gt;
19875 </BODY>
19876 </HTML>
19877 ======= h_config_filt_stat_del =======
19878 <HTML>
19879 <HEAD>
19880 <TITLE>Set Deleted Status Explained</TITLE>
19881 </HEAD>
19882 <BODY>
19883 <H1>Set Deleted Status Explained</H1>
19885 This describes part of the action to be taken if the Pattern for this
19886 filter is a match.
19887 If set to &quot;Don't change it&quot; then this does nothing.
19888 If set to &quot;Set this state&quot; then the
19889 matching message is marked Deleted.
19890 If set to &quot;Clear this state&quot; then the
19891 matching message is marked UnDeleted.
19893 You should not use this option unless you are prepared to have matching
19894 messages expunged from the folder permanently.
19895 For example, if you type the Expunge command, this filter is applied
19896 before the expunge, so matching messages will be marked Deleted and then
19897 will be permanently expunged from the folder.
19898 However, since the index isn't redrawn in between the time that the message
19899 is marked Deleted and the time that you are asked to expunge, the only
19900 indication that you are expunging the message comes in the number of messages
19901 being expunged.
19902 The same thing may happen when you close a folder.
19903 It is also possible that an expunge not initiated by you will
19904 delete matching messages.
19906 Look <A HREF="h_edit_nav_cmds">here</A>
19907 to see the available Editing and Navigation commands.
19909 &lt;End of help on this topic&gt;
19910 </BODY>
19911 </HTML>
19912 ======= h_config_role_scoreval =======
19913 <HTML>
19914 <HEAD>
19915 <TITLE>Score Value Explained</TITLE>
19916 </HEAD>
19917 <BODY>
19918 <H1>Score Value Explained</H1>
19920 A message's score is the sum of the Score Values from all of the Scoring rules
19921 with Patterns that match the message.
19922 The value you give here is the Score Value associated with this rule.
19923 A Score Value is an integer between -100 and 100, with the default
19924 value of zero.
19926 Alternatively, if the
19927 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
19928 field is defined
19929 (on the line right below the &quot;Score Value&quot; field)
19930 then the &quot;Score Value&quot; is ignored and
19931 the &quot;Score From Header&quot; field is used instead.
19933 Look <A HREF="h_edit_nav_cmds">here</A>
19934 to see the available Editing and Navigation commands.
19936 &lt;End of help on this topic&gt;
19937 </BODY>
19938 </HTML>
19939 ======= h_config_role_scorehdrtok =======
19940 <HTML>
19941 <HEAD>
19942 <TITLE>Score Value From Header Explained</TITLE>
19943 </HEAD>
19944 <BODY>
19945 <H1>Score Value From Header Explained</H1>
19947 This option provides a way to use a number that appears in the headers of your
19948 messages as the message's score, or as a component of that score.
19949 If this field is defined then it is used instead of the &quot;Score Value&quot;.
19950 The idea behind this option is that there may be a score embedded in the
19951 headers of messages that has already been calculated outside of Alpine.
19952 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
19953 somewhere in that header there is a score.
19955 The value for this option is the name of the header followed by parentheses
19956 with two arguments inside:
19958 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
19960 No space is allowed between the comma and the start of the field_separators.
19961 It would be interpreted as the first separator if it was there.
19962 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
19963 starts after that and goes to the second separator, and so on.
19964 It's easier to explain with examples.
19966 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
19968 In the above example the header that is used is the &quot;X-Spam&quot; header.
19969 The value of that header (the part after the colon and the space) is split
19970 into fields separated by spaces.
19972 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
19974 The second field is selected and converted to an integer. It only makes sense
19975 if Field2 really is an integer.
19977 Here's an example of a SpamAssassin header.
19978 The exact look of the header will vary, but if your incoming mail
19979 contains headers that look like the following
19981 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19983 you might want to use the hits value as a score.
19984 Since the score is an integer value you can't make use of the decimal part of
19985 the number, but
19986 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
19987 and &quot;.&quot; as your separators.
19989 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
19991 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
19992 hits.
19993 The second field is &quot;10&quot; so the score value would be 10.
19995 Another example we've seen has headers that look like
19997 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19999 Because there are two equals before the 7% the value
20001 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
20003 should capture the probability as the score.
20005 The Score From Header scoring value actually works just like the
20006 regular Score Value in that the rest of the pattern has to match before
20007 it is used and the scores from all the different scoring rules that
20008 match for a particular message are added together.
20009 When using the Score From Header method it may (or may not) make sense to
20010 use only a single scoring rule with a pattern that matches every message.
20012 Look <A HREF="h_edit_nav_cmds">here</A>
20013 to see the available Editing and Navigation commands.
20015 &lt;End of help on this topic&gt;
20016 </BODY>
20017 </HTML>
20018 ======= h_config_role_replyuse =======
20019 <HTML>
20020 <HEAD>
20021 <TITLE>Reply Use Explained</TITLE>
20022 </HEAD>
20023 <BODY>
20024 <H1>Reply Use Explained</H1>
20026 This option determines how this particular role will be used when Replying
20027 to a message.
20028 There are three possible values for this option.
20029 The value &quot;Never&quot;
20030 means that this role will not be a candidate for use when Replying.
20031 The role's Pattern will not be checked for a match, however the role will
20032 be available to be manually switched to if there is a confirmation prompt.
20035 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20036 mean that you do want to consider this role when Replying.
20037 For either of these settings, the role's Pattern will be compared with
20038 the message being replied to.
20039 If there is a match then this role will either be used without confirmation
20040 or will be the default when confirmation is asked for, depending on
20041 which of the two options is selected.
20042 If confirmation is requested, you will also have a chance to
20043 manually change the role to any one of your other roles.
20046 You won't be prompted for confirmation if none of your role Patterns
20047 match the message being replied to.
20048 This is independent of the value of the current option.
20049 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20050 feature may be used to change this behavior.
20052 &lt;End of help on this topic&gt;
20053 </BODY>
20054 </HTML>
20055 ======= h_config_role_forwarduse =======
20056 <HTML>
20057 <HEAD>
20058 <TITLE>Forward Use Explained</TITLE>
20059 </HEAD>
20060 <BODY>
20061 <H1>Forward Use Explained</H1>
20063 This option determines how this particular role will be used when Forwarding
20064 a message.
20065 There are three possible values for this option.
20066 The value &quot;Never&quot;
20067 means that this role will not be a candidate for use when Forwarding.
20068 The role's Pattern will not be checked for a match, however the role will
20069 be available to be manually switched to if there is a confirmation prompt.
20072 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20073 mean that you do want to consider this role when Forwarding.
20074 For either of these settings, the role's Pattern will be compared with
20075 the message being forwarded.
20076 If there is a match then this role will either be used without confirmation
20077 or will be the default when confirmation is asked for, depending on
20078 which of the two options is selected.
20079 If confirmation is requested, you will also have a chance to
20080 manually change the role to any one of your other roles.
20083 You won't be prompted for confirmation if none of your role Patterns
20084 match the message being forwarded.
20085 This is independent of the value of the current option.
20086 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20087 feature may be used to change this behavior.
20089 &lt;End of help on this topic&gt;
20090 </BODY>
20091 </HTML>
20092 ======= h_config_role_composeuse =======
20093 <HTML>
20094 <HEAD>
20095 <TITLE>Compose Use Explained</TITLE>
20096 </HEAD>
20097 <BODY>
20098 <H1>Compose Use Explained</H1>
20100 This option determines how this particular role will be used when Composing
20101 a new message using the &quot;Compose&quot; command.
20102 This does not affect what happens when using the &quot;Role&quot; command
20103 to compose a new message.
20104 The &quot;Role&quot; command allows you to select a role from all of the
20105 roles you have defined, regardless of what Uses you've assigned to those
20106 roles.
20109 There are three possible values for this option.
20110 The value &quot;Never&quot;
20111 means that this role will not be a candidate for use when Composing.
20112 The role's Current Folder Type will not be checked for a match, however the role
20113 will be available to be manually switched to if there is a confirmation prompt.
20116 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20117 mean that you do want to consider this role when Composing.
20118 For either of these settings,
20119 the role's Current Folder Type will be checked (since there is no message
20120 to compare with, the rest of the Pattern is considered a match).
20121 If there is a match then this role will either be used without confirmation
20122 or will be the default when confirmation is asked for, depending on
20123 which of the two options is selected.
20124 If confirmation is requested, you will also have a chance to
20125 manually change the role to any one of your other roles.
20128 When using the Compose command the role checking is a little different
20129 because there is no message being replied to or forwarded.
20130 Because of this the Current Folder Type is checked but the header pattern
20131 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
20132 A role is considered to be a match if it is a candidate for Compose Use and
20133 its Current Folder Type matches the currently open folder.
20134 This could be useful if you want to set a role based on the folder you
20135 are reading, or the type of folder you are reading.
20138 You won't be prompted for confirmation if none of your role Patterns
20139 are a match.
20140 This is independent of the value of the current option.
20141 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20142 feature may be used to change this behavior.
20144 &lt;End of help on this topic&gt;
20145 </BODY>
20146 </HTML>
20147 ======= h_config_filter_folder =======
20148 <HTML>
20149 <HEAD>
20150 <TITLE>Filter Folder Explained</TITLE>
20151 </HEAD>
20152 <BODY>
20153 <H1>Filter Folder Explained</H1>
20155 When the Filter Action is set to &quot;Move&quot;,
20156 the folder or folders specified here will be used to store messages matching
20157 the provided pattern.
20160 If you set the Filter Action to &quot;Move&quot; you must give a folder name
20161 here.
20164 If you wish,
20165 you may choose a folder from your folder collections by using the
20166 &quot;T&quot; command.
20168 Besides regular text, the folder name may also contain
20169 tokens that are replaced with text representing the current date
20170 when you run Alpine.
20171 For example, if the folder name you use is
20173 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
20175 that is replaced with something like
20177 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
20181 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
20183 becomes
20185 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
20187 The token names must be surrounded by underscores in order to be recognized
20188 as tokens.
20189 The tokens that may be used are those that are derived from the current date.
20190 They're listed near the bottom of the list of tokens give
20191 <A HREF="h_index_tokens">here</A>.
20193 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
20194 for more information on Patterns.
20196 Look <A HREF="h_edit_nav_cmds">here</A>
20197 to see the available Editing and Navigation commands.
20199 &lt;End of help on this topic&gt;
20200 </BODY>
20201 </HTML>
20202 ======= h_config_filter_kw_set =======
20203 <HTML>
20204 <HEAD>
20205 <TITLE>Set These Keywords Explained</TITLE>
20206 </HEAD>
20207 <BODY>
20208 <H1>Set These Keywords Explained</H1>
20210 This describes part of the action to be taken if the Pattern for this
20211 filter is a match.
20212 Read a little about keywords in the help text for the
20213 <A HREF="h_common_flag">Flag</A> command.
20214 This option is a list of keywords that will be Set when there is a match.
20215 If you wish, you may choose keywords from the list of keywords you have
20216 defined with the &quot;T&quot; command.
20217 You may add new keywords by defining them in the
20218 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20219 If you have given a keyword a nickname when configuring it,
20220 that nickname may be used instead of the actual keyword.
20223 Look <A HREF="h_edit_nav_cmds">here</A>
20224 to see the available Editing and Navigation commands.
20226 &lt;End of help on this topic&gt;
20227 </BODY>
20228 </HTML>
20229 ======= h_config_filter_kw_clr =======
20230 <HTML>
20231 <HEAD>
20232 <TITLE>Clear These Keywords Explained</TITLE>
20233 </HEAD>
20234 <BODY>
20235 <H1>Clear These Keywords Explained</H1>
20237 This describes part of the action to be taken if the Pattern for this
20238 filter is a match.
20239 Read a little about keywords in the help text for the
20240 <A HREF="h_common_flag">Flag</A> command.
20241 This option is a list of keywords that will be Cleared when there is a match.
20242 If you wish, you may choose keywords from the list of keywords you have
20243 defined with the &quot;T&quot; command.
20244 You may add new keywords by defining them in the
20245 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20246 If you have given a keyword a nickname when configuring it,
20247 that nickname may be used instead of the actual keyword.
20250 Look <A HREF="h_edit_nav_cmds">here</A>
20251 to see the available Editing and Navigation commands.
20253 &lt;End of help on this topic&gt;
20254 </BODY>
20255 </HTML>
20256 ======= h_index_tokens =======
20257 <HTML>
20258 <HEAD>
20259 <TITLE>Tokens for Index and Replying</TITLE>
20260 </HEAD>
20261 <BODY>
20263 This set of special tokens may be used in the
20264 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
20265 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20266 in signature files,
20267 in template files used in
20268 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
20269 that is the target of a Filter Rule.
20270 Some of them aren't available in all situations.
20272 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
20273 option, but they must be surrounded by underscores for the
20274 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
20275 and in the target of Filter Rules.
20279 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
20281 <DL>
20282 <DT>SUBJECT</DT>
20283 <DD>
20284 This token represents the Subject the sender gave the message.
20285 Alternatives for use in the index screen are SHORTSUBJECT,
20286 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
20287 SUBJKEYTEXT, and SUBJKEYINITTEXT.
20288 You may color the subject text in the MESSAGE INDEX screen differently by using the
20289 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
20290 <A HREF="h_config_index_opening_color">Index Opening Color</A>
20291 options available from
20292 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20293 </DD>
20295 <DT>FROM</DT>
20296 <DD>
20297 This token represents the personal name (or email address if the name
20298 is unavailable) of the person specified in the message's &quot;From:&quot;
20299 header field.
20300 You may color the from text in the MESSAGE INDEX screen differently by using the
20301 <A HREF="h_config_index_from_color">Index From Color</A>
20302 option available from
20303 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20304 </DD>
20306 <DT>ADDRESS</DT>
20307 <DD>
20308 This is similar to the &quot;FROM&quot; token, only it is always the
20309 email address, never the personal name.
20310 For example, &quot;mailbox@domain&quot;.
20311 </DD>
20313 <DT>MAILBOX</DT>
20314 <DD>
20315 This is the same as the &quot;ADDRESS&quot; except that the 
20316 domain part of the address is left off.
20317 For example, &quot;mailbox&quot;.
20318 </DD>
20320 <DT>SENDER</DT>
20321 <DD>
20322 This token represents the personal name (or email address) of the person
20323 listed in the message's &quot;Sender:&quot; header field.
20324 </DD>
20326 <DT>TO</DT>
20327 <DD>
20328 This token represents the personal names (or email addresses if the names
20329 are unavailable) of the persons specified in the
20330 message's &quot;To:&quot; header field.
20331 </DD>
20333 <DT>NEWSANDTO</DT>
20334 <DD>
20335 This token represents the newsgroups from the
20336 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20337 the personal names (or email addresses if the names
20338 are unavailable) of the persons specified in the
20339 message's &quot;To:&quot; header field.
20340 </DD>
20342 <DT>TOANDNEWS</DT>
20343 <DD>
20344 Same as &quot;NEWSANDTO&quot; except in the opposite order.
20345 </DD>
20347 <DT>NEWS</DT>
20348 <DD>
20349 This token represents the newsgroups from the
20350 message's &quot;Newsgroups:&quot; header field.
20351 </DD>
20353 <DT>CC</DT>
20354 <DD>
20355 This token represents the personal names (or email addresses if the names
20356 are unavailable) of the persons specified in the
20357 message's &quot;Cc:&quot; header field.
20358 </DD>
20360 <DT>RECIPS</DT>
20361 <DD>
20362 This token represents the personal names (or email addresses if the names
20363 are unavailable) of the persons specified in both the
20364 message's &quot;To:&quot; header field and
20365 the message's &quot;Cc:&quot; header field.
20366 </DD>
20368 <DT>NEWSANDRECIPS</DT>
20369 <DD>
20370 This token represents the newsgroups from the
20371 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20372 the personal names (or email addresses if the names
20373 are unavailable) of the persons specified in the
20374 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
20375 </DD>
20377 <DT>RECIPSANDNEWS</DT>
20378 <DD>
20379 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
20380 </DD>
20382 <DT>INIT</DT>
20383 <DD>
20384 This token represents the initials from the personal name
20385 of the person specified in the message's &quot;From:&quot;
20386 header field.
20387 If there is no personal name, it is blank.
20388 </DD>
20390 <DT>DATE</DT>
20391 <DD>
20392 This token represents the date on which the message was sent, according
20393 to the &quot;Date&quot; header field.
20394 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20395 The feature
20396 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
20397 which adjusts for the timezone the message was sent from,
20398 may have an effect on the value of this token as well as the values of
20399 all of the other DATE or TIME tokens.
20400 Some of the DATE and TIME tokens are displayed in a locale-specific
20401 way unless the option
20402 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
20403 </DD>
20405 <DT>SMARTDATE</DT>
20406 <DD>
20407 This token represents the date on which the message was sent, according
20408 to the &quot;Date&quot; header field.
20409 It is &quot;Today&quot; if the message was sent today,
20410 &quot;Yesterday&quot; for yesterday,
20411 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
20412 message is from last year and is more than six months old it includes the year, as well.
20413 See the SMARTDATE alternatives below, as well.
20414 </DD>
20416 <DT>SMARTTIME</DT>
20417 <DD>
20418 This token represents the most relevant elements of the date on which
20419 the message was sent (according to the &quot;Date&quot; header field),
20420 in a compact form. If the message was sent today, only the time is used
20421 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
20422 the past week, the day of the week and the hour are used
20423 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
20424 given as date, month, and year (e.g. &quot;23Aug00&quot;,
20425 &quot;9Apr98&quot;).
20426 </DD>
20428 <DT>SMARTTIME24</DT>
20429 <DD>
20430 This token has the structure &quot;day hour:minute&quot;
20431 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
20432 from the current date, or &quot;month day&quot; (e.g.
20433 &quot;Nov 23&quot;) for messages dated less than 6 months
20434 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
20435 for messages dated more than 6 months ago. It uses 9 characters
20436 of the width of the screen, and it left aligned.
20437 </DD>
20439 <DT>SMARTDATETIME</DT>
20440 <DD>
20441 This is a combination of SMARTDATE and SMARTTIME.
20442 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
20443 case it is SMARTTIME.
20444 See the SMARTDATETIME alternatives below, as well.
20445 </DD>
20447 <DT>DATEISO</DT>
20448 <DD>
20449 This token represents the date on which the message was sent, according
20450 to the &quot;Date&quot; header field.
20451 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20452 </DD>
20454 <DT>SHORTDATEISO</DT>
20455 <DD>
20456 This token represents the date on which the message was sent, according
20457 to the &quot;Date&quot; header field.
20458 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20459 </DD>
20461 <DT>SHORTDATE1</DT>
20462 <DD>
20463 This token represents the date on which the message was sent, according
20464 to the &quot;Date&quot; header field.
20465 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
20466 </DD>
20468 <DT>SHORTDATE2</DT>
20469 <DD>
20470 This token represents the date on which the message was sent, according
20471 to the &quot;Date&quot; header field.
20472 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
20473 </DD>
20475 <DT>SHORTDATE3</DT>
20476 <DD>
20477 This token represents the date on which the message was sent, according
20478 to the &quot;Date&quot; header field.
20479 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
20480 </DD>
20482 <DT>SHORTDATE4</DT>
20483 <DD>
20484 This token represents the date on which the message was sent, according
20485 to the &quot;Date&quot; header field.
20486 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
20487 </DD>
20489 <DT>LONGDATE</DT>
20490 <DD>
20491 This token represents the date on which the message was sent, according
20492 to the &quot;Date&quot; header field.
20493 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
20494 </DD>
20496 <DT>SMARTDATE alternatives</DT>
20497 <DD>
20498 There are several versions of SMARTDATE that are all the same except
20499 for the way they format dates far in the past.
20500 SMARTDATE formats the date using the information from your locale settings
20501 to format the date string. It may end up formatting dates so that they look
20502 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20503 The feature
20504 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20505 may have an effect on the values of these tokens.
20506 If you want more control you may use one of the following.
20507   <DL>
20508   <DT>SMARTDATE</DT> <DD>If the option
20509 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20510 then this will be locale specific. Control this with the
20511 LC_TIME locale setting on a UNIX system. On Windows
20512 the Regional Options control panel may be used to set the Short date
20513 format. At the programming level, the strftime routine is what Alpine
20514 uses to print the date.
20515 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20516 to SMARTDATES1.</DD>
20517   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
20518   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20519   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
20520   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
20521   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
20522   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
20523   </DL>
20524 </DD>
20526 <DT>SMARTDATETIME alternatives</DT>
20527 <DD>
20528 There are several versions of SMARTDATETIME that are all very similar.
20529 The ones that end in 24 use a 24-hour clock for Today's messages instead
20530 of a 12-hour clock.
20531 The other variation is
20532 for the way they format dates far in the past.
20533 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
20534 to format the date string. It may end up formatting dates so that they look
20535 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20536 The feature
20537 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20538 may have an effect on the values of these tokens.
20539 The possible choices are:
20540   <DL>
20541   <DT>SMARTDATETIME</DT> <DD>If the option
20542 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20543 then this will be locale specific. Control this with the
20544 LC_TIME locale setting on a UNIX system. On Windows
20545 the Regional Options control panel may be used to set the Short date
20546 format. At the programming level, the strftime routine is what Alpine
20547 uses to print the date.
20548 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20549 to SMARTDATETIMES1.</DD>
20550   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
20551   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
20552   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
20553   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20554   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
20555   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
20556   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
20557   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
20558   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
20559   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
20560   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
20561   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
20562   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
20563   </DL>
20564 </DD>
20566 <DT>DAYDATE</DT>
20567 <DD>
20568 This token represents the date on which the message was sent, according
20569 to the &quot;Date&quot; header field.
20570 It looks like &quot;Sat, 23 Oct 1998&quot;.
20571 This token is never converted in any locale-specific way.
20572 </DD>
20574 <DT>PREFDATE</DT>
20575 <DD>
20576 This token represents the date on which the message was sent, according
20577 to the &quot;Date&quot; header field.
20578 It is your operating system's idea of the preferred date representation for the current locale.
20579 Internally it uses the %x version of the date from the strftime routine.
20580 </DD>
20582 <DT>PREFTIME</DT>
20583 <DD>
20584 This token represents the time at which the message was sent, according
20585 to the &quot;Date&quot; header field.
20586 It is the preferred time representation for the current locale.
20587 Internally it uses the %X version of the time from the strftime routine.
20588 </DD>
20590 <DT>PREFDATETIME</DT>
20591 <DD>
20592 This token represents the date and time at which the message was sent, according
20593 to the &quot;Date&quot; header field.
20594 It is the preferred date and time representation for the current locale.
20595 Internally it uses the %c version of the time from the strftime routine.
20596 </DD>
20598 <DT>DAY</DT>
20599 <DD>
20600 This token represents the day of the month on which the message was sent,
20601 according to the &quot;Date&quot; header field.
20602 For example, &quot;23&quot; or &quot;9&quot;.
20603 </DD>
20605 <DT>DAY2DIGIT</DT>
20606 <DD>
20607 This token represents the day of the month on which the message was sent,
20608 according to the &quot;Date&quot; header field.
20609 For example, &quot;23&quot; or &quot;09&quot;.
20610 It is always 2 digits.
20611 </DD>
20613 <DT>DAYORDINAL</DT>
20614 <DD>
20615 This token represents the ordinal number that is the day of
20616 the month on which the message was sent,
20617 according to the &quot;Date&quot; header field.
20618 For example, &quot;23rd&quot; or &quot;9th&quot;.
20619 </DD>
20621 <DT>DAYOFWEEK</DT>
20622 <DD>
20623 This token represents the day of the week on which the message was sent,
20624 according to the &quot;Date&quot; header field.
20625 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20626 </DD>
20628 <DT>DAYOFWEEKABBREV</DT>
20629 <DD>
20630 This token represents the day of the week on which the message was sent,
20631 according to the &quot;Date&quot; header field.
20632 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20633 </DD>
20635 <DT>MONTHABBREV</DT>
20636 <DD>
20637 This token represents the month the message was sent, according
20638 to the &quot;Date&quot; header field.
20639 For example, &quot;Oct&quot;.
20640 </DD>
20642 <DT>MONTHLONG</DT>
20643 <DD>
20644 This token represents the month in which the message was sent, according
20645 to the &quot;Date&quot; header field.
20646 For example, &quot;October&quot;.
20647 </DD>
20649 <DT>MONTH</DT>
20650 <DD>
20651 This token represents the month in which the message was sent, according
20652 to the &quot;Date&quot; header field.
20653 For example, &quot;10&quot; or &quot;9&quot;.
20654 </DD>
20656 <DT>MONTH2DIGIT</DT>
20657 <DD>
20658 This token represents the month in which the message was sent, according
20659 to the &quot;Date&quot; header field.
20660 For example, &quot;10&quot; or &quot;09&quot;.
20661 It is always 2 digits.
20662 </DD>
20664 <DT>YEAR</DT>
20665 <DD>
20666 This token represents the year the message was sent, according
20667 to the &quot;Date&quot; header field.
20668 For example, &quot;1998&quot; or &quot;2001&quot;.
20669 </DD>
20671 <DT>YEAR2DIGIT</DT>
20672 <DD>
20673 This token represents the year the message was sent, according
20674 to the &quot;Date&quot; header field.
20675 For example, &quot;98&quot; or &quot;01&quot;.
20676 It is always 2 digits.
20677 </DD>
20679 <DT>TIME24</DT>
20680 <DD>
20681 This token represents the time at which the message was sent, according
20682 to the &quot;Date&quot; header field.
20683 There is no adjustment made for different time zones, so you'll get
20684 the time the message was sent according to the time zone the sender
20685 was in.
20686 It has the format HH:MM. For example, &quot;17:28&quot;.
20687 </DD>
20689 <DT>TIME12</DT>
20690 <DD>
20691 This token represents the time at which the message was sent, according
20692 to the &quot;Date&quot; header field.
20693 This time is for a 12 hour clock.
20694 It has the format HH:MMpm.
20695 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20696 </DD>
20698 <DT>TIMEZONE</DT>
20699 <DD>
20700 This token represents the numeric timezone from
20701 the &quot;Date&quot; header field.
20702 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
20703 </DD>
20705 </DL>
20708 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
20710 <DL>
20711 <DT>MSGNO</DT>
20712 <DD>
20713 This token represents the message's current position in the folder that,
20714 of course, may change as the folder is sorted or new mail arrives.
20715 </DD>
20717 <DT>STATUS</DT>
20718 <DD>
20719 This token represents a three character wide field displaying various
20720 aspects of the message's state.
20721 The first character is either blank,
20722 a '*' for message marked Important, or a '+' indicating a message
20723 addressed directly to you (as opposed to your having received it via a
20724 mailing list, for example).
20725 When the feature
20726 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
20727 is set, if the first character would have been
20728 blank then it will instead be a '-' if the message is cc'd to you.
20729 The second character is typically blank,
20730 though the arrow cursor may occupy it if either the 
20731 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
20732 or the
20733 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
20734 is set (or you actually are on a slow link).
20735 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
20736 '<A HREF="h_flag_answered">A</A>' (Answered),
20737 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
20738 '<A HREF="h_flag_new">N</A>' (New), or blank.
20740 If you are using a threaded view of the index and this message is at the
20741 top of a collapsed portion of a thread,
20742 then this token refers to all of the messages in the collapsed portion of
20743 the thread instead of just the top message.
20744 The first character will be a '*' if <EM>any</EM> of the messages in the thread
20745 are marked Important, else a '+' if any of the messages are addressed
20746 to you, else a '-' if any of the messages are cc'd to you.
20747 The third character will be a 'D' if <EM>all</EM> of the messages
20748 in the collapsed thread are marked deleted,
20749 an 'A' if <EM>all</EM> of the messages
20750 in the collapsed thread are marked answered,
20751 it will be an 'N' if any of
20752 the messages are undeleted and unseen, and it will be blank otherwise.
20753 </DD>
20755 <DT>FULLSTATUS</DT>
20756 <DD>
20757 This token represents a less abbreviated alternative
20758 to the &quot;STATUS&quot; token.
20759 It is six characters wide.
20760 The first character is '+', '-', or blank, the
20761 second blank, the third either '*' or blank, the fourth
20762 '<A HREF="h_flag_new">N</A>' or blank,
20763 the fifth '<A HREF="h_flag_answered">A</A>'
20764 or blank, and the sixth character is
20765 either '<A HREF="h_flag_deleted">D</A>' or
20766 blank.
20768 If you are using a threaded view of the index and this message is at the
20769 top of a collapsed portion of a thread,
20770 then this token refers to all of the messages in the collapsed portion of
20771 the thread instead of just the top message.
20772 The first character is '+', '-', or blank depending on whether <EM>any</EM>
20773 of the messages in the collapsed thread are addressed to you or cc'd to you.
20774 The third character will be '*' if any of the messages are marked
20775 Important.
20776 The fourth character will be 'N' if all of the messages in the thread
20777 are New, else 'n' if some of the messages in the thread are New, else blank.
20778 The fifth character will be 'A' or 'a' or blank, and the sixth character
20779 will be 'D' or 'd' or blank.
20780 </DD>
20782 <DT>IMAPSTATUS</DT>
20783 <DD>
20784 This token represents an even less abbreviated alternative to the
20785 &quot;STATUS&quot; token.
20786 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
20787 an 'N' if the message is new to this folder since the last time
20788 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
20789 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
20790 new to the folder since it was last opened <EM>but</EM> has not been
20791 viewed, or a blank if the message has been in the folder since it was
20792 last opened and has been viewed.
20794 If you are using a threaded view of the index and this message is at the
20795 top of a collapsed portion of a thread,
20796 then the fourth character will be
20797 'N' if all of the messages in the thread are unseen and recent;
20798 else 'n' if some of the messages in the thread are unseen and recent;
20799 else 'U' if all of the messages in the thread are unseen and not recent;
20800 else 'u' if some of the messages in the thread are unseen and not recent;
20801 else 'R' if all of the messages in the thread are seen and recent;
20802 else 'r' if some of the messages in the thread are seen and recent;
20803 else blank.
20804 </DD>
20806 <DT>SHORTIMAPSTATUS</DT>
20807 <DD>
20808 This is the same as the last four of the six characters of IMAPSTATUS,
20809 so the '+' To Me information will be missing.
20810 </DD>
20812 <DT>SIZE</DT>
20813 <DD>
20814 This token represents the total size, in bytes, of the message.
20815 If a &quot;K&quot; (Kilobyte)
20816 follows the number, the size is approximately 1,000
20817 times that many bytes (rounded to the nearest 1,000).
20818 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20819 1,000,000 times that many bytes.
20820 Commas are not used in this field.
20821 This field is seven characters wide, including the enclosing parentheses.
20822 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20823 The progression of sizes used looks like:
20826 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
20828 </DD>
20830 <DT>SIZECOMMA</DT>
20831 <DD>
20832 This token represents the total size, in bytes, of the message.
20833 If a &quot;K&quot; (Kilobyte)
20834 follows the number, the size is approximately 1,000
20835 times that many bytes (rounded to the nearest 1,000).
20836 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20837 1,000,000 times that many bytes.
20838 Commas are used if the number shown is 1,000 or greater.
20839 The SIZECOMMA field is one character wider than the SIZE field.
20840 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20841 The progression of sizes used looks like:
20844 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
20846 </DD>
20848 <DT>KSIZE</DT>
20849 <DD>
20850 This token represents the total size of the message, expressed in
20851 kilobytes or megabytes, as most appropriate.
20852 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
20853 The progression of sizes used looks like:
20856 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
20858 </DD>
20860 <DT>SIZENARROW</DT>
20861 <DD>
20862 This token represents the total size, in bytes, of the message.
20863 If a &quot;K&quot; (Kilobyte)
20864 follows the number, the size is approximately 1,000
20865 times that many bytes.
20866 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20867 1,000,000 times that many bytes.
20868 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
20869 1,000,000,000 times that many bytes.
20870 This field uses only five characters of screen width, including the enclosing
20871 parentheses.
20872 The progression of sizes used looks like:
20875 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
20877 </DD>
20879 <DT>DESCRIPSIZE</DT>
20880 <DD>
20881 This token is intended to represent a more useful description of the
20882 message than just its size, but it isn't very useful at this point.
20883 The plus sign in this view means there are attachments.
20884 Note that including this token in
20885 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20886 display a little while Alpine collects the necessary information.
20887 </DD>
20889 <DT>SHORTSUBJECT</DT> 
20890 <DD> This token is the same as SUBJECT, but removes 
20891 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
20892 between these characters corresponds to mailing list names, and may be 
20893 unnecessary or unwanted in some instances. 
20894 </DD>
20896 <DT>SUBJKEY</DT>
20897 <DD>
20898 This token is the same as the SUBJECT token unless keywords are set for
20899 the message.
20900 In that case, a list of keywords enclosed in braces will be prepended to
20901 the subject of the message.
20902 Only those keywords that you have defined in your
20903 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20904 in Setup/Config are considered in the list.
20905 In other words, keywords that have been set by some other means, perhaps
20906 by another email program, won't show up unless included in
20907 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20908 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
20909 prepended to the subject in the MESSAGE TEXT screen.
20910 If you have given a keyword a nickname
20911 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20912 instead of the actual keyword.
20913 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20914 option may be used to modify this token slightly.
20915 It is also possible to color keywords in the index using the
20916 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20917 </DD>
20919 <DT>SHORTSUBJKEY</DT>
20920 <DD> This token is the same as SUBJKEY, but it is based on
20921 SHORTSUBJECT, instead of in SUBJECT.
20922 </DD>
20924 <DT>SUBJKEYINIT</DT>
20925 <DD>
20926 This token is the same as the SUBJKEY token except that instead of
20927 prepending a list of keywords to the subject, a list of first initials
20928 of keywords will be prepended instead.
20929 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
20930 set (or Work and Now are the Alpine nicknames of keywords that are set)
20931 then the SUBJKEY token would cause a result like
20933 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
20935 whereas the SUBJKEYINIT token would give
20937 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
20939 Only those keywords that you have defined in your
20940 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20941 in Setup/Config are considered in the list.
20942 In other words, keywords that have been set by some other means, perhaps
20943 by another email program, won't show up unless included in
20944 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20945 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20946 option may be used to modify this token slightly.
20947 It is also possible to color keywords in the index using the
20948 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20949 </DD>
20951 <DT>SHORTSUBJKEYINIT</DT>
20952 <DD> This token is the same as SUBJKEYINIT, but it is based on
20953 SHORTSUBJECT, instead of in SUBJECT.
20954 </DD>
20956 <DT>SUBJECTTEXT</DT>
20957 <DD>
20958 Same as SUBJECT but if there is room in the Subject field for more text,
20959 the opening part of the text of the message is displayed after the subject.
20960 The time needed to fetch the text may cause a performance problem
20961 which can, of course, be avoided by using the SUBJECT version of
20962 the Subject instead.
20963 You may color this opening text differently by using the
20964 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20965 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20966 You may adjust the characters that are displayed between the Subject and the
20967 opening text with the option
20968 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
20969 </DD>
20971 <DT>SUBJKEYTEXT</DT>
20972 <DD>
20973 Same as SUBJKEY but with the opening message text.
20974 </DD>
20976 <DT>OPENINGTEXT</DT>
20977 <DD>
20978 This is similar to SUBJECTTEXT.
20979 Instead of combining the Subject and the opening text in a single
20980 field in the index screen this token allows you to allocate a
20981 separate column just for the opening text of the message.
20982 The time needed to fetch this text may cause a performance problem.
20983 You may color this opening text differently by using the
20984 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20985 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20986 </DD>
20988 <DT>OPENINGTEXTNQ</DT>
20989 <DD>
20990 This is very similar to OPENINGTEXT.
20991 The NQ stands for No Quotes.
20992 The only difference is that quoted text (lines beginning with &gt;) is deleted.
20993 For some messages this may be confusing.
20994 For example, a message might have a line preceding some quoted
20995 text that reads something like &quot;On May 8th person A said.&quot;
20996 That no longer makes sense after the quoted text is deleted and it
20997 will appear that person A said whatever the text after the quote
20998 is, even though that is really person B talking.
20999 </DD>
21001 <DT>SUBJKEYINITTEXT</DT>
21002 <DD>
21003 Same as SUBJKEYINIT but with the opening message text.
21004 </DD>
21006 <DT>KEY</DT>
21007 <DD>
21008 This is a space-delimited list of keywords that are set for the message.
21009 Only those keywords that you have defined in your
21010 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
21011 in Setup/Config are considered in the list.
21012 In other words, keywords that have been set by some other means, perhaps
21013 by another email program, won't show up unless included in
21014 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
21015 If you have given a keyword a nickname
21016 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
21017 instead of the actual keyword.
21018 It is also possible to color keywords in the index using the
21019 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
21020 This token defaults to an arbitrary width of 5.
21021 You should set it to whatever width suits you using something
21022 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
21023 </DD>
21025 <DT>KEYINIT</DT>
21026 <DD>
21027 This is a list of keyword initials that are set for the message.
21028 If you have given a keyword a nickname
21029 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
21030 is displayed instead of the initial of the actual keyword.
21031 It is also possible to color keyword initials in the index using the
21032 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
21033 This token defaults to an arbitrary width of 2.
21034 You should set it to whatever width suits you using something
21035 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
21036 </DD>
21038 <DT>PRIORITY</DT>
21039 <DD>
21040 The X-Priority header is a non-standard header that is used in a
21041 somewhat standard way by many mail programs.
21042 Alpine expects the value of this header to be a digit with a value
21043 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
21044 Since this priority is something that the sender sets it is only an indication
21045 of the priority that the sender attaches to the mail and it is therefore almost
21046 totally unreliable for use as a filtering criterion.
21047 This token will display the numeric value of the priority if it is between
21048 1 and 5.
21049 It will be suppressed (blank) if the value is 3, which is normal priority.
21050 This token may be colored with the
21051 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21052 </DD>
21054 <DT>PRIORITYALPHA</DT>
21055 <DD>
21056 This is a more verbose interpretation of the X-Priority field.
21057 Once again nothing is displayed unless the value of the field
21058 is 1, 2, 4, or 5.
21059 The values displayed for those values are:
21061 <TABLE>
21062 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
21063 <TR> <TD>2</TD> <TD>High</TD> </TR>
21064 <TR> <TD>4</TD> <TD>Low</TD> </TR>
21065 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
21066 </TABLE>
21068 This token may be colored with the
21069 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21070 </DD>
21072 <DT>PRIORITY!</DT>
21073 <DD>
21074 This is a one character, non-numeric version of the X-Priority field.
21075 If the value of the X-Priority header is 1 or 2 an exclamation
21076 point is displayed.
21077 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
21078 This token may be colored with the
21079 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21080 </DD>
21082 <DT>ATT</DT>
21083 <DD>
21084 This is a one column wide field that represents the number of attachments
21085 a message has. It will be blank if there are no attachments, a single
21086 digit for one to nine attachments, or an asterisk for more than nine.
21087 Note that including this token in
21088 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
21089 display a little while Alpine collects the necessary information.
21090 </DD>
21092 <DT>FROMORTO</DT>
21093 <DD>
21094 This token represents <EM>either</EM> the personal name (or email address) of
21095 the person listed in the message's &quot;From:&quot; header
21096 field, <EM>or</EM>, if that address is yours or one of your
21097 <A HREF="h_config_alt_addresses">alternate addresses</A>,
21098 the first person specified in the
21099 message's &quot;To:&quot; header field
21100 with the prefix &quot;To: &quot; prepended.
21101 If the from address is yours and there is also no &quot;To&quot; address,
21102 Alpine will use the address on the &quot;Cc&quot; line.
21103 If there is no address there, either, Alpine will look for a newsgroup name
21104 from the &quot;Newsgroups&quot; header field and put
21105 that after the &quot;To: &quot; prefix.
21106 </DD>
21108 <DT>FROMORTONOTNEWS</DT>
21109 <DD>
21110 This is almost the same as <EM>FROMORTO</EM>.
21111 The difference is that newsgroups aren't considered.
21112 When a message is from you, doesn't have a To or Cc, and does have
21113 a Newsgroups header; this token will be your name instead of the name
21114 of the newsgroup (like it would be with FROMORTO).
21115 </DD>
21117 <DT>TEXT</DT>
21118 <DD>
21119 This is a different sort of token.
21120 It allows you to display a label within each index line.
21121 It will be the same fixed text for each line.
21122 It is different from all the other tokens in that there is no space column
21123 displayed after this token.
21124 Instead, it is butted up against the following field.
21125 It also has a different syntax.
21126 The text to display is given following a colon after the
21127 word &quot;TEXT&quot;.
21128 For example,
21130 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
21132 would insert the literal text &quot;abc=&quot; (without the quotes)
21133 into the index display line.
21134 You must quote the text if it includes space characters, like
21136 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
21138 </DD>
21140 <DT>HEADER</DT>
21141 <DD>
21142 This allows you to display the text from a particular header line in the
21143 message.
21144 The syntax for this token is substantially different from all the others
21145 in order that you might be able to display a portion of the text following
21146 a particular header.
21147 The header name you are interested in is given following a colon
21148 after the word &quot;HEADER&quot;.
21149 For example,
21151 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
21153 would display the text of the X-Spam header, if any.
21154 Like for other index tokens a width field may (and probably should)
21155 follow this.
21157 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
21159 displays the first ten characters of the X-Spam header.
21160 Unlike other index tokens, the syntax for HEADER is more flexible.
21161 An optional second argument comes after a comma inside the parentheses.
21162 It specifies the &quot;field&quot; number.
21163 By default, the field separator is a space character.
21164 No extra space characters are allowed in the argument list.
21166 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
21168 would display the second field, left-justified, in a 10 character
21169 wide field.
21170 The second field would consist of all the text after the first space
21171 up to the next space or the end of the header.
21172 The default field number is zero, which stands for the entire line.
21173 There is also an optional third argument that is a list of field
21174 separators. It defaults to a space character.
21175 The example
21177 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
21179 would cause the field separators to be any of colon, percent,
21180 or space (there is a space character between the percent and the
21181 right parenthesis).
21182 The first field runs from the start of the header value up to the first
21183 colon, percent, or space; the second goes from there to the next; and so on.
21184 In order to use a comma character as a field separator you must escape
21185 it by preceding it with a backslash (&#92;).
21186 The same is true of the backslash character itself.
21187 There is one further optional argument.
21188 It is an R or an L to specify right or left adjustment of the text
21189 within the field.
21190 The default is to left justify, however if you are displaying numbers
21191 you might prefer to right justify.
21193 Here's an example of a SpamAssassin header.
21194 The exact look of the header will vary, but if your incoming mail
21195 contains headers that look like the following
21197 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
21199 you might want to display the hits value.
21200 The first field starts with the Y in Yes.
21201 To get what you're interested in you might use &quot;=&quot; and
21202 space as the field separators and display the third field, like
21204 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
21206 or maybe you would break at the dot instead
21208 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
21210 Another example we've seen has headers that look like
21212 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
21214 Because there are two equals and a comma before the 7% and a comma
21215 after it, the token
21217 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
21219 should display the probability (for example 7% or 83%) right justified
21220 in a 3-wide field.
21221 </DD>
21223 <DT>ARROW</DT>
21224 <DD>
21225 This gives an alternative way to display the current message in the
21226 MESSAGE INDEX screen.
21227 Usually the current message is indicated by the line being shown in
21228 reverse video.
21229 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
21230 the current line will include an &quot;arrow&quot; that
21231 looks like
21233 <CENTER><SAMP>-&gt;</SAMP></CENTER>
21235 in the ARROW token's field.
21236 For all of the non-current messages, the ARROW field will be filled
21237 with blanks.
21238 If you use the fixed-field width feature the length of the &quot;arrow&quot;
21239 may be adjusted.
21240 The arrow will be drawn as width-1 dashes followed by a greater than sign.
21241 For example, if you use ARROW(3) you will get
21243 <CENTER><SAMP>--&gt;</SAMP></CENTER>
21245 and ARROW(1) will give you just
21247 <CENTER><SAMP>&gt;</SAMP></CENTER>
21249 It is also possible to set the color of the ARROW field.
21250 By default (and for non-current messages) the arrow is colored the same
21251 as the index line it is part of.
21252 You may set it to be another color with the 
21253 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
21254 the <A HREF="h_color_setup">Setup Kolor</A> screen.
21255 </DD>
21257 <DT>SCORE</DT>
21258 <DD>
21259 This gives the
21260 <a href="h_rules_score">score</a>
21261 of each message.
21262 This will be six columns wide to accommodate the widest possible score.
21263 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
21264 to limit the width of the field to the widest score that
21265 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
21266 If you have not defined any score rules the scores will all be zero.
21267 If any of your score rules contain AllText or BodyText patterns
21268 then including SCORE in the <!--#echo var="VAR_index-format"-->
21269 may slow down the display of the MESSAGE INDEX screen.
21270 </DD>
21271 </DL>
21274 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
21276 <DL>
21277 <DT>CURNEWS</DT>
21278 <DD>
21279 This token represents the current newsgroup if there is one.
21280 For example, &quot;comp.mail.pine&quot;.
21281 </DD>
21283 <DT>MSGID</DT>
21284 <DD>
21285 This token represents the message ID of the message.
21286 This token does not work with Filter Rule folder names.
21287 </DD>
21289 <DT>CURDATE</DT>
21290 <DD>
21291 This token represents the current date.
21292 It has the format MMM DD. For example, &quot;Oct 23&quot;.
21293 </DD>
21295 <DT>CURDATEISO</DT>
21296 <DD>
21297 This token represents the current date.
21298 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
21299 </DD>
21301 <DT>CURDATEISOS</DT>
21302 <DD>
21303 This token represents the current date.
21304 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
21305 </DD>
21307 <DT>CURPREFDATE</DT>
21308 <DD>
21309 This token represents the current date.
21310 It is your operating system's idea of the preferred date representation for the current locale.
21311 Internally it uses the %x version of the date from the strftime routine.
21312 </DD>
21314 <DT>CURPREFTIME</DT>
21315 <DD>
21316 This token represents the current time.
21317 It is the preferred time representation for the current locale.
21318 Internally it uses the %X version of the time from the strftime routine.
21319 </DD>
21321 <DT>CURPREFDATETIME</DT>
21322 <DD>
21323 This token represents the current date and time.
21324 It is the preferred date and time representation for the current locale.
21325 Internally it uses the %c version of the time from the strftime routine.
21326 </DD>
21328 <DT>CURTIME24</DT>
21329 <DD>
21330 This token represents the current time.
21331 It has the format HH:MM. For example, &quot;17:28&quot;.
21332 </DD>
21334 <DT>CURTIME12</DT>
21335 <DD>
21336 This token represents the current time.
21337 This time is for a 12 hour clock.
21338 It has the format HH:MMpm.
21339 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
21340 </DD>
21342 <DT>CURDAY</DT>
21343 <DD>
21344 This token represents the current day of the month.
21345 For example, &quot;23&quot; or &quot;9&quot;.
21346 </DD>
21348 <DT>CURDAY2DIGIT</DT>
21349 <DD>
21350 This token represents the current day of the month.
21351 For example, &quot;23&quot; or &quot;09&quot;.
21352 It is always 2 digits.
21353 </DD>
21355 <DT>CURDAYOFWEEK</DT>
21356 <DD>
21357 This token represents the current day of the week.
21358 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
21359 </DD>
21361 <DT>CURDAYOFWEEKABBREV</DT>
21362 <DD>
21363 This token represents the current day of the week.
21364 For example, &quot;Sun&quot; or &quot;Wed&quot;.
21365 </DD>
21367 <DT>CURMONTH</DT>
21368 <DD>
21369 This token represents the current month.
21370 For example, &quot;10&quot; or &quot;9&quot;.
21371 </DD>
21373 <DT>CURMONTH2DIGIT</DT>
21374 <DD>
21375 This token represents the current month.
21376 For example, &quot;10&quot; or &quot;09&quot;.
21377 It is always 2 digits.
21378 </DD>
21380 <DT>CURMONTHLONG</DT>
21381 <DD>
21382 This token represents the current month.
21383 For example, &quot;October&quot;.
21384 </DD>
21386 <DT>CURMONTHABBREV</DT>
21387 <DD>
21388 This token represents the current month.
21389 For example, &quot;Oct&quot;.
21390 </DD>
21392 <DT>CURYEAR</DT>
21393 <DD>
21394 This token represents the current year.
21395 For example, &quot;1998&quot; or &quot;2001&quot;.
21396 </DD>
21398 <DT>CURYEAR2DIGIT</DT>
21399 <DD>
21400 This token represents the current year.
21401 For example, &quot;98&quot; or &quot;01&quot;.
21402 It is always 2 digits.
21403 </DD>
21405 <DT>LASTMONTH</DT>
21406 <DD>
21407 This token represents last month.
21408 For example, if this is November (the 11th month),
21409 it is equal to &quot;10&quot; or if this is October (the 10th month),
21410 it is &quot;9&quot;.
21411 It is possible that this and the other tokens beginning with LASTMONTH
21412 below could be useful when used with a Filtering Rule that
21413 has the &quot;Beginning of Month&quot; option set.
21414 </DD>
21416 <DT>LASTMONTH2DIGIT</DT>
21417 <DD>
21418 This token represents last month.
21419 For example, if this is November (the 11th month),
21420 it is equal to &quot;10&quot; or if this is October (the 10th month),
21421 it is &quot;09&quot;.
21422 It is always 2 digits.
21423 </DD>
21425 <DT>LASTMONTHLONG</DT>
21426 <DD>
21427 This token represents last month.
21428 For example, if this is November the value is &quot;October&quot;.
21429 </DD>
21431 <DT>LASTMONTHABBREV</DT>
21432 <DD>
21433 This token represents last month.
21434 For example, if this is November the value is &quot;Oct&quot;.
21435 </DD>
21437 <DT>LASTMONTHYEAR</DT>
21438 <DD>
21439 This token represents what the year was a month ago.
21440 For example, if this is October, 1998, it is &quot;1998&quot;.
21441 If this is January, 1998, it is &quot;1997&quot;.
21442 </DD>
21444 <DT>LASTMONTHYEAR2DIGIT</DT>
21445 <DD>
21446 This token represents what the year was a month ago.
21447 For example, if this is October, 1998, it is &quot;98&quot;.
21448 If this is January, 1998, it is &quot;97&quot;.
21449 </DD>
21451 <DT>LASTYEAR</DT>
21452 <DD>
21453 This token represents last year.
21454 For example, if this is 1998, it equals &quot;1997&quot;.
21455 It is possible that this
21456 could be useful when used with a Filtering Rule that
21457 has the &quot;Beginning of Year&quot; option set.
21458 </DD>
21460 <DT>LASTYEAR2DIGIT</DT>
21461 <DD>
21462 This token represents last year.
21463 For example, if this is 1998, it equals &quot;97&quot;.
21464 It is always 2 digits.
21465 </DD>
21467 <DT>ROLENICK</DT>
21468 <DD>
21469 This token represents the nickname of the
21470 role currently being used.  If no role is being used,
21471 then no text will be printed for this token.
21472 This token does not work with Filter Rule folder names.
21473 </DD>
21474 </DL>
21477 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
21478 See the help for the
21479 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
21480 to see why you might want to use this.
21481 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
21482 must be surrounded by underscores when used.
21484 <DL>
21485 <DT>NEWLINE</DT>
21486 <DD>
21487 This is an end of line marker.
21488 </DD>
21489 </DL>
21492 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
21494 <DL>
21495 <DT>CURSORPOS</DT>
21496 <DD>
21497 This token is different from the others.
21498 When it is replaced it is replaced with nothing, but it sets an Alpine
21499 internal variable that tells the composer to start with the cursor
21500 positioned at the position where this token was.
21501 If both the template file and the signature file contain
21502 a &quot;CURSORPOS&quot; token, then the position in the template file
21503 is used.
21504 If there is a template file and neither it nor the signature file contains
21505 a &quot;CURSORPOS&quot; token, then the cursor is positioned
21506 after the end of the contents of the
21507 template file when the composer starts up.
21508 </DD>
21509 </DL>
21512 &lt;End of help on this topic&gt;
21513 </BODY>
21514 </HTML>
21515 ======= h_reply_token_conditionals =======
21516 <HTML>
21517 <HEAD>
21518 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
21519 </HEAD>
21520 <BODY>
21521 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
21523 Conditional text inclusion may be used with
21524 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
21525 in signature files, and in template files used in
21526 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
21527 It may <EM>not</EM> be used with the
21528 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
21531 There is a limited if-else capability for including text.
21532 The if-else condition is based
21533 on whether or not a given token would result in replacement text you
21534 specify.
21535 The syntax of this conditional inclusion is
21537 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
21539 The left parenthesis must follow the underscore immediately, with no
21540 intervening space.
21541 It means the token is expanded and the results of that expansion are
21542 compared against the &quot;match_this&quot; argument.
21543 If there is an exact match, then the &quot;if_matched&quot; text is used
21544 as the replacement text.
21545 Otherwise, the &quot;if_not_matched&quot; text is used.
21546 One of the most useful values for the &quot;match_this&quot; argument is
21547 the empty string, &quot;&quot;.
21548 In that case the expansion is compared against the empty string.
21550 Here's an example to make it clearer.
21551 This text could be included in one of your template files:
21553 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
21555 If that is included in a template file that you are using while replying
21556 to a message (because you chose to use the role it was part of),
21557 and that message has a newsgroup header and a newsgroup in that header,
21558 then the text
21560 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
21562 will be included in the message you are about to compose.
21563 On the other hand, if the message you are replying to does not have
21564 a newsgroup, then the text
21566 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
21568 would be included instead.
21569 This would also work in signature files and in
21570 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
21571 If the &quot;match_this&quot;, &quot;if_matched&quot;,
21572 or &quot;if_not_matched&quot; arguments contain
21573 spaces, parentheses, or commas;
21574 they have to be quoted with double quotation marks (like in the example
21575 above).
21576 If you want to include a literal quote (&quot;) in the text you must escape the
21577 quote by preceding it with a backslash (&#92;) character.
21578 If you want to include a literal backslash character you must escape it
21579 by preceding it with another backslash.
21581 The comma followed by &quot;if_not_matched&quot; is optional.
21582 If there is no &quot;if_not_matched&quot;
21583 present then no text is included if the not_matched case is true.
21584 Here's another example:
21586 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
21588 Here you can see that tokens may appear in the arguments.
21589 The same is true for tokens with the conditional parentheses.
21590 They may appear in arguments,
21591 though you do have to be careful to get the quoting and escaping of
21592 nested double quotes correct.
21593 If this was in the signature file being used and you were replying to a message
21594 sent to comp.mail.pine the resulting text would be:
21596 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
21598 If you were replying to a message that wasn't sent to any newsgroup the
21599 resulting text would be a single blank line.
21600 The reason you'd get a blank line is because the end of the line is
21601 outside of the conditional, so is always included.
21602 If you wanted to get rid of that blank line you could do so by moving
21603 the end of line inside the conditional.
21604 In other words, it's ok to have multi-line
21605 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
21606 template file.
21607 The text just continues until the next double quotation, even if it's not
21608 on the same line.
21610 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
21612 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
21614 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
21615 while reading the newsgroup comp.mail.pine the resulting text would be:
21617 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
21619 If you were replying to a message while reading an email folder instead
21620 of a newsgroup the resulting leadin text would be
21622 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
21624 Here's one more (contrived) example illustrating a matching argument
21625 that is not the empty string.
21627 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
21629 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
21630 were replying to
21631 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
21632 would be
21634 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
21636 But if you were replying to a message sent on Oct. 27 (and that wasn't
21637 today) you would get
21639 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
21642 &lt;End of help on this topic&gt;
21643 </BODY>
21644 </HTML>
21645 ======= h_composer_cntxt_nick =======
21646 <HTML>
21647 <HEAD>
21648 <TITLE>Collection Nickname Explained</TITLE>
21649 </HEAD>
21650 <BODY>
21651 <H1>Collection Edit Help -- Nickname Field</H1>
21653 This field is provided so you can add a short nickname to use when
21654 referring to this collection within Alpine.  Spaces are allowed, and
21655 you don't need to use double-quotes.  However, the double-quote
21656 character is not allowed.
21658 Look <A HREF="h_edit_nav_cmds">here</A>
21659 to see the available Editing and Navigation commands.
21661 &lt;End of help on this topic&gt;
21662 </BODY>
21663 </HTML>
21664 ======= h_folder_server_syntax =======
21665 <HTML>
21666 <HEAD>
21667 <TITLE>Server Name Syntax</TITLE>
21668 </HEAD>
21669 <BODY>
21670 <H1>Server Name Syntax</H1>
21672 This help describes the syntax that may be used for server names
21673 that may be associated with remote folders or SMTP servers.
21676 A server name is the hostname of the server.
21677 It's a good idea to use the host's fully-qualified network name.
21680 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
21683 However, IP addresses are allowed if surrounded
21684 with square-brackets.
21687 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
21690 An optional network port number may be supplied by appending
21691 a colon (:) followed by the port number
21692 to the server name.
21693 By default, the IMAP port number, 143, is used.
21696 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
21699 Besides server name and optional port number, various other optional
21700 parameters may be supplied that alter Alpine's interaction with the server.
21701 A parameter is supplied by appending a slash (/) character followed by
21702 the parameter's name and,
21703 depending on the particular parameter, the value assigned to that
21704 name, to the server name (and optional port number).
21705 Parameter names are <EM>not</EM> case sensitive.
21706 Currently supported parameters include:
21708 <DL>
21710 <DT>User</DT>
21711 <DD>This parameter requires an associated value, and is intended to
21712 provide the username identifier with which to establish the server
21713 connection.
21714 If your SMTP server offers SMTP AUTH authentication, adding this 
21715 parameter to the
21716 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
21717 option will cause Alpine to attempt to authenticate to the server using the
21718 supplied username.
21719 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
21720 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
21721 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
21722 option (or to the server name for any folder collection using NNTP)
21723 will cause Alpine to attempt
21724 to authenticate to the server using the supplied username.
21725 An example might be:
21728 <CENTER><SAMP>/user=katie</SAMP></CENTER>
21731 </DD>
21733 <DT>STARTTLS</DT>
21734 <DD>
21735 This is a unary parameter indicating communication with the server must 
21736 take place over a TLS connection. If you use this parameter, Alpine will 
21737 establish an insecure connection to the server, and later will attempts to 
21738 use a secure encrypted connection. If the attempt to use TLS fails then 
21739 this parameter will cause the connection to fail instead of falling back 
21740 to an insecure connection.
21742 Use this option when you are told to use STARTTLS. If you are told to use 
21743 SSL or TLS on port 993, use the /ssl unary parameter instead, and not this 
21744 parameter. Use this parameter when establishing a connection to a server 
21745 on an insecure port (normally port 143 for IMAP) and then needing to 
21746 establish a secure connection using STARTTLS.
21748 <P><A href="h_security_considerations">Learn more</A> about security 
21749 considerations when you use this option.
21752 <CENTER><SAMP>/starttls</SAMP></CENTER>
21755 </DD>
21757 <DT>SSL</DT>
21758 <DD>
21759 This is a unary parameter indicating communication with the server should 
21760 take place over a Secure Socket Layer connection.  The server must support
21761 this method, and be prepared to accept connections on the appropriate
21762 port (993 by default).
21763 Alpine must be linked with an SSL library for this option to be operational.
21764 Using this option will make Alpine try to connect to the server using the
21765 most secure encrypted SSL connection that both your version of Alpine and the
21766 server support.
21769 <CENTER><SAMP>/ssl</SAMP></CENTER>
21772 </DD>
21774 <DT>TLS1</DT>
21775 <DD>
21776 This parameter indicates that the connection to the server will be made
21777 over the SSL port, but using the TLSv1 protocol, instead of the usual
21778 SSLv3 or SSLv2 protocols.
21779 Alpine must be linked with an SSL library for this option to be operational.
21782 <CENTER><SAMP>/tls1</SAMP></CENTER>
21784 </DD>
21786 <DT>TLS1_1</DT>
21787 <DD>
21788 This parameter indicates that the connection to the server will be made
21789 over the SSL port, but using the TLSv1.1 protocol.
21790 Alpine must be linked with an SSL library that supports this encryption
21791 protocol for this option to be operational.
21794 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
21796 </DD>
21798 <DT>TLS1_2</DT>
21799 <DD>
21800 This parameter indicates that the connection to the server will be made
21801 over the SSL port, but using the TLSv1.2 protocol.
21802 Alpine must be linked with an SSL library that supports this encryption
21803 protocol for this option to be operational.
21806 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
21808 </DD>
21810 <DT>TLS1_3</DT>
21811 <DD>
21812 This parameter indicates that the connection to the server will be made
21813 over the SSL port, but using the TLSv1.3 protocol.
21814 Alpine must be linked with an SSL library that supports this encryption
21815 protocol for this option to be operational.
21818 <CENTER><SAMP>/tls1_3</SAMP></CENTER>
21820 </DD>
21822 <DT>NoValidate-Cert</DT>
21823 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
21824 This is needed if the server uses self-signed certificates or if Alpine
21825 cannot validate the certificate for some other known reason. You should avoid
21826 using this option, and instead install the certificate of the server, so you
21827 are not a victim of a cracker-in-the-middle attack.
21829 </DD>
21831 <DT>Anonymous</DT>
21832 <DD>This is a unary parameter (that means it does not have a value)
21833 indicating that the connection be logged in as
21834 &quot;anonymous&quot; rather than a specific user.
21835 Not all servers offer anonymous
21836 access; those which do generally only offer read-only access to certain
21837 &quot;public&quot; folders.
21840 <CENTER><SAMP>/anonymous</SAMP></CENTER>
21843 </DD>
21845 <DT>Secure</DT>
21846 <DD>This is a unary parameter indicating that the connection use the
21847 most secure authentication method mutually supported by Alpine and the
21848 server.
21849 Alpine is capable of authenticating connections to 
21850 the server using several methods.
21851 By default, Alpine will attempt each
21852 method until either a connection is established or the
21853 list of methods is exhausted.
21854 This parameter causes Alpine to instead fail 
21855 the connection if the first (generally most &quot;secure&quot;) method fails.
21858 <CENTER><SAMP>/secure</SAMP></CENTER>
21861 </DD>
21863 <DT>Submit</DT>
21864 <DD>This is a unary parameter for use with the
21865 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
21866 It indicates that the connection should be made to the Submit server
21867 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
21868 (port 587) instead of the SMTP port (25).
21869 At the time this help was written the submit option was equivalent to
21870 specifying port 587. <A href="h_security_considerations">Learn more</A>
21871 about security considerations when you use this option.
21874 <CENTER><SAMP>/submit</SAMP></CENTER>
21878 <CENTER><SAMP>host:587</SAMP></CENTER>
21881 </DD>
21883 <DT>Debug</DT>
21884 <DD>This is a unary parameter indicating that the connection be established
21885 in a verbose mode.  Basically, it causes Alpine to log the communication with
21886 the server in Alpine's debug file.
21887 Normally, the pine -d command-line flag would be used instead.
21889 </DD>
21891 <DT>NoRsh</DT>
21892 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
21893 the UNIX remote shell program.
21894 Including &quot;NoRsh&quot; will cause connections to this server to skip
21895 the &quot;rsh&quot; attempt.
21896 This might be useful to avoid long timeouts caused by rsh firewalls, for
21897 example.
21899 </DD>
21901 <DT>Loser</DT>
21902 <DD>This option makes sense only for IMAP servers that do not perform
21903 a SEARCH command correctly. If your filtering rules
21904 fail to filter some messages, that should have been filtered, then this
21905 option will make Alpine download all data necessary data to perform that 
21906 search. There is a performance penalty when using this option. Downloading 
21907 the data to perform the search will take longer than requesting the IMAP
21908 server to perform the filtering, but the filtering will be done correctly.
21910 </DD>
21913 <DT>Service</DT>
21914 <DD>This parameter requires an associated value.  The default value is
21915 &quot;IMAP&quot; which indicates communication with the server based
21916 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
21917 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
21919 Other service values include:
21920  <DL>
21921  <DT>NNTP</DT>
21922  <DD>This value indicates communication with the server takes place via
21923 the Network News Transfer Protocol.  Use this to define a collection
21924 of newsgroups on a remote news server.  So
21927 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
21929 or just
21931 <CENTER><SAMP>/NNTP</SAMP></CENTER>
21934 is the way to specify NNTP access.
21936  </DD>
21938  <DT>POP3</DT>
21939  <DD>This value indicates communication with the server takes place via the
21940 Post Office Protocol 3 protocol.
21943 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
21945 or just
21947 <CENTER><SAMP>/POP3</SAMP></CENTER>
21950 Note that there are several important issues
21951 to consider when selecting this option:
21952 <OL>
21953  <LI> POP3 provides access to only your INBOX.  In other words,
21954 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
21955  <LI> Alpine's implementation of POP3 does not follow the traditional POP
21956 model and will leave your mail on the server. Refer to the
21957 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
21958  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
21959 </OL>
21960 </DD>
21961 </DL>
21962 </DL>
21965 Note that it is possible to include more than one parameter in a server
21966 specification by concatenating the parameters. For example:
21969 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
21973 &lt;End of help on this topic&gt;
21974 </BODY>
21975 </HTML>
21976 ======= h_security_considerations =======
21977 <HTML>
21978 <HEAD>
21979 <TITLE>SSL, TLS, STARTTLS and More Security Considerations</TITLE>
21980 </HEAD>
21981 <BODY>
21982 <H1>SSL, TLS, STARTTLS and More Security Considerations</H1>
21984 The purpose of this text is to educate users on how to best choose
21985 the type of security connection to a remote server using the SSL and TLS
21986 encryption protocols.
21989 In the past, and when Alpine originally started to support encrypted connections
21990 to remote servers, the /ssl modifier was needed, and it meant any of the SSLv2
21991 or SSLv3 protocols. Those encryption protocols are considered not fully secure
21992 anymore, and in fact, you might not be able to use them anymore.
21994 <P> Today the /ssl modifier means to use the most secure encryption 
21995 protocol between your version of Alpine and what the server supports. This 
21996 might mean more modern protocols, such as TLS 1.0, TLS 1.1, etc. As of 
21997 this writing, Alpine supports connection using TLS 1.3. These protocols
21998 are considered more secure today and they should be preferred over the old
21999 SSL protocols.
22001 <P> A source of confusion for Alpine users might be the meaning of the 
22002 modifier /tls with respect to the names of the encryption protocols, such 
22003 as TLS 1.2. The meaning of /tls is to start an encrypted connection to a 
22004 server after an insecure connection has been established, and we will 
22005 discuss this later in this help text. The preferred way flag is to use
22006 /starttls, instead of /tls.
22008 <P>The best way to start an encrypted connection to a server is to use the 
22009 /ssl modifier. If your provider allows encrypted connections on port 993 
22010 for IMAP, or port 995 for POP3, or in port 465 for SMTP, just define your 
22011 server by adding the /ssl modifier and do not add the port to the server. 
22012 Alpine knows that the secure connection will be done in the correct port, 
22013 and will use the most secure encryption available between Alpine and the 
22014 server. You only need to use the port number when it is different from the
22015 default port numbers for this type of connections, and those were given
22016 above.
22018 <P>Most email service providers identify secure connections by saying 
22019 &quot;SSL or TLS&quot;. In this case, use the /ssl modifier, and only use 
22020 the port number in case it is different to the ones above.
22022 <P>If your service provider says to use STARTTLS, then you need to use the 
22023 /starttls modifier. If your service provider gives you the option to use SSL or 
22024 TLS and to use STARTTLS choose the secure port and choose the /ssl 
22025 modifier. This is because connections using the /starttls modifier can be 
22026 attacked and your username and password can be stolen by a hacker. The next
22027 paragraph describes in short how to do this.
22029 <P> When you use the /starttls modifier, Alpine connects insecurely to the 
22030 remote server. Because the connection is insecure, it is possible that you 
22031 connect to a different server, which connects you to the real server. This 
22032 is called &quot;man-in-the-middle&quot; attack, and so your communication 
22033 will pass through the hackers computer before it reaches the real target. 
22034 An example of a possible man-in-the-middle is your internet service provider, 
22035 or your employer in some instances.
22036 This means that the hacker can modify the replies from the correct server 
22037 and give you the illusion of security before you are actually connected to 
22038 the secure server. Therefore, you might disclose your username and 
22039 password to the hacker before you establish a secure connection to the correct
22040 server.
22042 <P> Therefore, if possible avoid using STARTTLS (for IMAP and POP) or SUBMIT
22043 for SMTP (in port 587), as these are subject to attack. If possible
22044 ask your provider for secure connections for SSL or TLS in the secure ports
22045 993 for IMAP, 995 for POP or 465 for SMTP.
22047 <P> In the current state, even as of TLS 1.3, these protocols are considered 
22048 secure but they do not protect your privacy. For example your internet 
22049 service provider might track to which servers you are connecting securely. 
22050 Encryption protocols are evolving to not only protect the security of your 
22051 data, but also your privacy.
22053 <P> Other types of errors can lead to insecure connections. An example is
22054 when the name of the server as provided by the user does not match the
22055 name of the server in the certificate. 
22056 <A href="h_tls_validation_failure">Read more</A> about security errors
22057 of this type and learn how to protect yourself against this type of
22058 errors.
22061 &lt;End of help on this topic&gt;
22062 </BODY>
22063 </HTML>
22064 ======= h_composer_cntxt_server =======
22065 <HTML>
22066 <HEAD>
22067 <TITLE>Collection Server: Explained</TITLE>
22068 </HEAD>
22069 <BODY>
22070 <H1>Collection Edit Help -- Server Field</H1>
22072 This collection's &quot;Server:&quot; definition indicates the
22073 hostname of the server providing access to the folders in this
22074 collection.
22075 The syntax of this server name is the same as for other server names used
22076 in remote folder names in
22077 Alpine and is described
22078 <A HREF="h_folder_server_syntax">here</A>.
22081 &lt;End of help on this topic&gt;
22082 </BODY>
22083 </HTML>
22084 ======= h_composer_cntxt_path =======
22085 <HTML>
22086 <HEAD>
22087 <TITLE>Collection Path: Explained</TITLE>
22088 </HEAD>
22089 <BODY>
22090 <H1>Collection Edit Help -- Path Field</H1>
22092 The collection's &quot;Path:&quot; definition indicates the location
22093 of the folders in this collection.  If the path or any of its components
22094 do not exist, Alpine will prompt you for their creation when exiting the
22095 Add/Change screen.
22097 <P> 
22098 By default the path is interpreted as defining a section of your personal
22099 folder area.  This area and how you specify it are defined by the
22100 server, if one is specified in the collection, or, typically, the home
22101 directory if no server is defined.
22104 To define a collection outside the default &quot;area&quot;, prefix
22105 the path with the &quot;namespace&quot; to use when interpreting the
22106 given path.  If a namespace is specified, the Path begins with the
22107 sharp, &quot;#&quot;, character followed by the name of the namespace
22108 and then the namespace's path-element-delimiter.  Aside from the
22109 path's format, namespaces can also imply access rights, content
22110 policy, audience, location, and, occasionally, access methods.
22113 Each server exports its own set (possibly of size one) of 
22114 namespaces.  Hence, it's likely communication with your server's
22115 administrator will be required for specific configurations.  Some of
22116 the more common namespaces, however, include:
22118 <DL>
22119 <DT>#news.</DT>
22120 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
22121 names are hierarchically defined with each level delimited by a period.
22122 </DD>
22123 <DT>#public/</DT>
22124 <DD>This specifies a folder area that the server may export to the general
22125 public.
22126 </DD>
22127 <DT>#shared/</DT>
22128 <DD>This specifies a folder area that the folder may export to groups
22129 of users.
22130 </DD>
22131 <DT>#ftp/</DT>
22132 <DD>This specifies a folder area that is the same as that it may have 
22133 exported via the &quot;File Transfer Protocol&quot;.
22134 </DD>
22135 <DT>#mh/</DT>
22136 <DD>This specifies the personal folder area associated with folders
22137 and directories that were created using the MH message handling system.
22138 </DD>
22139 </DL>
22142 In addition, the server may support access to other user's folders,
22143 provided you have suitable permissions.  Common methods use a prefix
22144 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
22145 indicate the root of the other user's folder area.
22148 No, nothing's simple.
22151 &lt;End of help on this topic&gt;
22152 </BODY>
22153 </HTML>
22154 ======= h_composer_cntxt_view =======
22155 <HTML>
22156 <HEAD>
22157 <TITLE>Collection View: Explained</TITLE>
22158 </HEAD>
22159 <BODY>
22160 <H1>Collection Edit Help -- View Field</H1>
22162 The collection's &quot;View:&quot; definition provides a way to limit
22163 the displayed list of folders within a collection.  By default, only
22164 folders that contain the specified characters anywhere in their name
22165 are shown in the collection's folder list.
22168 Additionally, you can use a wildcard character to better control
22169 the list of folders selected for display.  The wildcard specifier is
22170 the star, &quot;*&quot;, character.
22173 So, for example, to define a collection of all folders ending with
22174 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
22175 quote characters!).  Or, similarly, to define a collection of folders
22176 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
22177 specify a view of &quot;a*z&quot;.
22180 &lt;End of help on this topic&gt;
22181 </BODY>
22182 </HTML>
22183 ======= h_composer_abook_add_server =======
22184 <HTML>
22185 <HEAD>
22186 <TITLE>Addressbook Server Name Field Explained</TITLE>
22187 </HEAD>
22188 <BODY>
22189 This field should be left blank if the address book is stored in a regular
22190 file on this system.  If it is a remote address book stored on an IMAP
22191 server then this is the name of that IMAP server.
22193 Look <A HREF="h_edit_nav_cmds">here</A>
22194 to see the available Editing and Navigation commands.
22196 &lt;End of help on this topic&gt;
22197 </BODY>
22198 </HTML>
22199 ======= h_composer_abook_add_folder =======
22200 <HTML>
22201 <HEAD>
22202 <TITLE>Addressbook Folder Name Field Explained</TITLE>
22203 </HEAD>
22204 <BODY>
22205 For a remote address book (one for which the Server Name is filled in)
22206 this is the name of a folder on the remote server. The address book data
22207 will be stored in this folder. This folder should be used only for
22208 storing this single address book, not for other address books or for
22209 other messages.
22211 For a local address book (one for which the Server Name is not filled in)
22212 this is the name of a file in which the address book will be stored.
22213 The file is in the same directory as the Alpine configuration file if the
22214 configuration file is local.
22215 If the configuration file is remote, then this will be in the home directory
22216 for Unix Alpine and in the directory specified by the
22217 &quot;-aux local_directory&quot; command line argument.
22219 Look <A HREF="h_edit_nav_cmds">here</A>
22220 to see the available Editing and Navigation commands.
22222 &lt;End of help on this topic&gt;
22223 </BODY>
22224 </HTML>
22225 ======= h_composer_abook_add_nick =======
22226 <HTML>
22227 <HEAD>
22228 <TITLE>Addressbook NickName Field Explained</TITLE>
22229 </HEAD>
22230 <BODY>
22231 This is just an optional nickname for this address book. If present, it
22232 is used in some of the displays and error messages in the address book
22233 maintenance screens. It is for your convenience only and serves no
22234 other purpose.
22236 Look <A HREF="h_edit_nav_cmds">here</A>
22237 to see the available Editing and Navigation commands.
22239 &lt;End of help on this topic&gt;
22240 </BODY>
22241 </HTML>
22242 ======= h_composer_qserv_cn =======
22243 <HTML>
22244 <HEAD>
22245 <TITLE>Directory Query Form Explained</TITLE>
22246 </HEAD>
22247 <BODY>
22249 Fill in as many of these fields as you wish to narrow down your
22250 search. All the fields you fill in must match in order for an entry
22251 to be returned. You may use the wildcard character &quot;*&quot; in
22252 any of the fields, it matches any zero or more characters at that
22253 point in the string. There are no implicit wildcards, so the match is
22254 exact unless you include wildcards.
22257 Note that if an attribute isn't present at all, then the match will fail.
22258 For example, if a server doesn't support the Locality attribute, then no
22259 matter what you put in the Locality field (other than leaving it empty)
22260 the search will fail.
22263 This field, the Common Name field, is typically a person's full name.
22266 <H1>EDITING and NAVIGATION COMMANDS</H1>
22267 <!--chtml if pinemode="function_key"-->
22268 <PRE>
22269 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22270 ^B (Left Arrow)    Back character       | ^D       Delete current character
22271 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22272 ^P (Up Arrow)      Previous line        |
22273 ^N (Down Arrow)    Next line            | F9       Cut marked text or
22274 ^A                 Beginning of line    |            delete current line
22275 ^E                 End of line          | F10      Undelete line(s)
22276 F7                 Previous page        |
22277 F8                 Next page            |-------------------------------------
22278 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22279 ----------------------------------------|
22280 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
22281 F2   Cancel      |   F1    Get help     |
22282 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
22283 </PRE>
22284 <!--chtml else-->
22285 <PRE>
22286 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22287 ^B (Left Arrow)    Back character       | ^D       Delete current character
22288 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22289 ^P (Up Arrow)      Previous line        |
22290 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
22291 ^A                 Beginning of line    |            delete current line
22292 ^E                 End of line          | ^U       Undelete line(s)
22293 ^Y                 Previous page        |
22294 ^V                 Next page            |-------------------------------------
22295 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22296 ----------------------------------------|
22297 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
22298 ^C   Cancel      |   ^G    Get help     |
22299 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
22300 </PRE>
22301 <!--chtml endif-->
22302 <P><UL>
22303 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22304 </UL><P>
22305 &lt;End of help on this topic&gt;
22306 </BODY>
22307 </HTML>
22308 ======= h_composer_qserv_sn =======
22310 The Surname is usually the family name of a person.
22312 <End of help on this topic>
22313 ======= h_composer_qserv_gn =======
22315 This is the part of a person's name that isn't the surname or initials.
22317 <End of help on this topic>
22318 ======= h_composer_qserv_mail =======
22320 This is the email address of a person.
22322 <End of help on this topic>
22323 ======= h_composer_qserv_org =======
22325 This is the organization a person belongs to.
22327 <End of help on this topic>
22328 ======= h_composer_qserv_unit =======
22330 This is the organizational unit a person belongs to.
22332 <End of help on this topic>
22333 ======= h_composer_qserv_country =======
22335 This is the country a person belongs to.
22337 <End of help on this topic>
22338 ======= h_composer_qserv_state =======
22340 This is the state a person belongs to.
22342 <End of help on this topic>
22343 ======= h_composer_qserv_locality =======
22345 This is the locality a person belongs to.
22347 <End of help on this topic>
22348 ======= h_composer_qserv_custom =======
22350 This one is for advanced users only! If you put something in this field,
22351 then the rest of the fields are ignored.
22353 This field may be set to the string representation of an LDAP search
22354 filter (see RFC1960). Here are some examples:
22356 To search for an entry with a surname equal to "clinton" you could set
22357 the custom filter to:
22359      (sn=clinton)
22360     
22361 This is equivalent to putting "clinton" in the SurName field.
22362 To search for an entry that has a surname that begins with "clint" and
22363 has a givenname equal to "william" you could use:
22365      (&(sn=clint*)(givenname=william))
22366     
22367 This is equivalent to setting the SurName field to "clint*" and the
22368 GivenName field to "william".
22369 To search for an entry where either the common name OR the email address
22370 contains "abcde" you could use:
22372      (|(cn=*abcde*)(mail=*abcde*))
22374 That isn't equivalent to anything you can do by setting the other fields
22375 because of the OR.
22377 <End of help on this topic>
22378 ======= h_composer_qserv_qq =======
22380 This one is a little different from the rest of the categories.  It causes
22381 a search to be formed from the configured search filter that you filled
22382 in when you added the directory server to your configuration. It can also
22383 be combined with the other fields if you'd like.
22385 <End of help on this topic>
22386 ======= h_address_format =======
22387 <HTML>
22388 <HEAD>
22389 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
22390 </HEAD>
22391 <BODY>
22392 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
22394 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
22395 and then a domain, with no spaces.  
22396 For example, jsmith@art.example.com might be the email address
22397 of a person  
22398 with the username &quot;jsmith&quot; who has an account in the domain
22399 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
22400 right of the &quot;@&quot; sign can vary - a shorter example would be 
22401 isabelle@elsewhere.edu (the shortest possible form: here, only the 
22402 organization's domain is specified after the &quot;@&quot; sign); a longer 
22403 example would be 
22404  jsingh@shakti.edutech.example.com
22405 (here, the name of the host &quot;shakti&quot; in the domain 
22406 edutech.example.com is also specified).  
22407 <P>  
22408 If you do not know the exact email address of someone you want to write 
22409 to, ask them what it is using other means of communication than email; or 
22410 use the tools for 
22411 finding people's addresses that are available on the Internet.
22413 If you are sending to someone on the same system as you are, you can leave
22414 the &quot;@&quot; sign and all the information to its right off of the 
22415 address, and Alpine will fill it in automatically, 
22416 unless the feature 
22417 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
22420 When an email address you send a message to is not reachable -- either because 
22421 it is simply an incorrect address, or because email can temporarily not be 
22422 delivered to it due to a technical problem on the way to or at the recipient's 
22423 end -- you will almost always get an error notification email message back.
22425 If you encounter problems with, or have questions about, email delivery or
22426 email address syntax, contact your local network computing consultants.
22427 <P><UL>
22428 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22429 </UL>
22431 &lt;End of help on this topic&gt;
22432 </BODY>
22433 </HTML>
22434 ======= h_flag_user_flag =======
22435 <HTML>
22436 <HEAD>
22437 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
22438 </HEAD>
22439 <BODY>
22440 <H1>STATUS FLAG: User Defined Keyword</h1>
22442 This is a keyword that is defined for this folder.
22443 It was most likely defined by the owner of the folder.
22444 Alpine will not set or clear this flag on its own.
22446 <P><UL>
22447 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22448 </UL><P>
22449 &lt;End of help on this topic&gt;
22450 </BODY>
22451 </HTML>
22452 ======= h_flag_important =======
22453 <html>
22454 <title>STATUS FLAG: Important</title>
22455 <body>
22456 <h1>STATUS FLAG: Important</h1>
22459 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
22460 MESSAGE&nbsp;INDEX
22461 screen, can only be set by the user, and is intended to be used in
22462 whatever fashion makes sense to you.  You are the only one that can set or
22463 clear it. 
22466 &lt;End of help on this topic&gt;
22467 </BODY>
22468 </HTML>
22469 ======= h_flag_new =======
22470 <html>
22471 <title>STATUS FLAG: New</title>
22472 <body>
22473 <h1>STATUS FLAG: New</h1>
22476 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
22477 MESSAGE&nbsp;INDEX screen,
22478 is automatically set when messages are delivered to your Inbox (or other
22479 folder specified outside of Alpine).  Likewise, it is cleared automatically
22480 the first time you read the message it is associated with.
22483 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
22484 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
22485 you'd like to be reminded of it next time you read mail.  This can be done
22486 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
22490 &lt;End of help on this topic&gt;
22491 </BODY>
22492 </HTML>
22493 ======= h_flag_answered =======
22494 <html>
22495 <title>STATUS FLAG: Answered</title>
22496 <body>
22497 <h1>STATUS FLAG: Answered</h1>
22499 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
22500 MESSAGE&nbsp;INDEX
22501 screen, is automatically set when you reply to a message.  This flag is not
22502 automatically cleared.
22505 &lt;End of help on this topic&gt;
22506 </BODY>
22507 </HTML>
22508 ======= h_flag_forwarded =======
22509 <html>
22510 <title>STATUS FLAG: Forwarded</title>
22511 <body>
22512 <h1>STATUS FLAG: Forwarded</h1>
22514 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
22515 MESSAGE&nbsp;INDEX
22516 screen, is automatically set when you forward a message.  This flag is not
22517 automatically cleared.
22520 &lt;End of help on this topic&gt;
22521 </BODY>
22522 </HTML>
22523 ======= h_flag_deleted =======
22524 <html>
22525 <title>STATUS FLAG: Deleted</title>
22526 <body>
22527 <h1>STATUS FLAG: Deleted</h1>
22529 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
22530 MESSAGE&nbsp;INDEX
22531 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
22532 It is cleared
22533 when you use the &quot;U&nbsp;Undelete&quot; command.
22536 Messages marked with this flag will be permanently removed from
22537 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
22538 command, or
22539 when you indicate acceptance of their removal upon leaving the folder.
22542 Note, there can be other actions implicit in the
22543 &quot;D&nbsp;Delete&quot; command,
22544 such as advancing to the next message, that may be momentarily undesirable.
22545 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
22546 flag <A HREF="h_common_flag">explicitly</A>.
22549 &lt;End of help on this topic&gt;
22550 </BODY>
22551 </HTML>
22552 ====== h_config_incoming_timeo ======
22553 <HTML>
22554 <HEAD>
22555 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
22556 </HEAD>
22557 <BODY>
22558 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
22560 This option has no effect unless the feature
22561 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22562 is set, which in turn has no effect unless
22563 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22564 is set.
22566 Sets the time in seconds that Alpine will
22567 attempt to open a network connection used for monitoring for Unseen
22568 messages in Incoming Folders. The default is 5.
22569 If a connection has not completed within this many seconds Alpine will
22570 give up and consider it a failed connection.
22572 <UL>   
22573 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22574 </UL><P>
22575 &lt;End of help on this topic&gt;
22576 </BODY>
22577 </HTML>
22578 ====== h_config_incoming_interv ======
22579 <HTML>
22580 <HEAD>
22581 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
22582 </HEAD>
22583 <BODY>
22584 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
22586 This option has no effect unless the feature
22587 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22588 is set, which in turn has no effect unless
22589 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22590 is set.
22592 This option specifies, in seconds, how often Alpine will check
22593 for new mail and state changes in Incoming Folders when Incoming Folders
22594 Checking is turned on.
22595 The default is 3 minutes (180).
22596 This value applies only to folders that are local to the system that
22597 Alpine is running on or that are accessed using the IMAP protocol.
22598 The similar option
22599 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
22600 applies to all other monitored folders.
22602 <UL>   
22603 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22604 </UL><P>
22605 &lt;End of help on this topic&gt;
22606 </BODY>
22607 </HTML>
22608 ====== h_config_incoming_second_interv ======
22609 <HTML>
22610 <HEAD>
22611 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
22612 </HEAD>
22613 <BODY>
22614 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
22616 This option has no effect unless the feature
22617 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22618 is set, which in turn has no effect unless
22619 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22620 is set.
22622 This option together with the option
22623 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22624 specifies, in seconds, how often Alpine will check
22625 for new mail and state changes in Incoming Folders when Incoming Folders
22626 Checking is turned on.
22627 The default for this option is 3 minutes (180).
22628 For folders that are local to this system or
22629 that are accessed using the IMAP protocol
22630 the value of the option
22631 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22632 is used.
22633 For all other monitored folders, the value of this option is used.
22635 The reason there are two separate options is because it is usually
22636 less expensive to check local and IMAP folders than it is to check
22637 other types, like POP or NNTP folders.
22638 You may want to set this secondary value to a higher number than
22639 the primary check interval.
22641 <UL>   
22642 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22643 </UL><P>
22644 &lt;End of help on this topic&gt;
22645 </BODY>
22646 </HTML>
22647 ====== h_config_incoming_list ======
22648 <HTML>
22649 <HEAD>
22650 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
22651 </HEAD>
22652 <BODY>
22653 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
22655 This option has no effect unless the feature
22656 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22657 is set, which in turn has no effect unless
22658 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22659 is set.
22661 When monitoring the Incoming Message Folders for Unseen messages Alpine will
22662 normally monitor all Incoming Folders.
22663 You may use this option to restrict the list of monitored folders to a
22664 subset of all Incoming Folders.
22666 <UL>   
22667 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22668 </UL><P>
22669 &lt;End of help on this topic&gt;
22670 </BODY>
22671 </HTML>
22672 ====== h_config_pers_name ======
22673 <HTML>
22674 <HEAD>
22675 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
22676 </HEAD>
22677 <BODY>
22678 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
22680 This value is used to determine the full name part of the "From" address
22681 on messages you send.
22682 <!--chtml if pinemode="os_windows"-->
22683  PC-Alpine requires that this be set in order to properly construct the "From" address.
22684 <!--chtml else-->
22685  If unset, Unix Alpine will obtain your full name from
22686  the system password file. PC-Alpine, on the other hand, requires that this be set.
22687 <!--chtml endif-->
22689 If you want to change the value of what gets included in the From header
22690 in messages you send (other than just the Personal Name)
22691 look <A HREF="h_config_change_your_from">here</A> for a description.
22692 <P><UL>
22693 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22694 </UL><P>
22695 &lt;End of help on this topic&gt;
22696 </BODY>
22697 </HTML>
22698 ====== h_config_pruned_folders ======
22699 <html>
22700 <header>
22701 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
22702 </header>
22703 <body>
22704 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
22706 This variable allows you to define a list of one or more folders that
22707 Alpine will offer to prune for you in the same way it automatically offers
22708 to prune your "sent-mail" folder each month.
22709 Each folder in this list must be a folder in your default folder collection
22710 (the first folder collection if you have more than one), and it is just
22711 the relative name of the folder in the collection, not the fully-qualified name.
22712 It is similar to sent-mail.
22713 Instead of something like
22715 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
22717 the correct value to use would be
22719 <CENTER><SAMP>folder</SAMP></CENTER>
22721 There is an assumption here that your first collection is the folders in
22723 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
22726 Once a month, for each folder listed, Alpine will offer to move
22727 the contents of the folder to a new folder of the same name but with
22728 the previous month's date appended.  Alpine will then look for any such
22729 date-appended folder names created for a previous month, and offer each
22730 one it finds for deletion.
22733 If you decline the first offer, no mail is moved and no new folder is
22734 created.
22737 The new folders will be created
22738 in your default folder collection.
22741 <UL>   
22742 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22743 </UL><P>
22744 &lt;End of help on this topic&gt;
22745 </body>
22746 </html>
22747 ====== h_config_upload_cmd ======
22748 <HTML>
22749 <HEAD>
22750 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
22751 </HEAD>
22752 <BODY>
22753 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
22755 This option affects the behavior of the Composer's &quot;Read File&quot; 
22756 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
22757 commands.  It specifies
22758 a Unix program name, and any necessary command line arguments, that Alpine can
22759 use to transfer files from your personal computer into messages that you are
22760 composing.<P>
22762 <B>Note:</B> this facility is intended for use with serial line transfer 
22763 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22764 to work with TCP/IP file transfer programs such as ftp.<P>
22766 If a program is specified, the commands listed above are modified to offer a
22767 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
22768 specified here must match the transfer program or protocol available on the
22769 personal computer.<P>
22771 Alpine expects to exchange uploaded data via a file on your Unix system.  When
22772 the specified upload program finishes, Alpine expects the uploaded data to be
22773 contained in this file.<P>
22775 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
22776 generates a
22777 temporary file name that it will pass to the specified Unix program.  Alpine
22778 will read the resulting uploaded text from this file and then delete it when
22779 the upload command is finished.<P>
22781 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
22782 prompt
22783 you for the name of the file that is to contain the uploaded information that
22784 it is to attach.  Alpine will attach this file to the composition, but will
22785 <B>not</B> delete this file after the upload command is finished.<P>
22787 The special token &quot;_FILE_&quot; may be included among the Unix program's 
22788 command
22789 line arguments.  Alpine will replace this symbol with the name of the file
22790 being used to exchange the uploaded information.  This token allows you to
22791 position the file name where it is required in the Unix program's command
22792 line arguments.<P>
22794 If the &quot;_FILE_&quot; token is not present in the specified command, the
22795 temporary file's name is automatically appended to the specified Unix
22796 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22797 <B>last</B> command line argument.
22798 <P><UL>
22799 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22800 </UL><P>
22801 &lt;End of help on this topic&gt;
22802 </BODY>
22803 </HTML>
22804 ====== h_config_upload_prefix ======
22805 <HTML>
22806 <HEAD>
22807 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
22808 </HEAD>
22809 <BODY>
22810 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
22812 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
22813 It defines text to be written to the terminal emulator (via standard output)
22814 immediately prior to starting upload command.  This is useful for
22815 integrated serial line file transfer agents that permit command passing
22816 (e.g., Kermit's APC method).<P>
22818 The special token &quot;_FILE_&quot; may be included in the string specification.
22819 That symbol will be replaced with the (Alpine-created) name of the temporary
22820 file in which Alpine will expect to find the uploaded file.
22821 <P><UL>
22822 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22823 </UL><P>
22824 &lt;End of help on this topic&gt;
22825 </BODY>
22826 </HTML>
22827 ====== h_config_download_cmd ======
22828 <HTML>
22829 <HEAD>
22830 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
22831 </HEAD>
22832 <BODY>
22833 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
22835 This option affects the behavior of the Export command.  It specifies a Unix
22836 program name, and any necessary command line arguments, that Alpine can use to
22837 transfer the exported message to your personal computer's disk.<P>
22838 Note: this facility is intended for use with serial line transfer 
22839 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22840 to work with TCP/IP file transfer programs such as ftp.<P>
22841 If a program is specified, the Export command is modified to offer a
22842 subcommand (^V) to activate the transfer (in lieu of saving it to
22843  the machine where Alpine is running).  Obviously, the Unix program
22844 specified here must match the transfer program or protocol available on the
22845 personal computer.<P>
22847 When this subcommand is selected and before Alpine invokes the specified Unix
22848 program, Alpine will create a temporary file containing the text of the
22849 exported message.  Alpine uses this file to pass the exported message text to
22850 the specified Unix program.<P>
22852 The special token &quot;_FILE_&quot; may be included among the Unix program's command
22853 line arguments.  Alpine will replace this symbol with the temporary file's name
22854 before executing the Unix program.  This token allows you to position the
22855 file name where it is required in the Unix program's command line arguments.
22857 If the &quot;_FILE_&quot; token is not present in the specified command, the
22858 temporary file's name is automatically appended to the specified Unix
22859 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22860 <B>last</B> command line argument.
22861 <P><UL>
22862 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22863 </UL><P>
22864 &lt;End of help on this topic&gt;
22865 </BODY>
22866 </HTML>
22867 ====== h_config_download_prefix ======
22868 <HTML>
22869 <HEAD>
22870 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
22871 </HEAD>
22872 <BODY>
22873 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
22875 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
22876 It defines text to be written to the terminal emulator (via standard output)
22877 immediately prior to starting the download command.  This is useful for
22878 integrated serial line file transfer agents that permit command passing
22879 (e.g., Kermit's APC method).
22881 The special token &quot;_FILE_&quot; may be included in the string 
22882 specification.
22883 That symbol will be replaced with the (Alpine-created) name of the temporary
22884 file into which Alpine will place the message to be downloaded.
22885 <P><UL>
22886 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22887 </UL><P>
22888 &lt;End of help on this topic&gt;
22889 </BODY>
22890 </HTML>
22891 ====== h_config_mailcap_path ======
22892 <HTML>
22893 <HEAD>
22894 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
22895 </HEAD>
22896 <BODY>
22897 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
22898 This variable is used to replace Alpine's default mailcap file search path.
22899 It takes one or more file names (full paths must be specified) in which to
22900 look for mail capability data.  The default search path can be found in this
22901 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
22902 If there is more than one file name listed, list members should be delimited
22903 by 
22904 <!--chtml if pinemode="os_windows"-->
22905 a semi-colon (;) under Windows; for example:<PRE>
22906         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
22907 </PRE>
22908 <!--chtml else-->
22909 a colon (:) under UNIX; for example:<PRE>
22910         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
22911 </PRE>
22912 <!--chtml endif-->
22913 <P><UL>
22914 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22915 </UL>
22917 &lt;End of help on this topic&gt;
22918 </BODY>
22919 </HTML>
22920 ====== h_config_mimetype_path ======
22921 <HTML>
22922 <HEAD>
22923 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
22924 </HEAD>
22925 <BODY>
22926 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
22928 This variable is used to replace Alpine's default mime.types file search path.
22929 It takes one or more file names (full paths must be specified) in which to
22930 look for file-name-extension to MIME type mapping data.  The default search
22931 path can be found in this
22932 <A HREF="h_news_config">Alpine Configuration</A> help.
22936 If there is more than one file name listed, list members should be delimited
22937 by a colon (:) under UNIX and a semi-colon (;) under Windows.
22939 &lt;End of help on this topic&gt;
22940 </BODY></HTML>
22941 ====== h_config_system_certs_path ======
22942 <HTML>
22943 <HEAD>
22944 <TITLE>OPTION: <!--#echo var="VAR_system-certs-path"--></TITLE>
22945 </HEAD>
22946 <BODY>
22947 <H1>OPTION: <!--#echo var="VAR_system-certs-path"--></H1>
22949 When Alpine is built to support secure connections to remote servers, a directory
22950 must be reserved in the system to store certificates that will be used to validate
22951 remote servers. This is normally configured at the time that Alpine is built, but
22952 there might be circumstances under which a user might want to use a different
22953 directory. For example, the directory might not be accessible, or has not been 
22954 updated and contains old certificates that have expired.
22957 This variable can be used to list
22958 the directory where such certificates can be found. Alpine will use the first
22959 directory in this list that exists in your system and can be accessed. This
22960 allows for users to be able to use the same pinerc file in different systems.
22963 Example of values for this option might be:
22965 <PRE>
22966 System CACerts Dir = /etc/ssl/certs
22967                      /usr/local/ssl/certs
22968                      C:\\libressl\\ssl\\certs
22969 <PRE>
22972 In unix systems, the default location of the certificates for openssl can
22973 be obtained by first executing the command
22975 <PRE>openssl version -d</PRE>
22977 and adding &quot;/certs&quot; to that value. In Windows the default location
22978 for the certificates is C:\\libressl\\ssl\\certs. This value was set by
22979 LibreSSL developers, and this option can be used to override this default.
22982 &lt;End of help on this topic&gt;
22983 </BODY></HTML>
22984 ====== h_config_system_certs_file ======
22985 <HTML>
22986 <HEAD>
22987 <TITLE>OPTION: <!--#echo var="VAR_system-certs-file"--></TITLE>
22988 </HEAD>
22989 <BODY>
22990 <H1>OPTION: <!--#echo var="VAR_system-certs-file"--></H1>
22992 This option sets the location of the container file that holds 
22993 certificate authority (CA) certificates.
22994 Alpine will use the first
22995 container in this list that exists in your system and can be accessed. This
22996 allows for users to be able to use the same pinerc file in different systems.
22999 Example of values for this option might be:
23001 <PRE>
23002 System CACerts File = /etc/ssl/certs/cert.pem
23003                       /usr/local/ssl/ca-root-nss.crt
23004                       C:\\libressl\\ssl\\certs\\cert.pem
23005 <PRE>
23008 In unix systems, the default location of the certificates for openssl can
23009 be obtained by first executing the command
23011 <PRE>openssl version -d</PRE>
23013 and adding &quot;/certs&quot; to that value. In Windows the default location
23014 for the certificates is C:\\libressl\\ssl\\certs\\cert.pem. This value was set 
23015 by LibreSSL developers, and this option can be used to override this default.
23018 &lt;End of help on this topic&gt;
23019 </BODY></HTML>
23020 ====== h_config_user_certs_path ======
23021 <HTML>
23022 <HEAD>
23023 <TITLE>OPTION: <!--#echo var="VAR_user-certs-path"--></TITLE>
23024 </HEAD>
23025 <BODY>
23026 <H1>OPTION: <!--#echo var="VAR_user-certs-path"--></H1>
23028 (UNIX ALPINE ONLY)
23029 This directory is used by Alpine to store certificates that a user
23030 trusts. Alpine will use the first directory in this list that exists in your
23031 system and can be accessed. This allows for users to be able to
23032 use the same pinerc file in different systems. The default location
23033 is ~/.alpine-certs.
23036 In addition to the certificates stored in this directory, Alpine also
23037 trusts certificates saved in the container file referenced in the
23038 configuration variable
23039 <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>.
23042 Example of values for this option might be:
23044 <PRE>
23045 User Certs Dir = /home/fred/.alpine-certs
23046                  C:\\Users\\Admin\\alpine-certs
23047 <PRE>
23050 &lt;End of help on this topic&gt;
23051 </BODY></HTML>
23052 ====== h_config_user_certs_file ======
23053 <HTML>
23054 <HEAD>
23055 <TITLE>OPTION: <!--#echo var="VAR_user-certs-file"--></TITLE>
23056 </HEAD>
23057 <BODY>
23058 <H1>OPTION: <!--#echo var="VAR_user-certs-file"--></H1>
23060 (UNIX ALPINE ONLY)
23061 This option sets the location of a container file that holds certificate
23062 authority (CA) certificates that the user trusts. Its value is the
23063 full path referencing the location of this file. Alpine will use the first
23064 container in this list that exists and can be accessed in your system. This
23065 allows for users to be able to use the same pinerc file in different
23066 systems. The default location is ~/.alpine-certs/certs.pem.
23069 In addition to the certificates stored in this directory, Alpine also
23070 trusts certificates saved in the directory referenced in the
23071 configuration variable
23072 <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>.
23075 Example of values for this option might be:
23077 <PRE>
23078 User Certs File = /home/fred/.alpine-certs/certs.pem
23079                   C:\\libressl\\ssl\\certs\\cert.pem
23080 <PRE>
23083 &lt;End of help on this topic&gt;
23084 </BODY></HTML>
23085 ====== h_config_ssl_ciphers ======
23086 <HTML>
23087 <HEAD>
23088 <TITLE>OPTION: <!--#echo var="VAR_ssl-ciphers"--></TITLE>
23089 </HEAD>
23090 <BODY>
23091 <H1>OPTION: <!--#echo var="VAR_ssl-ciphers"--></H1>
23093 (UNIX ALPINE ONLY)
23094 This is a colon separated list of ciphers that your openssl or libressl
23095 library supports and should use to negotiate a secure connection with a
23096 remote SSL server.
23099 The list of ciphers supported by openssl can be obtained with the command
23100 line command
23103 openssl ciphers
23106 Consult the manual page of the openssl ciphers command to see more
23107 ways to specify groups of ciphers, such as RSA, or other groups of
23108 ciphers.
23111 &lt;End of help on this topic&gt;
23112 </BODY></HTML>
23113 ====== h_config_set_att_ansi ======
23114 <HTML><HEAD>
23115 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
23116 </HEAD>
23117 <BODY>
23118 <H1>OPTION: Set printer to attached ansi printer</H1>
23120 Type "S" to set your printer to "attached-to-ansi".<BR>
23121 It is OK to include "attached-to-ansi" in your personal list below.
23123 &lt;End of help on this topic&gt;
23124 </BODY></HTML>
23125 ====== h_config_set_att_ansi2 ======
23126 <HTML><HEAD>
23127 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
23128 </HEAD>
23129 <BODY>
23130 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
23132 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
23133 It is OK to include "attached-to-ansi-no-formfeed" in your personal
23134 list below.
23138 This is the same as the "attached-to-ansi" option except that a
23139 formfeed character will not be appended to the end of the print job.
23140 If your printer already ejects the paper by itself at the end of the
23141 job, you may prefer the "no-formfeed" form of this printer so that you
23142 don't get an extra blank page between print jobs.
23145 &lt;End of help on this topic&gt;
23146 </BODY></HTML>
23147 ====== h_config_set_att_wyse ======
23148 <HTML><HEAD>
23149 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
23150 </HEAD>
23151 <BODY>
23152 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
23154 Type "S" to set your printer to "attached-to-wyse".<BR>
23155 It is OK to include "attached-to-wyse" in your personal list below.
23157 This is very similar to "attached-to-ansi".
23158 The only difference is in the control characters sent to turn the printer
23159 on and off.
23160 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
23161 to turn on the printer and ESC LEFT_BRACKET 4 i
23162 to turn it off.
23163 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
23164 &lt;End of help on this topic&gt;
23165 </BODY></HTML>
23166 ====== h_config_set_att_wyse2 ======
23167 <HTML><HEAD>
23168 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
23169 </HEAD>
23170 <BODY>
23171 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
23173 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
23174 It is OK to include "attached-to-wyse-no-formfeed" in your personal
23175 list below.
23179 This is the same as the "attached-to-wyse" option except that a
23180 formfeed character will not be appended to the end of the print job.
23181 If your printer already ejects the paper by itself at the end of the
23182 job, you may prefer the "no-formfeed" form of this printer so that you
23183 don't get an extra blank page between print jobs.
23186 &lt;End of help on this topic&gt;
23187 </BODY></HTML>
23188 ====== h_config_set_stand_print ======
23189 <HTML>
23190 <HEAD>
23191 <TITLE>OPTION: Set default printer</TITLE>
23192 </HEAD>
23193 <H1>OPTION: Set default printer</H1>
23194 <BODY>
23195 Move to the printer you want and type "S" to set it to be your
23196 default printer.  This list is not modifiable by you and has been
23197 set up by the system administrators.  If there is more than one printer
23198 listed in the Command List, you will be able to cycle through that
23199 whole list at the time you print, starting with your default.
23200 It is OK to include entries from this Standard list in your personal
23201 list below.
23203 &lt;End of help on this topic&gt;
23204 </BODY>
23205 </HTML>
23206 ====== h_config_set_custom_print ======
23207 <HTML>
23208 <HEAD>
23209 <TITLE>OPTION: Set default printer</TITLE>
23210 </HEAD>
23211 <H1>OPTION: Set default printer</H1>
23212 <BODY>
23213 You may add as many print commands as you want to your personal list.
23214 Specify one of them as your default printer by moving to the printer
23215 you want and typing "S".  If there is more than one printer listed
23216 in the Command List, you will be able to cycle through that list at
23217 the time you print, starting with your default.  It is OK to include
23218 entries from the Standard list above or to include the command
23219 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
23220 "attached-to-wyse-no-formfeed" as one of the entries here.
23222 &lt;End of help on this topic&gt;
23223 </BODY>
23224 </HTML>
23225 ====== h_config_user_id =====
23226 <HTML>
23227 <HEAD>
23228 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
23229 </HEAD>
23230 <BODY>
23231 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
23233 This value is used as part of the "From" address on messages you send.
23234 It is also the default login name for remote IMAP server access.  Set this
23235 to the username part you want to appear on outgoing email.
23237 If you want to change the value of what gets included in the From header
23238 in messages you send (other than just the User ID)
23239 look <A HREF="h_config_change_your_from">here</A> for a description.
23241 <P><UL>   
23242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23243 </UL><P>
23244 &lt;End of help on this topic&gt;
23245 </BODY>
23246 </HTML>
23247 ====== h_config_user_dom =====
23248 <HTML>
23249 <HEAD>
23250 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
23251 </HEAD>
23252 <BODY>
23253 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
23255 This value specifies the domain part (right-hand side) of your return
23256 address on outgoing email and is also used as the default domain for email
23257 composed to a local user.
23258 <!--chtml if pinemode="os_windows"-->
23259  This value is required for PC-Alpine. If you are unsure as to what this should be,
23260  contact your local help desk, system administrator, or Internet Service Provider.
23261 <!--chtml else-->
23262  If unset, Unix Alpine will obtain the domain from
23263  the system.  Often this value will be set for your whole site by the
23264  system administrator.<P>
23265 <!--chtml endif-->
23266 If you set this, see also the <A HREF="h_config_quell_local_lookup">
23267 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
23269 If you want to change the value of what gets included in the From header
23270 in messages you send (other than just the User Domain)
23271 look <A HREF="h_config_change_your_from">here</A> for a description.
23272 <P><UL>
23273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23274 </UL><P>
23275 &lt;End of help on this topic&gt;
23276 </BODY>
23277 </HTML>
23278 ====== h_config_smtp_server =====
23279 <HTML>
23280 <HEAD>
23281 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
23282 </HEAD>
23283 <BODY>
23284 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
23285 This value specifies the name of one or more SMTP 
23286 (Simple Mail Transfer Protocol) servers for sending mail. 
23287 <!--chtml if pinemode="os_windows"-->
23288 You must have an SMTP server for use with PC-Alpine.
23289 SMTP servers are
23290 normally set up by a system administrator for use by all members of a given
23291 campus or department.
23292 Contact your local help desk to ask what SMTP
23293 servers you should use.  
23294 <!--chtml else-->
23295 Unix Alpine users may not need to set an SMTP server.
23296 Alpine will attempt to execute the program (usually sendmail) that is used
23297 to insert mail into the mail system.
23298 If this works for you, you may leave this option blank.
23299 If there is an SMTP server running on the Unix host you may be able to
23300 improve sending performance slightly by setting the SMTP server option
23301 to &quot;localhost&quot; or to the actual name of the Unix host.
23303 If the Unix host doesn't work the way Alpine was expecting you will need to
23304 set the value of this option.
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 endif-->
23312 Your SMTP server may offer SMTP AUTH authentication.
23313 It may even require it.
23314 If your SMTP server offers SMTP AUTH authentication you may specify a
23315 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
23316 This parameter requires an associated value,
23317 the username identifier with which to establish the server
23318 connection.
23319 An example might be:
23322 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
23325 If AUTH authentication is offered by the server, this will cause Alpine to
23326 attempt to use it.
23327 If AUTH authentication is not offered by the server, this will cause Alpine
23328 to fail sending with an error similar to:
23331 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
23334 Another type of authentication that is used by some ISPs is called
23335 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
23336 which means that you have to authenticate
23337 yourself to the POP or IMAP server by opening a mailbox before you
23338 can send mail.
23339 To do this, you usually only have to open your INBOX.
23342 You may tell Alpine to use the
23343 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
23344 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
23345 parameter
23346 in this option.
23347 At this time &quot;/submit&quot; is simply equivalent to specifying
23348 port 587, though it may imply more than that at some point in the future.
23349 Some ISPs are blocking port 25 in order to reduce the amount of spam
23350 being sent to their users.
23351 You may find that the submit option allows you to get around such a block.
23354 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
23357 To specify any non-standard port number on the SMTP server you may follow
23358 the hostname with a colon followed by the portnumber.
23361 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
23364 Normally, when a connection is made to the Smtp-Server Alpine will attempt
23365 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
23366 If that fails then a non-encrypted connection will be attempted instead.
23367 You may specify that a TLS connection is required if you wish.
23368 If you append &quot;/starttls&quot; to the name then the connection will fail
23369 instead of falling back to a non-secure connection.
23372 <CENTER><SAMP>smtpserver.example.com/starttls</SAMP></CENTER>
23376 For more details about server name possibilities see
23377 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23380 <UL>
23381 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23382 </UL>
23384 &lt;End of help on this topic&gt;
23385 </BODY>
23386 </HTML>
23387 ====== h_config_nntp_server =====
23388 <HTML>
23389 <HEAD>
23390 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
23391 <BODY>
23392 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
23394 This value specifies the name of one or more NNTP
23395 (Network News Transfer Protocol)
23396 servers for reading and posting USENET news.
23397 NNTP servers are normally
23398 set up by a system administrator for use by all members of a given campus
23399 or department.
23400 Contact your local help desk to ask what NNTP servers you should use.  
23401 <!--chtml if pinemode="os_windows"--><!--chtml else-->
23402 Often Unix Alpine users will find that this variable has been
23403 set for the whole system (and they don't have to worry about it).  
23404 <!--chtml endif-->
23405 When you define an NNTP server here, Alpine implicitly defines a news
23406 collection for you, assuming that server as the news server and assuming
23407 that you will use the NNTP protocol and a local newsrc configuration file
23408 for reading news.
23409 For more about reading news with Alpine, see
23410 <A HREF="h_reading_news">how to use Alpine to read news</A>.
23412 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
23413 or &quot;AUTHINFO USER&quot; authentication.
23414 It may even require it.
23415 If your NNTP server does offer such authentication you may specify a user name
23416 parameter to cause Alpine to attempt to authenticate.
23417 The same is true for the server name in a folder collection that uses NNTP.
23418 This parameter requires an associated value,
23419 the username identifier with which to establish the server connection.
23420 An example might be:
23423 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
23426 If authentication is offered by the server, this will cause Alpine to
23427 attempt to use it.
23428 If authentication is not offered by the server, this will cause Alpine
23429 to fail with an error similar to:
23432 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
23434 For more details about the server name possibilities see
23435 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23436 <P><UL>
23437 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23438 </UL><P>
23439 &lt;End of help on this topic&gt;
23440 </BODY>
23441 </HTML>
23442 ====== h_config_inbox_path =====
23443 <HTML>
23444 <HEAD>
23445 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
23446 </HEAD>
23447 <BODY>
23448 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
23450 This value overrides the default value of your INBOX name/path/location.
23451 <!--chtml if pinemode="os_windows"-->
23452 PC-Alpine users must specify an inbox path and it must be a folder on an
23453 IMAP server.  
23454 <!--chtml else-->
23455 Unix and VMS Alpine users will often find that this variable
23456 has been pre-configured by your system administrator.  
23457 <!--chtml endif-->
23458 You may be able to specify an alternate INBOX that is either a local folder 
23459 or a folder on an IMAP server.
23461 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
23462 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
23463 mail server.
23465 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23466 details on the syntax of folder definitions.
23468 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
23469 mail is disappearing.
23470 <P><UL>
23471 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23472 </UL><P>
23473 &lt;End of help on this topic&gt;
23474 </BODY>
23475 </HTML>
23476 ====== h_config_change_your_from =====
23477 <HTML>
23478 <HEAD>
23479 <TITLE>How to Change your From Address</TITLE>
23480 </HEAD>
23481 <BODY>
23482 <H1>How to Change your From Address</H1>
23484 If the From address that Alpine includes in mail that you send is not correct,
23485 you may want to configure a different default value for the From address.
23486 You may follow these directions to change the default:
23489 <UL>
23490   <LI> Go to the Main Alpine Menu
23491   <LI> From there type the Setup Command
23492   <LI> From there type the Config Command
23493 </UL>
23496 You've probably already seen this SETUP CONFIGURATION screen.
23497 If not, there are many options you may want to set here.
23498 To set the value of the From header you may use the
23499 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
23500 Find it by scrolling down a few pages or use the WhereIs command to
23501 search for &quot;customized&quot;.
23502 You may want to read the help text associated with the option.
23504 To add a custom From header, type the Add command and enter the
23505 full header line, including the leading &quot;From:&nbsp;&quot;.
23506 For example:
23508 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23510 Now exit the Setup command and try sending mail to yourself to see
23511 what the From line looks like.
23513 When you are in the composer you may edit the custom From line by typing
23514 Ctrl-R while your cursor is in the headers of the message and then moving
23515 to the From line and editing.
23516 If you want to leave the default value the same but add the possibility
23517 of being able to edit the header when you compose, add just the header
23518 name without a value.
23519 For example:
23521 <CENTER><SAMP>From:</SAMP></CENTER>
23523 If you change your From address you may also find it useful to add the
23524 changed From address to the
23525 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23526 configuration option.
23528 <UL>   
23529 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23530 </UL><P>
23531 &lt;End of help on this topic&gt;
23532 </BODY>
23533 </HTML>
23534 ====== h_config_default_fcc =====
23535 <HTML>
23536 <HEAD>
23537 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
23538 </HEAD>
23539 <BODY>
23540 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
23542 This value specifies where a copy of outgoing mail should be saved.  If
23543 this is not a path name, it will be in the default collection for saves.
23544 Any valid folder specification, local or IMAP, is allowed.  This default
23545 folder carbon copy only applies when the 
23546 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
23547 is set to use the default folder.  
23548 <!--chtml if pinemode="os_windows"-->
23549 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
23550 <!--chtml else-->
23551 Unix Alpine default
23552 is normally &quot;sent-mail&quot; in the default folder collection. 
23553 <!--chtml endif-->
23555 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
23556 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
23557 IMAP server (remember that in order to later access this remote folder through Alpine, it
23558 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23559 for more information). An example:<p>
23560 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
23562 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
23564 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23565 details on the syntax of folder definitions.
23567 <UL>   
23568 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23569 </UL><P>
23570 &lt;End of help on this topic&gt;
23571 </BODY>
23572 </HTML>
23573 ====== h_config_def_save_folder =====
23574 <HTML>
23575 <HEAD>
23576 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
23577 </HEAD>
23578 <BODY>
23579 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
23581 This option determines the default folder name for save-message operations 
23582 (&quot;saves&quot;).
23584 If this is not a path name, it will be in the default collection for saves.
23585 Any valid folder specification, local or IMAP, is allowed.  This default
23586 folder only applies when the
23587 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
23588 doesn't override it.  
23589 <!--chtml if pinemode="os_windows"-->
23590 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
23591 <!--chtml else-->
23592 Unix Alpine default
23593 is normally &quot;saved-messages&quot; in the default folder collection.
23594 <!--chtml endif-->
23595 If you access your email through an IMAP server, especially if you often switch between Unix
23596 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
23597 IMAP server (remember that in order to later access this remote folder through Alpine, it
23598 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23599 for more information). An example:<p>
23600 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
23602 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23603 details on the syntax of folder definitions.
23605 <UL>   
23606 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23607 </UL><P>
23608 &lt;End of help on this topic&gt;
23609 </BODY>
23610 </HTML>
23611 ====== h_config_postponed_folder =====
23612 <HTML>
23613 <HEAD>
23614 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
23615 </HEAD>
23616 <BODY>
23617 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
23619 This value overrides the default name for the folder where postponed
23620 messages are saved.  If this is not a path name, it will be in the default
23621 collection for message Saves.  Any valid folder specification, local or
23622 remote, is allowed. 
23623 PC-Alpine default
23624 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
23625 The Unix Alpine default is normally &quot;postponed-msgs&quot;
23626 in the default collection. 
23628 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
23629 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
23630 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
23631 in all Alpine copies you use. 
23632 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
23633 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
23634 for more information). An
23635 example:<p> 
23636 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
23638 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23639 details on the syntax of folder definitions.
23641 <UL>   
23642 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23643 </UL><P>
23644 &lt;End of help on this topic&gt;
23645 </BODY>
23646 </HTML>
23647 ====== h_config_read_message_folder =====
23648 <HTML>
23649 <HEAD>
23650 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
23651 </HEAD>
23652 <BODY>
23653 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
23655 By virtue of specifying a folder name here, Alpine will be configured to
23656 save all messages that you have read during a session into the designated
23657 &quot;read messages&quot; folder.  This allows you to more easily distinguish
23658 between your really new email (in your INBOX) and those that you have
23659 already read.  Depending on how you define the 
23660 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23661 setting, you may or may not be asked when you quit
23662 Alpine if you want read messages to be moved to this folder.  In either
23663 case, moving the messages means they will be deleted from your INBOX.
23665 If this is not a path name, it will be in the default collection for
23666 saves.  Any valid folder specification, local or remote (via IMAP), is
23667 allowed.  There is no default for the name of the read message folder.
23669 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23670 details on the syntax of folder definitions.
23672 <UL>   
23673 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23674 </UL><P>
23675 &lt;End of help on this topic&gt;
23676 </BODY>
23677 </HTML>
23678 ====== h_config_form_folder =====
23679 <HTML>
23680 <HEAD>
23681 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
23682 </HEAD>
23683 <BODY>
23684 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
23686 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
23687 contain messages that you have composed and that are intended to be
23688 sent in their original form repeatedly.
23691 Setting this variable will alter Alpine's usual behavior when you
23692 execute the Compose command.  Normally, Alpine offers a chance to
23693 continue a postponed or interrupted message should one or the other
23694 exist.  When this variable is set to a folder name that exists, Alpine
23695 will also offer the chance to select a message from the folder to
23696 insert into the composer (much like when continuing a postponed message).
23697 The difference, however, is that Alpine will not automatically delete
23698 the selected message from the Form Letter Folder.
23700 Setting this variable will also affect Alpine's behavior when you
23701 Postpone a message from the composer.  Normally, Alpine simply stashes
23702 the message away in your
23703 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
23704 Regardless of the specified folder's existence, Alpine will ask which
23705 folder you intend the message to be stored in.  Choose the
23706 &quot;F&quot; option to store the message in your Form Letter Folder.
23707 This is the most common way to add a message to the folder.
23710 Another method of adding messages to the folder is via the Alpine
23711 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
23712 you expect to send in the same form again, you can enter the Form
23713 Letter Folder's name in this field.  Alpine, as usual, will copy the
23714 message as it's sent.  Note, when you later select this message from 
23715 your Form Letter Folder, it will have the same recipients as the original
23716 message.
23719 To delete a message from the Form Letter Folder, you can either select
23720 the folder from a suitable FOLDER LIST screen, or use the Delete
23721 command in the MESSAGE INDEX offered when selecting from the folder as
23722 part of the Compose command.  You can delete a Form Letter Folder just
23723 as any other folder from a suitable FOLDER LIST screen.
23726 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
23727 facility can be used
23728 to replace the Form Letter Folder.
23731 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23732 details on the syntax of folder definitions.
23735 <UL>   
23736 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23737 </UL><P>
23738 &lt;End of help on this topic&gt;
23739 </BODY>
23740 </HTML>
23741 ====== h_config_archived_folders =====
23742 <HTML>
23743 <HEAD>
23744 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
23745 </HEAD>
23746 <BODY>
23747 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
23749 This is like
23750 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
23751 only more general.  You may archive
23752 any of the folders in your incoming collection.  This is a list of folder
23753 pairs, with the first separated from the second in the pair by a space.
23754 The first folder in a pair is the folder you want to archive, and the
23755 second folder is the folder that read messages from the first should be
23756 moved to.  Depending on how you define the
23757 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23758 setting, you may or may not be asked when you
23759 leave the first folder if you want read messages to be moved to the
23760 second folder.  In either case, moving the messages means they will be
23761 deleted from the first folder.
23763 The name of the first folder in each pair can be either the technical
23764 specification of the folder (like what appears in your configuration file)
23765 or (much easier) the nickname that you gave the folder when you made it
23766 an incoming folder.
23768 For example:<p>
23769 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
23770 <p>or, using nicknames:<p>
23771 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
23773 If these are not path names, they will be in the default collection for
23774 saves. Any valid folder specification, local or remote (via IMAP), is
23775 allowed. There is no default.
23777 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23778 details on the syntax of folder definitions.
23780 <UL>   
23781 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23782 </UL><P>
23783 &lt;End of help on this topic&gt;
23784 </BODY>
23785 </HTML>
23786 ====== h_config_newsrc_path ======
23787 <HTML>
23788 <HEAD>
23789 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
23790 </HEAD>
23791 <BODY>
23792 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
23794 This option overrides the default name Alpine uses for your "newsrc" news
23795 status and subscription file.  If set, Alpine will take this value as the
23796 full pathname for the desired newsrc file.<P>
23798 If this option is <B>not</B> set, 
23799 <!--chtml if pinemode="os_windows"-->
23800 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
23801 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
23802 directory as your pinerc file for NEWSRC.
23803 <!--chtml else-->
23804 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
23805 your account's home directory).
23806 <!--chtml endif-->
23807 <P><UL>
23808 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23809 </UL>
23811 &lt;End of help on this topic&gt;
23812 </BODY>
23813 </HTML>
23814 ====== h_config_literal_sig =====
23815 <HTML>
23816 <HEAD>
23817 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
23818 </HEAD>
23819 <BODY>
23820 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
23822 With this option your actual signature, as opposed to
23823 the name of a file containing your signature,
23824 is stored in the Alpine configuration file.
23825 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
23828 This is simply a different way to store the signature.
23829 The signature is stored inside your Alpine configuration file instead of in
23830 a separate file.
23831 Tokens work the same way they do with the
23832 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
23833 help.
23836 The Setup/Signature command on Alpine's MAIN MENU will edit
23837 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
23838 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
23839 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
23840 instead.
23843 The two character sequence &#92;n (backslash followed by
23844 the character n) will be used to signify a line-break in your signature.
23845 You don't have to enter the &#92;n, but it will be visible in the
23846 SETUP CONFIGURATION window after you are done editing the signature.
23849 <UL>   
23850 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23851 </UL><P>
23852 &lt;End of help on this topic&gt;
23853 </BODY>
23854 </HTML>
23855 ====== h_config_signature_file =====
23856 <HTML>
23857 <HEAD>
23858 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
23859 </HEAD>
23860 <BODY>
23861 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
23863 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
23864 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
23865 You can tell that that is the case because the value of the
23866 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
23868 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
23870 You may either use all Literal Signatures (signatures stored in your
23871 configuration file) throughout Alpine, or all signature files.
23872 You can't mix the two.
23874 This is the name of a file that will be automatically inserted into
23875 outgoing messages.
23876 It typically contains information such as your
23877 name, email address and organizational affiliation.
23878 Alpine adds the
23879 signature into the message as soon as you enter the composer so you
23880 can choose to remove it or edit it on a message by message basis.
23881 Signature file placement in message replies is controlled by the
23882 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
23883 setting in the feature list.
23886 The default file name is
23887 <!--chtml if pinemode="os_windows"-->
23888 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
23889 PINERC file is a local file.
23890 If your PINERC file is remote, then it will be in the directory specified
23891 by the &quot;-aux local_directory&quot; command line option.
23892 <!--chtml else-->
23893 &quot;.signature&quot;.
23894 <!--chtml endif-->
23897 To create or edit your signature file choose Setup from the MAIN MENU
23898 and then select S for Signature (Main/Setup/Signature).  This puts you
23899 into the Signature Editor where you can enter a <EM>few</EM> lines of
23900 text containing your identity and affiliation.
23903 If the filename is followed by a vertical bar (|) then instead
23904 of reading the contents of the file the file is assumed to be a
23905 program that will produce the text to be used on its standard output.
23906 The program can't have any arguments and doesn't receive any input from Alpine,
23907 but the rest of the processing works as if the contents came from a file.
23910 Instead of storing the data in a local file, the
23911 signature data may be stored remotely in an IMAP folder.
23912 In order to do this, 
23913 you must use a remote name for the file.
23914 A remote <!--#echo var="VAR_signature-file"--> name might look like:
23916 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
23919 The syntax used here is the same as the syntax used for remote configuration
23920 files from the command line.
23921 Note that you may not access an existing signature file remotely,
23922 you have to create a new <EM>folder</EM> that contains the signature data.
23923 If the name you use here for the signature file is a remote name, then when
23924 you edit the file from the Setup/Signature command the data will be stored
23925 remotely in the folder.
23926 You aren't required to do anything special to create the folder, it
23927 gets created automatically if you use a remote name.
23930 Besides regular text, the signature file may also contain
23931 (or a signature program may produce) tokens that
23932 are replaced with text that usually depends on the message you are replying
23933 to or forwarding.
23934 For example, if the signature file contains the token
23936 <CENTER><SAMP>_DATE_</SAMP></CENTER>
23938 anywhere in the text, then that token is replaced by the date
23939 the message you are replying to or forwarding was sent.
23940 If it contains
23942 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
23944 that is replaced with the current date.
23945 The first is an example of a token that depends on the message you
23946 are replying to (or forwarding) and the second is an example which
23947 doesn't depend on anything other than the current date.
23948 You have to be a little careful with this facility since tokens that
23949 depend on the message you are replying to or forwarding will be replaced
23950 by nothing in the case where you are composing a new message from scratch.
23951 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
23952 in this respect.
23953 It allows you to use different signature files in different cases.
23956 The list of tokens available for use in the signature file is
23957 <A HREF="h_index_tokens">here</A>.
23960 Instead of, or along with the use of &quot;roles&quot; to give you
23961 different signature files in different situations, there is also
23962 a way to conditionally include text based
23963 on whether or not a token would result in specific replacement text.
23964 For example, you could include some text based on whether or not
23965 the _NEWS_ token would result in any newsgroups if it was used.
23966 This is explained in detail
23967 <A HREF="h_reply_token_conditionals">here</A>.
23968 This isn't for the faint of heart.
23970 In the very unlikely event that you want to include a literal token
23971 in the signature you must precede it with a backslash character.
23972 For example,
23974 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23976 would produce something like
23978 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23980 It is not possible to have a literal backslash followed by an expanded token.
23982 An alternate method for storing the signature data is available by using the
23983 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
23984 This variable will be used by default.
23986 <UL>   
23987 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23988 </UL><P>
23989 &lt;End of help on this topic&gt;
23990 </BODY>
23991 </HTML>
23992 ====== h_config_init_cmd_list =====
23993 <HTML>
23994 <HEAD>
23995 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
23996 </HEAD>
23997 <BODY>
23998 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
24000 The initial keystroke--or command--list option lets you start Alpine at
24001 any place you like.
24002 Whatever keystrokes you specify here will be executed
24003 by Alpine upon startup as a macro.
24004 The words SPACE, TAB, DOWN, UP, LEFT, and
24005 RIGHT indicate the pressing of those keys.
24006 CR indicates the pressing of the RETURN key.
24007 F1 through F12 represent the function keys, and ^ followed
24008 by a character indicates that key pressed along with the control key (in
24009 other words, ^P means Ctrl-P).
24010 As a shortcut notation, an element of the list may be several characters
24011 surrounded by double-quotes (").
24012 That will be expanded into the individual keystrokes
24013 (excluding the double-quote characters).
24014 For example, the quoted-string
24016 <P><CENTER>"ABC"</CENTER>
24019 is interpreted the same as the three separate list members
24021 <P><CENTER>A and B and C</CENTER>
24024 which is also the same as
24026 <P><CENTER>A,B,C</CENTER>
24029 An example: To view message 1 on startup,
24030 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
24032 <P><CENTER>I,J,1,CR,V</CENTER>
24035 An equivalent version of this is
24037 <P><CENTER>"IJ1",CR,V</CENTER>
24040 Restrictions: You cannot pre-type into the composer with the initial
24041 keystroke list, and you cannot mix function key commands with letter
24042 commands.
24044 <P><UL>   
24045 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24046 </UL>
24048 &lt;End of help on this topic&gt;
24049 </BODY>
24050 </HTML>
24051 ====== h_config_comp_hdrs =====
24052 <html>
24053 <header>
24054 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
24055 </header>
24056 <body>
24057 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
24059 You can control which headers you want visible when composing outgoing
24060 email using this option.
24061 You can specify any of the regular set, any
24062 <A HREF="h_compose_richhdr">Rich Header</A>,
24063 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
24064 that you have already defined.
24065 If you use this setting at all, you must specify all the
24066 headers you want to see, you can't just add to the regular header set.
24067 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
24069 Note that the "Newsgroups:" header will be abbreviated in the Composer
24070 display, but should be spelled out in full here.<p>
24071 <UL>   
24072 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24073 </UL><P>
24074 &lt;End of help on this topic&gt;
24075 </body>
24076 </html>
24077 ====== h_config_custom_hdrs =====
24078 <HTML>
24079 <HEAD>
24080 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
24081 </HEAD>
24082 <BODY>
24083 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
24085 You may add your own custom headers to outgoing messages.
24086 Each header you specify here must include the header tag 
24087 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
24088 and may optionally include a value for that header.
24089 If you want to see these custom headers each time you compose a message,
24090 you must add them to your
24091 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
24092 otherwise they become part
24093 of the rich header set that you only see when you press the
24094 <A HREF="h_compose_richhdr">Rich Header</A>
24095 <!--chtml if pinemode="function_key"-->(F5)
24096 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
24097 (If you are looking for a way to change which headers are <EM>displayed</EM>
24098 when you view a message, take a look at the
24099 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
24100 option instead.)
24101 Here's an example that shows how you might set your From address
24103 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
24105 and another showing how you might set a Reply-To address
24107 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
24109 You may also set non-standard header values here.
24110 For example, you could add
24112 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
24114 or even
24116 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
24118 If you include a value after the colon then that header will be included
24119 in your outgoing messages unless you delete it before sending.
24120 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
24121 it will not be included in outgoing messages unless you edit a value
24122 in manually.
24123 For example, if
24125 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
24127 is in the list, then the Reply-To header will be available for editing
24128 but won't be included unless a value is added while in the composer.
24130 It's actually a little more complicated than that.
24131 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
24132 defaults.
24133 If the message you are about to compose already has a value for a header,
24134 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
24135 For example, if you are Replying to a message the Subject field
24136 will already be filled in.
24137 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
24138 custom subject will <EM>NOT</EM> be used.
24139 The subject derived from the subject of the message you are Replying
24140 to will be used instead.
24142 It is also possible to make header setting even more complicated and more
24143 automatic by using
24144 <A HREF="h_rules_roles">Roles</A>,
24145 but if all you want to do is set a default value for a header, you don't
24146 need to think about Roles.
24148 If you change your From address you may also find it useful to add the
24149 changed From address to the
24150 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
24151 configuration option.
24153 Limitation: Because commas are used to separate the list of
24154 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
24155 header contain a comma.
24156 Nor is there currently an &quot;escape&quot; mechanism provided
24157 to make this work.
24158 <P><UL>
24159 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24160 </UL>
24162 &lt;End of help on this topic&gt;
24163 </BODY>
24164 </HTML>
24165 ====== h_config_viewer_headers =====
24166 <HTML>
24167 <HEAD>
24168 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
24169 </HEAD>
24170 <BODY>
24171 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
24173 You may change the default list of headers that are viewed by listing
24174 the headers you want to view here.  If the headers in your
24175 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
24176 will be shown.  The order of the headers you list will be honored.  If
24177 the special value &quot;all-except&quot; is included as the first
24178 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
24179 message except those in the list will be shown.  The values are all
24180 case insensitive.
24183 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
24184 then the original default headers are ignored.  So, if you just wanted
24185 to add the header Organization to the list, you would have to list
24186 Organization plus all of the other headers originally in the default
24187 list.  If you just included Organization and nothing else, then you
24188 would see only the Organization header, nothing else.
24191 The default list of headers includes:
24192 <UL>
24193   <LI>From
24194   <LI>Resent-From
24195   <LI>To
24196   <LI>Resent-To
24197   <LI>Cc
24198   <LI>Resent-cc
24199   <LI>Bcc
24200   <LI>Newsgroups
24201   <LI>Followup-To
24202   <LI>Date
24203   <LI>Resent-Date
24204   <LI>Subject
24205   <LI>Resent-Subject
24206   <LI>Reply-To
24207 </UL>
24210 If you are looking for a way to control which headers are included in
24211 outgoing mail and are visible or not in the composer, take a look at the
24212 options
24213 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
24214 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
24215 this option.
24217 <UL>   
24218 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24219 </UL><P>
24220 &lt;End of help on this topic&gt;
24221 </BODY>
24222 </HTML>
24223 ====== h_config_viewer_margin_left =====
24224 <HTML>
24225 <HEAD>
24226 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
24227 </HEAD>
24228 <BODY>
24229 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
24231 This variable controls the left-hand vertical margin's width in
24232 Alpine's Message Viewing screen.
24233 Its value is the number of space characters preceding each displayed line.
24234 For consistency with
24235 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
24236 you may specify the column number to start in
24237 (column numbering begins with number 1)
24238 instead of the width of the margin by appending a lower case letter
24239 &quot;c&quot; to the number.
24240 For example, a value of &quot;2c&quot; means to start the text in column two,
24241 which is entirely equivalent to a value of &quot;1&quot;, which means to
24242 leave a margin of 1 space.
24244 The default is a left margin of 0 (zero).
24245 Misconfigurations (for example, negative values or values with starting
24246 left columns greater than the ending right column)
24247 are silently ignored.
24248 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
24249 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
24250 instead.
24253 &lt;End of help on this topic&gt;
24254 </BODY>
24255 </HTML>
24256 ====== h_config_viewer_margin_right =====
24257 <HTML>
24258 <HEAD>
24259 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
24260 </HEAD>
24261 <BODY>
24262 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
24264 This variable controls the right-hand vertical margin's width in
24265 Alpine's Message Viewing screen.
24266 Its value is the number of space characters following each displayed line.
24267 You may specify the column number to end the text in
24268 (column numbering begins with number 1)
24269 instead of the width of the margin by appending a lower case letter
24270 &quot;c&quot; to the number.
24271 For example, a value of &quot;76c&quot; means to end the text in column 76.
24272 If the screen is 80 characters wide, this is equivalent to a value
24273 of &quot;4&quot;, which means to leave a margin of 4 spaces.
24274 However, if you use different size screens at different times, then these
24275 two values are not equivalent.
24277 The default right margin is 4.
24278 Misconfigurations (for example, negative values or values with starting
24279 left columns greater than the ending right column)
24280 are silently ignored.
24281 If the number of columns for text between the
24282 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
24283 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
24284 instead.
24287 &lt;End of help on this topic&gt;
24288 </BODY>
24289 </HTML>
24290 ====== h_config_quote_suppression =====
24291 <HTML>
24292 <HEAD>
24293 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
24294 </HEAD>
24295 <BODY>
24296 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
24298 This option should be used with care.
24299 It will cause some of the quoted text to be eliminated from the
24300 display when viewing a message in the MESSAGE TEXT screen.
24301 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
24302 value &quot;5&quot;,
24303 this will cause quoted text that is longer than five lines to be truncated.
24304 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
24305 Quoted text of more than six lines will have the first five lines displayed
24306 followed by a line that looks something like
24308 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
24310 As a special case, if exactly one line of quoted text would be hidden, the
24311 entire quote will be shown instead.
24312 So for the above example, quoted text that is exactly six lines long will
24313 will be shown in its entirety.
24314 (In other words, instead of hiding a single line and adding a line
24315 that announces that one line was hidden, the line is just shown.)
24317 If the sender of a message has carefully chosen the quotes that he or she
24318 includes, hiding those quotes may change the meaning of the message.
24319 For that reason, Alpine requires that when you want to set the value of this
24320 variable to something less than four lines, you actually have to set it
24321 to the negative of that number.
24322 So if you want to set this option to &quot;3&quot;, you actually have to
24323 set it to &quot;-3&quot;.
24324 The only purpose of this is to get you to think about whether or not you
24325 really want to do this!
24326 If you want to delete all quoted text you set the value of this option
24327 to the special value &quot;-10&quot;.
24329 The legal values for this option are
24331 <TABLE>   
24332 <TR>
24333   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24334   <TD> Default, don't hide anything </TD>
24335 </TR>
24336 <TR>
24337   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
24338   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
24339 </TR>
24340 <TR>
24341   <TD> &nbsp;4,5,6,...&nbsp; </TD>
24342   <TD> Suppress if more than that many lines </TD>
24343 </TR>
24344 <TR>
24345   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24346   <TD> Suppress all quoted lines </TD>
24347 </TR>
24348 </TABLE>
24350 If you set this option to a non-default value you may sometimes wish to
24351 view the quoted text that is not shown.
24352 When this is the case, the
24353 <A HREF="h_common_hdrmode">HdrMode Command</A>
24354 may be used to show the hidden text.
24355 Typing the &quot;H&quot; command once will show the hidden text.
24356 Typing a second &quot;H&quot; will also turn on Full Header mode.
24357 The presence or absence of the HdrMode command is determined by the
24358 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
24359 Feature-List option in your Alpine configuration, so you will want to
24360 be sure that is turned on if you use quote suppression.
24362 For the purposes of this option, a quote is a line that begins with the
24363 character &quot;&gt;&quot;.
24365 Quotes are only suppressed when displaying a message on the screen.
24366 The entire quote will be left intact when printing or forwarding or something
24367 similar.
24369 &lt;End of help on this topic&gt;
24370 </BODY>
24371 </HTML>
24372 ====== h_config_saved_msg_name_rule =====
24373 <HTML>
24374 <HEAD>
24375 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
24376 </HEAD>
24377 <BODY>
24378 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
24380 This option determines the default folder name when saving
24381 a message.
24384 The default option is &quot;default-folder&quot;, which is the folder
24385 called &quot;saved-messages&quot; in Unix Alpine and
24386 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
24387 the Alpine option called
24388 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
24391 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
24392 get the chosen option's value for the message being saved (or for the
24393 first message being saved if using an aggregrate save).
24394 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
24395 value of who the message came from (i.e. the from address).
24396 Alpine then attempts to save the message to a folder matching that value.
24397 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
24398 &quot;by-sender&quot;.
24399 The opposite is also true.
24400 If &quot;by-recipient&quot; is chosen and the message was posted to a
24401 newsgroup, Alpine will use the newsgroup name.
24402 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
24403 &quot;by-from&quot;.
24406 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
24407 to use the personal name part of the address instead of the mailbox part.
24408 If any of the &quot;by-nick&quot; options are chosen, the
24409 address is looked up in your address book and if found, the
24410 nickname for that entry is used.
24411 Only simple address book entries are checked, not distribution lists.
24412 Similarly, if any of the
24413 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
24414 address book entry is used.
24415 If by-realname, or the by-nick or by-fcc lookups result in no value,
24416 then if the chosen option ends with the &quot;then-from&quot;,
24417 &quot;then-sender&quot;, &quot;then-replyto&quot;,
24418 or &quot;then-recip&quot; suffix, Alpine
24419 reverts to the same behavior as &quot;by-from&quot;,
24420 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
24421 depending on which option was specified.
24422 If the chosen option doesn't end with one of
24423 the &quot;then-&quot; suffixes, then Alpine reverts to the default
24424 folder when no match is found in the address book.
24427 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
24428 to save to the folder that you saved to the last time you saved a
24429 message.  The first time you save a message in an Alpine session, Alpine
24430 attempts to save the message to the default folder.
24433 Here is an example to make some of the options clearer.
24434 If the message is From
24436 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
24438 and this rule is set to &quot;by-from&quot;, then the default folder offered
24439 in the save dialog would be &quot;flint&quot;.
24441 If this rule is set to &quot;by-realname-of-from&quot; then the default would
24442 be &quot;Fred Flintstone&quot;.
24444 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
24445 for the address &quot;flint@bedrock.org&quot; in your address book.
24446 If an entry is found and it has a nickname associated with it, that nickname
24447 will be offered as the default folder.
24448 If not, the default saved message folder will be offered as the default.
24450 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
24451 for the address &quot;flint@bedrock.org&quot; in your address book.
24452 If an entry is found and it has an Fcc associated with it, that Fcc
24453 will be offered as the default folder.
24454 If not, the default saved message folder will be offered as the default.
24456 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
24457 for the address &quot;flint@bedrock.org&quot; in your address book.
24458 If an entry is found and it has a nickname associated with it, that nickname
24459 will be offered as the default folder.
24460 If it is not found (or has no nickname) then the default offered will be
24461 the same as it would be for the &quot;by-from&quot; rule.
24462 That is, it would be &quot;flint&quot;
24464 <UL>   
24465 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24466 </UL><P>
24467 &lt;End of help on this topic&gt;
24468 </BODY>
24469 </HTML>
24470 ====== h_config_fcc_rule =====
24471 <HTML>
24472 <HEAD>
24473 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
24474 </HEAD>
24475 <BODY>
24476 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
24478 This option determines the default name for folder carbon copy. Choose
24479 one:
24481 <DL>
24482 <DT>default-fcc</DT>
24483 <DD>This is the normal default, the value of which is set in the
24484 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
24485 configuration.
24486 </DD>
24488 <DT>last-fcc-used</DT>
24489 <DD> Causes Alpine to use the folder that was last
24490 used in the fcc field
24491 </DD>
24493 <DT>by-nickname</DT>
24494 <DD>Means that Alpine will use the nickname
24495 from your address book that matches the first address in the To line.
24496 If there is no match, it will use the value of the
24497 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
24498 </DD>
24500 <DT>by-recipient</DT>
24501 <DD>Means Alpine will form a folder name
24502 based on the left hand side of the first address in the To line.
24503 </DD>
24505 <DT>by-nick-then-recip</DT>
24506 <DD>Means that it will use the
24507 matching nickname from your address book if there is one, otherwise it
24508 will extract the recipient name from the address and use that (like
24509 by-recipient).
24510 </DD>
24512 <DT>current-folder</DT>
24513 <DD>Causes a copy to be written to
24514 the currently open folder, unless that is the INBOX.  In the case
24515 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
24516 used instead.
24517 </DD>
24518 </DL>
24521 Note: Whatever the fcc specified by the rule here, it will be
24522 over-ridden by any fcc entries you have in your address book.
24525 <UL>   
24526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24527 </UL><P>
24528 &lt;End of help on this topic&gt;
24529 </BODY>
24530 </HTML>
24531 ====== h_config_sort_key =====
24532 <HTML>
24533 <HEAD>
24534 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
24535 </HEAD>
24536 <BODY>
24537 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
24539 This option determines the order in which messages will be displayed in
24540 the MESSAGE INDEX screen.  Choose from:
24542 <UL>
24543  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24544  <LI> <A HREF="h_index_sort_date">Date</A>
24545  <LI> <A HREF="h_index_sort_subj">Subject</A>
24546  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24547  <LI> <A HREF="h_index_sort_thread">Thread</A>
24548  <LI> <A HREF="h_index_sort_from">From</A>
24549  <LI> <A HREF="h_index_sort_size">Size</A>
24550  <LI> <A HREF="h_index_sort_score">Score</A>
24551  <LI> <A HREF="h_index_sort_to">To</A>
24552  <LI> <A HREF="h_index_sort_cc">Cc</A>
24553 </UL>
24556 Each type of sort may also be reversed.
24557 Normal default is by &quot;Arrival&quot;.
24560 A possible point of confusion arises when you change the configuration
24561 of the <!--#echo var="VAR_sort-key"-->.
24562 The folder will normally be re-sorted when you go back to viewing the
24563 index.
24564 However, if you have manually sorted the folder with the
24565 Sort
24566 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24567 command, then it will not be re-sorted until the next time it is opened.
24570 <UL>   
24571 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24572 </UL><P>
24573 &lt;End of help on this topic&gt;
24574 </BODY>
24575 </HTML>
24576 ====== h_config_other_startup =====
24577 <HTML>
24578 <HEAD>
24579 <TITLE>OPTION: Set Startup Rule</TITLE>
24580 </HEAD>
24581 <BODY>
24582 <H1>OPTION: Set Startup Rule</H1>
24584 This option determines which message will be the <EM>current message</EM> when
24585 the folder is first opened.
24586 It works the same way that the option
24587 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
24588 works, so look there for help.
24589 It may be used for any folder, not just incoming folders.
24592 <UL>   
24593 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24594 </UL><P>
24595 &lt;End of help on this topic&gt;
24596 </BODY>
24597 </HTML>
24598 ====== h_config_perfolder_sort =====
24599 <HTML>
24600 <HEAD>
24601 <TITLE>Set Sort Order</TITLE>
24602 </HEAD>
24603 <BODY>
24604 <H1>Set Sort Order</H1>
24606 This option determines the order in which messages will be displayed in
24607 the MESSAGE INDEX screen when the Current Folder Type set in the
24608 Pattern is a match. Choose from:
24610 <UL>
24611  <LI> <A HREF="h_index_sort_default">Default</A>
24612  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24613  <LI> <A HREF="h_index_sort_date">Date</A>
24614  <LI> <A HREF="h_index_sort_subj">Subject</A>
24615  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24616  <LI> <A HREF="h_index_sort_thread">Thread</A>
24617  <LI> <A HREF="h_index_sort_from">From</A>
24618  <LI> <A HREF="h_index_sort_size">Size</A>
24619  <LI> <A HREF="h_index_sort_score">Score</A>
24620  <LI> <A HREF="h_index_sort_to">To</A>
24621  <LI> <A HREF="h_index_sort_cc">Cc</A>
24622 </UL>
24625 Each type of sort may also be reversed.
24626 Normal default is by &quot;Arrival&quot;.
24629 A possible point of confusion arises when you change the configuration
24630 of the Sort Order for the currently open folder.
24631 The folder will normally be re-sorted when you go back to viewing the
24632 index.
24633 However, if you have manually sorted the folder with the
24634 Sort
24635 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24636 command, then it will not be re-sorted until the next time it is opened.
24639 <UL>   
24640 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24641 </UL><P>
24642 &lt;End of help on this topic&gt;
24643 </BODY>
24644 </HTML>
24645 ====== h_config_fld_sort_rule =====
24646 <HTML>
24647 <HEAD>
24648 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
24649 </HEAD>
24650 <BODY>
24651 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
24653 This option controls the order in which folder list entries will be
24654 presented in the FOLDER LIST screen.  Choose one of the following:
24656 <DL>
24657 <DT>Alphabetical</DT>
24658 <DD>sort by alphabetical name independent of type
24659 </DD>
24661 <DT>Alpha-with-dirs-last</DT>
24662 <DD>sort by alphabetical name grouping directory entries
24663 to the end of the list
24664 </DD>
24666 <DT>Alpha-with-dirs-first</DT>
24667 <DD>sort by alphabetical name grouping directory entries
24668 to the start of the list
24669 </DD>
24670 </DL>
24672 The normal default is &quot;Alphabetical&quot;.
24675 <UL>   
24676 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24677 </UL><P>
24678 &lt;End of help on this topic&gt;
24679 </BODY>
24680 </HTML>
24681 ====== h_config_ab_sort_rule =====
24682 <HTML>
24683 <HEAD>
24684 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
24685 </HEAD>
24686 <BODY>
24687 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
24689 This option controls the order in which address book entries will be
24690 presented.  Choose one of the following:
24692 <DL>
24693 <DT>fullname</DT>
24694 <DD>use fullname field, lists mixed in
24695 </DD>
24697 <DT>fullname-with-lists-last</DT>
24698 <DD>use fullname field, but put lists at end
24699 </DD>
24701 <DT>nickname</DT>
24702 <DD>use nickname field, lists mixed in
24703 </DD>
24705 <DT>nickname-with-lists-last</DT>
24706 <DD>use nickname field, but put lists at end
24707 </DD>
24709 <DT>dont-sort</DT>
24710 <DD>don't change order of file
24711 </DD>
24712 </DL>
24715 The normal default is &quot;fullname-with-lists-last&quot;.
24716 If you use an address book from more than one computer and those
24717 computers sort the address book differently then the sort order
24718 will be the order where the last change to the address book was
24719 made.
24720 There are two reasons the sorting might be different on different
24721 systems.
24722 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
24723 places.
24724 Second, the collation rules on the two computers may be different.
24725 For example, one system might ignore special characters while the other
24726 doesn't or one may sort upper and lower case letters together while
24727 the other doesn't.
24728 In any case, the order you see is the order on the system where the
24729 last change was made, for example by an address book edit or a
24730 Take Address command.
24733 <UL>   
24734 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24735 </UL><P>
24736 &lt;End of help on this topic&gt;
24737 </BODY>
24738 </HTML>
24739 ====== h_config_post_char_set =====
24740 <HTML>
24741 <HEAD>
24742 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
24743 </HEAD>
24744 <BODY>
24745 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
24747 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
24748 when sending messages.
24752 When sending a message the text typed in the composer is
24753 labeled with the character set specified by this option.
24754 If the composed text is not fully representable in the 
24755 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
24756 instead;
24759 Attachments are labeled with your
24760 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
24763 Generally, there should be little need to set this option.
24764 If left unset, the
24765 default behavior is to label composed text as specifically as
24766 possible.  That is, if the composed text has no non-ASCII characters,
24767 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
24768 only ISO-8859-15 characters, it is labeled as such.  Alpine will
24769 attempt to automatically detect a number of character sets including ISO-8859-15,
24770 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24771 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
24772 If the message contains a mix of character sets,
24773 it is labeled as &quot;UTF-8.&quot;
24777 This setting is provided to allow you to force a particular character set that
24778 Alpine does not automatically detect. For example, if a message is representable
24779 in more than one character set then Alpine may choose a different default
24780 than you want.
24781 Lastly, by setting this option explicitly to
24782 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
24783 &quot;UTF-8&quot; instead of something more specific.
24786 In the Setup/Config screen you may choose from a list of all the
24787 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24790 The options
24791 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24792 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24793 are closely related.
24794 Setting the feature
24795 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24796 should cause this option to be ignored.
24799 <UL>   
24800 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24801 </UL><P>
24802 &lt;End of help on this topic&gt;
24803 </BODY>
24804 </HTML>
24805 ====== h_config_unk_char_set =====
24806 <HTML>
24807 <HEAD>
24808 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
24809 </HEAD>
24810 <BODY>
24811 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
24813 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
24814 when reading or replying to messages.
24818 A text message should either be made up of all US-ASCII characters
24819 or it should contain a charset label which tells the software which
24820 character set encoding to use to interpret the message.
24821 Sometimes a malformed message may be unlabeled but contain non-ascii text.
24822 This message is outside of the standards so any attempt to read it could fail.
24823 When Alpine attempts to read such a message it will try to interpret the
24824 text in the character set you specify here.
24825 For example, if you have correspondents who send you unlabeled messages that
24826 are usually made up of characters from the WINDOWS-1251 character set, setting
24827 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
24828 allow you to read those messages.
24829 Of course, if the unlabeled message is actually in some other character set,
24830 then you may see garbage on your screen.
24832 Instead of just unlabeled text, this option also affects text which is labeled
24833 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
24834 or &quot;US-ASCII&quot;.
24837 In the Setup/Config screen you may choose from a list of all the
24838 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24841 <UL>   
24842 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24843 </UL><P>
24844 &lt;End of help on this topic&gt;
24845 </BODY>
24846 </HTML>
24847 ====== h_config_char_set =====
24848 <HTML>
24849 <HEAD>
24850 <TITLE>OPTION: Display Character Set</TITLE>
24851 </HEAD>
24852 <BODY>
24853 <H1>OPTION: Display Character Set</H1>
24855 The Display Character Set configuration option is used when viewing messages.
24857 Alpine uses Unicode characters internally and 
24858 it is a goal for Alpine to handle email in many different languages.
24859 Alpine will properly display only left-to-right character sets
24860 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
24861 font is in use, in the sense that
24862 characters are assumed to take up zero, one, or two character cell
24863 widths from left to right on the screen. This is true even in PC-Alpine.
24866 Alpine recognizes some local character sets that are right-to-left
24867 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
24868 (Arabic) and properly converts texts in these character sets to/from
24869 Unicode; however, there are known display bugs with these character
24870 sets.
24873 There are three possible configuration character settings and some
24874 environment variable settings that can affect how Alpine
24875 handles international characters.
24876 The first two of these are only available in UNIX Alpine.
24877 The three configuration options are
24878 Display Character Set,
24879 Keyboard Character Set, and
24880 <!--#echo var="VAR_posting-character-set"-->.
24881 The Keyboard Character Set defaults to being the same value
24882 as the Display Character Set, and that is usually correct, because
24883 the keyboard almost always produces characters in the same character set
24884 as the display displays.
24885 The Display Character Set is the character set that Alpine
24886 will attempt to use when sending characters to the display.
24889 By default, the Display Character Set variable is not set and UNIX Alpine
24890 will attempt to get this information from the environment.
24891 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
24892 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
24893 An explicit configuration setting for Display Character Set will,
24894 of course, override any default setting.
24896 For PC-Alpine the Display Character Set
24897 and the Keyboard Character Set
24898 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
24901 It is probably best to use UNIX Alpine in a terminal emulator
24902 capable of displaying UTF-8 characters, since that will allow you to
24903 view just about any received text that is correctly formatted (note,
24904 however, the above comments about known index display bugs with certain
24905 character sets). You'll need to have an emulator that uses a UTF-8 font
24906 and you'll need to set up your environment to use a UTF-8 charmap. For
24907 example, on a Linux system you might include
24909 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
24912 or something similar in your UNIX startup files.
24913 You'd also have to select a UTF-8 font in your terminal emulator.
24916 The types of values that the character set variables may be set to are
24917 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
24918 The <CODE>ISO-2022</CODE> character sets are not supported for input or
24919 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
24920 for use only as a <!--#echo var="VAR_posting-character-set"-->.
24921 In the Setup/Config screen you may choose from a list of all the
24922 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24923 Here is a list of many of the possible character sets:
24926 <TABLE>
24927 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
24928 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
24929 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
24930 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
24931 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
24932 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
24933 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
24934 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
24935 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
24936 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
24937 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
24938 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
24939 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
24940 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
24941 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
24942 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
24943 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
24944 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
24945 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
24946 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukrainian</TD> </TR>
24947 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
24948 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
24949 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
24950 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24951 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24952 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24953 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24954 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24955 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
24956 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
24957 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
24958 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
24959 </TABLE>
24962 When reading incoming email, Alpine understands many different
24963 character sets and is able to convert the incoming mail into Unicode.
24964 The Unicode will be converted to the Display Character Set
24965 for display on your terminal.
24966 Characters typed at the keyboard will be converted from the
24967 Keyboard Character Set to Unicode for Alpine's internal
24968 use.
24969 You may find that you can read some malformed messages that do not
24970 contain a character set label by setting the option
24971 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
24974 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
24975 The default behavior obtained by leaving this variable unset is usually
24976 what is wanted. In that default case, Alpine will attempt
24977 to label the message with the most specific character set from the
24978 rather arbitrary set
24980 US-ASCII, ISO-8859-15,
24981 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24982 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
24985 For example, if the message is made up of only US-ASCII characters, it
24986 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
24987 that will be the label. If that doesn't work the same is tried for the
24988 remaining members of the list.
24991 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
24992 explicit value instead.
24993 For example, if you usually send messages in Greek, setting this
24994 option to ISO-8859-7 will result in messages being labeled as
24995 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
24996 are only Greek characters, or UTF-8 if there are some characters
24997 that aren't representable in ISO-8859-7.
24998 Another possibility is to set this option explicitly to UTF-8.
24999 In that case
25000 Alpine labels only ascii messages as US-ASCII and all other
25001 messages as UTF-8.
25004 The options
25005 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
25006 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
25007 are closely related to this option.
25008 Setting the feature
25009 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
25010 should cause this option to be ignored.
25013 When displaying a message, Alpine compares this setting to the character
25014 set specified in the message.  If not all of the
25015 characters in the message can be displayed using the Display Character Set
25016 then Alpine places an editorial
25017 comment in the displayed text (enclosed in square-brackets) indicating
25018 that some characters may not be displayed correctly.
25019 This comment may be eliminated by turning on the option
25020 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
25023 <UL>   
25024 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25025 </UL><P>
25026 &lt;End of help on this topic&gt;
25027 </BODY>
25028 </HTML>
25029 ====== h_config_key_char_set =====
25030 <HTML>
25031 <HEAD>
25032 <TITLE>OPTION: Keyboard Character Set</TITLE>
25033 </HEAD>
25034 <BODY>
25035 <H1>OPTION: Keyboard Character Set</H1>
25037 UNIX Alpine only.
25039 The Keyboard Character Set identifies the character set of the characters
25040 coming from your keyboard.
25041 It defaults to having the same value as your
25042 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
25043 which in turn defaults to a value obtained from your environment.
25044 It is unlikely that you will need to use this option, because the keyboard
25045 almost always produces the same kind of characters as the display displays.
25048 This character set is also used when accessing files in your local
25049 file system.
25050 The names of the files are assumed to be in the same character set as
25051 what the keyboard produces, as well as the contents of the files.
25054 In the Setup/Config screen you may choose from a list of all the
25055 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
25058 The options
25059 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
25060 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
25061 are closely related.
25062 Setting the feature
25063 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
25064 should cause this option to be ignored.
25067 <UL>   
25068 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25069 </UL><P>
25070 &lt;End of help on this topic&gt;
25071 </BODY>
25072 </HTML>
25073 ====== h_config_editor =====
25074 <HTML>
25075 <HEAD>
25076 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
25077 </HEAD>
25078 <BODY>
25079 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
25081 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
25082 normally an alternative to Alpine's internal composer (Pico).  You could use
25083 this setting to specify an alternate editor to use occasionally or if you
25084 have a favorite editor and want to use it all the time (see the 
25085 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
25086 If you specify multiple editors for this option, ^_ will invoke the first one 
25087 of those specified that exists and is executable.  When specifying a program 
25088 for use here, make sure that the format of the text it saves -- which, when 
25089 you exit it, will become the message body in Alpine -- is appropriate 
25090 for the body of an email message; avoid proprietary formats that may result in 
25091 a message body that the recipient of your message will be unable to decipher.
25093 <!--chtml if pinemode="os_windows"-->
25094 <!--chtml else-->
25095 If you are in doubt about what editors are available on your system, or which 
25096 of them may be appropriate for specification here, ask your local computing 
25097 support staff.  
25098 <!--chtml endif-->
25100 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
25101 unset, outgoing text will be set as flowed.  In most cases this will be fine,
25102 but if the editor has a &quot;flowed text&quot; mode, it would be best to
25103 use that.
25105 <P><UL>
25106 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25107 </UL>
25109 &lt;End of help on this topic&gt;
25110 </BODY>
25111 </HTML>
25112 ====== h_config_speller =====
25113 <HTML>
25114 <HEAD>
25115 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
25116 </HEAD>
25117 <BODY>
25118 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
25120 UNIX Alpine only.
25122 For PC-Alpine, you must install the aspell library code that you
25123 may get from
25124 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
25126 This option affects the behavior of the ^T (spell check) command in the
25127 Composer.  It specifies the program invoked by ^T in the Composer.
25128 By default, Alpine uses
25130 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
25132 if it knows where to find &quot;aspell&quot;.
25133 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
25134 then the command used is
25136 <CENTER><SAMP>ispell -l</SAMP></CENTER>
25138 Otherwise, the ancient &quot;spell&quot; command is used.
25140 If you specify a value for this command (with full pathname) then that is what
25141 will be used instead of any of the defaults.
25142 When invoking this
25143 spell-checking program, Alpine appends a tempfile name (where the message is
25144 passed) to the command line. Alpine expects the speller to correct the
25145 spelling in that file. When you exit from that program Alpine will read the
25146 tempfile back into the composer.
25148 Don't set this speller option to the standard Unix spell command.
25149 That won't work because spell works in a different way.
25152 <UL>   
25153 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25154 </UL><P>
25155 &lt;End of help on this topic&gt;
25156 </BODY>
25157 </HTML>
25158 ====== h_config_aspell_dictionary =====
25159 <HTML>
25160 <HEAD>
25161 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
25162 </HEAD>
25163 <BODY>
25164 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
25166 PC Alpine only.
25168 This option specifies a list of dictionaries you will use with
25169 aspell. A sample entry is &quot;en_US&quot; for american english, or
25170 &quot;en_GB&quot; for british english.
25173 <UL>   
25174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25175 </UL><P>
25176 &lt;End of help on this topic&gt;
25177 </BODY>
25178 </HTML>
25179 ====== h_config_display_filters =====
25180 <HTML>
25181 <HEAD>
25182 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
25183 </HEAD>
25184 <BODY>
25185 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
25187 This option defines a list of text-filtering commands (programs or
25188 scripts) that may be used to filter text portions of received messages
25189 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
25190 display screen, exporting to a text file).  
25191 For security reasons, the full path name of the
25192 filter command must be specified.
25195 The command is executed and the message is piped into its standard input. 
25196 The standard output of the command is read back by Alpine.  The
25197 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
25199 <P> 
25200 The filter's use is based on the configured &quot;trigger&quot; string.  The
25201 format of a filter definition is:
25203 <P>   
25204 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
25207 You can specify as many filters as you wish, separating them with a comma.  
25208 Each filter can have only one trigger and command.  Thus, two trigger 
25209 strings that invoke the same command require separate filter 
25210 specifications. 
25212 <P> 
25213 The &quot;trigger&quot; is simply text that, if found in the message,
25214 will invoke the associated command.  If the trigger contains any space
25215 characters, it must be placed within quotes.  Likewise, should you
25216 wish a filter to be invoked unconditionally, define the trigger as the
25217 null string, &quot;&quot; (two consecutive double-quote characters).  If the
25218 trigger string is found anywhere in the text of the message the filter
25219 is invoked.  Placing the trigger text within the tokens defined below
25220 changes where within the text the trigger must be before considering
25221 it a match.
25223 <P>  
25224 Trigger Modifying Tokens:
25225 <DL>
25226 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
25227 <DD>This token tells Alpine to invoke the supplied command
25228 if the text is in a character set matching <VAR>string</VAR>
25229 (e.g., ISO-8859-2 or ISO-2022-JP).
25230 </DD>
25233 <DT>_LEADING(<VAR>string</VAR>)_</DT>
25234 <DD>This token tells Alpine to invoke the supplied command
25235 if the enclosed <VAR>string</VAR> is found to be the first
25236 non-whitespace text.
25237 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25238 the space character.
25239 </DD>
25241 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
25242 <DD>This token tells Alpine to invoke the supplied command
25243 if the enclosed <VAR>string</VAR> is found at the beginning
25244 of any line in the text.
25245 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25246 the space character.
25247 </DD>
25248 </DL>
25251 The &quot;command&quot; and &quot;arguments&quot; portion is simply
25252 the command line to be invoked if the trigger string is found.  Below
25253 are tokens that Alpine will recognize and replace with special values
25254 when the command is actually invoked.
25257 Command Modifying Tokens:
25259 <DL>
25260 <DT>_TMPFILE_</DT>
25261 <DD>When the command is executed, this token is 
25262 replaced with the path and name of the temporary 
25263 file containing the text to be filtered.  Alpine 
25264 expects the filter to replace this data with the 
25265 filter's result.
25268 NOTE: Use of this token implies that the text to 
25269 be filtered is not piped into standard input of the 
25270 executed command and its standard output is ignored. 
25271 Alpine restores the tty modes before invoking the
25272 filter in case the filter interacts with the user
25273 via its own standard input and output.  
25274 </DD>
25275                         
25276 <DT>_RESULTFILE_</DT>
25277 <DD>When the command is executed, this token is 
25278 replaced with the path and name of a temporary 
25279 file intended to contain a status message from the 
25280 filter.  Alpine displays this in the message status 
25281 field. 
25282 </DD>
25284 <DT>_DATAFILE_</DT>
25285 <DD>When the command is executed, this token is 
25286 replaced with the path and name of a temporary 
25287 file that Alpine creates once per session and deletes 
25288 upon exit.  The file is intended to be used by the 
25289 filter to store state information between instances 
25290 of the filter.
25291 </DD>
25292    
25293 <DT>_PREPENDKEY_</DT>
25294 <DD>When the command is executed, this token indicates that a random
25295 number will be passed down the input stream before the message text.
25296 This number could be used as a session key.  It is sent in this way to
25297 improve security.  The number is unique to the current Alpine session
25298 and is only generated once per session.
25299 </DD>
25301 <DT>_SILENT_</DT>
25302 <DD>When the filter is executed, this token tells Alpine not to repaint
25303 the screen while the command is being executed. This can be used with 
25304 filters that do not interact with the user, and therefore repainting 
25305 the screen is not necessary. 
25306 </DD>
25307 </DL>
25310 The feature
25311 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
25313 Performance caveat/considerations:
25314 <BR>
25315 Testing for the trigger and invoking the filter doesn't come for free.
25316 There is overhead associated with searching for the trigger string, testing
25317 for the filter's existence and actually piping the text through the filter.
25318 The impact can be reduced if the Trigger Modifying Tokens above are 
25319 employed.
25321 &lt;End of help on this topic&gt;
25322 </BODY>
25323 </HTML>
25324 ====== h_config_sending_filter =====
25325 <HTML>
25326 <HEAD>
25327 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
25328 </HEAD>
25329 <BODY>
25330 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
25331       
25332 This option defines a list of text-filtering commands (programs and
25333 scripts) that may be selectively invoked to process a message just before
25334 it is sent.  If set, the Composer's ^X (Send) command will allow you to
25335 select which filter (or none) to apply to the message before it is sent. 
25336 For security reasons, the full path of the filter program must be
25337 specified.
25340 Command Modifying Tokens:
25342 <DL>
25343 <DT>_RECIPIENTS_</DT>
25344 <DD>When the command is executed, this token is replaced 
25345 with the space delimited list of recipients of the 
25346 message being sent. 
25347 </DD>
25348         
25349 <DT>_TMPFILE_</DT>
25350 <DD>
25351 When the command is executed, this token is 
25352 replaced with the path and name of the temporary 
25353 file containing the text to be filtered.  Alpine 
25354 expects the filter to replace this data with the 
25355 filter's result.
25358 NOTE: Use of this token implies that the text to 
25359 be filtered is not piped into standard input of the 
25360 executed command and its standard output is ignored. 
25361 Alpine restores the tty modes before invoking the
25362 filter in case the filter interacts with the user
25363 via its own standard input and output.  
25364 </DD>
25365                         
25366 <DT>_RESULTFILE_</DT>
25367 <DD>When the command is executed, this token is 
25368 replaced with the path and name of a temporary 
25369 file intended to contain a status message from the 
25370 filter.  Alpine displays this in the message status 
25371 field. 
25372 </DD>
25374 <DT>_DATAFILE_</DT>
25375 <DD>When the command is executed, this token is replaced 
25376 in the command line with the path and name of a 
25377 temporary file that Alpine creates once per session 
25378 and deletes upon exit.  The file is intended to be 
25379 used by the filter to store state information between 
25380 instances of the filter.
25381 </DD>
25382    
25383 <DT>_PREPENDKEY_</DT>
25384 <DD>When the command is executed, this token indicates 
25385 that a random number will be passed down the input 
25386 stream before the message text.  This number could 
25387 be used as a session key.  It is sent in this way 
25388 to improve security.  The number is unique to the 
25389 current Alpine session and is only generated once per 
25390 session. 
25391 </DD>
25393 <DT>_INCLUDEALLHDRS_</DT>
25394 <DD>When the command is executed, this token indicates 
25395 that the headers of the message will be passed down the input stream
25396 before the message text.
25397 </DD>
25399 <DT>_MIMETYPE_</DT>
25400 <DD>When the command is executed, this token is replaced in the
25401 command name with a temporary file name used to accept any new MIME
25402 Content-Type information necessitated by the output of the filter.
25403 Upon the filter's exit, if the file contains new MIME type
25404 information, Alpine verifies its format and replaces the outgoing
25405 message's MIME type information with that contained in the file. This
25406 is basically a cheap way of sending something other than Text/Plain.
25407 </DD>
25408 </DL>
25410 <P>   
25411 NOTE: Only the body text, which is visible in the Composer, is piped
25412 through this filter.  Attachments are not sent to the filter.
25413 <P>   
25414 Sending filters are not used if the feature
25415 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
25417 <UL>   
25418 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25419 </UL><P>
25420 &lt;End of help on this topic&gt;
25421 </BODY>
25422 </HTML>
25423 ====== h_config_keywords =====
25424 <HTML>
25425 <HEAD>
25426 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
25427 </HEAD>
25428 <BODY>
25429 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
25431 You may define your own set of keywords and optionally set them on a
25432 message by message basis.
25433 These are similar to the &quot;Important&quot; flag which the user
25434 may set using the Flag command.
25435 The difference is that the Important flag is always present for each folder.
25436 User-defined keywords are chosen by the user.
25437 You may set up the list of possible keywords here, or you may add keywords
25438 from the Flag Details screen that you
25439 can get to after typing the
25440 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
25441 command.
25442 After the keywords have been defined,
25443 then you use the <A HREF="h_common_flag">Flag command</A>
25444 to set or clear the keywords in each message.
25445 The behavior of the flag command may be modified by using the
25446 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
25447 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
25450 Keywords may be used when Selecting messages (Select Keyword).
25451 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
25452 Filter Rules may be used to set keywords automatically.
25453 Keywords may be displayed as part of the Subject of a message by using
25454 the SUBJKEY or SUBJKEYINIT tokens in the
25455 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
25456 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
25457 option may be used to modify the display of keywords using
25458 SUBJKEY and SUBJKEYINIT slightly.
25459 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
25460 screen by using the KEY or KEYINIT tokens.
25461 It is also possible to color keywords in the index using the
25462 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
25463 Keywords are not supported by all mail servers.
25466 You may give keywords nicknames if you wish.
25467 If the keyword definition you type in contains a SPACE character, then the
25468 actual value of the keyword is everything after the last SPACE and the
25469 nickname for that keyword is everything before the last SPACE.
25470 For example, suppose you are trying to interoperate with another email program
25471 that uses a particular keyword with an unpleasant name.
25472 Maybe it uses a keyword called
25474 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
25476 but for you that keyword means that the message is work-related.
25477 You could define a keyword to have the value
25479 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
25481 and then you would use the name &quot;Work&quot; when dealing with
25482 that keyword in Alpine.
25483 If you defined it as
25485 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
25487 the nickname would be everything before the last SPACE, that is the nickname
25488 would be &quot;My Work&quot;.
25490 Some commonly used keywords begin with dollar signs.
25491 This presents a slight complication, because the dollar sign is normally used
25492 to signify
25493 <A HREF="h_news_config">environment variable expansion</A>
25494 in the Alpine configuration.
25495 In order to specify a keyword that begins with a dollar sign you must
25496 precede the dollar sign with a second dollar sign to escape its special
25497 meaning.
25498 For example, if you want to include the keyword
25500 <CENTER><SAMP>$Label1</SAMP></CENTER>
25502 as one of your possible keywords, you must enter the text
25504 <CENTER><SAMP>$$Label1</SAMP></CENTER>
25507 instead.
25509 There are a couple limitations.
25510 First, not all servers support keywords.
25511 Second, some servers (including the IMAP server included with Alpine)
25512 have a per folder limit on the number of keywords that may be defined.
25513 This count commonly includes every keyword you have ever used in the
25514 folder, even if it is no longer being used.
25515 In other words, you can add keywords but you cannot remove them easily.
25516 If you have changed keywords over the life of a folder and find that
25517 you have reached such a limit, one possible solution might be to copy
25518 all of the messages to a newly created folder (using Alpine) and then
25519 delete the original and rename the new folder.
25520 The reason this might work is that only the keywords currently set in
25521 any of the messages will be used in the new folder, hopefully putting you
25522 under the limit.
25525 <UL>   
25526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25527 </UL><P>
25528 &lt;End of help on this topic&gt;
25529 </BODY>
25530 </HTML>
25531 ====== h_config_alt_addresses =====
25532 <HTML>
25533 <HEAD>
25534 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
25535 </HEAD>
25536 <BODY>
25537 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
25539 This option provides a place for you to list alternate email addresses
25540 you may have.
25541 Each address in the list should be the actual email address part of an
25542 address, without the full name field or the angle brackets.
25543 For example:
25546 <CENTER><SAMP>user@example.com</SAMP></CENTER>
25549 The matching is case-insensitive, so this would match any of
25550 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
25551 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
25554 If set, the option affects the behavior of the Reply
25555 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
25556 a message has been addressed specifically to you.
25559 In the default INDEX display
25560 the personal name (or email address) of
25561 the person listed in the message's &quot;From:&quot; header
25562 field is usually displayed except when that address is yours or one of your
25563 alternate addresses.
25564 In that case you will usually see the name of
25565 the first person specified in the
25566 message's &quot;To:&quot; header field
25567 with the prefix &quot;To: &quot; prepended.
25570 With respect to Reply, the reply-to-all option will exclude addresses
25571 listed here.
25574 The feature
25575 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
25576 is somewhat related to this option.
25579 In addition to a list of actual addresses,
25580 you may use regular expressions (as used with grep -E with the ignore case flag)
25581 to describe the addresses you want to match.
25582 Alpine will somewhat arbitrarily interpret your entry as a regular
25583 expression if it contains any of the characters
25584 *, |, +, ?, {, [, ^, $, or &#92;.
25585 Otherwise, it will be treated literally.
25586 The feature
25587 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
25588 may be used to turn off regular expression processing regardless of whether or not
25589 special characters appear in the entry.
25592 A description of how regular expressions work is beyond the
25593 scope of this help text, but some examples follow.
25596 The entry
25599 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
25602 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
25603 address with a domain name of <SAMP>example.com</SAMP> (such as
25604 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
25605 one of your alternate addresses.
25606 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
25607 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
25608 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
25609 Complicating things further, the dollar sign
25610 is special in the Alpine configuration (it signifies environment variable expansion)
25611 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
25612 Quotes around the whole expression will not escape the dollar sign successfully.
25613 So this example should look like
25616 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
25620 The entry
25623 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
25626 would match
25627 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
25628 as <SAMP>fred@example.com</SAMP>.
25631 You could match all addresses that look like
25632 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
25633 entry
25636 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
25639 Notice that you have to escape the plus sign with a backslash because plus
25640 is a special character in regular expressions.
25641 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
25642 the expression
25645 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
25648 would do it, but it would be easier to just add fred@example.com as a
25649 separate entry.
25652 One more example, a match of all first-level subdomains, is given by
25655 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
25659 Because the regular expression matching is based on an old library
25660 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
25661 but they should be close.
25664 <UL>   
25665 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25666 </UL><P>
25667 &lt;End of help on this topic&gt;
25668 </BODY>
25669 </HTML>
25670 ====== h_config_abook_formats =====
25671 <HTML>
25672 <HEAD>
25673 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
25674 </HEAD>
25675 <BODY>
25676 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
25678 This option specifies the format that address books are displayed in.
25679 Normally, address books are displayed with the nicknames in the first
25680 column, the fullnames in the second column, and addresses in the third
25681 column.  The system figures out reasonable defaults for the widths of
25682 the columns.  An address book may be given a different format by
25683 listing special tokens in the order you want them to display.  The
25684 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
25685 So, for example, to get the default behavior you could list
25688 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
25691 (You can also use the token DEFAULT to get the default behavior for
25692 an address book format.)
25695 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
25696 is a list, so if you have more than one address book you may have a
25697 separate format for each by putting its format at the corresponding
25698 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
25702 Listed first are the personal address books, then the global address
25703 books.  So, if you have two personal address books and one global
25704 address book, you may have up to three formats in the
25705 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
25706 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
25707 are address books, the last element is used repeatedly.
25711 Each of the tokens may also be optionally followed by parentheses with
25712 either a number or a percentage inside the parentheses.  For example,
25713 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
25714 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
25715 of the available space (the screen width minus the space for
25716 inter-column spaces) to the fullnames column, while plain
25717 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
25718 reasonable number of columns.
25721 There are always 2 spaces between every column, so if you use
25722 fixed column widths (like 13) you should remember to take that into
25723 account.
25726 <UL>   
25727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25728 </UL><P>
25729 &lt;End of help on this topic&gt;
25730 </BODY>
25731 </HTML>
25732 ====== h_config_set_index_format =====
25733 <HTML>
25734 <HEAD>
25735 <TITLE>Set Index Format</TITLE>
25736 </HEAD>
25737 <BODY>
25738 <H1>Set Index Format</H1>
25740 This option is used to customize the content of lines in the
25741 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
25742 This action works exactly like the regular
25743 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
25744 except that you can have a folder-specific value for it if you specify it here.
25745 Consult the help for
25746 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
25747 for more information.
25750 <UL>   
25751 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25752 </UL><P>
25753 &lt;End of help on this topic&gt;
25754 </BODY>
25755 </HTML>
25756 ====== h_config_index_format =====
25757 <HTML>
25758 <HEAD>
25759 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
25760 </HEAD>
25761 <BODY>
25762 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
25764 This option is used to customize the content of lines in the
25765 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
25766 to convey some amount of immediately relevant information about each 
25767 message in the current folder.
25770 Alpine provides a pre-defined set of informational fields with
25771 reasonable column widths automatically computed.  You can, however,
25772 replace this default set by listing special tokens in the order you
25773 want them displayed.
25776 The list of available tokens is
25777 <A HREF="h_index_tokens">here</A>.
25780 Spaces are used to separate listed tokens.  Additionally, you can
25781 specify how much of the screen's width the token's associated data
25782 should occupy on the index line by appending to the token a pair of
25783 parentheses enclosing either a number or percentage.  For example,
25784 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
25785 column, and &quot;SUBJECT(20%)&quot; means to
25786 allocate 20% of the available space
25787 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
25788 attempt to figure out a reasonable amount of space.
25791 There is always one space between every pair of columns, so if you use fixed
25792 column widths (like 13) you should remember to take that into account.
25793 Several of the fields are virtually fixed-width, so it doesn't make
25794 much sense to specify the width for them.  The fields STATUS,
25795 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
25796 and DESCRIPSIZE all fall into that category.
25797 You <EM>may</EM> specify widths for those if you wish, but
25798 you're probably better off letting the system pick those widths.  <P>
25801 The default is equivalent to:
25804 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
25807 This means that the four fields without percentages will be allocated
25808 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
25809 the from and subject fields.  If one of those two fields is specified
25810 as a percentage and the other is left for the system to choose, then
25811 the percentage is taken as an absolute percentage of the screen, not
25812 of the space remaining after allocating the first four columns.  It
25813 doesn't usually make sense to do it that way.  If you leave off all
25814 the widths, then the subject and from fields (if both are present) are
25815 allocated space in a 2 to 1 ratio, which is almost exactly the same as
25816 the default.
25819 What you are most likely to do with this configuration option is to
25820 specify which fields appear at all, which order they appear in, and the
25821 percentage of screen that is used for the from and subject fields if you
25822 don't like the 2 to 1 default.
25825 If you want to retain the default format that Pine 4.64 had, use
25828 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
25830 <EM>and</EM> set the feature
25831 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
25832 <UL>   
25833 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25834 </UL><P>
25835 &lt;End of help on this topic&gt;
25836 </BODY>
25837 </HTML>
25838 ====== h_config_reply_intro =====
25839 <HTML>
25840 <HEAD>
25841 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
25842 </HEAD>
25843 <BODY>
25844 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
25846 This option is used to customize the content of the introduction line
25847 that is included when replying to a message and including the original
25848 message in the reply.
25849 The normal default (what you will get if you delete this variable) looks
25850 something like:
25852 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
25854 where the day of the week is only included if it is available in the
25855 original message.
25856 You can replace this default with text of your own.
25857 The text may contain tokens that are replaced with text
25858 that depends on the message you are replying to.
25859 For example, the default is equivalent to:
25861 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25864 Since this variable includes regular text mixed with special tokens
25865 the tokens have to be surrounded by underscore characters.
25866 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
25867 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
25868 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
25870 The list of available tokens is
25871 <A HREF="h_index_tokens">here</A>.
25874 By default, the text is all on a single line and is followed by a blank line.
25875 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
25876 than 80 characters when replying to a particular message, it is shortened.
25877 However, if you use the token
25879 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
25882 anywhere in the value, no end of line or blank line is appended, and no
25883 shortening is done.
25884 The _NEWLINE_ token may be used to get rid of the blank line following
25885 the text, to add more blank lines, or to form a multi-line
25886 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25887 To clarify how _NEWLINE_ works recall that the default value is:
25889 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25892 That is equivalent to
25894 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
25897 In the former case, two newlines are added automatically because
25898 no _NEWLINE_ token appears in the value of the option (for backwards
25899 compatibility). In the latter case, the newlines are explicit.
25900 If you want to remove the blank line that follows the
25901 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
25902 _NEWLINE_ token like
25904 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
25907 Because of the backwards compatibility problem, it is not possible to
25908 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
25909 and that will cause the automatic adding of two newlines!
25910 If you want, you may embed newlines in the middle of the text, as well,
25911 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25914 By default, no attempt is made to localize the date.
25915 If you prefer a localized form you may find that one of the tokens
25916 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
25917 If you want more control one of the many other date tokens, such as _DATEISO_,
25918 might be better.
25921 For the adventurous, there is a way to conditionally include text based
25922 on whether or not a token would result in specific replacement text.
25923 For example, you could include some text based on whether or not
25924 the _NEWS_ token would result in any newsgroups if it was used.
25925 It's explained in detail
25926 <A HREF="h_reply_token_conditionals">here</A>.
25929 In the very unlikely event that you want to include a literal token
25930 in the introduction line you must precede it with a backslash character.
25931 For example,
25933 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
25935 would produce something like
25937 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
25939 It is not possible to have a literal backslash followed by an expanded token.
25941 <UL>   
25942 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25943 </UL><P>
25944 &lt;End of help on this topic&gt;
25945 </BODY>
25946 </HTML>
25947 ====== h_config_remote_abook_history =====
25948 <HTML>
25949 <HEAD>
25950 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
25951 </HEAD>
25952 <BODY>
25953 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
25955 Sets how many extra copies of
25956 remote address book
25957 data will be kept in each remote address book folder.
25958 The default is three.
25959 These extra copies are simply old versions of the data. Each time a change
25960 is made a new copy of the address book data is appended to the folder. Old
25961 copies are trimmed, if possible, when Alpine exits.
25962 An old copy can be put back into use by
25963 deleting and expunging newer versions of the data from the folder.
25964 Don't delete the first message from the folder. It is a special header
25965 message for the remote address book and it must be there.
25966 This is to prevent regular folders from being used as remote address book
25967 folders and having their data destroyed.
25969 This option is also used to determine how many extra copies of remote
25970 Alpine configuration files are kept.
25972 <UL>   
25973 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25974 </UL><P>
25975 &lt;End of help on this topic&gt;
25976 </BODY>
25977 </HTML>
25978 ====== h_config_remote_abook_validity =====
25979 <HTML>
25980 <HEAD>
25981 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
25982 </HEAD>
25983 <BODY>
25984 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
25986 Sets the minimum number of minutes that a
25987 remote address book will be considered up to date.
25988 Whenever an entry contained in a remote address book is used,
25989 if more than this many minutes have
25990 passed since the last check the remote server will be queried to see if the
25991 address book has changed.
25992 If it has changed, the local copy is updated.
25993 The default value is five minutes.
25994 The special value of -1 means never check.
25995 The special value of zero means only check when the address book is first
25996 opened.
25998 No matter what the value, the validity check is always done when the
25999 address book is about to be changed by the user.
26000 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
26001 while in the address book maintenance screen for the remote address book.
26003 <UL>   
26004 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26005 </UL><P>
26006 &lt;End of help on this topic&gt;
26007 </BODY>
26008 </HTML>
26009 ====== h_config_user_input_timeo =====
26010 <HTML>
26011 <HEAD>
26012 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
26013 </HEAD>
26014 <BODY>
26015 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
26017 If this is set to an integer greater than zero, then this is the number
26018 of <EM>hours</EM> to wait for user input before Alpine times out.
26019 If Alpine is
26020 in the midst of composing a message or is waiting for user response to
26021 a question, then it will not timeout.
26022 However, if Alpine is sitting idle waiting for
26023 the user to tell it what to do next and the user does not give any
26024 input for this many hours, Alpine will exit.
26025 No expunging or moving of read
26026 messages will take place.
26027 It will exit similarly to the way it would exit
26028 if it received a hangup signal.
26029 This may be useful for cleaning up unused Alpine sessions that have been
26030 forgotten by their owners.
26031 The Alpine developers envision system administrators
26032 setting this to a value of several hours (24?) so that it won't surprise
26033 a user who didn't want to be disconnected.
26035 <UL>   
26036 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26037 </UL><P>
26038 &lt;End of help on this topic&gt;
26039 </BODY>
26040 </HTML>
26041 ====== h_config_ssh_open_timeo =====
26042 <HTML>
26043 <HEAD>
26044 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
26045 </HEAD>
26046 <BODY>
26047 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
26049 Sets the time in seconds that Alpine will
26050 attempt to open a UNIX secure shell connection.
26051 The default is 15, the minimum non-zero value is 5,
26052 and the maximum is unlimited. If this is set to zero ssh connections
26053 will be completely disabled.
26055 <UL>   
26056 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26057 </UL><P>
26058 &lt;End of help on this topic&gt;
26059 </BODY>
26060 </HTML>
26061 ====== h_config_rsh_open_timeo =====
26062 <HTML>
26063 <HEAD>
26064 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
26065 </HEAD>
26066 <BODY>
26067 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
26069 Sets the time in seconds that Alpine will
26070 attempt to open a UNIX remote shell connection.
26071 The default is 15, the minimum non-zero value is 5,
26072 and the maximum is unlimited. If this is set to zero rsh connections
26073 will be completely disabled.
26074 This might be useful if rsh connections will never work in your environment
26075 but are causing delays due to firewalls or some other reason.
26077 <UL>   
26078 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26079 </UL><P>
26080 &lt;End of help on this topic&gt;
26081 </BODY>
26082 </HTML>
26083 ====== h_config_tcp_open_timeo =====
26084 <HTML>
26085 <HEAD>
26086 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
26087 </HEAD>
26088 <BODY>
26089 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
26091 Sets the time in seconds that Alpine will
26092 attempt to open a network connection. The default is 30, the minimum is 5,
26093 and the maximum is system defined (typically 75). If a connection has not
26094 completed within this many seconds Alpine will give up and consider it a
26095 failed connection.
26097 <UL>   
26098 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26099 </UL><P>
26100 &lt;End of help on this topic&gt;
26101 </BODY>
26102 </HTML>
26103 ====== h_config_tcp_readwarn_timeo =====
26104 <HTML>
26105 <HEAD>
26106 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
26107 </HEAD>
26108 <BODY>
26109 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
26111 Sets the time in seconds that Alpine will
26112 wait for a network read before warning you that things are moving slowly
26113 and possibly giving you the option to break the connection.
26114 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
26115 1000 seconds.
26117 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
26119 <UL>   
26120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26121 </UL><P>
26122 &lt;End of help on this topic&gt;
26123 </BODY>
26124 </HTML>
26125 ====== h_config_tcp_writewarn_timeo =====
26126 <HTML>
26127 <HEAD>
26128 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
26129 </HEAD>
26130 <BODY>
26131 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
26133 Sets the time in seconds that Alpine will
26134 wait for a network write before warning you that things are moving slowly
26135 and possibly giving you the option to break the connection.
26136 The default is 0 which means it is unset. If set to a non-zero value, the
26137 minimum is 5 and the maximum is 1000.
26139 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
26141 <UL>   
26142 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26143 </UL><P>
26144 &lt;End of help on this topic&gt;
26145 </BODY>
26146 </HTML>
26147 ====== h_config_tcp_query_timeo =====
26148 <HTML>
26149 <HEAD>
26150 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
26151 </HEAD>
26152 <BODY>
26153 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
26155 When Alpine times out a network read or write it will normally just display
26156 a message saying &quot;Still waiting&quot;.
26157 However, if enough time has elapsed since it started waiting it will offer
26158 to let you break the connection.
26159 That amount of time is set by this option, which defaults to 60 seconds,
26160 has a minimum of 5 seconds, and a maximum of 1000 seconds.
26162 <UL>   
26163 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26164 </UL><P>
26165 &lt;End of help on this topic&gt;
26166 </BODY>
26167 </HTML>
26168 ====== h_config_quit_query_timeo =====
26169 <HTML>
26170 <HEAD>
26171 <TITLE>OPTION: <!--#echo var="VAR_close-connection-timeout"--></TITLE>
26172 </HEAD>
26173 <BODY>
26174 <H1>OPTION: <!--#echo var="VAR_close-connection-timeout"--></H1>
26176 The original purpose of this option was to close a connection after this
26177 much time has elapsed without response from the server. The problem this
26178 generates is that a server might not reply on time due to a slow operation
26179 (for example, sorting a large folder, or filtering messages, etc.) In those
26180 situations it is desirable to wait for the server, even when this takes
26181 a long time.
26184 In order to have a good compromise so that a user can distinguish between
26185 when a connection is closed, therefore
26186 we do not need to wait for it, and the operation that the user is waiting
26187 for takes a long time, this option only applies to the
26188 &quot;NOOP&quot; IMAP command. So, if a NOOP command has been issued,
26189 and the connection does not return after the number of seconds configured
26190 here, which must be at least the amount configured in the option
26191 <a href="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></a>,
26192 then Alpine will close the connection.
26195 Closing connections that have connectivity problems is a good idea. In an ideal
26196 world, one would like all connections to be fast and reliable, so the amount
26197 of time and effort put into parsing a folder to report its state when it is
26198 opened is not wasted, so keeping connections alive is good, but the problem
26199 with this is that waiting for a user to reply to a &quot;keep connection
26200 alive?&quot; question can take a long time, and that might affect other
26201 connections that could be closed because Alpine is not pinging them while it
26202 is waiting for a reply from a user for a different connection. Therefore
26203 setting this value helps to keep other connections alive, in case
26204 you have several incoming folders in other servers.
26207 The default value for this option is 0, which means that no connections will
26208 be closed automatically, so if you want connections to be closed automatically
26209 you must set this option to a positive number bigger or equal than the
26210 value of the option <!--#echo var="VAR_tcp-query-timeout"-->.
26212 <UL>
26213 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26214 </UL><P>
26215 &lt;End of help on this topic&gt;
26216 </BODY>
26217 </HTML>
26218 ====== h_config_incoming_folders =====
26219 <HTML>
26220 <HEAD>
26221 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
26222 </HEAD>
26223 <BODY>
26224 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
26226 This is a list of one or more folders other than <EM>INBOX</EM> that
26227 may receive new messages.
26228 It is related to the
26229 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
26230 feature.
26231 This variable is normally manipulated with the Add, Delete, and Rename
26232 commands in the FOLDER LIST for the Incoming Message Folders collection.
26234 <UL>   
26235 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26236 </UL><P>
26237 &lt;End of help on this topic&gt;
26238 </BODY>
26239 </HTML>
26240 ====== h_config_folder_spec =====
26241 <HTML>
26242 <HEAD>
26243 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
26244 </HEAD>
26245 <BODY>
26246 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
26248 This is a list of one or more collections where saved mail is stored. 
26249 The first collection in this list is the default
26250 collection for <EM>Save</EM>s,
26251 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
26253 This variable is normally manipulated using the Setup/collectionList screen.
26255 <UL>   
26256 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26257 </UL><P>
26258 &lt;End of help on this topic&gt;
26259 </BODY>
26260 </HTML>
26261 ====== h_config_news_spec =====
26262 <HTML>
26263 <HEAD>
26264 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
26265 </HEAD>
26266 <BODY>
26267 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
26269 This is a list of collections where news folders are located.
26271 This variable is normally manipulated using the Setup/collectionList screen.
26273 <UL>   
26274 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26275 </UL><P>
26276 &lt;End of help on this topic&gt;
26277 </BODY>
26278 </HTML>
26279 ====== h_config_address_book =====
26280 <HTML>
26281 <HEAD>
26282 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
26283 </HEAD>
26284 <BODY>
26285 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
26287 A list of personal address books.
26288 Each entry in the list is an
26289 optional nickname followed by a pathname or file name relative to the home
26290 directory.
26291 The nickname is separated from the rest of the line with whitespace.
26292 Instead of a local pathname or file name, a remote folder name can be given.
26293 This causes the address book to
26294 be a Remote address book.
26296 Use the Setup/AddressBook screen to modify this variable.
26298 <UL>   
26299 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26300 </UL><P>
26301 &lt;End of help on this topic&gt;
26302 </BODY>
26303 </HTML>
26304 ====== h_config_glob_addrbook =====
26305 <HTML>
26306 <HEAD>
26307 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
26308 </HEAD>
26309 <BODY>
26310 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
26312 A list of shared address books.  Each entry in the list is an
26313 optional nickname followed by a pathname or file name relative to the home
26314 directory.
26315 A SPACE character separates the nickname from the rest of the line.
26316 Instead of a local pathname or file name, a remote folder name can be given.
26317 This causes the address book to
26318 be a Remote address book.
26319 Global address books are
26320 defined to be ReadOnly.
26322 Use the Setup/AddressBook screen to modify this variable.
26324 <UL>   
26325 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26326 </UL><P>
26327 &lt;End of help on this topic&gt;
26328 </BODY>
26329 </HTML>
26330 ====== h_config_last_vers =====
26331 <HTML>
26332 <HEAD>
26333 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
26334 </HEAD>
26335 <BODY>
26336 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
26338 This is set automatically by Alpine. 
26339 It is used to keep track of the last version of Alpine that
26340 was run by the user.
26341 Whenever the version number increases, a new version message is printed out.
26342 This may not be set in the system-wide configuration files.
26344 <UL>   
26345 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26346 </UL><P>
26347 &lt;End of help on this topic&gt;
26348 </BODY>
26349 </HTML>
26350 ====== h_config_printer =====
26351 <HTML>
26352 <HEAD>
26353 <TITLE>OPTION: Printer</TITLE>
26354 </HEAD>
26355 <BODY>
26356 <H1>OPTION: Printer</H1>
26358 Your default printer selection.
26360 Use the Setup/Printer screen to modify this variable.
26362 <UL>   
26363 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26364 </UL><P>
26365 &lt;End of help on this topic&gt;
26366 </BODY>
26367 </HTML>
26368 ====== h_config_print_cat =====
26369 <HTML>
26370 <HEAD>
26371 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
26372 </HEAD>
26373 <BODY>
26374 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
26376 This is an internal Alpine variable.
26377 It will be equal to 1, 2, or 3 depending on whether the default printer is
26378 attached, standard, or a personal print command.
26380 Use the Setup/Printer screen to modify this variable.
26382 <UL>   
26383 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26384 </UL><P>
26385 &lt;End of help on this topic&gt;
26386 </BODY>
26387 </HTML>
26388 ====== h_config_print_command =====
26389 <HTML>
26390 <HEAD>
26391 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
26392 </HEAD>
26393 <BODY>
26394 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
26396 List of personal print commands.
26398 Use the Setup/Printer screen to modify this variable.
26400 <UL>   
26401 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26402 </UL><P>
26403 &lt;End of help on this topic&gt;
26404 </BODY>
26405 </HTML>
26406 ====== h_config_pat_old =====
26407 <HTML>
26408 <HEAD>
26409 <TITLE>OPTION: Patterns</TITLE>
26410 </HEAD>
26411 <BODY>
26412 <H1>OPTION: Patterns</H1>
26414 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
26415 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
26416 and Patterns-Other.
26417 Patterns-Scores and Patterns-Filters have been replaced since then by
26418 Patterns-Scores2 and Patterns-Filters2.
26420 Use the Setup/Rules screens to modify these variable.
26422 <UL>   
26423 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26424 </UL><P>
26425 &lt;End of help on this topic&gt;
26426 </BODY>
26427 </HTML>
26428 ====== h_config_pat_roles =====
26429 <HTML>
26430 <HEAD>
26431 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
26432 </HEAD>
26433 <BODY>
26434 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
26436 List of rules used for roles.
26437 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
26438 other options.
26440 Use the Setup/Rules/Roles screen to modify this variable.
26442 <UL>   
26443 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26444 </UL><P>
26445 &lt;End of help on this topic&gt;
26446 </BODY>
26447 </HTML>
26448 ====== h_config_pat_filts =====
26449 <HTML>
26450 <HEAD>
26451 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
26452 </HEAD>
26453 <BODY>
26454 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
26456 List of rules used for filters.
26458 Use the Setup/Rules/Filters screen to modify this variable.
26460 <UL>   
26461 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26462 </UL><P>
26463 &lt;End of help on this topic&gt;
26464 </BODY>
26465 </HTML>
26466 ====== h_config_pat_scores =====
26467 <HTML>
26468 <HEAD>
26469 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
26470 </HEAD>
26471 <BODY>
26472 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
26474 List of rules used for scoring.
26476 Use the Setup/Rules/SetScores screen to modify this variable.
26478 <UL>   
26479 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26480 </UL><P>
26481 &lt;End of help on this topic&gt;
26482 </BODY>
26483 </HTML>
26484 ====== h_config_pat_other =====
26485 <HTML>
26486 <HEAD>
26487 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
26488 </HEAD>
26489 <BODY>
26490 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
26492 List of rules used for miscellaneous configuration.
26494 Use the Setup/Rules/Other screen to modify this variable.
26496 <UL>   
26497 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26498 </UL><P>
26499 &lt;End of help on this topic&gt;
26500 </BODY>
26501 </HTML>
26502 ====== h_config_pat_incols =====
26503 <HTML>
26504 <HEAD>
26505 <TITLE>OPTION: patterns-indexcolors</TITLE>
26506 </HEAD>
26507 <BODY>
26508 <H1>OPTION: patterns-indexcolors</H1>
26510 List of rules used for coloring lines in the index.
26512 Use the Setup/Rules/Indexcolor screen to modify this variable.
26514 <UL>   
26515 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26516 </UL><P>
26517 &lt;End of help on this topic&gt;
26518 </BODY>
26519 </HTML>
26520 ====== h_config_pat_srch =====
26521 <HTML>
26522 <HEAD>
26523 <TITLE>OPTION: patterns-search</TITLE>
26524 </HEAD>
26525 <BODY>
26526 <H1>OPTION: patterns-search</H1>
26528 List of rules used only for searching with the Select command in the MESSAGE INDEX.
26530 Use the Setup/Rules/searCh screen to modify this variable.
26532 <UL>   
26533 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26534 </UL><P>
26535 &lt;End of help on this topic&gt;
26536 </BODY>
26537 </HTML>
26538 ====== h_config_font_name =====
26539 <HTML>
26540 <HEAD>
26541 <TITLE>OPTION: Font Name</TITLE>
26542 </HEAD>
26543 <BODY>
26544 <H1>OPTION: Font Name</H1>
26546 PC-Alpine only.
26548 Name of normal font.
26550 Use the pulldown Config menu to modify this variable.
26552 <UL>   
26553 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26554 </UL><P>
26555 &lt;End of help on this topic&gt;
26556 </BODY>
26557 </HTML>
26558 ====== h_config_font_size =====
26559 <HTML>
26560 <HEAD>
26561 <TITLE>OPTION: Font Size</TITLE>
26562 </HEAD>
26563 <BODY>
26564 <H1>OPTION: Font Size</H1>
26566 PC-Alpine only.
26568 Size of normal font.
26570 Use the pulldown Config menu to modify this variable.
26572 <UL>   
26573 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26574 </UL><P>
26575 &lt;End of help on this topic&gt;
26576 </BODY>
26577 </HTML>
26578 ====== h_config_font_style =====
26579 <HTML>
26580 <HEAD>
26581 <TITLE>OPTION: Font Style</TITLE>
26582 </HEAD>
26583 <BODY>
26584 <H1>OPTION: Font Style</H1>
26586 PC-Alpine only.
26588 Style of normal font.
26590 Use the pulldown Config menu to modify this variable.
26592 <UL>   
26593 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26594 </UL><P>
26595 &lt;End of help on this topic&gt;
26596 </BODY>
26597 </HTML>
26598 ====== h_config_font_char_set =====
26599 <HTML>
26600 <HEAD>
26601 <TITLE>OPTION: Font Character Set</TITLE>
26602 </HEAD>
26603 <BODY>
26604 <H1>OPTION: Font Character Set</H1>
26606 PC-Alpine only.
26608 Character set of normal font.
26610 Use the pulldown Config menu to modify this variable.
26612 <UL>   
26613 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26614 </UL><P>
26615 &lt;End of help on this topic&gt;
26616 </BODY>
26617 </HTML>
26618 ====== h_config_print_font_name =====
26619 <HTML>
26620 <HEAD>
26621 <TITLE>OPTION: Print-Font-Name</TITLE>
26622 </HEAD>
26623 <BODY>
26624 <H1>OPTION: Print-Font-Name</H1>
26626 PC-Alpine only.
26628 Name of printer font.
26630 Use the pulldown Config menu to modify this variable.
26632 <UL>   
26633 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26634 </UL><P>
26635 &lt;End of help on this topic&gt;
26636 </BODY>
26637 </HTML>
26638 ====== h_config_print_font_size =====
26639 <HTML>
26640 <HEAD>
26641 <TITLE>OPTION: Print-Font-Size</TITLE>
26642 </HEAD>
26643 <BODY>
26644 <H1>OPTION: Print-Font-Size</H1>
26646 PC-Alpine only.
26648 Size of printer font.
26650 Use the pulldown Config menu to modify this variable.
26652 <UL>   
26653 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26654 </UL><P>
26655 &lt;End of help on this topic&gt;
26656 </BODY>
26657 </HTML>
26658 ====== h_config_print_font_style =====
26659 <HTML>
26660 <HEAD>
26661 <TITLE>OPTION: Print-Font-Style</TITLE>
26662 </HEAD>
26663 <BODY>
26664 <H1>OPTION: Print-Font-Style</H1>
26666 PC-Alpine only.
26668 Style of printer font.
26670 Use the pulldown Config menu to modify this variable.
26672 <UL>   
26673 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26674 </UL><P>
26675 &lt;End of help on this topic&gt;
26676 </BODY>
26677 </HTML>
26678 ====== h_config_print_font_char_set =====
26679 <HTML>
26680 <HEAD>
26681 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
26682 </HEAD>
26683 <BODY>
26684 <H1>OPTION: Print-Font-Char-Set</H1>
26686 PC-Alpine only.
26688 Character set of printer font.
26690 Use the pulldown Config menu to modify this variable.
26692 <UL>   
26693 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26694 </UL><P>
26695 &lt;End of help on this topic&gt;
26696 </BODY>
26697 </HTML>
26698 ====== h_config_window_position =====
26699 <HTML>
26700 <HEAD>
26701 <TITLE>OPTION: Window-Position</TITLE>
26702 </HEAD>
26703 <BODY>
26704 <H1>OPTION: Window-Position</H1>
26706 PC-Alpine only.
26708 Position on the screen of the Alpine window.
26710 Alpine normally maintains this variable itself, and it is set automatically. 
26711 This variable is provided to those who wish to use the same window position 
26712 across different machines from the same configuration.
26713 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
26714 must also be set for this setting to be used.
26716 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
26717 C is the number of columns, R is the number of rows, and X and Y specify the
26718 top left corner of the window.
26720 <UL>   
26721 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26722 </UL><P>
26723 &lt;End of help on this topic&gt;
26724 </BODY>
26725 </HTML>
26726 ====== h_config_cursor_style =====
26727 <HTML>
26728 <HEAD>
26729 <TITLE>OPTION: Cursor Style</TITLE>
26730 </HEAD>
26731 <BODY>
26732 <H1>OPTION: Cursor Style</H1>
26734 PC-Alpine only.
26736 Cursor style.
26738 Use the pulldown Config menu to modify this variable.
26740 <UL>   
26741 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26742 </UL><P>
26743 &lt;End of help on this topic&gt;
26744 </BODY>
26745 </HTML>
26746 ====== h_config_ldap_servers =====
26747 <HTML>
26748 <HEAD>
26749 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
26750 </HEAD>
26751 <BODY>
26752 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
26754 List of LDAP servers and associated data.
26756 Use the Setup/Directory screen to modify this variable.
26758 <UL>   
26759 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26760 </UL><P>
26761 &lt;End of help on this topic&gt;
26762 </BODY>
26763 </HTML>
26764 ====== h_config_sendmail_path =====
26765 <HTML>
26766 <HEAD>
26767 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
26768 </HEAD>
26769 <BODY>
26770 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
26772 This names the path to an
26773 alternative program, and any necessary arguments, to be used in posting
26774 mail messages. See the Technical notes for more information.
26776 <UL>   
26777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26778 </UL><P>
26779 &lt;End of help on this topic&gt;
26780 </BODY>
26781 </HTML>
26782 ====== h_config_oper_dir =====
26783 <HTML>
26784 <HEAD>
26785 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
26786 </HEAD>
26787 <BODY>
26788 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
26790 This names the root of the
26791 tree to which you are restricted when reading and writing folders and
26792 files. It is usually used in the system-wide,
26793 <EM>fixed</EM> configuration file.
26795 <UL>   
26796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26797 </UL><P>
26798 &lt;End of help on this topic&gt;
26799 </BODY>
26800 </HTML>
26801 ====== h_config_rshpath =====
26802 <HTML>
26803 <HEAD>
26804 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
26805 </HEAD>
26806 <BODY>
26807 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
26809 Sets the name of the command used to open a UNIX remote shell
26810 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
26812 <UL>   
26813 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26814 </UL><P>
26815 &lt;End of help on this topic&gt;
26816 </BODY>
26817 </HTML>
26818 ====== h_config_rshcmd =====
26819 <HTML>
26820 <HEAD>
26821 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
26822 </HEAD>
26823 <BODY>
26824 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
26826 Sets the format of the command used to
26827 open a UNIX remote shell connection. The default is
26828 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26829 provided command. The first is for the command's pathname, the second is
26830 for the host to connect to, the third is for the user to connect as, and
26831 the fourth is for the connection method (typically <CODE>imap</CODE>).
26833 <UL>   
26834 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26835 </UL><P>
26836 &lt;End of help on this topic&gt;
26837 </BODY>
26838 </HTML>
26839 ====== h_config_sshpath =====
26840 <HTML>
26841 <HEAD>
26842 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
26843 </HEAD>
26844 <BODY>
26845 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
26847 Sets the name of the command used to open a UNIX secure shell
26848 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
26850 <UL>   
26851 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26852 </UL><P>
26853 &lt;End of help on this topic&gt;
26854 </BODY>
26855 </HTML>
26856 ====== h_config_sshcmd =====
26857 <HTML>
26858 <HEAD>
26859 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
26860 </HEAD>
26861 <BODY>
26862 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
26864 Sets the format of the command used to
26865 open a UNIX secure shell connection. The default is
26866 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26867 provided command. The first is for the command's pathname, the second is
26868 for the host to connect to, the third is for the user to connect as, and
26869 the fourth is for the connection method (typically <CODE>imap</CODE>).
26871 <UL>   
26872 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26873 </UL><P>
26874 &lt;End of help on this topic&gt;
26875 </BODY>
26876 </HTML>
26877 ====== h_config_new_ver_quell =====
26878 <HTML>
26879 <HEAD>
26880 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
26881 </HEAD>
26882 <BODY>
26883 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
26885 When a new version of Alpine is run for the first time it offers a
26886 special explanatory screen to the user upon startup.  This option
26887 helps control when and if that special screen appears for users that
26888 have previously run Alpine.  It takes as its value an Alpine version
26889 number.  Alpine versions less than the specified value will suppress this
26890 special screen while versions equal to or greater than that specified
26891 will behave normally.
26893 <UL>   
26894 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26895 </UL><P>
26896 &lt;End of help on this topic&gt;
26897 </BODY>
26898 </HTML>
26899 ====== h_config_disable_drivers =====
26900 <HTML>
26901 <HEAD>
26902 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
26903 </HEAD>
26904 <BODY>
26905 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
26907 This variable is a list of mail drivers that will be disabled.
26908 The candidates for disabling are listed below.
26909 There may be more in the future if you compile Alpine with
26910 a newer version of the c-client library.
26913 <UL>
26914 <LI> mbox
26915 <LI> mbx
26916 <LI> mh
26917 <LI> mmdf
26918 <LI> mtx
26919 <LI> mx
26920 <LI> news
26921 <LI> phile
26922 <LI> tenex
26923 <LI> unix
26924 </UL>
26927 The <EM>mbox</EM> driver enables the following behavior: if there is a
26928 file called <CODE>mbox</CODE>
26929 in your home directory, and if that file is either empty or in Unix mailbox
26930 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
26931 will automatically transfer mail from the system mail spool directory into the
26932 <CODE>mbox</CODE> file and
26933 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
26934 this will not happen.
26937 It is not recommended to disable the driver that supports the system default
26938 mailbox format. On most non-SCO systems, that driver is the
26939 <EM>unix</EM> driver.
26940 On most SCO systems, it is the <EM>mmdf</EM> driver.
26941 The system default driver may be
26942 configured to something else on your system; check with your system manager
26943 for additional information.
26946 It is most likely not very useful for you to disable any of the drivers other
26947 than possibly <EM>mbox</EM>.
26948 You could disable some of the others if you know for
26949 certain that you don't need them but the performance gain in doing so
26950 is very modest.
26952 <UL>   
26953 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26954 </UL><P>
26955 &lt;End of help on this topic&gt;
26956 </BODY>
26957 </HTML>
26958 ====== h_config_disable_auths =====
26959 <HTML>
26960 <HEAD>
26961 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
26962 </HEAD>
26963 <BODY>
26964 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
26966 This variable is a list of SASL (Simple Authentication and Security
26967 Layer) authenticators that will be disabled.
26968 SASL is a mechanism for
26969 authenticating to IMAP, POP3, SMTP, and other network servers.
26972 Alpine matches its list of supported authenticators with the server to
26973 determine the most secure authenticator that is supported by both.
26974 If no matching authenticators are found, Alpine will revert to plaintext
26975 login (or, in the case of SMTP, will be unable to authenticate at all).
26977 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
26980 Normally, you will not disable any authenticators.
26981 There are two exceptions:
26983 <OL>
26984 <LI> You use a broken server that advertises an authenticator,
26985 but does not actually implement it.
26986 <LI> You have a Kerberos-capable version of Alpine and the server is
26987 also Kerberos-capable, but you can not obtain Kerberos
26988 credentials on the server machine, thus you desire to disable
26989 GSSAPI (which in turn disables Alpine's Kerberos support).
26990 </OL>
26992 It is never necessary to disable authenticators, since Alpine will try
26993 other authenticators before giving up.
26994 However, disabling the relevant authenticator avoids annoying error messages.
26996 <UL>   
26997 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26998 </UL><P>
26999 &lt;End of help on this topic&gt;
27000 </BODY>
27001 </HTML>
27002 ====== h_config_encryption_range =====
27003 <HTML>
27004 <HEAD>
27005 <TITLE>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></TITLE>
27006 </HEAD>
27007 <BODY>
27008 <H1>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></H1>
27010 This option sets a range of encryption protocols that can be attempted when
27011 Alpine will try to establish a secure connection using the SSL or TLS
27012 protocols.
27015 Before a secure connection to an external server is established, Alpine and the
27016 server will attempt to negotiate a secure connection. This part is known as the
27017 &quot;ClientHello&quot;. At that time Alpine will announce the version of
27018 encryption that it would like to establish. The server can reject that, and announce
27019 a different version of encryption. Once both the server and Alpine have found
27020 a version of encryption that they both agree on, they will both use it to start
27021 a secure connection.
27024 The use of the /ssl parameter in the definition of the server will make Alpine
27025 attempt the highest encryption protocol that it can use, in agreement with the
27026 server. However, using this option, you will set limits to the versions of
27027 the protocols that are used. This would, for example, allow you to disable the use
27028 of ssl3, in favor of more modern protocols. 
27031 For purposes of this option, the protocols are sorted 
27032 as follows
27035 <CENTER>
27036 no_min < ssl3 < tls1 < tls1_1 < tls1_2 < tls1_3 < no_max
27037 </CENTER>
27040 For example, if you want to disable ssl3, all you have to do is to set the minimum 
27041 version to tls1, or any higher protocol. 
27043 <P>The name of the parameters used to configure this option is the same as the 
27044 parameters that are added to the definition of a server to make it a secure 
27045 connection, and they are listed above for your reference.
27048 The special values &quot;no_min&quot; and &quot;no_max&quot; do not set values
27049 for the minimum and maximum protocol versions, and Alpine will use the maximum
27050 and minimum values of encryption protocols built into your SSL library.
27053 <UL>   
27054 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27055 </UL><P>
27056 &lt;End of help on this topic&gt;
27057 </BODY>
27058 </HTML>
27059 ====== h_config_abook_metafile =====
27060 <HTML>
27061 <HEAD>
27062 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
27063 </HEAD>
27064 <BODY>
27065 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
27067 This is usually set by Alpine and is the name of a file
27068 that contains data about
27069 remote address books and remote configuration files.
27071 <UL>   
27072 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27073 </UL><P>
27074 &lt;End of help on this topic&gt;
27075 </BODY>
27076 </HTML>
27077 ====== h_config_composer_wrap_column =====
27078 <HTML>
27079 <HEAD>
27080 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
27081 </HEAD>
27082 <BODY>
27083 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
27086 This option specifies an aspect of Alpine's Composer.  This gives the
27087 maximum width that auto-wrapped lines will have.  It's also the maximum
27088 width of lines justified using the <A HREF="h_compose_justify">^J
27089 Justify</A> command.  The normal default
27090 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
27091 in order to
27092 prevent very long lines from being sent in outgoing mail.  When the mail
27093 is actually sent, trailing spaces will be stripped off of each line.
27096 <UL>   
27097 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27098 </UL><P>
27099 &lt;End of help on this topic&gt;
27100 </BODY>
27101 </HTML>
27102 ====== h_config_deadlets =====
27103 <HTML>
27104 <HEAD>
27105 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
27106 </HEAD>
27107 <BODY>
27108 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
27111 This option affects Alpine's behavior when you cancel a message being
27112 composed.  Alpine's usual behavior is to write the canceled message to
27113 a file named 
27114 <!--chtml if pinemode="os_windows"-->
27115 &quot;DEADLETR&quot;,
27116 <!--chtml else-->
27117 &quot;dead.letter&quot; in your home directory,
27118 <!--chtml endif-->
27119 overwriting any previous message.
27121 If you set this option to a value higher than one, then that many copies
27122 of dead letter files will be saved.
27123 For example, if you set this option to &quot;3&quot; then you may have
27124 files named
27125 <!--chtml if pinemode="os_windows"-->
27126 &quot;DEADLETR&quot;,
27127 &quot;DEADLETR2&quot;, and
27128 &quot;DEADLETR3&quot;.
27129 <!--chtml else-->
27130 &quot;dead.letter&quot;,
27131 &quot;dead.letter2&quot;, and
27132 &quot;dead.letter3&quot; in your home directory.
27133 <!--chtml endif-->
27134 In this example, the most recently cancelled message will be in
27135 <!--chtml if pinemode="os_windows"-->
27136 &quot;DEADLETR&quot;,
27137 <!--chtml else-->
27138 &quot;dead.letter&quot;,
27139 <!--chtml endif-->
27140 and the third most recently cancelled message will be in
27141 <!--chtml if pinemode="os_windows"-->
27142 &quot;DEADLETR3&quot;.
27143 <!--chtml else-->
27144 &quot;dead.letter3&quot;.
27145 <!--chtml endif-->
27146 The fourth most recently cancelled message will no longer be saved.
27149 If you set this option to zero, then NO record of canceled messages is
27150 maintained.
27152 If the feature
27153 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
27154 is set, that overrides whatever you set for this option.
27155 If this option had existed at the time, then the Quell feature would not
27156 have been added, but it is still there for backwards compatibility.
27157 So, in order for this option to have the desired effect, make sure the
27158 Quell feature is turned off.
27161 <UL>   
27162 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27163 </UL><P>
27164 &lt;End of help on this topic&gt;
27165 </BODY>
27166 </HTML>
27167 ====== h_config_maxremstream =====
27168 <HTML>
27169 <HEAD>
27170 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
27171 </HEAD>
27172 <BODY>
27173 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
27175 This option affects low-level behavior of Alpine.
27176 The default value for this option is <EM>3</EM>.
27177 If your INBOX is accessed using the IMAP protocol
27178 from an IMAP server, that connection is kept open throughout the
27179 duration of your Alpine session, independent of the value of this option.
27180 The same is true of any 
27181 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27182 you have defined.
27183 This option controls Alpine's behavior when connecting to remote IMAP folders
27184 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
27185 It specifies the maximum number of remote IMAP connections (other than
27186 those mentioned above) that Alpine will use for accessing the rest of your
27187 folders.
27188 If you set this option to zero, you will turn off most remote connection
27189 re-use.
27190 It's difficult to understand exactly what this option does, and it is usually
27191 fine to leave it set to its default value.
27192 It is probably more likely that you will be interested in setting the
27193 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
27194 instead of changing the value of this option.
27195 A slightly longer explanation of what is going on with this option
27196 is given in the next paragraphs.
27199 There are some time costs involved in opening and closing remote IMAP 
27200 folders, the main costs being the time you have to wait for the connection
27201 to the server and the time for the folder to open.
27202 Opening a folder may involve not only the time the server takes to do its
27203 processing but time that Alpine uses to do filtering.
27204 These times can vary widely.
27205 They depend on how loaded the server is, how large
27206 the folder being opened is, and how you set up filtering, among other things.
27207 Once Alpine has opened a connection to a particular folder, it will attempt
27208 to keep that connection open in case you use it again.
27209 In order to do this,
27210 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
27211 this option) IMAP connections you have allotted for this purpose.
27213 For example, suppose the value of this option is set to &quot;2&quot;.
27214 If your INBOX is accessed on a remote server using the IMAP protocol, that
27215 doesn't count as one of the remote connections but it is always kept open.
27216 If you then open another IMAP folder, that would be your first
27217 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
27218 If you open a third folder the second will be left open, in case you
27219 return to it.
27220 You won't be able to tell it has been left open.
27221 It will appear to be closed when you leave the folder but the connection
27222 will remain in the background.
27223 Now suppose you go back to the second folder (the first folder after the
27224 INBOX).
27225 A connection to that folder is still open so you won't have to wait
27226 for the startup time to open it.
27227 Meanwhile, the connection to the third folder will be left behind.
27228 Now, if you open a fourth folder, you will bump into the
27229 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
27230 than INBOX and you have the option set to &quot;2&quot;.
27231 The connection that is being used for
27232 the third folder will be re-used for this new fourth folder.
27233 If you go back to the third folder after this, it is no longer already
27234 connected when you get there.
27235 You'll still save some time since Alpine will re-use the connection to the
27236 fourth folder and you have already logged in on that connection,
27237 but the folder will have to be re-opened from scratch.
27239 If a folder is large and the startup cost is dominated by the time it takes
27240 to open that folder or to run filters on it, then it will pay to make the
27241 value of this option large enough to keep it open.
27242 On the other hand, if you only revisit a handful of folders or if
27243 the folders are small, then it might
27244 make more sense to keep this number small so that the reconnect
27245 time (the time to start up a new connection and authenticate)
27246 is eliminated instead.
27248 You may also need to consider the impact on the server.
27249 On the surface, a larger number here may cause a larger impact on the
27250 server, since you will have more connections open to the server.
27251 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
27252 associated with reopening a folder, but the <EM>server</EM> will be
27253 avoiding those costs as well.
27255 When twenty five minutes pass without any active use of an IMAP connection
27256 being saved for possible re-use, that connection will be shut down,
27259 <UL>   
27260 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27261 </UL><P>
27262 &lt;End of help on this topic&gt;
27263 </BODY>
27264 </HTML>
27265 ====== h_config_permlocked =====
27266 <HTML>
27267 <HEAD>
27268 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
27269 </HEAD>
27270 <BODY>
27271 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
27273 This option affects low-level behavior of Alpine.
27274 There is no default value for this option.
27275 It is related to the options
27276 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
27277 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
27278 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
27281 Note: changes made to this list take effect the next time you open a
27282 folder in the list.
27285 This is a list of folders that will be permanently kept open once they
27286 are first opened.
27287 The names in this list may be either the nickname of an Incoming folder
27288 or the full technical specification of a folder.
27289 The folders in this list need not be remote IMAP folders, they could usefully
27290 be local folders, as well.
27291 If a folder in the list is a newsgroup or is not accessed either locally
27292 or via IMAP, then the entry will be ignored.
27293 For example, folders accessed via NNTP or POP3 will not be kept open, since
27294 the way that new mail is found with those protocols involves closing and
27295 reopening the connection.
27297 Once a Stay Open folder has been opened, new-mail checking will continue
27298 to happen on that folder for the rest of the Alpine session.
27299 Your INBOX is always implicitly included in this Stay-Open list and doesn't
27300 need to be added explicitly.
27302 Another difference that you may notice between a Stay Open folder and a
27303 non-Stay Open folder is which message is selected as the current message
27304 when you enter the folder index.
27305 Normally, the starting position for an incoming folder (which most Stay Open
27306 folders will likely be) is controlled by the
27307 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
27308 However, if a folder is a Stay Open folder, when you re-enter the folder
27309 after the first time the current message will be the same as it was when
27310 you left the folder.
27311 An exception is made if you use the TAB command to get to the folder.
27312 In that case, the message number will be incremented by one from what it
27313 was when you left the folder.
27315 The above special behavior is thought to be useful.
27316 However, it is special and different from what you might at first expect.
27317 The feature
27318 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
27319 may be used to turn off this special treatment.
27321 If the message that was current when you left the folder no longer exists,
27322 then the regular startup rule will be used instead.
27325 <UL>   
27326 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27327 </UL><P>
27328 &lt;End of help on this topic&gt;
27329 </BODY>
27330 </HTML>
27331 ====== h_config_viewer_overlap =====
27332 <html>
27333 <header>
27334 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
27335 </header>
27336 <body>
27337 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
27339 This option specifies an aspect of Alpine's Message Viewing screen.  When
27340 the space bar is used to page forward in a message, the number of lines
27341 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
27342 bottom of the screen.  That is, if this was set to two lines, then the
27343 bottom two lines of the screen would be repeated on the top of the next
27344 screen.  The normal default value is "2".<p>
27345 <UL>   
27346 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27347 </UL><P>
27348 &lt;End of help on this topic&gt;
27349 </body>
27350 </html>
27351 ====== h_config_scroll_margin =====
27352 <HTML>
27353 <HEAD>
27354 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
27355 </HEAD>
27356 <BODY>
27357 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
27359 This option controls when Alpine's line-by-line scrolling occurs.
27360 Typically, when a selected item is at the top or bottom screen edge
27361 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
27362 displayed items are scrolled down or up by a single line.
27365 This option allows you to tell Alpine the number of lines from the top and
27366 bottom screen edge that line-by-line paging should occur.  For example,
27367 setting this value to one (1) will cause Alpine to scroll the display
27368 vertically when you move to select an item on the display's top or
27369 bottom edge.
27372 By default, this variable is zero, indicating that scrolling happens
27373 when you move up or down to select an item immediately off the display's
27374 top or bottom edge.
27377 <UL>   
27378 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27379 </UL><P>
27380 &lt;End of help on this topic&gt;
27381 </BODY>
27382 </HTML>
27383 ====== h_config_wordseps =====
27384 <HTML>
27385 <HEAD>
27386 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
27387 </HEAD>
27388 <BODY>
27389 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
27391 This option affects how a &quot;word&quot; is defined in the composer.
27392 The definition of a word is used when using the Forward Word and Backward
27393 Word commands in the composer, as well as when using the spell checker.
27394 Whitespace is always considered a word separator.
27395 Punctuation (like question marks, periods, commas, and so on) is always
27396 a word separator if it comes at the end of a word.
27397 By default, a punctuation character that is in the middle of a word does
27398 not break up that word as long as the character before and the character
27399 after it are both alphanumeric.
27400 If you add a character to this option it will be considered a
27401 word separator even when it occurs in the middle of an alphanumeric word.
27402 For example, if you want to skip through each part of an address instead
27403 of skipping the whole address at once you might want to include &quot;@&quot;
27404 and &quot;.&quot; in this list.
27405 If you want the word-skipper to stop on each part of a UNIX filename you
27406 could add &quot;/&quot; to the list.
27407 The equal sign and dash are other possibilities you might find helpful.
27409 <UL>   
27410 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27411 </UL><P>
27412 &lt;End of help on this topic&gt;
27413 </BODY>
27414 </HTML>
27415 ====== h_config_reply_indent_string =====
27416 <HTML>
27417 <HEAD>
27418 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
27419 </HEAD>
27420 <BODY>
27421 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
27423 This option specifies an aspect of Alpine's Reply command.
27424 When a message is replied to and the text of the message is included, the
27425 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
27426 to each line indicating it is quoted text.
27427 (In case you haven't seen this before, &quot;string&quot; is a technical term
27428 that means chunk of text.)
27431 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
27432 in 1999 and its wide-spread adoption since then, you will usually be better off if you
27433 use one of the standard values,
27434 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
27437 This option specifies a different value for that string.
27438 If you wish to use a string that begins or ends with a space,
27439 enclose the string in double quotes.
27442 Besides simple text, the prepended string can be based
27443 on the message being replied to.
27444 The following tokens are substituted for the message's corresponding value:
27446 <DL>
27447 <DT>_FROM_</DT>
27448 <DD>This token gets replaced with the message sender's &quot;username&quot;.
27449 If the name is longer than six characters, only the first six characters are
27450 used.
27451 </DD>
27453 <DT>_NICK_</DT>
27454 <DD>This token gets replaced with the nickname of the message sender's
27455 address as found in your addressbook.
27456 If no addressbook entry is found,
27457 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
27458 If the nickname is longer than six characters, only the first six characters are
27459 used.
27460 </DD>
27462 <DT>_INIT_</DT>
27463 <DD>This token gets replaced with the initials of the sender of the message.
27464 </DD>
27466 </DL>
27468 NOTE: When the
27469 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
27470 feature is enabled, you are given the opportunity to edit the string, whether 
27471 it is the default or one automatically generated using the above tokens.
27473 If you change your <!--#echo var="VAR_reply-indent-string"-->
27474 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
27475 quoted text will not be flowed
27476 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
27477 when you reply.
27478 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
27479 set to the default value.
27481 <UL>   
27482 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27483 </UL><P>
27484 &lt;End of help on this topic&gt;
27485 </BODY>
27486 </HTML>
27487 ====== h_config_quote_replace_string =====
27488 <HTML>
27489 <HEAD>
27490 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
27491 </HEAD>
27492 <BODY>
27493 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
27495 This option specifies what string to use as a quote when <b>viewing</b> a
27496 message.  The standard way of quoting messages when replying is the string
27497 &quot;&gt;&nbsp;&quot; (quote space).
27498 With this variable set, viewing a message will
27499 replace occurrences of 
27500 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
27501 This setting works best when
27502 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
27503 or the equivalent setting in your correspondents' mail programs
27504 is set to the default
27505 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
27506 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
27508 By default, this setting will only work on messages that are flowed, which is
27509 the default way of sending messages for many mail clients including
27510 Alpine.  Enable the feature
27511 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
27512 to also have quote-replacement performed on non-flowed messages.
27515 Setting this option will replace  &quot;&gt;&quot; and 
27516 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
27517 spaces. To preserve those spaces enclose the full string in double quotes.
27519 No padding to separate the text of the message from the quote string is
27520 added. This means that if you do not add trailing spaces to the value of
27521 this variable, text will be displayed right next to the quote string,
27522 which may be undesirable. This can be avoided by adding a new string
27523 separated by a space from your selection of quote string replacement. This
27524 last string will be used for padding. For example, setting this variable to 
27525 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
27526 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
27527 a space from the last quote string to make it more readable.
27529 One possible setting for this variable could be
27530 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
27531 would have the effect of indenting each level of quoting four spaces and
27532 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
27533 more discernible by setting colors for quoted text.
27535 Replying to or forwarding the viewed message will preserve the original
27536 formatting of the message, so quote-replacement will not be performed on
27537 messages that are being composed.
27539 <UL>   
27540 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27541 </UL><P>
27542 &lt;End of help on this topic&gt;
27543 </BODY>
27544 </HTML>
27545 ====== h_config_empty_hdr_msg =====
27546 <HTML>
27547 <HEAD>
27548 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
27549 </HEAD>
27550 <BODY>
27551 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
27553 When sending, if both the To and Cc fields are empty and you
27554 are sending the message to a Bcc,
27555 Alpine will put a special address in the To line.  The default value is:
27558 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
27561 The reason for this is to avoid embarrassment caused by some Internet
27562 mail transfer software that interprets a &quot;missing&quot;
27563 <SAMP>To:</SAMP> header as an error and replaces it with an
27564 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
27565 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
27566 Bcc.  You may change the part of this message that comes before the
27567 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
27568 variable to something else.
27571 The normal default is &quot;undisclosed-recipients&quot;.
27574 <UL>   
27575 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27576 </UL><P>
27577 &lt;End of help on this topic&gt;
27578 </BODY>
27579 </HTML>
27580 ====== h_config_status_msg_delay =====
27581 <HTML>
27582 <HEAD>
27583 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
27584 </HEAD>
27585 <BODY>
27586 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
27588 This option has evolved over time, causing the possible values to be
27589 counter-intuitive.
27590 Read carefully before you set this option.
27591 First we explain what the option does, then there is a longer discussion
27592 following that.
27594 If this is set to zero, the default value, it has <EM>no</EM> effect.
27595 Positive and negative values serve two similar, but different purposes.
27597 If it is set to a positive number, it causes the cursor to move to the
27598 status line whenever a status message is printed and pause there for this
27599 many seconds.
27600 It will probably only be useful if the 
27601 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
27602 also turned on.
27603 Setting this option to a positive number can only be used to
27604 <EM>increase</EM> the status message delay.
27605 This may be useful for Braille displays, or other non-traditional displays.
27607 If it is set to a negative number the interpretation is a bit complicated.
27608 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
27609 allow you to read important status messages.
27610 Of course, this may cause you to miss some important messages.
27611 If you see a message flash by but miss what it says you can use the
27612 Journal command from the MAIN MENU to read it.
27613 If you set this option to a negative value, the delay will be
27614 no more than one second less than the absolute value
27615 of the value you set.
27616 So if you set it to -1, the delay will be no more than zero seconds, no
27617 delay at all.
27618 If you set it to -2, the delay will be no more than 1 second.
27619 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
27620 If the delay that Alpine would have used by default is less than this delay,
27621 then the smaller delay set by Alpine will be used.
27622 Setting this option to a negative value can only reduce the amount of
27623 delay, never increase it.
27625 Here is a more detailed explanation.
27626 Status messages are the messages that show up spontaneously in the
27627 status message line, usually the third line from the bottom of the screen.
27628 By default, Alpine assigns each status message it produces a minimum
27629 display time.
27630 Some status messages have a minimum display time of zero.
27631 You can see an example of such a message by paging up in this help text
27632 until you reach the top of the screen.
27633 If you try to page past the top you will see the message
27635 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
27637 in the status line.
27638 If there is another more important use of the status message line this message
27639 might be replaced quickly, or it even might not be shown at all.
27640 However, if there is no reason to get rid of the message, it might stay
27641 there for several seconds while you read the help.
27642 An example where it is replaced immediately happens when you page up in
27643 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
27644 command right after paging up.
27645 The message will disappear immediately without causing a delay (unless you
27646 have set this option to a positive value) to allow you to type input for
27647 the &quot;WhereIs&quot; command.
27648 Since it isn't a very important message, Alpine has set its minimum display
27649 time to zero seconds.
27651 Other messages have minimum display times of three or more seconds.
27652 These are usually error messages that Alpine thinks you ought to see.
27653 For example, it might be a message about a failed Save or a failed folder open.
27654 It is often the case that this minimum display time won't delay you in
27655 any way because the status message line is not needed for another reason.
27656 However, there are times when Alpine has to delay what it is doing in
27657 order to display a status message for the minimum display time.
27658 This happens when a message is being displayed and Alpine wants to ask
27659 for input from the keyboard.
27660 For example, when you Save a message you use the status message line.
27661 You get a prompt there asking for the name of the folder to save to.
27662 If there is a status message being displayed that has not
27663 yet displayed for its minimum
27664 time Alpine will display that status message surrounded with the characters
27665 &gt; and &lt; to show you that it is delaying.
27666 That might happen, for example, if you tried to save to a folder that
27667 caused an error, then followed that immediately with another Save command.
27668 You might find yourself waiting for a status message like
27670 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
27672 to finish displaying for three seconds.
27673 If that is something you find happening to you frequently, you may use
27674 negative values of this option to decrease or eliminate that delay, at
27675 the risk of missing the message.
27677 <UL>   
27678 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27679 </UL><P>
27680 &lt;End of help on this topic&gt;
27681 </BODY>
27682 </HTML>
27683 ====== h_config_active_msg_interval =====
27684 <HTML>
27685 <HEAD>
27686 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
27687 </HEAD>
27688 <BODY>
27689 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
27691 When Alpine is delayed for some reason it usually shows that
27692 something is happening with a small animated display in the status
27693 message line near the bottom of the screen.
27694 This option sets how frequently the characters (for example, a spinning bar)
27695 in the active status message lines are updated.
27696 At most, it can be set to be updated 20 times per second. 
27699 Setting this value to zero will prevent display of the animations
27700 altogether.
27703 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
27704 can be used to remove the randomness from this animated display.
27707 <UL>   
27708 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27709 </UL><P>
27710 &lt;End of help on this topic&gt;
27711 </BODY>
27712 </HTML>
27713 ====== h_config_mailchecknoncurr =====
27714 <HTML>
27715 <HEADER>
27716 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
27717 </HEADER>
27718 <BODY>
27719 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
27721 This option is closely related to the
27722 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27723 option, as well as the
27724 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
27725 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
27726 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
27727 new-mail checking is disabled and this option will have no effect.
27729 Normally this option is set to zero, which means that the value used will be
27730 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
27731 If you set this option to a value different from zero
27732 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
27733 then that is the check interval that will be used
27734 for folders that are not the currently open folder or the INBOX.
27735 You may not even have any folders that are noncurrent and not the INBOX.
27736 If you do, it is likely that they are due to
27737 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27738 you have configured.
27739 This option also affects the rate of mail checking done on cached
27740 connections to folders you previously had open but are no longer actively
27741 using.
27742 You aren't expected to understand that last sentence, but if you are interested
27743 take a look at
27744 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
27745 and the related options.
27747 <UL>   
27748 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27749 </UL><P>
27750 &lt;End of help on this topic&gt;
27751 </BODY>
27752 </HTML>
27753 ====== h_config_fifopath =====
27754 <HTML>
27755 <HEADER>
27756 <TITLE>OPTION: NewMail FIFO Path</TITLE>
27757 </HEADER>
27758 <BODY>
27759 <H1>OPTION: NewMail FIFO Path</H1>
27761 This option is only available in UNIX Alpine.
27762 However, there is a very similar feature built in to PC-Alpine.
27763 In PC-Alpine's Config menu at the top of the screen
27764 is an option called &quot;New Mail Window&quot;.
27766 You may have Alpine create a FIFO special file (also called a named pipe) where
27767 it will send a one-line message each time a new message is received in
27768 the current folder, the INBOX, or any open
27769 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
27770 To protect against two different Alpines both writing to the same FIFO, Alpine
27771 will only create the FIFO and write to it if it doesn't already exist.
27773 A possible way to use this option would be to have a separate window
27774 on your screen running the command
27776 <CENTER><SAMP>cat filename</SAMP></CENTER>
27778 where &quot;filename&quot; is the name of the file given for this option.
27779 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
27780 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
27781 You may be tempted to use &quot;tail -f filename&quot; to view the new
27782 mail log.
27783 However, the common implementations of the tail command will not do what you
27784 are hoping.
27786 The width of the messages produced for the FIFO may be altered with the
27787 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
27789 On some systems, fifos may only be created in a local filesystem.
27790 In other words, they may not be in NFS filesystems.
27791 This requirement is not universal.
27792 If the system you are using supports it, it should work.
27793 (It is often the case that your home directory is in an NFS filesystem.
27794 If that is the case, you might try using a file in the &quot;/tmp&quot;
27795 filesystem, which is usually a local filesystem.)
27796 Even when it is possible to use an NFS-mounted filesystem as a place to name
27797 the fifo (for example, your home directory), it will still be the case that
27798 the reader (probably the &quot;cat&quot; command) and the
27799 writer (Alpine) of the fifo must be running on the same system.
27801 <UL>   
27802 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27803 </UL><P>
27804 &lt;End of help on this topic&gt;
27805 </BODY>
27806 </HTML>
27807 ====== h_config_newmailwidth =====
27808 <HTML>
27809 <HEADER>
27810 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
27811 </HEADER>
27812 <BODY>
27813 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
27815 For UNIX Alpine, this option is only useful if you have turned on the
27816 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
27817 That option causes new mail messages to be sent to a fifo file.
27818 Those messages will be 80 characters wide by default.
27819 You can change the width of those messages by changing this option.
27820 For example, if you are reading those messages in another window you might
27821 want to set this width to the width of that other window.
27823 If you are using PC-Alpine, it has an option in the Config menu to turn
27824 on the &quot;New Mail Window&quot;.
27825 This present option also controls the width of that window.
27827 <UL>   
27828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27829 </UL><P>
27830 &lt;End of help on this topic&gt;
27831 </BODY>
27832 </HTML>
27833 ====== h_config_mailcheck =====
27834 <HTML>
27835 <HEADER>
27836 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
27837 </HEADER>
27838 <BODY>
27839 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
27841 This option specifies, in seconds,
27842 how often Alpine will check for new mail.
27843 If set to zero, new-mail checking is disabled.
27844 (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
27845 current message is the last message of the folder.)
27846 There is a minimum value for this option, normally 15 seconds.
27847 The default value is normally 150 seconds.
27848 The higher you set this option, the easier it is on the server.
27850 There are some situations where automatic new-mail checking does not work.
27851 See the discussion about new-mail checking in
27852 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
27854 The new-mail checking will not happen exactly at the frequency that you specify.
27855 For example, Alpine may elect to defer a non-INBOX mail check if you
27856 are busy typing.
27857 Or, it may check more frequently than you have specified if that is
27858 thought to be necessary to keep the server from closing the connection
27859 to the folder due to inactivity.
27860 If Alpine checks for new mail as a side effect of another command, it will reset
27861 the timer, so that new-mail checking may seem to happen irregularly instead of
27862 every X seconds like clockwork.
27864 If you are anxious to know about new mail as soon as possible, set the check
27865 interval low, and you'll know about the new mail by approximately
27866 that amount of time after it arrives.
27867 If you aren't so worried about knowing right away, set this option to a
27868 higher value.
27869 That will save the server some processing time and may save you some of
27870 the time you spend waiting for new-mail checks to happen if you are
27871 dealing with a slow server or slow network connection.
27873 If you suspect that new-mail checking is causing slow downs for you,
27874 you may want to look into the options
27875 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
27876 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
27877 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
27878 which refine when mail checking is done.
27880 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
27881 there is a minimum time
27882 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
27883 between new-mail checks.
27884 Because of this minimum you may notice that new mail does not
27885 appear promptly when you expect it.
27886 The reason for this is to protect the server from over-zealous opening and
27887 closing of the Mail Drop folder, since that is a costly operation.
27889 <UL>   
27890 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27891 </UL><P>
27892 &lt;End of help on this topic&gt;
27893 </BODY>
27894 </HTML>
27895 ====== h_config_quell_checks_comp =====
27896 <HTML>
27897 <HEAD>
27898 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
27899 </HEAD>
27900 <BODY>
27901 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
27903 This option is closely related to the
27904 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27905 option, the
27906 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27907 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
27909 If this option is set, then the normal new-mail checking that happens
27910 while you are composing will not happen for folders other than your
27911 INBOX (which depends on the setting
27912 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
27914 You might want to set this option if you are experiencing delays while
27915 composing that you think might be related to the speed of the new-mail
27916 checks.
27918 Even with this option turned on, an occasional new-mail check may be done
27919 in order to keep the server from killing the connection to the folder.
27920 For example, IMAP servers may remove a connection to a folder if there
27921 has been no activity on the connection for 30 minutes or more.
27922 Instead of letting that happen, Alpine will check for new mail before the
27923 30 minutes is up even though you have turned on this feature to quell
27924 those checks.
27926 Besides new-mail checks, checkpoint operations on the folders
27927 will also be quelled when you set this option.
27928 The purpose of checkpointing is to write the changes to a folder out to
27929 disk periodically in order to avoid losing those changes when system or
27930 software problems occur.
27931 New-mail checking and checkpointing while you are not composing are not
27932 affected by this option.
27935 &lt;End of help on this topic&gt;
27936 </BODY>
27937 </HTML>
27938 ====== h_config_quell_checks_comp_inbox =====
27939 <HTML>
27940 <HEAD>
27941 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
27942 </HEAD>
27943 <BODY>
27944 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
27946 This option is closely related to the
27947 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27948 option, the
27949 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27950 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
27952 If this option is set, then the normal new-mail checking that happens
27953 while you are composing will not happen for your INBOX.
27954 Checking of other folders is controlled in a similar way with the
27955 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
27957 You might want to set this option if you are experiencing delays while
27958 composing that you think might be related to the speed of the new-mail
27959 checks.
27961 Even with this option turned on, an occasional new-mail check may be done
27962 in order to keep the server from killing the connection to the folder.
27963 For example, IMAP servers may remove a connection to a folder if there
27964 has been no activity on the connection for 30 minutes or more.
27965 Instead of letting that happen, Alpine will check for new mail before the
27966 30 minutes is up even though you have turned on this feature to quell
27967 those checks.
27969 Besides new-mail checks, checkpoint operations on the INBOX
27970 will also be quelled when you set this option.
27971 The purpose of checkpointing is to write the changes to a folder out to
27972 disk periodically in order to avoid losing those changes when system or
27973 software problems occur.
27974 New-mail checking and checkpointing while you are not composing are not
27975 affected by this option.
27977 &lt;End of help on this topic&gt;
27978 </BODY>
27979 </HTML>
27980 ====== h_config_maildropcheck =====
27981 <HTML>
27982 <HEADER>
27983 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
27984 </HEADER>
27985 <BODY>
27986 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
27988 New-mail checking for a
27989 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
27990 mail checking for a regular folder.
27991 One of the differences is that the connection to the Mail Drop is not
27992 kept open and so the cost of checking
27993 (delay for you and additional load for the server) may be significant.
27994 Because of this additional cost we set a minimum time that
27995 must pass between checks.
27996 This minimum only applies to the automatic checking done by Alpine.
27997 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
27998 at the end of a folder index, then the check is done right away.
28000 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
28001 new-mail checks.
28002 You may want to set this minimum high in order to avoid experiencing some
28003 of the delays associated with the checks.
28004 Note that the time between checks is still controlled by the regular
28005 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
28006 When Alpine is about to do an automatic check for new mail (because
28007 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
28008 new-mail check
28009 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
28010 the Mail Drop is checked for new mail as well.
28011 Therefore, it is only useful to set this option to a value that is higher
28012 than the <!--#echo var="VAR_mail-check-interval"-->.
28014 If this option is set to zero, automatic Mail Drop new-mail
28015 checking is disabled.
28016 There is a minimum value, normally 60 seconds.
28017 The default value is normally 60 seconds as well.
28018 This applies to the INBOX and to the currently open folder if that is
28019 different from the INBOX.
28022 <UL>   
28023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28024 </UL><P>
28025 &lt;End of help on this topic&gt;
28026 </BODY>
28027 </HTML>
28028 ====== h_config_nntprange =====
28029 <HTML>
28030 <HEADER>
28031 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
28032 </HEADER>
28033 <BODY>
28034 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
28036 This option applies only to newsgroups accessed using the NNTP protocol.
28037 It does not, for example,
28038 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
28041 When you open a connection to a News server using the NNTP protocol, you
28042 normally have access to all of the articles in each newsgroup.
28043 If a server keeps a large backlog of messages it may speed performance
28044 some to restrict attention to only the newer messages in a group.
28045 This option allows you to set how many article numbers should be checked
28046 when opening a newsgroup.
28047 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
28048 of messages you ever want to see.
28049 For example, if you only ever wanted to look at the last 500 messages in each
28050 newsgroup you could set this option to 500.
28051 In actuality, it isn't quite that.
28052 Instead, for performance reasons, it specifies the range of article
28053 numbers to be checked, beginning
28054 with the highest numbered article and going backwards from there.
28055 If there are messages that have been canceled or deleted
28056 their article numbers are still counted as part of the range.
28058 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
28059 numbers
28060 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
28062 to be considered when reading a newsgroup.
28063 The number of messages that show up in your index will be less than or equal
28064 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
28067 The purpose of this option is simply to speed up access when reading news.
28068 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
28069 numbers, and can avoid downloading any information about the ignored articles.
28070 There is a cost you pay for this speedup.
28071 That cost is that there is no way for you to see those ignored articles.
28072 The articles that come before the range you specify are invisible to you and
28073 to Alpine, as if they did not exist at all.
28074 There is no way to see those messages using, for example, an unexclude command
28075 or something similar.
28076 The only way to see those articles is to set this option high enough (or
28077 set it to zero) and then to reopen the newsgroup.
28080 If this option is set to 0 (which is also the default),
28081 then the range is unlimited.
28082 This option applies globally to all NNTP servers and to all newsgroups
28083 on those servers.
28084 There is no way to set different values for different newsgroups or servers.
28087 <UL>   
28088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28089 </UL><P>
28090 &lt;End of help on this topic&gt;
28091 </BODY>
28092 </HTML>
28093 ====== h_config_news_active =====
28094 <html>
28095 <header>
28096 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
28097 </header>
28098 <body>
28099 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
28101 This option tells Alpine where to look for the "active file" for newsgroups
28102 when accessing news locally, rather than via NNTP.  The default path is
28103 usually "/usr/lib/news/active".<p>
28104 <UL>   
28105 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28106 </UL><P>
28107 &lt;End of help on this topic&gt;
28108 </body>
28109 </html>
28110 ====== h_config_news_spool =====
28111 <html>
28112 <header>
28113 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
28114 </header>
28115 <body>
28116 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
28118 This option tells Alpine where to look for the "news spool" for newsgroups
28119 when accessing news locally, rather than via NNTP.  The default path is
28120 usually "/var/spool/news".<p>
28121 <UL>   
28122 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28123 </UL><P>
28124 &lt;End of help on this topic&gt;
28125 </body>
28126 </html>
28127 ====== h_config_image_viewer =====
28128 <html>
28129 <header>
28130 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
28131 </header>
28132 <body>
28133 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
28134 <body>
28135 This option specifies the program Alpine should call to view MIME
28136 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
28137 no longer needed, but remains for backward compatibility.  The more
28138 general method for associating external printing and viewing programs with
28139 specific MIME data types is to use the system's (or your personal)
28140 "mailcap" configuration file.<p>
28141 <UL>   
28142 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28143 </UL><P>
28144 &lt;End of help on this topic&gt;
28145 </body>
28146 </html>
28147 ====== h_config_domain_name =====
28148 <HTML>
28149 <HEAD>
28150 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
28151 </HEAD>
28152 <BODY>
28153 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
28155 This option is used only if the 
28156 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
28157 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
28158 strips the hostname from your return (&quot;From&quot;) address and when 
28159 completing unqualified addresses that you enter into the composer.
28161 If you set this, see also the <A HREF="h_config_quell_local_lookup">
28162 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
28165 <!--chtml if pinemode="os_windows"-->
28166 <P>This option is not applicable to PC-Alpine.
28167 <!--chtml else-->
28169 <!--chtml endif-->
28170 <UL>
28171 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28172 </UL>
28174 &lt;End of help on this topic&gt;
28175 </BODY>
28176 </HTML>
28177 ====== h_config_prune_date =====
28178 <HTML>
28179 <HEAD>
28180 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
28181 </HEAD>
28182 <BODY>
28183 <H1>OPTION: Last-Time-Prune Question</H1>
28185 This value records the last time you were asked about deleting old
28186 sent-mail.
28187 It is set automatically by Alpine at the beginning of each month.
28188 In the past, if you wished to suppress the monthly sent-mail
28189 pruning feature, you could set this to a date in the future.
28190 This value is relative to the year 1900, so 
28191 to set this, for example, to October 2005, use 105.10.
28193 You can still do that if you wish, or you can use the
28194 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
28195 a little more convenient to use.
28197 <UL>   
28198 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28199 </UL><P>
28200 &lt;End of help on this topic&gt;
28201 </BODY>
28202 </HTML>
28203 ====== h_config_goto_default =====
28204 <HTML>
28205 <HEAD>
28206 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
28207 </HEAD>
28208 <BODY>
28209 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
28211 This value affects Alpine's behavior when you use the Goto command.
28212 Alpine's usual behavior has two parts.  If your current folder is
28213 &quot;Inbox&quot;, Alpine will offer the last open folder as the
28214 default.  If the current folder is other than &quot;Inbox&quot;,
28215 &quot;Inbox&quot; is offered as the default.
28218 The available options include:
28220 <DL>
28222  <DT>folder-in-first-collection</DT>
28224  <DD> Alpine will offer the most recently visited folder in the default
28225 collection found in the &quot;Collection List&quot; screen as the default.
28226 </DD>
28228  <DT> inbox-or-folder-in-first-collection</DT>
28230  <DD> If the current folder is &quot;Inbox&quot;,
28231 Alpine will offer the most recently visited folder in the
28232 default collection found in the &quot;Collection List&quot; screen.
28233 If the current folder is other than &quot;Inbox&quot;,
28234 &quot;Inbox&quot; is offered as the default.
28235 </DD>
28237  <DT> inbox-or-folder-in-recent-collection</DT>
28239  <DD> This is Alpine's default behavior.
28240 If the current folder is &quot;Inbox&quot;,
28241 Alpine will offer the last open
28242 folder as the default.
28243 If the current folder is other than &quot;Inbox&quot;,
28244 &quot;Inbox&quot; is offered as the default.
28245 </DD>
28247  <DT> first-collection-with-inbox-default</DT>
28249  <DD> Instead of offering the most recently visited folder in the default
28250 collection, the default collection is offered but with &quot;Inbox&quot; as
28251 the default folder.
28252 If you type in a folder name it will be in the default collection.
28253 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
28254 </DD>
28256  <DT> most-recent-folder</DT>
28258  <DD> The last accepted value simply causes the most recently opened
28259 folder to be offered as the default regardless of the currently opened
28260 folder.
28261 </DD>
28262 </DL>
28265 NOTE: The default while a newsgroup is open remains the same; the last
28266 open newsgroup.
28269 <UL>   
28270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28271 </UL><P>
28272 &lt;End of help on this topic&gt;
28273 </BODY>
28274 </HTML>
28275 ====== h_config_thread_lastreply_char =====
28276 <HTML>
28277 <HEAD>
28278 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
28279 </HEAD>
28280 <BODY>
28281 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
28283 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
28284 INDEX display when using a
28285 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
28286 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
28287 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
28288 The value of this option is a single character.
28289 This character is used instead of the vertical line character when there are
28290 no more replies directly to the parent of the current message.
28291 It can be used to &quot;round-off&quot; the bottom of the vertical line
28292 by setting it to a character such as a backslash (&#92;) or
28293 a backquote (&#96;).
28294 The default value of this option is the backslash character (&#92;).
28295 This option may not be set to the Empty Value.
28296 In that case, the default will be used instead.
28299 <UL>   
28300 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28301 </UL><P>
28302 &lt;End of help on this topic&gt;
28303 </BODY>
28304 </HTML>
28305 ====== h_config_thread_indicator_char =====
28306 <HTML>
28307 <HEAD>
28308 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
28309 </HEAD>
28310 <BODY>
28311 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
28313 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
28314 INDEX display when using a
28315 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28316 than &quot;none&quot; and sorting by Threads or OrderedSubject.
28317 The value of this option is a single character.
28318 This character is used to indicate that part of a thread (a conversation) is
28319 hidden beneath a message.
28320 The message could be expanded
28321 if desired with the &quot;/&quot; Collapse/Expand command.
28322 By default, the value of this option is the greater than sign (&gt;).
28324 If this option is set to the Empty Value, then the column (and the following
28325 blank column) will be deleted from the display.
28328 This option is closely related to the
28329 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
28330 Another similar option that affects the thread display is the
28331 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28334 <UL>   
28335 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28336 </UL><P>
28337 &lt;End of help on this topic&gt;
28338 </BODY>
28339 </HTML>
28340 ====== h_config_thread_exp_char =====
28341 <HTML>
28342 <HEAD>
28343 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
28344 </HEAD>
28345 <BODY>
28346 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
28348 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
28349 INDEX display when using a
28350 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28351 than &quot;none&quot;.
28352 The value of this option is a single character.
28353 This character is used to indicate that part of a thread has been expanded
28354 and could be collapsed if desired with
28355 the &quot;/&quot; Collapse/Expand command.
28356 By default, the value of this option is a dot (.).
28358 If this option is set to the Empty Value, then the column (and the following
28359 blank column) will be deleted from the display.
28362 This option is closely related to the
28363 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
28364 Another similar option that affects the thread display is the
28365 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28368 <UL>   
28369 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28370 </UL><P>
28371 &lt;End of help on this topic&gt;
28372 </BODY>
28373 </HTML>
28374 ====== h_config_thread_index_style =====
28375 <HTML>
28376 <HEAD>
28377 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
28378 </HEAD>
28379 <BODY>
28380 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
28382 When a folder is sorted by Threads or OrderedSubject,
28383 this option will affect the INDEX displays.
28386 The possible values for this option are:
28388 <DL>
28389 <DT>regular-index-with-expanded-threads</DT>
28390 <DD>This is the default display.
28391 If the configuration option
28392 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28393 is set to something other than &quot;none&quot;, then this setting
28394 will cause Alpine to start off with a MESSAGE INDEX with all of
28395 the threads expanded.
28396 That is, each message will have a line in the MESSAGE INDEX display.
28397 The Collapse/Expand command (/) may be used to manually collapse or
28398 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28400 This setting affects the display when the folder is first threaded.
28401 The collapsed state may also be re-initialized by re-sorting the folder manually
28402 using the SortIndex command ($).
28403 After re-sorting the threads will once again all be expanded, even if you
28404 have previously collapsed some of them.
28406 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
28407 the display will be the regular default Alpine MESSAGE INDEX, but sorted
28408 in a different order.
28409 </DD>
28411 <DT>regular-index-with-collapsed-threads</DT>
28412 <DD>If the configuration option
28413 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28414 is set to something other than &quot;none&quot;, then this setting
28415 will cause Alpine to start out with all of the threads collapsed instead of
28416 starting out with all of the threads expanded.
28417 The Collapse/Expand command (/) may be used to manually collapse or
28418 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28420 This setting affects the display when the folder is first threaded.
28421 The collapsed state may also be re-initialized by re-sorting the folder manually
28422 using the SortIndex command ($).
28423 After re-sorting the threads will once again all be collapsed, even if you
28424 have previously expanded some of them.
28425 </DD>
28427 <DT>separate-index-screen-always</DT>
28428 <DD>With this setting and the next, you will see an index of threads
28429 instead of an
28430 index of messages, provided you have sorted by Threads or OrderedSubject.
28432 The THREAD INDEX contains a '*' in the first column if any message in the thread
28433 is marked Important.
28434 If not, it contains a '+' if any message in the thread is to you.
28435 The second column is blank. The third column contains a 'D' if all of the
28436 messages in the thread are deleted.
28437 Otherwise, it contains an 'N' if any of the messages in the thread are New.
28439 When you view a particular thread from the THREAD INDEX you will be
28440 in the MESSAGE INDEX display
28441 but the index will only contain messages from the thread you are viewing.
28442 </DD>
28444 <DT>separate-index-screen-except-for-single-messages</DT>
28445 <DD>This is very similar to the option above.
28446 When you are in the THREAD INDEX, one of the available commands
28447 is &quot;ViewThd&quot;.
28448 With the setting &quot;separate-index-screen-always&quot; (the option above)
28449 when you view a particular thread you will be in the
28450 MESSAGE INDEX display and the index will only contain messages from
28451 the thread you are viewing.
28452 If the thread you are viewing consists of a single message, the MESSAGE INDEX
28453 will be an index with only one message in it.
28454 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
28455 setting instead, then that index that contains a single message
28456 will be skipped and you will go directly from the THREAD INDEX into the
28457 MESSAGE TEXT screen.
28458 </DD>
28460 </DL>
28463 <UL>   
28464 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28465 </UL><P>
28466 &lt;End of help on this topic&gt;
28467 </BODY>
28468 </HTML>
28469 ====== h_config_thread_disp_style =====
28470 <HTML>
28471 <HEAD>
28472 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
28473 </HEAD>
28474 <BODY>
28475 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
28477 When a folder is sorted by Threads or OrderedSubject,
28478 this option will affect the MESSAGE INDEX display.
28479 By default, Alpine will display the MESSAGE INDEX in the
28480 &quot;show-thread-structure&quot; style if a folder is sorted
28481 by Threads or OrderedSubject.
28484 The possible values for this option are:
28486 <DL>
28487 <DT>none</DT>
28488 <DD>Regular index display.
28489 The same index line as would be displayed without threading is used.
28490 The only difference will be in the order of the messages.
28491 </DD>
28493 <DT>show-thread-structure</DT>
28494 <DD>Threaded Subjects will be indented and vertical bars and horizontal
28495 lines will be added to make it easier to see the relationships among
28496 the messages in a thread (a conversation).
28497 </DD>
28499 <DT>mutt-like</DT>
28500 <DD>This is the same as the option above except that the Subject
28501 is suppressed (is blank) if it matches the previous Subject in the thread.
28502 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
28503 Here is an example of what a mutt-like index might look like.
28504 In this example, the first column represents the message number, the
28505 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
28506 is set to &quot;regular-index-with-expanded-threads&quot;, and the
28507 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
28508 is set to a backslash:
28509 <PRE>
28510 &nbsp;&nbsp;&nbsp;1    Some topic
28511 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
28512 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
28513 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
28514 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
28515 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
28516 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
28517 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
28518 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
28519 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
28520 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
28521 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
28522 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
28523 &nbsp;&nbsp;&nbsp;14    Next topic
28524 </PRE>
28525 </DD>
28527 <DT>indent-subject-1</DT>
28528 <DD>Threaded Subjects will be indented one space per level of the conversation.
28529 The bars and lines that show up in the show-thread-structure display will
28530 not be there with this style.
28531 </DD>
28533 <DT>indent-subject-2</DT>
28534 <DD>Same as above but indent two spaces per level instead of one space.
28535 </DD>
28537 <DT>indent-from-1</DT>
28538 <DD>Similar to indent-subject-1, except that instead of indenting the
28539 Subject field one space the From field of a thread will be indented one
28540 space per level of the conversation.
28541 </DD>
28543 <DT>indent-from-2</DT>
28544 <DD>Same as above but indent two spaces per level instead of one space.
28545 </DD>
28547 <DT>show-structure-in-from</DT>
28548 <DD>The structure of the thread is illustrated with indenting, vertical bars,
28549 and horizontal lines just like with the show-thread-structure option, but
28550 the From field is used to show the relationships instead of the Subject field. 
28551 </DD>
28553 </DL>
28556 <UL>   
28557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28558 </UL><P>
28559 &lt;End of help on this topic&gt;
28560 </BODY>
28561 </HTML>
28562 ====== h_config_pruning_rule =====
28563 <HTML>
28564 <HEAD>
28565 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
28566 </HEAD>
28567 <BODY>
28568 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
28570 By default, Alpine will ask at the beginning of each month whether or not
28571 you want to rename your sent-mail folder to a name like sent-mail-month-year.
28572 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
28573 change the format of the folder to sent-mail-yyyy-mm.)
28574 It will also ask whether you would like to delete old sent-mail folders.
28575 If you have defined
28576 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
28578 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
28579 Alpine will also ask about pruning those folders.
28582 With this option you may provide an automatic answer to these questions.
28583 The default value is to ask you what you'd like to do.
28586 The six possible values for this option are:
28588 <DL>
28589 <DT>ask about rename, ask about deleting</DT>
28590 <DD>This is the default.
28591 Alpine will ask whether you want to rename the folders and whether you
28592 want to delete each of the old folders.
28593 </DD>
28595 <DT>ask about rename, don't delete</DT>
28596 <DD>Alpine will ask whether you want to rename the folders, but won't
28597 ask about or delete old folders.
28598 </DD>
28600 <DT>always rename, ask about deleting</DT>
28601 <DD>This means you want to always answer yes and have Alpine automatically
28602 rename the folder if possible.
28603 You will also be asked about deleting old folders.
28604 </DD>
28606 <DT>always rename, don't delete</DT>
28607 <DD>This means you want to always answer yes and have Alpine automatically
28608 rename the folder if possible.
28609 There will be no deleting of old folders.
28610 </DD>
28612 <DT>don't rename, ask about deleting</DT>
28613 <DD>This means you want to always answer no.
28614 Alpine will not rename the folder.
28615 You will be asked about deleting old folders.
28616 </DD>
28618 <DT>don't rename, don't delete</DT>
28619 <DD>This means you want to always answer no.
28620 Alpine will not rename the folder.
28621 There will be no deleting of old folders, either.
28622 </DD>
28623 </DL>
28626 <UL>   
28627 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28628 </UL><P>
28629 &lt;End of help on this topic&gt;
28630 </BODY>
28631 </HTML>
28632 ====== h_config_reopen_rule =====
28633 <HTML>
28634 <HEAD>
28635 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
28636 </HEAD>
28637 <BODY>
28638 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
28640 Alpine normally checks for new mail in the currently open folder
28641 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
28644 There are some situations where automatic new-mail checking does not work.
28645 For example, if a mail folder is opened using the POP protocol or a newsgroup
28646 is being read using the NNTP protocol, then new-mail checking is disabled.
28649 It may be possible to check for new mail in these cases by reopening the
28650 folder.
28651 Alpine does not do this for you automatically, but you may do the commands
28652 manually to cause this to happen.
28653 You reopen by going back to the folder list screen from the message
28654 index screen with the &quot;&lt;&quot; command,
28655 and then going back into the message index screen with
28656 the &quot;&gt;&quot; command.
28657 (Actually, any method you would normally use to open a folder will work the
28658 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
28659 For example, the GoTo Folder command will work, or you may use L to go to the
28660 Folder List screen and Carriage Return to reopen the folder.)
28663 There are some cases where Alpine knows that reopening the folder should
28664 be useful as a way to discover new mail.
28665 At the time of this writing, connections made using the POP protocol,
28666 news reading using the NNTP protocol, local news reading, and local
28667 ReadOnly folders that are in the traditional UNIX or the MMDF format all
28668 fall into this category.
28669 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
28670 has no way of knowing, so it might also just be an exercise in futility.
28671 All remote, ReadOnly folders other than those listed just above fall into this
28672 category.
28673 The setting of this option together with the type of folder
28674 controls how Alpine will react to the apparent attempt to reopen a folder.
28677 If you don't reopen, then you will just be back in
28678 the message index with no change.
28679 You left the index and came back, but the folder remained &quot;open&quot;
28680 the whole time.
28681 However, if you do reopen the folder, the folder is closed and then reopened.
28682 In this case, the current state of the open folder is lost.
28683 The New status, Important and Answered flags,
28684 selected state, Zoom state, collapsed or expanded state of threads,
28685 current message number,
28686 and any other temporary state is all lost when the reopen happens.
28687 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
28690 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
28691 several places.
28692 That really implies the case where Alpine knows it is a good way to discover
28693 new mail, which is more than just POP and NNTP, but POP and NNTP are
28694 the cases of most interest.
28695 This option probably has more possible values than it deserves. They are:
28697 <DL>
28698 <DT>Always reopen</DT>
28699 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
28700 whenever you type a command that implies a reopen, regardless of the
28701 access method.
28702 In other words, it is assumed you would always answer Yes if asked
28703 about reopening.
28704 </DD>
28706 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
28707 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28708 will ask you whether to reopen other remote folders,
28709 with a default answer of Yes.
28710 </DD>
28712 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
28713 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28714 will ask you whether to reopen other remote folders,
28715 with a default answer of No.
28716 </DD>
28718 <DT>Yes for POP/NNTP, No for other remote</DT>
28719 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
28720 will assume a No answer for all other remote folders.
28721 </DD>
28723 <DT>Always ask [Yes]</DT>
28724 <DD>Alpine will not differentiate based on access method.
28725 It will always ask for all remote folders, with a default answer of Yes.
28726 </DD>
28728 <DT>Always ask [No]</DT>
28729 <DD>Alpine will not differentiate based on access method.
28730 It will always ask for all remote folders, with a default answer of No.
28731 </DD>
28733 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
28734 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
28735 of Yes.
28736 It will never attempt to reopen other remote folders.
28737 </DD>
28739 <DT>Ask about POP/NNTP [No], No for other remote</DT>
28740 <DD>This is the default.
28741 Alpine will ask if the access method is POP or NNTP, with a default answer
28742 of No.
28743 It will never attempt to reopen other remote folders.
28744 </DD>
28746 <DT>Never reopen</DT>
28747 <DD>Alpine will never attempt to reopen already open folders.
28748 </DD>
28749 </DL>
28752 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
28753 any of the other situations where it is likely that reopening is a good way
28754 to discover new mail.
28757 There is an alternative that may be of useful in some situations.
28758 Instead of manually checking for new mail you can set up a
28759 <A HREF="h_maildrop">Mail Drop</A>
28760 and automatically check for new mail.
28763 <UL>   
28764 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28765 </UL><P>
28766 &lt;End of help on this topic&gt;
28767 </BODY>
28768 </HTML>
28769 ====== h_config_inc_startup =====
28770 <HTML>
28771 <HEAD>
28772 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
28773 </HEAD>
28774 <BODY>
28775 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
28777 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
28778 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
28779 It determines which message will be the <EM>current message</EM> when
28780 the folder is first opened.
28781 The default value is &quot;first-unseen&quot;.
28784 The seven possible values for this option are:
28786 <DL>
28787 <DT>first-unseen</DT>
28788 <DD>The current message is set to the first
28789 unseen message that has not been marked deleted, or the last message if
28790 all of the messages have been seen previously.
28791 Messages which have not been seen or which have been seen but re-marked
28792 as New are considered unseen messages.
28793 See the note at the bottom of this help about newsgroups.
28794 </DD>
28796 <DT>first-recent</DT>
28797 <DD>Similar to the default, but rather than starting on the first
28798 unseen message Alpine starts on the first <EM>recent</EM> message.
28799 A message is recent if it arrived since the last time the folder was
28800 open.  This value causes the current message to be set to the first
28801 recent message if there is one, otherwise to the last
28802 message in the folder.
28803 </DD>
28805 <DT>first-important</DT>
28806 <DD>This will result in the current message being set to the first
28807 message marked Important (but not Deleted).
28808 If no messages are marked Important, then it will be the last message.
28809 Messages are marked Important by <EM>you</EM>, not by the sender, using
28811 <A HREF="h_common_flag">Flag command</A>.
28812 Or they may be marked Important by an Alpine
28813 <A HREF="h_mainhelp_filtering">Filter</A>
28814 that you have set up.
28815 </DD>
28817 <DT>first-important-or-unseen</DT>
28818 <DD>This selects the first of the first unseen and the first important
28819 messages.
28820 </DD>
28822 <DT>first-important-or-recent</DT>
28823 <DD>This selects the first of the first recent and the first important
28824 messages.
28825 </DD>
28827 <DT>first</DT>
28828 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
28829 If all messages are deleted you start on the last message.
28830 </DD>
28832 <DT>last</DT>
28833 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
28834 If all messages are deleted you start on the last message.
28835 </DD>
28836 </DL>
28839 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
28840 &quot;first-recent&quot; are the same and are affected by whether or not the
28841 feature 
28842 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
28843 is turned on. 
28844 Also, there is no permanent storage in news for an Important flag.
28845 This means that no messages will be marked Important when a newsgroup is
28846 first opened.
28849 <UL>   
28850 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28851 </UL><P>
28852 &lt;End of help on this topic&gt;
28853 </BODY>
28854 </HTML>
28855 ====== h_config_browser =====
28856 <HTML>
28857 <HEAD>
28858 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
28859 </HEAD>
28860 <BODY>
28861 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
28862 <!--chtml if pinemode="os_windows"-->
28863 PC-Alpine users do not need to enter anything here, unless:<UL>
28864 <LI> they want to override, for use with Alpine, the application defined
28865 in the Windows operating system for handling URLs; or
28866 <LI> they are (planning on) using the same configuration file with 
28867 Unix Alpine.
28868 </UL>
28870 Note that if using a viewer that has a space in its path, you should
28871 use the DOS name for that directory or file. Example:
28872 <PRE>
28873 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
28874 </PRE>
28875 <HR><P>
28876 <!--chtml endif-->
28877 This option affects Alpine's handling of URLs that are found in 
28878 messages you read.  Normally, only URLs Alpine can handle directly
28879 are automatically offered for selection in the &quot;Message
28880 Text&quot; screen.  When one or more applications
28881 capable of deciphering URLs on their command line are added here, Alpine
28882 will choose the first available to display URLs it cannot handle directly.
28883 A viewer's availability is based on its being specified with a <B>full
28884 directory path</B> and the evaluation of any optionally supplied
28885 parameters described below.
28888 Additionally, to support various connection methods and applications, each
28889 entry in this list can optionally begin with one or more of
28890 the following special tokens.  The allowed tokens include:
28893 <DL>
28894 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
28895 <DD>
28896 The <VAR>test-string</VAR> is a shell command that Alpine will run to
28897 evaluate a viewer's availability.  The command specified by the test
28898 string is run and if its resulting exit status is non-zero, Alpine will
28899 not consider the associated viewer for use.
28900 </DD>
28902 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
28903 <DD>
28904 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
28905 URL schemes that are to be used with the associated viewer.  This is
28906 the way to configure Alpine to recognize URLs other than the built-in set.
28908 It can also be used to override Alpine's built-in handlers.
28909 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
28910 and Alpine would use (provided it passed all other criteria) the associated
28911 viewer when it encountered a URL of the form &quot;news:comp.mail.pine&quot;.
28913 </DD>
28914 </DL>
28917 By default, Alpine will simply append a space character followed by the
28918 selected URL prior to launching the command in your specified SHELL.  You can
28919 optionally specify where in the command the selected URL should appear
28920 by using the &quot;_URL_&quot; token.  All occurrences found in the command
28921 will be replaced with the selected URL before the command is handed
28922 to the shell.  If such replacement occurs, the default appending of the
28923 selected URL does not take place.
28926 NOTE: If the viewer you specify has any command-line arguments,
28927 including the &quot;_URL_&quot; token, you will need to add a
28928 double-quote character before the command path and after the last
28929 argument (see the &quot;lynx&quot; example below).
28932 So, here are some example entries:
28933 <PRE>
28934 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/bin/firefox
28935               &quot;/usr/bin/lynx _URL_&quot;
28936               C:&#92;BIN&#92;FIREFOX.BAT
28937 </PRE>
28939 This example shows that for the first viewer in the list to be used
28940 the environment variable &quot;DISPLAY&quot; must be defined.  If it
28941 is, then the path and file &quot;/usr/bin/firefox&quot; must exist.
28942 If neither condition is met,
28943 then the path and file &quot;/usr/bin/lynx&quot; must exist.
28944 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL.
28945 If the path to &quot;lynx&quot; is invalid,
28946 then the final path and file C:&#92;BIN&#92;FIREFOX.BAT must exist.
28947 Note that the last
28948 entry is a DOS/Windows path.  This is one way to support Alpine running
28949 on more than one architecture with the same configuration file.<P>
28951 <!--chtml if pinemode="os_windows"-->
28952 <!--chtml else-->
28953 Note that depending on the type of browser used and the method of 
28954 its invocation (such as whether it will open in a separate window) from
28955 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
28956 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
28957 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
28958 In other words, launching the browser from Alpine may make Alpine 
28959 &quot;disappear&quot; (although it is still &quot;running&quot;)
28960 until you close the browser again.<P>  
28961 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28962 environment: for advanced users and  systems administrators</A>
28963 </UL>
28964 <!--chtml endif-->
28965 <P>If you are unsure what browsers are available on your system or how to 
28966 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
28967 local computing support staff.
28968 <P><UL>
28969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28970 </UL>
28972 &lt;End of help on this topic&gt;
28973 </BODY>
28974 </HTML>
28975 ====== h_config_history =====
28976 <HTML>
28977 <HEAD>
28978 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
28979 </HEAD>
28980 <BODY>
28981 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
28983 This option allows you to input a list of directories that Alpine will offer 
28984 for you to use when you are saving or exporting attachments. This is useful
28985 when navigating to specific directories becomes too tedious, or when you 
28986 need to do this on a daily basis, and want Alpine to remember this on a 
28987 permanent basis.
28989 The list of directories saved here can be accessed using the ^Y and ^V commands
28990 in the save prompt for attachments, or the export command.
28992 <P><UL>
28993 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28994 </UL>
28996 &lt;End of help on this topic&gt;
28997 </BODY>
28998 </HTML>
28999 ====== h_config_browser_xterm =====
29000 <HTML>
29001 <HEAD>
29002 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
29003 </HEAD>
29004 <BODY>
29005 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
29006 environment: for advanced users and  systems administrators</H1>
29007 If you are using Alpine with an X-terminal (emulator) and want to define an 
29008 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
29009 you may want to do so in a manner that causes any <B>already</B> 
29010 invoked viewer application to be used for viewing URLs you select from Alpine 
29011 messages, and a <B>new</B> URL-viewer process to be 
29012 started <B>only</B> if the same application has <B>not already</B> 
29013 been launched -- for one reason, to avoid file-locking contentions among 
29014 multiple invocations of the same URL-viewer application.  
29015 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
29016 option does not do this.)  A method of doing that would be:<OL>
29017 <LI> use 
29018 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
29019 check (using commands appropriate for your Unix shell
29020 in place of <VAR>test-string</VAR>) for the presence of a 
29021 lockfile created by the URL-viewer application -- which implies that the 
29022 application is already running, though this is not foolproof. 
29023 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
29024 application with its appropriate command line option(s) to 
29025 show the URL selected from the Alpine message in an already open window of 
29026 that application, or perhaps in a new window of that application.  
29028 <LI> In the 
29029 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
29030 application without those command line options, but this time using the 
29031 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
29032 is defined.
29033 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
29034 windows environment (for instance, using VT-100 terminal emulation), you 
29035 may wish to specify a non-X windows URL-viewer application such as Lynx
29036 as the last entry.
29037 </OL><BR>
29038 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
29039 the command shell, the URL-viewer application(s), and possibly the specific 
29040 version of the latter, you are using.  
29042 Relevant command line options for firefox can be found at
29045 <CENTER><A HREF="https://wiki.mozilla.org/Firefox/CommandLineOptions">https://wiki.mozilla.org/Firefox/CommandLineOptions</A></CENTER>
29047 <P>(If the URL-viewer application is 
29048 <B>not</B> running on the same host as Alpine, but being launched from an 
29049 applications server, you may not be able to use the command line options for 
29050 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
29051 <UL>   
29052 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29053 </UL><P>
29054 &lt;End of help on this topic&gt;
29055 </BODY>
29056 </HTML>
29057 ====== h_config_enable_full_hdr =====
29058 <HTML>
29059 <HEAD>
29060 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
29061 </HEAD>
29062 <BODY>
29063 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
29065 This feature enables the &quot;H Full Headers&quot; command which toggles between
29066 the display of all headers in the message and the normal edited view of
29067 headers.  The Full Header command also controls which headers are included
29068 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
29069 Full Header mode will respect the
29070 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
29071 feature setting.)
29073 If Full Header mode is turned on and you Forward a message, you will
29074 be asked if you'd like to forward the message as an attachment, as opposed
29075 to including the text of the message in the body of your new message.
29077 If you have also turned on the
29078 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
29079 option then the Full Headers command actually rotates through three states
29080 instead of just two.
29081 The first is the normal view with long quotes suppressed.
29082 The second is the normal view but with the long quotes included.
29083 The last enables the display of all headers in the message.
29084 When using Export, Pipe, Print, Forward, or Reply the quotes are
29085 never suppressed, so the first two states are identical.
29087 Normally, the Header Mode will reset
29088 to the default behavior when moving to a new message.
29089 The mode can be made to persist from message to message by setting the feature
29090 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
29092 <UL>   
29093 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29094 </UL><P>
29095 &lt;End of help on this topic&gt;
29096 </BODY>
29097 </HTML>
29098 ====== h_config_enable_full_hdr_and_text =====
29099 <HTML>
29100 <HEAD>
29101 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
29102 </HEAD>
29103 <BODY>
29104 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
29106 This feature affects how the &quot;H Full Headers&quot; command displays
29107 message text.  If set, the raw message text will be displayed.  This
29108 especially affects MIME formatted email, where the entire MIME format
29109 will be displayed.  This feature similarly affects how messages are
29110 included for the Export, Pipe, Print, Forward, and Reply functions.
29112 When viewing a raw message that has attachments with this feature set,
29113 you will not be able to view attachments without first leaving full 
29114 headers mode.  This is because MIME parsing is not done on the raw message.
29116 <UL>   
29117 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29118 </UL><P>
29119 &lt;End of help on this topic&gt;
29120 </BODY>
29121 </HTML>
29122 ====== h_config_enable_pipe =====
29123 <HTML>
29124 <HEAD>
29125 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
29126 </HEAD>
29127 <BODY>
29128 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
29130 This feature enables the "| Pipe" command that sends the current message
29131 to the specified command for external processing.
29134 A short description of how the pipe command works is given
29135 <A HREF="h_pipe_command">here</A>.
29138 <UL>   
29139 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29140 </UL><P>
29141 &lt;End of help on this topic&gt;
29142 </BODY>
29143 </HTML>
29144 ====== h_config_quell_full_hdr_reset =====
29145 <HTML>
29146 <HEAD>
29147 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
29148 </HEAD>
29149 <BODY>
29150 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
29152 The <A HREF="h_common_hdrmode">HdrMode Command</A>
29153 normally resets to the default state when switching to a new message.
29154 For example, if you've used the &quot;H&quot; command to turn on Full
29155 Headers for a message you are viewing, and then you type the Next command
29156 to look at the next message, the full headers will no longer be shown.
29157 Setting this feature disables that reset.
29158 Instead, the Header Mode remains the same from message to message.
29161 The presence or absence of the HdrMode command is determined by the
29162 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
29163 Feature-List option.
29165 <UL>   
29166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29167 </UL><P>
29168 &lt;End of help on this topic&gt;
29169 </BODY>
29170 </HTML>
29171 ====== h_config_enable_tab_complete =====
29172 <HTML>
29173 <HEAD>
29174 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
29175 </HEAD>
29176 <BODY>
29177 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
29179 This feature enables the TAB key when at a prompt for a filename. In this
29180 case, TAB will cause the partial name already entered to be automatically
29181 completed, provided the partial name is unambiguous.
29182 This feature is on by default.
29184 Similarly, this feature also enables TAB completion of address book
29185 nicknames when at a prompt for a nickname,
29186 or when typing in an address field in the composer.
29188 &lt;End of help on this topic&gt;
29189 </BODY>
29190 </HTML>
29191 ====== h_config_quit_wo_confirm =====
29192 <HTML>
29193 <HEAD>
29194 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
29195 </HEAD>
29196 <BODY>
29197 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
29199 This feature controls whether or not Alpine will ask for confirmation when a
29200 Quit command is received.
29202 &lt;End of help on this topic&gt;
29203 </BODY>
29204 </HTML>
29205 ====== h_config_quote_replace_noflow =====
29206 <HTML>
29207 <HEAD>
29208 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
29209 </HEAD>
29210 <BODY>
29211 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
29213 This feature, which is only active when
29214 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
29215 also set,
29216 enables quote-replacement on non-flowed messages.  It is off
29217 by default because a non-flowed message is more dependent on its format,
29218 and thus quote-replacement may cause less-than-pleasing results.
29219 Setting this feature will cause quote-replacement similar to that of flowed
29220 messages, but with the added possibility of long lines being wrapped
29221 into new lines if the Quote-Replacement-String is longer than the string
29222 it is replacing, which is &quot;&gt;&nbsp;&quot;.
29224 &lt;End of help on this topic&gt;
29225 </BODY>
29226 </HTML>
29227 ====== h_config_enable_jump =====
29228 <HTML>
29229 <HEAD>
29230 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
29231 </HEAD>
29232 <BODY>
29233 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
29235 When this feature is set you may enter a number (followed by RETURN)
29236 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
29237 screens.  In other words, it obviates the need for typing the "J" for the
29238 Jump command.
29240 &lt;End of help on this topic&gt;
29241 </BODY>
29242 </HTML>
29243 ====== h_config_enable_alt_ed =====
29244 <HTML>
29245 <HEAD>
29246 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
29247 </HEAD>
29248 <BODY>
29249 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
29251 If this feature is set (the default), and the 
29252 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29253 <B>is not</B> set, entering
29254 the ^_ (Ctrl-underscore) key while composing a message will prompt you
29255 for the name of the editor you would like to use.
29257 If the environment variable $EDITOR is set, its value will be offered as
29258 a default.
29260 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29261 <B>is</B> set, the ^_ key will activate the specified
29262 editor without prompting, in which case it is not necessary to
29263 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
29265 <UL>   
29266 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29267 </UL><P>
29268 &lt;End of help on this topic&gt;
29269 </BODY>
29270 </HTML>
29271 ====== h_config_alt_ed_now =====
29272 <HTML>
29273 <HEAD>
29274 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
29275 </HEAD>
29276 <BODY>
29277 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
29279 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
29280 variable are both set, Alpine will
29281 automatically activate the specified editor when the cursor is moved from
29282 the header of the message being composed into the message text.  For
29283 replies, the alternate editor will be activated immediately.  If this
29284 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
29285 automatically ask for the name of an alternate editor when the cursor
29286 is moved out of the header being composed, or if a reply is being done.
29288 <P><UL>
29289 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29290 </UL>
29292 &lt;End of help on this topic&gt;
29293 </BODY>
29294 </HTML>
29295 ====== h_config_enable_bounce =====
29296 <HTML>
29297 <HEAD>
29298 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
29299 </HEAD>
29300 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
29301 <BODY>
29303 Setting this feature enables the "B Bounce" command, which will prompt
29304 for an address and *remail* the message to the new recipient.  This command
29305 is used to re-direct messages that you have received in error, or need to
29306 be redirected for some other reason (e.g. list moderation).  The final
29307 recipient will see a header indicating that you have Resent the msg, but
29308 the message's From: header will show the original author of the message,
29309 and replies to it will go back to that author, and not to you.
29311 &lt;End of help on this topic&gt;
29312 </BODY>
29313 </HTML>
29314 ====== h_config_enable_agg_ops =====
29315 <HTML>
29316 <HEAD>
29317 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
29318 </HEAD>
29319 <BODY>
29320 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
29322 When this feature is set you may use the commands and subcommands that relate to
29323 performing operations on more than one message at a time.  We call these
29324 &quot;aggregate operations&quot;.  In particular, the 
29325 <!--chtml if pinemode="function_key"-->&quot;F5
29326 <!--chtml else-->&quot;;
29327 <!--chtml endif--> Select&quot;, 
29329 <!--chtml if pinemode="function_key"-->
29330 &quot;F6
29331 <!--chtml else-->
29332 &quot;A 
29333 <!--chtml endif-->
29334 Apply&quot;, and 
29335 <!--chtml if pinemode="function_key"-->
29336 &quot;F4
29337 <!--chtml else-->
29338 &quot;Z 
29339 <!--chtml endif-->
29340 Zoom&quot; commands are enabled by this feature.  Select is used to
29341 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
29342 then be used to apply any message command to all of the selected/tagged
29343 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
29344 view between just those Selected and all messages in the folder.
29346 This feature also enables the 
29347 <!--chtml if pinemode="function_key"-->
29348 &quot;F7&quot; 
29349 <!--chtml else-->
29350 &quot;^X&quot; 
29351 <!--chtml endif-->
29353 subcommand in the MESSAGE INDEX 
29354 WhereIs command that causes all messages matching the WhereIs argument to 
29355 become selected; and the Select, Select Current, and ZoomMode commands in the
29356 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
29358 Some related help topics are
29359 <UL>
29360 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29361 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29362 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
29363 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29364 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29365 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29366 </UL>
29368 <UL>   
29369 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29370 </UL><P>
29371 &lt;End of help on this topic&gt;
29372 </BODY>
29373 </HTML>
29375 ====== h_config_enable_flag =====
29376 <HTML>
29377 <HEAD>
29378 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
29379 </HEAD>
29380 <BODY>
29381 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
29383 Setting this feature enables the
29384 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
29385 command that allows you to
29386 manipulate the status flags associated with a message.  By default, Flag
29387 will set the "Important" flag, which results in an asterisk being
29388 displayed in column one of the MESSAGE INDEX for such messages.
29390 &lt;End of help on this topic&gt;
29391 </BODY>
29392 </HTML>
29393 ====== h_config_flag_screen_default =====
29394 <HTML>
29395 <HEAD>
29396 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
29397 </HEAD>
29398 <BODY>
29399 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
29401 The feature modifies the behavior of the
29402 <a href="h_common_flag">Flag</a>
29403 command (provided it too is
29404 <A HREF="h_config_enable_flag">enabled</A>).
29405 By default, when the "* Flag" command is selected,
29406 Alpine offers a prompt to set one of several flags and also offers the
29407 option of entering the detailed flag manipulation screen via the "^T"
29408 key. Enabling this feature causes Alpine to immediately enter the detailed
29409 flag screen rather than first offer the simple prompt.
29411 <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.
29413 &lt;End of help on this topic&gt;
29414 </BODY>
29415 </HTML>
29416 ====== h_config_flag_screen_kw_shortcut =====
29417 <HTML>
29418 <HEAD>
29419 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
29420 </HEAD>
29421 <BODY>
29422 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
29424 This feature modifies the behavior of the
29425 <a href="h_common_flag">Flag</a> command
29426 and the <A HREF="h_index_cmd_select">Select</A> command.
29427 This feature is set by default.
29428 When this feature is not set, when the "* Flag" command is selected,
29429 Alpine offers a prompt to set one of several flags and also offers the
29430 option of entering the detailed flag manipulation screen via the "^T"
29431 key.
29432 If you have
29433 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
29434 defined, then enabling this feature adds a shortcut way to set or unset
29435 keywords.
29436 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
29437 a keyword if you've given it a nickname) and that will set the keyword.
29439 An example is easier to understand than the explanation.
29440 The flag command can always be used to set the system flags.
29441 For example, to set the Answered flag you would type
29443 <CENTER><SAMP>* A</SAMP></CENTER>
29445 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
29446 option in the Config screen.
29447 By default, to set a keyword like &quot;Work&quot; you would usually
29448 have to go to the Flag Details screen using
29449 the &quot;^T To Flag Details&quot; command.
29450 Instead, if you have enabled this feature, you may type
29452 <CENTER><SAMP>* W</SAMP></CENTER>
29454 to set the Work flag, or
29456 <CENTER><SAMP>* ! W</SAMP></CENTER>
29458 to unset it.
29459 Just like for the other flag setting commands, the case of the letter does
29460 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
29461 keyword.
29463 Notice that you can only use this trick for one keyword that begins
29464 with &quot;W&quot;.
29465 If you happen to have a &quot;Work&quot; keyword and another keyword that is
29466 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
29467 your list of keywords.
29468 Also, there are five letters that are reserved for system
29469 flags and the NOT command.
29470 If you type &quot;* A&quot; it will always set the Answered flag, not
29471 your &quot;Aardvark&quot; keyword.
29472 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
29473 the Flag Details screen.
29475 Because enabling the
29476 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
29477 option causes Alpine to skip directly to the Flag Details screen when the
29478 Flag command is used, 
29479 setting it will cause this feature to have no effect at all.
29481 Similarly, when Selecting by Keyword, setting this option will allow you
29482 to use Keyword initials instead of full keywords.
29484 &lt;End of help on this topic&gt;
29485 </BODY>
29486 </HTML>
29487 ====== h_config_can_suspend =====
29488 <HTML>
29489 <HEAD>
29490 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
29491 </HEAD>
29492 <BODY>
29493 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
29495 Setting this feature will allow you to type ^Z (Control Z) to 
29496 <!--chtml if pinemode="os_windows"-->
29497 minimize Alpine into its icon, bringing into focus whatever
29498 application is running behind the PC-Alpine window.
29499 <!--chtml else-->
29500 temporarily suspend Alpine.
29503 This does not exit Alpine, but puts it in the background to watch
29504 for new mail and such.  Normally, you type a command, such
29505 as &quot;fg&quot; at your system prompt to return to your Alpine session.
29508 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
29509 adjusts whether Alpine is placed into the background of the shell its 
29510 running in or starts a news shell.
29511 <!--chtml endif-->
29514 <UL>   
29515 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29516 </UL><P>
29517 &lt;End of help on this topic&gt;
29518 </BODY>
29519 </HTML>
29520 ====== h_config_take_lastfirst ======
29521 <HTML>
29522 <HEAD>
29523 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
29524 </HEAD>
29525 <BODY>
29526 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
29528 Normally, when TakeAddr is used to copy an address from a message into
29529 an address book entry, Alpine will attempt to rewrite the full name of the
29530 address in the form
29533 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
29535 instead of<P>
29537 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
29540 It does this because many people find it useful to sort by Last name
29541 instead of First name.  If this feature is set, then the TakeAddr command
29542 will not attempt to reverse the name in this manner.
29544 &lt;End of help on this topic&gt;
29545 </BODY></HTML>
29546 ====== h_config_disable_regex ======
29547 <HTML>
29548 <HEAD>
29549 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
29550 </HEAD>
29551 <BODY>
29552 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
29554 Normally, the
29555 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29556 option is interpreted as a regular expression.
29557 One type of address that might cause trouble is an address that
29558 contains a plus sign.
29559 If you want to have an address with a plus as one of your
29560 <!--#echo var="VAR_alt-addresses"-->
29561 and you don't want to use regular expressions, then setting this
29562 feature will cause Alpine to treat the addresses you list literally instead.
29564 &lt;End of help on this topic&gt;
29565 </BODY></HTML>
29566 ====== h_config_take_fullname ======
29567 <HTML>
29568 <HEAD>
29569 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
29570 </HEAD>
29571 <BODY>
29572 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
29574 Normally, when TakeAddr is used to copy an address or addresses
29575 from a message into an address book entry, Alpine will try to preserve
29576 the full name associated with each address in the list of addresses.
29577 The reason for this is so that if the entry is a list or later becomes a
29578 list, then information about the individual addresses in the list
29579 is preserved.
29580 If you would rather just have the simple addresses in the list of addresses,
29581 set this feature. For example, with the default setting you might
29582 see something like this in the ADDRESS BOOK editor after you type TakeAddr
29584 <PRE>
29585  Nickname  : nick
29586  Fullname  : Bedrock Elders
29587  Fcc       :
29588  Comment   :
29589  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
29590              Barney Rubble &lt;rubble@bedrock.org&gt;
29591 </PRE>
29593 but with this feature set it would look like
29595 <PRE>
29596  Nickname  : nick
29597  Fullname  : Bedrock Elders
29598  Fcc       :
29599  Comment   :
29600  Addresses : flint@bedrock.org,
29601              rubble@bedrock.org
29602 </PRE>
29604 instead. Note the difference in the Addresses field.
29606 &lt;End of help on this topic&gt;
29607 </BODY></HTML>
29608 ====== h_config_print_from ======
29609 <HTML>
29610 <HEAD>
29611 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
29612 </HEAD>
29613 <BODY>
29614 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
29616 If this feature is set, then the Berkeley-mail style From line is included
29617 at the start of each message that is printed.  This line looks something
29618 like the following, with the address replaced by the address from the
29619 From line of the message being printed:
29621 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
29622 14:11:06 1998
29624 &lt;End of help on this topic&gt;
29625 </BODY>
29626 </HTML>
29627 ====== h_config_expanded_distlists ======
29628 <HTML>
29629 <HEAD>
29630 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
29631 </HEAD>
29632 <BODY>
29633 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
29634 If this feature is set, then distribution lists in the address book
29635 screen will always be expanded automatically.
29637 &lt;End of help on this topic&gt;
29638 </BODY>
29639 </HTML>
29640 ====== h_config_compose_news_wo_conf ======
29641 <HTML>
29642 <HEAD>
29643 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
29644 </HEAD>
29645 <BODY>
29646 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
29647 This feature controls one aspect of Alpine's Composer.  If you enter the
29648 composer while reading a newsgroup, you will normally be prompted to
29649 determine whether you intend the new message to be posted to the current
29650 newsgroup or not.  If this feature is set, Alpine will not prompt you
29651 in this situation, and will assume that you do indeed wish to post
29652 to the newsgroup you are reading.
29654 &lt;End of help on this topic&gt;
29655 </BODY>
29656 </HTML>
29657 ====== h_config_compose_rejects_unqual ======
29658 <HTML>
29659 <HEAD>
29660 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
29661 </HEAD>
29662 <BODY>
29663 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
29665 This feature controls one aspect of the message composer; in particular,
29666 what happens when an unqualified name is entered into an address header.
29667 If set, unqualified names entered as addresses will be treated as errors
29668 unless they match an addressbook nickname.  Alpine will not attempt to turn
29669 them into complete addresses by adding your local domain.<P>
29671 A complete (fully qualified) address is one containing a username followed
29672 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
29673 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
29674 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
29676 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
29680 When you enter a fully qualified address, Alpine does not interpret or
29681 modify it, but simply passes it on to the mail-transport-agent (MTA) for
29682 your system.  Alpine conforms to the Internet standards governing message
29683 headers and will not send an unqualifed name to the MTA.  Therefore, when
29684 you enter an unqualified name, Alpine will normally attempt to turn it into
29685 a fully qualified address, first by checking to see if you have entered a
29686 matching nickname in your addressbook, or failing that, by simply adding
29687 your own domain to the name entered.  So if your address is
29688 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
29689 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
29690 that into &quot;fred@example.com&quot;.<P>
29692 There are situations where it is not desirable for Alpine to interpret such
29693 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
29694 turned out to be a typo (intended to be an addressbook nickname), but
29695 there actually was a &quot;fred&quot; in your local domain, the message might 
29696 be mis-delivered without your realizing it.  In order to reduce the likelihood
29697 of such accidents, setting this feature will cause Alpine to treat such
29698 addresses as errors, and require that you explicitly enter the full local
29699 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
29700 matches an address book nickname.<P>
29702 Consider this a safety feature against mis-directed mail.
29704 <UL>   
29705 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29706 </UL><P>
29707 &lt;End of help on this topic&gt;
29708 </BODY>
29709 </HTML>
29710 ====== h_config_quell_local_lookup ======
29711 <HTML>
29712 <HEAD>
29713 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
29714 </HEAD>
29715 <BODY>
29716 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
29718 This feature controls an aspect of Alpine's Composer, and if needed, will
29719 usually be set by your system manager in Alpine's system-wide configuration
29720 file. Specifically, if this feature is set, Alpine will not attempt to look
29721 in the system password file to find a Full Name for the entered address.
29723 Normally, names you enter into address fields (e.g. To: or Cc:) are
29724 checked against your address book(s) to see if they match an address book
29725 nickname.  Failing that, (in Unix Alpine) the name is then checked against
29726 the Unix password file.  If the entered name matches a username in the
29727 system password file, Alpine extracts the corresponding Full Name information
29728 for that individual, and adds that to the address being entered.
29730 However, password file matching can have surprising (incorrect) results if
29731 other users of the system do not receive mail at the domain you are using.
29732 That is, if either the 
29733 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
29734 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
29735 option
29736 is set such that the administrative domain of other users on the system
29737 isn't accurately reflected, Alpine should be told that a passwd file match
29738 is coincidental, and Full Name info will be incorrect.  For example, a
29739 personal name from the password file could get falsely paired with the
29740 entered name as it is turned into an address in the configured domain.
29742 If you are seeing this behavior, enabling this feature will prevent Unix
29743 Alpine from looking up names in the password file to find the Full Name
29744 for incomplete addresses you enter.<P>
29745 <UL>
29746 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29747 </UL>
29749 &lt;End of help on this topic&gt;
29750 </BODY>
29751 </HTML>
29752 ====== h_config_tab_checks_recent ======
29753 <HTML>
29754 <HEAD>
29755 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
29756 </HEAD>
29757 <BODY>
29758 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
29760 In a FOLDER LIST screen, the TAB key usually just changes which
29761 folder is highlighted.
29762 If this feature is set, then the TAB key will cause the number of
29763 recent messages and the total number of messages in the highlighted folder
29764 to be displayed instead.
29767 &lt;End of help on this topic&gt;
29768 </BODY>
29769 </HTML>
29770 ====== h_config_maildrops_preserve_state ======
29771 <HTML>
29772 <HEAD>
29773 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
29774 </HEAD>
29775 <BODY>
29776 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
29778 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
29779 Normally, when mail is moved from a Mail Drop folder to a destination
29780 folder, it is delivered as new mail.
29781 Any Seen/New, Answered, Important/Flagged state that has changed will be
29782 ignored.
29783 All of the mail will be considered unSeen, unAnswered, and unImportant after
29784 it is moved.
29786 If this feature is set, then the state changes that have been made
29787 to the messages in the Mail Drop folder will be preserved.
29789 In any case, messages that are already marked Deleted when the
29790 mail is to be moved from the Mail Drop will be ignored.
29792 &lt;End of help on this topic&gt;
29793 </BODY>
29794 </HTML>
29795 ====== h_config_preopen_stayopens ======
29796 <HTML>
29797 <HEAD>
29798 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
29799 </HEAD>
29800 <BODY>
29801 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
29803 This feature is related to the option
29804 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29805 Normally, Stay Open folders are only opened on demand, when the user
29806 asks to open them.
29807 From then on they are kept open for the duration of the session.
29808 However, if this feature is set, then the Stay Open folders will all be
29809 opened at startup, at the same time that the INBOX is opened.
29812 &lt;End of help on this topic&gt;
29813 </BODY>
29814 </HTML>
29815 ====== h_config_expunge_inbox ======
29816 <HTML>
29817 <HEAD>
29818 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
29819 </HEAD>
29820 <BODY>
29821 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
29823 The INBOX is normally treated differently from regular folders in several
29824 ways.
29825 One of the differences is that the normal &quot;close&quot; sequence of
29826 events is deferred until Alpine is exited, instead of happening when you
29827 leave the INBOX to view another folder.
29828 The &quot;close&quot; sequence normally includes the Expunging
29829 of deleted messages
29830 (either automatically or after a prompt, controlled by the features
29831 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29832 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29833 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29834 handling of the
29835 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
29838 If this feature is set the &quot;close&quot; sequence handling will take
29839 place every time you leave the INBOX.
29840 The INBOX will still be kept open, but the offer to Expunge and the archiving
29841 to the <!--#echo var="VAR_read-message-folder"-->
29842 will take place each time you leave the INBOX instead of only once at the
29843 end of the session.
29846 &lt;End of help on this topic&gt;
29847 </BODY>
29848 </HTML>
29849 ====== h_config_expunge_stayopens ======
29850 <HTML>
29851 <HEAD>
29852 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
29853 </HEAD>
29854 <BODY>
29855 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
29857 This feature is related to the option
29858 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29859 Stay Open folders are treated differently from regular folders in several
29860 ways.
29861 One of the differences is that the normal &quot;close&quot; sequence of
29862 events is deferred until Alpine is exited, instead of happening when you
29863 leave the folder to view another folder.
29864 The &quot;close&quot; sequence normally includes the Expunging
29865 of deleted messages
29866 (either automatically or after a prompt, controlled by the features
29867 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29868 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29869 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29870 handling of
29871 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
29874 If this feature is set the &quot;close&quot; sequence handling will take
29875 place when you leave the Stay Open folder.
29876 The folder will still be kept open, but the offer to Expunge and the archiving
29877 will take place each time you leave the folder instead of only once at the
29878 end of the session.
29879 This feature does not affect the INBOX, which will still only be processed
29880 when you exit Alpine.
29881 However, there is a similar feature that affects only the INBOX called
29882 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
29885 &lt;End of help on this topic&gt;
29886 </BODY>
29887 </HTML>
29888 ====== h_config_preserve_start_stop ======
29889 <HTML>
29890 <HEAD>
29891 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
29892 </HEAD>
29893 <BODY>
29894 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
29896 This feature controls how special control key characters, typically
29897 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
29898 are known as the "stop" and "start" characters and are sometimes used in
29899 communications paths to control data flow between devices that operate at
29900 different speeds.
29904 By default, Alpine turns the system's handling of these special characters
29905 off except during printing.  However, if you see Alpine reporting input errors
29906 such as:
29908 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
29910 and, at the same time, see your display become garbled, then it is likely
29911 that setting this option will solve the problem.  Be aware, though, that
29912 enabling this feature will also cause Alpine to ostensibly "hang" 
29913 whenever the Ctrl-S key combination is entered as the system is now
29914 interpreting such input as a "stop output" command.  To "start
29915 output"  again, simply type Ctrl-Q. 
29917 &lt;End of help on this topic&gt;
29918 </BODY>
29919 </HTML>
29920 ====== h_config_enable_incoming ======
29921 <HTML>
29922 <HEAD>
29923 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
29924 </HEAD>
29925 <BODY>
29926 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
29928 Alpine's Incoming Message Folders collection
29929 provides a convenient way to access multiple incoming folders.
29930 It is also useful if you have accounts on multiple computers.
29933 If set, this feature defines a pseudo-folder collection called
29934 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
29935 in this collection will be your INBOX, which will no longer show up in
29936 your Default folder collection.
29939 You may add more folders to the Incoming Message Folders collection by
29940 using the
29941 <!--chtml if pinemode="function_key"-->
29942 &quot;F10
29943 <!--chtml else-->
29944 &quot;A
29945 <!--chtml endif-->
29946 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
29947 the host the folder is stored on (which defaults to the same host used
29948 for your INBOX), a nickname, and the actual folder name.  Once a set
29949 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
29950 or MESSAGE TEXT screens) may be used to scan the folders for those
29951 with Recent messages.  If you add more folders to
29952 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
29953 no effect.
29955 NOTE: Normally the software that actually delivers mail (the stuff that happens
29956 before Alpine is involved) is in a better position to do delivery filtering
29957 than is Alpine itself.
29958 If possible, you may want to look at programs such as
29959 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
29960 filtering programs.
29961 If you'd prefer to have Alpine do the filtering for you, you may set that
29963 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
29965 <UL>   
29966 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29967 </UL><P>
29968 &lt;End of help on this topic&gt;
29969 </BODY>
29970 </HTML>
29971 ====== h_config_enable_incoming_checking ======
29972 <HTML>
29973 <HEAD>
29974 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
29975 </HEAD>
29976 <BODY>
29977 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
29979 This feature is only operational if you have enabled the optional
29980 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
29981 If you do have Incoming Message Folders and you also set this feature,
29982 then the number of Unseen messages in each folder will be displayed
29983 in the FOLDER LIST screen for the Incoming Message Folders.
29984 The number of Unseen messages in a folder will be displayed in parentheses
29985 to the right of the name of each folder.
29986 If there are no Unseen messages in a folder then only the name
29987 is displayed, not a set of parentheses with zero inside them.
29988 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
29989 the Incoming Message Folders to cause an immediate update.
29991 If a check for Unseen messages fails for a particular folder then Alpine
29992 will no longer attempt to check that folder for the duration of the
29993 session and this will be indicated by a question mark inside the
29994 parentheses.
29996 The features
29997 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
29998 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
29999 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
30000 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
30001 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
30002 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
30003 all affect how this feature behaves.
30005 <UL>   
30006 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30007 </UL><P>
30008 &lt;End of help on this topic&gt;
30009 </BODY>
30010 </HTML>
30011 ====== h_config_incoming_checking_total ======
30012 <HTML>
30013 <HEAD>
30014 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
30015 </HEAD>
30016 <BODY>
30017 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
30019 This option has no effect unless the feature
30020 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
30021 is set, which in turn has no effect unless
30022 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
30023 is set.
30025 When incoming folder checking is turned on the default is to display
30026 the number of unseen messages in each folder.
30027 More precisely, it is the number of undeleted unseen messages.
30028 Using this option you may also display the total number of messages
30029 in each folder.
30030 Instead of a single number representing the number of unseen messages
30031 you will get two numbers separated by a slash character.
30032 The first is the number of unseen messages and the second is the
30033 total number of messages.
30035 You may also use the recent message count instead of the unseen message
30036 count by turning on the feature
30037 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
30039 <UL>   
30040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30041 </UL><P>
30042 &lt;End of help on this topic&gt;
30043 </BODY>
30044 </HTML>
30045 ====== h_config_incoming_checking_recent ======
30046 <HTML>
30047 <HEAD>
30048 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
30049 </HEAD>
30050 <BODY>
30051 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
30053 This option has no effect unless the feature
30054 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
30055 is set, which in turn has no effect unless
30056 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
30057 is set.
30059 When incoming folder checking is turned on the default is to display
30060 the number of unseen messages in each folder.
30061 More precisely, it is the number of undeleted unseen messages.
30062 Using this option you may display the number of recent messages instead
30063 of the number of unseen messages.
30064 A message is only counted as recent if this is the first session to
30065 see it, so the recent count might be less than the unseen count.
30066 The difference between the two would be accounted for by the unseen messages
30067 in the folder which were there previously but have not been looked at yet.
30069 If you simultaneously run more than one email client at a time
30070 (for example, you run more than one Alpine in parallel) then turning
30071 this feature on can cause some confusion.
30072 The confusion stems from the fact that each message is only considered to be
30073 recent in one session.
30074 That means that the counts of new messages may be different in the two
30075 Alpines running side by side, because each incoming message will only be
30076 counted as recent in one of the two sessions.
30078 You may also display the total number of messages
30079 in each folder by using the
30080 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
30081 option.
30083 <UL>   
30084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30085 </UL><P>
30086 &lt;End of help on this topic&gt;
30087 </BODY>
30088 </HTML>
30089 ====== h_config_attach_in_reply ======
30090 <HTML>
30091 <HEAD>
30092 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
30093 </HEAD>
30094 <BODY>
30095 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
30097 This feature controls an aspect of Alpine's Reply command. If set, any MIME
30098 attachments that were part of the original message will automatically be
30099 included in the Reply.
30101 &lt;End of help on this topic&gt;
30102 </BODY>
30103 </HTML>
30104 ====== h_config_include_header =====
30105 <HTML>
30106 <HEAD>
30107 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
30108 </HEAD>
30109 <BODY>
30110 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
30112 This feature controls an aspect of Alpine's Reply command. If set, and the
30113 original message is being included in the reply, then headers from that
30114 message will also be part of the reply.
30116 &lt;End of help on this topic&gt;
30117 </HEAD>
30118 </HTML>
30119 ====== h_config_sig_at_bottom =====
30120 <HTML>
30121 <HEAD>        
30122 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
30123 </HEAD>
30124 <BODY>
30125 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
30127 This feature controls an aspect of Alpine's Reply command.  If this feature
30128 is set, and the original message is being included in the reply, then the
30129 contents of your signature file (if any) will be inserted after the included
30130 message.
30132 This feature does not affect the results of a Forward command.
30134 &lt;End of help on this topic&gt;
30135 </BODY>
30136 </HTML>
30137 ====== h_config_sigdashes =====
30138 <HTML>
30139 <HEAD>
30140 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
30141 </HEAD>
30142 <BODY>
30143 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
30145 This feature enables support for the common USENET news convention 
30146 of preceding a message signature with the special line consisting of 
30147 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
30150 When enabled and a
30151 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
30152 Alpine will insert the special line before including the file's text (unless
30153 the special line already exists somewhere in the file's text).
30156 In addition, when you Reply or Followup to a message containing one of
30157 these special lines and choose to include its text, Alpine will observe
30158 the convention of not including text beyond the special line in your
30159 reply.
30160 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
30161 mode is enabled and turned on, then Alpine <EM>will</EM>
30162 include the text beyond the special line regardless of the setting of
30163 this feature.
30166 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
30167 for a related feature.
30170 <UL>   
30171 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30172 </UL><P>
30173 &lt;End of help on this topic&gt;
30174 </BODY>
30175 </HTML>
30176 ====== h_config_new_thread_blank_subject =====
30177 <HTML>
30178 <HEAD>
30179 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
30180 </HEAD>
30181 <BODY>
30182 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
30184 When this feature is enabled (the default) Alpine will create a new thread
30185 every time that the subject line becomes empty at any time during composition.
30188 This behavior is particularly useful in case you are replying to a message.
30189 Replying to a message causes the message to be in the same thread than the
30190 original message that is being replied to. However, many authors want to create
30191 a new message (in a different thread) while replying to a message, and they do
30192 this by changing the full subject, by first deleting the original subject and
30193 typing the new subject of the current message.
30196 Enabling this feature causes that any time that the subject is deleted, the 
30197 message being composed will be considered the first message of a new thread.
30200 <UL>   
30201 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30202 </UL><P>
30203 &lt;End of help on this topic&gt;
30204 </BODY>
30205 </HTML>
30206 ====== h_config_strip_sigdashes =====
30207 <HTML>
30208 <HEAD>
30209 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
30210 </HEAD>
30211 <BODY>
30212 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
30214 This feature doesn't do anything if the feature
30215 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
30216 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
30217 then turning on this feature enables support for the convention
30218 of not including text beyond the sigdashes line when Replying or Following
30219 up to a message and including the text of that message.
30220 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
30221 mode is enabled and turned on, then Alpine <EM>will</EM>
30222 include the text beyond the special line regardless of the setting of
30223 this feature.
30225 In other words, this is a way to turn on the signature stripping behavior
30226 without also turning on the dashes-adding behavior.
30228 <UL>   
30229 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30230 </UL><P>
30231 &lt;End of help on this topic&gt;
30232 </BODY>
30233 </HTML>
30234 ====== h_config_forward_as_attachment =====
30235 <HTML>
30236 <HEAD>
30237 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
30238 </HEAD>
30239 <BODY>
30240 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
30242 This feature affects the way forwarded message text is handled.  When set, rather than 
30243 include the text of the forwarded message below any additional text you provide in the
30244 composer, the forwarded message is attached in its entirety to the message you send.
30246 This is useful in that it keeps the text you provide in the composer distinct from the
30247 text of the forwarded message.  Similarly, it allows the recipient to 
30248 conveniently operate on the forwarded message.  For example, they might reply directly to
30249 the sender of the forwarded message, or process it as part of a spam report.
30250 <UL>   
30251 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30252 </UL><P>
30253 &lt;End of help on this topic&gt;
30254 </BODY>
30255 </HTML>
30256 ====== h_config_preserve_field =====
30257 <HTML>
30258 <HEAD>
30259 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
30260 </HEAD>
30261 <BODY>
30262 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
30264 This feature affects Alpine's behavior when one replies to a message. 
30265 When you receive a message, some or all of the recipients of the message 
30266 have been added to the To: and Cc: fields. If you reply to such message, 
30267 and this feature is disabled, then the original sender of the message is 
30268 added to the To: field, and all other recipients are added to the Cc: 
30269 field, while your address is added to the From: field.
30272 However, if this feature is enabled, then Alpine will preserve the 
30273 original fields as sent in the original message, so the Cc: and To: 
30274 fields will be preserved. The sender's address will be added to the To: 
30275 field, while your address is added to the From: field.
30278 The behavior of this feature is that replies to all messages will behave 
30279 in the way described above. If you only intend this to happen on a per 
30280 message basis, then keep this feature disabled, and when replying to a 
30281 message you will see a new option in the menu for the &quot;Reply to all 
30282 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
30283 make Alpine toggle its question so you can preserve the To: and Cc: 
30284 fields for that message only.
30286 <UL>   
30287 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30288 </UL><P>
30289 &lt;End of help on this topic&gt;
30290 </BODY>
30291 </HTML>
30292 ====== h_config_sub_lists =====
30293 <HTML>
30294 <HEAD>
30295 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
30296 </HEAD>
30297 <BODY>
30298 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
30300 This feature affects the subcommands available when Saving, 
30301 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
30302 available. This command allows you to type in a substring of the folder
30303 you are looking for and when you type ^X it will display all folders
30304 that contain that substring in their names.
30305 This feature is set by default.
30308 &lt;End of help on this topic&gt;
30309 </BODY>
30310 </HTML>
30311 ====== h_config_scramble_message_id =====
30312 <HTML>
30313 <HEAD>
30314 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
30315 </HEAD>
30316 <BODY>
30317 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
30319 If this feature is set, the message-id header value
30320 will be transformed with a simple Rot13 transformation.
30321 The result will still have the correct syntax for a Message-ID but the
30322 part of the MessageID that is often a domain name will not be an actual
30323 domain name because the letters will be scrambled.
30325 It is possible (but unlikely?) that some spam detection
30326 software will use that as a reason to reject the mail as spam.
30327 It has also been reported that some spam detection software uses the
30328 fact that there are no dots after the &quot;@&quot; as a reason to reject
30329 messages.
30330 If your PC-Alpine Message-ID is using a name without a dot that is because
30331 that is what Windows thinks is your &quot;Full computer name&quot;.
30332 The method used to set this varies from one type of Windows to another but
30333 check under Settings -> Control Panel -> System and
30334 look for Network Identification or Computer Name or something similar.
30335 How to set it is beyond the scope of Alpine.
30338 &lt;End of help on this topic&gt;
30339 </BODY>
30340 </HTML>
30341 ====== h_downgrade_multipart_to_text =====
30342 <HTML>
30343 <HEAD>
30344 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
30345 </HEAD>
30346 <BODY>
30347 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
30350 This feature affects Alpine's behavior when sending mail.  Internet
30351 standards require Alpine to translate all non-ASCII characters in
30352 messages that it sends using MIME encoding.  This encoding can be
30353 ostensibly broken for recipients if any agent between Alpine and the
30354 recipient, such as an email list expander, appends text to the
30355 message, such as list information or advertising.  When sending such
30356 messages Alpine attempts to protect such encoding by placing extra
30357 MIME boundaries around the message text.
30359 These extra boundaries are invisible to recipients that 
30360 use MIME-aware email programs (the vast majority).  However, if
30361 you correspond with users of email programs that are not MIME-aware,
30362 or do not handle the extra boundaries gracefully, you can
30363 use this feature to prevent Alpine from including the extra
30364 MIME information.  Of course, it will increase the likelihood
30365 that non-ASCII text you send may appear corrupt to the recipient.
30367 &lt;End of help on this topic&gt;
30368 </BODY>
30369 </HTML>
30370 ====== h_config_show_sort =====
30371 <HTML>
30372 <HEAD>
30373 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
30374 </HEAD>
30375 <BODY>
30376 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
30378 If this feature is set and there is sufficient space on the screen,
30379 a short indication of the current sort order will be
30380 added in the titlebar (the top line on the screen), before the name
30381 of the folder.
30382 For example, with the default Arrival sort in effect,
30383 the display would have the characters
30385 <P><CENTER>[A]</CENTER><P>
30387 added between the title of the screen and the folder name.
30388 The letters are the same as the letters you may type to manually
30389 sort a folder with the SortIndex command ($).
30390 The letters in the table below are the ones that may show
30391 up in the titlebar line.
30393 <TABLE>   
30394 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
30395 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
30396 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
30397 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
30398 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
30399 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
30400 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
30401 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
30402 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
30403 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
30404 </TABLE>
30406 If the sort order is Reversed, the letter above will be preceded by the letter
30407 &quot;R&quot;, for example
30409 <P><CENTER>[RS]</CENTER><P>
30411 means that a Reverse Subject sort is in effect.
30412 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
30413 left out, and just an &quot;R&quot; is shown.
30415 <P><CENTER>[R]</CENTER>
30418 &lt;End of help on this topic&gt;
30419 </BODY>
30420 </HTML>
30421 ====== h_config_disable_reset_disp =====
30422 <HTML>
30423 <HEAD>
30424 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
30425 </HEAD>
30426 <BODY>
30427 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
30429 UNIX Alpine only.
30431 This feature affects Alpine's behavior when using
30432 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
30433 Normally, before the display filter is run, the terminal mode is reset
30434 to what it was before you started Alpine.
30435 This may be necessary if the filter requires the use of the terminal.
30436 For example, it may need to interact with you.
30437 If you set this feature, then the terminal mode will not be reset.
30438 One thing that turning on this feature should fix is the coloring of
30439 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
30440 breaks because the terminal reset resets the color state of the terminal.
30443 &lt;End of help on this topic&gt;
30444 </BODY>
30445 </HTML>
30446 ====== h_config_disable_sender =====
30447 <HTML>
30448 <HEAD>
30449 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
30450 </HEAD>
30451 <BODY>
30452 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
30454 This feature affects Alpine's generation of the &quot;Sender:&quot; or
30455 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
30456 header fields.
30457 Prior to version 2.24, Alpine generated such a header in situations where the
30458 username or domain were not the same as
30459 the &quot;From:&quot; header on the message.
30460 With this feature set,
30461 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
30462 This may be desirable on a system that is virtually hosting many domains,
30463 and the sysadmin has other methods available for tracking a message to
30464 its originator.
30466 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
30469 &lt;End of help on this topic&gt;
30470 </BODY>
30471 </HTML>
30472 ====== h_config_use_sender_not_x =====
30473 <HTML>
30474 <HEAD>
30475 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
30476 </HEAD>
30477 <BODY>
30478 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
30480 Normally Alpine adds a header line
30481 labeled &quot;X-X-Sender&quot;, if the sender is
30482 different from the From: line.
30483 The standard specifies that this header
30484 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
30485 Setting this feature causes
30486 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
30488 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
30491 &lt;End of help on this topic&gt;
30492 </BODY>
30493 </HTML>
30494 ====== h_config_use_fk =====
30495 <HTML>
30496 <HEAD>
30497 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
30498 </HEAD>
30499 <BODY>
30500 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
30502 This feature specifies that Alpine will respond to function keys instead of
30503 the normal single-letter commands. In this mode, the key menus at the
30504 bottom of each screen will show function key designations instead of the
30505 normal mnemonic key.
30508 &lt;End of help on this topic&gt;
30509 </BODY>
30510 </HTML>
30511 ====== h_config_cancel_confirm =====
30512 <HTML>
30513 <HEAD>
30514 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
30515 </HEAD>
30516 <BODY>
30517 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
30519 This feature affects what happens when you type ^C to cancel a composition.
30520 By default, if you attempt to cancel a composition by typing ^C, you will be
30521 asked to confirm the cancellation by typing a &quot;C&quot;
30522 for <EM>C</EM>onfirm.
30523 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
30524 risky because the &quot;^C Y&quot; needed to cancel a message
30525 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
30527 If this feature is set the confirmation asked for
30528 will be a &quot;<EM>Y</EM>es&quot;
30529 instead of a &quot;<EM>C</EM>onfirm&quot; response.
30532 &lt;End of help on this topic&gt;
30533 </BODY>
30534 </HTML>
30535 ====== h_config_compose_maps_del =====
30536 <HTML>
30537 <HEAD>
30538 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
30539 </HEAD>
30540 <BODY>
30541 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
30543 This feature affects the behavior of the DELETE key.
30544 If set, Delete will be equivalent to ^D, and delete
30545 the current character.  Normally Alpine defines the Delete key
30546 to be equivalent to ^H, which deletes the <EM>previous</EM>
30547 character.
30550 &lt;End of help on this topic&gt;
30551 </BODY>
30552 </HTML>
30553 ====== h_config_compose_bg_post =====
30554 <HTML>
30555 <HEAD>
30556 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
30557 </HEAD>
30558 <BODY>
30559 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
30561 This feature affects the behavior of Alpine's mail sending.  If set, this
30562 feature enables a subcommand in the composer's "Send?" confirmation
30563 prompt.  The subcommand allows you to tell Alpine to handle the actual
30564 posting in the background.  While this feature usually allows posting
30565 to appear to happen very fast, it has no affect on the actual delivery
30566 time it takes a message to arrive at its destination.
30569 Please Note:
30570 <OL>
30571  <LI>This feature will have no effect if the feature
30572        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
30573        is set.
30574  <LI>This feature isn't supported on all systems.  All DOS and Windows,
30575        as well as several Unix ports, do not recognize this feature.
30576  <LI>Error handling is significantly different when this feature is
30577         enabled.  Any message posting failure results in the message
30578         being appended to your &quot;Interrupted&quot; mail folder.  When you
30579         type the <A HREF="h_common_compose">C</A>ompose command,
30580         Alpine will notice this folder and
30581         offer to extract any messages contained.  Upon continuing a 
30582         failed message, Alpine will display the nature of the failure 
30583         in the status message line.
30584  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
30585         for message data to
30586         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
30587         if you typically run close to any sort of disk-space limits or quotas.
30588 </OL>
30590 &lt;End of help on this topic&gt;
30591 </BODY>
30592 </HTML>
30593 ====== h_config_compose_dsn =====
30594 <HTML>
30595 <HEAD>
30596 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
30597 </HEAD>
30598 <BODY>
30599 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
30601 This feature affects the behavior of Alpine's mail sending.  If set, this
30602 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
30603 prompt.  The subcommand allows you to tell Alpine to request the type of
30604 Delivery Status Notification (DSN) that you would like.  Most users will
30605 be happy with the default, and need not enable this feature.
30607 If the feature
30608 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30609 then this feature has no effect and the type of DSN is not selectable.
30612 Turning on this feature and then turning on the DSNOpts from the send
30613 prompt reveals four on-off toggles at the bottom of the screen.
30614 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
30615 that no notification be returned to you, even if there is a delivery
30616 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
30617 server that you are willing (or not) to receive delay notifications, which
30618 happen when there is an unusual delay at some mail server (in that mail
30619 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
30620 Success requests that you be sent a DSN message when the message is
30621 successfully delivered to the recipients mailbox.  Setting NoErrRets will
30622 automatically turn off Delay and Success notification, and will flip the
30623 toggles to show that.  Similarly, turning on Delay and/or Success will
30624 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
30625 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
30626 the full message be returned in any failed DSN.  RetHdrs requests that
30627 only the headers be returned in any failed DSN.  Notice that this command
30628 applies only to failed delivery status reports.  For delay or success
30629 reports, the full message is never returned, only the headers are returned.
30632 If you don't enable the DSN feature or if you don't turn it on for a
30633 particular message, the default is that you will be notified about failures,
30634 you might be notified about delays, and you won't be notified about
30635 successes.  You will usually receive the full message back when there is
30636 a failure.
30639 If you turn on the DSNOpts the default is to return as much information as
30640 possible to you.  That is, by default, the Success and Delay options are
30641 turned on and the full message will be returned on failure.
30644 The sending prompt will display the current DSN request (if any) in a
30645 shorthand form.  It will be:
30647 <P><CENTER>[Never]</CENTER>
30650 if you have requested NoErrRets.  Otherwise, it will look something like:
30652 <P><CENTER>[FDS-Hdrs]</CENTER>
30655 The &quot;F&quot; will always be there, indicating that you will be notified
30656 of failures.  (Alpine doesn't provide a way to request no failure notification
30657 and at the same time request either success or delay notification.  The only
30658 way to request no failure notifications is to request no notifications at
30659 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
30660 requested Delay and/or Success notification.  If one of those is missing,
30661 that means you are requesting no notification of the corresponding type.
30662 After the dash it will say either Hdrs or Full.  Hdrs means to return only
30663 the headers and Full means to return the full message (applies to
30664 failure notifications only).
30667 NOTE: This feature relies on your system's mail transport agent or
30668 configured
30669 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
30670 having the negotiation mechanism introduced in
30671 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
30672 &quot;Delivery Status Notification&quot; (DSN).  If the mail transport agent you
30673 are using doesn't support DSN, a short warning will be shown to you on
30674 the message line at the bottom of the screen after you send your message,
30675 but your message will have been sent anyway.
30678 Note that DSNs don't provide a mechanism to request read receipts.  That
30679 is, if you request notification on success you are notified when the
30680 message is delivered to the mailbox, not when the message is read.
30683 ESMTP allows for graceful migration to upgraded mail transfer agents, but
30684 it is possible that this feature might cause problems for some servers. 
30687 &lt;End of help on this topic&gt;
30688 </BODY>
30689 </HTML>
30690 ====== h_config_auto_zoom =====
30691 <HTML>
30692 <HEAD>
30693 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
30694 </HEAD>
30695 <BODY>
30696 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
30698 This feature affects the behavior of the Select command.
30699 If set, the select command will automatically perform a zoom
30700 after the select is complete.
30701 This feature is set by default.
30703 Some related help topics are
30704 <UL>
30705 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30706 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30707 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30708 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30709 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30710 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30711 </UL>
30714 &lt;End of help on this topic&gt;
30715 </BODY>
30716 </HTML>
30717 ====== h_config_auto_unzoom =====
30718 <HTML>
30719 <HEAD>
30720 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
30721 </HEAD>
30722 <BODY>
30723 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
30725 This feature affects the behavior of the Apply command.  If set, and if
30726 you are currently looking at a Zoomed Index view of selected messages,
30727 the Apply command will do the operation you specify, but then will
30728 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
30729 the normal Index view after the Apply. 
30730 This feature is set by default.
30733 Some related help topics are
30734 <UL>
30735 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30736 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30737 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30738 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30739 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30740 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30741 </UL>
30743 &lt;End of help on this topic&gt;
30744 </BODY>
30745 </HTML>
30746 ====== h_config_auto_unselect =====
30747 <HTML>
30748 <HEAD>
30749 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
30750 </HEAD>
30751 <BODY>
30752 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
30754 This feature affects the behavior of the Apply command.  If set,
30755 the Apply command will do the operation you specify, but then will
30756 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
30757 the normal Index view after the Apply. 
30760 Some related help topics are
30761 <UL>
30762 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30763 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30764 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30765 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30766 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30767 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30768 </UL>
30770 &lt;End of help on this topic&gt;
30771 </BODY>
30772 </HTML>
30773 ====== h_config_fast_recent =====
30774 <HTML>
30775 <HEAD>
30776 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
30777 </HEAD>
30778 <BODY>
30779 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
30781 This feature controls the behavior of the TAB key when traversing folders
30782 in the optional 
30783 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30784 collection or in optional <!--#echo var="VAR_news-collections"-->.
30787 When the TAB
30788 (<A HREF="h_common_nextnew">NextNew</A>)
30789 key is pressed, the default behavior is to
30790 explicitly examine the status of the folder for the number of recent
30791 messages (messages delivered since the last time it was viewed).
30792 Depending on the size and number of messages in the folder, this test
30793 can be time consuming.
30796 Enabling this feature will cause Alpine to only test for the existence of
30797 any recent messages rather than to obtain the count.  This is much faster
30798 in many cases.  The downside is that you're not given the number of recent
30799 messages when prompted to view the next folder.
30800 If the feature
30801 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30802 is turned on, then the present feature will have no effect.
30805 <UL>   
30806 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30807 </UL><P>
30808 &lt;End of help on this topic&gt;
30809 </BODY>
30810 </HTML>
30811 ====== h_config_arrow_nav =====
30812 <HTML>
30813 <HEAD>
30814 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
30815 </HEAD>
30816 <BODY>
30817 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
30819 This feature controls the behavior of the left and right arrow keys.
30820 If set, the left and right arrow keys will operate like the usual
30821 navigation keys &lt; and &gt;.
30822 This feature is set by default.
30825 If you set this feature, and do not like the changed behavior of the up/down 
30826 arrow 
30827 keys when navigating through the FOLDER LIST screen -- 
30828 <B>first</B> from column to column, if more than one folder is 
30829 displayed per row, 
30830 and <B>then</B> from row to row -- you may either also wish to set the feature 
30831 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
30832 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
30833 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
30834 folders in each column.
30836 <UL>   
30837 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30838 </UL><P>
30839 &lt;End of help on this topic&gt;
30840 </BODY>
30841 </HTML>
30842 ====== h_config_relaxed_arrow_nav =====
30843 <HTML>
30844 <HEAD>
30845 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
30846 </HEAD>
30847 <BODY>
30848 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
30850 This feature controls the behavior of the left, right, up and down
30851 arrow keys in the FOLDER LIST screen when the &quot;<A
30852 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
30853 set.
30854 This feature is set by default.
30858 When this feature is set, the left and right
30859 arrow keys in the FOLDER LIST screen
30860 move the highlight bar to the left or right, and the up and
30861 down arrows move it up or down.
30864 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
30865 feature is not set;
30866 the left and right arrow keys in the Folder List screen strictly
30867 track the commands bound to the '&lt;' and '&gt;' keys, and the up
30868 and down arrow keys move the highlight bar to the previous and next
30869 folder or directory name.
30872 <UL>   
30873 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30874 </UL><P>
30875 &lt;End of help on this topic&gt;
30876 </BODY>
30877 </HTML>
30878 ====== h_config_alt_compose_menu =====
30879 <HTML>
30880 <HEAD>
30881 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
30882 </HEAD>
30883 <BODY>
30884 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
30886 This feature controls the menu that is displayed when Compose is selected.
30887 If set, a list of options will be presented, with each option representing
30888 the type of composition that could be used. This feature is most useful for
30889 users who want to avoid being prompted with each option separately, or who
30890 want to avoid the checking of remote postponed or form letter folders.
30891 The possible types of composition are:
30894 New, for starting a new composition. Note that if New is selected and roles
30895 are set, roles are checked for matches and applied according to the setting
30896 of the matching role.
30899 Interrupted, for continuing an interrupted composition. This option is only
30900 offered if an interrupted message folder is detected.
30903 Postponed, for continuing postponed compositions. This option is offered
30904 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
30905 the postponed folder actually exists. This option is especially handy
30906 for avoiding having to check for the existence of a remote postponed folder.
30909 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
30910 is set in the config, and is not checked for existence for reasons similar
30911 to those explained by the postponed option.
30914 setRole, for selecting a role to apply to a composition.
30917 &lt;End of help on this topic&gt;
30918 </BODY>
30919 </HTML>
30920 ====== h_config_alt_role_menu =====
30921 <HTML>
30922 <HEAD>
30923 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
30924 </HEAD>
30925 <BODY>
30926 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
30928 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
30929 a role and compose a new message using that role.
30930 When this feature is set, the role command will first ask whether you want to
30931 Compose a new message, Forward the current message, Reply to the
30932 current message, or Bounce the current message.
30933 If you are not in the MESSAGE INDEX and are not viewing a message,
30934 then there is no current message and the question will be skipped.
30935 After you have chosen to Compose, Forward, Reply, or Bounce you will
30936 then choose the role to be used.
30938 When Bouncing the &quot;Set From&quot; address is used for the
30939 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
30940 provided that the option
30941 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
30942 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
30943 set.
30944 Other actions of the role are ignored when Bouncing.
30947 &lt;End of help on this topic&gt;
30948 </BODY>
30949 </HTML>
30950 ====== h_config_always_spell_check =====
30951 <HTML>
30952 <HEAD>
30953 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
30954 </HEAD>
30955 <BODY>
30956 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
30958 When this feature is set, every composed message will be spell-checked before
30959 being sent.
30961 &lt;End of help on this topic&gt;
30962 </BODY>
30963 </HTML>
30964 ====== h_config_quell_asterisks =====
30965 <HTML>
30966 <HEAD>
30967 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
30968 </HEAD>
30969 <BODY>
30970 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
30972 When you are running Alpine you will sometimes be asked for a password
30973 in a prompt on the third line from the bottom of the screen.
30974 Normally each password character you type will cause an asterisk to echo
30975 on the screen. That gives you some feedback to know that your typing is
30976 being recognized.
30977 There is a very slight security risk in doing it this way because someone
30978 watching over your shoulder might be able to see how many characters there
30979 are in your password.
30980 If you'd like to suppress the echoing of the asterisks set this feature.
30982 &lt;End of help on this topic&gt;
30983 </BODY>
30984 </HTML>
30985 ====== h_config_quell_flowed_text =====
30986 <HTML>
30987 <HEAD>
30988 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
30989 </HEAD>
30990 <BODY>
30991 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
30993 Alpine generates flowed text where possible.
30994 The method for generating flowed text is defined by
30995 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
30996 the benefit of doing so is
30997 to send message text that can properly be viewed both on normal width displays
30998 and on displays with smaller or larger than normal screen widths.
30999 With flowed text, a space at the end of a line tells the receiving mail
31000 client that the following line belongs to the same paragraph.
31001 Quoted text will also be affected, with only the innermost
31002 level of &quot;&gt;&quot; quoting being followed by a space.
31003 However, if you have changed the
31004 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
31005 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
31006 quoted text will not be flowed.
31007 For this reason, we recommend that you leave your
31008 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
31010 This feature turns off the generation of flowed text, as it might be
31011 desired to more tightly control how a message is displayed on the receiving end.
31013 If this feature is <EM>not</EM> set, you can control on a message by message
31014 basis whether or not flowed text is generated.
31015 You do this by typing ^V at the Send confirmation prompt that you get
31016 after typing ^X to send a message.
31017 ^V is a toggle that turns flowing off and back on if typed again.
31018 If for some reason flowing cannot be done on a particular message, then the
31019 ^V command will not be available.
31020 This would be the case, for example, if this feature was set, or if your
31021 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
31022 If the feature
31023 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
31024 then the opportunity to control on a message by message basis
31025 whether or not flowed text is generated is lost.
31027 When this feature is not set and you have typed ^V to turn off flowing,
31028 the Send confirmation prompt will change to look like
31030 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
31032 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
31033 also turn off the sending of flowed text messages, but it differs in that
31034 it also trims all trailing white space from a message before sending it.
31036 If alternate editors are used extensively, be aware that a message will still
31037 be sent flowed if this feature is unset.  In most cases this will be fine,
31038 but if the editor has a &quot;flowed text&quot; mode, it would be best to
31039 use that.
31041 &lt;End of help on this topic&gt;
31042 </BODY>
31043 </HTML>
31044 ====== h_config_strip_ws_before_send =====
31045 <HTML>
31046 <HEAD>
31047 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
31048 </HEAD>
31049 <BODY>
31050 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
31052 By default, trailing whitespace is not stripped from
31053 a message before sending.  Trailing whitespace should have no effect on an
31054 email message, and in flowed text can aid in delimiting paragraphs.
31055 However, the old behavior of stripping trailing whitespace was in place
31056 to better deal with older clients that couldn't handle certain types of
31057 text encodings.  This feature restores the old behavior
31059 Trailing whitespace is of aid to flowed-text-formatted messages, which are
31060 generated by default but can be turned off via the
31061 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
31062 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
31063 of flowed text.
31065 &lt;End of help on this topic&gt;
31066 </BODY>
31067 </HTML>
31068 ====== h_config_alt_reply_menu =====
31069 <HTML>
31070 <HEAD>
31071 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
31072 </HEAD>
31073 <BODY>
31074 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
31076 Note that if this option is enabled, then the option
31077 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
31078 is ignored. See below to understand why.
31080 When you reply to a message, a series of questions are asked that 
31081 determines how your reply will be handled by Alpine. This feature only 
31082 affects the result of the first question you are asked, and its purpose is 
31083 to set values that could override defaults set in Alpine's main 
31084 configuration screen. As a result, this menu allows you to configure even 
31085 more features than you would be able to do without this option. For 
31086 example, this menu always allows you to override or select a <A 
31087 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
31088 override your indent string, regardless of if you have enabled 
31089 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
31090 The full list of options can be found below.
31092 Here is an example of how this option works. After you press Reply,
31093 if you see &quot;A Inc Attach&quot; in the menu, it means that 
31094 if you press &quot;A&quot;, then Alpine will include the attachments
31095 of the original message, and the default is not to include them. 
31096 Conversely, if you see &quot;A No Attach&quot; 
31097 then by pressing &quot;A&quot; Alpine will not include
31098 attachments in your reply, and the default is that Alpine will 
31099 include them in your reply. The value that you see when you 
31100 start your reply is controlled by the option
31101 <A HREF="h_config_attach_in_reply">
31102 <!--#echo var="FEAT_include-attachments-in-reply"-->
31103 </A>. If the feature is enabled, then Alpine will display 
31104 &quot;A No Attach&quot; to override the default behavior. You can
31105 toggle between the two values of this option by pressing &quot;A&quot;.
31106 Remember that the value that you see in the menu is the action that will 
31107 be done when you press the associated command.
31109 Below are your options:
31110 <OL>
31111 <LI><B>A</B>: This determines if Alpine will include or not the 
31112 attachments sent to you in the message that you are replying to. The default 
31113 is to use the value of the configuration option 
31114 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overridden by using this command.
31116 <LI><B>H</B>: This command determines if the headers of a message are
31117 included in the body of the message that is being replied to. By default 
31118 Alpine will use the value of the configuration option 
31119 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
31120 Observe that by toggling this option to include headers, text will be toggled
31121 to be included by default.
31123 <LI><B>R</B>: Can be used to set a role different from the default.
31125 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
31126 message. The default is to strip the signature when the message is not
31127 viewed in headers mode, and you either have enabled
31128 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
31130 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
31132 <LI><B>Ctrl-R</B>: Can be used to edit the 
31133 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
31134 </OL>
31136 In order to include the text of the original message in the reply
31137 you either need to press 'y' to include the original text, or 'n' to 
31138 exclude it from the reply. Pressing return will execute the default 
31139 action, which is to include text only if the option
31140 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
31141 is enabled. However, notice that the default is to include text if you edit the 
31142 reply indent string or if you explicitly set through this menu that you
31143 want headers included in the reply message.
31146 &lt;End of help on this topic&gt;
31147 </BODY>
31148 </HTML>
31149 ====== h_config_del_from_dot =====
31150 <HTML>
31151 <HEAD>
31152 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
31153 </HEAD>
31154 <BODY>
31155 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
31157 This feature controls the behavior of the Ctrl-K command in the composer.
31158 If set, ^K will cut from the current cursor position to the end of the line,
31159 rather than cutting the entire line.
31162 &lt;End of help on this topic&gt;
31163 </BODY>
31164 </HTML>
31165 ====== h_config_print_index =====
31166 <HTML>
31167 <HEAD>
31168 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
31169 </HEAD>
31170 <BODY>
31171 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
31173 This feature controls the behavior of the Print command when in the
31174 MESSAGE INDEX screen.  If set, the print command will give you a prompt
31175 asking if you wish to print the message index, or the currently highlighted
31176 message. If not set, the message will be printed.
31179 &lt;End of help on this topic&gt;
31180 </BODY>
31181 </HTML>
31182 ====== h_config_allow_talk =====
31183 <HTML>
31184 <HEAD>
31185 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
31186 </HEAD>
31187 <BODY>
31188 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
31190 UNIX Alpine only.
31192 By default, permission for others to &quot;talk&quot; to your terminal is turned
31193 off when you are running Alpine.  When this feature is set, permission is
31194 instead turned on.  If enabled, you may see unexpected messages in the
31195 middle of your Alpine screen from someone attempting to contact you via the
31196 &quot;talk&quot; program.
31199 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
31200 talk daemon on your system will attempt to print a message on your screen 
31201 when someone else is trying to contact you.  If you wish to see these
31202 messages while you are running Alpine, you should enable this feature.
31205 If you do enable this feature and see a &quot;talk&quot; message, you must 
31206 suspend or quit Alpine before you can respond.
31209 &lt;End of help on this topic&gt;
31210 </BODY>
31211 </HTML>
31212 ====== h_config_send_filter_dflt =====
31213 <HTML>
31214 <HEAD>
31215 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
31216 </HEAD>
31217 <BODY>
31218 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
31219 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
31220 configured, setting this feature will cause
31221 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
31222 instead of unfiltered, the usual default.
31224 <UL>   
31225 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31226 </UL><P>
31227 &lt;End of help on this topic&gt;
31228 </BODY>
31229 </HTML>
31230 ====== h_config_custom_print =====
31231 <HTML>
31232 <HEAD>
31233 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
31234 </HEAD>
31235 <BODY>
31236 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
31238 When this feature is set, the print command will have an additional
31239 subcommand called "C CustomPrint".  If selected, you will have
31240 the opportunity to enter any system print command --instead of being 
31241 restricted to using those that have been previously configured in the 
31242 printer setup menu.
31245 &lt;End of help on this topic&gt;
31246 </BODY>
31247 </HTML>
31248 ====== h_config_enable_dot_files =====
31249 <HTML>
31250 <HEAD>
31251 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
31252 </HEAD>
31253 <BODY>
31254 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
31256 When this feature is set, files beginning with dot (".") will be
31257 visible in the file browser.  For example, you'll be able to select them
31258 when using the browser to add an attachment to a message.
31260 &lt;End of help on this topic&gt;
31261 </BODY>
31262 </HTML>
31263 ====== h_config_enable_dot_folders =====
31264 <HTML>
31265 <HEAD>        
31266 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
31267 </HEAD>
31268 <BODY>
31269 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
31271 When this feature is set, folders beginning with dot (".") may be added
31272 and viewed.
31274 &lt;End of help on this topic&gt;
31275 </BODY>
31276 </HTML>
31277 ====== h_config_ff_between_msgs =====
31278 <HTML>
31279 <HEAD>
31280 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
31281 </HEAD>
31282 <BODY>
31283 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
31285 Setting this feature causes a formfeed to be printed between messages when
31286 printing multiple messages (with Apply Print command).
31288 &lt;End of help on this topic&gt;
31289 </BODY>
31290 </HTML>
31291 ====== h_config_blank_keymenu =====
31292 <HTML>
31293 <HEAD>
31294 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
31295 </HEAD>
31296 <BODY>
31297 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
31299 If this feature is set the command key menu that normally appears on the
31300 bottom two lines of the screen will not usually be there.  Asking for
31301 help with ^G or ? will cause the key menu to appear instead of causing
31302 the help message to come up.  If you want to actually see the help text,
31303 another ^G or ? will show it to you.  After the key menu has popped
31304 up with the help key it will remain there for an O for Other command but
31305 disappear if any other command is typed.
31307 &lt;End of help on this topic&gt;
31308 </BODY>
31309 </HTML>
31310 ====== h_config_enable_mouse =====
31311 <HTML>
31312 <HEAD>
31313 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
31314 </HEAD>
31315 <BODY>
31316 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
31318 This feature controls whether or not an X terminal mouse can be used with
31319 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
31320 being used, the left mouse button on the mouse can be used to select text
31321 or commands.
31322 Clicking on a command at the bottom of the screen will behave as if you had
31323 typed that command.
31324 Clicking on an index line will move the current message highlight to
31325 that line.
31326 Double-clicking on an index line will view the message.
31327 Double-clicking on a link will view the link.
31329 This type of mouse support will also work in some terminal emulators which are
31330 not actually X terminals, but which have extra code to support the xterm
31331 style mouse.
31332 For those emulators you not only need to turn this feature on but you also
31333 have to set the $DISPLAY environment variable even though it isn't needed
31334 for your terminal.
31335 That will cause Alpine to think that it is an xterm and to properly interpret the
31336 escape sequences sent by the mouse.
31338 Note: if this feature is set, the behavior of X terminal cut-and-paste is
31339 also modified.  It is sometimes possible to hold the shift key down while clicking
31340 left or middle mouse buttons for the normal xterm cut/paste operations. 
31341 There is also an Alpine command to toggle this mode on or off.
31342 The command is Ctrl-&#92; (Control-backslash).
31344 &lt;End of help on this topic&gt;
31345 </BODY>
31346 </HTML>
31347 ====== h_config_enable_xterm_newmail =====
31348 <HTML>
31349 <HEAD>        
31350 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
31351 </HEAD>
31352 <BODY>
31353 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
31355 This feature controls whether or not Alpine will attempt to announce new
31356 mail arrival when it is running in an X terminal window and that window
31357 is iconified.  If set, and the $DISPLAY variable indicates that an X
31358 terminal is being used, Alpine will send appropriate escape sequences to
31359 the X terminal to modify the label on Alpine's icon to indicate that new
31360 mail has arrived. Alpine will also modify the Alpine window's title to
31361 indicate new mail.
31362 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
31364 &lt;End of help on this topic&gt;
31365 </BODY></HTML>
31366 ====== h_config_enable_newmail_short_text =====
31367 <HTML>
31368 <HEAD>        
31369 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
31370 </HEAD>
31371 <BODY>
31372 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
31374 This feature controls the text to be displayed in an icon in the event
31375 of a new message arrival.  Normally, the message will
31376 be the one that is displayed on the screen.  This feature shortens the
31377 message to a count of the number of new messages in brackets.  This may be
31378 more useful for those who use the window's title bar in the task bar as a
31379 new mail indicator.  This feature is only useful if the
31380 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
31381 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
31382 feature, this feature is only relevant when run in an xterm environment.
31384 &lt;End of help on this topic&gt;
31385 </BODY></HTML>
31386 ====== h_config_copy_to_to_from =====
31387 <HTML>
31388 <HEAD>
31389 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
31390 </HEAD>
31391 <BODY>
31392 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
31394 This feature affects the From address used when Replying to a message.
31395 It is probably only useful if you have some
31396 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
31397 defined.
31398 When enabled, it checks to see if any of the addresses in the To or Cc
31399 fields of the message you are replying to is one of your addresses.
31400 If it is, and there is only one of them, then that address is used as
31401 the From address in the message you are composing.
31402 In other words, you will be using a From address that is the same
31403 as the To address that was used to get the mail to you in the first place.
31406 If a role is being used and it has a From address defined, that From address will
31407 be used rather than the one derived from this feature.
31410 <UL>   
31411 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31412 </UL><P>
31413 &lt;End of help on this topic&gt;
31414 </BODY>
31415 </HTML>
31416 ====== h_config_prefix_editing =====
31417 <HTML>
31418 <HEAD>
31419 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
31420 </HEAD>
31421 <BODY>
31422 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
31424 This feature affects the Reply command's &quot;Include original message
31425 in Reply?&quot; prompt.  When enabled, it causes the
31426 &quot;Edit Indent String&quot; sub-command to appear which allows 
31427 you to edit the string Alpine would otherwise use to denote included 
31428 text from the message being replied to.<P>
31430 Thus, you can change Alpine's default message quote character (usually
31431 an angle bracket) on a per message basis. So you could change your quoted message to
31432 look, for example, like this:<p>
31434 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
31436 John: I just wanted to say hello and to congratulate you
31437 John: on a job well done!</pre><p>
31439 The configuration option
31440 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
31441 may be used to change what appears as the default string to be edited.
31443 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
31444 currently being replied to.
31446 If you change your <!--#echo var="VAR_reply-indent-string"-->
31447 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
31448 quoted text will not be flowed
31449 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
31450 when you reply.
31451 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
31452 set to the default value.
31454 <UL>   
31455 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31456 </UL><P>
31457 &lt;End of help on this topic&gt;
31458 </BODY>
31459 </HTML>
31460 ====== h_config_enable_search_and_repl =====
31461 <HTML>
31462 <HEAD>
31463 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
31464 </HEAD>
31465 <BODY>
31466 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
31468 This feature modifies the behavior of Alpine's composer.  Setting this
31469 feature causes Alpine to offer the "^R Replace" subcommand, which
31470 allows you to search and replace text strings in a message you are composing, 
31471 inside the "^W Where is" command.  
31475 To search and replace text, first enter the text to be replaced at the 
31476 "Search: " prompt.  Then, rather than pressing Enter to just search for that
31477 text, press ^R, which turns the prompt into 
31481 Search (to replace): 
31485 and then press Enter.  The cursor will highlight the first occurrence 
31486 of the text string you entered, and the prompt will show: 
31490 Replace "<your text string>" with : 
31494 where <your text string> is what you entered at the previous prompt;
31495 here, enter the replacement text.  To only replace the highlighted 
31496 occurrence, simply press Enter now; to replace all occurrences in the 
31497 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
31498 each replacement.
31502 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
31503 ^X toggles between "Replace All" and "Replace One."
31507 If you previously searched for text in a message, it will be offered for 
31508 re-use as part of the prompt, shown in [ ] brackets.
31511 &lt;End of help on this topic&gt;
31512 </BODY>
31513 </HTML>
31514 ====== h_config_enable_view_attach =====
31515 <HTML>
31516 <HEAD>
31517 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
31518 </HEAD>
31519 <BODY>
31520 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
31522 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31523 Setting this feature causes Alpine to present attachments in boldface.
31524 The first available attachment is displayed in inverse.  This is the
31525 "selected" attachment.  Pressing RETURN will cause Alpine to display
31526 the selected attachment.  Use the arrow keys to change which of the
31527 attachments displayed in boldface is the current selection.
31531 Speaking of arrow keys, the Up and Down Arrows will select the next
31532 and previous attachments if one is available on the screen for selection.
31533 Otherwise, they will simply adjust the viewed text one line up or down.
31537 Similarly, when selectable items are present in a message, the Ctrl-F key
31538 can be used to select the next item in the message independent of which
31539 portion of the viewed message is currently displayed. The Ctrl-B key can
31540 be used to select the previous item in the same way. 
31541 <P> 
31542 &lt;End of help on this topic&gt;
31543 </BODY>
31544 </HTML>
31545 ====== h_config_enable_y_print =====
31546 <HTML>
31547 <HEAD>
31548 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
31549 </HEAD>
31550 <BODY>
31551 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
31553 This feature modifies the behavior of Alpine's Print command.
31555 By default, Alpine's print command is available by pressing the "%" key.  
31556 (This command is a substantial change from Pine versions before 4.00 -- 
31557 where the print command was "Y" -- based on numerous complaints about 
31558 printing being invoked inadvertently, since Y also means "Yes.")  
31562 This feature is supplied to mitigate any disruption or anxiety users 
31563 might feel as a result of this change.  
31567 Enabling this feature will cause Alpine to recognize both the old
31568 command, "Y" for Prynt, as well the new "%" method for invoking
31569 printing.  Note, key menu labels are not changed as a result of
31570 enabling this feature.
31574 &lt;End of help on this topic&gt;
31575 </BODY>
31576 </HTML>
31577 ====== h_config_enable_lessthan_exit =====
31578 <HTML>
31579 <HEAD>
31580 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
31581 </HEAD>
31582 <BODY>
31583 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
31585 If this feature is set, then on screens where there is an Exit command
31586 but no < command, the < key will perform the same function as the Exit
31587 command.
31588 This feature is set by default.
31590 &lt;End of help on this topic&gt;
31591 </BODY>
31592 </HTML>
31593 ====== h_config_enable_view_url =====
31594 <HTML>
31595 <HEAD>
31596 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
31597 </HEAD>
31598 <BODY>
31599 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
31600 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31601 When this feature is set (the default) Alpine will select possible URLs from the
31602 displayed text and display them in boldface for selection.
31604 The first available URL is displayed in inverse.  This is the
31605 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
31606 the selected URL via either built-in means as with mailto:, imap:,
31607 news:, and nntp:, or via an external application as defined
31608 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31609 variable.
31611 Use the arrow keys to change which of the URLs displayed in boldface
31612 is the current selection.
31614 Speaking of arrow keys, the Up and Down Arrows will select the next
31615 and previous URL if one is available on the screen for selection (unless 
31616 you have set the feature 
31617 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
31618 Otherwise, they will simply adjust the viewed text one line up or down.
31620 Similarly, when selectable items are present in a message, the Ctrl-F
31621 key can be used to select the next item in the message independent
31622 of which portion of the viewed message is currently displayed. The
31623 Ctrl-B key can be used to select the previous item in the same way.
31625 <UL>   
31626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31627 </UL><P>
31628 &lt;End of help on this topic&gt;
31629 </BODY>
31630 </HTML>
31631 ====== h_config_enable_view_web_host =====
31632 <HTML>
31633 <HEAD>
31634 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
31635 </HEAD>
31636 <BODY>
31637 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
31639 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31640 When this feature is set (the default) Alpine will select possible web hostnames
31641 from the displayed text and display them in boldface for selection.  
31642 This can be useful when you receive messages referencing World Wide Web 
31643 sites without the use of complete URLs; for example, specifying only 
31644 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
31645 selectable 
31646 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
31647 rather than explicitly
31648 &quot;http://www.some.site.com&quot;.  
31650 The first available hostname is displayed in inverse.  This is the
31651 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
31652 the selected hostname via an external application as defined
31653 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31654 variable.
31656 Use the arrow keys (unless you have set the feature 
31657 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31658 to change which of the hostnames displayed in
31659 boldface is the current selection.
31661 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31662 key can be used to select the next web hostname in the message independent
31663 of which portion of the viewed message is currently displayed. The
31664 Ctrl-B key can be used to select the previous web hostnames in the same way.
31666 <UL>   
31667 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31668 </UL><P>
31669 &lt;End of help on this topic&gt;
31670 </BODY>
31671 </HTML>
31672 ====== h_config_enable_view_addresses =====
31673 <HTML>
31674 <HEAD>
31675 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
31676 </HEAD>
31677 <BODY>
31678 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
31680 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31681 Setting this feature causes Alpine to select possible email addresses
31682 from the displayed text and display them in boldface for selection.  
31685 The first available email address is displayed in inverse.  This is the
31686 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
31687 the message composition screen with the To: field filled in with the
31688 selected address.
31690 Use the arrow keys (unless you have set the feature 
31691 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31692 to change which of the hostnames displayed in
31693 boldface is the current selection.
31695 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31696 key can be used to select the next web hostname in the message independent
31697 of which portion of the viewed message is currently displayed. The
31698 Ctrl-B key can be used to select the previous web hostnames in the same way.
31700 <UL>   
31701 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31702 </UL><P>
31703 &lt;End of help on this topic&gt;
31704 </BODY>
31705 </HTML>
31706 ====== h_external_loads_inline_images_only =====
31707 <HTML>
31708 <HEAD>
31709 <TITLE>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></TITLE>
31710 </HEAD>
31711 <BODY>
31712 <H1>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></H1>
31714 Alpine allows you to pass a HTML message to the browser that you have configured in your
31715 <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A> variable. This allows
31716 you to read a message outside of Alpine. This is desirable when Alpine does not display
31717 html correctly, or when you wish to read the message and see the inline images in the message.
31720 An inline image is one that comes with the message and is necessary for the correct display of
31721 the message. However, there are instances in which the source of an image will come from
31722 external servers. If this feature is enabled (the default) then Alpine will only pass inline
31723 images to the browser and will remove the link to external images, so only inline images will
31724 be used to display the message, and no external image will be loaded. Alpine does this to protect
31725 your privacy and security.
31728 Please note that messages are usually formatted by the sender so that they display correctly once
31729 all images have been loaded. Enabling this feature might cause the message not to be correctly
31730 displayed by your browser.
31733 Also consider security and privacy implications of opening an HTML message in a browser. You are
31734 always protected when you do not use this feature, but you might not have the same level of
31735 protection if you try to open a spam or scam using the html view. Also commercial email is
31736 normally embedded with links to external images that let them, their partners, and your internet
31737 service provider (which could be your employer or school)  know that you opened their message or
31738 connected to a web site, violating your privacy.
31741 If you are worried about your privacy and security, do not use an external viewer to open
31742 html files, and keep using the internal mechanisms that Alpine provides to read messages.
31745 &lt;End of help on this topic&gt;
31746 </BODY>
31747 <HTML>
31748 ====== h_config_enable_view_arrows =====
31749 <HTML>
31750 <HEAD>
31751 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
31752 </HEAD>
31753 <BODY>
31754 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
31756 This feature modifies Up and Down arrow key behavior in Alpine's
31757 MESSAGE TEXT screen when selectable Attachments, URL's, or
31758 web-hostnames are presented. Alpine's usual behavior is to move to
31759 the next or previous selectable item if currently displayed or
31760 simply to adjust the screen view by one line.
31764 Setting this feature causes the UP and Down arrow key to behave as
31765 if no selectable items were present in the message.
31769 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
31770 item) functionality is unchanged.
31773 &lt;End of help on this topic&gt;
31774 </BODY>
31775 <HTML>
31776 ====== h_config_quell_charset_warning =====
31777 <HTML>
31778 <HEAD>
31779 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
31780 </HEAD>
31781 <BODY>
31782 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
31784 By default, if the message you are viewing contains characters that are
31785 not representable in your
31786 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
31787 then Alpine will
31788 add a warning to the start of the displayed text.
31789 If this option is set, then that editorial message will be suppressed.
31791 Setting this feature also suppresses the comment about the character set
31792 in header lines.
31793 For example, when viewing a message you might see
31795 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
31797 in the From header if your Character-Set is something other than ISO-8859-2.
31798 If you set this feature, the comment about the character set will
31799 no longer be there.
31801 &lt;End of help on this topic&gt;
31802 </BODY>
31803 </HTML>
31804 ====== h_config_quell_host_after_url =====
31805 <HTML>
31806 <HEAD>
31807 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
31808 </HEAD>
31809 <BODY>
31810 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
31812 By default, links in HTML text are displayed with the host the link
31813 references appended, within square brackets, to the link text.  Alpine
31814 does this to help indicate where a link will take you, particularly when
31815 the link text might suggest a different destination.
31818 Setting this feature will prevent the server name from being appended
31819 to the displayed text.
31822 &lt;End of help on this topic&gt;
31823 </BODY>
31824 </HTML>
31825 ====== h_config_prefer_plain_text =====
31826 <HTML>
31827 <HEAD>
31828 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
31829 </HEAD>
31830 <BODY>
31831 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
31833 A message being viewed may contain alternate versions of the same content.
31834 Those alternate versions are supposed to be ordered by the sending software such that the
31835 first alternative is the least preferred and the last alternative is the
31836 most preferred. Alpine will normally display the most-preferred version that
31837 it knows how to display. This is most often encountered where the two
31838 alternate versions are a plain text version and an HTML version, with the
31839 HTML version listed last as the most preferred.
31841 If this option is set, then any plain text version will be preferred to
31842 all other versions.
31844 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
31845 which will temporarily change the sense of this option.
31846 If this option is set you will first see the plain text version of a
31847 message.
31848 If you then type the &quot;A&quot; command, you will see the most preferred version,
31849 most likely HTML, instead.
31850 Typing the &quot;A&quot; command a second time will switch it back.
31851 Alternatively, if the present option is not set you will originally see
31852 the most preferred version of the message and typing &quot;A&quot; will switch to
31853 the plain text version.
31855 &lt;End of help on this topic&gt;
31856 </BODY>
31857 </HTML>
31858 ====== h_config_pass_control =====
31859 <HTML>
31860 <HEAD>
31861 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
31862 </HEAD>
31863 <BODY>
31864 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
31866 It is probably not useful to set this option.
31867 This is a legacy option left behind &quot;just in case&quot;.
31868 Multi-byte characters that have an octet that has the same
31869 value as a control character are permitted through whether or not
31870 this option is turned on.
31872 This feature controls how certain characters contained in messages are
31873 displayed.
31874 If set, all characters in a message will be sent to the
31875 screen. Normally, control characters are displayed as shown below to
31876 avoid a garbled screen and to 
31877 avoid inadvertently changing terminal setup parameters.
31878 Control characters are usually displayed as two character sequences like
31879 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
31880 for Control-C,
31881 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
31882 for ESCAPE,
31883 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
31884 for DELETE, and
31885 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
31886 for the character with value 133 (0x85).
31887 (The DEL character is displayed as ^?, regular control characters are displayed
31888 as the character ^ followed by the character obtained by adding the
31889 five low-order bits of the character to 0x40, and the C1
31890 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
31891 character obtained by adding the
31892 five low-order bits of the character to 0x40.)
31893 Sometimes, in cases where changing a single control character into a
31894 two-character sequence would confuse Alpine's display routines,
31895 a question mark is substituted for the control character.
31897 If you wish to filter out regular control characters but pass the
31898 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31899 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.
31901 &lt;End of help on this topic&gt;
31902 </BODY>
31903 </HTML>
31904 ====== h_config_pass_c1_control =====
31905 <HTML>
31906 <HEAD>
31907 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
31908 </HEAD>
31909 <BODY>
31910 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
31912 It is probably not useful to set this option.
31913 This is a legacy option left behind &quot;just in case&quot;.
31914 Multi-byte characters that have an octet that has the same
31915 value as a control character are permitted through whether or not
31916 this option is turned on.
31918 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31919 is set, then this feature has no effect.
31920 However, if you wish to filter out regular control characters but pass the
31921 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31922 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31923 unset and set this feature.
31925 &lt;End of help on this topic&gt;
31926 </BODY>
31927 </HTML>
31928 ====== h_config_fcc_on_bounce =====
31929 <HTML>
31930 <HEAD>
31931 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
31932 </HEAD>
31933 <BODY>
31934 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
31936 This feature controls an aspect of Alpine's behavior when bouncing a
31937 message. If set, normal FCC ("File Carbon Copy") processing will be
31938 done, just as if you had composed a message to the address you are
31939 bouncing to.  If not set, no FCC of the message will be saved. 
31941 &lt;End of help on this topic&gt;
31942 </BODY>
31943 </HTML>
31944 ====== h_config_show_cursor =====
31945 <HTML>
31946 <HEAD>
31947 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
31948 </HEAD>
31949 <BODY>
31950 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
31952 This feature controls an aspect of Alpine's displays.  If set, the system
31953 cursor will move to convenient locations in the displays.  For example,
31954 to the beginning of the status field of the highlighted index line, or
31955 to the highlighted word after a successful WhereIs command.  It is intended
31956 to draw your attention to an "interesting" spot on the screen.
31958 &lt;End of help on this topic&gt;
31959 </BODY>
31960 </HTML>
31961 ====== h_config_sort_fcc_alpha =====
31962 <HTML>
31963 <HEAD>
31964 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
31965 </HEAD>
31966 <BODY>
31967 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
31969 This feature controls an aspect of Alpine's FOLDER LIST screen.
31970 If set, the default Fcc folder will be sorted alphabetically with the other
31971 folders instead of appearing right after the INBOX.
31973 &lt;End of help on this topic&gt;
31974 </BODY>
31975 </HTML>
31976 ====== h_config_sort_save_alpha =====
31977 <HTML>
31978 <HEAD>
31979 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
31980 </HEAD>
31981 <BODY>
31982 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
31984 This feature controls an aspect of Alpine's FOLDER LIST screen.
31985 If set, the default save folder will be sorted alphabetically with the other
31986 folders instead of appearing right after the INBOX (and default FCC folder).
31988 &lt;End of help on this topic&gt;
31989 </BODY>
31990 </HTML>
31991 ====== h_config_single_list =====
31992 <HTML>
31993 <HEAD>
31994 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
31995 </HEAD>
31996 <BODY>
31997 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
31999 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
32000 the folders will be listed one per line instead of several per line
32001 in the FOLDER LIST display.
32003 &lt;End of help on this topic&gt;
32004 </BODY>
32005 </HTML>
32006 ====== h_config_vertical_list =====
32007 <HTML>
32008 <HEAD>
32009 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
32010 </HEAD>
32011 <BODY>
32012 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
32014 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
32015 the folders will be listed alphabetically down the columns rather
32016 than across the columns as is the default.
32018 &lt;End of help on this topic&gt;
32019 </BODY>
32020 </HTML>
32021 ====== h_config_verbose_post =====
32022 <HTML>
32023 <HEAD>
32024 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
32025 </HEAD>
32026 <BODY>
32027 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
32028 This feature controls an aspect of Alpine's message sending.  When enabled,
32029 Alpine will send a VERB (i.e., VERBose) command early in the posting process
32030 intended to cause the SMTP server to provide a more detailed account of
32031 the transaction.  This feature is typically only useful to system
32032 administrators and other support personnel as an aid in troubleshooting
32033 problems.
32035 Note, this feature relies on a specific capability of the system's mail
32036 transport agent or configured 
32037 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
32038 It is possible that this
32039 feature will cause problems for some transport agents, and may result in
32040 sending failure.  In addition, as the verbose output comes from the mail
32041 transport agent, it is likely to vary from one system to another. 
32042 <P><UL>
32043 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32044 </UL><P>
32045 &lt;End of help on this topic&gt;
32046 </BODY>
32047 </HTML>
32048 ====== h_config_auto_reply_to =====
32049 <HTML>
32050 <HEAD>
32051 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
32052 </HEAD>
32053 <BODY>
32054 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
32056 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
32057 will not prompt when a message being replied to contains a "Reply-To:"
32058 header value, but will simply use its value (as opposed to using the
32059 "From:" field's value).
32063 Note: Using the "Reply-To:" address is usually the preferred behavior,
32064 however, some mailing list managers choose to place the list's address in
32065 the "Reply-To:" field of any message sent out to the list.  In such
32066 cases, this feature makes it all too easy for personal replies to be
32067 inadvertently sent to the entire mail list, so be careful! 
32069 &lt;End of help on this topic&gt;
32070 </BODY>
32071 </HTML>
32072 ====== h_config_del_skips_del =====
32073 <HTML>
32074 <HEAD>
32075 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
32076 </HEAD>
32077 <BODY>
32078 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
32080 This feature controls an aspect of Alpine's Delete command.  If set, this
32081 feature will cause the Delete command to advance past following messages that
32082 are marked deleted.  In other words, pressing "D" will both mark the
32083 current message deleted and advance to the next message that is not marked
32084 deleted.
32085 This feature is set by default.
32087 &lt;End of help on this topic&gt;
32088 </BODY></HTML>
32089 ====== h_config_expunge_manually =====
32090 <HTML>
32091 <HEAD>
32092 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
32093 </HEAD>
32094 <BODY>
32095 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
32097 Normally, when you close a folder that contains deleted messages you are
32098 asked if you want to expunge those messages from the folder permanently.
32099 If this feature is set, you won't be asked and the deleted messages will
32100 remain in the folder.
32101 If you choose to set this feature you will have to expunge the
32102 messages manually using the eXpunge command, which you can use while
32103 in the MESSAGE INDEX screen.
32104 If you do not expunge deleted messages the size of your
32105 folder will continue to increase until you are out of disk space.
32107 <UL>   
32108 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32109 </UL><P>
32110 &lt;End of help on this topic&gt;
32111 </BODY>
32112 </HTML>
32113 ====== h_config_auto_expunge =====
32114 <HTML>
32115 <HEAD>
32116 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
32117 </HEAD>
32118 <BODY>
32119 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
32121 This features controls an aspect of Alpine's eXpunge command.  If set, you
32122 will <B>not</B> be prompted to confirm your intent before the expunge takes 
32123 place.
32124 Actually, this is only true for the INBOX folder and for folders in the
32125 Incoming Folders collection. See the feature
32126 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
32128 <UL>   
32129 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32130 </UL><P>
32131 &lt;End of help on this topic&gt;
32132 </BODY>
32133 </HTML>
32134 ====== h_config_full_auto_expunge =====
32135 <HTML>
32136 <HEAD>
32137 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
32138 </HEAD>
32139 <BODY>
32140 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
32142 This features controls an aspect of Alpine's eXpunge command.  If set, you
32143 will <B>not</B> be prompted to confirm your intent before the expunge 
32144 takes place.  This feature sets this behavior for all folders, unlike the
32145 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
32146 feature that works only for incoming folders.
32148 <UL>   
32149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32150 </UL><P>
32151 &lt;End of help on this topic&gt;
32152 </BODY>
32153 </HTML>
32154 ====== h_config_auto_read_msgs =====
32155 <HTML>
32156 <HEAD>
32157 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
32158 </HEAD>
32159 <BODY>
32160 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
32161 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
32162 and the 
32163 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
32164 option is also set, then Alpine will
32165 automatically transfer all read messages to the designated folder and mark
32166 them as deleted in the INBOX.  Messages in the INBOX marked with an 
32167 &quot;N&quot; (meaning New, or unseen) are not affected.
32169 <UL>   
32170 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32171 </UL><P>
32172 &lt;End of help on this topic&gt;
32173 </BODY>
32174 </HTML>
32175 ====== h_config_auto_fcc_only =====
32176 <HTML>
32177 <HEAD>
32178 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
32179 </HEAD>
32180 <BODY>
32181 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
32182 This features controls an aspect of Alpine's composer.
32183 The only time this feature will be used is if you attempt to send mail
32184 that has no recipients but does have an Fcc.
32185 Normally, Alpine will ask if you really mean to copy the message only to
32186 the Fcc.
32187 That is, it asks if you really meant to have no recipients.
32188 If this feature is set, you
32189 will <B>not</B> be prompted to confirm your intent to make only a copy
32190 of a message with no recipients.
32192 This feature is closely related to
32193 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
32194 The difference between this feature and that feature is that this feature
32195 considers a Bcc to be a recipient while that feature will ask for confirmation
32196 even if there is a Bcc when there is no To, Cc, or Newsgroup.
32197 The default values also differ. This feature defaults to asking the question
32198 and you have to turn it off.
32199 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
32200 unless you turn it on.
32203 <UL>   
32204 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32205 </UL><P>
32206 &lt;End of help on this topic&gt;
32207 </BODY>
32208 </HTML>
32209 ====== h_config_mark_fcc_seen =====
32210 <HTML>
32211 <HEAD>
32212 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
32213 </HEAD>
32214 <BODY>
32215 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
32217 This features controls the way Fccs (File carbon copies) are
32218 made of the messages you send.
32221 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
32222 copy will be marked as Unseen.
32223 When you look at the folder it was saved in the message will appear to
32224 be a New message until you read it.
32225 When this feature is enabled, the message will be marked as having
32226 been Seen.
32229 <UL>   
32230 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32231 </UL><P>
32232 &lt;End of help on this topic&gt;
32233 </BODY>
32234 </HTML>
32235 ====== h_config_no_fcc_attach =====
32236 <HTML>
32237 <HEAD>
32238 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
32239 </HEAD>
32240 <BODY>
32241 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
32243 This features controls the way Fcc's (File carbon copies) are
32244 made of the messages you send.
32247 Normally, Alpine saves an exact copy of your message as it was sent.
32248 When this feature is enabled, the &quot;body&quot; of the message
32249 you send (the text you type in the composer) is preserved in the 
32250 copy as before, however all attachments are replaced with text
32251 explaining what had been sent rather than the attachments themselves.
32254 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
32255 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
32256 allows you to interactively set whether or not attachments are saved
32257 to the Fcc'd copy.
32260 <UL>   
32261 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32262 </UL><P>
32263 &lt;End of help on this topic&gt;
32264 </BODY>
32265 </HTML>
32266 ====== h_config_read_in_newsrc_order =====
32267 <HTML>
32268 <HEAD>
32269 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
32270 </HEAD>
32271 <BODY>
32272 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
32274 This feature controls the order in which newsgroups will be presented.  If
32275 set, they will be presented in the same order as they occur in your 
32276 <!--chtml if pinemode="os_windows"-->
32277 &quot;NEWSRC&quot;
32278 <!--chtml else-->
32279 &quot;.newsrc&quot;
32280 <!--chtml endif-->
32281 file (the default location of which can be changed with the 
32282 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
32284 If not set, the newsgroups will be presented in alphabetical order.
32286 <UL>   
32287 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32288 </UL><P>
32289 &lt;End of help on this topic&gt;
32290 </BODY>
32291 </HTML>
32292 ====== h_config_quell_tz_comment =====
32293 <HTML>
32294 <HEAD>
32295 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
32296 </HEAD>
32297 <BODY>
32298 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
32300 Normally, when Alpine generates a Date header for outgoing mail,
32301 it will try to include the symbolic timezone at the end of the
32302 header inside parentheses.
32303 The symbolic timezone is often three characters long, but on
32304 some operating systems, it may be longer.
32305 Apparently there are some SMTP servers in the world that will reject an
32306 incoming message if it has a Date header longer than about 80 characters.
32307 If this feature is set, the symbolic timezone normally generated by
32308 Alpine will not be included.
32309 You probably don't need to worry about this feature unless you run into
32310 the problem described above.
32313 &lt;End of help on this topic&gt;
32314 </BODY>
32315 </HTML>
32316 ====== h_config_post_wo_validation =====
32317 <HTML>
32318 <HEAD>
32319 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
32320 </HEAD>
32321 <BODY>
32322 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
32324 This feature controls whether the NNTP server is queried as newsgroups
32325 are entered for posting.  Validation over slow links (e.g. dialup using
32326 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
32328 &lt;End of help on this topic&gt;
32329 </BODY>
32330 </HTML>
32331 ====== h_config_send_wo_confirm =====
32332 <HTML>
32333 <HEAD>
32334 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
32335 </HEAD>
32336 <BODY>
32337 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
32339 By default, when you send or post a message you will be asked to confirm
32340 with a question that looks something like:
32343 <CENTER><SAMP>Send message?</SAMP></CENTER>
32346 If this feature is set, you
32347 will <B>not</B> be prompted to confirm your intent to send
32348 and your message will be sent.
32350 If this feature is set it disables some possibilities and renders some
32351 other features meaningless.
32352 You will not be able to use
32353 <A HREF="h_config_sending_filter">Sending Filters</A>,
32354 Verbose sending mode,
32355 <A HREF="h_config_compose_bg_post">Background Sending</A>,
32356 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
32357 or ^V to turn off the generation of flowed text for this message.
32358 These options are normally available as suboptions in the Send prompt, but
32359 with no Send prompt the options are gone.
32362 A somewhat related feature is
32363 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
32364 which may be used to eliminate the extra confirmation
32365 question when posting to a newsgroup.
32367 <UL>   
32368 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32369 </UL><P>
32370 &lt;End of help on this topic&gt;
32371 </BODY>
32372 </HTML>
32373 ====== h_config_quell_filtering_done_message =====
32374 <HTML>
32375 <HEAD>
32376 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
32377 </HEAD>
32378 <BODY>
32379 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
32381 If you use Filter Rules that move messages or set status of messages
32382 you sometimes see a message from Alpine that looks like
32385 <CENTER><SAMP>filtering done</SAMP></CENTER>
32388 If this feature is set, this message will be suppressed.
32389 If the feature
32390 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
32391 is set then this message will be suppressed regardless.
32394 <UL>   
32395 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32396 </UL><P>
32397 &lt;End of help on this topic&gt;
32398 </BODY>
32399 </HTML>
32400 ====== h_config_quell_filtering_messages =====
32401 <HTML>
32402 <HEAD>
32403 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
32404 </HEAD>
32405 <BODY>
32406 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
32408 If you use Filter Rules that move messages or set status of messages
32409 you sometimes see messages from Alpine that look like
32412 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
32418 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
32424 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
32427 If this feature is set, these messages will be suppressed.
32428 The feature
32429 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
32430 is related.
32433 <UL>   
32434 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32435 </UL><P>
32436 &lt;End of help on this topic&gt;
32437 </BODY>
32438 </HTML>
32439 ====== h_config_quell_post_prompt =====
32440 <HTML>
32441 <HEAD>
32442 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
32443 </HEAD>
32444 <BODY>
32445 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
32447 By default, when you post a message to a newsgroup you are asked to confirm
32448 that you want to post with the question
32451 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
32454 If this feature is set, you
32455 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
32456 and your message will be posted.
32459 <UL>   
32460 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32461 </UL><P>
32462 &lt;End of help on this topic&gt;
32463 </BODY>
32464 </HTML>
32465 ====== h_config_check_mail_onquit =====
32466 <HTML>
32467 <HEAD>
32468 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
32469 </HEAD>
32470 <BODY>
32471 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
32473 If this feature is set, Alpine will check for new mail after you give the
32474 Quit command.
32475 If new mail has arrived since the previous check, you will be notified
32476 and given the choice of quitting or not quitting.
32478 <UL>   
32479 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32480 </UL><P>
32481 &lt;End of help on this topic&gt;
32482 </BODY>
32483 </HTML>
32484 ====== h_config_inbox_no_confirm =====
32485 <HTML>
32486 <HEAD>
32487 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
32488 </HEAD>
32489 <BODY>
32490 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
32492 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32493 command and there are no more folders or newsgroups to visit, you are asked
32494 if you want to return to the INBOX.
32495 If this feature is set you will not be asked.
32496 It will be assumed that you do want to return to the INBOX.
32498 <UL>   
32499 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32500 </UL><P>
32501 &lt;End of help on this topic&gt;
32502 </BODY>
32503 </HTML>
32504 ====== h_config_dates_to_local =====
32505 <HTML>
32506 <HEAD>
32507 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
32508 </HEAD>
32509 <BODY>
32510 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
32512 Normally, the message dates that you see in the
32513 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
32514 For example, if a message was sent to you from a few timezones to the east
32515 it might appear that it was sent from the future;
32516 or if it was sent from somewhere to the west it might appear
32517 as if it is from yesterday even though it was sent only a few minutes ago.
32518 If this feature is set an attempt will be made to convert the dates
32519 to your local timezone to be displayed.
32521 Note that this does not affect the results of Select by Date or of
32522 anything else other than these displayed dates.
32523 When viewing the message you may look at the original unconverted value of the Date
32524 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
32526 <UL>   
32527 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32528 </UL><P>
32529 &lt;End of help on this topic&gt;
32530 </BODY>
32531 </HTML>
32532 ====== h_config_tab_no_prompt =====
32533 <HTML>
32534 <HEAD>
32535 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
32536 </HEAD>
32537 <BODY>
32538 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
32540 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32541 command and there is a problem checking a folder, you are asked
32542 whether you want to continue with the search in the following folder or not.
32543 This question gives you a chance to stop the NextNew processing.
32544 (The checking problem might be caused by the fact that the folder does not
32545 exist, or by an authentication problem, or by a server problem
32546 of some sort.)
32549 If this feature is set you will not be asked.
32550 It will be assumed that you do want to continue.
32552 <UL>   
32553 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32554 </UL><P>
32555 &lt;End of help on this topic&gt;
32556 </BODY>
32557 </HTML>
32558 ====== h_config_input_history =====
32559 <HTML>
32560 <HEAD>
32561 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
32562 </HEAD>
32563 <BODY>
32564 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
32566 Many of the prompts that ask for input in the status line near the
32567 bottom of the screen will respond to Up Arrow and Down Arrow
32568 with the history of previous entries.
32569 For example, in the MESSAGE INDEX screen when you use the WhereIs
32570 command the text you entered will be remembered and can be recalled
32571 by using the Up Arrow key.
32572 Another example, when saving a message the folders saved to will
32573 be remembered and can be recalled using the arrow keys.
32575 In the Save prompt, some users prefer that the Up and Down arrow keys
32576 be used for the Previous Collection and Next Collection commands
32577 instead of for a history of previous saves.
32578 If this option is set the Up and Down arrow keys will become synonyms for the
32579 Previous Collection and Next Collection (^P and ^N) commands in the
32580 prompt for the name of a folder to Save to or in the prompt for the
32581 name of a folder to GoTo.
32582 When this feature is not set (the default), ^P and ^N will change the
32583 collection and the arrow keys will show the history.
32585 <UL>   
32586 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32587 </UL><P>
32588 &lt;End of help on this topic&gt;
32589 </BODY>
32590 </HTML>
32591 ====== h_config_confirm_role =====
32592 <HTML>
32593 <HEAD>
32594 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
32595 </HEAD>
32596 <BODY>
32597 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
32599 If you have roles, when you Reply to or Forward a message, or Compose
32600 a new message, Alpine
32601 will search through your roles for one that matches.
32602 Normally, if no matches are found you will be placed into the composer
32603 with no opportunity to select a role.
32604 If this feature is set, then you will be asked to confirm that you don't
32605 want a role.
32606 This will give you the opportunity to select a role (with the ^T command).
32607 If you confirm no role with a Return, you will be placed in
32608 the composer with no role.
32609 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
32610 These behave the same as if you pressed the Return.
32611 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
32612 match what you might type if there was a role match.)
32614 If you are using the alternate form of the Compose command called
32615 &quot;Role&quot;, then all of your roles will be available to you,
32616 independent of the value of this feature and of the values set for all of
32617 Reply Use, Forward Use, and Compose Use.
32619 <UL>   
32620 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32621 </UL><P>
32622 &lt;End of help on this topic&gt;
32623 </BODY>
32624 </HTML>
32625 ====== h_config_news_cross_deletes =====
32626 <HTML>
32627 <HEAD>
32628 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
32629 </HEAD>
32630 <BODY>
32631 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
32633 This feature controls what Alpine does when you delete a message in a
32634 newsgroup that appears in more than one newsgroup.  Such a message
32635 is sometimes termed a &quot;crossposting&quot; in that it was posted
32636 across several newsgroups.
32639 Alpine's default behavior when you delete such a message is to remove
32640 only the copy in the current newsgroup from view when you use the
32641 &quot;Exclude&quot; command or the next time you visit the newsgroup.
32644 Enabling this feature causes Alpine to remove every occurrence of the
32645 message from all newsgroups it appears in and to which you are
32646 subscribed.
32649 NOTE: As currently implemented, enabling this feature may increase the
32650 time it takes the Expunge command and newsgroup closing to complete.
32653 <UL>   
32654 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32655 </UL><P>
32656 &lt;End of help on this topic&gt;
32657 </BODY>
32658 </HTML>
32659 ====== h_config_news_catchup =====
32660 <HTML>
32661 <HEAD>
32662 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
32663 </HEAD>
32664 <BODY>
32665 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
32667 This feature controls what Alpine does as it closes a newsgroup.
32668 When set, Alpine will offer to delete all messages from the newsgroup
32669 as you are quitting Alpine or opening a new folder.
32672 This feature is useful if you typically read all the interesting messages
32673 in a newsgroup each time you open it.  This feature saves you from
32674 having to delete each message in a newsgroup as you read it or from
32675 selecting all the messages and doing an
32676 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
32677 move on to the next folder or newsgroup.
32680 <UL>   
32681 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32682 </UL><P>
32683 &lt;End of help on this topic&gt;
32684 </BODY>
32685 </HTML>
32686 ====== h_config_next_thrd_wo_confirm =====
32687 <HTML>
32688 <HEAD>
32689 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
32690 </HEAD>
32691 <BODY>
32692 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
32694 This feature controls an aspect of Alpine's Next and Prev commands in
32695 the case where you are using one of the
32696 &quot;separate-index-screen&quot; styles for the configuration option
32697 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
32698 and currently have the folder sorted by a Threaded or OrderedSubject sort.
32699 When you are Viewing a particular thread you have a
32700 MESSAGE INDEX of only the messages in that thread.
32701 If you press the Next command with the last message in the thread highlighted
32702 you will normally be asked if you want to &quot;View next thread?&quot;,
32703 assuming there is a next thread to view.
32704 If this feature is set it will be assumed that you always want to view the
32705 next thread and you won't be asked to confirm that.
32706 Similarly, if the first message of the thread is highlighted and you
32707 press the Prev command, this feature will prevent the question
32708 &quot;View previous thread&quot;.
32710 This feature only has an effect in the MESSAGE INDEX screen.
32711 If you then view a particular message from that screen and press the
32712 Next command, you will be sent to the next thread without being asked,
32713 independent of the setting of this feature.
32715 The feature
32716 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
32718 &lt;End of help on this topic&gt;
32719 </BODY>
32720 </HTML>
32721 ====== h_config_kw_braces =====
32722 <HTML>
32723 <HEAD>
32724 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
32725 </HEAD>
32726 <BODY>
32727 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
32729 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
32730 TEXT screens.
32731 If you have modified the
32732 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32733 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
32734 are used to display keywords or their initials along with the Subject; then
32735 this option may be used to modify the resulting display slightly.
32736 By default, the keywords or initials displayed for these tokens will be
32737 surrounded with curly braces ({ and }) and a trailing space.
32738 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
32739 a message, the &quot;SUBJKEY&quot; token will normally look like
32741 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
32743 and the SUBJKEYINIT token would look like
32745 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
32747 The default character before the keywords is the left brace ({) and the
32748 default after the keywords is the right brace followed by a space (} ).
32750 This option allows you to change that.
32751 You should set it to two values separated by a space.
32752 The values may be quoted if they include space characters.
32753 So, for example, the default value could be specified explicitly by setting this
32754 option to
32756 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
32758 The first part wouldn't need to be quoted (but it doesn't hurt).
32759 The second part does need the quotes because it includes a space character.
32760 If you wanted to change the braces to brackets you could use
32762 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
32764 Inside the quotes you can use backslash quote to mean quote, so
32766 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
32768 would produce
32770 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
32772 It is also possible to color keywords in the index using the
32773 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
32775 It is not possible to change the fact that a space character is used to
32776 separate the keywords if more than one keyword is set for a message.
32777 It is also not possible to change the fact that there are no separators
32778 between the keyword initials if more than one keyword is set.
32780 &lt;End of help on this topic&gt;
32781 </BODY>
32782 </HTML>
32783 ====== h_config_opening_sep =====
32784 <HTML>
32785 <HEAD>
32786 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
32787 </HEAD>
32788 <BODY>
32789 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
32791 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
32792 With some setups the text of the subject is followed
32793 by the opening text of the message if there is any room available in the index line.
32794 If you have configured your
32795 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32796 to include one of the Subject tokens that causes this behavior
32797 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
32798 to modify what is displayed slightly.
32799 By default, the Subject is separated from the opening text of the message by
32800 the three characters space dash space;
32802 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
32804 Use this option to set it to something different.
32805 The value must be quoted if it includes any space characters.
32806 For example, the default value could be specified explicitly by setting this
32807 option to
32809 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
32811 &lt;End of help on this topic&gt;
32812 </BODY>
32813 </HTML>
32814 ====== h_config_select_wo_confirm =====
32815 <HTML>
32816 <HEAD>
32817 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
32818 </HEAD>
32819 <BODY>
32820 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
32822 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
32823 These commands all take text input to specify the name of the folder or
32824 file to be used, but allow you to press ^T for a list of possible names.
32825 If set, the selected name will be used immediately, without further
32826 opportunity to confirm or edit the name.
32828 Some related help topics are
32829 <UL>
32830 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
32831 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
32832 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
32833 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
32834 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
32835 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
32836 </UL>
32838 &lt;End of help on this topic&gt;
32839 </BODY>
32840 </HTML>
32841 ====== h_config_save_part_wo_confirm =====
32842 <HTML>
32843 <HEAD>
32844 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
32845 </HEAD>
32846 <BODY>
32847 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
32849 This feature controls an aspect of Alpine's Save command.
32850 By default, when you Save a message that has some deleted parts, you will
32851 be asked to confirm that you want to Save with a prompt that looks like:
32853 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
32855 If this feature is set, you will not be asked.
32857 &lt;End of help on this topic&gt;
32858 </BODY>
32859 </HTML>
32860 ====== h_config_use_resentto =====
32861 <HTML>
32862 <HEAD>
32863 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
32864 </HEAD>
32865 <BODY>
32866 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
32868 This feature is turned off by default because turning it on causes problems
32869 with some deficient IMAP servers.
32870 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
32871 <A HREF="h_rule_patterns">Pattern</A>
32872 contains a To header pattern and this feature is turned on,
32873 then a check is made in the message to see
32874 if a Resent-To header is present, and that is used instead of the To header.
32875 If this feature is not turned on, then the regular To header will always
32876 be used.
32879 &lt;End of help on this topic&gt;
32880 </BODY>
32881 </HTML>
32882 ====== h_config_use_reg_start_for_stayopen =====
32883 <HTML>
32884 <HEAD>
32885 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
32886 </HEAD>
32887 <BODY>
32888 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
32890 This feature affects which message is selected as the current message
32891 when you enter a
32892 <A HREF="h_config_permlocked">Stay Open</A> folder.
32894 Normally, the starting position for an incoming folder (which most Stay Open
32895 folders will likely be) is controlled by the
32896 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
32897 However, if a folder is a Stay Open folder, when you re-enter the folder
32898 after the first time the current message will be the same as it was when
32899 you left the folder.
32900 An exception is made if you use the TAB command to get to the folder.
32901 In that case, the message number will be incremented by one from what it
32902 was when you left the folder.
32904 The above special behavior is thought to be useful.
32905 However, it is special and different from what you might at first expect.
32906 If this feature is set, then Stay Open folders will not be treated specially
32907 as far as the startup rule is concerned.
32910 &lt;End of help on this topic&gt;
32911 </BODY>
32912 </HTML>
32913 ====== h_config_use_current_dir =====
32914 <HTML>
32915 <HEAD>
32916 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
32917 </HEAD>
32918 <BODY>
32919 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
32921 This feature controls an aspect of several commands. 
32922 If set, your &quot;current working directory&quot; 
32923 <!--chtml if pinemode="running"-->
32924 (which, at least for your current Alpine &quot;session,&quot; 
32925 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
32926 <!--chtml endif-->
32927 will be used instead of your home directory 
32928 <!--chtml if pinemode="running"-->
32929 (which, in the present configuration of your system, is
32930  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
32931 <!--chtml endif-->
32932 for all of the following operations:<UL>
32933     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
32934     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
32935     <LI> <!--chtml if pinemode="function_key"-->F4
32936          <!--chtml else-->Ctrl-R
32937          <!--chtml endif--> file inclusion in the COMPOSER
32938     <LI> <!--chtml if pinemode="function_key"-->F5
32939          <!--chtml else-->Ctrl-J
32940          <!--chtml endif--> file attachment in the COMPOSER
32941 </UL>
32942 <!--chtml if pinemode="os_windows"-->
32944 If you are starting PC-Alpine from a desktop icon or the Start menu, 
32945 you can set the &quot;current drive&quot; 
32946 by specifying it in the &quot;Start in:&quot; 
32947 box found in the Shortcut tab of the Properties.  
32948 <!--chtml endif-->
32950 <UL>   
32951 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32952 </UL>
32955 &lt;End of help on this topic&gt;
32956 </BODY>
32957 </HTML>
32958 ====== h_config_save_wont_delete =====
32959 <HTML>
32960 <HEAD>
32961 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
32962 </HEAD>
32963 <BODY>
32964 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
32966 This feature controls one aspect of the Save command.  If set, Save will
32967 not mark the message &quot;deleted&quot; (its default behavior) after
32968 it has been copied to the designated folder.
32971 &lt;End of help on this topic&gt;
32972 </BODY>
32973 </HTML>
32974 ====== h_config_use_boring_spinner =====
32975 <HTML>
32976 <HEAD>
32977 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
32978 </HEAD>
32979 <BODY>
32980 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
32982 When Alpine is delayed for some reason it usually shows that
32983 something is happening with a small animated display in the status
32984 message line near the bottom of the screen.
32985 Setting this feature will cause that animation to be the same
32986 each time instead of having Alpine choose a random animation.
32987 You may turn the animation off altogether by setting the
32988 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
32989 option to zero.
32992 &lt;End of help on this topic&gt;
32993 </BODY>
32994 </HTML>
32995 ====== h_config_unsel_wont_advance =====
32996 <HTML>
32997 <HEAD>
32998 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
32999 </HEAD>
33000 <BODY>
33001 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
33003 This feature controls one aspect of the Unselect Current message command.
33004 Normally, when the Unselect current message command (:) is typed when the
33005 current message is selected, the message will be unselected and the next
33006 message will become the current message.
33007 If this feature is set, the cursor will not advance to the next message.
33008 Instead, the current message will remain the current message after
33009 unselecting.
33012 &lt;End of help on this topic&gt;
33013 </BODY>
33014 </HTML>
33015 ====== h_config_prune_uses_iso =====
33016 <HTML>
33017 <HEAD>
33018 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
33019 </HEAD>
33020 <BODY>
33021 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
33023 By default, Alpine asks monthly whether or not you would like to rename
33024 some folders to a new name containing the date.
33025 It also asks whether or not you would like to delete some old folders.
33026 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
33027 explanation.
33030 By default, the name used when renaming a folder looks like
33032 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
33034 For example, the first time you run Alpine in May of 2004,
33035 the folder &quot;sent-mail&quot; might be renamed to
33037 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
33039 If this feature is set, the name used will be of the form
33041 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
33043 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
33044 month (01, 02, ..., 12).
33045 For the April, 2004 example above, it would instead be
33047 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
33049 because April is the 4th month of the year.
33050 A reason you might want to set this feature is so that the folders
33051 will sort in chronological order.
33054 &lt;End of help on this topic&gt;
33055 </BODY>
33056 </HTML>
33057 ====== h_config_save_advances =====
33058 <HTML>
33059 <HEAD>
33060 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
33061 </HEAD>
33062 <BODY>
33063 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
33065 This feature controls one aspect of the Save command.  If set, Save will
33066 (in addition to copying the current message to the designated folder) also
33067 advance to the next message.
33070 &lt;End of help on this topic&gt;
33071 </BODY>
33072 </HTML>
33073 ====== h_config_force_arrow =====
33074 <HTML>
33075 <HEAD>
33076 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
33077 </HEAD>
33078 <BODY>
33079 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
33081 This feature affects Alpine's MESSAGE INDEX display routine.
33082 If set, the normal inverse-video cursor will be
33083 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
33084 second column of the index display.
33086 This is the same index cursor you get if you turn on
33087 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
33088 line coloring will still be present if this feature is turned on and
33089 <!--#echo var="FEAT_assume-slow-link"--> is off.
33091 An alternative version of the Arrow cursor is available by including the
33092 <A HREF="h_config_index_arrow_color">ARROW</A>
33093 token in the
33094 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33096 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
33097 but that is not implemented.
33100 &lt;End of help on this topic&gt;
33101 </BODY>
33102 </HTML>
33103 ====== h_config_ignore_size =====
33104 <HTML>
33105 <HEAD>
33106 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
33107 </HEAD>
33108 <BODY>
33109 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
33111 When you have an account residing in an IMAP server, Alpine records the 
33112 size of each message as reported by the server. However, when Alpine saves 
33113 a message in such IMAP server, Alpine will compute the size of the message 
33114 independently, from the data it received. If these two numbers do not 
33115 match for a message, Alpine asks you if you still want to take the risk of 
33116 saving such message, since data corruption or loss of data could result 
33117 from this save.
33120 Sometimes the root of this problem is that the IMAP server does not 
33121 compute sizes correctly, and there will not be loss of information when 
33122 saving such message. Enabling this feature will make Alpine ignore such 
33123 error and continue saving the message without producing any warnings or 
33124 ever stopping the process, as if there had not been any error. This option 
33125 applies to all IMAP servers that you use, so if you enable this feature, 
33126 size discrepancy warnings will not be given for any IMAP server you 
33127 connect to.
33130 Example of a server where you could reproduce this problem is the Gmail 
33131 IMAP server. Another example can be found in some versions of the Exchange 
33132 server.
33135 It is recommended that this feature be disabled most of the time and only 
33136 enabled when you find a server which you can determine that has the above 
33137 mentioned defect, but be disabled again after making the save operation 
33138 succeed.
33141 &lt;End of help on this topic&gt;
33142 </BODY>
33143 </HTML>
33144 ====== h_config_force_low_speed =====
33145 <HTML>
33146 <HEAD>
33147 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
33148 </HEAD>
33149 <BODY>
33150 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
33152 UNIX Alpine only.
33154 This feature affects Alpine's display routines.  If set, the normal
33155 inverse-video cursor (used to highlight the current item in a list) will be
33156 replaced by an &quot;arrow&quot; cursor and other
33157 screen update optimizations for
33158 low-speed links (e.g. 2400 bps dialup connections) will be activated.
33159 One of the optimizations is that colored index lines (set up with Indexcolor
33160 Rules) will not be colored.
33161 If you are just turning this feature on because you like using
33162 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
33163 coloring by turning this feature off and the
33164 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
33167 &lt;End of help on this topic&gt;
33168 </BODY>
33169 </HTML>
33170 ====== h_config_show_delay_cue =====
33171 <HTML>
33172 <HEAD>
33173 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
33174 </HEAD>
33175 <BODY>
33176 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
33178 If set, this feature will cause an asterisk to appear in the upper
33179 left-hand corner of the screen whenever Alpine checks for new mail.
33180 Two asterisks whenever Alpine saves (checkpoints) the state of the current
33181 mailbox to disk.
33183 <!--chtml if pinemode="os_windows"-->
33185 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
33186 it is trying to open a network connection (e.g, to open your INBOX
33187 on an IMAP
33188 server) or read from the network connection.  A greater-than symbol,
33189 will be displayed when PC-Alpine is trying to write to the network
33190 connection (e.g, sending a command to your IMAP server).
33191 <!--chtml endif-->
33194 &lt;End of help on this topic&gt;
33195 </BODY>
33196 </HTML>
33197 ====== h_config_color_style =====
33198 <HTML>
33199 <HEAD>
33200 <TITLE>OPTION: Color Style</TITLE>
33201 </HEAD>
33202 <BODY>
33203 <H1>OPTION: Color Style</H1>
33205 UNIX Alpine only.
33207 If the terminal or terminal emulator you are using is capable of displaying
33208 colors, this option controls whether or not color will be used in Alpine.
33209 If you turn color on and things are set up correctly,
33210 you should see color appear on the screen immediately.
33211 Modern terminal emulators are usually capable of displaying colors.
33213 The available options include:
33216 <DL>
33217 <DT>no-color</DT>
33218 <DD>Don't use color.
33219 </DD>
33221 <DT>use-termdef</DT>
33222 <DD>In order to decide if your terminal is capable of color, Alpine looks in
33223 the terminal capabilities database, TERMINFO or TERMCAP, depending on
33224 how Alpine was compiled.
33225 This is a good option to choose if you switch between a color and a non-color
33226 terminal with the same Alpine configuration.
33227 Alpine will know to use color on the color terminal because it is described
33228 in the termcap entry, and Alpine will know to use black and white on the
33229 non-color terminal.
33230 The Alpine Technical Notes, distributed with the source code of Alpine
33231 have more information on configuring a TERMCAP or TERMINFO
33232 entry for color Alpine.
33233 This is usually something a system administrator does.
33234 </DD>
33236 <DT>force-ansi-8color</DT>
33237 <DD>This is probably the setting that most people should use.
33238 Because setting up a termcap entry is confusing and because the
33239 terminal capabilities database is often not correctly configured for color,
33240 this choice and the next may be easier for you to use.
33241 If your terminal emulator responds to ANSI color escape sequences, which
33242 many do, this option will cause Alpine to believe your terminal will respond
33243 to the escape sequences that produce eight different foreground and background
33244 colors.
33245 The escape sequences used to set the foreground colors are
33247   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33249 where the color_number is an ASCII digit between 0 and 7.
33250 The numbers 0 through 7 should correspond to the colors black, red, green,
33251 yellow, blue, magenta, cyan, and white.
33252 Some terminal emulators use a pre-ANSI scheme that swaps
33253 the colors blue and red and the colors yellow and cyan.
33254 This will cause the default colors to be different, but other than that
33255 things should work fine.
33256 There is also a 9th color available, the last one shown, which is the default
33257 color from the terminal emulator.
33258 When used as a background color some people refer to this color as
33259 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
33260 shown in the color swatch of the SETUP COLOR screen.
33261 The foreground transparent color is shown as
33262 the color of the &quot;TRAN&quot; text.
33263 (The transparent color will not work correctly in a PC-Alpine configuration.)
33264 The escape sequences used to set the background colors are the same
33265 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
33266 The escape sequences for foreground and background default colors (transparent)
33267 are 39m and 49m.
33269 Note: With the Tera Term terminal emulator this setting works well.
33270 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
33271 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
33272 menu, in the &quot;Window&quot; submenu.
33273 </DD>
33275 <DT>force-ansi-16color</DT>
33276 <DD>Many terminal emulators know about the same eight colors above
33277 plus eight more.
33278 This option attempts to use all 16 colors.
33279 The same escape sequences as for the eight-color terminal are used
33280 for the first eight colors.
33281 The escape sequences used to set foreground colors 8-15 are the same as
33282 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
33283 The background color sequences for colors 8-15 are the same as for 0-7
33284 except the &quot;4&quot; is replaced with &quot;10&quot;.
33285 You can tell if the 16 colors are working by turning on this option
33286 and then going into one of the color configuration screens, for example,
33287 the configuration screen for Normal Color.
33288 If you see 16 different colors to select from (plus a 17th for
33289 the transparent color), it's working.
33290 </DD>
33292 <DT>force-xterm-256color</DT>
33293 <DD>Some versions of xterm (and some other terminal emulators)
33294 have support for 256 colors.
33295 The escape sequences used to set the foreground colors are
33297   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33299 where the color_number is an ASCII digit between 0 and 255.
33300 Background colors are the same with the 38 replaced with a 48.
33301 The numbers 0 through 15 are probably similar to the 16 color version
33302 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
33303 The terminal default (transparent) color is the 257th color at the bottom.
33304 Some terminal emulators will misinterpret these escape sequences causing
33305 the terminal to blink or overstrike characters or to do something else
33306 undesirable.
33308 The PuTTY terminal emulator has an option called &quot;Allow terminal to
33309 use xterm 256-colour mode&quot; which allows PuTTY to work well with
33310 this 256-color setting.
33312 </DD>
33313 </DL>
33316 The normal default is &quot;no-color&quot;.
33319 Once you've turned on color you may set the
33320 colors of many objects on the screen individually.
33321 For example, you may add colors to the status letters on the MESSAGE
33322 INDEX page.
33323 Most categories of color that Alpine supports are configurable here.
33324 For example, &quot;Normal Color&quot;
33325 is the color used to display most of the text in Alpine, and
33326 &quot;Reverse Color&quot; is used to display highlighted text, such as the
33327 current message in the MESSAGE INDEX.
33329 Lines in the MESSAGE INDEX may also be colored.
33330 Use Setup Rules to get to the Indexcolor configuration screen.
33333 <UL>   
33334 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33335 </UL><P>
33336 &lt;End of help on this topic&gt;
33337 </BODY>
33338 </HTML>
33339 ====== h_config_disable_index_locale_dates =====
33340 <HTML>
33341 <HEAD>
33342 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
33343 </HEAD>
33344 <BODY>
33345 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
33347 This feature affects the display of dates in the MESSAGE INDEX.
33348 Normally an attempt is made to localize the dates
33349 used in the MESSAGE INDEX display to your locale.
33350 This is controlled with the
33351 LC_TIME locale setting on a UNIX system.
33352 On Windows the Regional Options control panel may be used to set the date format.
33353 At the programming level, Alpine is using the strftime routine
33354 to print the parts of a date.
33356 If this feature is set, dates are displayed in English and
33357 with the conventions of the United States.
33360 <UL>   
33361 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33362 </UL><P>
33363 &lt;End of help on this topic&gt;
33364 </BODY>
33365 </HTML>
33366 ====== h_config_auto_open_unread =====
33367 <HTML>
33368 <HEAD>
33369 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
33370 </HEAD>
33371 <BODY>
33372 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
33374 This feature controls the behavior of the TAB key when traversing folders
33375 in the optional 
33376 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
33377 collection or in optional <!--#echo var="VAR_news-collections"-->.
33379 When the TAB
33380 (<A HREF="h_common_nextnew">NextNew</A>)
33381 key is pressed, and there
33382 are no more unseen messages in the current (incoming message or news)
33383 folder, Alpine will search the list of folders in the current collection for
33384 one containing New or Recent (new since the last time the folder was
33385 opened) messages.
33386 This behavior may be modified slightly with the
33387 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
33388 feature that causes Alpine to look for Unseen messages instead of Recent
33389 messages.
33390 Normally, when such a folder is found, Alpine will ask
33391 whether you wish to open the folder.  If this feature is set, Alpine will
33392 automatically open the folder without prompting.
33394 This feature also affects some other similar situations.
33395 If you have a
33396 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
33397 that is equal to one of the &quot;separate-&quot; values, and you are
33398 viewing a thread; then when you type the NextNew command and are at the
33399 end of the current thread you will automatically go to the next thread
33400 if this feature is set.
33401 By default, you would be asked if you want to view the next thread.
33402 You will also be asked at times whether or not you want to view the next
33403 thread after you delete the last message in the thread.
33404 Setting this feature will also cause that question to be skipped.
33407 <UL>   
33408 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33409 </UL><P>
33410 &lt;End of help on this topic&gt;
33411 </BODY>
33412 </HTML>
33413 ====== h_config_auto_include_reply =====
33414 <HTML>
33415 <HEAD>
33416 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
33417 </HEAD>
33418 <BODY>
33419 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
33421 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
33422 will ask whether you wish to include the original message in your reply.
33423 If this feature is set and the feature
33424 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
33425 is <EM>not</EM> set, then the original message will be included in the reply
33426 automatically, without prompting.
33428 &lt;End of help on this topic&gt;
33429 </BODY>
33430 </HTML>
33431 ====== h_config_select_in_bold =====
33432 <HTML>
33433 <HEAD>
33434 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
33435 </HEAD>
33436 <BODY>
33437 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
33439 This feature controls an aspect of Alpine's 
33440 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
33441 commands; in
33442 particular, the Select and WhereIs commands. Select and WhereIs (with the
33443 ^X subcommand) will search the current folder for messages meeting a
33444 specified criteria, and &quot;tag&quot; the resulting messages with an 
33445 &quot;X&quot; in the
33446 first column of the applicable lines in the MESSAGE INDEX.  If this feature
33447 is set, instead of using the &quot;X&quot; to denote a selected message, 
33448 Alpine will
33449 attempt to display those index lines in boldface. Whether this is
33450 preferable to the &quot;X&quot; will depend on personal taste and the type of
33451 terminal being used.
33453 <UL>   
33454 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33455 </UL><P>
33456 &lt;End of help on this topic&gt;
33457 </BODY>
33458 </HTML>
33459 ====== h_config_alt_auth =====
33460 <HTML>
33461 <HEAD>
33462 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
33463 </HEAD>
33464 <BODY>
33465 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
33467 This feature affects how Alpine connects to IMAP servers.
33468 Its utility has largely been overtaken by events,
33469 but it may still be useful in some circumstances.
33470 If you only connect to modern IMAP servers that support
33471 &quot;STARTTLS&quot; you can ignore this feature.
33474 Details:
33477 By default, Alpine will attempt to connect to an IMAP server on the
33478 normal IMAP service port (143), and if the server offers &quot;Transport Layer
33479 Security&quot; (STARTTLS) and Alpine has been compiled with encryption capability,
33480 then a secure (encrypted) session will be negotiated.
33483 With this feature enabled, before connecting on the normal IMAP port, Alpine
33484 will first attempt to connect to an alternate IMAP service port (993) used
33485 specifically for encrypted IMAP sessions via the Secure Sockets Layer
33486 (SSL) or Transport Layer Security (TLS) method.
33487 If the SSL attempt fails, Alpine will then try the default
33488 behavior described in the previous paragraph.
33491 STARTTLS negotiation on the normal port is preferred, and supersedes the use of
33492 SSL on port 993, but older servers may not provide STARTTLS support.
33493 This feature may be convenient when accessing IMAP servers that do not support
33494 STARTTLS, but do support SSL or TLS connections on port 993.
33495 However, it is important to understand that with this feature enabled,
33496 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
33497 but it will proceed to make an insecure connection if that is the only
33498 option offered by the server, or if the Alpine in question has been built
33499 without encryption capability.
33502 Note that this feature specifies a per-user (or system-wide) default
33503 behavior, but host/folder specification flags may be used to control the
33504 behavior of any specific connection.
33505 This feature interacts with some of
33506 the possible host/folder path specification flags as follows:
33509 The <SAMP>/starttls</SAMP> host flag, for example,
33512 <CENTER><SAMP>{foo.example.com/starttls}INBOX</SAMP></CENTER>
33514 will over-ride this feature for the specified host by bypassing the
33515 SSL or TLS connection attempt.
33516 Moreover, with <SAMP>/starttls</SAMP> specified,
33517 the connection attempt will fail if the
33518 service on port 143 does not offer TLS support.
33521 The <SAMP>/ssl</SAMP> host flag, for example,
33524 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
33526 will insist on an SSL or TLS connection for the specified host,
33527 and will fail if the SSL or TLS service on port 993 is not available.
33528 Alpine will not subsequently retry a connection
33529 on port 143 if <SAMP>/ssl</SAMP> is specified.
33532 <UL>   
33533 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33534 </UL><P>
33535 &lt;End of help on this topic&gt;
33536 </BODY>
33537 </HTML>
33538 ====== h_config_file_dir ======
33539 <HTML>
33540 <HEAD>
33541 <TITLE>OPTION: File Directory</TITLE>
33542 </HEAD>
33543 <BODY>
33544 <H1>OPTION: File Directory</H1>
33546 PC-Alpine only.
33548 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
33549 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
33550 Message Index's &quot;E&nbsp;Export&quot; command.
33553 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
33554 component, Alpine assumes the file exists in the user's home directory.
33555 Under Windows operating systems, this definition isn't always clear.  This 
33556 feature allows you to explicitly set where Alpine should look for files
33557 without a leading path.
33560 NOTE: this feature's value is ignored if either 
33561 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
33562 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
33565 <UL>   
33566 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33567 </UL><P>
33568 &lt;End of help on this topic&gt;
33569 </BODY>
33570 </HTML>
33571 ====== h_config_quote_all_froms =====
33572 <HTML>
33573 <HEAD>
33574 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
33575 </HEAD>
33576 <BODY>
33577 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
33579 This feature controls an aspect of the Save command (and also the way
33580 outgoing messages are saved to an FCC folder).  If set, Alpine will add
33581 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
33582 when they are saved to another folder, including lines syntactically
33583 distinguishable from the type of message separator line commonly used on
33584 Unix systems.
33587 The default behavior is that a &quot;>&quot; will be prepended only to lines
33588 beginning with &quot;From &quot; that might otherwise be confused with a message
33589 separator line on Unix systems.  If pine is the only mail program you use,
33590 this default is reasonable.  If another program you use has trouble
33591 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
33592 enable this feature.  This feature only applies to the common Unix mailbox
33593 format that uses message separator lines beginning with &quot;From &quot;.  If
33594 Alpine has been configured to use a different mailbox format (possibly
33595 incompatible with other mail programs), then this issue does not arise,
33596 and the feature is irrelevant.
33599 &lt;End of help on this topic&gt;
33600 </BODY>
33601 </HTML>
33602 ====== h_config_normal_color =====
33603 <HTML>
33604 <HEAD>
33605 <TITLE>OPTION: Normal Color</TITLE>
33606 </HEAD>
33607 <BODY>
33608 <H1>OPTION: Normal Color</H1>
33610 Sets the color Alpine normally uses.
33611 The foreground color is the color of the actual character and the
33612 background color is the color of the area behind the character.
33613 By default this color is black characters on a white background.
33615 <A HREF="h_color_setup">Descriptions of the available commands</A>
33617 Look <A HREF="h_edit_nav_cmds">here</A>
33618 to see the available Editing and Navigation commands.
33620 &lt;End of help on this topic&gt;
33621 </BODY>
33622 </HTML>
33623 ====== h_config_reverse_color =====
33624 <HTML>
33625 <HEAD>
33626 <TITLE>OPTION: Reverse Color</TITLE>
33627 </HEAD>
33628 <BODY>
33629 <H1>OPTION: Reverse Color</H1>
33631 Sets the color Alpine uses for reverse video characters.
33632 The foreground color is the color of the actual character and the
33633 background color is the color of the area behind the character.
33635 <A HREF="h_color_setup">Descriptions of the available commands</A>
33637 Look <A HREF="h_edit_nav_cmds">here</A>
33638 to see the available Editing and Navigation commands.
33640 &lt;End of help on this topic&gt;
33641 </BODY>
33642 </HTML>
33643 ====== h_config_title_color =====
33644 <HTML>
33645 <HEAD>
33646 <TITLE>OPTION: Title Color</TITLE>
33647 </HEAD>
33648 <BODY>
33649 <H1>OPTION: Title Color</H1>
33651 Sets the color Alpine uses for the titlebar (the top line on the screen).
33652 The foreground color is the color of the actual character and the
33653 background color is the color of the area behind the character.
33654 By default, the Title Color is black characters on a yellow background.
33656 The actual titlebar color may be different from the Title Color if
33657 the option
33658 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
33659 is set to some value other than the default.
33660 It may also be different if the current folder is closed and the
33661 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
33662 color is set to something different from the Title Color.
33664 <A HREF="h_color_setup">Descriptions of the available commands</A>
33666 Look <A HREF="h_edit_nav_cmds">here</A>
33667 to see the available Editing and Navigation commands.
33669 &lt;End of help on this topic&gt;
33670 </BODY>
33671 </HTML>
33672 ====== h_config_titleclosed_color =====
33673 <HTML>
33674 <HEAD>
33675 <TITLE>OPTION: Title Closed Color</TITLE>
33676 </HEAD>
33677 <BODY>
33678 <H1>OPTION: Title Closed Color</H1>
33680 Sets the color Alpine uses for the titlebar (the top line on the screen)
33681 when the current folder is closed.
33682 The foreground color is the color of the actual character and the
33683 background color is the color of the area behind the character.
33684 By default, the Title Color Closed Color is white characters on a red background.
33686 By setting this color to something noticeable you will be alerted to the
33687 fact that the current folder is closed, perhaps unexpectedly.
33689 &lt;End of help on this topic&gt;
33690 </BODY>
33691 </HTML>
33692 ====== h_config_status_color =====
33693 <HTML>
33694 <HEAD>
33695 <TITLE>OPTION: Status Color</TITLE>
33696 </HEAD>
33697 <BODY>
33698 <H1>OPTION: Status Color</H1>
33700 Sets the color Alpine uses for status messages written to the message
33701 line near the bottom of the screen.
33702 The foreground color is the color of the actual character and the
33703 background color is the color of the area behind the character.
33704 By default, the Status Color is the same as the Reverse Color.
33706 <A HREF="h_color_setup">Descriptions of the available commands</A>
33708 Look <A HREF="h_edit_nav_cmds">here</A>
33709 to see the available Editing and Navigation commands.
33711 &lt;End of help on this topic&gt;
33712 </BODY>
33713 </HTML>
33714 ====== h_config_index_opening_color =====
33715 <HTML>
33716 <HEAD>
33717 <TITLE>OPTION: Index Opening Color</TITLE>
33718 </HEAD>
33719 <BODY>
33720 <H1>OPTION: Index Opening Color</H1>
33722 With some setups the text of the subject is followed
33723 by the opening text of the message if there is any room available in the index line.
33724 If you have configured your
33725 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33726 to include one of the Subject tokens that causes this behavior
33727 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
33728 this opening text with this option.
33729 This coloring takes place for all but the current index line, and the Opening
33730 Color appears to be in front of any color from an Index Color Rule.
33732 By default the Index Opening Color is gray characters on a white background.
33735 <A HREF="h_color_setup">Descriptions of the available commands</A>
33737 Look <A HREF="h_edit_nav_cmds">here</A>
33738 to see the available Editing and Navigation commands.
33740 &lt;End of help on this topic&gt;
33741 </BODY>
33742 </HTML>
33743 ====== h_config_index_pri_color =====
33744 <HTML>
33745 <HEAD>
33746 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
33747 </HEAD>
33748 <BODY>
33749 <H1>OPTION: Index Priority Symbol Colors</H1>
33751 The X-Priority header is a non-standard header that is used in a
33752 somewhat standard way by many mail programs.
33753 Alpine expects the value of this header to be a digit with a value
33754 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
33755 Alpine can be made to display an indication of this priority in
33756 messages by use of one of the tokens
33757 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
33758 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
33759 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33762 You may set the color used to draw these tokens by use of the colors
33763 Index High Priority Symbol Color and Index Low Priority Symbol Color.
33764 This coloring takes place for all but the current index line, and the Priority
33765 Color appears to be in front of any color from an Index Color Rule.
33766 If the priority has a value of 1 or 2 the High Priority color will be
33767 used,
33768 and if the value is 4 or 5 the Low Priority color will be used.
33770 If you don't set these colors the index line will be colored in the same color as
33771 the bulk of the index line.
33774 <A HREF="h_color_setup">Descriptions of the available commands</A>
33776 Look <A HREF="h_edit_nav_cmds">here</A>
33777 to see the available Editing and Navigation commands.
33779 &lt;End of help on this topic&gt;
33780 </BODY>
33781 </HTML>
33782 ====== h_config_index_subject_color =====
33783 <HTML>
33784 <HEAD>
33785 <TITLE>OPTION: Index Subject Color</TITLE>
33786 </HEAD>
33787 <BODY>
33788 <H1>OPTION: Index Subject Color</H1>
33790 You may set the color used to draw the Subject part of the index line.
33791 This coloring takes place for all but the current index line, and the Subject
33792 Color appears to be in front of any color from an Index Color Rule.
33794 If you don't set this color it will be colored in the same color as
33795 the bulk of the index line.
33798 <A HREF="h_color_setup">Descriptions of the available commands</A>
33800 Look <A HREF="h_edit_nav_cmds">here</A>
33801 to see the available Editing and Navigation commands.
33803 &lt;End of help on this topic&gt;
33804 </BODY>
33805 </HTML>
33806 ====== h_config_index_from_color =====
33807 <HTML>
33808 <HEAD>
33809 <TITLE>OPTION: Index From Color</TITLE>
33810 </HEAD>
33811 <BODY>
33812 <H1>OPTION: Index From Color</H1>
33814 You may set the color used to draw the From part of the index line.
33815 This coloring takes place for all but the current index line, and the From
33816 Color appears to be in front of any color from an Index Color Rule.
33818 If you don't set this color it will be colored in the same color as
33819 the bulk of the index line.
33822 <A HREF="h_color_setup">Descriptions of the available commands</A>
33824 Look <A HREF="h_edit_nav_cmds">here</A>
33825 to see the available Editing and Navigation commands.
33827 &lt;End of help on this topic&gt;
33828 </BODY>
33829 </HTML>
33830 ====== h_config_index_arrow_color =====
33831 <HTML>
33832 <HEAD>
33833 <TITLE>OPTION: Index Arrow Color</TITLE>
33834 </HEAD>
33835 <BODY>
33836 <H1>OPTION: Index Arrow Color</H1>
33838 If you have configured your
33839 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33840 to include the &quot;ARROW&quot; token, you may set the color of
33841 the arrow displayed with this option.
33842 If you don't set the color it will be colored in the same color as
33843 the bulk of the index line.
33846 <A HREF="h_color_setup">Descriptions of the available commands</A>
33848 Look <A HREF="h_edit_nav_cmds">here</A>
33849 to see the available Editing and Navigation commands.
33851 &lt;End of help on this topic&gt;
33852 </BODY>
33853 </HTML>
33854 ====== h_config_index_color =====
33855 <HTML>
33856 <HEAD>
33857 <TITLE>OPTION: Index Colors</TITLE>
33858 </HEAD>
33859 <BODY>
33860 <H1>OPTION: Index Colors</H1>
33862 You may add color to the single character symbols that give the status
33863 of each message in the MESSAGE INDEX.
33864 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
33865 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
33866 screen depending on whether the message is addressed to you, and whether
33867 the message is marked Important, is Deleted, is Answered, or is New.
33868 The color for each of those characters may be specified by setting the
33869 &quot;Index-to-me&quot; Symbol Color,
33870 the &quot;Index-important&quot; Symbol Color,
33871 the &quot;Index-deleted&quot; Symbol Color,
33872 the &quot;Index-answered&quot; Symbol Color,
33873 and the &quot;Index-new&quot; Symbol Color.
33874 There are also two other symbol colors called &quot;Index-recent&quot;
33875 and &quot;Index-unseen&quot;.
33876 These two colors will only be used if you have configured your
33877 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
33878 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
33880 The default colors for these symbols are:
33881 <TABLE>
33882 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
33883 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
33884 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33885 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
33886 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
33887 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33888 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33889 </TABLE>
33891 Besides coloring the message status symbols, you may also color the
33892 entire index line.
33893 This is done by using the
33894 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
33895 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
33896 When the entire line is colored that color will be &quot;behind&quot; the
33897 status symbol colors talked about in the paragraph above.
33899 You may also color
33900 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33901 in the index using the
33902 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
33903 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
33904 the Subject using
33905 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
33906 the From field using
33907 <A HREF="h_config_index_from_color">Index From Color</A>;
33908 and the
33909 <A HREF="h_config_index_opening_color">Index Opening</A> text.
33911 <A HREF="h_color_setup">Descriptions of the available commands</A>
33913 Look <A HREF="h_edit_nav_cmds">here</A>
33914 to see the available Editing and Navigation commands.
33916 &lt;End of help on this topic&gt;
33917 </BODY>
33918 </HTML>
33919 ====== h_config_metamsg_color =====
33920 <HTML>
33921 <HEAD>
33922 <TITLE>OPTION: Meta-Message Color</TITLE>
33923 </HEAD>
33924 <BODY>
33925 <H1>OPTION: Meta-Message Color</H1>
33927 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
33928 that aren't part of the message itself.
33929 For example, an attachment that isn't shown might produce a meta
33930 message something like:
33932 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
33934 If you set the
33935 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
33936 option you might see
33938 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
33940 Warnings about suspicious looking URLs in HTML will also be colored
33941 with this color.
33943 The foreground color is the color of the actual character and the
33944 background color is the color of the area behind the character.
33945 By default, the Meta-Message Color is black characters on a yellow background.
33947 <A HREF="h_color_setup">Descriptions of the available commands</A>
33949 Look <A HREF="h_edit_nav_cmds">here</A>
33950 to see the available Editing and Navigation commands.
33952 &lt;End of help on this topic&gt;
33953 </BODY>
33954 </HTML>
33955 ====== h_config_keylabel_color =====
33956 <HTML>
33957 <HEAD>
33958 <TITLE>OPTION: KeyLabel Color</TITLE>
33959 </HEAD>
33960 <BODY>
33961 <H1>OPTION: KeyLabel Color</H1>
33963 Sets the color Alpine uses for the labels of the keys in the two-line
33964 menu at the bottom of the screen.
33965 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33966 This option sets the color used when displaying &quot;PrevMsg&quot;.
33967 The foreground color is the color of the actual character and the
33968 background color is the color of the area behind the character.
33969 By default, the KeyLabel Color is the same as the Normal Color.
33971 WARNING: Some terminal emulators have the property that the screen will scroll
33972 down one line whenever a character is written to the character cell in the
33973 lower right corner of the screen.
33974 Alpine can usually avoid writing a character in that corner of the screen.
33975 However, if you have defined a KeyLabel Color then Alpine does have to write
33976 a character in that cell in order to color the cell correctly.
33977 If you find that your display sometimes scrolls up a line this could be
33978 the problem.
33979 The most obvious symptom is probably that the titlebar at the top of the
33980 screen scrolls off the screen.
33981 Try setting KeyLabel Color to Default to see if that fixes the problem.
33983 <A HREF="h_color_setup">Descriptions of the available commands</A>
33985 Look <A HREF="h_edit_nav_cmds">here</A>
33986 to see the available Editing and Navigation commands.
33988 &lt;End of help on this topic&gt;
33989 </BODY>
33990 </HTML>
33991 ====== h_config_keyname_color =====
33992 <HTML>
33993 <HEAD>
33994 <TITLE>OPTION: KeyName Color</TITLE>
33995 </HEAD>
33996 <BODY>
33997 <H1>OPTION: KeyName Color</H1>
33999 Sets the color Alpine uses for the names of the keys in the two-line
34000 menu at the bottom of the screen.
34001 For example, some of the screens have a &quot;P PrevMsg&quot; command.
34002 This option sets the color used when displaying the &quot;P&quot;.
34003 The foreground color is the color of the actual character and the
34004 background color is the color of the area behind the character.
34005 By default, the KeyName Color is the same as the Reverse Color.
34007 <A HREF="h_color_setup">Descriptions of the available commands</A>
34009 Look <A HREF="h_edit_nav_cmds">here</A>
34010 to see the available Editing and Navigation commands.
34012 &lt;End of help on this topic&gt;
34013 </BODY>
34014 </HTML>
34015 ====== h_config_slctbl_color =====
34016 <HTML>
34017 <HEAD>
34018 <TITLE>OPTION: Selectable Item Color</TITLE>
34019 </HEAD>
34020 <BODY>
34021 <H1>OPTION: Selectable Item Color</H1>
34023 Sets the color Alpine uses for selectable items, such as URLs.
34024 The foreground color is the color of the actual character and the
34025 background color is the color of the area behind the character.
34026 By default, the Selectable Item Color is the same as the Normal Color,
34027 except that it is bold.
34029 <A HREF="h_color_setup">Descriptions of the available commands</A>
34031 Look <A HREF="h_edit_nav_cmds">here</A>
34032 to see the available Editing and Navigation commands.
34034 &lt;End of help on this topic&gt;
34035 </BODY>
34036 </HTML>
34037 ====== h_config_quote_color =====
34038 <HTML>
34039 <HEAD>
34040 <TITLE>OPTION: Quote Colors</TITLE>
34041 </HEAD>
34042 <BODY>
34043 <H1>OPTION: Quote Colors</H1>
34045 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
34046 screen.
34047 If a line begins with a &gt; character (or space followed by &gt;)
34048 it is considered a quote.
34049 That line will be given the Quote1 Color (first level quote).
34050 If there is a second level of quoting then the Quote2 Color will be used.
34051 Alpine considers there to be a second level of quoting if that first &gt; is
34052 followed by another &gt; (or space followed by &gt;).
34053 If there are characters other than whitespace and &gt; signs, then it isn't
34054 considered another level of quoting.
34055 Similarly, if there is a third level of quoting the Quote3 Color will be
34056 used.
34057 If there are more levels after that the Quote Colors are re-used.
34058 If you define all three colors then it would repeat like Color1, Color2, Color3,
34059 Color1, Color2, Color3, ...
34060 If you only define the first two it would be
34061 Color1, Color2, Color1, Color2, ...
34062 If you define only the Quote1 Color, then the entire quote would be that
34063 color regardless of the quoting levels.
34064 By default, the Quote1 Color is black characters on a greenish-blue background;
34065 the Quote2 Color is black characters on a dull yellow background; and
34066 the Quote3 Color is black characters on a green background.
34068 <A HREF="h_color_setup">Descriptions of the available commands</A>
34070 Look <A HREF="h_edit_nav_cmds">here</A>
34071 to see the available Editing and Navigation commands.
34073 &lt;End of help on this topic&gt;
34074 </BODY>
34075 </HTML>
34076 ====== h_config_folder_color =====
34077 <HTML>
34078 <HEAD>
34079 <TITLE>OPTION: Folder Color</TITLE>
34080 </HEAD>
34081 <BODY>
34082 <H1>OPTION: Folder Color</H1>
34084 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
34085 screen. By default, the Folder Color is the normal text color.
34088 If you set a color for this feature, other than the normal color
34089 (the default), or a color for
34090 <A HREF="h_config_directory_color">Directory Color</A>, then directories
34091 will be colored according to the color specified in the
34092 <A HREF="h_config_directory_color">Directory Color</A> option. In this
34093 case, the color will be the only indication that the colored name
34094 refers to a directory. The normal behavior is that Alpine
34095 indicates that a name refers to a directory by appending a
34096 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
34097 the folder.
34100 If a folder is a directory, then the folder name will be painted
34101 according to the color defined by this variable, and a separator
34102 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
34103 to the name. That
34104 indicator will be painted according to the color defined in the
34105 <A HREF="h_config_directory_color">Directory Color</A> option.
34108 &lt;End of help on this topic&gt;
34109 </BODY>
34110 </HTML>
34111 ====== h_config_directory_color =====
34112 <HTML>
34113 <HEAD>
34114 <TITLE>OPTION: Directory Color</TITLE>
34115 </HEAD>
34116 <BODY>
34117 <H1>OPTION: Directory Color</H1>
34119 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
34120 screen. By default, the Folder Color is the normal text color.
34122 If you set a color for this feature, other than the normal color
34123 (the default), or a color for
34124 <A HREF="h_config_folder_color">Folder Color</A>, then folders
34125 will be colored according to the color specified in the
34126 <A HREF="h_config_folder_color">Folder Color</A> option. In this
34127 case, the color will be the only indication that the colored name
34128 refers to a directory. The normal behavior is that Alpine
34129 indicates that a name refers to a directory by appending a
34130 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
34131 the folder.
34133 If a folder is a directory, then the folder name will be painted
34134 according to the color defined by the option
34135 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
34136 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
34137 after the name. That
34138 indicator will be painted according to the color defined in this
34139 option.
34141 &lt;End of help on this topic&gt;
34142 </BODY>
34143 </HTML>
34144 ====== h_config_folder_list_color =====
34145 <HTML>
34146 <HEAD>
34147 <TITLE>OPTION: Folder-List Color</TITLE>
34148 </HEAD>
34149 <BODY>
34150 <H1>OPTION: Folder-List Color</H1>
34152 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
34153 screen. By default, the Folder-List Color is the normal text color.
34155 This text refers to the informative text that Alpine displays so you
34156 can recognize each collection. The color of the content of each collection
34157 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
34158 and <A HREF="h_config_directory_color">Directory Color</A>.
34160 Unlike the options
34161 <A HREF="h_config_folder_color">Folder Color</A>
34162 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
34163 this option does not affect the way that Alpine reports folders,
34164 directories and folders that are directories.
34166 &lt;End of help on this topic&gt;
34167 </BODY>
34168 </HTML>
34169 ====== h_config_incunseen_color =====
34170 <HTML>
34171 <HEAD>
34172 <TITLE>OPTION: Incoming Unseen Color</TITLE>
34173 </HEAD>
34174 <BODY>
34175 <H1>OPTION: Incoming Unseen Color</H1>
34177 If the option
34178 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
34179 is turned on it is possible to highlight the folders that contain
34180 unseen messages by coloring them with this color.
34181 By default, this is the same as the Normal Color and no highlighting is done.
34183 Usually the &quot;current&quot; folder (the folder the cursor is on)
34184 is highlighted using reverse video.
34185 If the current folder is colored because it contains unseen messages then
34186 the color used to show that it is also the current folder is controlled
34187 by the
34188 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
34189 feature at the top of the SETUP COLOR screen.
34191 <A HREF="h_color_setup">Descriptions of the available commands</A>
34193 Look <A HREF="h_edit_nav_cmds">here</A>
34194 to see the available Editing and Navigation commands.
34196 &lt;End of help on this topic&gt;
34197 </BODY>
34198 </HTML>
34199 ====== h_config_signature_color =====
34200 <HTML>
34201 <HEAD>
34202 <TITLE>OPTION: Signature Color</TITLE>
34203 </HEAD>
34204 <BODY>
34205 <H1>OPTION: Signature Color</H1>
34207 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
34208 screen. According to USENET conventions, the signature is defined as the
34209 paragraph following the &quot;sigdashes&quot;, that is, the special line
34210 consisting of the three characters
34211 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
34212 empty line right after the sigdashes to be considered as part of the
34213 signature.
34214 By default, the Signature Color is blue characters on a white background.
34216 <A HREF="h_color_setup">Descriptions of the available commands</A>
34218 Look <A HREF="h_edit_nav_cmds">here</A>
34219 to see the available Editing and Navigation commands.
34221 &lt;End of help on this topic&gt;
34222 </BODY>
34223 </HTML>
34224 ====== h_config_prompt_color =====
34225 <HTML>
34226 <HEAD>
34227 <TITLE>OPTION: Prompt Color</TITLE>
34228 </HEAD>
34229 <BODY>
34230 <H1>OPTION: Prompt Color</H1>
34232 Sets the color Alpine uses for confirmation prompts and questions that
34233 appear in the status line near the bottom of the screen.
34234 The foreground color is the color of the actual character and the
34235 background color is the color of the area behind the character.
34236 By default, the Prompt Color is the same as the Reverse Color.
34238 <A HREF="h_color_setup">Descriptions of the available commands</A>
34240 Look <A HREF="h_edit_nav_cmds">here</A>
34241 to see the available Editing and Navigation commands.
34243 &lt;End of help on this topic&gt;
34244 </BODY>
34245 </HTML>
34246 ====== h_config_header_general_color =====
34247 <HTML>
34248 <HEAD>
34249 <TITLE>OPTION: Header General Color</TITLE>
34250 </HEAD>
34251 <BODY>
34252 <H1>OPTION: Header General Color</H1>
34254 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
34255 screen.
34256 The foreground color is the color of the actual character and the
34257 background color is the color of the area behind the character.
34258 By default, this is the same as the Normal Color.
34260 It is also possible to set the colors for specific header fields, for
34261 example the Subject, using
34262 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
34263 If both a Header General Color and a specific Viewer Header Color are set
34264 the specific color will override the general color, as you would expect.
34266 <A HREF="h_color_setup">Descriptions of the available commands</A>
34268 Look <A HREF="h_edit_nav_cmds">here</A>
34269 to see the available Editing and Navigation commands.
34271 &lt;End of help on this topic&gt;
34272 </BODY>
34273 </HTML>
34274 ====== h_config_incol =====
34275 <HTML>
34276 <HEAD>
34277 <TITLE>Index Line Color</TITLE>
34278 </HEAD>
34279 <BODY>
34280 <H1>Index Line Color</H1>
34282 This option is used to set the color of a line in the index when the
34283 message for that line matches the Pattern.
34284 This colors the whole index line, except possibly the status letters,
34285 which may be colored separately using the
34286 <A HREF="h_color_setup">Setup Kolor</A> screen.
34287 The foreground color is the color of the actual characters and the
34288 background color is the color of the area behind the characters.
34290 <A HREF="h_color_setup">Descriptions of the available commands</A>
34292 Look <A HREF="h_edit_nav_cmds">here</A>
34293 to see the available Editing and Navigation commands.
34295 &lt;End of help on this topic&gt;
34296 </BODY>
34297 </HTML>
34298 ====== h_config_usetransparent_color =====
34299 <HTML>
34300 <HEAD>
34301 <TITLE>OPTION: Use Transparent Color</TITLE>
34302 </HEAD>
34303 <BODY>
34304 <H1>OPTION: Use Transparent Color</H1>
34306 This is a special color supported by some terminal emulators.
34307 It is intended to result in the default foreground or background color
34308 from the terminal emulator.
34309 This is the color the terminal was displaying characters in before you started Alpine.
34310 The reason it is called Transparent is because you could set the foreground color
34311 to some specific color, like Red, and then set the background color to the
34312 Transparent Color. If it works as expected, the background color from the terminal
34313 window in which Alpine is running will show through but with the Red characters
34314 in the foreground.
34316 <A HREF="h_color_setup">Descriptions of the available commands</A>
34318 Look <A HREF="h_edit_nav_cmds">here</A>
34319 to see the available Editing and Navigation commands.
34321 &lt;End of help on this topic&gt;
34322 </BODY>
34323 </HTML>
34324 ====== h_config_usenormal_color =====
34325 <HTML>
34326 <HEAD>
34327 <TITLE>OPTION: Use Normal Color</TITLE>
34328 </HEAD>
34329 <BODY>
34330 <H1>OPTION: Use Normal Color</H1>
34332 When you use this color value, the actual color used will be the same
34333 as the corresponding Normal Color.
34334 For example if your Normal Color is black on white and you set both
34335 the foreground and background colors here to use the Normal Color, you'll
34336 get black on white. If you later change the Normal Color to red on blue
34337 this color will also change to red on blue.
34339 <A HREF="h_color_setup">Descriptions of the available commands</A>
34341 Look <A HREF="h_edit_nav_cmds">here</A>
34342 to see the available Editing and Navigation commands.
34344 &lt;End of help on this topic&gt;
34345 </BODY>
34346 </HTML>
34347 ====== h_config_usenone_color =====
34348 <HTML>
34349 <HEAD>
34350 <TITLE>OPTION: Use None Color</TITLE>
34351 </HEAD>
34352 <BODY>
34353 <H1>OPTION: Use None Color</H1>
34355 This is a special color that simply means to leave the color alone.
34356 It is useful for Index symbols and for Keyword Colors used in the Subject
34357 field of an index line.
34358 The most likely use is to set an explicit foreground color and then set
34359 the background color to the None Color.
34360 That will cause the symbol or keyword to be drawn in the foreground color
34361 with a background equal to whatever color the rest of the index line is already
34362 drawn in.
34363 You will see no visible effect unless you have assigned Indexcolor Rules to
34364 color index lines or you have set an actual color for the Reverse Color.
34366 <A HREF="h_color_setup">Descriptions of the available commands</A>
34368 Look <A HREF="h_edit_nav_cmds">here</A>
34369 to see the available Editing and Navigation commands.
34371 &lt;End of help on this topic&gt;
34372 </BODY>
34373 </HTML>
34374 ====== h_config_dflt_color =====
34375 <HTML>
34376 <HEAD>
34377 <TITLE>OPTION: Default Color</TITLE>
34378 </HEAD>
34379 <BODY>
34380 <H1>OPTION: Default Color</H1>
34382 Setting default will cause the color to be the default color.
34383 Unsetting default is normally done by choosing a color, but in some cases
34384 you may want to declare the current default color to be your non-default
34385 choice.
34386 For example, the default Keyname Color is the same as the Reverse Color.
34387 Whenever the Reverse Color changes the Keyname Color will also change, unless
34388 you've changed it or unset the default box.
34390 <A HREF="h_color_setup">Descriptions of the available commands</A>
34392 Look <A HREF="h_edit_nav_cmds">here</A>
34393 to see the available Editing and Navigation commands.
34395 &lt;End of help on this topic&gt;
34396 </BODY>
34397 </HTML>
34398 ====== h_config_bold_slctbl =====
34399 <HTML>
34400 <HEAD>
34401 <TITLE>OPTION: Bold</TITLE>
34402 </HEAD>
34403 <BODY>
34404 <H1>OPTION: Bold</H1>
34406 The color for this particular section may have the Bold attribute turned
34407 on or off.
34408 Setting bold will cause the characters to be bold.
34410 <A HREF="h_color_setup">Descriptions of the available commands</A>
34412 Look <A HREF="h_edit_nav_cmds">here</A>
34413 to see the available Editing and Navigation commands.
34415 &lt;End of help on this topic&gt;
34416 </BODY>
34417 </HTML>
34418 ====== h_config_kw_color =====
34419 <HTML>
34420 <HEAD>
34421 <TITLE>OPTION: Keyword Colors</TITLE>
34422 </HEAD>
34423 <BODY>
34424 <H1>OPTION: Keyword Colors</H1>
34426 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
34427 Keywords are displayed as part of the Subject by default.
34428 They are also displayed as part of the Subject if the tokens
34429 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
34430 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
34431 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
34432 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
34434 For example, you might have set up a Keyword
34435 &quot;Work&quot; using the
34436 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
34437 You could cause that Keyword to show up as a special color
34438 by setting up the Keyword Color using this option, and then including it
34439 in the MESSAGE INDEX screen using one of the tokens listed above in the
34440 <!--#echo var="VAR_index-format"-->.
34442 <A HREF="h_color_setup">Descriptions of the available commands</A>
34444 Look <A HREF="h_edit_nav_cmds">here</A>
34445 to see the available Editing and Navigation commands.
34447 &lt;End of help on this topic&gt;
34448 </BODY>
34449 </HTML>
34450 ====== h_config_customhdr_color =====
34451 <HTML>
34452 <HEAD>
34453 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
34454 </HEAD>
34455 <BODY>
34456 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
34458 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
34459 For example, you may set the color of the Subject header or the From header.
34460 The foreground color is the color of the actual character and the
34461 background color is the color of the area behind the character.
34463 In addition to setting the colors for particular headers (like the Subject)
34464 you may also set a color to be used for all headers unless overridden by a
34465 more specific Viewer Header Color.
34466 To do this use the
34467 <A HREF="h_config_header_general_color">Header General Color</A>.
34469 For Header Colors,
34470 there is an additional line on the
34471 screen labeled &quot;Pattern to match&quot;.
34472 If you leave that blank, then the whole field for that header will
34473 be colored.
34474 However, if you give a pattern to match, the coloring will only take place
34475 if there is a match for that pattern in the value of the field.
34476 For example, if you are working on a color for the Subject header and
34477 you fill in a pattern of &quot;important&quot;, then only Subjects that
34478 contain the word &quot;important&quot; will be colored.
34480 If the pattern you enter is a comma-separated list of patterns, then coloring
34481 happens if any of those patterns matches.
34483 <A HREF="h_color_setup">Descriptions of the available commands</A>
34485 Look <A HREF="h_edit_nav_cmds">here</A>
34486 to see the available Editing and Navigation commands.
34488 &lt;End of help on this topic&gt;
34489 </BODY>
34490 </HTML>
34491 ====== h_config_indextoken_color =====
34492 <HTML>
34493 <HEAD>
34494 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
34495 </HEAD>
34496 <BODY>
34497 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
34499 This option allows you to set up the color in which any token, not specified by the
34500 previous options, will be colored in the MESSAGE INDEX screen. 
34502 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
34503 a token that can be used in the index format. 
34504 The list of available tokens is <A HREF="h_index_tokens">here</A>.
34506 If you fail to enter a valid token your entry will be ignored, and you will be asked to
34507 enter a new one. Once you have entered a valid token, a line will be added to the
34508 configuration screen that you can use to set up the colors in which that token will
34509 be painted. This is done in the same way that you configure colors for other
34510 variables.
34512 <A HREF="h_color_setup">Descriptions of the available commands</A>
34514 Look <A HREF="h_edit_nav_cmds">here</A>
34515 to see the available Editing and Navigation commands.
34517 &lt;End of help on this topic&gt;
34518 </BODY>
34519 </HTML>
34520 ====== h_config_customhdr_pattern =====
34521 <HTML>
34522 <HEAD>
34523 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
34524 </HEAD>
34525 <BODY>
34526 <H1>OPTION: Viewer Header Color Pattern</H1>
34528 If you leave this blank, then the whole field for the header will
34529 be colored.
34530 If you give a pattern to match, the coloring will only take place
34531 if there is a match for that pattern in the value of the field.
34532 For example, if you are working on a color for the Subject header and
34533 you fill in a pattern of &quot;important&quot;, then only Subjects that
34534 contain the word &quot;important&quot; will be colored.
34536 For address headers (like From and To) and for the Newsgroups header,
34537 a pattern match will cause only the matched addresses or newsgroups to be
34538 colored.
34539 If there is no pattern to match, then all of the addresses or newsgroups
34540 in the relevant header will be colored.
34542 The matching pattern may be a comma-separated list of patterns to match
34543 instead of a single pattern.
34544 For example, you could use the pattern &quot;important,urgent&quot; which would
34545 cause a match if either the word &quot;important&quot; or the word
34546 &quot;urgent&quot; appeared in the value of the header.
34547 You could list several comma-separated email addresses in the Header
34548 From Color pattern so that those addresses will be colored when any of
34549 them appear in the From header.
34551 To add a new matching pattern or change the existing pattern use the 
34552 <!--chtml if pinemode="function_key"-->
34553 &quot;F4&quot;
34554 <!--chtml else-->
34555 &quot;C&quot;
34556 <!--chtml endif-->
34557 &quot;Change&quot; command that is available when the &quot;Pattern to
34558 match&quot; line is highlighted.
34560 <!--chtml if pinemode="function_key"-->
34561 &quot;F10&quot;
34562 <!--chtml else-->
34563 &quot;D&quot;
34564 <!--chtml endif-->
34565 &quot;Delete&quot; command may be used to quickly remove all patterns
34566 for a particular header.
34568 &lt;End of help on this topic&gt;
34569 </BODY>
34570 </HTML>
34571 ====== h_color_setup =====
34572 <HTML>
34573 <HEAD>
34574 <TITLE>SETUP COLOR COMMANDS</TITLE>
34575 </HEAD>
34576 <BODY>
34577 <H1>SETUP COLOR COMMANDS</H1>
34578 <!--chtml if pinemode="function_key"-->
34579 <PRE>
34580 Available Commands -- Group 1
34581 -------------------------------
34582 F1  Display this help text
34583 F2  Show other available commands
34584 F3  Exit to MAIN MENU
34585 F4  Select the highlighted foreground or background color
34586 F5  Move to previous line
34587 F6  Move to next line
34588 F7  Previous page
34589 F8  Next page
34590 F9  Add a config section for a header field
34591 F10 Restore all default colors (for all sections)
34592 F11 Print color configuration screen
34593 F12 Whereis (search for word)
34595 Available Commands -- Group 2
34596 -------------------------------
34597 F1  Display this help text
34598 F2  Show other available commands
34599 F5  Delete config section for highlighted header field
34600 F6  Shuffle the order of Header Color sections
34601 </PRE>
34602 <!--chtml else-->
34603 <PRE>
34604 General commands
34605 -------------------------------------------------
34606  ?  Display this help text     E  Exit back to MAIN MENU
34607  P  Previous Line              N  Next Line
34608  -  Previous page             Spc (space bar) Next page
34609  W  WhereIs (search for word)  %  Print color configuration screen
34611 Color Setup Commands
34612 ------------------------------------------------
34613  *  Select the highlighted foreground or background color
34614  A  Add a config section for a header field
34615  D  Delete config section for highlighted header field
34616  R  Restore all default colors (for all sections)
34617  $  Shuffle the order of Header Color sections
34618 </PRE>
34619 <!--chtml endif-->
34621 <H2>Description of the Setup Color Screen</H2>
34623 From this screen you may turn on color and set the colors of
34624 various parts of the Alpine display.
34625 For help on turning on color move your cursor into the Color Style section
34626 at the top of the Setup Color screen and ask for help.
34629 There are several sections in the Setup Color Screen.
34630 At the top are some settings that handle the style of color used
34631 with your terminal emulator (UNIX only), and some settings that
34632 control how the current indexline and the titlebar are colored.
34633 After that comes a long section called GENERAL COLORS that allows
34634 you to set the color of many elements in the Alpine screens.
34635 For example, the color of the titlebar, status messages,
34636 selectable links, quotes and signatures in messages, and so on.
34637 After that is a section called INDEX COLORS that allows you to
34638 set the colors of various pieces of the displayed index lines in
34639 the MESSAGE INDEX screen.
34640 The next section is HEADER COLORS. This is for coloring headers of
34641 messages in the MESSAGE TEXT screen in just about any way you would like.
34642 Finally, the KEYWORD COLORS section allows you to highlight
34643 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
34644 in the MESSAGE INDEX screen.
34647 To change a color, highlight the color you want to change (for example,
34648 the Status Color) by moving
34649 the cursor into it.
34650 You may want to read the help text for the color to see a brief description
34651 of what you are coloring.
34652 Then press &quot;C&quot; for Change to set the color to something new.
34653 That will put you into a screen with two columns of colors, one for
34654 the foreground color and one for the background color.
34655 The foreground color is just the color you want the actual characters
34656 to be and the background color is the color of the rest of the rectangle
34657 behind the characters.
34658 Select the foreground and background colors desired by using the Next and
34659 Prev keys to highlight the color, and the * command to select it.
34661 To set a color to its default value, set the X in the Default line at
34662 the bottom of the list of colors.
34665 The HEADER COLORS section is a little bit different from the others.
34666 Besides coloring the specific fields that Alpine knows about, you may also
34667 color specific header fields when viewing a message in the MESSAGE TEXT
34668 screen.
34669 For example, you may color the Subject header a particular color.
34670 There are a few commands for use with headers.
34671 The &quot;AddHeader&quot; command adds a section to the color
34672 configuration screen that allows you to set the color for that header.
34673 You'll be asked for the name of the header field you want to color.
34674 If you wanted to color the Subject, you would answer
34675 with the word &quot;subject&quot;.
34676 Once you've added a header field, the color setting works just like the
34677 other color fields, except that there is an additional line on the
34678 configuration screen labeled &quot;Pattern to match&quot;.
34679 If you leave that blank, then the whole field for that header will always
34680 be colored.
34681 However, if you give a pattern to match, the coloring will only take place
34682 if there is a match for that pattern in the value of the field.
34683 For example, if you are working on a color for the Subject header and
34684 you fill in a pattern of &quot;important&quot;, then only Subjects that
34685 contain the word &quot;important&quot; will be colored.
34687 The &quot;DeleteHdr&quot; command removes a header section from the
34688 configuration altogether.
34689 The &quot;Shuffle&quot; command changes the order of header sections.
34690 This is only necessary if you use header sections with pattern fields.
34691 For example, if you have two Subject sections, one with one pattern and
34692 another with another pattern, and the subject for a particular message
34693 happens to match both, then the color from the first match is used.
34696 The command &quot;RestoreDefs&quot; will restore all of the default colors.
34697 Each section will change to the default value used for that section when
34698 color is first enabled.
34699 When you restore all default colors the color settings for the Header Colors
34700 will be unset (since that's the default), but the header fields you've
34701 added will remain so that you may easily reset them.
34702 In order to get rid of them completely you'd have to use
34703 the &quot;DeleteHdr&quot; command.
34706 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
34707 may be set with matching rules and that is configured separately from
34708 the rest of the color settings described here.
34709 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
34710 instead of in the Setup/Kolor section.
34712 <P><UL>
34713 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34714 </UL><P>
34715 &lt;End of help on this topic&gt;
34716 </BODY>
34717 </HTML>
34718 ====== h_config_news_uses_recent ======
34719 <HTML>
34720 <HEAD>
34721 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
34722 </HEAD>
34723 <BODY>
34724 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
34726 This feature causes certain messages to be marked as "New" in the
34727 MESSAGE INDEX of newsgroups.
34728 This feature is set by default.
34732 When opening a newsgroup, Alpine will consult your "newsrc" file and
34733 determine the last message you have previously disposed of via the "D"
34734 key.  If this feature is set, any subsequent messages will be shown in the
34735 Index with an "N", and the first of these messages will be highlighted.
34736 Although this is only an approximation of true "New" or "Unseen"
34737 status, it provides a useful cue to distinguish more-or-less recent
34738 messages from those you have seen previously, but are not yet ready to
34739 mark deleted.
34743 Background: your "newsrc" file (used to store message status information
34744 for newsgroups) is only capable of storing a single flag, and Alpine uses
34745 this to record whether or not you are "done with" a message, as
34746 indicated by marking the message as "Deleted".  Unfortunately, this
34747 means that Alpine has no way to record exactly which messages you have
34748 previously seen, so it normally does not show the "N" status flag for
34749 any messages in a newsgroup. This feature enables a starting
34750 *approximation* of seen/unseen status that may be useful.
34752 &lt;End of help on this topic&gt;
34753 </BODY>
34754 </HTML>
34755 ====== h_config_expose_hidden_config =====
34756 <HTML>
34757 <HEAD>
34758 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
34759 </HEAD>
34760 <BODY>
34761 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
34763 If set, this causes configuration options and features that are normally
34764 hidden from view to be editable in the Setup/Config screen.
34767 The purpose of this feature is to allow you to change configuration
34768 features and variables that are normally hidden.
34769 This is particularly useful if you are using a remote configuration,
34770 where it is difficult to edit the contents manually, but it may also be used
34771 on a local pinerc configuration file.
34773 If set, several configuration variables and features that are normally
34774 hidden from view will show up in the Setup/Configuration screen.
34775 They will be at the bottom of the configuration screen.
34776 You can find them by searching for the words &quot;hidden configuration&quot;.
34779 Note that this is an advanced feature that should be used with care.
34780 The reason that this part of the configuration is normally hidden is because
34781 there is a significant potential for causing problems if you change these
34782 variables.
34783 If something breaks after a change try changing it back to see if that is
34784 what is causing the problem.
34785 There are also some variables that are normally hidden because they are
34786 manipulated through Alpine in other ways.
34787 For example, colors are normally set using the Setup/Kolors screen and
34788 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
34789 the Setup/AddressBooks screen, so there is little reason to edit these directly.
34790 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
34791 the Add, Delete, and Rename commands in the FOLDER LIST screen,
34792 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
34793 internally by Alpine and not set directly by the user.
34795 <UL>   
34796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34797 </UL><P>
34798 &lt;End of help on this topic&gt;
34799 </BODY>
34800 </HTML>
34801 ====== h_config_disable_signature_edit =====
34802 <HTML>
34803 <HEAD>
34804 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
34805 </HEAD>
34806 <BODY>
34807 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
34809 If set, this disables the editing of signature files from within
34810 the Setup/Config screen.
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_delete_before_writing =====
34819 <HTML>
34820 <HEAD>
34821 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></TITLE>
34822 </HEAD>
34823 <BODY>
34824 <H1>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></H1>
34826 This feature controls a behavior of Alpine intended to workaround problems in
34827 terminals where the marker for the end of inverse video cannot be overwritten,
34828 but must be deleted, as a way to start inverse video again.
34831 When this feature is enabled, Alpine will delete a line before writing it,
34832 therefore deleting the end of reverse video. Modern terminals do not require
34833 enabling this feature, but some old terminals might require it.
34835 <UL>
34836 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34837 </UL><P>
34838 &lt;End of help on this topic&gt;
34839 </BODY>
34840 </HTML>
34841 ====== h_config_disable_roles_templateedit =====
34842 <HTML>
34843 <HEAD>
34844 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
34845 </HEAD>
34846 <BODY>
34847 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
34849 If set, this disables the editing of template files within the
34850 Role setup screen.
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_sigedit =====
34859 <HTML>
34860 <HEAD>
34861 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
34862 </HEAD>
34863 <BODY>
34864 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
34866 If set, this disables the editing of signature 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_setup =====
34876 <HTML>
34877 <HEAD>
34878 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
34879 </HEAD>
34880 <BODY>
34881 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
34883 If set, this disables the Setup/Rules/Roles command.
34885 <UL>   
34886 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34887 </UL><P>
34888 &lt;End of help on this topic&gt;
34889 </BODY>
34890 </HTML>
34891 ====== h_config_disable_pipes_in_templates =====
34892 <HTML>
34893 <HEAD>
34894 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
34895 </HEAD>
34896 <BODY>
34897 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
34899 By default, if a template file name is followed by a vertical bar (|) then
34900 that causes the file to be executed to produce the text for the template.
34901 If this feature is set, then this is not allowed.
34903 <UL>   
34904 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34905 </UL><P>
34906 &lt;End of help on this topic&gt;
34907 </BODY>
34908 </HTML>
34909 ====== h_config_disable_pipes_in_sigs =====
34910 <HTML>
34911 <HEAD>
34912 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
34913 </HEAD>
34914 <BODY>
34915 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
34917 By default, if a signature file name is followed by a vertical bar (|) then
34918 that causes the file to be executed to produce the text for the signature.
34919 If this feature is set, then this is not allowed.
34921 <UL>   
34922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34923 </UL><P>
34924 &lt;End of help on this topic&gt;
34925 </BODY>
34926 </HTML>
34927 ====== h_config_disable_password_cmd =====
34928 <HTML>
34929 <HEAD>
34930 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
34931 </HEAD>
34932 <BODY>
34933 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
34935 If set, then the Setup/Newpassword command is disabled.
34937 <UL>   
34938 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34939 </UL><P>
34940 &lt;End of help on this topic&gt;
34941 </BODY>
34942 </HTML>
34943 ====== h_config_disable_password_caching =====
34944 <HTML>
34945 <HEAD>
34946 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
34947 </HEAD>
34948 <BODY>
34949 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
34951 Normally, loginname/password combinations are cached in Alpine so that
34952 you do not have to enter the same password more than once in a session.
34953 A disadvantage to this approach is that the password must be stored in
34954 the memory image of the running Alpine in order that it can be re-used.
34955 In the event that Alpine crashes and produces a core dump, and that core
34956 dump is readable by others, the loginname and password could be read
34957 from the core dump.
34959 If this feature is set, then the passwords will not be cached and you
34960 will have to retype the password whenever Alpine needs it.
34961 Even with this feature set there is still some chance that the core
34962 file will contain a password, so care should be taken to make the
34963 core files unreadable.
34965 NOTE: If PASSFILE caching is enabled, this does not disable it.
34966 That is a separate and independent feature.
34967 <UL>   
34968 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34969 </UL><P>
34970 &lt;End of help on this topic&gt;
34971 </BODY>
34972 </HTML>
34973 ====== h_config_disable_password_file_saving =====
34974 <HTML>
34975 <HEAD>
34976 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
34977 </HEAD>
34978 <BODY>
34979 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
34981 <P> This feature disables caching of passwords, even if your version of Alpine allows
34982 saving passwords. For MAC OS users saving passwords is done using the Apple Key Chain, for
34983 Windows users caching passwords is done using the internal Windows Credentials, and for
34984 other users this is done by using the password file. In this feature, the phrase
34985 &quot;password file&quot; is a misnomer and represents the way in which your system
34986 stores passwords.
34989 Specifically, this feature changes the behavior of Alpine when a login name and password combination
34990 for a specific server is not found in the password file. The default behavior is that
34991 Alpine will ask the user if they wish to save this information in the password file for future
34992 use. It is assumed that if a user created a password file it is because they intend
34993 to use it, but in some instances a user might want to save some passwords and not others.
34994 In this case, enabling this feature will make Alpine not add any more passwords to the
34995 password file and will only use the passwords that it already saved. If you wish to allow
34996 Alpine to save more passwords in the password file, disable this feature.
34998 <P> Regardless of which method Alpine uses to store passwords, this is done in a secure
34999 way when compiled with OpenSSL or LibreSSL. This is very likely to be your version, and
35000 you can check this by reading the encryption features
35001 <A HREF="X-Alpine-Config:">supported</A> by Alpine.
35004 <UL>   
35005 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35006 </UL><P>
35007 &lt;End of help on this topic&gt;
35008 </BODY>
35009 </HTML>
35010 ====== h_config_disable_kb_lock =====
35011 <HTML>
35012 <HEAD>
35013 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
35014 </HEAD>
35015 <BODY>
35016 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
35018 If set, then the Keyboard Lock command is removed from the MAIN MENU.
35020 <UL>   
35021 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35022 </UL><P>
35023 &lt;End of help on this topic&gt;
35024 </BODY>
35025 </HTML>
35026 ====== h_config_disable_config_cmd =====
35027 <HTML>
35028 <HEAD>
35029 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
35030 </HEAD>
35031 <BODY>
35032 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
35034 If set, then the Setup/Config screen is disabled.
35036 <UL>   
35037 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35038 </UL><P>
35039 &lt;End of help on this topic&gt;
35040 </BODY>
35041 </HTML>
35042 ====== h_config_allow_chg_from =====
35043 <HTML>
35044 <HEAD>
35045 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
35046 </HEAD>
35047 <BODY>
35048 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
35050 This feature affects Alpine's handling of the &quot;From:&quot; header field
35051 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
35052 option.
35054 If this feature is set then the From line can be changed just like
35055 all the other header fields that can be changed.
35056 This feature defaults to <EM>ON</EM>.
35058 Even with this feature turned ON (the default) you will not be able 
35059 to change the From header unless you add it to your list of
35060 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
35061 You may also want to change the
35062 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
35063 if you want the From header to always show up in the composer without
35064 having to type the Rich Headers command first.
35066 Note that many sites restrict the use of this feature in order to
35067 reduce the chance of falsified addresses and misdirected mail.
35068 If you want to change the value of what gets included in the From header
35069 in messages you send
35070 look <A HREF="h_config_change_your_from">here</A> for a description.
35072 <UL>   
35073 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35074 </UL><P>
35075 &lt;End of help on this topic&gt;
35076 </BODY>
35077 </HTML>
35078 ====== h_config_disable_collate =====
35079 <HTML>
35080 <HEAD>
35081 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
35082 </HEAD>
35083 <BODY>
35084 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
35086 This is a hard to understand feature that should only be used in rare cases.
35087 Normally, the C function call
35089 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
35091 is used by Alpine.
35092 If you want to try turning it off,
35093 setting this feature will turn it off.
35094 This part of the locale has to do with the sort order
35095 of characters in your locale.
35097 <UL>   
35098 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35099 </UL><P>
35100 &lt;End of help on this topic&gt;
35101 </BODY>
35102 </HTML>
35103 ====== h_config_quell_attach_extra_prompt =====
35104 <HTML>
35105 <HEAD>
35106 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
35107 </HEAD>
35108 <BODY>
35109 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
35111 By default, when you attempt to view an attachment externally
35112 from the &quot;Attachment View&quot; screen, you are asked if you
35113 really want to view the selected attachment.
35116 If this feature is set, you will <B>not</B> be prompted to confirm
35117 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
35118 prompt. This feature was added for those wanting to preserve that
35119 behavior (along with 
35120 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
35123 <UL>   
35124 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35125 </UL><P>
35126 &lt;End of help on this topic&gt;
35127 </BODY>
35128 </HTML>
35129 ====== h_config_quell_attach_ext_warn =====
35130 <HTML>
35131 <HEAD>
35132 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
35133 </HEAD>
35134 <BODY>
35135 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
35138 This feature suppresses the extra warning you can get when trying
35139 to view an attachment for which there is no mime-type match.  Turning
35140 on this feature will just run the program according to extension
35141 instead of first warning the user that it will run according to the
35142 file's extension.
35144 This feature can be used along side 
35145 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
35146 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
35148 <UL>   
35149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35150 </UL><P>
35151 &lt;End of help on this topic&gt;
35152 </BODY>
35153 </HTML>
35154 ====== h_config_mailcap_params =====
35155 <HTML>
35156 <HEAD>
35157 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
35158 </HEAD>
35159 <BODY>
35160 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
35162 If set, this will allow mailcap named parameter substitution to occur
35163 in mailcap entries.
35164 By default, this is turned off to prevent security problems that may occur
35165 with some incorrect mailcap configurations.
35166 For more information, see RFC1524 and look for "named parameters" in the
35167 text of the RFC.
35169 <UL>   
35170 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35171 </UL><P>
35172 &lt;End of help on this topic&gt;
35173 </BODY>
35174 </HTML>
35175 ====== h_config_disable_shared =====
35176 <HTML>
35177 <HEAD>
35178 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
35179 </HEAD>
35180 <BODY>
35181 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
35183 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
35184 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
35185 will be disabled.
35186 The reason this feature exists is because there are some implementations
35187 of system password lookup routines that are very slow when presented with
35188 a long loginname that does not exist.
35189 This feature could be set to prevent the delay at startup time when the
35190 names above are searched for in the password file.
35192 <UL>   
35193 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35194 </UL><P>
35195 &lt;End of help on this topic&gt;
35196 </BODY>
35197 </HTML>
35198 ====== h_config_hide_nntp_path =====
35199 <HTML>
35200 <HEAD>
35201 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
35202 </HEAD>
35203 <BODY>
35204 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
35206 Normally the Path header that Alpine generates when posting to a newsgroup
35207 contains the name of the computer from which the message is being sent and
35208 the user name.
35209 Some believe that this information is used by spammers.
35210 If this feature is set, that information will be replaced with the text
35212 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
35214 instead.
35216 It should be noted that many servers being connected to will still reveal
35217 the information that this feature attempts to protect.
35219 <UL>   
35220 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35221 </UL><P>
35222 &lt;End of help on this topic&gt;
35223 </BODY>
35224 </HTML>
35225 ====== h_config_no_bezerk_zone =====
35226 <HTML>
35227 <HEAD>
35228 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
35229 </HEAD>
35230 <BODY>
35231 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
35233 POSIX mandates a timezone in UNIX mailbox format folder delimiters
35234 (the line that begins with From <SPACE>).
35235 Some versions of Berkeley mail have trouble with this, and don't recognize
35236 the line as a message delimiter.
35237 If this feature is set, the timezone will be left off the delimiter line.
35239 <UL>   
35240 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35241 </UL><P>
35242 &lt;End of help on this topic&gt;
35243 </BODY>
35244 </HTML>
35245 ====== h_config_quell_domain_warn =====
35246 <HTML>
35247 <HEAD>
35248 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
35249 </HEAD>
35250 <BODY>
35251 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
35253 When your configuration is set up so that your domain name contains no dots,
35254 it is usually a configuration error.
35255 By default, Alpine will warn you about this when you start it up.
35256 You will see a warning message that looks like
35259 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
35262 If this feature is set, the warning is turned off.
35264 <UL>   
35265 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35266 </UL><P>
35267 &lt;End of help on this topic&gt;
35268 </BODY>
35269 </HTML>
35270 ====== h_config_quell_imap_env =====
35271 <HTML>
35272 <HEAD>
35273 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
35274 </HEAD>
35275 <BODY>
35276 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
35278 In the MESSAGE INDEX screen, if the open folder is being accessed
35279 using IMAP, Alpine normally tries to paint the index lines on the screen
35280 as soon as the information arrives from the IMAP server.
35281 This means that the index information makes it onto the screen more quickly
35282 than it otherwise would.
35283 This sometimes results in behavior that bothers some users.
35284 For example, when paging to a new page of the index, it may be possible for
35285 the lines to be painted on the screen in a random order, rather than from
35286 top to bottom.
35289 Setting this feature causes Alpine to wait for all of the information
35290 to be gathered before it paints the index screen.
35291 Once it collects all of the information, the screen will be painted quickly
35292 from top to bottom.
35294 <UL>   
35295 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35296 </UL><P>
35297 &lt;End of help on this topic&gt;
35298 </BODY>
35299 </HTML>
35300 ====== h_config_quell_news_env =====
35301 <HTML>
35302 <HEAD>
35303 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
35304 </HEAD>
35305 <BODY>
35306 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
35308 In the MESSAGE INDEX screen, if the open folder is being accessed
35309 using NNTP (News), Alpine normally tries to paint the index lines on the screen
35310 as soon as the information arrives from the NNTP server.
35311 This means that the index information makes it onto the screen more quickly
35312 than it otherwise would.
35313 This sometimes results in behavior that bothers some users.
35314 For example, when paging to a new page of the index, it may be possible for
35315 the lines to be painted on the screen in a random order, rather than from
35316 top to bottom.
35319 Setting this feature causes Alpine to wait for all of the information
35320 to be gathered before it paints the index screen.
35321 Once it collects all of the information, the screen will be painted quickly
35322 from top to bottom.
35324 <UL>   
35325 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35326 </UL><P>
35327 &lt;End of help on this topic&gt;
35328 </BODY>
35329 </HTML>
35330 ====== h_config_quell_content_id =====
35331 <HTML>
35332 <HEAD>
35333 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
35334 </HEAD>
35335 <BODY>
35336 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
35338 This feature changes the behavior of Alpine when sending messages.
35339 It is intended to work around a bug in Microsoft's Outlook XP mail user
35340 agent.
35341 As of this writing, Microsoft has acknowledged the bug but
35342 has not added it to the Knowledge Base.
35343 We have been told that there will be a post-SP1 hotfix for Outlook XP.
35344 This particular bug has bug fix number OfficeQFE:4781.
35345 The nature of the bug is that messages with attachments that
35346 contain a Content-ID header (which standard Alpine attachments do)
35347 do not show the attachment indicator (a paperclip) when viewed with
35348 Outlook XP.
35349 So the user has no indication that the message contains an attachment.
35352 If this feature is set then Alpine will remove most Content-ID headers
35353 before sending a message.
35354 If an attachment is of type MESSAGE, then the existing Content-ID headers
35355 inside the message will be left intact.
35356 This would only happen with Alpine if a message was forwarded as an attachment
35357 or if a message with a message attached was forwarded.
35358 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
35359 the Content-ID headers of the alternative parts will not be removed.
35362 Because the Content-ID header is a standard part of MIME it is possible
35363 that setting this feature will break something.
35364 For example, if an attachment has a Content-ID header that is necessary
35365 for the correct functioning of that attachment, it is possible that Alpine
35366 may remove that header when the attachment is forwarded.
35367 However, it seems fairly safe at this time.
35370 <UL>   
35371 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35372 </UL><P>
35373 &lt;End of help on this topic&gt;
35374 </BODY>
35375 </HTML>
35376 ====== h_config_winpos_in_config =====
35377 <HTML>
35378 <HEAD>
35379 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
35380 </HEAD>
35381 <BODY>
35382 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
35384 PC-Alpine only.
35387 Normally, PC-Alpine will store its window size and position in the
35388 Windows Registry.
35389 This is convenient if you want to use the same remote
35390 configuration from more than one PC.
35391 If you use multiple configuration files to start PC-Alpine, you may want
35392 to store the window size and position in the configuration file instead
35393 of in the Registry.
35394 Setting this feature causes the value to be stored in 
35395 <A HREF="h_config_window_position">Window-Position</A>.
35398 <UL>   
35399 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35400 </UL><P>
35401 &lt;End of help on this topic&gt;
35402 </BODY>
35403 </HTML>
35404 ====== h_config_quell_ssl_largeblocks =====
35405 <HTML>
35406 <HEAD>
35407 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
35408 </HEAD>
35409 <BODY>
35410 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
35412 PC-Alpine only.
35414 This feature changes the behavior of fetching messages
35415 and attachments so that the message data is fetched in chunks no larger
35416 than 12K bytes.
35417 This works around a bug in Microsoft's SSL/TLS support.
35418 Some versions of Microsoft SSL are not able to read full-sized (16K)
35419 SSL/TLS packets.
35420 Some servers will send such packets and this will
35421 cause PC-Alpine to crash with the error
35424 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
35427 Microsoft is aware of the problem and has developed a hotfix for it, it is
35428 discussed in article 300562 in the Microsoft Knowledge Base.
35430 <UL>   
35431 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35432 </UL><P>
35433 &lt;End of help on this topic&gt;
35434 </BODY>
35435 </HTML>
35436 ====== h_config_quell_partial =====
35437 <HTML>
35438 <HEAD>
35439 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
35440 </HEAD>
35441 <BODY>
35442 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
35444 Partial fetching is a feature of the IMAP protocol.
35445 By default, Alpine
35446 will use partial fetching when copying the contents of a message or attachment
35447 from the IMAP server to Alpine.
35448 This means that the fetch will be done in many
35449 small chunks instead of one big chunk. The main benefit of this approach is
35450 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
35451 to stop the fetch early. In some cases partial fetching may cause a performance
35452 problem so that the fetching of data takes significantly longer when partial
35453 fetching is used. Turning on this feature will turn off partial fetching.
35455 <UL>   
35456 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35457 </UL><P>
35458 &lt;End of help on this topic&gt;
35459 </BODY>
35460 </HTML>
35461 ====== h_config_quell_personal_name_prompt =====
35462 <HTML>
35463 <HEAD>
35464 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
35465 </HEAD>
35466 <BODY>
35467 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
35469 PC-Alpine only.  This feature quells the prompting for a 
35470 <A HREF="h_config_pers_name">personal name</A>.  This
35471 prompt normally happens before composing a message, and only happens when
35472 there is no personal name already set.
35474 <UL>   
35475 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35476 </UL><P>
35477 &lt;End of help on this topic&gt;
35478 </BODY>
35479 </HTML>
35480 ====== h_config_quell_user_id_prompt =====
35481 <HTML>
35482 <HEAD>
35483 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
35484 </HEAD>
35485 <BODY>
35486 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
35488 PC-Alpine only.  This feature quells the prompting for a 
35489 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
35490 if the information can be obtained from the login name used
35491 to open the INBOX.  Normally, this prompt happens before composing
35492 a message, and only happens when there is no user-id already set
35493 in the configuration.
35495 With this feature set, composing a message is only possible after
35496 establishing a connection to the INBOX.
35498 <UL>   
35499 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35500 </UL><P>
35501 &lt;End of help on this topic&gt;
35502 </BODY>
35503 </HTML>
35504 ====== h_config_save_aggregates =====
35505 <HTML>
35506 <HEAD>
35507 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
35508 </HEAD>
35509 <BODY>
35510 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
35512 This feature will optimize an aggregate copy operation, if
35513 possible, by issuing a single IMAP <EM>COPY</EM> command with a
35514 list of the messages to be copied.
35515 This feature is set by default.
35516 This may reduce network traffic and elapsed time for the Save.
35517 <EM>However, many IMAP servers (including the UW IMAP server) do
35518 not preserve the order of messages when this optimization is applied.</EM>
35519 If this feature is not set, 
35520 Alpine will copy each message individually and the order of the messages
35521 will be preserved.
35523 <UL>   
35524 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35525 </UL><P>
35526 &lt;End of help on this topic&gt;
35527 </BODY>
35528 </HTML>
35529 ====== h_config_use_system_translation =====
35530 <HTML>
35531 <HEAD>
35532 <TITLE>FEATURE: Use System Translation</TITLE>
35533 </HEAD>
35534 <BODY>
35535 <H1>FEATURE: Use System Translation</H1>
35537 UNIX Alpine only.
35539 Alpine normally uses its own internal software to convert between the multi-byte
35540 representation of characters and the Unicode representation of those
35541 same characters.
35542 It converts from the multi-byte characters your keyboard produces to Unicode,
35543 and from Unicode to the multi-byte characters your display expects.
35544 Alpine also uses its own internal software to decide how much space on
35545 the screen a particular Unicode character will occupy.
35548 Setting this feature tells Alpine to use the system-supplied routines to
35549 perform these tasks instead.
35550 In particular there are three tasks and three system routines that will
35551 be used for these tasks.
35554 To convert from multi-byte to Unicode the routine
35557 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
35560 is used.
35561 To convert from Unicode to multi-byte the routine
35564 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
35567 is used, if available, otherwise
35570 <CENTER><SAMP>wctomb</SAMP></CENTER>
35573 is used.
35575 And to find the screen width a particular Unicode character will
35576 occupy the routine used is
35579 <CENTER><SAMP>wcwidth</SAMP></CENTER>
35582 This feature has been only lightly tested.
35583 The internal routines should normally be used unless you run into
35584 a problem that you think may be solved by using the system routines.
35585 Note that your environment needs to be set up for these
35586 routines to work correctly.
35587 In particular, the LANG or LC_CTYPE variable in your environment will
35588 need to be set.
35591 <UL>   
35592 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35593 </UL><P>
35594 &lt;End of help on this topic&gt;
35595 </BODY>
35596 </HTML>
35597 ====== h_config_suspend_spawns =====
35598 <HTML>
35599 <HEAD>
35600 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
35601 </HEAD>
35602 <BODY>
35603 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
35605 This feature affects Alpine's behavior when process suspension is enabled
35606 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
35607 temporarily interact with the operating system command &quot;shell&quot; 
35608 without
35609 quitting Alpine, and then subsequently resume the still-active Alpine session.
35612 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
35613 is set and subsequently the Ctrl-Z key
35614 is pressed, Alpine will normally suspend itself and return temporary control
35615 to Alpine's parent shell process.  However, if this feature is set, Alpine
35616 will instead create an inferior subshell process.  This is useful when the
35617 parent process is not intended to be used interactively.  Examples include
35618 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
35619 or via a menu system.<P>
35621 Note that one typically resumes a suspended Alpine by entering the Unix
35622 &quot;fg&quot; command, but if this feature is set, it will be necessary to
35623 enter the &quot;exit&quot; command instead.
35625 <UL>   
35626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35627 </UL><P>
35628 &lt;End of help on this topic&gt;
35629 </BODY>
35630 </HTML>
35631 ====== h_config_8bit_smtp =====
35632 <HTML>
35633 <HEAD>
35634 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
35635 </HEAD>
35636 <BODY>
35637 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
35639 This feature affects Alpine's behavior when sending mail.
35640 By default, this feature is set.
35641 Internet standards
35642 require that all electronic mail messages traversing the global Internet
35643 consist of 7bit ASCII characters unless a pair of cooperating mail 
35644 transfer agents explicitly agree to allow 8bit messages.  In general, 
35645 then, exchanging messages in non-ASCII characters requires MIME encoding.
35647 However, there are now Internet standards that allow for unencoded 8bit
35648 exchange of messages between cooperating systems.  When this feature is set
35649 Alpine will try to negotiate unencoded 8bit transmission during the
35650 sending process.  Should the negotiation fail, Alpine will fall back to its
35651 ordinary encoding rules. 
35653 Note, this feature relies on your system's mail transport agent or
35654 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
35655 having the negotiation mechanism introduced in
35656 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
35657 &quot;8BITMIME&quot;. 
35659 ESMTP allows for graceful migration to upgraded mail transfer agents, but
35660 it is possible that this feature might cause problems for some servers. 
35661 <P><UL>
35662 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35663 </UL>
35664 <P>&lt;End of help on this topic&gt;
35665 </BODY>
35666 </HTML>
35667 ====== h_config_8bit_nntp =====
35668 <HTML>
35669 <HEAD>
35670 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
35671 </HEAD>
35672 <BODY>
35673 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
35675 This feature affects Alpine's behavior when posting news.  
35679 The Internet standard for exchanging USENET news messages (RFC-1036)
35680 specifies that USENET messages should conform to Internet mail standards
35681 and contain only 7bit characters, but much of the news transport software
35682 in use today is capable of successfully sending messages containing 8bit
35683 characters.  Hence, many people believe that it is appropriate to send 8bit
35684 news messages without any MIME encoding.
35688 Moreover, there is no Internet standard for explicitly negotiating 8bit
35689 transfer, as there is for Internet email.  Therefore, Alpine provides the
35690 option of posting unencoded 8bit news messages, though not as the default.
35691 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
35692 postings that contain 8bit characters. 
35696 Note, articles may cross a path or pass through news transport software
35697 that is unsafe or even hostile to 8bit characters.  At best this will only
35698 cause the posting to become garbled.  The safest way to transmit 8bit
35699 characters is to leave Alpine's MIME encoding turned on, but recipients
35700 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
35701 messages.
35703 &lt;End of help on this topic&gt;
35704 </BODY>
35705 </HTML>
35706 ====== h_config_mark_for_cc =====
35707 <HTML>
35708 <HEAD>
35709 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
35710 </HEAD>
35711 <BODY>
35712 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
35714 This feature affects Alpine's MESSAGE INDEX display.
35715 By default, a '+' is displayed in the first column if the
35716 message is addressed directly to you.
35717 When this feature is set and the message is not addressed to you, then a
35718 '-' character is displayed if the message is instead Cc'd directly
35719 to you.
35722 <UL>   
35723 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35724 </UL><P>
35725 &lt;End of help on this topic&gt;
35726 </BODY>
35727 </HTML>
35728 ====== h_config_tab_uses_unseen =====
35729 <HTML>
35730 <HEAD>
35731 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
35732 </HEAD>
35733 <BODY>
35734 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
35736 This feature affects Alpine's behavior when using the TAB
35737 <A HREF="h_common_nextnew">NextNew Command</A>
35738 to move from one folder to the next.
35739 Alpine's usual behavior is to search for folders
35740 with <EM>Recent</EM> messages in them.
35741 Recent messages are messages that have arrived since the last time the
35742 folder was opened.
35745 Setting this feature causes Alpine to search for <EM>Unseen</EM>
35746 messages instead of Recent messages.
35747 Unseen messages remain Unseen until you view them (or flag then as Seen with
35748 the <A HREF="h_common_flag">Flag Command</A>).
35749 Setting this feature allows you to locate messages you have not read
35750 instead of only recently received messages.
35751 When this feature is set, the feature
35752 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
35753 will have no effect, so the checking may be slower.
35756 Another reason why you might want to use this feature is that Alpine sometimes
35757 opens folders implicitly behind the scenes, and this clears the
35758 Recent status of all messages in the folder.
35759 One example where this happens is when Saving or filtering a
35760 message to another folder.
35761 If that message has some <A HREF="h_config_keywords">keywords</A>
35762 set, then because of some shortcomings
35763 in the IMAP specification, the best way to ensure that those keywords are
35764 still set in the saved copy of the message is to open the folder and
35765 set the keywords explicitly.
35766 Because this clears the Recent status of all messages in that folder the
35767 folder will not be found by the NextNew command unless this feature is set.
35770 &lt;End of help on this topic&gt;
35771 </BODY>
35772 </HTML>
35773 ====== h_config_tab_new_only =====
35774 <HTML>
35775 <HEAD>
35776 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
35777 </HEAD>
35778 <BODY>
35779 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
35781 This feature affects Alpine's behavior when using the TAB key to move from
35782 one message to the next.  Alpine's usual behavior is to select the next
35783 unread message or message flagged as "Important".
35787 Setting this feature causes Alpine to skip the messages flagged as important,
35788 and select unread messages exclusively.  Tab behavior when there are no
35789 new messages left to select remains unchanged.
35791 &lt;End of help on this topic&gt;
35792 </BODY>
35793 </HTML>
35794 ====== h_config_warn_if_subj_blank =====
35795 <HTML>
35796 <HEAD>
35797 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
35798 </HEAD>
35799 <BODY>
35800 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
35802 This feature affects Alpine's behavior when you send a message being
35803 composed.
35804 If this option is set, Alpine will check to see if the message about to be sent
35805 has a subject or not.
35806 If not, you will be asked if you want to send the message anyway.
35809 <UL>   
35810 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35811 </UL><P>
35812 &lt;End of help on this topic&gt;
35813 </BODY>
35814 </HTML>
35815 ====== h_config_warn_if_fcc_blank =====
35816 <HTML>
35817 <HEAD>
35818 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
35819 </HEAD>
35820 <BODY>
35821 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
35823 This feature affects Alpine's behavior when you send a message being
35824 composed.
35825 If this option is set, Alpine will check to see if the message about to be sent
35826 has an Fcc or not.
35827 If not, you will be asked if you want to send the message anyway.
35830 <UL>   
35831 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35832 </UL><P>
35833 &lt;End of help on this topic&gt;
35834 </BODY>
35835 </HTML>
35836 ====== h_config_warn_if_no_to_or_cc =====
35837 <HTML>
35838 <HEAD>
35839 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
35840 </HEAD>
35841 <BODY>
35842 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
35844 This feature affects Alpine's behavior when you send a message being
35845 composed.
35846 If this option is set, Alpine will check to see if the message about to be sent
35847 has either a To address, a Cc address, or a Newsgroup.
35848 If none of these is set,
35849 you will be asked if you want to send the message anyway.
35852 This feature is closely related to
35853 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
35854 Alpine will normally ask if you want to copy a message only to the Fcc.
35855 This feature also applies to cases where there is a Bcc but still no To, Cc,
35856 or Newsgroup.
35857 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
35858 message with only an Fcc, then you won't be asked about sending with
35859 a blank To and Cc and Newsgroups header even if this feature is set.
35860 Similarly, if you have already been asked if you want to send to the Fcc
35861 only and you have answered Yes, then you won't be asked again about sending with
35862 blank To, Cc, and Newsgroups headers even if this feature is set.
35865 <UL>   
35866 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35867 </UL><P>
35868 &lt;End of help on this topic&gt;
35869 </BODY>
35870 </HTML>
35871 ====== h_config_quell_dead_letter =====
35872 <HTML>
35873 <HEAD>
35874 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
35875 </HEAD>
35876 <BODY>
35877 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
35879 This feature affects Alpine's behavior when you cancel a message being
35880 composed.  Alpine's usual behavior is to write the canceled message to
35881 a file named 
35882 <!--chtml if pinemode="os_windows"-->
35883 &quot;DEADLETR&quot;,
35884 <!--chtml else-->
35885 &quot;dead.letter&quot; in your home directory,
35886 <!--chtml endif-->
35887 overwriting any previous message. Under
35888 some conditions (some routine), this can introduce a noticeable delay.
35889 Setting this feature will cause Alpine NOT to write canceled compositions
35890 into the file.
35892 NOTE: Enabling this feature means NO record of canceled messages is
35893 maintained.
35895 This feature affects the newer option
35896 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
35897 number of dead letter files to keep around.
35898 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
35900 <UL>   
35901 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35902 </UL><P>
35903 &lt;End of help on this topic&gt;
35904 </BODY>
35905 </HTML>
35906 ====== h_config_quell_beeps =====
35907 <HTML>
35908 <HEAD>
35909 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
35910 </HEAD>
35911 <BODY>
35912 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
35914 This feature affects Alpine's behavior when it displays status message
35915 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
35916 will not affect the display of such messages, but will cause those that
35917 emit a beep to become silent.
35920 <UL>   
35921 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35922 </UL><P>
35923 &lt;End of help on this topic&gt;
35924 </BODY>
35925 </HTML>
35926 ====== h_config_suppress_user_agent =====
35927 <HTML>
35928 <HEAD>
35929 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
35930 </HEAD>
35931 <BODY>
35932 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
35934 If this feature is set then Alpine will not generate a
35935 <CODE>User-Agent</CODE> header in outgoing messages.
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_quell_lock_failure_warnings =====
35944 <HTML>
35945 <HEAD>
35946 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
35947 </HEAD>
35948 <BODY>
35949 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
35951 This feature affects Alpine's behavior when it encounters a problem
35952 acquiring a mail folder lock.  Typically, a secondary file associated
35953 with the mail folder being opened is created as part of the locking
35954 process.  On some systems, such file creation has been administratively
35955 precluded by the system configuration.
35957 Alpine issues a warning when such failures occur, which can become bothersome
35958 if the system is configured to disallow such actions.  Setting this
35959 feature causes Alpine to remain silent when this part of lock creation fails.
35961 WARNING: systems that have been configured in a way that precludes locking
35962 introduce some risk of mail folder corruption when more than one program
35963 attempts to modify the mail folder.  This is most likely to occur to one's
35964 INBOX or other incoming message folder. 
35966 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
35968 <UL>   
35969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35970 </UL><P>
35971 &lt;End of help on this topic&gt;
35972 </BODY>
35973 </HTML>
35974 ====== h_config_enable_role_take ======
35975 <HTML>
35976 <HEAD>
35977 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
35978 </HEAD>
35979 <BODY>
35980 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
35982 Normally, the Take command takes addresses from a message and helps you
35983 put them into your Address Book.
35984 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
35985 you may find it useful
35986 to be able to Take information from a message's headers and put it into
35987 a new Rule.
35988 When this feature is set, you will be given an extra prompt that gives
35989 you the choice to Take into the Address Book or Take into a rule.
35990 <P><UL>
35991 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35992 </UL>
35994 &lt;End of help on this topic&gt;
35995 </BODY>
35996 </HTML>
35997 ====== h_config_enable_take_export ======
35998 <HTML>
35999 <HEAD>
36000 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
36001 </HEAD>
36002 <BODY>
36003 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
36005 Normally, the Take command takes addresses from a message and helps you
36006 put them into your Address Book.
36007 When this feature is set, you will be given an extra prompt that gives you
36008 the choice to Take addresses into a file instead of your Address
36009 Book.
36010 Only the user@domain_name part of the address is put in the file.
36011 <P><UL>
36012 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36013 </UL>
36015 &lt;End of help on this topic&gt;
36016 </BODY>
36017 </HTML>
36018 ====== h_config_quell_folder_internal_msg ======
36019 <HTML>
36020 <HEAD>
36021 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
36022 </HEAD>
36023 <BODY>
36024 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
36026 This feature determines whether or not Alpine will create 
36027 &quot;pseudo messages&quot; in folders that are in standard Unix or 
36028 MMDF format. <P> 
36030 Alpine will normally create these pseudo messages when they are not already
36031 present in a standard Unix or MMDF folder.  Their purpose is to record
36032 certain mailbox state data needed for correct IMAP and POP server
36033 operation, and also for Alpine to be able to mark messages as Answered when
36034 the Reply has been postponed.<P>
36036 Sites that do not use IMAP/POP for remote mail access, and that need to
36037 support mail tools that are adversely affected by the presence of the
36038 pseudo-messages (e.g. some mail notification tools) may enable this
36039 feature to tell Alpine not to create them.  Note that Alpine's 
36040 &quot;Answered&quot; flag
36041 capability will be adversely affected if this is done.<P>
36043 Note too that, even if this feature is enabled, Alpine will not remove
36044 pseudo-messages when it encounters them (e.g. those created by UW's imapd
36045 or ipopd servers.) This feature has no effect on folders that are not in
36046 standard Unix or MMDF format, as pseudo-messages are not needed in the
36047 other formats to record mailbox state information.
36048 <P><UL>
36049 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36050 </UL>
36052 &lt;End of help on this topic&gt;
36053 </BODY>
36054 </HTML>
36055 ====== h_config_mulnews_as_typed ======
36056 <HTML>
36057 <HEAD>
36058 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
36059 </HEAD>
36060 <BODY>
36061 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
36063 This feature will be of little use to most users.
36064 It has no effect unless the feature
36065 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
36066 is set.
36068 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
36069 then the setting of this feature may have an effect on the names of the
36070 newsrc files used.
36071 Normally, the name of the news server will be canonicalized before it is
36072 used in the newsrc file name.
36073 For example, if you type the news server name
36076 <CENTER><SAMP>servername</SAMP></CENTER>
36079 it is likely that the canonical name will be something like
36082 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
36085 Or it may be the case that
36088 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
36091 is really an alias (a DNS CNAME) for
36094 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
36097 If this feature is not set, then the canonicalized names will be used.
36098 If this feature is set, then the name you typed in (or put in your
36099 configuration) will be used.
36101 <P><UL>
36102 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36103 </UL>
36105 &lt;End of help on this topic&gt;
36106 </BODY>
36107 </HTML>
36108 ====== h_config_quell_empty_dirs ======
36109 <HTML>
36110 <HEAD>
36111 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
36112 </HEAD>
36113 <BODY>
36114 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
36116 This feature causes Alpine to remove from the display any directories
36117 that do not contain at least one file or directory.  This can be useful
36118 to prevent overly cluttered folder lists when a collection is stored on
36119 a server that treats all names as both a folder and a directory.
36122 Note, enabling this feature can cause surprising behavior!  For example,
36123 you can still use Add to create a directory, but unless you immediately
36124 enter that directory and create a folder, that newly created directory
36125 may not be displayed next time you enter the folder list.
36128 The description above is not quite correct.
36129 Only directories which potentially may hold messages are hidden if empty.
36130 That is, a directory which is really just a directory and is not selectable
36131 as a folder will not be hidden.
36132 Such directories can occur on servers that treat most names as both a folder
36133 and a directory.
36134 These directories are typically created implicitly when a folder is created
36135 inside a directory that does not yet exist.
36138 <UL>   
36139 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36140 </UL><P>
36141 &lt;End of help on this topic&gt;
36142 </BODY>
36143 </HTML>
36144 ====== h_config_termcap_wins =====
36145 <HTML>
36146 <HEAD>
36147 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
36148 </HEAD>
36149 <BODY>
36150 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
36152 This feature may affect Alpine's low-level input routines.  Termcap (or
36153 terminfo, depending on how your copy of Alpine was compiled and linked)
36154 is the name of the database that describes terminal capabilities.  In
36155 particular, it describes the sequences of characters that various keys
36156 will emit.
36159 An example would be the Up Arrow key on the keyboard.  Up
36160 Arrow is not a distinct character on most Unix systems.  When you press
36161 the Up Arrow key a short sequence of characters are produced.  This
36162 sequence is supposed to be described in the termcap database by the
36163 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
36164 are using terminfo instead of termcap).
36167 By default, Alpine defines some terminal
36168 escape sequences that are commonly used.  For example, the sequence
36169 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
36170 &quot;ESC&nbsp;[&nbsp;A&quot;
36171 is also recognized as an Up Arrow key.  These are chosen because common
36172 terminals like VT100's or ANSI standard terminals produce these
36173 sequences when you press the Up Arrow key.
36176 If your system's termcap
36177 (terminfo) database assigns some other function to the sequence
36178 &quot;ESC&nbsp;O&nbsp;A&quot;
36179 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
36180 database assigns a sequence that doesn't begin with an escape
36181 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
36182 This usually works fine
36183 because most terminals emit the escape sequences that Alpine has defined
36184 by default.  We have also found that it is usually better to have these
36185 defaults take precedence over the definitions contained in the database
36186 because the defaults are more likely to be correct than the database.
36189 There are some terminals where this breaks down.  If you want Alpine to
36190 believe the definitions given in your termcap (terminfo) database in
36191 preference to the defaults the Alpine itself sets up, then you may turn
36192 this feature on.  Then, sequences of characters that are defined in
36193 both termcap (terminfo) and in Alpine's set of defaults will be
36194 interpreted the way that termcap (terminfo) says they should be
36195 interpreted.  Also, if your terminal capabilities database assigns a
36196 sequence that doesn't begin with escape, it will not be ignored.
36199 <UL>   
36200 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36201 </UL><P>
36202 &lt;End of help on this topic&gt;
36203 </BODY>
36204 </HTML>
36205 ====== h_config_cruise_mode =====
36206 <HTML>
36207 <HEAD>
36208 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
36209 </HEAD>
36210 <BODY>
36211 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
36213 This feature affects Alpine's behavior when you hit the
36214 &quot;Space&nbsp;Bar&quot; at
36215 the end of a displayed message.  Typically, Alpine complains that the end
36216 of the text has already been reached.  Setting this feature causes such
36217 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
36218 taking you to the next &quot;interesting&quot; message,
36219 or scanning ahead to the 
36220 next incoming folder with &quot;interesting&quot; messages.
36223 <UL>   
36224 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36225 </UL><P>
36226 &lt;End of help on this topic&gt;
36227 </BODY>
36228 </HTML>
36229 ====== h_config_cruise_mode_delete =====
36230 <HTML>
36231 <HEAD>
36232 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
36233 </HEAD>
36234 <BODY>
36235 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
36237 This feature modifies the behavior of Alpine's 
36238 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
36239 Setting this feature causes Alpine to implicitly delete read
36240 messages when it moves on to display the next &quot;interesting&quot; message.
36242 NOTE: Beware when enabling this feature AND the 
36243 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
36244 feature.
36246 <UL>   
36247 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36248 </UL><P>
36249 &lt;End of help on this topic&gt;
36250 </BODY>
36251 </HTML>
36252 ====== h_config_slash_coll_entire =====
36253 <HTML>
36254 <HEAD>
36255 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
36256 </HEAD>
36257 <BODY>
36258 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
36260 The slash (/) command is available from the MESSAGE INDEX screen when
36261 the folder is sorted by either Threads or OrderedSubject, and the
36262 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
36263 is set to something other than &quot;none&quot;.
36264 Normally, the slash command Collapses or Expands the subthread that
36265 starts at the currently highlighted message, if any.
36266 If this option is set, then the slash command Collapses or Expands the
36267 <EM>entire</EM> current thread instead of just the subthread.
36268 The current thread is simply the top-level thread that contains the
36269 current message.
36272 <UL>   
36273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36274 </UL><P>
36275 &lt;End of help on this topic&gt;
36276 </BODY>
36277 </HTML>
36278 ====== h_config_color_thrd_import =====
36279 <HTML>
36280 <HEAD>
36281 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
36282 </HEAD>
36283 <BODY>
36284 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
36286 This option affects only the THREAD INDEX screen.
36287 Whether or not you ever see a THREAD INDEX screen depends on the setting
36288 of the configuration option
36289 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
36290 and on the sort order of the index.
36293 If a message within a thread is flagged as Important
36294 and this option is set, then
36295 the entire line in the THREAD INDEX will be colored the color of the
36296 Index-important Symbol, which can be set using the
36297 <A HREF="h_color_setup">Setup Kolor</A> screen.
36300 <UL>   
36301 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36302 </UL><P>
36303 &lt;End of help on this topic&gt;
36304 </BODY>
36305 </HTML>
36306 ====== h_config_allow_goto =====
36307 <HTML>
36308 <HEAD>        
36309 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
36310 </HEAD>
36311 <BODY>
36312 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
36314 This feature modifies the behavior of Alpine's file browser.  Setting this
36315 feature causes Alpine to offer the "G Goto" command in the file browser.
36316 That is the default.
36320 The Goto command allows you to explicitly type in the desired directory.
36322 &lt;End of help on this topic&gt;
36323 </BODY></HTML>
36324 ====== h_config_add_ldap =====
36325 <HTML>
36326 <HEAD>
36327 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
36328 </HEAD>
36329 <BODY>
36330 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
36332 If both the Directory option
36333 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
36334 and this feature are set,
36335 then when an implicit directory lookup is done from the
36336 composer you will automatically be prompted to add the result of the
36337 directory lookup to your address book.
36339 <UL>   
36340 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36341 </UL><P>
36342 &lt;End of help on this topic&gt;
36343 </BODY>
36344 </HTML>
36345 ===== h_patterns_compat_behavior =====
36346 <HTML>
36347 <HEAD>
36348 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
36349 </HEAD>
36350 <BODY>
36351 <H1>Rules Behavior Changes in Pine 4.50</H1>
36353 In Alpine, Rules that contain unrecognized elements
36354 are ignored.
36355 In most cases, the unrecognized elements will be something that was
36356 added as a new Rules feature in a later version of Alpine.
36357 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
36358 ignore rules that contained unrecognized elements.
36359 For example, a new element of Rules that was added in Pine 4.50 is
36360 Age interval.
36361 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
36362 all messages older than a week red.
36363 Now, if you run Pine 4.44 using that same configuration file, it will not
36364 recognize the Age interval and so will just ignore it.
36365 That means that all messages will match that rule so all messages will
36366 be colored red when using Pine version 4.44.
36369 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
36370 However, since the behavior still exists in versions prior to Pine 4.50 and
36371 since Filtering is a potentially destructive operation, another measure
36372 was taken to attempt to avoid unintentional Filtering of messages.
36373 The first time that you run Alpine or a Pine that is version 4.50 or greater,
36374 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
36375 will be copied to a new Filters configuration variable
36376 with a different name (&quot;Patterns-Filters2&quot;).
36377 From then on, Alpine will continue to use the new
36378 variable.
36379 Of course, Pine version 4.44 or lower will continue to use the old
36380 variable.
36381 That means that if you are using Alpine
36382 and also using a version of Pine that is older than 4.50, they will not
36383 share the configuration information about Filters.
36384 If you make a change in one version you won't see it in the other version.
36387 Since Scoring can be used to trigger Filtering, the same thing has been
36388 done for Score rules.
36389 The old configuration variable name is (&quot;Patterns-Scores&quot;)
36390 and the new name is (&quot;Patterns-Scores2&quot;).
36391 The same is not true of Role, Indexcolor, and Other rules that are
36392 thought to be less harmful when a mistake is made.
36395 &lt;End of help on this topic&gt;
36396 </BODY>
36397 </HTML>
36398 ======= h_config_filt_opts_sentdate =======
36399 <HTML>
36400 <HEAD>
36401 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
36402 </HEAD>
36403 <BODY>
36404 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
36406 By default, the Age interval of a Pattern uses a message's time of
36407 arrival to compute the age of the message.
36408 If this feature is set, the date in the message's Date header will
36409 be used instead.
36411 &lt;End of help on this topic&gt;
36412 </BODY>
36413 </HTML>
36414 ======= h_config_filt_opts_notdel =======
36415 <HTML>
36416 <HEAD>
36417 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
36418 </HEAD>
36419 <BODY>
36420 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
36422 If this option is set then a message will be moved into the
36423 specified folder only if it is not marked for deletion.
36424 This is useful if you have multiple Alpine sessions running
36425 simultaneously and you don't want messages to be filtered into a
36426 folder more than once.
36427 It is also useful if you want to filter
36428 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
36429 This method is not foolproof.
36430 There may be cases where a message
36431 gets marked deleted and so it is never filtered into the folder.
36432 For example, if you deleted it in another Alpine session or another mail
36433 program that didn't use the filtering rule.
36435 This option has no effect if the Filter Action is not set to Move.
36437 &lt;End of help on this topic&gt;
36438 </BODY>
36439 </HTML>
36440 ======= h_config_filt_opts_nonterm =======
36441 <HTML>
36442 <HEAD>
36443 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
36444 </HEAD>
36445 <BODY>
36446 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
36448 If this option is set then this is a non-terminating rule.
36449 Usually, for each message, Alpine searches through the Filter Rules until
36450 a match is found and then it performs the action associated with that rule.
36451 Rules following the match are not considered.
36452 If this option is set then the search for matches will continue at the next
36453 rule.
36455 If a non-terminating rule matches then the actions associated with
36456 that rule, except for any implied deletion of the message, are performed
36457 before the match for the next rule is checked.
36458 For example, if the non-terminating rule sets the Important status, then that
36459 status will be set when the next rule is considered.
36460 However, if the non-terminating rule Moves the message, the message will
36461 actually be copied instead of copied and deleted so that it is still there
36462 for the next rule.
36463 A moved message is deleted after all the relevant rules have been checked.
36464 The name of the &quot;Move&quot; action is confusing in this case because
36465 a single message can be moved to more than one folder.
36466 It turns the Move into a Copy instead, but it is still followed by a deletion
36467 at the end.
36469 This option may be useful if you want to have a single message filtered to
36470 two different folders because it matches two different Patterns.
36471 For example, suppose you normally filter messages to a particular mailing
36472 list into one folder, and messages addressed directly to you into a second
36473 folder.
36474 If a message is sent to both you and the list (and you can tell that by
36475 looking at the headers of the message) this option may give you a convenient
36476 way to capture a copy to each folder.
36477 (It may also cause you to capture two copies to each folder,
36478 depending on whether your mail system delivers one or two copies of the
36479 message to you and on how the list works.)
36481 &lt;End of help on this topic&gt;
36482 </BODY>
36483 </HTML>
36484 ====== h_command_external_browser =====
36485 <HTML>
36486 <HEAD>
36487 <TITLE>The External Browser Command</TITLE>
36488 </HEAD>
36489 <BODY>
36490 <H1>The External Browser Command</H1>
36493 A new command was added to Alpine that allows users to send HTML messages to be displayed
36494 by a web browser. This is helpful when a user wants to see images in the context of the
36495 message, or get a better display of the message than Alpine provides.
36498 The simplest way to use this command is to do as follows. While reading a message,
36499 press the &quot;V&quot; to go to the <A href="h_attachment_screen">ATTACHMENT SCREEN</A>.
36500 In that screen move the cursor until it is on top of a TEXT/HTML attachment and press the
36501 &quot;X&quot; key. This will make Alpine launch the browser you have configured for
36502 in the <a href="h_config_browser"><!--#echo var="VAR_url-viewers"--></a> variable, and
36503 you should be able to read the message in your browser, as well as in Alpine.
36505 <P> If the message you sent to your browser has inline images, then the images attached to
36506 the message that are necessary for the display of the message are also sent to the browser
36507 for its display.
36509 <P> The text that follows will explain more details about this command, and is only
36510 recommended for more advanced users.
36512 <h1><CENTER>Displaying Images</CENTER></h1>
36514 <P> First, we will talk about displaying images in an HTML file. Typically, HTML images
36515 are displayed as the result of some specific code of the form
36516 <center>
36517 <PRE>
36518 &lt;img src=&quot;...&quot;&gt;,
36519 </PRE>
36520 </center>
36521 where the text between the quotes tells Alpine how to find the image.
36522 If the source of the image is internal to the message, Alpine passes that image to the
36523 browser. Otherwise Alpine erases the link to the image. This is done so that
36524 you can be protected from a bad use of external images. Images can be used to track
36525 that you read the message, or your location, devices you own, etc.. Since Alpine does
36526 not open images in any messages, your
36527 privacy is always protected this way. Therefore, when you do not pass the links to
36528 external images to a browser, your privacy is being protected. However, doing this
36529 might make the message not be displayed correctly, since when the message was
36530 created the images were part of the formatted message, and not having images might make
36531 this formatting look awkward.
36533 <P> If you would like that Alpine display all images, regardless of their source, and
36534 regardless of the sender, then you need to disable the feature <a
36535 href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>.
36536 The message will display as intended, but you will leak information to the sender of the
36537 message, as well as to your internet service provider, which could be your employer, or
36538 school, etc.
36540 <P> Alpine provides an alternative mechanism to either send all links to the images to the
36541 external browser or to send only those that are attached to the message you are trying to
36542 display. In order to use this mechanism you must first enable
36543 <a href="h_config_enable_view_attach"><!--#echo var="FEAT_enable-msg-view-attachments"--></a>.
36544 This allows Alpine to add direct links to each attachments. If you want to send an HTML
36545 attachment to an external browser, you would place the cursor over the attachment and press
36546 the &quot;Return&quot; or &quot;Enter&quot; key to open the attachment. When you do that
36547 you will see a prompt and menu which says
36549 <pre>
36550 View selected Attachment  ?
36551 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36552 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36553 </pre>
36555 <P>In order to send this message to an external browser, you would press the &quot;X&quot;
36556 key. This will change the prompt and menu to
36558 <pre>
36559 View selected Attachment using external viewer including inline images only ?
36560 &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
36561 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I All images
36562 </pre>
36564 <P>This is telling you that if you answer &quot;Yes&quot; to this question, and external
36565 browser will be used to send this messages, and only inline images, that is, those attached
36566 in the message will be sent to the browser. If you would like to send all images in
36567 this case, the menu tells you that you must press the &quot;I&quot; key. Pressing
36568 that key changes the prompt and menu to
36570 <pre>
36571 View selected Attachment using external viewer including all images ?
36572 &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
36573 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I Inline imgs
36574 </pre>
36576 <P>and as you can see the prompt says that if you press &quot;Yes&quot; then the message
36577 will be sent to the browser including the source of all images, including those in
36578 external servers. Notice that the &quot;X&quot; command now is a toggle. If you
36579 were to press it now, you would return to the original prompt,
36581 <pre>
36582 View selected Attachment  ?
36583 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36584 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36585 </pre>
36587 <P>which means that if you answer &quot;Yes&quot; at this time your message would not
36588 be sent to your external browser for display, unless you have configured a mailcap
36589 entry to display HTML files.
36591 <P> One of the lessons of this discussion is that if you never press the &quot;X&quot;
36592 command in the ATTACHMENT SCREEN, and you never press the &quot;X&quot; command when
36593 launching a viewer for an attachment in the MESSAGE TEXT screen, you will never use this
36594 mechanism, and Alpine will resort to your already configured mechanisms to open HTML
36595 text.This means you can live your life without worrying that Alpine will do anything
36596 different because of this new feature. You do not have to use it, but if you do, you should
36597 know the risks and advantages and decide when and how to use it.
36599 <h1><CENTER>Saving HTML Messages to Disk</CENTER></h1>
36602 No matter what your reason to send a message to an external web browser is, Alpine must
36603 write your message to a file (and also all related inline images), and point your browser
36604 to open that file. Alpine saves all your messages and auxiliary images in a subdirectory
36605 of the ~/.alpine-html directory in unix-like Alpine, or the alpine-html folder in your home
36606 directory in PC-Alpine. If Alpine cannot access these directories, or create folders
36607 in them, then the full mechanism described above will fail, and you will not be able
36608 to send messages to an external browser for display.
36611 Unfortunately browsers do not remove the file that Alpine created, nor the images
36612 that Alpine saved in order to display this message, so if you use this mechanism often
36613 you will create many directories and files which the browser will not remove. Alpine
36614 will remove these files when you exit Alpine. Any temporary directory that Alpine
36615 created that has existed for longer than 10 minutes will be automatically erased.
36616 Alpine also erases these directories upon exiting.
36619 When Alpine creates a directory to house the files associated to a message that will
36620 pass to an external browser, it tries to delete that directory later on, according to
36621 the discussion above. What this means is that you should consider the contents of the
36622 ~/.alpine-html directory in unix-like Alpine and the alpine-html folder in PC-Alpine
36623 as temporary, and not rely on their existence. If you attempt to save files in one of
36624 these directories, chances are your data will be deleted by Alpine. Since deleting is
36625 a destructive action,
36626 every session of Alpine that you have open will only attempt to remove the directories
36627 it created, with their content in them. If this operation fails, Alpine will not try
36628 to investigate, nor will report to you, why the operation failed. Therefore, users
36629 should periodically check their html directory to see if there is content there that
36630 they wish to delete.
36633 <UL>
36634 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36635 </UL><P>
36636 &lt;End of help on this topic&gt;
36637 </BODY>
36638 </HTML>
36639 ===== h_mainhelp_smime ======
36640 <HTML>
36641 <HEAD>
36642 <TITLE>S/MIME Overview</TITLE>
36643 </HEAD>
36644 <BODY>
36645 <H1>S/MIME Overview</H1>
36647 S/MIME is a standard for the public key encryption and signing of email.
36648 UNIX Alpine contains a basic implementation of S/MIME based on
36649 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
36650 same support can be provided using the 
36651 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
36652 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
36653 To check if this version of Alpine supports S/MIME look at
36654 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
36655 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
36657 Some limitations:
36658 <UL>
36659    <LI> There is no provision for checking for CRLs
36660         (Certificate Revocation Lists) in Alpine.
36661    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
36662    <LI> There is no mechanism available for feeding either an entire incoming
36663         or an entire outgoing message to an external
36664         filter and using that external filter to do S/MIME or PGP processing.
36665    <LI> Because the implementation currently uses OpenSSL, there is only a very
36666         limited integration with the Mac OS Keychain (the storing and access of
36667         public certificates).
36668 </UL>
36670 The S/MIME configuration screen is reached by going to the Main Menu and typing
36671 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
36674 <H2>S/MIME BASICS</H2>
36676 In order to digitally sign messages you send you must have a public/private key-pair.
36677 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
36678 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
36679 users or a company which provides certificates for its workers.
36680 These certificates are bound to an email address, so the identity being verified is the
36681 email address not a person's name.
36683 Mail is signed by using the sender's private key, which only the owner of the private key
36684 has access to.
36685 The signature is verified using the signer's public key, which anyone can
36686 have access to.
36687 With Alpine, the first time you receive a signed message the public key of the
36688 sender will be stored for future use.
36691 Mail is encrypted using the recipient's public key and decrypted by
36692 the recipient with their private key.
36695 You need a key of your own in order to sign outgoing messages and to have others
36696 encrypt messages sent to you.
36697 You do not need a key of your own to verify signed messages sent by others or to
36698 encrypt messages sent to others.
36700 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
36702 By default UNIX Alpine stores the certificates it uses in a directory in your
36703 home directory.
36704 The directory name is
36706 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
36708 For PC-Alpine, the equivalent directory is called 
36709 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
36710 and is also located under your home directory.
36712 Within that directory are three subdirectories.
36713 Each of the three subdirectories contains files with PEM-encoded contents,
36714 the default format for OpenSSL.
36715 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
36716 The files within that directory have names that are email addresses with the
36717 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
36718 An example filename is
36720 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36722 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
36723 your private key.
36724 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
36725 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
36726 Authorities that you want to trust but that aren't contained in the set of system CAs.
36727 Those files may have arbitrary names as long as they end with the
36728 suffix &quot;<SAMP>.crt</SAMP>&quot;.
36730 <H2>HOW TO SIGN AND ENCRYPT</H2>
36732 If you have a certificate you may sign outgoing messages.
36733 After typing the Ctrl-X command to send a message you will see the prompt
36735 <CENTER><SAMP>Send message?</SAMP></CENTER>
36737 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
36738 Typing the &quot;G&quot; command will change the prompt to
36740 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
36742 Typing the &quot;E&quot; command will change the prompt to
36744 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
36746 You may even type both to get
36748 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
36751 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
36753 The reading of a signed message should not require any special action on
36754 your part.
36755 There should be an editorial addition at the start of the message which
36756 says either
36758 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
36762 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
36764 If an encrypted message is sent to you the encrypted text will not
36765 be shown.
36766 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
36767 you are viewing the message) and supply your passphrase when asked.
36769 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
36770 which gives you some information about the certificate used to sign or encrypt the message.
36772 <H2>MISCELLANEOUS</H2>
36774 If you have access to a private certificate in the PKCS12 format, which 
36775 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
36776 use the following commands to generate private keys, public and certificate
36777 authorities certificates. In the examples below, we assume that the 
36778 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
36779 that your email address is &quot;your@address.com&quot;.
36782 In order to create a private key use the command
36784 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
36786 In order to create a public certificate use the command
36788 <CENTER><SAMP>
36789 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
36790 </SAMP></CENTER>
36792 In order to create a certificate authority certificate use the command
36794 <CENTER><SAMP>
36795 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
36796 </SAMP></CENTER>
36798 <P> If the previous command produces an empty file, it means that the 
36799 certificate authority was not included in the .p12 file, so you will have 
36800 to get it from some other sources. You will need these certificates, so 
36801 that you can validate correctly signatures.
36804 After you have exported these certificates and keys, you can  use the import 
36805 command in Alpine, from the S/MIME configuration screen,
36806 to import these certificates into Alpine. They will be available for use
36807 as soon as you import them.
36809 &lt;End of help on this topic&gt;
36810 </BODY>
36811 </HTML>
36812 ====== h_config_smime_pubcertdir =====
36813 <HTML>
36814 <HEAD>
36815 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
36816 </HEAD>
36817 <BODY>
36818 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
36821 If the option
36822 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36823 is set then this option will have no effect.
36825 Normally, Public Certificates for use with S/MIME will be stored in the directory
36826 which is the value of this option.
36827 Those certificates will be stored in PEM format, one certificate per file.
36828 The name of the file for the certificate corresponding to
36830 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36832 should be
36834 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
36836 For example, a file for user@example.com would be in the file
36838 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36840 in this directory.
36842 Use the Setup/SMIME screen to modify this variable.
36844 Typically, the public certificates that you have will come from S/MIME signed
36845 messages that are sent to you.
36846 Alpine will extract the public certificate from the signed message and store
36847 it in the certificates directory.
36848 These PEM format public certificates look something like:
36849 <PRE>
36850 -----BEGIN CERTIFICATE-----
36851 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
36852 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
36853 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
36855 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
36856 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
36857 -----END CERTIFICATE-----
36858 </PRE>
36860 <UL>   
36861 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36862 </UL><P>
36864 <UL>   
36865 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36866 </UL><P>
36867 &lt;End of help on this topic&gt;
36868 </BODY>
36869 </HTML>
36870 ====== h_config_smime_pubcertcon =====
36871 <HTML>
36872 <HEAD>
36873 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
36874 </HEAD>
36875 <BODY>
36876 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
36879 If this option is set it will be used instead of
36880 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
36882 This option gives you a way to store certificates remotely on an IMAP server
36883 instead of storing the certificates one per file locally.
36884 In order to do that you just give this option a remote folder name for a folder
36885 which does not yet exist.
36886 The name is similar to the name you might use for a remote configuration file.
36887 A remote folder name might look something like:
36889 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
36892 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36893 about the syntax of folder names.
36895 Use the Setup/SMIME screen to modify this variable.
36897 <UL>   
36898 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36899 </UL><P>
36901 <UL>   
36902 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36903 </UL><P>
36904 &lt;End of help on this topic&gt;
36905 </BODY>
36906 </HTML>
36907 ====== h_config_smime_privkeydir =====
36908 <HTML>
36909 <HEAD>
36910 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
36911 </HEAD>
36912 <BODY>
36913 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
36916 In order to sign outgoing S/MIME messages you will need a
36917 personal digital ID certificate.
36918 You will usually get such a certificate from a certificate authority such as
36919 Thawte or CAcert.
36920 (In order to encrypt outgoing messages you don't need a personal digital ID, you
36921 need the public certificate of the recipient instead.)
36922 If the option
36923 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
36924 is set then this option will have no effect.
36926 Normally, Private Keys for use with S/MIME will be stored in the directory
36927 which is the value of this option.
36928 Those certificates will be stored in PEM format, one certificate per file.
36929 The name of the file for the certificate corresponding to your
36931 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36933 should be
36935 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
36937 For example, if your address is user@example.com the name of the file would be
36939 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
36941 in this directory.
36943 Use the Setup/SMIME screen to modify this variable.
36945 Typically, the private key that you have will come from a Certificate
36946 Authority.
36947 The private key should be stored in a PEM format file that
36948 looks something like:
36949 <PRE>
36950 -----BEGIN RSA PRIVATE KEY-----
36951 Proc-Type: 4,ENCRYPTED
36952 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
36954 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
36955 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
36956 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
36958 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
36959 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
36960 -----END RSA PRIVATE KEY-----
36961 </PRE>
36963 <UL>   
36964 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36965 </UL><P>
36967 <UL>   
36968 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36969 </UL><P>
36970 &lt;End of help on this topic&gt;
36971 </BODY>
36972 </HTML>
36973 ====== h_config_smime_privkeycon =====
36974 <HTML>
36975 <HEAD>
36976 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
36977 </HEAD>
36978 <BODY>
36979 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
36982 If this option is set it will be used instead of
36983 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36985 This option gives you a way to store keys remotely on an IMAP server
36986 instead of storing the keys one per file locally.
36987 In order to do that you just give this option a remote folder name for a folder
36988 which does not yet exist.
36989 The name is similar to the name you might use for a remote configuration file.
36990 A remote folder name might look something like:
36992 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
36995 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36996 about the syntax of folder names.
36998 Use the Setup/SMIME screen to modify this variable.
37000 <UL>   
37001 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37002 </UL><P>
37004 <UL>   
37005 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37006 </UL><P>
37007 &lt;End of help on this topic&gt;
37008 </BODY>
37009 </HTML>
37010 ====== h_config_smime_cacertdir =====
37011 <HTML>
37012 <HEAD>
37013 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
37014 </HEAD>
37015 <BODY>
37016 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
37019 If the option
37020 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
37021 is set then this option will have no effect.
37023 CACert is a shorthand name for certification authority certificate.
37024 Normally Alpine will use the CACerts that are located in the standard system
37025 location for CACerts.
37026 It may be the case that one of your correspondents has a Digital ID which has
37027 been signed by a certificate authority that is not in the regular set of system certificate
37028 authorities.
37029 You may supplement the system list by adding further certificates of your own.
37030 These should  be stored in the directory
37031 which is the value of this option.
37032 The certificates will be stored in PEM format, one certificate per file.
37033 The names of the files can be anything ending in &quot;.crt&quot;.
37035 Use the Setup/SMIME screen to modify this variable.
37037 These PEM format CA certificates look very similar to your public
37038 certificates for particular email addresses
37039 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
37041 <UL>   
37042 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37043 </UL><P>
37045 <UL>   
37046 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37047 </UL><P>
37048 &lt;End of help on this topic&gt;
37049 </BODY>
37050 </HTML>
37051 ====== h_config_smime_cacertcon =====
37052 <HTML>
37053 <HEAD>
37054 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
37055 </HEAD>
37056 <BODY>
37057 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
37060 If this option is set it will be used instead of
37061 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37063 This option gives you a way to store certificates remotely on an IMAP server
37064 instead of storing the certificates one per file locally.
37065 In order to do that you just give this option a remote folder name for a folder
37066 which does not yet exist.
37067 The name is similar to the name you might use for a remote configuration file.
37068 A remote folder name might look something like:
37070 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
37073 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
37074 about the syntax of folder names.
37076 Use the Setup/SMIME screen to modify this variable.
37078 <UL>   
37079 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37080 </UL><P>
37082 <UL>   
37083 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37084 </UL><P>
37085 &lt;End of help on this topic&gt;
37086 </BODY>
37087 </HTML>
37088 ========== h_config_smime_sign_by_default ==========
37089 <HTML>
37090 <HEAD>
37091 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
37092 </HEAD>
37093 <BODY>
37094 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
37097 This feature only has an effect if your version of Alpine includes
37098 support for S/MIME.
37099 It affects Alpine's behavior when you send a message.
37100 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
37102 Only the default value is affected.
37103 In any case, you may still toggle the Signing option on or off before sending
37104 with the &quot;G Sign&quot; command (provided you have a personal digital ID
37105 certificate).
37107 <UL>   
37108 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37109 </UL><P>
37112 <UL>   
37113 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37114 </UL><P>
37115 &lt;End of help on this topic&gt;
37116 </BODY>
37117 </HTML>
37118 ========== h_config_smime_use_cert_store ==========
37119 <HTML>
37120 <HEAD>
37121 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
37122 </HEAD>
37123 <BODY>
37124 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
37127 This feature only has an effect if your version of Alpine includes
37128 support for S/MIME.
37129 It affects Alpine's behavior when you validate a message, and should
37130 not be disabled, unless you are performing a test.
37132 There are two important aspects of validation: validation of the message
37133 (that is, the message was not modified after it was sent) 
37134 as well as validation of the identity of the sender. This option has to 
37135 do with the latter. 
37137 In order to validate that the message came from the sender in the message
37138 and not an impersonator, Alpine can 
37139 either use the certificates that come in the message, or the ones that 
37140 you have personally stored. If this feature is enabled (the default) then 
37141 Alpine will use certificates that you have already saved in your store 
37142 and not those that come in the message to validate the sender of the 
37143 message. In particular, the first time that you receive a signed message
37144 from a sender, and their certificate does not validate against your
37145 store, then you will be asked if you wish to save such certificate. If
37146 you do not wish to save the certificate, then Alpine will fail to validate
37147 the signature of the message. Otherwise, Alpine will proceed to validate
37148 the signature of the message. This behavior helps you prevent against impersonation, because 
37149 it is assumed that you trust the certificates that you have saved, and 
37150 might not trust those that came with the message that you are validating.
37152 <UL>   
37153 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37154 </UL><P>
37157 <UL>   
37158 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37159 </UL><P>
37160 &lt;End of help on this topic&gt;
37161 </BODY>
37162 </HTML>
37163 ========== h_config_smime_pubcerts_in_keychain ==========
37164 <HTML>
37165 <HEAD>
37166 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
37167 </HEAD>
37168 <BODY>
37169 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
37172 If this feature is set the Mac OS X default keychain will be used as the place
37173 to store public certificates instead of a
37174 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
37175 or a
37176 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
37178 <UL>   
37179 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37180 </UL><P>
37182 <UL>   
37183 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37184 </UL><P>
37185 &lt;End of help on this topic&gt;
37186 </BODY>
37187 </HTML>
37188 ========== h_config_smime_dont_do_smime ==========
37189 <HTML>
37190 <HEAD>
37191 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
37192 </HEAD>
37193 <BODY>
37194 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
37197 Setting this feature turns off all of Alpine's S/MIME support.
37198 You might want to set this if you are having trouble due to the S/MIME support.
37200 <UL>   
37201 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37202 </UL><P>
37205 <UL>   
37206 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37207 </UL><P>
37208 &lt;End of help on this topic&gt;
37209 </BODY>
37210 </HTML>
37211 ========== h_config_smime_encrypt_by_default ==========
37212 <HTML>
37213 <HEAD>
37214 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
37215 </HEAD>
37216 <BODY>
37217 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
37220 This feature only has an effect if your version of Alpine includes
37221 support for S/MIME.
37222 It affects Alpine's behavior when you send a message.
37223 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
37225 Only the default value is affected.
37226 In any case, you may still toggle the Encrypt option on or off before sending
37227 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
37228 for the recipient).
37230 <UL>   
37231 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37232 </UL><P>
37235 <UL>   
37236 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37237 </UL><P>
37238 &lt;End of help on this topic&gt;
37239 </BODY>
37240 </HTML>
37241 ========== h_config_smime_remember_passphrase ==========
37242 <HTML>
37243 <HEAD>
37244 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
37245 </HEAD>
37246 <BODY>
37247 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
37250 This feature only has an effect if your version of Alpine includes
37251 support for S/MIME.
37252 If this option is set, you will only have to enter your passphrase for your private key
37253 once during an Alpine session.
37255 <UL>   
37256 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37257 </UL><P>
37260 <UL>   
37261 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37262 </UL><P>
37263 &lt;End of help on this topic&gt;
37264 </BODY>
37265 </HTML>
37266 ====== h_config_smime_transfer_pub_to_con =====
37267 <HTML>
37268 <HEAD>
37269 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
37270 </HEAD>
37271 <BODY>
37272 <H1>S/MIME: Transfer Public Certs to Container</H1>
37275 The Transfer command will copy the public certificates in your configured
37276 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
37277 to the container in your configured
37278 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
37279 This might be useful if you decide to switch from using a cert directory to a cert
37280 container.
37282 Warning: Any previous contents in the container will be lost.
37284 <UL>   
37285 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37286 </UL><P>
37288 <UL>   
37289 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37290 </UL><P>
37291 &lt;End of help on this topic&gt;
37292 </BODY>
37293 </HTML>
37294 ====== h_config_smime_transfer_pub_to_dir =====
37295 <HTML>
37296 <HEAD>
37297 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
37298 </HEAD>
37299 <BODY>
37300 <H1>S/MIME: Transfer Public Certs to Directory</H1>
37303 The Transfer command will copy the public certificates in your configured
37304 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37305 to the directory in your configured
37306 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
37307 This might be useful if you decide to switch from using a cert container to a cert
37308 directory.
37310 <UL>   
37311 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37312 </UL><P>
37314 <UL>   
37315 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37316 </UL><P>
37317 &lt;End of help on this topic&gt;
37318 </BODY>
37319 </HTML>
37320 ====== h_config_smime_transfer_priv_to_con =====
37321 <HTML>
37322 <HEAD>
37323 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
37324 </HEAD>
37325 <BODY>
37326 <H1>S/MIME: Transfer Private Keys to Container</H1>
37329 The Transfer command will copy the private keys in your configured
37330 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37331 to the container in your configured
37332 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37333 This might be useful if you decide to switch from using a key directory to a key
37334 container.
37336 Warning: Any previous contents in the container will be lost.
37338 <UL>   
37339 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37340 </UL><P>
37342 <UL>   
37343 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37344 </UL><P>
37345 &lt;End of help on this topic&gt;
37346 </BODY>
37347 </HTML>
37348 ====== h_config_smime_transfer_priv_to_dir =====
37349 <HTML>
37350 <HEAD>
37351 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
37352 </HEAD>
37353 <BODY>
37354 <H1>S/MIME: Transfer Private Keys to Directory</H1>
37357 The Transfer command will copy the private keys in your configured
37358 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37359 to the directory in your configured
37360 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37361 This might be useful if you decide to switch from using a key container to a key
37362 directory.
37364 <UL>   
37365 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37366 </UL><P>
37368 <UL>   
37369 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37370 </UL><P>
37371 &lt;End of help on this topic&gt;
37372 </BODY>
37373 </HTML>
37374 ====== h_config_smime_transfer_cacert_to_con =====
37375 <HTML>
37376 <HEAD>
37377 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
37378 </HEAD>
37379 <BODY>
37380 <H1>S/MIME: Transfer CA Certs to Container</H1>
37383 The Transfer command will copy the CA certificates in your configured
37384 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
37385 to the container in your configured
37386 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37387 This might be useful if you decide to switch from using a CA cert directory to a CA cert
37388 container.
37390 Warning: Any previous contents in the container will be lost.
37392 <UL>   
37393 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37394 </UL><P>
37396 <UL>   
37397 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37398 </UL><P>
37399 &lt;End of help on this topic&gt;
37400 </BODY>
37401 </HTML>
37402 ====== h_config_smime_transfer_cacert_to_dir =====
37403 <HTML>
37404 <HEAD>
37405 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
37406 </HEAD>
37407 <BODY>
37408 <H1>S/MIME: Transfer CA Certs to Directory</H1>
37411 The Transfer command will copy the CA certificates in your configured
37412 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37413 to the directory in your configured
37414 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37415 This might be useful if you decide to switch from using a CA cert container to a CA cert
37416 directory.
37418 <UL>   
37419 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37420 </UL><P>
37422 <UL>   
37423 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37424 </UL><P>
37425 &lt;End of help on this topic&gt;
37426 </BODY>
37427 </HTML>
37428 ====== h_config_smime_transfer_pubcon_to_key =====
37429 <HTML>
37430 <HEAD>
37431 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37432 </HEAD>
37433 <BODY>
37434 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37436 Mac OS X Alpine only.
37438 The Transfer command will copy the public certificates in your configured
37439 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37440 to your default Mac OS X Keychain.
37441 This might be useful if you decide to switch from using a cert container to using
37442 the Keychain to store your public certs, which you may do by using the
37443 feature
37444 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
37446 <UL>   
37447 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37448 </UL><P>
37450 <UL>   
37451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37452 </UL><P>
37453 &lt;End of help on this topic&gt;
37454 </BODY>
37455 </HTML>
37456 ====== h_config_smime_transfer_pubkey_to_con =====
37457 <HTML>
37458 <HEAD>
37459 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37460 </HEAD>
37461 <BODY>
37462 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37465 The Transfer command will copy the public certificates in your configured
37466 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37467 to your default Mac OS X Keychain.
37468 This might be useful if you decide to switch from using a cert container to using
37469 the Keychain to store your public certs.
37471 <UL>   
37472 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37473 </UL><P>
37475 <UL>   
37476 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37477 </UL><P>
37478 &lt;End of help on this topic&gt;
37479 </BODY>
37480 </HTML>
37481 ====== h_config_smime_public_certificates =====
37482 <HTML>
37483 <HEAD>
37484 <TITLE>S/MIME: Manage Public Certificates</TITLE>
37485 </HEAD>
37486 <BODY>
37487 <H1>S/MIME: Manage Public Certificates</H1>
37490 This menu item allows you to manage your public certificates, this
37491 may include your own public certificate, but it normally includes
37492 certificates of people you correspond with. These certificates are
37493 saved by Alpine automatically when they are found in signed messages
37494 that you receive. This interface allows you to manage them, by
37495 giving you the option to delete them, or trust them (in the case
37496 of self-signed certificates).
37499 Please note that Alpine will not validate a message that was sent to you
37500 using a self-signed certificate, unless you decide to trust that certificate.
37501 Internally, a certificate is trusted by copying it to the
37502 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
37503 collection. If you decide that you want to stop trusting a self-signed
37504 certificate, you must delete such certificate from such collection.
37506 The <B>I</B> Import command available in this screen allows you to 
37507 import a command to this collection.
37509 <UL>   
37510 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37511 </UL><P>
37513 <UL>   
37514 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37515 </UL><P>
37516 &lt;End of help on this topic&gt;
37517 </BODY>
37518 </HTML>
37519 ====== h_config_smime_private_keys =====
37520 <HTML>
37521 <HEAD>
37522 <TITLE>S/MIME: Manage Private Keys</TITLE>
37523 </HEAD>
37524 <BODY>
37525 <H1>S/MIME: Manage Private Keys</H1>
37528 This option allows you to manage your private key. Normally a person has only
37529 one key, in the same way that a person only has one valid passport, or ID card,
37530 at any given time. This option allows you to manage private keys. You can
37531 delete them or import them. Additionally, you can view information
37532 about your public certificate, such as the issuer and the dates of validity
37533 of such certificate, among others.
37536 If you have more than one e-mail address for which you want to use the 
37537 same private key, you must add all those addresses to the private key at 
37538 the moment that the key is generated. When you receive a signed message using 
37539 a key generated for several e-mail addresses, Alpine will save a 
37540 certificate for each e-mail address included in such certificate.
37542 The <B>I</B> Import command available in this screen allows you to 
37543 import a command to this collection.
37545 <UL>   
37546 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37547 </UL><P>
37549 <UL>   
37550 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37551 </UL><P>
37552 &lt;End of help on this topic&gt;
37553 </BODY>
37554 </HTML>
37555 ====== h_config_smime_certificate_authorities =====
37556 <HTML>
37557 <HEAD>
37558 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
37559 </HEAD>
37560 <BODY>
37561 <H1>S/MIME: Manage Certificate Authorities</H1>
37564 This collection contains certificates that are needed to validate the 
37565 certificate of another person, and therefore contains certificates that 
37566 you trust. Typically a certificate is signed by another entity, called a 
37567 certificate authority. This option allows you to manage which certificates 
37568 you trust, allowing you to import them and to delete them or view information
37569 about each certificate, such as the issuer and the dates of validity
37570 of such certificate.
37572 The <B>I</B> Import command available in this screen allows you to 
37573 import a command to this collection.
37575 <UL>   
37576 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37577 </UL><P>
37579 <UL>   
37580 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37581 </UL><P>
37582 &lt;End of help on this topic&gt;
37583 </BODY>
37584 </HTML>
37585 ====== h_config_smime_password_file_certificates =====
37586 <HTML>
37587 <HEAD>
37588 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
37589 </HEAD>
37590 <BODY>
37591 <H1>S/MIME: Manage Password File Certificates</H1>
37594 This option allows you to manage the certificates that are used to
37595 encrypt and decrypt your password file. This is useful in case you
37596 want to change the certificates used to encrypt your password file.
37598 Depending on the version of Alpine that you used for the first time
37599 to set this up, you might have had to enter a password to enter this
37600 screen. In the case that you did not enter a password to enter this
37601 screen, you should know two things that are important:
37602 <UL>
37603 <LI> If anyone takes control of your computer (for example, if you 
37604 left it unattended) then that person can add a password to your
37605 password file and make it unreadable to you in the future.
37606 <LI> If anyone can access your computer (this includes remote access)
37607 then that person can steal your password file and decrypt it without
37608 your help. This gives access to that person to the same services you
37609 have access and such person can use your name to access that service.
37610 In particular, that person can try to hack into your service provider
37611 with your name on it, or that person could try to send spam with
37612 your name.
37613 </UL>
37614 <P> Needless to say, this is not advisable. You should keep your
37615 password file protected. In order to do so, all you need to do is use
37616 the &quot;Create Key&quot; command to create a key. Once you do this,
37617 Alpine will use that key, encrypted with the password used to create that
37618 key, to protect your password file.
37620 In this screen you can import a new key to encrypt your password file, 
37621 and read cryptographic information on your current key.
37623 To import a new key press &quot;RETURN&quot; and enter the location of
37624 the new key. You will be asked to enter the password of the new key. If
37625 this part of the process is successful, Alpine will search for the 
37626 certificate that matches that key. If your key is named 
37627 &quot;your_email@address.com.key&quot;, then Alpine will look for your
37628 certificate in the same directory in the file named
37629 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
37630 as part of your key (that is, it will look to see if your certificate
37631 is in the file &quot;your_email@address.com.key&quot;), if all of this
37632 fails, Alpine will ask you to enter the location of the certificate
37633 that matches the key you unlocked. If a certificate is found, it will be 
37634 used, and in this case, the password file will be read, decrypted with the 
37635 old key and encrypted with the new key. Once this is done, the new key and 
37636 certificates are saved, and the old keys are permanently deleted.
37638 Alpine does not create a backup of your password file, or your old keys
37639 that will be replaced. If you need to keep old copies, you will have to do
37640 this operation outside Alpine.
37642 Observe that you can use this screen to remove the password for the key.
37643 As explained earlier, this is not advisable, but you can always restore the
37644 password to encrypt your password file by creating a new key.
37646 Be safe and keep your password file encrypted with a password.
37647 <UL>   
37648 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37649 </UL><P>
37651 <UL>   
37652 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37653 </UL><P>
37654 &lt;End of help on this topic&gt;
37655 </BODY>
37656 </HTML>
37657 ====== h_certificate_information =====
37658 <HTML>
37659 <HEAD>
37660 <TITLE>S/MIME: Certificate Information Screen</TITLE>
37661 </HEAD>
37662 <BODY>
37663 <H1>S/MIME: Certificate Information Screen</H1>
37666 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
37667 such as its owner, e-mail address, issuer, and interval of validity, 
37668 among others.
37670 In the case of public certificates, this screen shows you if there was a
37671 failure when attempting to validate such message. If the certificate is
37672 self-signed, then the <B>T</B> Trust command will be available, which
37673 you can use to trust such certificate and make Alpine not fail validating 
37674 signatures signed with such certificate.
37676 You can also mark a certificate deleted, with the <B>D</B> command, or 
37677 remove the deleted mark with the <B>U</B> undelete command.
37679 In the case of your private key, Alpine shows you the information
37680 from your public key. Additionally, Alpine allows you to see public
37681 and private information about your key, with the <B>B</B> and
37682 <B>R</B> commands respectively.
37683 <UL>   
37684 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37685 </UL><P>
37687 <UL>   
37688 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37689 </UL><P>
37690 &lt;End of help on this topic&gt;
37691 </BODY>
37692 </HTML>
37693 ====== h_config_smime_manage_public_menu =====
37694 <HTML>
37695 <HEAD>
37696 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
37697 </HEAD>
37698 <BODY>
37699 <H1>S/MIME: Commands that Manage Public Certificates</H1>
37702 This screen allows you to manage your public certificates. 
37704 The format of this screen is as follows. There are five fields: The 
37705 leftmost field is normally empty, but it could contain the letter 
37706 &quot;D&quot; to indicate that that certificate has been marked for 
37707 deletion. The next field is the e-mail address of the owner of the 
37708 certificate, shown in its entirety. The third and fourth field are the 
37709 first and last day validity for that certificate, respectively. The date
37710 is displayed in the user's locale unless the option 
37711 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
37712 is set. In this case, the month, day and year are represented by two
37713 digits, and the format used is mm/dd/yy. Finally, the fifth 
37714 field is what can be displayed of the MD5 hash of the certificate. You can 
37715 use any of the last three fields to distinguish between two certificates 
37716 for the same owner.
37718 Available commands in this screen and a short description of what they 
37719 do follows.
37720 <UL>
37721 <LI> <B>I</B> Imports a public certificate to this collection.
37722 <LI> <B>V</B> View information about a certificate such as the name of the person the
37723 certificate was issued to, its dates of validity, and validity status.
37724 <LI> <B>D</B> Marks a certificate deleted.
37725 <LI> <B>U</B> Removes the deletion mark on a certificate.
37726 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37727 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
37728 trust a certificate by copying it to the collection of trusted certificates.
37729 </UL>
37731 All commands provide feedback to let you know about their success or failure.
37733 <UL>   
37734 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37735 </UL><P>
37737 <UL>   
37738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37739 </UL><P>
37740 &lt;End of help on this topic&gt;
37741 </BODY>
37742 </HTML>
37743 ====== h_config_smime_manage_private_menu =====
37744 <HTML>
37745 <HEAD>
37746 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
37747 </HEAD>
37748 <BODY>
37749 <H1>S/MIME: Commands that Manage Private Keys</H1>
37752 This screen allows you to manage your private key.
37754 The format of this screen is as follows. There are five fields: The 
37755 leftmost field is normally empty, but it could contain the letter 
37756 &quot;D&quot; to indicate that that certificate has been marked for 
37757 deletion. The next field is the e-mail address of the owner of the 
37758 certificate, shown in its entirety. The third field is the first day of 
37759 validity for that certificate; the fourth field in the last day that that 
37760 certificate is valid, and the fifth field is what can be displayed of the 
37761 MD5 hash of the public certificate corresponding to this private key. You 
37762 can use any of the last three fields to distinguish between two 
37763 certificates for the same owner.
37765 Available commands and a short description of what they do follows.
37766 <UL>
37767 <LI> <B>I</B> Imports a new public key to this collection.
37768 <LI> <B>V</B> View information about the public certificate corresponding to this
37769 key.
37770 <LI> <B>D</B> Marks a key to be deleted.
37771 <LI> <B>U</B> Removes the deletion mark on a key.
37772 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
37773 Note that expunging a private key does not remove the public key, which must
37774 be removed separately.
37775 </UL>
37777 All commands provide feedback to let you know about their success or failure.
37779 <UL>   
37780 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37781 </UL><P>
37783 <UL>   
37784 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37785 </UL><P>
37786 &lt;End of help on this topic&gt;
37787 </BODY>
37788 </HTML>
37789 ====== h_config_smime_manage_cacerts_menu =====
37790 <HTML>
37791 <HEAD>
37792 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
37793 </HEAD>
37794 <BODY>
37795 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
37798 This screen allows you to manage your collection of certificates that you
37799 trust. 
37801 The format of this screen is as follows. There are five fields: The 
37802 leftmost field is normally empty, but it could contain the letter 
37803 &quot;D&quot; to indicate that that certificate has been marked for 
37804 deletion. The next field is the e-mail address of the owner of the 
37805 certificate, shown in its entirety. The third field is the first day of 
37806 validity for that certificate; the fourth field in the last day that that 
37807 certificate is valid, and the fifth field is what can be displayed of the 
37808 MD5 hash of the certificate. You can use any of the last three fields to 
37809 distinguish between two certificates for the same owner.
37811 Available commands and a short description of what they do follows.
37812 <UL>
37813 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
37814 done by reading the certificate and validating it. Once a certificate
37815 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
37816 to the certificate, if necessary.
37817 <LI> <B>V</B> View information about this certificate, such as its issuer 
37818 and validity dates.
37819 <LI> <B>D</B> Marks a certificate to be deleted.
37820 <LI> <B>U</B> Removes the deletion mark on a certificate.
37821 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37822 </UL>
37824 All commands provide feedback to let you know about their success or failure.
37826 <UL>
37827 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37828 </UL><P>
37830 <UL>   
37831 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37832 </UL><P>
37833 &lt;End of help on this topic&gt;
37834 </BODY>
37835 </HTML>
37836 ====== h_config_lame_list_mode =====
37837 <HTML>
37838 <HEAD>
37839 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
37840 </HEAD>
37841 <BODY>
37842 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
37844 This feature modifies the method Alpine uses to ask your IMAP
37845 server for folder names to display in the FOLDER LIST screen.
37846 It is intended to compensate for a small set of IMAP servers that
37847 are programmed to ignore a part of the request, and thus respond
37848 to Alpine's query with nonsensical results.
37851 If you find that Alpine is erroneously displaying blank folder lists,
37852 try enabling this feature.
37855 NOTE: Enabling this feature has consequences for the Goto and Save
37856 commands.  Many servers allow access to folders outside the area
37857 reserved for your personal folders via some reserved character,
37858 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
37859 allows, at the Goto and Save prompts, quick access to folders
37860 outside your personal folder collection without requiring a specific
37861 collection definition.  This behavior will generally not be available
37862 when this feature is enabled.
37865 <UL>   
37866 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37867 </UL><P>
37868 &lt;End of help on this topic&gt;
37869 </BODY>
37870 </HTML>
37871 ====== h_config_enable_mulnewsrcs =====
37872 <HTML>
37873 <HEAD>
37874 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
37875 </HEAD>
37876 <BODY>
37877 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
37879 This feature makes it so Alpine can use multiple newsrcs based on
37880 the news server being connected to, which allows for separate lists
37881 of subscribed-to newsgroups. When this feature is not set, there is only
37882 one list of newsgroups.
37884 Under this feature, the name of a newsrc is based on the news server.
37885 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
37886 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
37887 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
37888 Setting this feature for the first time will allow for the option of using
37889 your old newsrc the next time you read news.
37891 If this feature is set, then the feature
37892 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
37893 also may affect the name of the newsrc file that is used.
37895 <UL>   
37896 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37897 </UL><P>
37898 &lt;End of help on this topic&gt;
37899 </BODY>
37900 </HTML>
37901 ======= h_ab_export_vcard =======
37902 <HTML>
37903 <HEAD>
37904 <TITLE>Address Book Export Format</TITLE>
37905 </HEAD>
37906 <BODY>
37907 <H1>Address Book Export Format</H1>
37909 You are exporting address book data from Alpine to a file outside of Alpine.
37910 You are being asked to choose the format of the export.
37911 Here are the choices:
37913 <DL>
37914 <DT><EM>A</EM>ddress List</DT>
37915 <DD>
37916 The addresses from the address book entries you are saving
37917 from will be saved one address per line.
37918 Address book lists (those with more than one address) will have
37919 all of their addresses saved separately.
37920 </DD>
37922 <DT><EM>V</EM>Card</DT>
37923 <DD>
37924 The entries will be saved in
37925 <A HREF="h_whatis_vcard">vCard</A> format.
37926 </DD>
37928 <DT><EM>T</EM>ab Separated</DT>
37929 <DD>
37930 The entries will be saved in tab-separated columns.
37931 There will be just 4 columns of data that correspond to Alpine's
37932 Nickname field, Full Name field, Address field, and Comment field.
37933 It might prove useful to Select only the Simple, non-List address book
37934 entries before Saving.
37935 </DD>
37937 <DT><EM>^C</EM> Cancel</DT>
37938 <DD>
37939 Cancel out of the Save.
37940 </DD>
37942 </DL>
37946 &lt;End of help on this topic&gt;
37947 </BODY>
37948 </HTML>
37949 ====== h_config_predict_nntp_server =====
37950 <HTML>
37951 <HEAD>
37952 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
37953 </HEAD>
37954 <BODY>
37955 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
37957 This feature allows Alpine to assume that the open NNTP server at the
37958 time of composition is the NNTP server to which the message should be
37959 posted.  This is especially recommended when there are multiple News
37960 collections.  If this feature is not set, Alpine will try to post to the first server in
37961 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
37962 this feature also negates the need to add News collection servers to
37963 the <!--#echo var="VAR_nntp-server"--> variable.
37965 This feature can be especially handy when used in conjunction with
37966 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
37968 <UL>   
37969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37970 </UL><P>
37971 &lt;End of help on this topic&gt;
37972 </BODY>
37973 </HTML>
37974 ====== h_config_nntp_search_uses_overview =====
37975 <HTML>
37976 <HEAD>
37977 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
37978 </HEAD>
37979 <BODY>
37980 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
37982 This feature should probably be turned on unless it causes trouble.
37983 The results of the NNTP overview command (XOVER) may be used to help
37984 with some searches in news groups.
37985 It should result in quicker response time.
37986 Turning this feature on apparently causes search results which are
37987 different from what you would get with the feature turned off on some
37988 servers.
37990 <UL>   
37991 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37992 </UL><P>
37993 &lt;End of help on this topic&gt;
37994 </BODY>
37995 </HTML>
37996 ====== h_config_thread_sorts_by_arrival =====
37997 <HTML>
37998 <HEAD>
37999 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
38000 </HEAD>
38001 <BODY>
38002 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
38004 This feature affects how a threading sort arranges threads.  The default way
38005 to arrange threads is by the date of the earliest message in the thread.
38006 This feature arranges threads by the last message to arrive in a thread.
38008 This feature causes old threads that get recent messages to sort to the bottom,
38009 where previously a message arrival to a thread would not rearrange the order of
38010 that thread.
38012 <UL>   
38013 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38014 </UL><P>
38015 &lt;End of help on this topic&gt;
38016 </BODY>
38017 </HTML>
38018 ====== h_config_textplain_int =====
38019 <HTML>
38020 <HEAD>
38021 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
38022 </HEAD>
38023 <BODY>
38024 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
38026 This feature modifies the method Alpine uses to display Text/Plain
38027 MIME attachments from the Attachment Index screen.  Normally, the
38028 &quot;View&quot; command searches for any externally defined (usually
38029 via the
38030 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
38031 and displays the selected text within that viewer.
38034 Enabling this feature causes Alpine to ignore any external viewer
38035 settings and always display text with Alpine's internal viewer.
38038 <UL>   
38039 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38040 </UL><P>
38041 &lt;End of help on this topic&gt;
38042 </BODY>
38043 </HTML>
38044 ====== h_config_wp_columns =====
38045 <HTML>
38046 <HEAD>
38047 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
38048 </HEAD>
38049 <BODY>
38050 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
38052 Web Alpine only.
38054 This configuration setting specifies the number of horizontal characters
38055 used to format various WebAlpine pages.  Smaller values will tend to reduce
38056 the amount of horizontal scrolling required to view pages within narrow
38057 browsers, such as those found on PDAs, and larger values will tend to 
38058 spread more information across the page.
38061 The Message List page uses the width to determine how many characters
38062 to assign each field.  Note, a smaller value may result in a disproportionate
38063 amount of blank space between fields on each line.  Similarly, a large
38064 value may result in cramped fields or horizontal scrolling.
38067 The Message View page uses this value to determine when to wrap lines
38068 in displayed message text.  Note, a smaller value may result in jagged
38069 right margins or confusing quoting.  A larger value may cause lines of text to
38070 run beyond the browser's right edge, requiring horizontal scrolling.
38073 <UL>   
38074 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38075 </UL><P>
38076 &lt;End of help on this topic&gt;
38077 </BODY>
38078 </HTML>
38079 ====== h_config_wp_state =====
38080 <HTML>
38081 <HEAD>
38082 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
38083 </HEAD>
38084 <BODY>
38085 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
38087 Web Alpine only.
38089 Various aspects of cross-session state.
38092 <UL>   
38093 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38094 </UL><P>
38095 &lt;End of help on this topic&gt;
38096 </BODY>
38097 </HTML>
38098 ====== h_config_wp_aggstate =====
38099 <HTML>
38100 <HEAD>
38101 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
38102 </HEAD>
38103 <BODY>
38104 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
38106 Web Alpine only.
38108 Aggregate operations tab state.
38111 <UL>   
38112 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38113 </UL><P>
38114 &lt;End of help on this topic&gt;
38115 </BODY>
38116 </HTML>
38117 ====== h_config_wp_indexlines =====
38118 <HTML>
38119 <HEAD>
38120 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
38121 </HEAD>
38122 <BODY>
38123 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
38125 Web Alpine only.
38127 Number of index lines in table.
38130 <UL>   
38131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38132 </UL><P>
38133 &lt;End of help on this topic&gt;
38134 </BODY>
38135 </HTML>
38136 ====== h_config_wp_indexheight =====
38137 <HTML>
38138 <HEAD>
38139 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
38140 </HEAD>
38141 <BODY>
38142 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
38144 Web Alpine only.
38146 Index table row height.
38149 <UL>   
38150 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38151 </UL><P>
38152 &lt;End of help on this topic&gt;
38153 </BODY>
38154 </HTML>
38155 ====== h_config_rss_news =====
38156 <HTML>
38157 <HEAD>
38158 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
38159 </HEAD>
38160 <BODY>
38161 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
38163 Web Alpine only.
38165 RSS News feed.
38168 <UL>   
38169 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38170 </UL><P>
38171 &lt;End of help on this topic&gt;
38172 </BODY>
38173 </HTML>
38174 ====== h_config_rss_weather =====
38175 <HTML>
38176 <HEAD>
38177 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
38178 </HEAD>
38179 <BODY>
38180 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
38182 Web Alpine only.
38184 RSS Weather feed.
38187 <UL>   
38188 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38189 </UL><P>
38190 &lt;End of help on this topic&gt;
38191 </BODY>
38192 </HTML>
38193 ====== h_config_send_confirms_only_expanded =====
38194 <HTML>
38195 <HEAD>
38196 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
38197 </HEAD>
38198 <BODY>
38199 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
38201 This Web Alpine option specifies whether or not a Send confirmations
38202 happens when a composed message is readied for sending or not.  The
38203 default behavior is to not confirm that the nicknames were expanded to
38204 the intended addresses.
38207 <UL>   
38208 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38209 </UL><P>
38210 &lt;End of help on this topic&gt;
38211 </BODY>
38212 </HTML>
38213 ====== h_config_enable_jump_command =====
38214 <HTML>
38215 <HEAD>
38216 <TITLE>FEATURE: enable-jump-command</TITLE>
38217 </HEAD>
38218 <BODY>
38219 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
38221 This Web Alpine option specifies whether or not a Jump command is
38222 offered in the Message List and Message View pages.  The command is
38223 implemented as an input field in the left column of the List and View
38224 screens. 
38227 When enabled and a number is entered in the input field while the
38228 Message List is displayed, the Message List is reframed with the
38229 specified message.  While viewing a message, the message associated
38230 with the specified message number is displayed.
38233 <UL>   
38234 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38235 </UL><P>
38236 &lt;End of help on this topic&gt;
38237 </BODY>
38238 </HTML>
38239 ====== h_config_enable_newmail_sound =====
38240 <HTML>
38241 <HEAD>
38242 <TITLE>FEATURE: enable-newmail-sound</TITLE>
38243 </HEAD>
38244 <BODY>
38245 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
38247 This Web Alpine option specifies whether or not a sound file is sent
38248 to the web browser along with the newmail notification message.
38252 <UL>   
38253 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38254 </UL><P>
38255 &lt;End of help on this topic&gt;
38256 </BODY>
38257 </HTML>
38258 ====== h_config_render_html_internally =====
38259 <HTML>
38260 <HEAD>
38261 <TITLE>FEATURE: render-html-internally</TITLE>
38262 </HEAD>
38263 <BODY>
38264 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
38266 By default, Web Alpine will pass cleansed HTML text you receive in messages 
38267 to the browser for display (rendering).  This feature causes Web Alpine to convert 
38268 the HTML text into plain text in the same way Unix and PC-Alpine do.
38272 <UL>   
38273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38274 </UL><P>
38275 &lt;End of help on this topic&gt;
38276 </BODY>
38277 </HTML>
38278 ====== h_config_role_undo =====
38279 Yes, remember changes and exit back to list of roles; No, discard changes
38280 made in this screen; ^C, cancel exit and stay in this config screen.
38281 ====== h_exit_editor =====
38282 S, save changes and exit from the editor; D, do not save changes but
38283 do exit from the editor; or ^C, cancel exit and stay in the editor.
38284 ====== h_config_undo =====
38285 Yes, save changes and exit; No, exit without saving any changes made since
38286 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
38287 ====== h_os_index_whereis =====
38288 Enter ^V or ^Y to go immediately to the last or first message in the index.
38289 Or, enter the match string followed by RETURN.
38290 ====== h_os_index_whereis_agg =====
38291 Enter ^V or ^Y to go immediately to the last or first message in the index,
38292 Or, enter the match string followed by RETURN (or ^X to select all matches).
38293 =========== h_oe_add_full ==================
38294 Type the full name of the person being added and press the RETURN key.
38295 Press ^C to cancel addition.
38296 =========== h_oe_add_nick ==================
38297 Type a short nickname and press RETURN.  A nickname is a short easy-to-
38298 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
38299 ========== h_oe_add_addr ================
38300 Type the e-mail address and press RETURN.
38301 Press ^C to cancel addition.
38302 ========== h_oe_crlst_full ==============
38303 Type a long name or description for the list that you are creating and
38304 press RETURN.  Press ^C to cancel creation of list.
38305 =========== h_oe_crlst_nick =============
38306 Type a nickname (short, easy-to-remember name or single word) for the list
38307 you are creating and press RETURN.  Press ^C to cancel.
38308 ========== h_oe_crlst_addr ==============
38309 Type an e-mail address, or a nickname already in the address book that you
38310 want to be part of this list and press RETURN.
38311 ========== h_oe_adlst_addr =============
38312 Type an e-mail address or a nickname already in the address book that you
38313 want to add to this list and press RETURN.
38314 ========== h_oe_editab_nick ============
38315 Change the nickname using the arrow keys and delete key.  Press RETURN
38316 when done.  Press ^C to cancel editing and leave the nickname as it was.
38317 ========== h_oe_editab_full ============
38318 Change the full name using the arrow keys and delete key.  Press RETURN
38319 when done.  Press ^C to cancel editing and leave the full name as it was.
38320 ========== h_oe_editab_addr ============
38321 Change the address using the arrow keys and delete key.  Press RETURN
38322 when done.  Press ^C to cancel editing and leave the address as it was.
38323 ========== h_oe_editab_fcc ============
38324 Change the fcc using the arrow keys and delete key.  Press RETURN when
38325 done.  Press ^C to cancel editing and leave the fcc as it was.
38326 ========== h_oe_editab_comment ============
38327 Change the comment field using the arrow keys and delete key.  Press RETURN
38328 when done.  Press ^C to cancel editing and leave the comment as it was.
38329 ====== h_ab_forward =====
38330 Yes, expand nicknames and qualify local names with your current domain name;
38331 No, leave nicknames and local names as is;  ^C, cancel.
38332 ========== h_ab_export ==========
38333 Type the name of a file to write the addresses into and
38334 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
38335 ========== h_ab_edit_a_field ==========
38336 Edit any of the fields of the currently selected entry by typing one of the
38337 letters at the bottom of the screen.  Press ^C to cancel edit.
38338 ====== h_ab_del_data_revert =====
38339 Press B to completely delete addrbook and revert to default, C to delete config
38340 and revert while leaving data, or D to only delete data (make it empty).
38341 ====== h_ab_del_data_modify =====
38342 Press B to completely delete addrbook, C to delete configuration while leaving
38343 data, or D to delete data (make it empty) but leave config. ^C to cancel.
38344 ====== h_ab_del_config_modify =====
38345 Yes, remove this address book from my configuration.
38346 No, make no changes now.
38347 ====== h_ab_del_config_revert =====
38348 Yes, remove this address book from my config and revert to default.
38349 No, make no changes now.
38350 ====== h_ab_del_default =====
38351 Yes, remove this default address book from my configuration.
38352 No, make no changes now.
38353 ====== h_ab_really_delete =====
38354 Yes, delete the actual contents of the address book, not just the 
38355 configuration.  No, don't delete the data after all, cancel and start over.
38356 ====== h_ab_del_ignore =====
38357 Press I to ignore all the default address books for this category.  Press R to
38358 remove this one address book and add the others to your personal list.
38359 ====== h_ab_del_dir_ignore =====
38360 Press I to ignore all the default directory servers for this category.
38361 Press R to remove this one server and add the others to your personal list.
38362 ====== h_ab_copy_dups =====
38363 Yes, overwrite the existing entry.
38364 No, skip duplicates but save the rest. Press ^C to cancel.
38365 ====== h_confirm_cancel =====
38366 Type C to Confirm that you want to abandon the message you are composing.
38367 Type N or ^C to cancel out of the cancel and keep composing.
38368 ====== h_ab_text_or_vcard =====
38369 Text, start composer with displayed text already included.
38370 VCard, start composer with address book entry attached as a vCard. ^C cancels.
38371 ====== h_ab_backup_or_ldap =====
38372 Backup, copy email address from entry and allow editing of it.
38373 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
38374 ====== h_ldap_text_or_vcard =====
38375 Text: export displayed text for selected entry. Address: export only the
38376 email address. VCard: export entry in vCard format. ^C cancels.
38377 ====== h_ab_save_exp =====
38378 Save, save entry or entries to an address book.
38379 Export, save to file outside of pine. ^C cancels save.
38380 ====== h_ab_add =====
38381 A, add a brand new entry to this address book.
38382 E, edit the entry that is currently highlighted. ^C to cancel.
38383 ====== h_ab_shuf =====
38384 U, swap order of highlighted address book and the one above it.
38385 D, swap order of highlighted address book and the one below it. ^C to cancel.
38386 ====== h_ab_shuf_up =====
38387 U, swap order of highlighted address book and the one above it.
38388 Press ^C to cancel.
38389 ====== h_ab_shuf_down =====
38390 D, swap order of highlighted address book and the one below it.
38391 Press ^C to cancel.
38392 ====== h_folder_prop =====
38393 Count is # of messages in the folder, Unseen means messages that have not
38394 been read, New means messages that were Recently added to the folder.
38395 ====== h_role_shuf =====
38396 U, swap order of highlighted rule and the one above it.
38397 D, swap order of highlighted rule and the one below it. ^C to cancel.
38398 ====== h_role_shuf_up =====
38399 U, swap order of highlighted rule and the one above it.
38400 Press ^C to cancel.
38401 ====== h_role_shuf_down =====
38402 D, swap order of highlighted rule and the one below it.
38403 Press ^C to cancel.
38404 ====== h_incoming_shuf =====
38405 B, swap order of highlighted directory and the one before it.
38406 F, swap order of highlighted directory and the one after it. ^C to cancel.
38407 ====== h_incoming_shuf_up =====
38408 B, swap order of highlighted directory and the one before it.
38409 Press ^C to cancel.
38410 ====== h_incoming_shuf_down =====
38411 F, swap order of highlighted directory and the one after it.
38412 Press ^C to cancel.
38413 ====== h_dir_shuf =====
38414 U, swap order of highlighted directory and the one above it.
38415 D, swap order of highlighted directory and the one below it. ^C to cancel.
38416 ====== h_dir_shuf_up =====
38417 U, swap order of highlighted directory and the one above it.
38418 Press ^C to cancel.
38419 ====== h_dir_shuf_down =====
38420 D, swap order of highlighted directory and the one below it.
38421 Press ^C to cancel.
38422 ====== h_hdrcolor_shuf =====
38423 U, swap order of highlighted Header Color and the one above it.
38424 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
38425 ====== h_hdrcolor_shuf_up =====
38426 U, swap order of highlighted Header Color and the one above it.
38427 Press ^C to cancel.
38428 ====== h_hdrcolor_shuf_down =====
38429 D, swap order of highlighted Header Color and the one below it.
38430 Press ^C to cancel.
38431 ========== h_oe_editab_al ============
38432 Change the address using the arrow keys and delete key.  Press RETURN
38433 when done.  Press ^C to cancel editing and leave the address as it was.
38434 ========== h_dir_comp_search ===============
38435 Type a string to look for just like you would in the composer. Your configured
38436 rules for the servers with the implicit flag set will be used.
38437 ========== h_oe_searchab ===============
38438 Type the word or name you want to search for and press RETURN.  If you press
38439 RETURN without entering anything the word in [] will be searched for.
38440 ========== h_oe_chooseabook ==========
38441 Choose the address book you want to save the new entry in.
38442 Use ^N or ^P to change address books.  ^C to cancel.
38443 ========== h_oe_takeaddr ==========
38444 Edit the e-mail address using the arrow and delete keys.  Press RETURN
38445 when done.  Press ^C to cancel adding this entry to the address book.
38446 ========== h_oe_take_replace ==========
38447 Press R to replace the old entry with this new data.  You will still have
38448 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
38449 ========== h_oe_take_replace_or_add ==========
38450 Press R to replace the old entry.  Press A to add the selected addresses to
38451 the old existing list.  N to enter another nickname. ^C to cancel now.
38452 ========== h_oe_takename ==========
38453 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
38454 when done.  Press ^C to cancel adding this entry to the address book.
38455 ========== h_oe_takenick ==========
38456 Type a nickname (short easy-to-remember name, initials or single word) for this
38457 entry in the address book and press RETURN.  Press ^C to cancel addition.
38458 ========== h_oe_jump ==========
38459 Type the message number you want to jump to and press RETURN.  The word "end"
38460 represents the last message. Press ^C to cancel jumping to another message.
38461 ========== h_oe_jump_thd ==========
38462 Type the thread number you want to jump to and press RETURN.  The word "end"
38463 represents the last thread. Press ^C to cancel jumping to another thread.
38464 ========== h_oe_debuglevel ==========
38465 Higher number shows more debugging details.
38466 Press ^C if you want to cancel the change.
38467 ========== h_oe_broach ==========
38468 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
38469 to go to the previous/next collections in the list.  Press ^C to cancel goto.
38470 ========== h_oe_foldsearch ==========
38471 Type the text you want to search for in foldernames and press RETURN.  If you
38472 press RETURN without entering anything, any text in [] will be searched for.
38473 ========== h_oe_foldrename ==========
38474 Change the old name of the folder to the new name using the arrow and
38475 delete keys and press RETURN.  Press ^C to cancel rename.
38476 ========== h_oe_login ==========
38477 Enter your login name for the host you are opening the mailbox on.  Just press
38478 RETURN to use your login from this host as is, or edit it with delete key.
38479 ========== h_oe_passwd ==========
38480 Type your password for the host and login shown as part of the prompt.
38481 Press ^C to cancel opening folder.
38482 ========== h_oe_choosep ==========
38483 Enter the number associated with the printer you want to select.  Press ^C to
38484 cancel the printer selection.  The current selection is highlighted.
38485 ========== h_oe_customp ==========
38486 Type the name of the Unix print command and press RETURN.  Press ^C to
38487 cancel the printer selection.
38488 ========== h_oe_searchview ==========
38489 Type the word or name you want to search for and press RETURN.  If you press
38490 RETURN without entering anything the word in [] will be searched for.
38491 ========== h_oe_keylock ==========
38492 The keyboard is in use and locked by another user.  Only that user can
38493 unlock this keyboard by typing the password.
38494 ========== h_wt_expire ==========
38495 At the beginning of each month Alpine offers to rename your current sent-mail
38496 folder to one named for the month so you have a sent-mail folder for each month
38497 ========== h_wt_delete_old ==========
38498 It is the beginning of the month, and we need to conserve disk
38499 space.  Please delete any sent-mail that you do not need.
38500 ========== h_select_sort ==========
38501 Select the order for sorting the index by typing the capitalized letter.
38502 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
38503 ========== h_no_F_arg ============
38504 Enter name of file to be opened.
38506 ========== h_sticky_personal_name ==========
38507 Type in your name as you want it to appear on outgoing email.  This entry
38508 will be saved into your Alpine configuration file.
38509 ========== h_sticky_inbox ============
38510 INBOX syntax is usually {complete.machine.name}INBOX
38511 This entry will be saved in your Alpine configuration file.
38512 ========== h_sticky_smtp ============
38513 The name of the computer on your campus that relays your outgoing email
38514 to the Internet.  This entry will be saved in your Alpine configuration file.
38515 ========== h_sticky_user_id ==========
38516 The username or login-id part of your email address.  This entry will be
38517 saved in your Alpine configuration file.
38518 ========== h_sticky_domain ==========
38519 The domain part of your email address, NOT the name of your PC.  This
38520 entry will be saved in your Alpine configuration file.
38521 ========== h_bounce =========
38522 Enter the address or nickname of the intended recipient.  Alpine will resend
38523 the message, which will retain the original author's From: address.
38524 ========== h_incoming_add_folder_nickname =========
38525 Enter an (optional) nickname that will be used in lieu of the actual
38526 host and folder names in the FOLDER LIST display.
38527 ========== h_anon_forward ==========
38528 Enter the address of your intended recipient, or ^C to cancel.
38529 Example: jsmith@somewhere.edu
38530 ========== h_news_subscribe ==========
38531 Enter the name of the newsgroup to which you wish to subscribe,
38532 or ^C to cancel.  Example: comp.mail.pine
38533 ========== h_pipe_msg ==========
38534 Enter the name of the Unix command to which you wish to send this
38535 message, or ^C to cancel.
38536 ========== h_pipe_attach ==========
38537 Enter the name of the Unix command to which you wish to send this
38538 attachment, or ^C to cancel.
38539 ========== h_select_by_num ==========
38540 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38541 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38542 ========== h_select_by_gm_content ==========
38543 Enter your search key in the same way that you would enter a search
38544 key in the web interface for Gmail.
38545 ========== h_select_by_thrdnum ==========
38546 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38547 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38548 ========== h_select_txt_from ==========
38549 Messages with From: headers containing the entered string will be selected.
38550 ^C to cancel. ^G again to see original options.
38551 ========== h_select_txt_not_from ==========
38552 Messages without From: headers containing the entered string will be selected.
38553 ^C to cancel. ^G again to see original options.
38554 ========== h_select_txt_to ==========
38555 Messages with To: headers containing the entered string will be selected.
38556 ^C to cancel. ^G again to see original options.
38557 ========== h_select_txt_not_to ==========
38558 Messages without To: headers containing the entered string will be selected.
38559 ^C to cancel. ^G again to see original options.
38560 ========== h_select_txt_cc ==========
38561 Messages with Cc: headers containing the entered string will be selected.
38562 ^C to cancel. ^G again to see original options.
38563 ========== h_select_txt_not_cc ==========
38564 Messages without Cc: headers containing the entered string will be selected.
38565 ^C to cancel. ^G again to see original options.
38566 ========== h_select_txt_subj ==========
38567 Messages with Subject: headers containing the entered string will be selected.
38568 ^C to cancel.  ^X enters Subject: line of current message.
38569 ========== h_select_txt_not_subj ==========
38570 Messages without Subject headers containing the entered string will be selected.
38571 ^C to cancel.  ^X enters Subject: line of current message.
38572 ========== h_select_txt_all ==========
38573 All messages containing the entered string will be selected.  Headers and body,
38574 but not encoded attachments, will be compared.  Enter ^C to cancel.
38575 ========== h_select_txt_not_all ==========
38576 All messages that don't contain the entered string will be selected.  Headers
38577 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
38578 ========== h_select_txt_body ==========
38579 All messages containing the entered string will be selected. Body text, but
38580 not headers or encoded attachments, will be compared. ^C to cancel.
38581 ========== h_select_txt_not_body ==========
38582 All messages that don't contain the entered string will be selected. Body
38583 text, but not headers or encoded attachments, will be compared. ^C to cancel.
38584 ========== h_select_txt_recip ==========
38585 Messages with Cc: or To: headers containing the entered string will be selected.
38586 ^C to cancel. ^G again to see original options.
38587 ========== h_select_txt_not_recip ==========
38588 Messages without Cc: or To: headers containing the string will be selected.
38589 ^C to cancel. ^G again to see original options.
38590 ========== h_select_txt_partic ==========
38591 Messages with Cc, To, or From headers containing the string will be selected.
38592 ^C to cancel. ^G again to see original options.
38593 ========== h_select_txt_not_partic ==========
38594 Messages without Cc, To, or From headers containing the string will be selected.
38595 ^C to cancel. ^G again to see original options.
38596 ========== h_select_date ==========
38597 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
38598 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
38599 ========== h_attach_index_whereis ==========
38600 Enter some text that appears in the Attachment Index entry for the desired
38601 attachment.  The first attachment containing that text will be highlighted.
38602 ========== h_kb_lock ==========
38603 Keystrokes entered here (up to a RETURN) comprise a password that must
38604 be entered again later in order to unlock the keyboard.
38605 ========== h_compose_default ==========
38606 N, compose a new message. R, set a role.
38607 ^C to cancel.
38608 ========== h_untranslatable ==========
38609 Send using UTF-8 character set; Send but replace untranslatable characters
38610 with question marks; return to the composer; or cancel message altogether.
38611 ========== h_compose_intrptd ==========
38612 N, compose a new msg. I, continue interrupted msg. R, set a role.
38613 ^C to cancel.
38614 ========== h_compose_postponed ==========
38615 N, compose a new message. P, continue postponed msg. R, set a role.
38616 ^C to cancel.
38617 ========== h_compose_intrptd_postponed ==========
38618 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38619 R, set a role. ^C to cancel.
38620 ========== h_compose_form ==========
38621 N, compose a new message. F, use form letter. R, set a role.
38622 ^C to cancel.
38623 ========== h_compose_intrptd_form ==========
38624 N, compose a new msg. I, continue interrupted msg. F, use form letter.
38625 R, set a role. ^C to cancel.
38626 ========== h_compose_postponed_form ==========
38627 N, compose a new message. P, continue postponed msg. F, use form letter.
38628 R, set a role. ^C to cancel.
38629 ========== h_compose_intrptd_postponed_form ==========
38630 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38631 F, use form letter. R, set a role. ^C to cancel.
38632 ========== h_config_context_del_except ==========
38633 If you delete the last exceptional collection you can only add it back by
38634 manually editing the exceptions config file.
38635 ========== h_config_whereis ==========
38636 To move quickly to a particular line, enter a search string or
38637 ^C to cancel.
38638 ========== h_config_edit_scorei ==========
38639 Enter interval in the form (min,max). -INF and INF may be used to represent
38640 -infinity and infinity. ^C to cancel change. RETURN to accept change.
38641 ========== h_config_add ==========
38642 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
38643 pressing RETURN sets the Empty Value (this turns off any global default).
38644 ========== h_config_add_custom_color ==========
38645 Enter a header fieldname. For example, "subject" or "from".
38647 ========== h_config_add_pat_hdr ==========
38648 Enter a header fieldname. For example, "reply-to" or "organization" or
38649 any fieldname you want that isn't included already.
38650 ========== h_config_print_opt_choice ==========
38651 You may edit either the initialization string (characters printed before
38652 printing starts) or the trailer string.  Choose one or ^C to cancel.
38653 ========== h_config_print_init ==========
38654 Enter a C-style string for this.  You may use common backslash escapes like
38655 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
38656 ========== h_config_change ==========
38657 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
38658 delete current (highlighted) character, etc.  Enter ^C to cancel change.
38659 ========== h_config_replace_add ==========
38660 Replace ignores the current default, Add places the current default in your
38661 editing buffer as if you had typed it in.
38662 ========== h_config_insert_after ==========
38663 Enter a nickname for this print command.  (InsertBefore puts the new item
38664 before the current line, InsertAfter puts it after the current line.)
38665 ========== h_config_print_cmd ==========
38666 Enter command to be executed for the printer.  Use normal editing keys
38667 to modify, ^C to cancel, carriage return to accept current value.
38668 ========== h_config_role_del ==========
38669 Answering Yes will remove this rule completely from your rules list.
38670 ========== h_config_role_addfile ==========
38671 Type the name of a file to add to your configuration. You don't need to
38672 use a file, you may add rules directly (with Add) without using a file.
38673 ========== h_config_role_delfile ==========
38674 Answering Yes will remove this rule file completely from your rules list.
38675 The rules data file itself will not be removed.
38676 ========== h_config_print_del ==========
38677 Answering Yes will remove this printer completely from your printer list.
38678 ========== h_config_print_name_cmd ==========
38679 You may edit the Nickname of this printer, the Command to be executed when
38680 printing, or change the Options associated with this printer.
38681 ========== h_send_check_fcc ==========
38682 Yes, send message without an Fcc.
38683 No, return to composer.
38684 ========== h_send_check_subj ==========
38685 Yes, send message without a Subject.
38686 No, return to composer.
38687 ========== h_send_check_to_cc ==========
38688 Yes, send message without a To address, or a Cc address, or a Newsgroup.
38689 No, return to composer.
38690 ========== h_send_fcc_only ==========
38691 Yes, copy message to Fcc only and send to NO recipients.
38692 No, return to composer.
38693 ========== h_send_prompt ==========
38694 Yes, send the message.
38695 No or ^C, return to composer.
38696 ========== h_send_prompt_flowed ==========
38697 Yes, send the message.  No or ^C, return to composer.
38698 What's Flowed? See Do Not Send Flowed Text in config screen.
38699 ========== h_send_prompt_dsn ==========
38700 Yes, send the message.  No or ^C, return to composer.
38701 What's DSNOpts? See Enable Delivery Status Notification in config screen.
38702 ========== h_send_prompt_dsn_flowed ==========
38703 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
38704 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
38705 ========== h_role_confirm ==========
38706 Yes, use displayed role. No, compose without a role.
38707 ^C, cancel the message. ^T, select a role from your other eligible roles.
38708 ========== h_norole_confirm ==========
38709 Return, compose without a role.
38710 ^C, cancel the message. ^T, select a role from your eligible roles.
38711 ========== h_custom_print ==========
38712 Enter a Unix command that accepts its data on standard input.
38713 Alpine will display any information the command sends to standard output.
38714 ========== h_convert_abooks_and_sigs ==========
38715 You will be given the opportunity to convert address books and signature files
38716 to remote configurations.
38717 ========== h_convert_abooks ==========
38718 You will be given the opportunity to convert address books to remote
38719 configurations.
38720 ========== h_flag_keyword ==========
38721 Enter the name of the keyword you want to add for this folder.
38722 No spaces, parentheses, braces, percents or asterisks are allowed.
38723 ========== h_select_keyword ==========
38724 Enter the keyword you want to match, or use ^T to select a keyword from a list
38725 of possible keywords for this folder. Use ! to look for non-matches instead.
38726 ========== h_type_keyword ==========
38727 Enter the keyword you want to add. You may add a nickname in the next step.
38728 No spaces, parentheses, braces, percents or asterisks are allowed.
38729 ========== h_type_keyword_nickname ==========
38730 Enter an optional nickname for the keyword you want to add.
38731 Type Carriage return to use the keyword name instead of a nickname.
38732 ========== h_convert_sigs ==========
38733 You will be given the opportunity to convert signature files to remote
38734 configurations.
38735 ========== h_convert_abook ==========
38736 Yes is fairly safe. You will be ADDing a remote address book that is a copy
38737 of the current address book. The current abook won't be removed automatically.
38738 ========== h_convert_sig ==========
38739 Answering Yes copies the contents of the signature file into your Alpine
38740 configuration file. After that, the contents of the file will not be used.
38741 ========== h_save_addman ==========
38742 Enter the simple name of the folder you want to add. Carriage return to
38743 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
38744 ========== h_reopen_folder ==========
38745 Yes reopens the folder, as if you were starting over. This uncovers new mail.
38746 No leaves the folder index as it was without discovering new mail.
38747 ========== h_convert_pinerc_server ==========
38748 This is the name of the host (computer) where the remote Alpine configuration
38749 will be stored. This should be an IMAP server that you have permission to use.
38750 ========== h_convert_pinerc_folder ==========
38751 Enter the correct remote folder name. This folder is special and should
38752 contain only configuration data. It shouldn't contain other mail messages.
38753 ========== h_role_compose ==========
38754 Compose a New message, Reply to current message, Forward current message, or
38755 Bounce message. Then you will be asked to choose one of your Roles to be used.
38756 ========== h_role_aggregate ==========
38757 Compose a reply, or forward, or bounce the selected messages. Then you 
38758 will be asked to choose one of your Roles to be used for this operation.
38759 ========== h_save_size_changed ==========
38760 The reported size of a message is not the same as the actual size. Answer Yes
38761 to continue and hope for the best or No to Cancel the entire Save.
38762 ========== h_select_by_larger_size ==========
38763 Enter a number or ^C to cancel. All messages greater than this many characters
38764 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38765 ========== h_select_by_smaller_size ==========
38766 Enter a number or ^C to cancel. All messages less than this many characters
38767 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38768 ========== h_preserve_field ==========
38769 Use 'p' to toggle between preserving or not preserving the original To:
38770 and Cc: fields of the message. Enter ^C to cancel message.
38771 ========== h_privacy_policy ==========
38772 x-alpine-http:https://alpineapp.email/legal/privacy.html
38773 ========== h_apache_license ==========
38774 x-alpine-http:https://alpineapp.email/legal/apache_license.html