* The previous commit does not allow clients to login using xoauth2, so
[alpine.git] / pith / pine.hlp
blob1f6f651da5c5b0bda0efa23112b0b2b057734ec8
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-2020 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 2a) Several "server side include" commented elements are supported:
76 <!--#include file="textfile"--> 
78 The file "textfile" will be inserted into the HTML text directly.
79 Alpine does no formatting of the text.  At some point we might want to
80 look at the first line for <HTML> but not today.
82 2b) Various bits of Alpine's running state can be inserted into the
83 HTML text as well using the special comment:
85 <!--#echo var="variable"--> 
87 Where "variable" is one of either:
89     ALPINE_VERSION
90     ALPINE_REVISION
91     ALPINE_COMPILE_DATE
92     ALPINE_TODAYS_DATE
93     C_CLIENT_VERSION
94     _LOCAL_FULLNAME_
95     _LOCAL_ADDRESS_
96     _BUGS_FULLNAME_
97     _BUGS_ADDRESS_
98     CURRENT_DIR
99     HOME_DIR
100     PINE_CONF_PATH
101     PINE_CONF_FIXED_PATH
102     PINE_INFO_PATH
103     MAIL_SPOOL_PATH
104     MAIL_SPOOL_LOCK_PATH
105     VAR_<VARNAME> - where <VARNAME> is config variable name
106     FEAT_<FEATURENAME> - where <FEATURENAME> is config feature name
108 3) The URL scheme "X-Alpine-Gripe:" is available to insert links to
109    pine's composer such that various debugging data can be attached to the
110    message. Aside from normal email addresses, this can be set to
111    either "_LOCAL_ADDRESS_" for the configured local help address, or
112    "_BUGS_ADDRESS_" for the configured local bug reporting address.
113    Aside from the special tokens above, the default behavior only differs
114    from "mailto:" by the insertion of a special Subject: prefix that
115    consists of a randomly-generated token for tracking purposes.
116    Several optional parameters can be included to control what is
117    attached or offered for attachment to the message:
119         ?config  --  Automatically attaches the user's configuration
120                      information to the trouble report
121         ?keys    --  Automatically attaches the user's most recent
122                      keystrokes
123         ?curmsg  --  Causes the user to get an offer to attach the
124                      current message to the trouble report
125         ?local   --  Automatically attaches the result of the script 
126                      defined by VAR_BUGS_EXTRAS
128 For HTML-format sections, the help screen dividers  "===== xxxx ====" must 
129 contain one and only one space after the first and before the second set of 
130 equal signs.
132 Note to authors of this file: to mark sections that need further revision, 
133 please use the text string on the following line consistently so that it is 
134 easy to find those places again in this file:
135 *revision needed*
137 NOTE: Several sections of help text which weren't being used were removed
138 at RCS version number 4.122.  In particular, there were some placeholders
139 with help text for the config screen and the composer that didn't have any
140 reasonable place to be called from.
141 Dummy change to get revision in pine.hlp
142 ============= h_revision =================
143 Alpine Commit 515 2020-11-01 16:21:21
144 ============= h_news =================
145 <HTML>
146 <HEAD>
147 <TITLE>RELEASE NOTES for Alpine</TITLE>
148 </HEAD>
149 <BODY>                 
150 <H1>Alpine Release Notes</H1>
151 <DIV ALIGN=CENTER>
152 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
153 <BR>
154 <!--chtml if pinemode="running"-->
155 (built <!--#echo var=ALPINE_COMPILE_DATE-->)
156 <!--chtml endif-->
158 <BR>
159 <BR>Copyright 2013-2020 Eduardo Chappa
160 <BR>Copyright 2006-2008 University of Washington
161 </DIV>
164 Alpine is an &quot;Alternatively Licensed Program for Internet
165 News and Email&quot; produced until 2009 by the University of Washington.
166 It is intended to be an easy-to-use program for
167 sending, receiving, and filing Internet electronic mail messages and
168 bulletin board (Netnews) messages.  Alpine is designed to run on a wide
169 variety of Unix&reg; operating systems.  A version for Microsoft Windows&reg;
170 is available as is a world wide web based version designed to run under the
171 Apache web server.
174 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
175 href="h_apache_license">Apache License 2.0</A>.
178 Alpine's privacy policy is a living, online only, document, which can be found at
179 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
180 By following the previous link,  Alpine
181 will connect to an external server, and will download it and display
182 it for you. Please take some time to read it and understand it.
183 Since the Privacy Policy could be ammended to take into consideration
184 new additions to Alpine, please check it periodically.
186 <P> These changes were made after the release of version 2.24.
189 Bugs addressed:
191 <UL>
192 <LI> When forwarding a message, replacing an attachment might make Alpine
193      re-attach the original attachment. Reported by Michael Traxler.
194 </UL>
196 <P> Version 2.24 adds new features and addresses bugs found in previous
197 releases.
199 <P> New features include:
201 <UL>
202 <LI> Implementation of XOAUTH2 for Yahoo! Mail. <A href="h_yahoo_configuration">Learn More</A>
204 <LI> Expansion of the configuration screen for XOAUTH2 to include
205      username, authorization flow, and tenant.
207 <LI> XOAUTH2: automatic renew of access token and connection to a server
208      within 60 seconds of expiration of the access token.
210 <LI> If a user has more than one client-id for a service, Alpine
211      asks the user which client-id to use and associates that client-id to
212      the credentials in the XOAUTH2 configuration screen.
213      <A HREF="h_xoauth2_config_screen">Learn more</A>.
215 <LI> Addition of Yandex.com to the list of services that Alpine can use XOAUTH2 to
216      authenticate for reading and sending email. <A href="h_yandex_configuration">Learn More</A>
218 <LI> Addition of a link to the Apache License 2.0 (see above). This is 
219      available from the Release Notes as well as the welcome screen.
221 <LI> Modifications to protect the privacy of users:
222 <UL>
223 <LI> Alpine does not generate Sender or X-X-Sender by default
224      by enabling  <a href="h_config_disable_sender"><!--#echo var="FEAT_disable-sender"--></a>
225      as the default.
226 <LI> Alpine does not disclose User Agent by default by enabling
227      <A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A>
228      by default.
229 <LI> Alpine uses the domain in the From: header of a message
230      to generate a message-id and suppresses all information
231      about Alpine, version, revision, and time of generation
232      of the message-id from this header. This information is
233      replaced by a random string.
234 </UL>
236 <LI> Unix Alpine displays configure options and flags when 
237      invoked as &quot;alpine -v&quot;. Suggested by Matt Ackeret.
239 <LI> Alpine will ding the terminal bell when asking  about quitting
240      when new mail arrives. This is consistent with Alpine dinging the
241      bell when new mail arrives. The bell will not ding if it is disabled
242      for status messages. Suggested by Chime Hart.
244 <LI> When messages are selected, pressing the &quot;;&quot; command to broaden or narrow
245      a search, now offers the possibility to completely replace the search, and
246      is almost equivalent to being a shortcut to &quot;unselect all messages, and select
247      again&quot;. The difference is that cancelling this command will not unselect
248      all currently selected messages. Suggested by Holger Trapp.
250 <LI> Alpine will not write debug files unless started with the option -d, 
251      so for example &quot;alpine -d 2&quot; will generate a debug file at level 2, 
252      but just issuing the alpine command will not write any debug to a file.
254 <LI> Experimental: Attempt to implement the Encryption Range in Windows. It works
255      in Windows 10, and it should work in Windows 8.1. It needs testing in
256      Windows 7 and Windows Vista.
258 <LI> Addition of variables <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>
259      and <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>
260      which allow a user to specify locations for certificates that the user
261      trusts.
263 <LI> Ignore non-empty initial challenge in the GSSAPI authenticator. Based
264      on a patch written by Jarek Polok, but submitted by Ignacio Reguero.
266 <LI> When a server expires a refresh token, Alpine needs to cancel it
267     internally. Alpine will attempt to get a new one when it  reopens the
268     folder after it cancels it.
270 <LI> Set up the IMAP ID at the moment of logging in to the server, rather than
271      as a one time option, in case we need to use a special IMAP ID.
272 </UL>
275 Bugs addressed:
277 <UL>
278 <LI> When Alpine starts a PREAUTH connection, it might still ask the user
279      to login. Reported by Frank Tobin.
281 <LI> Crash while resizing the screen when viewing a calendar event.
283 <LI> When Alpine opens a folder in a server whose address is given numerically
284      it might crash due to an incorrect freeing of memory. Reported by Wang Kang.
286 <LI> Crash when Alpine frees memory on a system where LC_CTYPE is not 
287      configured, and the user calls the file browser to attach files to
288      a message. Reported by Luis Gerardo Tejero.
290 <LI> Invalid signatures created by Alpine, when built with recent
291      releases of the Openssl-1.1.1 series (but not in the Openssl-1.0.1 series).
292      Fix contributed by Bernd Edlinger.
294 <LI> After returning from the directory side of a dual-folder, sometimes 
295      Alpine would return to the first folder in the parent directory or to 
296      the dual-folder. The fix is to return to the original dual-folder as 
297      intended. Reported by Holger Trapp.
299 <LI> When an attachment is deleted and the original message is saved, Alpine
300      might write only a part of the name of the file deleted. Reported by Holger
301      Trapp.
303 <LI> URLs that are surrounded by white space are not cleaned by Alpine before
304      passing them to the browser, resulting in no display of the URL when Alpine
305      tries to open it. Reported by Gregory Heytings.
307 <LI>  When Alpine is built without smime, password file functionality might
308       fail. Reported by Andres Fehr.
310 <LI> Crash in PC-Alpine when using the eXternal command.
312 <LI> Fix in Macs that made Alpine abort a ssh connection to an imap server.
313      Reported and assisted by Wang Kang.
314 </UL>
317 Version 2.23 has new additions and addresses bugs found in previous releases.
320 Additions include:
322 <UL>
323 <LI> Implementation of XOAUTH2 authentication support for Outlook.
324      Based on documentation suggested by Andrew C Aitchison. <A href="h_outlook_configuration">Learn More</A>
326 <LI> Add support for the OAUTHBEARER authentication method in Gmail. Thanks to
327      Alexander Perlis for suggesting it and explaining how the method works. <A href="h_gmail_configuration">Learn More</A>
329 <LI> Creation of Alpine's Privacy Policy. This is presented as a link to
330     an online document from the Release Notes (Link at the top of this
331     document.) Upon user request, Alpine downloads and displays this
332     document. Links to the privacy policy are also displayed when a user
333     starts Alpine for the first time, or when a user starts a new version
334     of Alpine. There is no default exit greeting command for these
335     screens, and to exit the user must press "E", instead of the old
336     default, which was the RETURN command. The RETURN command will open
337     the handle on which the cursor is on, which by default is the Privacy
338     Policy.
340 <LI> Support for the SASL-IR IMAP extension that avoids a round trip during
341      authentication. Similar support added for the SMTP, NNTP and POP3 
342      protocols. Thanks to Geoffrey Bodwin for a report that lead to this
343      implementation.
345 <LI> Alpine can pass an HTML message to an external web browser, by using the
346      &quot;External&quot; command in the <a href="h_attachment_screen">ATTACHMENT INDEX</a>
347      screen. <A href="h_command_external_browser">Learn more</A>.
349 <LI> New configuration variable
350      <a href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
351      that controls if Alpine will keep the source link to all the images in the
352      HTML message, or will only pass a link to inline images included in the message. For your
353      privacy and security this feature is enabled by default.
355 <LI> When reading an email and a user selects an email address to which to compose
356      a message from the message, the user will be able to select a role to compose
357      that message.
359 <LI> New variable system-certs-path that allows users to indicate the 
360      location of the directory where certificates are located. In PC-Alpine 
361      this must be C:\\libressl\\ssl\\certs. The C: drive can be replaced 
362      by the name of the drive where the binary and DLL files are located.
364 <LI> New variable system-certs-file that allows users to configure the
365      location of a container of certificate authority (CA) certificates
366      to be used to validate certificates of remote servers.
368 <LI> Remove sleep of 5 seconds for mailcap programs that use the terminal
369      to display content. Suggested by Carl Edquist. In addition, remove the
370      configurable process table command and its corresponding sleep time.
371 </UL>
374 Bugs addressed:
376 <UL>
377  <LI> Security Bug: Alpine can be configured to start a secure connection using /tls
378       on an insecure connection. However, if the connection is PREAUTH, Alpine
379       will not upgrade the connection to a secure connection, because a client
380       must not issue a STARTTLS to a server that supports it in authenticated
381       state. This makes Alpine continue to use an insecure connection with the
382       server, exposing user data. Reported by Damian Poddebniak and Fabian
383       Ising from Münster University of Applied Sciences.
385    <LI> Selecting by subject might not copy the subject of the current message
386      to the selection text correctly. Reported by Iosif Fettich.
388    <LI> Alpine does not set the return path correctly when using a role while bouncing
389     a message. Reported by Dr. C. Griewatsch.
391 <LI>Bug in PC-Alpine that made Alpine go into an infinite loop and
392     consume CPU when it was iconized. Reported by Holger Schieferdecker in
393     comp.mail.pine.
395 <LI>Crash in Alpine when attempting to reply to a multipart/alternative 
396     message that is malformed, and the option to include attachments in
397     reply is enabled. Reported and patched by Peter Tirsek.
399 <LI>Bug that makes Alpine split encoded words in the subject of a message
400     in the middle of a utf-8 character into two encoded words, breaking the
401     encoding. Reported by Jean Chevalier.
403 <LI> Alpine would not redraw the screen when a check for new mail in an
404     incoming folder failed due to a failure while validating the server 
405     certificate, and the user did not allow the connection to proceed.
407 <LI> Crash in Alpine while resizing the screen when using any of the tokens
408     SUBJKEYTEXT, SUBJECTTEXT, or SUBJKEYINITTEXT in the index format, and 
409     the screen was resized. Reported by Iggy Mogo.
411 <LI> When Alpine is trying to authenticate to Gmail, using the XOAUTH2 method,
412     it does not display the url the user needs to open, in order to authorize
413     Alpine to access Gmail using XOAUTH2 when Alpine still has not created
414     a screen. Reported by Baron Fujimoto.
416 <LI> When an html anchor does not quote the link in the href parameter,
417     alpine does not link to it.
419 <LI> Attempt to fix a bug that breaks scrolling of a message in Alpine when
420      the screen is resized. Reported in the Debian bug system at
421      <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956361">https://bugs.debian.org/cgi-bin/bugreport.cgie?bug=956361</A>.
422 </UL>
425 Version 2.22 addresses bugs found in previous releases and has several
426 additions as well.
429 Additions include:
431 <UL>
432 <LI> Support for <A HREF="h_xoauth2">XOAUTH2</A> authentication method in Gmail.
433      <A href="h_gmail_configuration">Learn More</A>
435 <LI> PC-Alpine builds with LibreSSL and supports S/MIME.
437 <LI> NTLM authentication support with the ntlm library, in Unix systems.
438 Based on code provided by Maciej W. Rozycki.
440 <LI> Add /tls1_3 flag for servers that support it. Read more information
441 in the secure protocols <A HREF="h_network_encryption_security">help</A>.
443 <LI> To increase user's privacy, remove phone-home code that would prompt 
444 users to send an email message upon starting Alpine for the first time for 
445 purposes of counting. Your use of Alpine does not disclose information about 
446 you or your use of Alpine to the developers of Alpine.
448 <LI> New variable 
449 <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> 
450 that allows users to configure versions of the SSL/TLS protocol that Alpine is 
451 restricted to try when establishing a secure connection SSL/TLS to a remote 
452 server. The default can be set at compilation time.
454 <LI> Add -dict option to PC-Pico, which allows users to choose a dictionary
455 when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
457 <LI> Improvements to the configure stage of compilation. Some of
458 these contributed by Helmut Grohne. See
459 <A href="https://bugs.debian.org/876164">Bug 876164</A> in Debian.
461 <LI> Add &quot;remove password&quot; command to the management screen for the 
462 password file encryption key. This allows users to use their password file
463 without entering a master password.
465 <LI> Add the &quot;g&quot; option to the select command that works in IMAP 
466 servers that implement the X-GM-EXT-1 capability (such as the one offered 
467 by Gmail.) This allows users to do selection in Alpine as if they were 
468 doing a search in the web interface for Gmail.
470 <LI> New variable close-connection-timeout, which tells Alpine to close
471 a connection that is having problems being kept alive after the number
472 of seconds configured in this variable, if the connection has not
473 recovered. The default is 0, which means to keep the connection alive
474 and wait for the connection to recover.
476 <LI> When a message is of type multipart/mixed, and its first part is
477 multipart/signed, Alpine will include the text of the original message
478 in a reply message, instead of including a multipart attachment.
479 Suggested by Barry Landy.
481 <LI> S/MIME: Some clients do not transform messages to canonical form when 
482 signing first and encrypting second, which makes Alpine fail to parse the 
483 signed data after encryption. Reported by Holger Trapp.
485 <LI> Add /auth=XYZ to the way to define a server. This allows users to  
486 select the method to authenticate to an IMAP, SMTP or POP3 server.
487 Examples are /auth=plain, or /auth=gssapi, etc.
489 <LI> Add backward search in the index screen. Based on patch by Astyanax Foo, 
490 submitted in 2009, but resubmitted by Erich Eckner on 2019.
492 <LI> SMIME: When Alpine is set to validate a message using the user's store, and
493      user agrees to save a certificate of another user, use the saved 
494      certificate immediately to verify the smime message. Reported by 
495      Stefan Mueller.
497 <LI> Do not use a delay when printing messages to screen when the initial
498      keystroke sequence of commands is active. Based on a report from Holger
499      Trapp.
501 <LI> In PC-Alpine, when the decoded name of an attachment does not agree
502      with its encoded name, Alpine will offer to save the file using the
503      UTF8 encoded name.
504 </UL>
507 Bugs that have been addressed include:
508 <UL>
509    <LI> Width of characters is not always determined correctly when wcwidth
510         is used. Revert to using code for the Windows operating system. 
511         Reported by Andrew Ho.
513    <LI> The call realpath(..., NULL) gives an error in Solaris, which means that
514         we need to allocate memory for storing the resolved path. Reported by
515         Fabian Schmidt.
517    <LI> Crash when attempting to bounce a message due to lack of space in
518         allocated space for key menu array. Reported by David Sewell.
520    <LI> Crash when a CA certificate failed to load, and user attempted to
521         view certificate information of other certificate authorities.
523    <LI> Crash in the S/MIME configuration screen when a user turned off S/MIME, and
524         then re-enabled it. Also crash when attempting to enter the S/MIME 
525         configuration screen if S/MIME was turned off.
527    <LI> Deactivate some color code from Pico (as standalone editor in the
528         windows version) until I find a way to activate it again. This is 
529         not critical and it is not something that PC-Pico must have (some 
530         of it already exists in other ways, like color support, what does 
531         not exist is the more complex code that Unix-Pico has with color 
532         codes for specific colors.)
534    <LI> When a message is multipart, and the first part is flowed text, 
535         then forwarding the message will set the first part to be flowed, 
536         and sent that way even when the option Do Not Send Flowed Text is 
537         enabled. Reported by Holger Trapp.
539    <LI> When a message/rfc822 part of a message is encoded with
540         Content-Transfer-Encoding: QUOTED-PRINTABLE, Alpine will stop 
541         processing that message. Later this causes Alpine to crash because 
542         when it displays messages, it assumes that both header and body 
543         parts are processed. Reported by Mark Crispin in 2010, in the 
544         Alpine-info list (message with subject "crash bug in 
545         alpine/mailpart.c:format_msg_att()") with no example, and reported 
546         now by Holger Trapp, with an example.
548    <LI> In addition to the previous report, Alpine encodes message/rfc822
549         messages as QUOTED-PRINTABLE, in contradiction with RFC 2045, 
550         when it receives a report that its encoding is 8bit. We preserve 
551         the encoding reported by the IMAP server, and do not encode in 
552         QUOTED-PRINTABLE.
554    <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can 
555         build when using Visual Studio 2017. Fix contributed by 
556         Ulf-Dietrich Braunmann.
558    <LI> When the locale is not set up to UTF-8, alpine might determine the 
559         width of a character incorrectly. Reported by Alexandre Fedotov.
561    <LI> In some rare cases, when attachments are deleted before saving 
562         emails, the filenames will be displayed in RFC1522 representation, 
563         instead of in decoded form. Reported and patched by Wang Kang.
565    <LI> When colors are edited from the main setup configuration screen, some
566         color settings are not updated until Alpine is restarted. Reported by
567         Andrew Hill.
569    <LI> If the first part of a message is multipart/alternative, and the 
570         first part of this is also a multipart type, then Alpine might 
571         fail to select the first text part when replying to a message. 
572         Reported by Lucio Chiappetti.
574    <LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
575         Reported and patched by Kyle George.
577    <LI> If the directory where Alpine saves the certificates is empty,
578         alpine would not create a self-signed certificate to encrypt the 
579         password file.
581    <LI> S/MIME: The list of public certificates is freed before it is 
582         reused when a signature fails to verify. This causes Alpine to 
583         crash. Patch submitted by Linus Torvalds.
585    <LI> S/MIME: A message could fail to verify its signature even if the
586         certificate was saved when the message was open. Based on a report 
587         by David Woodhouse to the RedHat bugzilla system.
589    <LI> When there are time changes in the clock, Alpine might go to sleep
590         for big amounts of time while displaying messages in the screen. 
591         Reset sleep time to 5 seconds in case it finds it needs to sleep 
592         more than 5 seconds or a negative amount of time.
594    <LI> Restore recognition of empty directories. It was deleted by mistake
595         when added support for internationalization in folders. Based on a 
596         report by Michael Rutter.
598    <LI> Alpine stops parsing the mailcap file when it finds an invalid entry.
599         Reported by Matt Roberds to the Debian bug system at 
600         <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370</A>.
602    <LI> Crash with error "Lock when already locked" when an attempt to check
603         for new mail on a locked stream that is being used for a save 
604         operation. Reported by Carlos E.R.
606    <LI> Alpine removes trailing spaces from passwords, making a longin attempt
607         fail. Reported by R. Lyons.
609    <LI> Alpine crashes when opening a remote imap folder and computing scores.
610         Reported by Paul DeStefano.
612    <LI> When more than one server was given in the server-name configuration
613         option of rldap servers, none of them worked. Reported by Robert Wolf.
614 </UL>
617 Version 2.21 addresses bugs found in previous releases and has several 
618 additions as well.
621 Additions include:
622 <UL>
623   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
624        user to choose the dictionary used to spell check, in case the user 
625        communicates in more than one language. Examples of values for the 
626        variable are "en_US" or "de_DE", etc. Only the first 10 
627        dictionaries are offered.
629   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
630        Based on a contribution by Wang Kang.
632   <LI> Colors configured in Alpine are inherited in the composer.
634   <LI> When Alpine is compiled with password file and SMIME support 
635        the password file is encrypted using a private key/public 
636        certificate pair. If one such pair cannot be found, one will be 
637        created. <A HREF="h_password_file_support">Learn more</A>.
639   <LI> Alpine builds with any version of OpenSSL greater than or equal
640        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
641        LibreSSL.
643   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
644        format, which removes text in the SUBJECT between &quot;[&quot; and 
645        &quot;]&quot;.
647   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
648        but it differns in that it gives the time in which the message was
649        sent for messages that are less than a week old. it uses a 24 hour
650        format.
652   <LI> Alpine will include attachments when forwarding some 
653        multipart/alternative messages for which it did not use to include 
654        attachments.
656   <LI> New configuration option 
657        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
658        which adds more ways to control features and variables when you
659        start to reply to a message.
661   <LI> Added support for RFC 2971 - IMAP ID extension.
663   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
664        that allows users to ignore errors in the computation of the size
665        of a message from defective servers.
667   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
668        clients such as Thunderbird do not validate signatures that use sha1 digest.
670   <LI> Add the configuration variable "default-directories", which is called
671        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
672        variable saves a list of directories that are readily accessible 
673        for save or export of attachments. This makes it easier to save 
674        attachments in directories that are hard to navigate to, or that 
675        are accessed frequently.
677   <LI> When a filename is attached and its name is encoded, the save 
678        attachment command will offer to save the file in the encoded form. 
679        This might work for some users, but the save command will have a 
680        subcommand ^N to decode the file name and save the file with the 
681        decoded name.
683   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
684        as well as autocompletes automatically when only one possibility exists 
685        for the ^J attach command.
687   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
688        the html OL tag.
690   <LI> Ignore message from smtp server after a successful authentication
691        challenge.
693   <LI> When a message is saved in the Form Letter folder, add the ability
694        to save the role being used to compose such message so that settings
695        such as the SMTP server set in the role can be used when sending
696        such form message. Suggested and patched by Frank Doepper.
698   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
699        SSLCERTSDIR is not found.
701   <LI> When Alpine sends an attachment, it will set the boundary attribute
702        in lower case, as some SMTP servers, such as those of libero.it 
703        reject messages if the boundary attribute is in uppercase.
705   <LI> Add the ability to change the private key and certificates used
706        to encrypt a password file in the SMIME setup configuration screen.
707        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
709   <LI> SMIME: The ctrl-E command that gives information on the certificate
710        is only available for messages that have a signed or encrypted 
711        part.
713   <LI> SMIME: If a message contains a RFC822 attachment that is
714        signed/decrypted add the ability to view its SMIME information.
716   <LI> SMIME: Certificate information in the S/MIME screen is available 
717        for certificates stored in a container.
719   <LI> SMIME: Offer the common name of the person, instead of the name of
720        file containing the certificate, as the name to be displayed in the 
721        certificate management screen for certificate authorities. 
722        Suggested by Matthias Rieber.
724   <LI> SMIME: Management of several alternate name (SAN) certificates is 
725        improved. When importing a SAN certificate, also import a certificate
726        for the filename, besides for the e-mail addresses in the
727        certificate. Suggested by Matthias Rieber.
729   <LI> SMIME: add full year when displaying information about a certificate
730        in the certificate management screen. Suggested by Matthias Rieber.
732   <LI> SMIME: sort certificates by some type of alphabetical order in the
733        displayed name.
735   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
736        certificates included in signatures, when the option "Validate 
737        Using Certificate Store Only" is enabled. If the user does not wish 
738        to save it, validation will fail.
740   <LI> HTML: Add support for decoding entities in hexadecimal notation.
741        Suggested by Tulip&aacute;nt Gergely.
743   <LI> The &quot;#&quot; command, when used as part of an aggregate
744        operation will allow users to select the role used in either 
745        replying, forwarding or replying to the group of selected messages, 
746        Suggested by Hisashi T Fujinaka.
748   <LI> If the charset of a message can not be determined, use the value set
749        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
751   <LI> Resizing setup screen will redraw screen.
753   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
754        in the width ambiguous zone, it will use other means to determine
755        the width, such as call wcwidth.
757   <LI> Pico: Code reorganization in the search command to make it easier to
758        add subcommands of the search command.
760   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
761        subcommand of the search command to bring this choice into view.
763   <LI> Pico: Add the ability to search for strings in the beginning or end
764        of a line. Use the Ctrl-^ subcommand of the search command to bring 
765        this choice into view.
767   <LI> For a multipart/alternative message, the Take Address command will 
768        work on the part that is being read.
770   <LI> When sending a message, allow for 512 characters of consecutive 
771        non-white space before folding the subject line.
773   <LI> Make sure titlebar (the line at the top of the screen) always 
774        contains the name of the folder/newsgroup that is open, if this 
775        fits in the title.
777   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
778        will also scramble the name, version and operating system in the 
779        message-id header. Based on a contribution by Dennis Davis, which 
780        is itself based on a contribution by Mark Hills.
782   <LI> Change in logic in imap_set_password function to make Alpine ask if
783        a user wants to save a password before reading the password file.
785   <LI> When exporting all parts of a message, if two attachments have the same
786        name, do not overwrite a file more than once, but instead add a counter
787        number to the filename to make a new file that does not exist in the file
788        system.
790   <LI> Add the Control-R subcommand to the save command for attachments. 
791        This subcommand toggles if the saving will be done in binary mode 
792        for text attachments. When a user saves an attachment using binary
793        mode it will be saved as it was sent, otherwise the attachment will
794        be transformed to UTF-8 for further transformation through internal
795        and user defined filters for saving.
797   <LI> Add command line argument -smimedir, which allows users to specify
798        the default path for a directory that contains the public, private, 
799        and ca directories. This is useful in case a user has a backup of 
800        old certificates that cannot be installed in the ~/.alpine-smime 
801        dir.
803   <LI> Reimplementation of the code that allows the .pinerc file to be a
804        symbolic link by Kyle George from tcpsoft.com to use realpath.
806   <LI> When saving an attachment, the "^T" command leads to a screen where the
807        "A" command can be used to add a file. A directory can be added by
808        pressing "^X" after the "A" command. Added after a suggestion by
809        Stefan Goessling.
811   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
812        scroll through the history of directories used to save attachments, 
813        while preserving the given name of the file. Suggested by Peter 
814        Koellner.
816   <LI> SMIME: Turn off automatic signing and encrypting of a message when
817        bouncing. Suggested after a discussion with Matthias Rieber.
819   <LI> When messages are selected, warn the user if a message that is not
820        selected will be bounced, or if not all selected messages will be 
821        bounced. Suggested by Ulf-Dietrich Braumann.
823   <LI> The bounce command adds a subcommand to choose a role.
825   <LI> When selecting messages by number, the &quot;.&quot; character can 
826        be used to specify the message on which the cursor is on.
828   <LI> When Alpine opens an attachment, it sometimes changes the extension 
829        of the file that is being opened and replaces it by another for the 
830        same mime type. If Alpine finds that the extension of the file 
831        corresponds with the mime type, according to the mime-types file, 
832        then it will keep it, and no substitution will be made.
834   <LI> Set no restrictions on the length of encoded subjects, but encode
835        words in length of no more than 75 characters.
836 </UL>
840 Bugs that have been addressed include:
841 <UL>
842   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
843        Alpine will use the function ASN1_TIME_print to determine the date 
844        of validity. Reported by Ben Stienstra.
846   <LI> SMIME: Crash when attempting to unlock the password file and an
847        incorrect password is entered.
849   <LI> SMIME: Crash when checking the signature of a message that contains
850        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
851        Krellner.
853   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
855   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
856        remote containers. Reported by Matthias Rieber.
858   <LI> SMIME: certificates included in messages were not being transferred
859        to a remote container.
861   <LI> SMIME: Crash if public certificates are located in an inaccessible
862        remote server and the private key is not available.
864   <LI> SMIME: Alpine does not remove temporary files created when adding a 
865        CA certificate to a container. Reported by Holger Trapp.
867   <LI> SMIME: When reading a local certificate, Alpine converts the name 
868        of the certificate to lowercase, which may make Alpine not be able 
869        to read such certificate. Reported by Dennis Davis.
871   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
872        entering a password to read an encrypted message will make Alpine 
873        forget the key and not ask the password to unlock it again in case 
874        it is necessary to unlock it again. Reported by Ulf-Dietrich 
875        Braumann.
877   <LI> Alpine would use freed memory while trying to compute the color
878        of the titlebar. This happened when trying to continue a postponed 
879        message.
881   <LI> Alpine failed to read an encrypted password file if too many
882        passwords were saved in the password file.
884   <LI> When selecting messages while in Threaded Index Screen, some 
885        messages other than top of threads could appear in the index, making
886        Alpine display messages &quot;out of the screen.&quot;
888   <LI> The index format would be chopped at the position of an unrecognized 
889        token, instead of skipping the token as intended.
891   <LI> Work in progress: Avoid calling non-safe functions when Alpine
892        receives a signal. See bug report 
893        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
895   <LI> Crash when attempting to read a message after a bounce command. 
896        In order to produce a crash one needed to use the ^T subcommand and 
897        do a search in a LDAP directory. The crash is produced by changes 
898        to the text in the title bar. Reported by Heinrich Mislik in the 
899        Alpine-info list.
901   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
902        making Alpine not display the correct character at the position 
903        that wrapping is done. Reported by Wang Kang.
905   <LI> Pico: Searching for a string that is too long causes Pico to crash
906        in the next search.
908   <LI> Fix vulnerability in regex library. This only affects those who use
909        this library, such as the windows version of Alpine. See 
910        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
911        for more details.
913   <LI> Alpine would not set include and lib paths for OpenSSL if this was
914        installed in /usr/local/ssl.
916   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
917        contents when saving its configuration.
919   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
920        the name. Reported by Andreas Fehr.
922   <LI> When opening an INBOX folder in a context different from the 
923        incoming folders collection, from the command line, Alpine would 
924        open the INBOX folder from the incoming folders collection.
926   <LI> Mismatch in size of UCS and CELL caused a corruption in the
927        content of a pointer, which made the speller in PC-Alpine get the 
928        content of a word incorrectly.
930   <LI> Skip testing openssl compatibility version when cross-compilation
931        is detected. Fix contributed by Antti Sepp&auml;l&auml;
933   <LI> Alpine fails to remove temporary files used during a display or sending
934        filter. Fix contributed by Phil Brooke.
936   <LI> When the index is in zoomed state, adding new messages to the 
937        selection would not show those messages if those messages are on 
938        top of the current message in the top of the screen. Reported by
939        Ulf-Dietrich Braumann. In addition, when the user scrolls through
940        the index, this scroll smoothly, without jumping pages. Reported
941        by Holger Trapp.
943   <LI> Crash when reviewing history of saving attachments.
945   <LI> Crash when canceling a goto command on a local collection that has
946        not been expanded and attempting to expand such collection.
948   <LI> Crash in Pico when forwarding messages that contain a direction mark
949        at the end of a line. Reported by James Mingo.
951   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
952 </UL>
956 Version 2.20 addresses bugs found in previous releases and has several 
957 additions as well.
960 Additions include:
963 <UL>
964   <LI> Upgrade UW-IMAP to Panda IMAP from 
965        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
966   <LI> S/MIME: Add screen to manage certificates.
967   <LI> S/MIME: Signatures are validated using the user's certificates instead
968        of the ones included in the message. Behavior can be disabled by
969        disabling the option <A href="h_config_smime_use_cert_store">
970         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
971        by default.
972   <LI> S/MIME: sign messages using intermediate certificates when needed 
973        and possible.
974   <LI> S/MIME: validation of certificates for servers that modify signed 
975        content.
976   <LI> S/MIME: signed and encrypted messages will be signed first and 
977        encrypted second, so that they can be decoded by other clients.
978   <LI> S/MIME: add the sender certificate to the list of certificates in
979        encrypted messages to make it possible for the sender to decrypt
980        the message they sent.
981   <LI> S/MIME: When transferring certificates to a local container, create 
982        container with default names PublicContainer, PrivateContainer and 
983        CAContainer, as appropriate for these files, unless the user has 
984        provided some other names.
985   <LI> S/MIME: Forwarding a message will include the signed part as part
986        of the text and not as a multipart message, just as the reply
987        command does.
988   <LI> HTML: Style tag in body of html message causes Alpine to not write
989        its content until a new &lt;/style&gt;
990   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
991        the same inline tag; the same is valid for the &lt;HR&gt; tag.
992   <LI> Add support to selective expunge through a subcommand of the 
993        select-apply commands. Read more in the <A 
994        HREF="h_index_cmd_expunge">help</A> for the expunge command.
995   <LI> Pico: New subcommand of the search command, allows to reverse the
996        direction of search.
997   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
998        the key and certificate used to encrypt the password file are saved 
999        in the ~/.alpine-smime/.pwd directory, or in the directory specified
1000        by the -pwdcertdir command line option. 
1001        <A HREF="h_password_file_support">Learn more</A>.
1002   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
1003        server to use different ways to connect using ssl, for 
1004        example {server.com/tls1} will attempt to connect to 
1005        server.com at the ssl imap port (port 993) and establish a 
1006        connection using TLSv1. These flags can be used in 
1007        conjunction with the /ssl flag, the ssl flag is redundant. 
1008        Conversely, however, the /ssl flag does not imply any of 
1009        these flags; the /ssl flag means SSLv3 or, if not available, 
1010        SSLv2 in the SSL port.
1011   <LI> Alpine does not attempt to automatically reopen a collection 
1012        that was not opened due to cancellation by the user. 
1013        Instead, the user must try to open it explicitly.
1014   <LI> Alpine searches for a certificate that matches an email address in
1015        all addresses in a certificate (instead of just the first 
1016        one) but when it tries to unlock the certificate, it asks 
1017        for the password for the first email address in that 
1018        certificate.
1019   <LI> Style tag in body of html message causes Alpine to not write its content
1020        until a new &lt;/style&gt;
1021   <LI> Experimental: Write the content-type of a message in 
1022        lowercase, as some non-compliant servers do not understand 
1023        uppercase content-type, such as those of GMX.de.
1024   <LI> Experimental: Do not send the RSET command before attempting
1025        to send a message, as this causes a delay in some evily managed
1026        servers.
1027   <LI> Opening a folder updates recent count in maildrops (this 
1028        already works for other types of folders)
1029   <LI> Automatically redraw screen after opening an attachment 
1030        instead of simply clearing it.
1031   <LI> Pico: Justification works without need of a predefined quote 
1032        string. This allows justification of blocks of text that are 
1033        indented with spaces.
1034   <LI> Decode the name of attachment names, so they can be written as part   
1035        of the description of the part. 
1036   <LI> Check bounds and tie strings off to improve security. Contributed 
1037        by James Jerkins.
1038   <LI> Replace tabs by spaces in From and Subject fields to control for
1039        size in screen of these fields. Change only in index screen display.
1040   <LI> Aggregate operations allows bouncing a list of messages using a role.
1041        Suggested by Ulf-Dietrich Braumann.
1042   <LI> Disable saving new passwords to the password file. Implemented
1043        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
1044   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
1045      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
1046      Charles M. Register.
1047 </UL>
1051 Bugs that have been addressed include:
1052 <UL>
1053   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
1054        in personal names. Reported by Lev Gorenstein.
1055   <LI> When writing the .pinerc file, lines were truncated if they were longer
1056        than 10,000 characters. This could cause data corruption, so now lines
1057        are allowed to be of any length.
1058   <LI> S/MIME: signed messages that contained an attachment would not validate.
1059   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
1060        validate. Thanks to Andreas Schamanek for testing, debugging and 
1061        advising during the process of fixing this problem.
1062   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
1063        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
1064        and Stefan Mueller.
1065   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
1066        home directory.
1067   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
1068        SMIME making it not possible to sign or encrypt messages.
1069   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
1070        information that is not part of the body, and hence making the body
1071        of the message seem wrong.
1072   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
1073        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
1074        enabled, the message contains 8bit characters and the smtp server 
1075        supports 8bit sending.
1076   <LI> When replying to several messages, subject will be decoded first,
1077        and then stripped from re/fwd before they are compared to determine
1078        the subject of the replied message.
1079   <LI> Crash when tcp connection to NNTP server was lost after connection
1080        had been established, but lost immediately afterwards.
1081   <LI> Crash with message &quot;lock when already locked&quot;, when painting
1082        an index was based on scores that needed information from a remote
1083        addressbook in the same server as the folder opened. Reported by
1084        Peter Koellner.
1085   <LI> Crash in message/rfc822 attachments encoded in base64.
1086   <LI> Postponed messages whose content-type is text/html, text/enriched and
1087        text/richtext are sent with that content-type, even though, after
1088        resuming composition, Alpine had changed its type to text/plain.
1089   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
1090        character set, which might lead to a crash or a corruption in the 
1091        screen. Work was done to contain the bug. A more complete fix will 
1092        be done in a future release. Reported by Professor Robert Funnell.
1093   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
1094   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
1095   <LI> Save command did not warn of existence of a message with a deleted 
1096        attachment in an aggregate save, unless cursor was positioned on a message 
1097        with a deleted attachment. Reported by Florian Herzig.
1098   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
1099        in an IMAP server.
1100   <LI> DATE tokens were not internally transformed to UTF-8, which made their
1101        values not appear complete in the screen. Reported by Werner Scheinast.
1102   <LI> Fixes to configure script so that it will not require PAM for every system.
1103   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
1104        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
1105        during the build. Fix by Ulf-Dietrich Braumann.
1106   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
1107        needs to use tcl_getstringresult() instead. Reported by 
1108        Ulf-Dietrich Braumann.
1109   <LI> Quoted string in URL Viewers configuration variable were not 
1110        unquoted before passing to viewer.
1111   <LI> Fix in configure script to detect location of tcl library; add
1112        /usr/local in FreeBSD and fix a bug in configure script that used 
1113        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
1114        by Werner Scheinast.
1115   <LI> Move SSL configurations from UW-IMAP to configure script, and
1116        update OpenSSL configuration for Mac OS X.
1117   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
1118   <LI> When the download of an attachment is interrumpted, Alpine stills
1119      caches what was downloaded, making the download incomplete for 
1120      subsequent calls of Alpine attempting to open the attachment. In the 
1121      future, Alpine will not cache any downloaded part of the attachment 
1122      when it is interrupted.
1123 </UL>
1128 Version 2.11 addresses bugs found in previous releases and has a few 
1129 additions as well.
1132 Additions include:
1135 <UL>
1136    <LI> Alpine requires version 1.0.0c of Openssl to build.
1137    <LI> Increase encryption of S/MIME encrypted messages.
1138    <LI> Pico: Improvements in justification of paragraphs: lines that begin
1139 with a quote string, followed by a space were considered individual paragraphs,
1140 now they are considered part of a paragraph. Based on earlier joint work
1141 with Jeff Franklin.
1142    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
1143    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
1144 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
1145    <LI> Added recognition of ws and wss URIs.
1146    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
1147  <A HREF="h_config_directory_color">directory names</A>,
1148  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
1149    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
1150 used in the display of the INDEX SCREEN.
1151    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
1152 that adds the ability to preserve To: and Cc: fields when replying to a 
1153 message, as specified by original sender.
1154    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
1155  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
1156    <LI> Quota command includes subcommands for printing, forwarding, etc.
1157 </UL>
1160 Bugs that have been addressed include:
1162 <UL>
1163   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
1164   <LI> Crash when resizing the screen in a configuration screen.
1165   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
1166   <LI> Do not use a shell to open a browser.
1167   <LI> Configure script did not test for crypto or pam libraries.
1168   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
1169   <LI> Change Cygwin directory separator to &quot;/&quot;.
1170   <LI> Alpine could set List- headers, contrary to RFC 2369.
1171 </UL>
1174 Version 2.10 addresses bugs found in previous releases and has a few 
1175 additions as well.
1178 Additions include:
1181 <UL>
1182    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
1183    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
1184    <LI> Foreign characters are decoded correctly in IMAP folder names.
1185    <LI> Question about breaking connection to slow servers includes their name.
1186    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
1187    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
1188    <LI> Cygwin: Alpine builds without need of patch.
1189    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
1190    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
1191    <LI> Add support for strong encryption of password file when S/MIME is built in.
1192 </UL>
1195 Bugs that have been addressed include:
1198 <UL>
1199    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
1200    <LI> Double allocation of memory in Pico.
1201    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
1202    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
1203    <LI> Not recognition of environment variables in some options.
1204    <LI> Not display of login prompt during initial keystrokes.
1205    <LI> justification of long urls breaks them.
1206    <LI> Incorrect New Mail message when envelope is not available.
1207    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
1208    <LI> Crash when resizing the screen after display of LDAP search.
1209    <LI> Crash when redrawing screen while opening a remote folder collection.
1210    <LI> Infinite loop in scrolltool function during notification of new mail.
1211    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
1212    <LI> No display of signed and encrypted S/MIME messages.
1213    <LI> Alpine will not build with OpenSSL.
1214    <LI> Crash for double locking in calls to c-client.
1215    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
1216    <LI> Ignore the references header when threading messages
1217    <LI> No update of colors in index screen after update to addressbook.
1218 </UL>
1221 Version 2.01 addresses bugs found in previous releases and has a few 
1222 additions as well.
1225 Additions include:
1228 <UL>
1229    <LI> Fixed non-ASCII web alpine handling
1230    <LI> Added web alpine help.
1231    <LI> Allow web alpine inbox on second IMAP server.
1232    <LI> Allow web alpine config reset after bad inbox-path gets set.
1233    <LI> Added web alpine ability to create group contact from contact list members.
1234    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
1235    <LI> Tidied up web alpine script layout.
1236    <LI> Fixed web alpine status message ordering
1237    <LI> Added web alpine Fcc setting via Contacts in Compose
1238    <LI> Fixed web alpine autodraft attachment issues
1239    <LI> Fixed web alpine problems with recent count maintenance
1240    <LI> Fixed web alpine newmail arrival display in message list
1241    <LI> Added web alpine confirmation to folder create for Move/Copy
1242    <LI> Added web alpine user-domain support
1243    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
1244 </UL>
1247 Bugs that have been addressed include:
1250 <UL>
1251    <LI> In web alpine fixed delete all selected within a search result to reorient
1252         correctly to whole-mailbox message list.
1253    <LI> Fixed web alpine delete in view page to be sensitive to sort
1254    <LI> Fixed web alpine open of folder within directory from folder manager page.
1255    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
1256    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
1257    <LI> Fixed web alpine adding contacts from message list and view
1258    <LI> Fixed web alpine create of non-existent fcc
1259    <LI> Remove mistakenly left debugger statement in web alpine javascript.
1260    <LI> Some UNIX alpine build problems fixed
1261    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
1262         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
1263         by locale charmap call on some Solaris 8 systems.
1264    <LI> MacOS Keychain logins were not working correctly with generic host names, like
1265         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
1266         new password requests when not needed
1267    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
1268         last folder in the list
1269    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
1270         looked for along with the email address
1271    <LI> Changes to configure to get spellcheck options with work with arguments.
1272    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
1273         returned by gethostname (iPhone can do this)
1274    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
1275         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
1276    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
1277         Jake Scott of marganstanley.com.
1278    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
1279         is not used in alpine.
1280    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
1281         Apparently this causes RIM Blackberry BIS service problems. This is not
1282         used in alpine.
1283    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
1284    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
1285         Fix from Ludwig Nussel of SUSE and from Crispin.
1286    <LI> Include whole filename in export filename history
1287    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
1288 </UL>
1291 Version 2.00
1292 addressed bugs found in previous releases and had a few additions as well.
1294 Additions included:
1297 <UL>
1298    <LI> Redesigned Web Alpine interface
1299    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
1300         in UNIX versions of Alpine
1301    <LI> Attempt to include the attachment filename as part of the name of the
1302         temporary file used when viewing an attachment with an external program.
1303         Add some randomness to that filename to make it hard to predict the filename.
1304         Add a filename extension, usually derived from the type/subtype, to the
1305         temporary filename. This was previously done only on Windows and MacOS X.
1306    <LI> Enhance address completion in the composer (TAB command) so that it looks
1307         through nicknames, fullnames, and addresses from the address book; addresses
1308         from the message being viewed, if any; and the results from
1309         <A HREF="h_direct_config">LDAP Directory Server</A>
1310         lookups for all of the defined directory servers that have the
1311         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
1312         feature set.
1313    <LI> Make the default character set setting more liberal in what it will accept
1314         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
1315    <LI> Remove the Alpine revision number from the titlebar in released versions
1316         while leaving it there in snapshot versions
1317    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
1318         display of asterisks when you type a password for Alpine
1319    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
1320    <LI> When the
1321         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
1322         feature is turned on convert not only the dates in the index screen but also
1323         the dates in the MESSAGE VIEW
1324 </UL>
1327 Bugs addressed in the 2.00 release included:
1330 <UL>
1331    <LI> Crash when using tab-completion for selecting a Save filename
1332    <LI> Make Web Alpine help text images relative for more portability
1333    <LI> Fixed attach save of html parts in Web Alpine
1334    <LI> Viewing, printing, exporting, replying, and bouncing of message
1335         digests was broken. Replying and bouncing should not have been
1336         allowed at all for digests. It would be nice to have a more standard
1337         index-like view of a message digest but that has not been addressed
1338         with this minor bug fix.
1339    <LI> Adjust wrapping of HTML messages so that the margins specified by
1340         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
1341         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
1342         are observed correctly
1343    <LI> Interrupt of WhereIs command in index was broken
1344    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1345         option did not work correctly interpreting unknown characters in message headers
1346    <LI> Long address lines could cause blank continuation lines
1347    <LI> Save to a local default INBOX failed if the primary collection was also local,
1348         which it is by default. The save went to  ~/mail/inbox instead.
1349    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
1350         inbox, not the inbox in the primary collection
1351    <LI> Address book entries with lots of addresses would be truncated when
1352         entered in the composer with a screen size wider than 270 or so characters
1353    <LI> Some fields in the index screen were truncated when the screen width was
1354         wider than 256 characters
1355    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
1356         folder, and there is a more than 10 minute pause between typing the TAB
1357         and typing the Yes
1358 </UL>
1361 Version 1.10(962)
1362 addressed bugs found in previous releases and had a few additions as well.
1364 Additions included:
1367 <UL>
1368    <LI> Add the possibility of setting a default role
1369         (see <A HREF="h_role_select">Roles Screen</A>)
1370         which may be convenient if your work flow involves acting in one
1371         role for a while then switching to another role and staying in the
1372         new role for another period of time
1373    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1374         is encountered, ask the user if he or she wants to continue with the
1375         risky Save anyway instead of aborting. This may be helpful if your
1376         IMAP server is broken in this way but be aware that it is possible there
1377         was a real error instead of just a broken server implementation.
1378    <LI> Some configure adjustments for Kerberos detection and
1379         for SCO OpenServer 5 support
1380    <LI> Hide INBOX in a collection if it also appears as an
1381         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1382    <LI> Show asterisks for feedback when the user is typing a password
1383    <LI> Performance improvement for threading of large folders
1384    <LI> Previously, the search used to find
1385         Pattern matches containing To patterns searched for both To
1386         and Resent-To headers. The relatively complicated search this
1387         produces causes problems when using some deficient IMAP servers.
1388         Now the default is to look only for To headers and ignore the
1389         presence of Resent-To. The previous behavior may be restored
1390         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1391    <LI> Add an
1392         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1393         to help with reading malformed unlabeled messages
1394    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1395    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1396    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1397 </UL>
1400 Bugs addressed in the 1.10(962) release included:
1403 <UL>
1404    <LI> Crash when encountering certain errors from an SMTP server
1405    <LI> Crash in composer caused by overflow in replace_pat()
1406    <LI> Hang when authenticating to an SMTP server that fails with a
1407         &quot;connection disconnected&quot; error
1408    <LI> Bug in handling of trailing tab character in flowed text
1409    <LI> Security enhancement for mailcap parameter substitution
1410    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1411         did not work if the message being replied to was not flowed text
1412         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1413         was not turned on
1414    <LI> Don't allow printer to be changed through hidden config screen
1415         if system administrator didn't want it to be allowed
1416    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1417         should know that it won't work, causing error messages to appear
1418    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1419         of double-quote double-quote didn't work right
1420    <LI> Quoting wasn't being done to protect special characters from the
1421         MacOS X shell when
1422         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1423         was not defined
1424    <LI> On MacOS X message attachments should be shown internally instead of
1425         being shown using the Mail application
1426    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1427         sometimes set the outgoing charset to X-UNKNOWN, making the result
1428         unreadable
1429    <LI> When the sending of a message failed lines with leading spaces had one
1430         additional space inserted in each of those lines when the user
1431         was returned to the composer
1432    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1433         that contained non-ascii characters because it was truncating the
1434         line being searched so that it was shorter than what was visible on
1435         the screen
1436    <LI> When composing, an attachment with a long name that causes wrapping in
1437         just the wrong place would generate an error and cause the send
1438         of the attachment to fail
1439    <LI> After calling the file browser to attach a file in the composer, a resize
1440         of the window when back in the composer would redraw the last screen that
1441         had been shown in the browser instead of the current composer screen
1442    <LI> Possible crash in index screen when encountering unparsable addresses
1443         or when using one of the PRIORITY tokens or the HEADER token in the
1444         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1445    <LI> Problems with Header Color editing if the configuration option
1446         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1447         was inadvertently changed to the Empty Value in the hidden config screen
1448    <LI> When resuming the final postponed message from an Exchange server the user
1449         could get a certificate validation failure because alpine was trying
1450         to validate the canonical name of the folder instead of the name the
1451         user used
1452    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1453         failure to find a match
1454    <LI> Make matching of extension names case independent in mimetypes files
1455    <LI> Windows dialog boxes for entering text were not working correctly
1456    <LI> Replying to or Forwarding multipart/alternative messages which had a
1457         single text/html part did not work well
1458    <LI> Printing the print confirmation page caused a crash
1459    <LI> A To line with a long, quoted personal name could display incorrectly
1460         if it was close to the same width as the screen
1461    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1462         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1463         are turned on hide (0/0) when the folder is empty
1464    <LI> Folder completion while Saving didn't work if the collection being
1465         saved to was the local home directory
1466 </UL>
1469 Version 1.00
1470 was an evolutionary release based on Pine, which was also
1471 developed at the University of Washington.
1472 It is upwards-compatible for existing Pine users.
1475 Changes included:
1477 <UL>
1478    <LI> Ground-up reorganization of source code around addition
1479         of "pith/" core routine library.
1480    <LI> Fundamental improvement in Alpine's internal text handling, which
1481         is now based exclusively on Unicode. This allows displaying incoming
1482         messages and producing outgoing messages in many different languages.
1483    <LI> Ground-up reorganization of build and install procedures
1484         based on GNU Build System's autotools. NOTE, the included IMAP library
1485         build is not based on autotools, so some features will not work. However,
1486         it should get built automatically during the Alpine build process.
1487    <LI> Web-based version included built on TCL designed to run under
1488         a suitable CGI-supporting web server such as Apache.
1489 </UL>
1493 Details on changes in previous (prerelease) versions of Alpine
1494 may be found at the following URL:
1496 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1499 <HR WIDTH="75%"><P>
1501 <H2>Getting Help</H2>
1502 <DL>
1503 <DT>Online Help</DT>
1504 <DD>
1505 Every Alpine screen and command has associated help text
1506 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1507 </DD>
1509 <DT>Web Help</DT>
1510 <DD>
1511 The most current source of information about Alpine,
1512 including new version availability, is the web page at
1514 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1515 </DD>
1516 </DL>
1518 <HR WIDTH="75%"><P>
1520 <H2>Additional Information</H2>
1522 General Alpine configuration information can be found
1523 <A HREF="h_news_config">here</A>.
1525 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1526 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1527 access is provided by the IMAP Toolkit Environment (c-client library)
1528 version <!--#echo var="C_CLIENT_VERSION"-->.
1529 <P> 
1530 Alpine was developed until 2009 by the Office of Computing 
1531 &amp; Communications at the University of Washington in Seattle.  
1532 Since then, the effort of developing Alpine has been continued by
1533 a community of volunteers who make good software even better!
1536 Alpine Copyright 2013-2020 Eduardo Chappa, 
1537 <BR> Copyright 2006-2008 University of Washington.
1540 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1541 or instead you can find the Apache License, version 2.0 at the web URL:
1544 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1547 &lt;End of Release Notes&gt;
1548 </BODY>
1549 </HTML>
1550 ====== h_password_file_support ======
1551 <HTML>
1552 <HEAD>
1553 <TITLE>Encryption for Password File Support Explained</TITLE>
1554 </HEAD>
1555 <BODY>
1556 <H1>Encryption for Password File Support Explained</H1>
1558 Index<BR>
1559 <OL>
1560 <LI><A HREF="#content">Explanation</A>
1561 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1562 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1563 </OL>
1565 <P><A NAME="content">Unix Alpine Only.</A>
1567 <P> If your version of Alpine has been built with password file support
1568 then you can use a special file to save your passwords, and avoid typing
1569 them every time you open a connection to a remote server.
1571 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1572 password file will be encrypted with a strong key. There are two ways in 
1573 which this can happen: Alpine will either use a matching private key and 
1574 public certificate pair that you already own, or it will create one for 
1575 you, just for purposes of encrypting this file. We describe both processes 
1576 below.
1578 <P> Initially, Alpine will scan your public and private directories for a 
1579 certificate/private key pair that works. Alpine will pick the first pair 
1580 that it finds that matches. 
1582 <P> Once a pair has been chosen, it will be copied to the directory 
1583 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1584 that directory. The first time this process is done, this directory will 
1585 be created, a key/certificate pair will be copied to it, from then on 
1586 this pair will be used to encrypt and decrypt your password file. 
1588 <P> If you want to use a specific key and certificate pair to encrypt
1589 your password file, you can create the directory ~/.alpine-smime/.pwd 
1590 manually, and then create your preferred key/certificate pair there.
1591 Alpine will use this key regardless of if it has expired, or if it is
1592 self-signed. These issues do not affect the encryption or decryption
1593 of the password file.
1595 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1596 your key/certificate pair, you can specify a different one with the 
1597 -pwdcertdir command line option in Alpine. If the directory specified by 
1598 this option is not found Alpine will fail to encrypt and decrypt your 
1599 password file. However if it exists, Alpine will search for a 
1600 key/certificate pair in that
1601 directory, and if it does not find one, it will create one and save it
1602 in that directory.
1604 <P> Alpine does not care about the names of the key and certificates in 
1605 this directory, but the private key must have &quot;.key&quot; extension 
1606 and your public certificate must have the &quot;.crt&quot; extension. The
1607 name of the private key will be used in the prompt when you are asked
1608 to unlock your key to decrypt your password.
1610 <P> If Alpine cannot find a suitable private key and public certificate 
1611 pair to encrypt your password, it will create one. You will be asked to 
1612 create a &quot;Master Password&quot; to protect such key. At this moment 
1613 there are no restrictions on passwords, other than they have to be at 
1614 least 8 characters long, but future versions of Alpine will include 
1615 functionality to restrict master passwords, as set up by the administrator 
1616 of the system in the pine.conf.fixed file.
1618 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1620 <P>Assume you have a private key called peter@address.com.key in your, 
1621 ~/.alpine-smime/private directory, and a public certificate called 
1622 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1623 are your only key/certificate pair.
1625 <P> When Alpine starts for the first time, without command line options, 
1626 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1627 it will create it. Then it will go through your keys and certificates and 
1628 find a pair that it can use, and copy the files peter@address.com.key,
1629 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1630 you can do the same by copying these files by yourself. This can be done
1631 with the sequence of commands
1633 <PRE>
1634 mkdir ~/.alpine-smime/.pwd
1635 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1636 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1637 </PRE>
1639 <P> When Alpine starts, you will be asked the password to unlock your
1640 private key with the prompt.
1642 <PRE>
1643 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1644 </PRE>
1646 <P> If you prefer to use different names for your private and public keys 
1647 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1648 preserve the extension of the files. For example, you can use the names 
1649 private_key.key and public_cert.crt instead. In this case, the prompt you 
1650 will see when you are asked to unlock your private key will read
1652 <PRE>
1653 Enter password of key &lt;private_key&gt; to unlock password file:
1654 </PRE>
1656 <P>Observe that you do not need to use an existing key/certificate pair, 
1657 and that you can create a new private key/public certificate pair to 
1658 encrypt and decrypt your password file. Alpine provides a mechanism to
1659 change the encryption key for this file in the S/MIME configuration
1660 screen.
1662 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1664 <P> If Alpine cannot find a suitable private key and public certificate pair
1665 to encrypt your password file, it will create one. When doing so, it will
1666 start the process with the following warning:
1668 <PRE>
1669 Creating a Master Password for your Password file.
1670 </PRE>
1672 <P> Then Alpine will ask you to enter your Master Password:
1674 <PRE>
1675 Create master password (attempt 1 of 3):
1676 </PRE>
1678 <P> Once you enter this password, and it validates according to system policy,
1679 you will be asked to confirm this password. 
1681 <PRE>
1682 Confirm master password (attempt 1 of 3):
1683 </PRE>
1685 <P> If you input the same password, then Alpine will set that as your 
1686 Master Password, and you will use this password to unlock your key in the 
1687 future.
1689 <P> If you would like to switch your Master Password in the future, you can 
1690 do so by creating a new public key and public certificate pair. You can do 
1691 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1692 Certificate for Password File&quot; section, simply enter your current 
1693 password to unlock your current key and then press &quot;C&quot; to create 
1694 a new key.
1697 &lt;End of help&gt;
1698 </BODY>
1699 </HTML>
1700 ====== h_network_encryption_security ======
1701 <HTML>
1702 <HEAD>
1703 <TITLE>Network Encryption Security Explained</TITLE>
1704 </HEAD>
1705 <BODY>
1706 <H1>Network Encryption Security Explained</H1>
1708 You can specify which encryption protocol you would like to try when
1709 creating a secure connection to a server. Alpine will attempt to use
1710 that encryption protocol, but in practice the protocol being used will
1711 default to the most secure protocol that both Alpine and the server
1712 support.
1714 <P> If you use the latest version of OpenSSL, the /ssl modifier to the 
1715 server definition will use the most secure version of the TLS encryption 
1716 protocol. The same will be true if you try /tls1_1 or /tls1_2, but in an 
1717 old version of OpenSSL (pre 1.1.0 series) /tls1_1 might mean to use 
1718 version 1.1 of the TLS protocol.
1720 <P> You will never go wrong by using the /ssl modifier. At the time of
1721 this writing OpenSSL had released version 1.1.1, with support for
1722 TLS version 1.3. If your version of OpenSSL does not support this version
1723 of the TLS protocol, then the /tls1_3 modifier will only mean to use
1724 the most secure version of the TLS protocol that OpenSSL and the
1725 server can negotiate. In future versions of OpenSSL, /tls1_3 might mean
1726 to try to negotiate a higher version of the TLS protocol.
1728 <P> In order to avoid confusion, the /ssl flag is the best way to guarantee
1729 the highest encryption protocol available, and it is the recommended
1730 modifier to the server definition to create a secure encrypted connection.
1733 &lt;End of help&gt;
1734 </BODY>
1735 </HTML>
1736 ====== h_gmail_configuration ======
1737 <HTML>
1738 <HEAD>
1739 <TITLE>Configuring Access to Gmail Using XOAUTH2</TITLE>
1740 </HEAD>
1741 <BODY>
1742 <H1>Configuring Access to Gmail Using XOAUTH2</H1>
1744 Gmail allows you to access their IMAP and SMTP server using either the XOAUTH2
1745 or OAUTHBEARER authentication method. You can choose any of them. A sample configuration for reading
1746 incoming mail is
1749 inbox-path = {imap.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2}INBOX<BR>
1750 smtp-server = smtp.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2
1753 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
1756 Gmail implements the authorize method. This means that in order to use xoauth2, you must
1757 open a URL, login to your Gmail account, and authorize Alpine to access your email. As a
1758 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
1759 Once you have done that, Alpine will be able to get a refresh and access token, which
1760 Alpine will use later to read and send email.
1763 &lt;End of help&gt;
1764 </BODY>
1765 </HTML>
1766 ====== h_outlook_configuration ======
1767 <HTML>
1768 <HEAD>
1769 <TITLE>Configuring Access to Outlook Using XOAUTH2</TITLE>
1770 </HEAD>
1771 <BODY>
1772 <H1>Configuring Access to Outlook Using XOAUTH2</H1>
1774 Outlook allows you to access their IMAP and SMTP server using the XOAUTH2
1775 authentication method. A sample configuration for reading incoming mail is
1778 inbox-path = {outlook.office365.com/ssl/user=YourId@outlook.com/auth=xoauth2}INBOX<BR>
1779 smtp-server = smtp.office365.com/submit/user=YourId@outlook.com/auth=xoauth2
1782 Outlook implements the authorize and device methods to get your authorization to access
1783 your account. Alpine uses by default the device method, so try that one first.
1786 &lt;End of help&gt;
1787 </BODY>
1788 </HTML>
1789 ====== h_yahoo_configuration ======
1790 <HTML>
1791 <HEAD>
1792 <TITLE>Configuring Access to Yahoo! Using XOAUTH2</TITLE>
1793 </HEAD>
1794 <BODY>
1795 <H1>Configuring Access to Yahoo! Using XOAUTH2</H1>
1797 Yahoo! allows you to access their IMAP and SMTP server using either the XOAUTH2 or
1798 OAUTHBEARER authentication method. You can choose any of them. A sample configuration for
1799 reading incoming mail is
1802 inbox-path = {imap.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2}INBOX<BR>
1803 smtp-server = smtp.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2
1806 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
1809 Yahoo! implements the authorize method. This means that in order to use xoauth2, you must
1810 open a URL, login to your Yahoo! account, and authorize Alpine to access your email. As a
1811 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
1812 Once you have done that, Alpine will be able to get a refresh and access token, which
1813 Alpine will use later to read and send email.
1816 &lt;End of help&gt;
1817 </BODY>
1818 </HTML>
1819 ====== h_yandex_configuration ======
1820 <HTML>
1821 <HEAD>
1822 <TITLE>Configuring Access to Yandex Using XOAUTH2</TITLE>
1823 </HEAD>
1824 <BODY>
1825 <H1>Configuring Access to Yandex Using XOAUTH2</H1>
1827 Yandex allows you to access their IMAP and SMTP server using the XOAUTH2
1828 authentication method. A sample configuration for reading incoming mail is
1831 inbox-path = {imap.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2}INBOX<BR>
1832 smtp-server = smtp.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2
1835 Yandex implements the authorize method. This means that in order to use xoauth2, you must
1836 open a URL, login to your Yandex account, and authorize Alpine to access your email. As a
1837 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
1838 Once you have done that, Alpine will be able to get a refresh and access token, which
1839 Alpine will use later to read and send email.
1842 &lt;End of help&gt;
1843 </BODY>
1844 </HTML>
1845 ====== h_xoauth2 ======
1846 <HTML>
1847 <HEAD>
1848 <TITLE>XOAUTH2 Authenticator Explained</TITLE>
1849 </HEAD>
1850 <BODY>
1851 <H1>XOAUTH2 Authenticator Explained</H1>
1853 The XOAUTH2 authenticator method is a way in which you can sign in to your
1854 account to read and send email. This method is different from the traditional
1855 username/password that users are accustomed to, and it needs to be set up
1856 by the user. This text will help you understand this authentication method.
1858 <P> A quick list of services supported by Alpine are (follow each link for
1859 specific configuration instructions)
1861 <UL>
1862 <LI> <A href="h_gmail_configuration">Gmail</A>
1863 <LI> <A href="h_outlook_configuration">Outlook</A>
1864 <LI> <A href="h_yahoo_configuration">Yahoo!</A>
1865 <LI> <A href="h_yandex_configuration">Yandex</A>
1866 </UL>
1869 The most important difference between this method and other authentication
1870 methods is what happens if someone steals your credentials. This method is
1871 attached to three components: Your username, your password and your email
1872 program.
1875 At the beginning of this process, the developer of the email program 
1876 registers the email program with the email service provider (Gmail, 
1877 Outlook, etc.) In return, the email service provider creates a client-id.
1878 In addition, some services provice a client-secret.
1879 Since Alpine is an open source program, these values are part
1880 of the source code, and are known to everyone, and cannot be obfuscated.
1883 After a program has been registered with an email service provider, the 
1884 user must authorize the email program access to their email account in 
1885 that service. Alpine helps you do that, but it cannot do all the process 
1886 for you, and you will need to use an external web browser to authorize
1887 Alpine to read and send email.
1890 This part of the process is simple. Alpine creates a URL based on the id 
1891 and secret created by the email service, which the user opens. Once the 
1892 URL has been opened, the user signs in to the server, and once signed into
1893 the account, the user is asked to authorize Alpine access to the email 
1894 account. If the user agrees, an &quot;<I>Access Code</I>&quot; will be
1895 generated.
1898 An Access Code is a very long string, and so the recommendation is to copy 
1899 and paste this code back into Alpine, at the time Alpine is helping you 
1900 set up this authenticator. This part of the process is done only once per 
1901 email program (If you run Alpine in several computers, you would do this 
1902 once per computer. Each computer gets its own Access Code.)
1905 Once Alpine has an Access Code, it goes back internally to the email 
1906 service and asks it to generate two strings, called the &quot;<I>Refresh 
1907 Token</I>&quot; and the &quot;<I>Access Token</I>&quot;. This part is 
1908 invisible to the user, and they will never see it, but in order for you to 
1909 understand what to do in case you lose them, you need to understand their 
1910 use.
1913 The <I>Access Token</I> is the equivalent of a temporary password. It 
1914 allows the user to access (and reaccess as many times as they would like)
1915 their email account for a limited amount of time, typically 1 hour after
1916 it was issued. After that time expires, users need a new Access Token.
1919 The <I>Refresh Token</I> is the equivalent of a password generator. With 
1920 this token, Alpine can go to the email service provider and request a new 
1921 Access Token. This part of the process does not need user intervention, 
1922 anyone can do this, as long as they have the Refresh Token, program id and 
1923 program secret, so it is important that users keep their Refresh Token as 
1924 secure as they can.
1927 Given that the Refresh Token and the Access Token are long strings, users 
1928 are not supposed to be able to memorize them and recall them later. Alpine 
1929 will store them in the password file, should a user have one. Otherwise, 
1930 the user will have to create one each time they run Alpine, starting by 
1931 creating the Access Code all over each time they try to sign in to their 
1932 email account. When Alpine is compiled with SSL and password file support, 
1933 it will default to saving this information using encryption and under a 
1934 master password, so unless they have made changes to this process, their 
1935 Refresh and Access Tokens are saved securely and persist from one session 
1936 to the next.
1939 Should any person steal your Refresh Token, you must login to your account 
1940 with your username and password and revoke Alpine authorization to your 
1941 account. This is enough to stop the person who stole your Refresh Token 
1942 from accessing your email service. In the case of Gmail, changing your 
1943 password will invalidate your Refresh Token, and this will be enough to 
1944 prevent others from using a stolen Refresh Token. Consult with your email
1945 service provider to learn what you can do if someone steals your Refresh
1946 Token.
1949 If, for any reason, Alpine cannot sign in to your email service for two 
1950 consecutive times with Access Codes generated by your Refresh Token, it 
1951 will remove the Refresh Token from your password file, forcing you to get 
1952 a new one, by getting an Access Code first, and granting authorization to
1953 Alpine to access your email once again.
1956 This implementation of XOAUTH2 knows the list of servers that it can
1957 access using the same credentials, so Alpine will be able to read and send
1958 emails using the same Access Token. You will not have to create
1959 Access and Refresh Tokens for the IMAP and SMTP servers separately.
1962 &lt;End of help&gt;
1963 </BODY>
1964 </HTML>
1965 ====== h_xoauth2_config_screen ======
1966 <HTML>
1967 <HEAD>
1968 <TITLE>XOAUTH2 Configuration Screen</TITLE>
1969 </HEAD>
1970 <BODY>
1971 <H1>XOAUTH2 Configuration Screen</H1>
1973 The XOAUTH2 configuration screen helps you connect your client-id and
1974 other configuration information about the service you want to use with
1975 Alpine.
1977 <P> Alpine provides a default configuration for you. For some providers
1978 this configuration does not work, and requires you to get your own
1979 Client-ID for Alpine. Depending on the service, you might need extra information,
1980 such as a Client-Secret or a Tenant.
1982 <P> If the default configuration of Alpine does not work for you, you can simply
1983 replace the default configuration of Alpine by your new configuration. If for
1984 any reason you need to have a second client-id, you can use the ^A command to
1985 add a new configuration for one of the supported services by Alpine.
1987 <P> If you wish to delete a configuration for a service, place the cursor
1988 on the configuration you want to delete and press ^D.
1990 <P> When you have more than one client-id for the same service, is is convenient
1991 to fill up the username field. This will tell Alpine that that specific configuration
1992 is to be used with the username(s) specified in that variable. If Alpine cannot
1993 detemine which configuration to use, it will ask you to select the correct
1994 Client-ID for your connection. This could happen when you are trying to login to
1995 your account. The client-id you select will be used by Alpine for that and future
1996 connections to that server.
2000 &lt;End of help&gt;
2001 </BODY>
2002 </HTML>
2003 ====== h_tls_failure_details ======
2004 <HTML>
2005 <HEAD>
2006 <TITLE>Certificate Validation Details</TITLE>
2007 </HEAD>
2008 <BODY>
2009 <H1>Certificate Validation Details</H1>
2011 This screen gives details as to why the certificate validation failed: the
2012 name of the desired server system; the reason for failure; and the name on
2013 the certificate.  This is primarily of interest to experts.
2016 &lt;End of help&gt;
2017 </BODY>
2018 </HTML>
2019 ====== h_tls_failure ======
2020 <HTML>
2021 <HEAD>
2022 <TITLE>TLS or SSL Failure</TITLE>
2023 </HEAD>
2024 <BODY>
2025 <H1>TLS or SSL Failure</H1>
2027 An attempt was made to establish a secure, encrypted connection to the
2028 server system using either Transport Layer Security (TLS) or the older
2029 Secure Sockets Layer (SSL).  This attempt failed.
2032 You should contact your server system management for more assistance.
2033 The problem is probably at the server system and not in Alpine or your local
2034 system.  The text in this screen may be helpful for the server system
2035 management in debugging the problem,
2038 &lt;End of help&gt;
2039 </BODY>
2040 </HTML>
2041 ====== h_tls_validation_failure ======
2042 <HTML>
2043 <HEAD>
2044 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
2045 </HEAD>
2046 <BODY>
2047 <H1>TLS and SSL Certificate Validation Failures</H1>
2049 An attempt was made to establish a secure, encrypted connection to the
2050 server system using either Transport Layer Security (TLS) or the older
2051 Secure Sockets Layer (SSL).
2054 An important part of this procedure is server certificate validation.  A
2055 server certificate is an &quot;electronic identification card&quot; for the server
2056 system that is signed by a well-known certificate authority (CA).  Alpine
2057 compares the server system identity in the server certificate with the
2058 name of the server system to which it is trying to connect.  Alpine also
2059 verifies that the CA signature is authentic.
2062 Some common failure conditions are:
2065 <UL>
2066   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
2067 signed its own certificate.  This does not necessarily indicate anything
2068 bad; the server operators may simply have elected to not purchase a
2069 signed certificate from a certificate authority.
2071   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
2072 the signature on the server system is from an unknown certificate authority.
2073 It can also mean that no certificate authority certificates have been
2074 installed on the local UNIX system.
2076   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
2077 the same as either of the above two conditions in UNIX Alpine.  Note that
2078 Windows systems typically have a full set of certificate authority
2079 certificates installed, so it is more likely to be a self-signed
2080 certificate than an unknown certificate authority.
2082   <LI> Server name does not match certificate.  This means that the server
2083 presented a proper signed certificate for a name other than the desired
2084 name.
2085 </UL>
2088 Any of these conditions can indicate that you are being attacked and have
2089 been directed to an imposter server that will record your password and
2090 your private mail messages.  It can also mean something innocuous.
2093 If you are certain that the problem is innocuous, you can append the
2094 option
2097 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
2100 to the server system name where it appears in your configuration (e.g. the
2101 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
2102 a folder-collection, or a news or SMTP server).  This will
2103 disable certificate validation.  On the other hand, if you are attacked,
2104 you will get no warning if you do this.
2106 <P> When you get an error indicating a self-signed certificate from the 
2107 remote server, you can download and install the certificate for that 
2108 server. Avoid using the /NoValidate-Cert modifier. Alpine cannot help you 
2109 with this process because certificates are part of the system and are not 
2110 under the control of the user. Find directions on how to download and 
2111 install certificates for your system using your favorite search engine.
2114 &lt;End of Cert Validation Failures help&gt;
2115 </BODY>
2116 </HTML>
2117 ====== h_oauth2_start ======
2118 <HTML>
2119 <HEAD>
2120 <TITLE>Setting up XOAUTH2 Authentication</TITLE>
2121 </HEAD>
2122 <BODY>
2123 <H1>Setting up XOAUTH2 Authentication</H1>
2125 You are trying to connect to a server that uses the XOAUTH2 method of
2126 authentication.
2129 In order to set this up, you need to authenticate in the target server
2130 and authorize Alpine to access your email account.
2133 After you have authorized Alpine, the server will generate an
2134 &quot;access code.&quot; In order to use this code, press 'C'
2135 and copy and paste this code back into Alpine.
2138 After you have input the code, Alpine will conclude logging you into your
2139 account.
2142 &lt;End of setting up XOAUTH2 Authentication help&gt;
2143 </BODY>
2144 </HTML>
2145 ====== h_release_tlscerts ======
2146 <HTML>
2147 <HEAD>
2148 <TITLE>TLS and SSL usage note</TITLE>
2149 </HEAD>
2150 <BODY>
2151 <H1>TLS and SSL usage note</H1>
2154 When using Alpine from Unix or Windows 2000,
2155 server certificates must be signed by a trusted certificate authority.
2156 You may relax this requirement (at the cost of some security) by using
2158 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
2159 modifier in the mailbox name.
2162 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
2165 The fully-qualified host name of the server should be used
2166 so that it matches the host name in the server certificate.
2168 Here is an example of a host specification that directs Alpine to use
2169 the SSL port (993) and an encrypted data stream.
2171 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
2173 &lt;End of TLS usage help&gt;
2174 </BODY>
2175 </HTML>
2176 ====== h_news_config ======
2177 <HTML>
2178 <HEAD>
2179 <TITLE>Alpine Configuration</TITLE>
2180 </HEAD>
2181 <BODY>
2182 <H1>Alpine Configuration</H1>
2184 <H2>Using Environment Variables</H2>
2186 The values of Alpine configuration options may include environment variables
2187 that are replaced by the value of the variable at the time Alpine is run
2188 (and also at the time the config option is changed).
2189 The syntax to use environment variables is a subset of the common Unix
2190 shell dollar-syntax.
2191 For example, if
2193 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
2195 appears in the value of an Alpine configuration option it is looked up in the
2196 envirom ent (using getenv(&quot;VAR&quot;)) and its
2197 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
2198 To include a literal dollar sign you may precede the dollar sign with another
2199 dollar sign.
2200 In other words, if the text
2202 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
2204 is the value of a configuration option, it will be expanded to
2206 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
2208 and no environment lookup will be done.
2209 For Unix Alpine it will also work to use a backslash character to
2210 escape the special meaning of the dollar sign, but $$ is preferable since
2211 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
2212 to be in a shared configuration file.
2215 This all sounds more complicated than it actually is.
2216 An example may make it clearer.
2217 Unfortunately, the way in which environment variables are set is OS-dependent 
2218 and command shell-dependent.
2219 In some Unix command shells you may use
2221 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
2222    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
2224 Now, if you use Alpine's Setup/Config screen to set
2226 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
2228 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
2229 so that this would be equivalent to
2231 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
2233 Note, environment variable substitution happens after configuration
2234 options that are lists are split into the separate elements of the list,
2235 so a single environment variable can't contain a list of values.
2238 The environment variable doesn't have to be the only thing
2239 after the equal sign.
2240 However, if the name of the variable is not at the end of the line or
2241 followed by a space (so that you can tell where the variable name ends),
2242 it must be enclosed in curly braces like
2244 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
2246 It is always ok to use the braces even if you don't need to.
2248 It is also possible to set a default value for an environment variable.
2249 This default value will be used if the environment variable is not
2250 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
2251 The syntax used to set a default value is
2253 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
2255 If the config file contains
2257 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
2259 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
2260 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
2261 the value that <SAMP>VAR</SAMP> was set to, otherwise,
2262 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
2263 the default value.
2264 (Note that the variable is called &quot;personal-name&quot; in the config
2265 file but is displayed in the config screen as
2266 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
2267 In general, the value that goes into a config file is never exactly the
2268 same as the value you see on the screen.)
2271 An example where an environment variable might be useful is the
2272 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
2273 Suppose most users used the server
2275 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
2277 but that there were some exceptions who used
2279 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
2281 In this case, the system manager might include the following line in
2282 the systemwide default Alpine configuration file
2284 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
2286 For the exceptional users adding
2288 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
2290 to their environment should work.
2292 Another example might be the case where a user has to use a different
2293 SMTP server from work and from home.
2294 The setup might be something as simple as
2296 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
2298 or perhaps a default value could be given.
2299 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
2300 a list of SMTP servers.
2303 <H2>Configuration precedence</H2>
2305 There are several levels of Alpine configuration.  Configuration values at
2306 a given level override corresponding values at lower levels.  In order of
2307 increasing precedence:
2309 <UL>
2310  <LI> built-in defaults
2311  <LI> system-wide
2312 <!--chtml if pinemode="os_windows"-->
2313       config file from command line or provided
2314       by "PINECONF" environment variable
2315 <!--chtml else-->
2316       pine.conf file
2317 <!--chtml endif-->
2318  <LI> personal configuration file
2319  <LI> personal exceptions configuration file
2320  <LI> command-line options
2321  <!--chtml if pinemode="os_windows"--><!--chtml else-->
2322  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
2323 </UL>
2325 The values in both the personal configuration file and the
2326 <A HREF="h_config_exceptions">exceptions</A>
2327 configuration file may be set using the Setup command.
2328 Setup/Config is the command to change most of the personal configuration
2329 options.
2330 The other Setup subcommands are also used to change the configuration,
2331 for example, Setup/AddressBook, Setup/Rules, and so on.
2332 Changing the personal exceptions configuration is very similar.
2333 To change a value in the Config screen you would use the command
2334 Setup/eXceptions/Config.
2335 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
2337 There are a couple exceptions to the rule that configuration values are replaced
2338 by the value of the same option in a higher-precedence file.
2339 The Feature-List variable has values that are additive, but can be
2340 negated by prepending &quot;no-&quot; in front of an individual feature name.
2341 So for features, each individual feature's value is replaced by the value
2342 of the same feature in a higher-precedence file.
2343 Note that this is done automatically for you when you change these values via
2344 the Setup/Config command.
2345 The other exception to the <EM>replace</EM> semantics happens when you
2346 use <A HREF="h_config_inheritance">configuration inheritance</A>
2347 for option lists.
2350 <H2>File name defaults</H2>
2352 Notes:<P>
2354 <BR> &lt;exe dir&gt; = directory where pine.exe found.
2355 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
2356 <BR> # = default file name is overridable in pinerc.
2357 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
2358 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
2359 <BR> + between the mailcap paths implies that the two files are combined.
2360 <BR> ; between other default paths implies that the first one found is used.
2361 </P>
2362 Alpine looks for most support files in the same directory it finds its
2363 personal configuration file (pinerc).  The -p command-line flag may be
2364 used to specify a particular path name for the pinerc file.  If a
2365 pinerc file does not exist, it will be created (if directory permissions
2366 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
2367 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
2368 file does not exist in either one, it will create one in the first of those
2369 two directories that is writable.  In detail:
2370 <PRE>
2372 PC-Alpine:
2374  executable     &lt;DOS search path&gt;&#92;pine.exe
2375  help index     &lt;exe dir&gt;&#92;pine.ndx
2376  help text      &lt;exe dir&gt;&#92;pine.hlp
2378  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
2379  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
2380  global cfg     $PINECONF
2382  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
2383  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
2384  signature#     &lt;pinerc dir&gt;&#92;pine.sig
2385  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
2386  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
2387  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
2388  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
2389  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
2390  postponed#     $HOME&#92;mail&#92;postpond.mtx
2391  interrupted    $HOME&#92;mail&#92;intruptd
2393 Unix Alpine:
2395  executable     &lt;Unix search path&gt;/pine
2396  persnl cfg     ~/.pinerc
2397  except cfg     ~/.pinercex
2398  global cfg     <!--#echo var="PINE_CONF_PATH"-->
2399  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
2400  local help     <!--#echo var="PINE_INFO_PATH"-->
2402  interrupted    ~/.pine-interrupted-mail
2403  debug          ~/.pine-debugN
2404  crash          ~/.pine-crash
2405  newsrc#        ~/.newsrc
2406  signature#     &lt;pinerc dir&gt;/.signature
2407  addressbook#   &lt;pinerc dir&gt;/.addressbook
2408  postponed#     ~/mail/postponed-msgs
2409  sentmail#      ~/mail/sent-mail
2410  mailcap#       ~/.mailcap + /etc/mailcap
2411                            + /usr/etc/mailcap + /usr/local/etc/mailcap
2412  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
2414  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
2415  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
2416  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
2417  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
2418  password       /etc/passwd
2420 Unix Alpine and PC-Alpine:
2422  .ab*           remote addressbook support files
2423  a[1-9]*        temporary (while Alpine is running) addressbook files
2425 </PRE>
2428 <H2>Mailcap files</H2>
2430 Alpine honors the mailcap configuration system for specifying external
2431 programs for handling attachments.  The mailcap file maps MIME attachment
2432 types to the external programs loaded on your system that can display
2433 and/or print the file.  A sample mailcap file comes bundled with the Alpine
2434 distribution.  It includes comments that explain the syntax you need to
2435 use for mailcap.  With the mailcap file, any program (mail readers,
2436 newsreaders, WWW clients) can use the same configuration for handling
2437 MIME-encoded data.
2440 <H2>MIME-Types files</H2>
2442 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
2443 what Content-Type to use for labeling an attached file, based on
2444 the file extension.  That is, this file provides a mapping between
2445 filename extensions and MIME content-types.
2448 <H2>Environment variables</H2>
2450 PC-Alpine uses the following environment variables:
2451 <DL>
2452 <DT>PINERC</DT>
2453 <DD>Optional path to pinerc file.</DD>
2454 <DT>PINERCEX</DT>
2455 <DD>Optional path to personal exceptions configuration file.</DD>
2456 <DT>PINECONF</DT>
2457 <DD>Optional path to global pine config file.</DD>
2458 <DT>HOME</DT>
2459 <DT>TMPDIR, TMP, or TEMP</DT>
2460 <DT>COMSPEC</DT>
2461 <DT>MAILCAPS</DT>
2462 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
2463 <DT>USER_DICTIONARY</DT>
2464 <DD>Used to specify the file to contain the user's spell check
2465 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
2466 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
2467 </DL>
2469 Unix Alpine uses the following environment variables:
2470 <DL>
2471 <DT>TERM</DT>
2472 <DD>Tells Alpine what kind of terminal is being used.</DD>
2473 <DT>DISPLAY</DT>
2474 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
2475 <DT>SHELL</DT>
2476 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
2477 <DT>TMPDIR, TMP, or TEMP</DT>
2478 <DT>MAILCAPS</DT>
2479 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
2480 </DL>
2481 <!--chtml if pinemode="os_windows"-->
2483 <H2>Common PC-Alpine Configuration Problems</H2>
2485 <H3>Configuration settings aren't being saved</H3>
2487 <P>This problem can happen if you run pine from one directory and
2488 then decide to move your pine directory to another location.  PC-Alpine
2489 stores certain variables, including the configuration location, in the
2490 Windows Registry (which you shouldn't ever need to manually edit).  There
2491 are a couple of ways to go about removing or resetting the values in the
2492 registry.
2495 1) Run PC-Alpine's registry value deletion command.  This can be done by
2496 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
2497 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
2498 value to the above command.
2501 2) Tell PC-Alpine where to look for the configuration file.  Configuration
2502 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
2503 option, you can tell PC-Alpine the location of your pinerc.  An example of
2504 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;.
2505 Again, you can use the DOS prompt or the shortcut method explained in (1).
2508 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
2509 set registry values to the current setting, and is therefore useful with
2510 the &quot;-p&nbsp;PINERC&quot; option.
2512 <!--chtml endif-->
2514 &lt;End of Configuration Notes&gt;
2515 </BODY>
2516 </HTML>
2517 ====== h_news_legal ======
2518 <html>
2519 <head>
2520 <TITLE>Alpine Legal Notices</TITLE>
2521 </head>
2522 <body>
2524 <H1>Alpine Legal Notices</H1>
2526 Alpine and its constituent programs are covered by the Apache License Version 2.0.
2530 &lt;End of Alpine Legal Notices&gt;
2531 </BODY>
2532 </HTML>
2533 ===== h_info_on_mbox =====
2534 <HTML>
2535 <HEAD>
2536 <TITLE>Information on mbox driver</TITLE>
2537 </HEAD>
2538 <BODY>
2539 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
2541 Beginning with Pine 4.00 (Pine came before Alpine)
2542 a new INBOX access method is
2543 available as part of the standard configuration.  It is called the
2544 &quot;mbox&quot; driver and it works like this:<P>
2547 <BLOCKQUOTE>
2548 If the file &quot;mbox&quot; exists in the user's home directory, and
2549 is in Unix mailbox format, then when INBOX is opened this file will be
2550 selected as INBOX instead of the mail spool file.  Messages will be
2551 automatically transferred from the mail spool file into the mbox
2552 file.
2553 </BLOCKQUOTE>
2556 The advantage of this method is that, after new mail has been copied
2557 from the system mail spool, all subsequent access is confined to the
2558 user's home directory, which is desirable on some systems.  However, a
2559 possible disadvantage is that mail tools other than those from the
2560 University of Washington will not know to look for mail in the user's
2561 mbox file.  For example, POP or IMAP servers other than those from the
2562 University of Washington, and many &quot;new mail notification&quot;
2563 programs may not work as expected with this driver enabled.<P>
2565 To disable this behavior, either remove/rename the &quot;mbox&quot;
2566 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
2567 option in Setup/Config
2568 and add &quot;mbox&quot; to it:
2570 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
2572 &lt;End of help on this topic&gt;
2573 </BODY>
2574 </HTML>
2575 ===== h_info_on_locking =====
2576 <HTML>
2577 <HEAD>
2578 <TITLE>FAQs on Alpine Locking</TITLE>
2579 </HEAD>
2580 <BODY>
2581 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
2583 There is an extensive section on locking in the Alpine technical notes;
2584 this information is intended to provide answers to some common questions:<P>
2585 <OL>
2586 <LI> Why did locking change in Pine 4.00?<BR>
2587 The actual locking mechanisms did not change in 4.00.
2588 What changed is that when one particular locking mechanism used by Alpine 
2589 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
2590 failure would occur, but no warning was issued.<P>
2592 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
2593 Yes.  It means that Alpine was unable to create a lockfile in the
2594 spool directory, generally because of overly restrictive protections on the
2595 spool directory.  The correct permissions on the spool directory for
2596 running Alpine are 1777, i.e. read-write-execute permission for everyone,
2597 with the sticky-bit set, so only owners of a file can delete them.<P>
2599 <LI> Why does Alpine require that the mail spool directory have 1777
2600    protections?<BR>
2601 Alpine was designed to run without special privileges.  This means that in
2602 order to create a lockfile in the spool directory, it is necessary to have
2603 the spool directory permissions be world-writable.<P>
2605 <LI> Can't you create the lockfile somewhere else?<BR>
2606 No.  The lockfile in question must be in the mail spool directory, because
2607 that's where the mail delivery program expects to find it, and the purpose
2608 of the file is to coordinate access between the mail client (Alpine) and the
2609 mail delivery program.<P>
2611 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
2612 No.  Remember that the individual mail files in the spool directory are
2613 NOT world-writable, only the containing directory.  Setting the &quot;sticky
2614 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
2615 -- means that only the owner of the file (or root) can delete files in the 
2616 directory.  So the only bad behavior that is invited by the 1777 mode is that 
2617 anyone could
2618 create a random file in the spool directory.  If the spool directory is
2619 under quota control along with home directories, there is little incentive
2620 for anyone to do this, and even without quotas a periodic scan for
2621 non-mail files usually takes care of the problem.  <P>
2623 <LI> Why not run Alpine as setgid mail?<BR>
2624 Alpine was never designed to run with privileges, and to do so introduces a
2625 significant security vulnerability.  For example, if a user suspends Alpine,
2626 the resulting shell will have group privileges.  This is one example of
2627 why we strongly recommend against running Alpine as a privileged program.
2628 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
2629 users
2630 could not test Alpine versions or other mailers that had not been installed
2631 by the system administrators.<P>
2634 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
2635 There are, but they all have different sets of tradeoffs, and not all will
2636 work on all systems.  Some examples:<UL>
2637  <LI> Use lock system calls.  Works fine on a few systems, provided mail
2638    spool is local.   Doesn't work reliably if NFS is used.
2639    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
2640    use the same calls.
2641  <LI> Deliver mail to user's home directory.  An excellent solution, highly
2642    recommended -- but one which is incompatible with some &quot;legacy&quot; 
2643 mail tools that always look in the spool directory for the mail.
2644 </UL><P>
2646 <LI> Are these spool directory lock files the only kinds of locks used by
2647    Alpine?<BR>
2648 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
2649 mailbox format folders, these are used to coordinate access between
2650 multiple Alpine sessions.  <P>
2652 <LI> What about the 
2653 <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>
2654 This is for people who are content to live dangerously, or who have
2655 specific knowledge that the spool directory lockfiles are superfluous on
2656 their system (because both Alpine and the mail delivery program are using 
2657 system call file locking in a context that works reliably, e.g. not NFS.)<P>
2659 <LI> Where can I find more details on how Alpine locking works?<BR>
2660 See the Alpine Technical Notes.<P>
2662 </OL>
2664 &lt;End of help on this topic&gt;
2665 </BODY>
2666 </HTML>
2667 ===== h_finding_help ====
2668 <HTML>
2669 <HEAD>
2670 <TITLE>Finding more information and requesting help</TITLE>
2671 </HEAD>
2672 <BODY>
2673 <H1>Places to Look for More Answers</H1>
2674 If you have questions about or problems with Alpine that you cannot resolve 
2675 after consulting the program's internal, context-sensitive help screens, here 
2676 are additional information resources that you may find helpful:
2678 <UL>
2679   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
2681   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
2683   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
2684 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
2685   since the last version, which may be useful for you to be aware of, 
2686 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
2687 a change in the way an aspect of Alpine works.  There, you will also find notes 
2688 on Alpine configuration.<P>
2689   <LI> The main site for Alpine contains information on configuring and solving problems
2690        with Alpine, it can be found at
2692 <CENTER><A HREF="http://alpine.x10host.com/alpine/">http://alpine.x10host.com/alpine/</A></CENTER>  
2694   <LI> Archives of the Alpine-info mailing list, at <A 
2695 href="http://mailman13.u.washington.edu/pipermail/alpine-info/">http://mailman13.u.washington.edu/pipermail/alpine-info/</A>
2697   <LI>The newsgroup comp.mail.pine.
2699 </UL>
2700 <P><HR WIDTH="75%">
2701 <H1>Requesting help</H1>
2702 If the internal help, the Release Notes, and your 
2703 local online and print resources do not help you resolve a problem, please
2704 start by contacting your local computer support staff and asking for help.
2706 This is especially true if:
2707 <ul>
2708   <li>You suddenly have trouble sending or receiving mail.
2709   <li>You receive a "disk quota exceeded" message.
2710   <li>You have forgotten your password.
2711   <li>You think your account may have been compromised.
2712   <li>You need help viewing an attachment.
2713   <li>You need to know how to configure your:
2714       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
2715       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
2716       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
2717       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
2718   <li>You want to know what alternative editors or spellcheckers you may be able to use.
2719   <li>You want to block email from a particular person.
2720   <li>You're going on vacation and need to autorespond to incoming mail.
2721   <li>You want to automatically file or filter incoming messages.
2722 </ul>
2724 In all of these cases,
2725 you should contact <B>your</B> support staff, because <B>only they</B> 
2726 will be able to assist you effectively. Your support staff may be, depending on who 
2727 provides you with the email account you use Alpine with, for example:<UL>
2728 <LI> the computing help desk of (a department of) your university, school, 
2729 employer, ... ; or
2730 <LI> the customer service center of your Internet Service Provider; or
2731 <LI> the friendly volunteer helpers of your Freenet; or
2732 <LI> the person who setup your computer and internet connection.
2733 </UL>
2736 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
2737 newsgroup can be a valuable source of information and assistance for Alpine 
2738 user issues.
2740 For systems/email administrators, developers, trainers, user support
2741 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
2742 level, the mailing list alpine-info is available; for information on
2743 subscribing and posting to it, see
2745 <CENTER><A HREF="https://mailman13.u.washington.edu/mailman/listinfo/alpine-info">https://mailman13.u.washington.edu/mailman/listinfo/alpine-info</A></CENTER>
2748 Regardless of whom you are asking for help with Alpine, remember 
2749 to provide as much detail as you can about the
2750 nature of any problem you are encountering, such as
2751 <UL>
2752 <LI>when it first occurred;
2753 <LI>what, if anything, happened that might have brought it about;
2754 <LI>whether it still persists;
2755 <LI>whether it is reproducible, and if so, how;
2756 <LI>what, if anything, you already tried to solve it.
2757 </UL> 
2758 It may also be helpful if you specify what version of Alpine you are using 
2759 <!--chtml if pinemode="running"-->
2760 -- this is <!--#echo var="ALPINE_VERSION"--> --
2761 <!--chtml endif-->
2762 and on what system, and when the copy of Alpine you are using was created
2763 <!--chtml if pinemode="running"-->
2764 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
2765 <!--chtml endif-->
2767 <!--chtml if pinemode="running"-->
2768 <P>   
2769 When the Alpine program you are currently using was installed, a support
2770 contact email address may have been set up; in that case, you can simply select
2771 this link now to send a message to it:<BR>
2772 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
2773 <!--chtml endif-->
2774 <!--chtml if [ -r PINE_INFO_PATH ]-->
2775 <HR WIDTH="75%">Local Support Contacts:<P>
2776 <!--#include file="PINE_INFO_PATH"-->
2777 <HR WIDTH="75%">
2778 <!--chtml endif-->
2779 <P> 
2780 &lt;End of help on this topic&gt;
2781 </BODY>
2782 </HTML>
2783 ===== new_user_greeting ======
2784 <HTML>
2785 <HEAD>
2786 <TITLE>NEW USER GREETING</TITLE>
2787 </HEAD>
2788 <BODY>
2789 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2790 <BR>
2791 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2792 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
2793 select Setup/Config to see many of the options available to you. Also note
2794 that all screens have context-sensitive help text available.
2797 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
2798 href="h_apache_license">Apache License 2.0</A>.
2801 Alpine's privacy policy is a living, online only, document, which can be found at
2802 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
2803 By following the previous link,  Alpine
2804 will connect to an external server, and will download it and display
2805 it for you. Please take some time to read it and understand it.
2806 Since the Privacy Policy could be ammended to take into consideration
2807 new additions to Alpine, please check it periodically. You can always
2808 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
2811 To Exit this screen and continue your Alpine session press "E".
2812 </BODY>
2813 </HTML>
2814 ===== new_alpine_user_greeting ======
2815 <HTML>
2816 <HEAD>
2817 <TITLE>NEW ALPINE USER GREETING</TITLE>
2818 </HEAD>
2819 <BODY>
2820 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2821 <BR>
2822 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2823 Your Alpine configuration file indicates that you may have used Pine before
2824 but not Alpine.
2825 If you are familiar with the way Pine works, you should be comfortable
2826 using Alpine.
2827 Your Pine configuration file is automatically used for Alpine.
2828 The Release Notes may be viewed by pressing 
2829 &quot;R&quot; now or while in the MAIN MENU.
2832 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
2833 href="h_apache_license">Apache License 2.0</A>.
2836 Alpine's privacy policy is a living, online only, document, which can be found at
2837 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
2838 By following the previous link,  Alpine
2839 will connect to an external server, and will download it and display
2840 it for you. Please take some time to read it and understand it.
2841 Since the Privacy Policy could be ammended to take into consideration
2842 new additions to Alpine, please check it periodically. You can always
2843 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
2846 To Exit this screen and continue your Alpine session press "E".
2847 </BODY>
2848 </HTML>
2849 ===== new_version_greeting ======
2850 <HTML>
2851 <HEAD>
2852 <TITLE>NEW VERSION GREETING</TITLE>
2853 </HEAD>
2854 <BODY>
2855 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2856 <BR>
2857 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
2858 Your Alpine configuration file indicates that you may not have used 
2859 this version of Alpine before.  This version's significant changes are
2860 documented in the Release Notes, which may be viewed by pressing 
2861 &quot;R&quot; now or while in the MAIN MENU.
2865 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
2866 href="h_apache_license">Apache License 2.0</A>.
2869 Alpine's privacy policy is a living, online only, document, which can be found at
2870 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
2871 By following the previous link,  Alpine
2872 will connect to an external server, and will download it and display
2873 it for you. Please take some time to read it and understand it.
2874 Since the Privacy Policy could be ammended to take into consideration
2875 new additions to Alpine, please check it periodically. You can always
2876 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
2879 To Exit this screen and continue your Alpine session press "E".
2880 </BODY>
2881 </HTML>
2883 ===== main_menu_tx ======
2884 <HTML>
2885 <HEAD>
2886 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
2887 </HEAD>
2888 <BODY>
2889 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
2890 <DIV ALIGN=CENTER>
2891 Version <!--#echo var="ALPINE_VERSION"-->
2892 <!--chtml if pinemode="running"-->
2893 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
2894 <!--chtml endif-->
2895 </DIV>
2896 <CENTER>Copyright 2013-2020 Eduardo Chappa,
2897 <BR>Copyright 2006-2008 University of Washington.
2898 </CENTER>
2901 When you are viewing a help screen, there may be links to
2902 other topics highlighted (in Reverse video) in the text.
2903 Here is an example.
2904 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
2905 highlighted.
2906 If you type carriage return (or V for View Link, see the commands at the
2907 bottom of the screen) you will be taken to a new help screen to view the
2908 Introduction.
2909 The commands at the bottom of the screen should then include
2910 &quot;P Prev Help&quot;.
2911 If you type &quot;P&quot; you will end up back here.
2912 If you type &quot;E&quot; for Exit, you will be back out of help and returned
2913 to the place you were in Alpine when you entered Help.
2914 In this case, you would go back to the MAIN MENU.
2915 There are also other links that are highlighted in bold (or the color used
2916 by your terminal to display bold).
2917 The items after the Introduction in the TABLE OF CONTENTS are all examples
2918 of such links.
2919 In order to view those links, you first have to make the link you want
2920 to view the current link.
2921 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
2922 (see bottom of screen) can do that for you.
2925 <H2>TABLE OF CONTENTS</H2>
2926 <OL>
2927   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
2928   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
2929 <!--chtml if [ -r PINE_INFO_PATH ]-->
2930   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
2931 <!--chtml endif-->
2932   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
2933   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
2934   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
2935   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
2936   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
2937   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
2938   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
2939   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
2940   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
2941   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
2942   <LI> <A HREF="h_mainhelp_folders">Folders</A>
2943   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
2944   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
2945   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
2946   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
2947   <LI> <A HREF="h_mainhelp_roles">Roles</A>
2948   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
2949   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
2950   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
2951   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
2952   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
2953   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
2954   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
2955   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
2956   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
2957 </OL>
2960 &lt;End of help on this topic&gt;
2961 </BODY>
2962 </HTML>
2963 ===== h_mainhelp_intro ======
2964 <HTML>
2965 <HEAD>
2966 <TITLE>Introduction</TITLE>
2967 </HEAD>
2968 <BODY>
2969 <H1>Introduction</H1>
2971 Alpine is an &quot;Alternatively Licensed Program for Internet
2972 News and Email&quot; produced until 2009 by the University of Washington.
2973 It is intended to be an easy-to-use program for
2974 sending, receiving, and filing Internet electronic mail messages and
2975 bulletin board (Netnews/Usenet) messages. Alpine supports the following
2976 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
2977 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
2978 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
2979 Directory Access Protocol).<p>
2981 Although originally designed for inexperienced email users, Alpine has
2982 evolved to support many advanced features.  There are an ever-growing
2983 number of configuration and personal-preference options, though which of
2984 them are available to you is determined by your local system managers. 
2986 <H2>WHAT ALPINE DOES...</H2>
2988 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
2989 allows you to
2990 compose and read messages using Internet mail standards.  (Whether you
2991 can correspond with others on the Internet depends on whether or not your
2992 computer is connected to the Internet.)  Alpine also allows reading and
2993 posting messages on the Internet &quot;net news&quot; system, provided
2994 that your site operates a suitable news server.
2996 <H2>WHAT ALPINE DOES NOT DO...</H2>
2998 A &quot;mail user agent&quot; such as Alpine is just one part of a
2999 messaging system. Here are some things that are <B>not</B> done by Alpine,
3000 but require other programs:<P>
3001 <UL>
3002  <LI> Actual relaying of email... which is done by &quot;message transfer 
3003 agents&quot;.
3004  <LI> Vacation messages... automatically responding to incoming messages
3005  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
3006 email.
3007  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
3008  <LI> List processing... resending one message to a list of recipients.
3009 </UL>
3012 &lt;End of help on this topic&gt;
3013 </BODY>
3014 </HTML>
3016 ===== h_mainhelp_pinehelp ======
3017 <HTML>
3018 <HEAD>
3019 <TITLE>Alpine Help</TITLE>
3020 </HEAD>
3021 <BODY>
3022 <H1>Alpine Help</H1>
3024 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
3025 use will have its own help text, explaining the choices available for that
3026 screen. This general help section, on the other hand, attempts to give an 
3027 overall picture of what Alpine is capable of doing, as well as pointers to 
3028 additional help sections about specific topics.<p>
3030 Much of the help text contains links to further help topics, similar to
3031 how the World Wide Web works.
3032 You may choose a link to view using the &quot;NextLink&quot; and
3033 &quot;PrevLink&quot; commands to change the link that is highlighted.
3034 The &quot;View Link&quot; command will then show you the highlighted link.
3035 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
3036 will return you to where you were before viewing the link, and &quot;Exit Help&quot
3037 will return you to the location in Alpine before you asked for help.
3038 For example, if you are reading this text in Alpine you may return to the
3039 help table of contents with the &quot;Prev Help&quot; command or you may view the
3040 Release notes link in the next paragraph and then return here with
3041 &quot;Prev Help&quot;.
3044 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
3045 on the current Alpine version are also available from the MAIN MENU: Press
3046 <!--chtml if pinemode="function_key"-->
3047 &quot;F9&quot;
3048 <!--chtml else-->
3049 &quot;R&quot;
3050 <!--chtml endif-->
3051 to browse the release notes.  These include changes since the last release,
3052 configuration information, the history of the Alpine
3053 project, credits, and legal notices.
3055 Alpine releases are available via the world wide web at
3057 <CENTER><SAMP><A 
3058 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
3059 ></CENTER>
3062 If you would like to print <EM>all</EM> of Alpine's internal help text
3063 (not recommended) for a little light bedtime reading, then press
3064 <!--chtml if pinemode="function_key"-->
3065 &quot;F12&quot;
3066 <!--chtml else-->
3067 &quot;Z&quot;
3068 <!--chtml endif-->
3069 now.  (This assumes that the
3070 copy of Alpine you are using has been properly configured for printing
3071 at your site.)
3073 &lt;End of help on this topic&gt;
3074 </BODY>
3075 </HTML>
3076 ===== h_mainhelp_localsupport ======
3077 <HTML>
3078 <HEAD>
3079 <TITLE>Local Support Contacts</TITLE>
3080 </HEAD>
3081 <BODY>
3082 <H1>Local Support Contacts</H1>
3084 <!--chtml if [ -r PINE_INFO_PATH ]-->
3085 <!--#include file="PINE_INFO_PATH"-->
3086 <!--chtml else-->
3087 No Local Support Contacts configured.
3088 <!--chtml endif-->
3091 &lt;End of help on this topic&gt;
3092 </BODY>
3093 </HTML>
3095 ===== h_mainhelp_cmds ======
3096 <HTML>
3097 <HEAD>
3098 <TITLE>Giving Commands in Alpine</TITLE>
3099 </HEAD>
3100 <BODY>
3101 <H1>Giving Commands in Alpine</H1>
3103 Unless configured otherwise
3104 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
3105 the bottom two lines of the screen are always used to list the
3106 commands you can give.  You press the keys that are highlighted to give
3107 the command.  The commands for getting help and going back to the main
3108 menu are always present (except when viewing help as you are now).
3109 <!--chtml if pinemode="function_key"-->
3110 <!--chtml else-->
3112 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
3113 you see at the bottom of any screen. In some cases there are 3 or
3114 even 4 different
3115 sets of keys that can be seen by using the O key. <EM>All commands are 
3116 active</EM>, even if they are not currently showing at the bottom of your 
3117 screen. In other words, you <EM>never</EM> need to press the O key, except to 
3118 remind yourself of the proper key to press to perform an operation.
3120 <H2>Control Key Commands</H2>
3121 When composing mail, and in a few other places, in Alpine you
3122 have to use Control keys. This means pressing the Control key (usually labeled 
3123 &quot;Ctrl&quot;) and the
3124 letter indicated at the same time.  Usually, this is shown with a
3125 &quot;^&quot; in front of the letter.  On some systems, certain control
3126 characters are intercepted before they get to Alpine.  As a work-around,
3127 you can press the ESCAPE key twice followed by the desired key.  For
3128 example, if Ctrl-O (^O) does not work on your system, try typing
3129 &quot;ESC ESC O&quot;.
3130 <!--chtml endif-->
3131 <H2>Paging Up and Down</H2>
3132 The &quot;+&quot; and &quot;-&quot; keys are used for
3133 moving to the next or previous page.  The space bar is a synonym for
3134 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
3135 up as you do in the message composer.  On screens with a WhereIs (search)
3136 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
3137 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
3138 of the message or list.
3140 <H2>Return Key</H2>
3141 The return key is usually a synonym for a frequently used
3142 command.  When viewing a message, there is currently not a default
3143 command, so RETURN does nothing; when in the index, it is synonymous with
3144 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
3145 enclosed in square brackets [] is the same as the return key.
3147 <H2>Control Keys Not Used By Alpine</H2>
3148 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
3149 value, but in places where Alpine is expecting text input, e.g. in the composer or 
3150 at prompts for file/folder names, control keys must be used for editing and 
3151 navigation functions.
3154 Alpine has used nearly all the control keys available.  There are, however,
3155 certain control keys that are reserved by other programs or for technical
3156 reasons.  Alpine does not use any of these keys:
3157 <DL>
3158  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
3159  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
3160  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
3161 </DL>
3163 Note: Ctrl-S and Ctrl-Q can be subject to 
3164 <A HREF="h_special_xon_xoff">special handling</A>.
3166 In addition, while the ESC key alone is not used for command input,
3167 Alpine will recognize two consecutive ESC key presses followed by a letter 
3168 key as a substitute for control key input.  For example, the control key
3169 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
3170 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
3171 This is useful if the communication program you are using
3172 (e.g. Telnet) has its own, conflicting, idea of what certain control
3173 characters mean.
3176 <H2>Repainting the Screen</H2>
3177 Sometimes what is displayed on the screen will be
3178 incorrect due to noise on the phone line or other causes and you will want
3179 to repaint the whole screen to make it correct.  You can use the Ctrl-L
3180 command to do this.  It never hurts to do it when in doubt.
3183 &lt;End of help on this topic&gt;
3184 </BODY>
3185 </HTML>
3186 ===== h_mainhelp_status ======
3187 <HTML>
3188 <HEAD>
3189 <TITLE>Titlebar Line</TITLE>
3190 </HEAD>
3191 <BODY>
3192 <H1>Titlebar Line</H1>
3194 The top line of the screen is Alpine's titlebar line.  It will always display
3195 the current version of Alpine and will also convey information about the
3196 status of the program.  This is where you look to find out what
3197 collection, folder and message number is active and where you are in Alpine.
3200 If the titlebar line says &quot;READONLY&quot; it means that the open folder
3201 (typically your INBOX) is &quot;locked&quot; by another mail session --
3202 most likely a more recent session of Alpine has taken the INBOX lock.
3205 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
3206 access a
3207 folder on a remote mail server, and for some reason, communication with
3208 the mail server has either been lost, or never successfully established.
3209 This can be a result of trying to open a non-existent folder, or one
3210 stored on an invalid or non-operational server, or it can mean that Alpine
3211 has been suspended for more that 30 minutes while accessing a remote mail
3212 server.
3215 &lt;End of help on this topic&gt;
3216 </BODY>
3217 </HTML>
3218 ===== h_mainhelp_mainmenu ======
3219 <HTML>
3220 <HEAD>
3221 <TITLE>Main Menu</TITLE>
3222 </HEAD>
3223 <BODY>
3224 <H1>Main Menu</H1>
3226 The Main Menu lists Alpine's main options.
3227 The key or keys you must type to enter your
3228 choice are to the left of each option or command name.
3229 You can type either uppercase or lowercase letters,
3230 and you should not press &lt;Return&gt; after typing the
3231 letter (unless you are specifically asking for the default,
3232 highlighted command).
3235 From the Main Menu you can choose to read online help, write (compose) and 
3236 send a message, look at an index of your mail messages, open or maintain
3237 your mail folders, update your address book, configure Alpine, and quit Alpine.
3238 There are additional options listed at
3239 the bottom of the screen as well.
3242 The Help command usually returns context-sensitive help information.
3243 However, in the Main Menu you get the most general help, which includes
3244 a Table of Contents.
3245 The last entry in the Table of Contents is an Index of help topics,
3246 so this is a good place to go if you are having trouble finding how
3247 to do something.
3249 <H2>Main Menu Commands</H2>
3250 The Alpine main menu lists the most common Alpine functions. A <a
3251 href="h_main_menu_commands">full list of these
3252 commands</a> and what they do is available.
3254 &lt;End of help on this topic&gt;
3255 </BODY>
3256 </HTML>
3257 ===== h_mainhelp_abooks ======
3258 <HTML>
3259 <HEAD>
3260 <TITLE>Address Books</TITLE>
3261 </HEAD>
3262 <BODY>
3263 <H1>Address Books</H1>
3266 As you use email, you can build a list of your regular email correspondents 
3267 in your Alpine
3268 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
3269 screen. Your
3270 personal address book will be highlighted. Press &lt;Return&gt; to view it.
3271 You can use the address book to store email addresses for individuals or
3272 groups, to create easily
3273 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
3274 address when you are composing a message.
3276 There are two ways to add addresses to your address book: you can add them 
3277 manually or take them from messages (by pressing T to access the Take command). 
3278 With either method, you specify nicknames for your correspondents. A single 
3279 address book entry (or nickname) can point to just one email address, or, it can
3280 point to more than one. When it points to more than one, it is called a 
3281 distribution list. Each distribution list has a nickname, a full name, and a 
3282 list of addresses. These
3283 addresses may be actual addresses, other nicknames in your address book, or 
3284 other
3285 distribution lists.
3288 Additional information is available in Alpine's online help:
3289 <ul>
3290   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
3291 </ul>
3293 &lt;End of help on this topic&gt;
3294 </BODY>
3295 </HTML>
3296 ===== h_mainhelp_ldap ======
3297 <HTML>
3298 <HEAD>
3299 <TITLE>LDAP</TITLE>
3300 </HEAD>
3301 <BODY>
3302 <H1>LDAP</H1>
3304 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
3305 an organization's shared
3306 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
3307 large address
3308 books, rather like the White Pages provided by the phone company. As an Alpine 
3309 user, it is not
3310 necessary to know much about how this works, only how to use it and how to 
3311 configure
3314 More information on configuring LDAP is available in Alpine's online help:
3315 <ul>
3316   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
3317 </ul>
3319 Additional help on using LDAP in Alpine is also available:
3320 <ul>
3321   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
3322 </ul>
3324 &lt;End of help on this topic&gt;
3325 </BODY>
3326 </HTML>
3327 ===== h_mainhelp_index ======
3328 <HTML>
3329 <HEAD>
3330 <TITLE>Index of Messages</TITLE>
3331 </HEAD>
3332 <BODY>
3333 <H1>Index of Messages</H1>
3335 In Alpine's message index, the selected message is highlighted. The first 
3336 column on the left is blank, shows a &quot;+&quot; if the message was
3337 sent directly to you (i.e., it is not a
3338 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
3340 The second column may be blank, or it may contain:
3341 <ul>
3342   <li>"N" if the message is new (unread), </li>
3343   <li>"A" if you have answered the message (using the Reply command), </li>
3344   <li>"D" if you have marked the message for deletion.</li>
3345 </ul>
3348 Note: If you answer a message as well as mark it deleted (in either order), 
3349 you will only see the &quot;D&quot;.
3352 The rest of the columns in the message line show you the message
3353 number, date sent, sender, size, and subject. For details, press ? (Help).  
3354 The behavior and appearance of the Index screen is highly configurable.
3355 In the Setup/Config screen search (with the WhereIs command) for options
3356 that contain the words &quot;index&quot; or &quot;thread&quot; to see
3357 many of the configuration possibilities.
3358 In particular, the
3359 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
3360 option may be used to configure the look of the standard MESSAGE INDEX lines
3361 in many different ways.
3362 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
3363 read the help text there for more information.
3365 Most of the commands you need to handle your messages are visible at the
3366 bottom of the screen, and you can press O (OTHER CMDS) to see additional
3367 commands that are available.
3368 You do not need to see these &quot;other commands&quot;
3369 on the screen to use them. That is, you never need to press O as a prefix
3370 for any other command.
3373 Additional information is available in Alpine's online help:
3374 <ul>
3375   <li><a href="h_mail_index">Message Index Commands</a></li>
3376 </ul>
3378 &lt;End of help on this topic&gt;
3379 </BODY>
3380 </HTML>
3381 ===== h_mainhelp_reading ======
3382 <HTML>
3383 <HEAD>
3384 <TITLE>Reading Messages</TITLE>
3385 </HEAD>
3386 <BODY>
3387 <H1>Reading Messages</H1>
3389 The message text screen shows you the text of the message along with
3390 its header. If a message has attachments, those will be listed (but not
3391 displayed) also.  The titlebar line displays information about the currently
3392 open message, folder and collection.  You see the name of the collection
3393 (if there is one) in angle brackets, then the name of the folder, then the
3394 message number and finally the position within the current message (in
3395 percent). If the message is marked for deletion
3396 &quot;DEL&quot; will appear in the
3397 upper right as well.
3400 As with every Alpine screen, the bottom two lines show you the commands 
3401 available.
3403 <P>Additional information is available in Alpine's online help:
3404 <ul>
3405   <li><a href="h_mail_view">Message Text Screen</a></li>
3406   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
3407   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
3408 </ul>
3410 &lt;End of help on this topic&gt;
3411 </BODY>
3412 </HTML>
3413 ===== h_mainhelp_composing ======
3414 <HTML>
3415 <HEAD>
3416 <TITLE>Composing Messages</TITLE>
3417 </HEAD>
3418 <BODY>
3419 <H1>Composing Messages</H1>
3421 To write a message, press C (Compose). You see the Compose Message
3422 screen, which is divided into two parts: the header area and the message
3423 text area. The header area is where information on the recipient (the To:
3424 field) and the subject line go, while the message text area contains the
3425 actual text of the email message. Different commands are available to you
3426 when your cursor is in different areas on this screen. To see additional
3427 help on commands in either the message text or header area, type
3428 <Control>G (Get help).
3431 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
3432 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
3434 <P>The following information from Alpine's online help may prove useful:
3435 <ul>
3436   <li><a href="h_composer_to">Message Header Commands</a></li>
3437   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
3438   <li><a href="h_composer">Composer Commands</a></li>
3439   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
3440   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
3441   <li><a href="h_compose_send">Send Command</a></li>
3442   <li><a href="h_compose_spell">Spell Check Command</a></li>
3443 </ul>
3445 &lt;End of help on this topic&gt;
3446 </BODY>
3447 </HTML>
3448 ===== h_mainhelp_collections ======
3449 <HTML>
3450 <HEAD>
3451 <TITLE>Collection Lists</TITLE>
3452 </HEAD>
3453 <BODY>
3454 <H1>Collection Lists</H1>
3456 Collection lists are Alpine's way of organizing groups of folders. Each
3457 "collection" can reside on a different server, for example, and contain a
3458 different group of mail folders.
3461 For more information on this, see:
3462 <ul>
3463   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
3464 </ul>
3466 Additional information relating to collection lists is also available in 
3467 Alpine's online
3468 help:
3469 <ul>
3470   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
3471   <li><a href="h_collection_screen">Collection List Screen</a></li>
3472 </ul>
3474 &lt;End of help on this topic&gt;
3475 </BODY>
3476 </HTML>
3477 ===== h_mainhelp_folders ======
3478 <HTML>
3479 <HEAD>
3480 <TITLE>Folders</TITLE>
3481 </HEAD>
3482 <BODY>
3483 <H1>Folders</H1>
3485 Messages can quickly accumulate in your INBOX folder. If you use email
3486 often, you soon could have hundreds. You need to delete messages you do
3487 not want, and you can use folders to organize messages you wish to save. A
3488 folder is a collection of one or more messages that are stored (just like
3489 the messages in your INBOX) so you can access and manage them.
3492 You can organize your email messages into different folders by topic,
3493 correspondent, date, or any other category that is meaningful to you. You
3494 can create your own folders, and Alpine automatically provides three:
3495 <ul>
3496   <li>The INBOX folder: messages sent to you are listed in this folder.
3497       When you first start Alpine and go to the Message Index screen, you are
3498 looking at the list of messages in your INBOX folder. Every incoming
3499 message remains in your INBOX until you delete it or save it in another
3500 folder. </li>
3501   <li>The sent-mail folder: copies of messages you send are stored in this 
3502 folder. This is
3503 convenient if you cannot remember whether you actually sent a message and want 
3504 to check, or
3505 if you want to send a message again.</li>
3506   <li>The saved-messages folder: copies of messages you save are stored in this 
3507 folder
3508 unless you choose to save them to other folders you create yourself.</li>
3509 </ul>
3512 More information about folders is available in Alpine's online help:
3513 <ul>
3514   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
3515   <li><a href="h_folder_maint">Help for Folder List</a></li>
3516   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
3517   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
3518 Explained</a></li>
3519   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
3520 </ul>
3522 &lt;End of help on this topic&gt;
3523 </BODY>
3524 </HTML>
3525 ===== h_mainhelp_color ======
3526 <HTML>
3527 <HEAD>
3528 <TITLE>Color</TITLE>
3529 </HEAD>
3530 <BODY>
3531 <H1>Color</H1>
3533 If the terminal emulator you are using is capable of displaying color or if
3534 you are using PC-Alpine, then it is possible to set up Alpine so that various
3535 parts of the display will be shown in colors you configure. This is done
3536 using the Setup Color screen, available from the MAIN MENU by selecting
3537 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
3538 stands for Config in this context).
3541 For example, you may color things like the titlebar, the current item,
3542 the keymenu, and the status messages.
3543 You may also color lines in the index, and headers and quoted text in the
3544 MESSAGE TEXT screen.
3545 You use the Color Setup screen for configuring most of this, but you must
3546 use the IndexColor setup for coloring whole index lines.
3547 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
3550 The following entries in Alpine's online help provide additional information 
3551 about how to use color:
3552 <UL>
3553   <LI> <A HREF="h_color_setup">Color Setup screen</A>
3554   <LI> <A HREF="h_rules_incols">Index Line Color</A>
3555   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
3556   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
3557 </UL>
3559 &lt;End of help on this topic&gt;
3560 </BODY>
3561 </HTML>
3562 ===== h_mainhelp_mouse ======
3563 <HTML>
3564 <HEAD>
3565 <TITLE>Using a Mouse</TITLE>
3566 </HEAD>
3567 <BODY>
3568 <H1>Using a Mouse</H1>
3570 If you are using PC-Alpine mouse support is turned on automatically.
3571 If you are using UNIX Alpine within an X terminal window or within
3572 a terminal emulator that supports an xterm-style mouse, then you may
3573 turn on support for the mouse with the feature
3574 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
3575 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
3577 PC-Alpine offers considerable mouse support.  You can view what is
3578 &quot;clickable&quot; by dragging your mouse over any screen; when the
3579 arrow cursor changes into a hand, you found something. Mouse-click
3580 possibilities include navigating between screens and folders and
3581 double-clicking on hyperlinks to open your Web browser.
3582 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
3583 screen.  Examples of right-click options include &quot;copy&quot; after
3584 selecting text to copy and &quot;View in New Window&quot; when you click
3585 on a particular message in the Message Index. The menu choices available
3586 to you will vary based upon what screen is open, where on the screen your
3587 cursor is located, and even what action you have already taken.
3588 Within a folder, you may set the &quot;Important&quot; flag on any
3589 message.
3591 X terminal mouse support is more limited but still quite powerful.
3592 As with PC-Alpine, clicking on any of the commands in the keymenu at
3593 the bottom of the screen will execute that command as if you typed it.
3594 Double-clicking on a link, for example the link to the
3595 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
3596 will take you to that link.
3597 Double-clicking on an index line will view the message, and so on.
3599 &lt;End of help on this topic&gt;
3600 </BODY>
3601 </HTML>
3602 ===== h_mainhelp_keywords ======
3603 <HTML>
3604 <HEAD>
3605 <TITLE>Keywords</TITLE>
3606 </HEAD>
3607 <BODY>
3608 <H1>Keywords</H1>
3610 Within a folder, you may set the &quot;Important&quot; flag on any
3611 message.
3612 This doesn't have any system-defined meaning and is only called
3613 the Important flag because many users use it to signify that a message
3614 is important to them in some way.
3616 You may also define your own set of keywords.
3617 You might know these as user defined flags or as labels.
3618 These are similar to the Important flag but you choose the names for yourself.
3620 Alpine will only display keywords that
3621 have been added by you in the Flag Details screen or
3622 that have been configured by you using the Setup/Config option
3623 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
3624 Keywords set by other means (for example, by another email client) will not
3625 show up in Alpine unless you configure Alpine to know about them.
3626 They will show up in the Flag Details screen, but will not show up, for example,
3627 in the index line.
3630 The following entries in Alpine's online help provide additional information 
3631 about how to use keywords:
3632 <ul>
3633   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
3634   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
3635 </ul>
3637 &lt;End of help on this topic&gt;
3638 </BODY>
3639 </HTML>
3640 ===== h_mainhelp_roles ======
3641 <HTML>
3642 <HEAD>
3643 <TITLE>Roles</TITLE>
3644 </HEAD>
3645 <BODY>
3646 <H1>Roles</H1>
3648 You may play different roles depending on who you are replying to. For
3649 example, if you are replying to a message addressed to help-desk you may
3650 be acting as a Help Desk Worker. That role may require that you use a
3651 different return address and/or a different signature.
3654 To configure roles, go to the MAIN MENU and use the Setup command
3655 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
3656 The following entries in Alpine's online help provide additional information 
3657 about how to
3658 use roles:
3659 <ul>
3660   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
3661   <li><a href="h_role_select">Roles Screen</a></li>
3662 </ul>
3664 &lt;End of help on this topic&gt;
3665 </BODY>
3666 </HTML>
3667 ===== h_mainhelp_filtering ======
3668 <HTML>
3669 <HEAD>
3670 <TITLE>Filtering</TITLE>
3671 </HEAD>
3672 <BODY>
3673 <H1>Filtering</H1>
3675 The software that actually delivers mail (the stuff that happens
3676 before Alpine is involved) for you is in a better position to do mail filtering
3677 than Alpine itself.
3678 If possible, you may want to look into using that sort of mail filtering to
3679 deliver mail to different folders, delete it, or forward it.
3680 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
3683 Filtering is a way to automatically move certain messages from one folder
3684 to another or to automatically delete messages.
3685 You may also automatically set the state (Important, New, Deleted, Answered) of messages
3686 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
3687 Alpine doesn't have the ability to forward mail to another address or
3688 to deliver vacation messages.
3691 To configure filtering, go to the MAIN MENU and use the Setup command
3692 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
3693 The following entries in Alpine's online help provide additional information 
3694 about how to use filtering:
3695 <UL>
3696   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
3697 </UL>
3699 &lt;End of help on this topic&gt;
3700 </BODY>
3701 </HTML>
3702 ===== h_mainhelp_patterns ======
3703 <HTML>
3704 <HEAD>
3705 <TITLE>Patterns</TITLE>
3706 </HEAD>
3707 <BODY>
3708 <H1>Patterns</H1>
3710 Patterns are used with Roles, Filtering, Index Coloring,
3711 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
3712 The following entries in Alpine's online help provide information 
3713 about using Patterns:
3714 <UL>
3715   <LI> <A HREF="h_rule_patterns">Patterns</A>
3716 </UL>
3718 &lt;End of help on this topic&gt;
3719 </BODY>
3720 </HTML>
3721 ===== h_mainhelp_cmdlineopts ======
3722 <HTML>
3723 <HEAD>
3724 <TITLE>Command Line Options</TITLE>
3725 </HEAD>
3726 <BODY>
3727 <H1>Command Line Options</H1>
3729 Alpine accepts a number of command line arguments, allowing you, for
3730 example, to start Alpine and immediately access a particular folder.
3731 Many of these arguments overlap with options in the Alpine configuration file.
3732 If there is a difference, then an option set on the command line takes
3733 precedence.
3734 Alpine expects command line arguments (other than addresses) to be
3735 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
3736 A <a href="h_command_line_options">full list</a> of command line
3737 possibilities is available.
3739 &lt;End of help on this topic&gt;
3740 </BODY>
3741 </HTML>
3742 ===== h_mainhelp_config ======
3743 <HTML>
3744 <HEAD>
3745 <TITLE>Alpine Configuration</TITLE>
3746 </HEAD>
3747 <BODY>
3748 <H1>Alpine Configuration</H1>
3750 Unless it has been administratively disabled, the Setup command on the
3751 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
3752 The possible subcommands are for general Configuration settings,
3753 Printer settings, Changing your Password, Signature setup,
3754 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
3755 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
3756 and Color configuration.
3757 In particular, the &quot;Config&quot; subcommand has many features you may
3758 set or unset and many other configuration variables that may be set to change
3759 the way Alpine works.
3760 Every one of the hundreds of options available in that configuration settings
3761 screen has help text associated with it.
3762 You may read that text by moving the cursor to highlight the option and then
3763 typing the Help command.
3765 These settings are stored in your personal
3766 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
3767 <A HREF="h_config_remote_config">remotely</A>),
3768 but on shared systems these settings
3769 may be over-ridden by a system-wide control file (due to local site
3770 security or support policies).  A global pine configuration file can also
3771 be used to set default values for all Alpine users on a particular system.
3772 Power users may be interested in splitting their personal configuration
3773 data into two pieces, a generic piece and
3774 <A HREF="h_config_exceptions">exceptions</A> which apply to
3775 a particular platform.
3776 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
3777 General Alpine configuration information can be found
3778 <A HREF="h_news_config">here</A>.
3780 &lt;End of help on this topic&gt;
3781 </BODY>
3782 </HTML>
3783 ===== h_mainhelp_aggops ======
3784 <HTML>
3785 <HEAD>
3786 <TITLE>Aggregate Operations</TITLE>
3787 </HEAD>
3788 <BODY>
3789 <H1>Aggregate Operations</H1>
3791 When you are in the MESSAGE INDEX, the available commands
3792 (for example, Delete, Undelete, Save, Reply, and so on)
3793 normally act on a single message.
3794 So, for example, if you press the Delete command, the currently highlighted
3795 message is marked Deleted.
3796 These commands that normally act on a single message may be applied to
3797 several messages at once instead.
3799 By default this feature is turned on, but it could be administratively turned
3800 off to reduce complexity.
3801 The feature
3802 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
3803 in the Setup/Config screen is used to turn it off or on.
3804 When this feature is turned on, the four commands &quot;Select&quot;,
3805 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
3806 are available.
3807 The two selection commands allow you to mark a set of
3808 messages as being &quot;selected&quot;.
3809 The &quot;ZoomMode&quot; command will toggle between
3810 displaying only the selected messages and displaying all the messages.
3811 The &quot;Apply&quot; command allows you to
3812 apply one of the regular MESSAGE INDEX commands to all of the selected
3813 messages instead of to only the highlighted message.
3815 An example aggregate operation would be to catch up when reading
3816 a news group.
3817 That is, get rid of all the messages in the news group so that you can
3818 start fresh.
3819 The easiest way to do this in Alpine is to use aggregate operations.
3820 You want to Delete all of the messages in the group.
3821 You could start at the top and type &quot;D&quot; once for every message.
3822 A much faster method is to first Select all of the messages in the group,
3823 and then Delete all of them.
3824 This would take four keystrokes:
3826 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
3827 <BR>
3828 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
3830 Another use of Select is to use it for searching for a particular message
3831 or set of messages in a large folder.
3832 You may know that the message was From a certain user.
3833 You could select all messages from that user to start, and use Zoom to
3834 look at only those messages.
3835 If there were still too many messages to look at you could Narrow the
3836 set of messages further by selecting from all of those messages only
3837 the ones that were after a certain date, or contained a particular phrase
3838 in the Subject, or were too a particular address, and so on.
3839 That may be the end of what you are doing, or you may want to use Apply to
3840 Save or Forward or Print all of the selected messages.
3842 Some related help topics are
3843 <UL>
3844 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
3845 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
3846 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
3847 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
3848 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
3849 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
3850 </UL>
3852 &lt;End of help on this topic&gt;
3853 </BODY>
3854 </HTML>
3855 ===== h_mainhelp_readingnews ======
3856 <HTML>
3857 <HEAD>
3858 <TITLE>Reading News</TITLE>
3859 </HEAD>
3860 <BODY>
3861 <H1>Reading News</H1>
3863 <H2>Background</H2>
3864 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
3865 commands as for mail. Similar to mailing lists but existing on a larger scale, 
3866 Usenet newsgroups allow groups of people with common interests to discuss 
3867 particular topics. You might find newsgroups related to your career, or you 
3868 might wish to check out the online discussion among the fans of your favorite 
3869 television show. 
3871 <H2>Configuring Alpine for Reading News</H2>
3872 Alpine often arrives
3873 pre-configured by your system administrator to automatically access the
3874 newsgroups offered by your organization, Internet Service Provider, or
3875 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
3876 need additional details on <a href="h_configuring_news">how to
3877 configure Alpine to read news</a>.
3879 <H2>Accessing Newsgroups</H2>
3880 The first step in reading news is to access the newsgroups collections
3881 screen from Alpine. If everything is configured properly, you should be able
3882 to do this by first typing L (folder List), then selecting the folder
3883 collection listed as "News." The actual name of this collection may differ
3884 from system to system.
3886 <H2>Subscribing to Newsgroups</H2>
3888 Once you have accessed the news collection, you need to subscribe to a
3889 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
3890 will keep a record of the newsgroups in which you are interested and which
3891 articles in those newsgroups have been read.
3893 <H2>Using Newsgroups</H2> 
3894 Alpine uses the similar commands to read news as to read mail. For example,
3895 the D command marks messages as Deleted (or "Dismissed," if you prefer),
3896 and the R command Replies to a news posting. Basically, Alpine allows you to
3897 read news as if it were mail, so you don't need to change the way you
3898 interact with Alpine.
3900 There is also additional Alpine help available on 
3901 <A HREF="h_reading_news">how to use Alpine to read news</A>.
3903 &lt;End of help on this topic&gt;
3904 </BODY>
3905 </HTML>
3906 ===== h_mainhelp_securing ======
3907 <HTML>
3908 <HEAD>
3909 <TITLE>Securing your Alpine Session</TITLE>
3910 </HEAD>
3911 <BODY>
3912 <H1>Securing your Alpine Session</H1>
3914 By default, Alpine will attempt to connect to an IMAP server on the normal
3915 IMAP service port (143).
3916 If the Alpine you are using has been built to
3917 support &quot;Transport Layer Security&quot; (TLS)
3918 and &quot;Secure Sockets Layer&quot; (SSL) 
3919 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
3920 and the server offers the STARTTLS capability, then a secure (encrypted)
3921 session will be established.
3923 When you are connected to a remote folder the titlebar will contain a plus sign
3924 in the far right column if the connection is encrypted using TLS or SSL.
3925 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
3926 if the connection is encrypted.
3928 <H2>More Information on Alpine with SSL and TLS</H2>
3929 <UL>
3930 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
3931 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
3932 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
3933 <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>
3934 </UL>
3935 <H2>Here are some other security-related features and options</H2>
3937 <UL>
3938 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
3939 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
3940 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
3941 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
3942 <LI> <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> option </LI>
3943 </UL>
3945 &lt;End of help on this topic&gt;
3946 </BODY>
3947 </HTML>
3948 ===== h_mainhelp_problems ======
3949 <HTML>
3950 <HEAD>
3951 <TITLE>Reporting Problems</TITLE>
3952 </HEAD>
3953 <BODY>
3954 <H1>Reporting Problems</H1>
3956 We ask that you first read the relevant help screens and then seek
3957 assistance from your own local support staff.  Once you are sure that your
3958 difficulty is not a local configuration problem, you might look at the
3959 help section explaining where to look for
3960 <A HREF="h_finding_help">more information</A> and where to 
3961 get assistance.
3964 <ADDRESS>
3965    Eduardo Chappa &lt;chappa@gmx.com&gt;
3966 </ADDRESS>
3969 &lt;End of help on this topic&gt;
3970 </BODY>
3971 </HTML>
3972 ===== h_main_menu_commands ======
3973 <HTML>
3974 <HEAD>
3975 <TITLE>MAIN MENU COMMANDS</TITLE>
3976 </HEAD>
3977 <BODY>
3978 <H1>MAIN MENU COMMANDS</H1>
3980 <!--chtml if pinemode="function_key"-->
3981 &nbsp;Available&nbsp;Commands&nbsp;--
3982 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
3983 &nbsp;------------------------------
3984 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
3985 ----------<BR>
3986 &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>
3987 &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>
3988 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
3989 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
3990 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
3991 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
3992 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
3993 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
3994 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3995 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3996 &nbsp;F7&nbsp;&nbsp;<A 
3997 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
3998 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3999 &nbsp;F8&nbsp;&nbsp;<A 
4000 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
4001 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
4002 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 
4003 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
4004 &nbsp;F10&nbsp;<A 
4005 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 
4006 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
4007 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4008 &nbsp;F11&nbsp;<A 
4009 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4010 <!--chtml else-->
4011 &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>
4012 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
4013 &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>
4014 &nbsp;C&nbsp;&nbsp;<A 
4015 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>
4016 &nbsp;I&nbsp;&nbsp;<A 
4017 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>
4018 &nbsp;L&nbsp;&nbsp;<A 
4019 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>
4020 &nbsp;A&nbsp;&nbsp;<A 
4021 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
4022 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
4023 &nbsp;S&nbsp;&nbsp;<A 
4024 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 
4025 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4026 &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>
4027 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
4028 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4029 <!--chtml endif-->
4032 NOTE:
4033 <OL>
4034  <LI>For help on a particular command, highlight the bold text associated
4035 with it above and hit Return.
4036  <LI> The availability of certain commands (e.g. some of the options under
4037 SETUP) is determined by Alpine configuration files and system capabilities.
4038 At some sites, certain commands may not be available due to security or
4039 support concerns.
4040 </OL>
4042 &lt;End of help on this topic&gt;
4043 </BODY>
4044 </HTML>
4046 ===== h_command_line_options ======
4047 <HTML>
4048 <HEAD>
4049 <TITLE>COMMAND LINE OPTIONS</TITLE>
4050 </HEAD>
4051 <BODY>
4052 <H1>COMMAND LINE OPTIONS</H1>
4053 Possible starting arguments for Alpine:
4055 <DL COMPACT>
4057 <DT> <EM>[addresses]</EM>
4059 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
4060 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
4061 <EM>Alpine</EM> will startup in
4062 the composer with a message started to the addresses specified.
4063 Once the message is sent, the <EM>Alpine</EM> session closes.
4064 Standard input redirection is allowed.
4065 Separate multiple addresses with a space between them.
4066 Addresses are placed in the &quot;To&quot; field only.
4069 <DT> &lt; <EM>file</EM>
4071 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
4072 into the body of the message.
4073 Once the message is sent, the <EM>Alpine</EM> session closes. 
4076 <DT> -attach <EM>file</EM>
4078 <DD> Go directly into composer with given file attached.
4081 <DT> -attachlist <EM>file-list</EM>
4083 <DD> Go directly into composer with given files attached.
4084 This must be the last option on the command line.
4087 <DT> -attach_and_delete <EM>file</EM>
4089 <DD> Go directly into composer with given file attached, delete when finished.
4092 <DT> -aux <EM>local_directory</EM>
4094 <DD> <EM>PC-Alpine</EM> only.
4095 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
4096 files, like debug files, address books, and signature files.  The pinerc may 
4097 be local or remote.
4100 <DT> -bail
4102 <DD> If the personal configuration file doesn't already exist, exit.
4103 This might be useful if the configuration file is accessed using some
4104 remote filesystem protocol. If the remote mount is missing this will cause
4105 <EM>Alpine</EM> to quit instead of creating a new pinerc.
4108 <DT> -c <EM>n</EM>
4110 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
4111 This is used when there are multiple folder collections (contexts) and you 
4112 want to open a folder not in the primary collection.
4115 <DT> -conf
4117 <DD> Configuration: Prints a sample system configuration file to the
4118 screen or standard output. To generate an initial system configuration 
4119 file, execute
4121 <PRE><CODE>
4122                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
4123 </CODE></PRE>
4126 To generate a system configuration file using settings from an old
4127 system configuration file, execute
4129 <PRE><CODE>
4130                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
4131 </CODE></PRE>
4133 A system configuration file is not required.
4136 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
4138 <DD> Copy an address book file to a remote address book folder.
4139 If the remote folder doesn't exist, it will be created.
4140 If it exists but the first message in the folder isn't a remote address
4141 book header message, the copy will be aborted.
4142 This flag will not usually be used by a user.
4143 Instead, the user will create a remote address book from within <EM>Alpine</EM>
4144 and copy entries from the local address book by using aggregate Save in
4145 the address book screen.
4148 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
4150 <DD> Copy a pinerc configuration file to a remote pinerc folder.
4151 If the remote folder doesn't exist, it will be created.
4152 If it exists but the first message in the folder isn't a remote pinerc
4153 header message, the copy will be aborted.
4154 This flag may be useful to users who already have a local pinerc file and
4155 would like to convert it to a remote pinerc folder and use that instead.
4156 This gives a way to bootstrap that conversion without having to manually
4157 reset all of the variables in the remote pinerc folder.
4160 <DT> -d <EM>debug-level</EM>
4162 <DD> Debug Level:  Sets the level of debugging information written by
4163 <EM>Alpine</EM>.
4164 <EM>debug-level</EM> can be set to any integer 0-9.
4165 A debug level of 0 turns off debugging for the session.
4166 (Actually there are some levels higher than 9, but you probably don't
4167 want to see them.)
4170 <DT> -d <EM>keywords</EM>
4172 <DD> You may use a more detailed version of the debugging flag to set
4173 the debug level in separate parts of <EM>Alpine</EM>.
4174 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
4175 verbose=0..9.
4176 <EM>Flush</EM> causes debugging information to be flushed immediately to
4177 the debug file as it is written.
4178 <EM>Verbose</EM> is the general debugging verbosity level.
4179 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
4180 is useful when you are trying to figure out what is responsible for delays.
4181 <EM>Numfiles</EM> sets the number of debug files saved.
4182 <EM>Imap</EM> sets the debug level for the debugging statements related
4183 to the conversation with the IMAP server, and more generally, for the
4184 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
4185 <EM>Tcp</EM> turns on some TCP/IP debugging.
4188 <DT> -f <EM>folder</EM>
4190 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
4191 of the standard INBOX.
4194 <DT> -F <EM>file</EM>
4196 <DD> Open named text file for viewing and forwarding.
4199 <DT> -h
4201 <DD> Help:  Prints the list of available command-line arguments to the
4202 screen.
4205 <DT> -i
4207 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
4208 screen instead of the MAIN MENU.
4211 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
4214 <DT> -I <EM>a,b,c,...</EM>
4216 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
4217 sequence of commands upon startup.
4218 This allows users to get <EM>Alpine</EM> to start in any
4219 of its menus/screens.
4220 You cannot include any input to the composer in the initial keystrokes.
4221 The key &lt;Return&gt; is represented by a ``CR'' in
4222 the keystroke list; the spacebar is designated by the letters ``SPACE''.
4223 Control keys are two character sequences beginning with ``^'', such as
4224 ``^I''.
4225 A tab character is ``TAB''.
4226 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
4227 ``DOWN'', ``LEFT'', and ``RIGHT''.
4228 A restriction is that you can't mix function keys and character keys in this
4229 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
4230 A user can always use only <EM>character</EM> keys in the startup list even
4231 if he or she is using <EM>function</EM> keys normally, or vice versa.
4232 If an element in this list is a string of characters surrounded by double
4233 quotes (&quot;) then it will be expanded into the individual characters in
4234 the string, excluding the double quotes.
4237 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
4240 <DT> -install
4242 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
4243 some basic information to help with getting properly set up.
4246 <DT> -k
4248 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
4249 the input of commands to be function-keys.
4250 Otherwise, commands are linked to the regular character keys.
4253 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
4254 <EM>Feature-List</EM>.
4257 <DT> -n <EM>n</EM>
4259 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
4260 FOLDER INDEX screen with the current message being the specified
4261 message number.
4264 <DT> -nosplash
4266 <DD> <EM>PC-Alpine</EM> only.
4267 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
4268 This may be helpful for certain troubleshooting or terminal server scenarios.
4271 <DT> -o <EM>folder</EM>
4273 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
4276 <DT> -p <EM>pinerc</EM>
4278 <DD> Uses the named file as the personal configuration file instead of
4279 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
4280 Alpinerc may be either a local file or a remote configuration folder.
4283 <DT> -P <EM>pinerc</EM>
4285 <DD> Uses the named file as the system wide configuration file instead of
4286 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
4287 Alpinerc may be either a local file or a remote configuration folder.
4290 <DT> -passfile <EM>passfile</EM>
4292 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
4293 This should be a fully-qualified filename.
4296 <DT> -pinerc <EM>file</EM>
4298 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
4299 settings of variables that the user has made.
4300 Use <EM>file</EM> set to ``-'' to make output go to standard out.
4303 <DT> -r
4305 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
4306 <EM>Alpine</EM> in restricted mode can only send email to itself.
4307 Save and export are limited.
4310 <DT> -registry <EM>cmd</EM>
4312 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
4313 <EM>Alpine</EM>'s registry entries.
4314 Possible values for <EM>cmd</EM> are set, clear, and dump.
4315 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
4316 entries according to its current settings.
4317 <EM>Clear</EM> will clear the registry values.
4318 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
4319 <EM>Dump</EM> will display the values of current registry settings.
4320 Note that the dump command is currently disabled.
4321 Without the -registry option, <EM>PC-Alpine</EM> will write values into
4322 the registry only if there currently aren't any values set.
4325 <DT> -sort <EM>key</EM>
4327 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
4328 FOLDER INDEX screen.
4329 <EM>Key</EM> can have the following values: 
4330 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
4331 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
4332 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
4333 The default value is &quot;arrival&quot;.
4334 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
4337 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
4340 <DT> -uninstall
4342 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
4343 in Windows settings.  The registry settings are removed and
4344 the password cache is cleared.
4347 <DT> -url <EM>url</EM>
4349 <DD> Open the given URL.
4352 <DT> -v
4354 <DD> Version:  Print version information to the screen.
4357 <DT> -x <EM>exceptions_config</EM>
4359 <DD> Configuration settings in the exceptions configuration override your normal
4360 default settings.
4361 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
4364 <DT> -z
4366 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
4367 will suspend the <EM>Alpine</EM> session.
4370 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
4371 <EM>Feature-List</EM>.
4374 <DT> -<EM>option</EM>=<EM>value</EM>
4376 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
4377 For example, <EM>-signature-file=sig1</EM> or
4378 <EM>-Feature-List=signature-at-bottom</EM>.
4379 Note:  Feature-List values are
4380 additive and features may be preceded with no- to turn them off.
4381 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
4382 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
4383 <EM>-Feature-List=signature-at-bottom</EM>.
4386 </DL>
4388 &lt;End of help on this topic&gt;
4389 </BODY>
4390 </HTML>
4391 ===== h_configuring_news ======
4392 <HTML>
4393 <HEAD>
4394 <TITLE>CONFIGURING NEWS</TITLE>
4395 </HEAD>
4396 <BODY>
4397 <H1>CONFIGURING NEWS</H1>
4398 Alpine can access news folders in any one of three different ways:
4399 <DL>
4400 <DT>REMOTE NNTP</DT>
4401 <DD>Using the Network News Transport Protocol (NNTP) to
4402 access news on a remote news server.  In this case the newsrc file is
4403 stored on the machine where Alpine is running.
4406 To specify a remote news-collection accessed via NNTP use the
4407 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4408 Server: value to the NNTP server's hostname appended with the
4409 communication method &quot;/service=NNTP&quot;, and set the Path:
4410 value to the &quot;#news.&quot; namespace (without the quotes).  See
4411 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
4412 help text for a more complete explanation of access method, and the
4413 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4414 text for a more complete explanation of &quot;namespace&quot;.
4416 Instead of specifying a news-collection, you may simply set the
4417 <A HREF="h_config_nntp_server">NNTP Server</A>
4418 option, which will cause Alpine to create a default news-collection for you.
4419 Another NNTP option that may be of interest is
4420 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
4422 <DT>REMOTE IMAP</DT>
4423 <DD>Using the Internet Message Access Protocol (IMAP) to
4424 access news on a remote news server.  In this case, your newsrc file is
4425 stored on the news server, in your home directory, so you must have an
4426 account on the news server, but you would be running Alpine on a different
4427 machine.  The news server must be running an IMAPd server process. 
4430 To specify a remote news-collection accessed via IMAP use the
4431 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4432 Server: value to the IMAP server's hostname, and set the Path: value
4433 to the &quot;#news.&quot; namespace (without the quotes).  See the
4434 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4435 text for a more complete explanation of &quot;namespace&quot;.
4437 </DD>
4439 <DT>LOCAL</DT>
4440 <DD>Using local file access to the news database.  In this
4441 case, your newsrc file is stored on the news server, in your home
4442 directory, so you must have an account on the news server, and you would
4443 be running Alpine on the same machine.
4446 To specify a local news-collection use the SETUP/collectionList
4447 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
4448 set the Path: value to the &quot;#news.&quot; namespace (without the
4449 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
4450 field's help text for a more complete explanation of &quot;namespace&quot;.
4452 </DD>
4453 </DL>
4457 NOTE: Should no news-collection be defined as above, Alpine will
4458 automatically create one using the Setup/Config screen's
4459 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
4460 will be created as a &quot;Remote NNTP&quot; as described above.
4464 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
4465 possible.  If you don't have an account on the news server, or if the news
4466 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
4467 sure, ask your service provider, university, or company for help.)  In
4468 this case, your Unix .newsrc file can be transferred to your PC.  A good
4469 place to put it would be in the same directory as your PINERC file, under
4470 the name NEWSRC, but you can 
4471 <A HREF="h_config_newsrc_path">specify a different location</A>
4472 via Alpine's Setup/Config screen.
4475 Other configuration features related to news are
4476 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
4477 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
4478 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
4479 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
4480 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
4481 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
4482 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
4483 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
4486 &lt;End of help on this topic&gt;
4487 </BODY>
4488 </HTML>
4489 ===== h_reading_news ======
4490 <HTML>
4491 <HEAD>
4492 <TITLE>READING NEWS</TITLE>
4493 </HEAD>
4494 <BODY>
4495 <H1>READING NEWS</H1>
4497 Alpine uses almost the same commands for manipulating news folders as for
4498 mail folders.  This means, for example, that when you are done with a
4499 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
4500 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
4501 most newsreaders, wherein a message is implicitly dismissed after you have
4502 looked at it once. We strongly believe that Alpine should offer as much
4503 consistency as possible between mail and news, so the mail paradigm --
4504 wherein a message does not magically disappear without explicit action by
4505 the user -- is used for news as well. <P>
4507 If you answer a message in a news folder, the index view will show the
4508 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
4509 keep track of what news as been read has no way of storing this flag, so
4510 it will not be preserved across sessions.  The Deleted flag is the only
4511 one that is preserved when you leave and then return to a newsgroup.  As an
4512 additional note on replies, when you Reply to a newsgroup message and say
4513 you want to reply to all recipients, Alpine will ask if you want to post the
4514 message to all the newsgroups listed in the original message. <P>
4516 If you would like Alpine to mark more-or-less recent news messages as
4517 &quot;New&quot;, then set the
4518 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
4519 feature (which is set by default).  This will cause messages after the last one you have marked as
4520 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
4521 &quot;N&quot; status often makes it easier to distinguish later news
4522 articles from those you've previously seen, but not yet disposed of via
4523 the &quot;D&quot; key.  Note that this is an approximation, not an exact
4524 record of which messages you have not seen.
4527 A frequent operation in news-reading is &quot;catching up&quot; -- that
4528 is, getting rid of all the messages in the newsgroup so that you can
4529 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
4530 Select command.  You would enter the following four keystrokes:
4531 <tt>;aad</tt> to select all messaged, and then apply the delete (or
4532 dismiss) command to all of them.
4535 There are also additional details on 
4536 <A HREF="h_configuring_news">configuring news</a>.
4539 &lt;End of help on this topic&gt;
4540 </BODY>
4541 </HTML>
4542 ====== h_help_index ======
4543 <HTML>
4544 <HEAD>
4545 <TITLE>Help Index</TITLE>
4546 </HEAD>
4547 <BODY>
4548 <H1>Help Index</H1>
4549 <ul>
4550 <li><a href="h_mainhelp_abooks">Address Books</a></li>
4551 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
4552 <li><a href="h_main_addrbook">Address Book Command</a>
4553 <li><a href="h_abook_view">Address Book View Explained</a>
4554 <li><a href="h_compose_addrcomplete">Address Completion</a>
4555 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
4556 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
4557 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
4558 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
4559 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
4560 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
4561 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
4562 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
4563 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
4564 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
4565 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
4566 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
4567 <li><a href="h_mainhelp_config">Alpine Configuration</a>
4568 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
4569 <li><a href="h_news_legal">Alpine Legal Notices</a>
4570 <li><a href="h_compose_alted">Alt Editor Command</a>
4571 <li><a href="h_index_cmd_apply">Apply Command</a>
4572 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
4573 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
4574 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
4575 <li><a href="h_composer_browse">BROWSER</a>
4576 <li><a href="h_common_bounce">Bounce Command</a>
4577 <li><a href="h_compose_cancel">Cancel Command</a>
4578 <li><a href="h_config_change_your_from">Changing your From Address</a>
4579 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
4580 <li><a href="h_mainhelp_color">Color</a>
4581 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
4582 <li><a href="h_composer">COMPOSER COMMANDS</a>
4583 <li><a href="h_mainhelp_composing">Composing Messages</a>
4584 <li><a href="h_mainhelp_collections">Collection Lists</a>
4585 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
4586 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
4587 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
4588 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
4589 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
4590 <li><a href="h_common_compose">Compose Command</a>
4591 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
4592 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
4593 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
4594 <li><a href="h_mainhelp_config">Configuration</a>
4595 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
4596 <li><a href="h_config_dflt_color">Default Color</a>
4597 <li><a href="h_common_delete">Delete and Undelete Commands</a>
4598 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
4599 <li><a href="h_special_list_commands">Email List Commands Explained</a>
4600 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
4601 <li><a href="h_folder_open">Explanation of Folder Selection</a>
4602 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
4603 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
4604 <li><a href="h_ge_export">Export File Selection</a>
4605 <li><a href="h_ge_allparts">Export Message File Selection</a>
4606 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
4607 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
4608 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
4609 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
4610 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
4611 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
4612 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
4613 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
4614 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
4615 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
4616 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
4617 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
4618 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
4619 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
4620 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
4621 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
4622 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
4623 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
4624 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
4625 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
4626 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
4627 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
4628 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
4629 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
4630 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
4631 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
4632 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
4633 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
4634 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
4635 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
4636 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
4637 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
4638 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
4639 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
4640 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
4641 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
4642 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
4643 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
4644 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
4645 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
4646 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
4647 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
4648 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
4649 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
4650 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
4651 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
4652 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
4653 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
4654 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
4655 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
4656 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
4657 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
4658 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
4659 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
4660 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
4661 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
4662 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
4663 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
4664 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
4665 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
4666 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
4667 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
4668 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
4669 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
4670 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
4671 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
4672 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
4673 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
4674 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
4675 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
4676 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
4677 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
4678 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
4679 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
4680 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
4681 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
4682 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
4683 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
4684 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
4685 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
4686 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
4687 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
4688 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
4689 <li><a href="h_external_loads_inline_images_only">FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
4690 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
4691 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
4692 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
4693 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
4694 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
4695 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
4696 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
4697 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
4698 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
4699 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
4700 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
4701 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
4702 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
4703 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
4704 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
4705 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
4706 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
4707 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
4708 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
4709 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
4710 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
4711 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
4712 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
4713 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
4714 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
4715 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
4716 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
4717 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
4718 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
4719 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
4720 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
4721 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
4722 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
4723 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
4724 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
4725 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
4726 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
4727 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
4728 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
4729 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
4730 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
4731 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
4732 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
4733 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
4734 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
4735 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
4736 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
4737 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
4738 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
4739 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
4740 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
4741 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
4742 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
4743 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
4744 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
4745 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
4746 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
4747 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
4748 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
4749 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
4750 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
4751 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
4752 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
4753 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
4754 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
4755 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
4756 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
4757 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
4758 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
4759 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
4760 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
4761 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
4762 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
4763 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
4764 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
4765 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
4766 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
4767 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
4768 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
4769 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
4770 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
4771 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
4772 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
4773 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
4774 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
4775 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
4776 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
4777 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
4778 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
4779 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
4780 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
4781 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
4782 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
4783 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
4784 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
4785 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
4786 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
4787 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
4788 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
4789 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
4790 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
4791 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
4792 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
4793 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
4794 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
4795 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
4796 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
4797 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
4798 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
4799 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
4800 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
4801 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
4802 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
4803 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
4804 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
4805 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
4806 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
4807 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
4808 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
4809 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
4810 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
4811 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
4812 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
4813 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
4814 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
4815 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
4816 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
4817 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
4818 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
4819 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
4820 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
4821 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
4822 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
4823 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
4824 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
4825 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
4826 <li><a href="h_mainhelp_filtering">Filtering</a>
4827 <li><a href="h_finding_help">Finding more information and requesting help</a>
4828 <li><a href="h_common_flag">Flag Command</a>
4829 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
4830 <li><a href="h_mainhelp_folders">Folders</a>
4831 <li><a href="h_what_are_collections">Folder Collections Explained</a>
4832 <li><a href="h_common_folders">Folder List Command</a>
4833 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
4834 <li><a href="h_folder_save">Folder Select for Save Explained</a>
4835 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
4836 <li><a href="h_config_change_your_from">From Address, Changing</a>
4837 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
4838 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
4839 <li><a href="h_common_goto">Goto Command</a>
4840 <li><a href="h_common_hdrmode">HdrMode Command</a>
4841 <li><a href="h_mainhelp_pinehelp">Help</a>
4842 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
4843 <li><a href="h_folder_maint">Help for Folder List</a>
4844 <li><a href="h_valid_folder_names">IMAP</a>
4845 <li><a href="h_ge_import">Import File Selection</a>
4846 <li><a href="h_mainhelp_index">Index of Messages</a>
4847 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
4848 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
4849 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
4850 <li><a href="h_info_on_mbox">Information on mbox driver</a>
4851 <li><a href="h_mainhelp_intro">Introduction</a>
4852 <li><a href="h_main_journal">Journal Command</a>
4853 <li><a href="h_common_jump">Jump Command</a>
4854 <li><a href="h_compose_justify">Justify Command</a>
4855 <li><a href="h_main_kblock">Keyboard Lock Command</a>
4856 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
4857 <li><a href="h_mainhelp_ldap">LDAP</a>
4858 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
4859 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
4860 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
4861 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
4862 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
4863 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
4864 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
4865 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
4866 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
4867 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
4868 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
4869 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
4870 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
4871 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
4872 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
4873 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
4874 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
4875 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
4876 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
4877 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
4878 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
4879 <li><a href="h_ldap_view">LDAP Response View Explained</a>
4880 <li><a href="h_maildrop">Mail Drop: What is it?</a>
4881 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
4882 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
4883 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
4884 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
4885 <li><a href="h_common_index">Message Index Command</a>
4886 <li><a href="h_mainhelp_mouse">Mouse</a>
4887 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
4888 <li><a href="new_user_greeting">NEW USER GREETING</a>
4889 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
4890 <li><a href="h_mainhelp_readingnews">News Reading</a>
4891 <li><a href="h_folder_subscribe">Newsgroup Subscribe Screen explained</a>
4892 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
4893 <li><a href="h_common_nextnew">NextNew Command</a>
4894 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
4895 <li><a href="h_mainhelp_readingnews">NNTP</a>
4896 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
4897 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
4898 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
4899 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
4900 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
4901 <li><a href="h_config_color_style">OPTION: Color Style</a>
4902 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
4903 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
4904 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
4905 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
4906 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
4907 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
4908 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
4909 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
4910 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
4911 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
4912 <li><a href="h_config_encryption_range">OPTION: <!--#echo var="VAR_encryption-protocol-range"--></a>
4913 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
4914 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
4915 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
4916 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
4917 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
4918 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
4919 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
4920 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
4921 <li><a href="h_config_file_dir">OPTION: File Directory</a>
4922 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
4923 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
4924 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
4925 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
4926 <li><a href="h_config_font_name">OPTION: Font Name</a>
4927 <li><a href="h_config_font_size">OPTION: Font Size</a>
4928 <li><a href="h_config_font_style">OPTION: Font Style</a>
4929 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
4930 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
4931 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
4932 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
4933 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
4934 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
4935 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
4936 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
4937 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
4938 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
4939 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
4940 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
4941 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
4942 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
4943 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
4944 <li><a href="h_config_index_color">OPTION: Index Colors</a>
4945 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
4946 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
4947 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
4948 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
4949 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
4950 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
4951 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
4952 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
4953 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
4954 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
4955 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
4956 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
4957 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
4958 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
4959 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
4960 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
4961 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
4962 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
4963 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
4964 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
4965 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
4966 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
4967 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
4968 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
4969 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
4970 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
4971 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
4972 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
4973 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
4974 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
4975 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
4976 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
4977 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
4978 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
4979 <li><a href="h_config_pat_old">OPTION: Patterns</a>
4980 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
4981 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
4982 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
4983 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
4984 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
4985 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
4986 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
4987 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
4988 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
4989 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
4990 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
4991 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
4992 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
4993 <li><a href="h_config_printer">OPTION: Printer</a>
4994 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
4995 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
4996 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
4997 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
4998 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
4999 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
5000 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
5001 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
5002 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
5003 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
5004 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
5005 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
5006 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
5007 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
5008 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
5009 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
5010 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
5011 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
5012 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
5013 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
5014 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
5015 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
5016 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
5017 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
5018 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
5019 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
5020 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
5021 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
5022 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
5023 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
5024 <li><a href="h_config_status_color">OPTION: Status Color</a>
5025 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
5026 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
5027 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
5028 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
5029 <li><a href="h_config_quit_query_timeo">OPTION: <!--#echo var="VAR_close-connection-timeout"--></a>
5030 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
5031 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
5032 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
5033 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
5034 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
5035 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
5036 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
5037 <li><a href="h_config_title_color">OPTION: Title Color</a>
5038 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
5039 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
5040 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
5041 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
5042 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
5043 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
5044 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
5045 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
5046 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
5047 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
5048 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
5049 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
5050 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
5051 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
5052 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
5053 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
5054 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
5055 <li><a href="h_config_window_position">OPTION: Window-Position</a>
5056 <li><a href="h_mainhelp_patterns">Patterns</a>
5057 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
5058 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
5059 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
5060 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
5061 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
5062 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
5063 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
5064 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
5065 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
5066 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
5067 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
5068 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
5069 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
5070 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
5071 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
5072 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
5073 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
5074 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
5075 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
5076 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
5077 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
5078 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
5079 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
5080 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
5081 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
5082 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
5083 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
5084 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
5085 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
5086 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
5087 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
5088 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
5089 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
5090 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
5091 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
5092 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
5093 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
5094 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
5095 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
5096 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
5097 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
5098 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
5099 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
5100 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
5101 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
5102 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
5103 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
5104 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
5105 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
5106 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
5107 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
5108 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
5109 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
5110 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
5111 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
5112 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
5113 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
5114 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
5115 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
5116 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
5117 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
5118 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
5119 <li><a href="h_common_pipe">Pipe Command</a>
5120 <li><a href="h_valid_folder_names">POP</a>
5121 <li><a href="h_common_postpone">Postpone Command</a>
5122 <li><a href="h_common_print">Print Command</a>
5123 <li><a href="h_mainhelp_readingnews">Reading News</a>
5124 <li><a href="h_news">RELEASE NOTES for Alpine</a>
5125 <li><a href="h_mainhelp_roles">Roles</a>
5126 <li><a href="h_role_select">ROLES SCREEN</a>
5127 <li><a href="h_compose_readfile">Read File Command</a>
5128 <li><a href="h_mainhelp_reading">Reading Messages</a>
5129 <li><a href="h_main_release_notes">Release Notes Command</a>
5130 <li><a href="h_common_reply">Reply and Forward Commands</a>
5131 <li><a href="h_compose_richhdr">Rich Header Command</a>
5132 <li><a href="h_common_role">Role Command</a>
5133 <li><a href="h_mainhelp_smime">S/MIME</a>
5134 <li><a href="h_index_cmd_select">Searching for Messages</a>
5135 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
5136 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
5137 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
5138 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
5139 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
5140 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
5141 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
5142 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
5143 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
5144 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
5145 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
5146 <li><a href="h_common_save">Save and Export Commands</a>
5147 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
5148 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
5149 <li><a href="h_compose_send">Send Command</a>
5150 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
5151 <li><a href="h_main_setup">Setup Command</a>
5152 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
5153 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
5154 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
5155 <li><a href="h_mainhelp_smime">S/MIME</a>
5156 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
5157 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
5158 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
5159 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
5160 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
5161 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
5162 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
5163 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
5164 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
5165 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
5166 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
5167 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
5168 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
5169 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
5170 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
5171 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
5172 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
5173 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
5174 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
5175 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
5176 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
5177 <li><a href="h_index_cmd_sort">Sort Command</a>
5178 <li><a href="h_compose_spell">Spell Check Command</a>
5179 <li><a href="h_common_suspend">Suspend Command</a>
5180 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
5181 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
5182 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
5183 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
5184 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
5185 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
5186 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
5187 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
5188 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
5189 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
5190 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
5191 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
5192 <li><a href="h_common_take">TakeAddr Command</a>
5193 <li><a href="h_mainhelp_status">Titlebar Line</a>
5194 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
5195 <li><a href="h_config_usenone_color">Use None Color</a>
5196 <li><a href="h_config_usenormal_color">Use Normal Color</a>
5197 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
5198 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
5199 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
5200 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
5201 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
5202 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
5203 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
5204 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
5205 </UL>
5208 &lt;End of Help Index&gt;
5209 </BODY>
5210 </HTML>
5213 ============== h_config_remote_config =============
5214 <HTML>
5215 <HEAD>
5216 <TITLE>Remote Configuration</TITLE>
5217 </HEAD>
5218 <BODY>
5219 <H1>Remote Configuration</H1>
5221 You may use the command line argument &quot;-p pinerc&quot; to tell
5222 Alpine to use a non-default configuration file.
5223 There are two types of storage for configuration information.
5224 <EM>Local</EM> configuration files are used by default.
5225 These are just regular files on the UNIX system or on the PC.
5226 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
5227 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
5228 <EM>Remote</EM> configuration folders are stored on an IMAP server.
5229 The advantage of using a remote configuration is that the same information
5230 may be accessed from multiple platforms.
5231 For example, if you use one computer at work and another at home, the same
5232 configuration could be used from both places.
5233 A configuration change from one place would be seen in both places.
5234 To use a remote configuration you simply give a
5235 <A HREF="h_valid_folder_names">remote folder name</A>
5236 as the argument to the &quot;-p&quot; command line option.
5237 The command line might look something like:
5239 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
5241 If there are special characters in the command shell you use, you may need to
5242 quote the last argument (to protect the curly braces from the shell).
5243 The command might look like:
5245 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
5247 You should choose a folder name for a folder that does not yet exist.
5248 It will be created containing an empty configuration.
5249 Do not use a folder that you wish to store regular mail messages in.
5251 The Setup/RemoteConfigSetup command will help you convert from a local
5252 configuration to a remote configuration.
5253 It will create a remote configuration for you and copy your current local
5254 configuration to it.
5255 It will also help you convert local address books into remote address books
5256 and local signature files into literal signatures contained in the
5257 remote configuration file.
5259 If the Setup/RemoteConfigSetup command doesn't do what you want, you
5260 may copy a local pinerc file to a remote configuration folder by hand
5261 by using the command line option &quot;-copy_pinerc&quot;.
5263 Another command line option, which is somewhat related to remote
5264 configuration, is the option &quot;-x exceptions_config&quot;.
5265 The configuration settings in the exceptions configuration override
5266 your default settings.
5267 It may be useful to store the default configuration (the -p argument) remotely
5268 and to have the exceptions configuration stored in a local file.
5269 You might put generic configuration information in the remote configuration
5270 and platform-specific configuration on each platform in the exceptions
5271 configuration.
5272 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
5273 can be either remote folders or local files.
5275 There is another command line argument that works only with PC-Alpine and
5276 which may prove useful when using a remote configuration.
5277 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
5278 to store your local auxiliary files.
5279 This only has an effect if your configuration file is remote.
5280 Some examples of auxiliary files are debug files, address book files, and
5281 signature files.
5283 &lt;End of help on this topic&gt;
5284 </BODY>
5285 </HTML>
5286 ============== h_config_exceptions =============
5287 <HTML>
5288 <HEAD>
5289 <TITLE>Generic and Exceptional Configuration</TITLE>
5290 </HEAD>
5291 <BODY>
5292 <H1>Generic and Exceptional Configuration</H1>
5294 If you use Alpine from more than one platform it may be convenient
5295 to split your configuration information into two pieces, a generic piece
5296 and exceptions that apply to a particular platform.
5297 For example, suppose you use Alpine from home and from work.
5298 Most of your configuration settings are probably the
5299 same in both locations, so those settings belong in the generic settings
5300 configuration.
5301 However, you may use a different SMTP server and INBOX
5302 from home than you do from work.
5304 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
5306 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
5307 options could be
5308 part of your exceptional configuration so that they could be different in the
5309 two places.
5311 The command line option &quot;-x exceptions_config&quot;
5312 may be used to split your configuration into generic and exceptional pieces.
5313 &quot;Exceptions_config&quot; may be either local or remote.
5314 The regular Alpine configuration file will contain the generic data, and
5315 &quot;exceptions_config&quot; will contain the exceptional data.
5317 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
5318 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
5319 in the same local directory that the regular config file is located in (usually
5320 the Unix home directory).
5321 If the regular config file is remote (because the command line option
5322 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
5323 directory for &quot;<CODE>.pinercex</CODE>&quot;.
5324 If the file does not already exist then no exceptions will be used.
5325 You can force exceptions to be used by using the &quot;-x&quot; option or
5326 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
5328 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
5329 PC-Alpine will use the value of the
5330 environment variable <CODE>$PINERCEX</CODE>.
5331 If that is not set, PC-Alpine will look for
5332 the local file &quot;<CODE>PINERCEX</CODE>&quot;
5333 in the same local directory that the regular config file is located in.
5334 If the regular config file is remote (because the command line option
5335 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
5336 local directory specified by the &quot;-aux local_directory&quot; command
5337 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
5338 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
5340 When you have an exception configuration there is a new command
5341 in the Alpine Setup screen, Setup/eXceptions.
5342 It toggles between exceptions and the regular configuration.
5343 This is the usual way to make changes in your exceptional configuration data.
5344 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
5345 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
5346 for Config or &quot;K&quot; for Kolor.
5348 For most people, splitting the configuration information into two pieces is
5349 going to be most useful if the generic information is accessed
5350 <A HREF="h_config_remote_config">remotely</A>).
5351 That data will be the same no matter where you access it from and if you
5352 change it that change will show up everywhere.
5353 The exceptional data will most commonly be in a local file, so that the
5354 contents may easily be different on each computing platform used.
5356 If you already have a local configuration file with settings you like
5357 you may find that the command Setup/RemoteConfigSetup is useful
5358 in helping you convert to a remote configuration.
5359 The command line flag &quot;-copy_pinerc&quot;
5360 may also be useful.
5362 &lt;End of help on this topic&gt;
5363 </BODY>
5364 </HTML>
5365 ============== h_config_inheritance =============
5366 <HTML>
5367 <HEAD>
5368 <TITLE>Configuration Inheritance</TITLE>
5369 </HEAD>
5370 <BODY>
5371 <H1>Configuration Inheritance</H1>
5373 Configuration inheritance is a power user feature.
5374 It is confusing and not completely supported by the configuration
5375 user interface.
5376 We start with an explanation of how configuration works in hopes of making
5377 it easier to describe how inheritance works.
5379 Alpine uses a hierarchy of configuration values from different locations.
5380 There are five ways in which each configuration option (configuration
5381 variable) can be set.
5382 In increasing order of precedence they are:
5384 <OL>
5385 <LI> the system-wide configuration file.
5387 <LI> the personal configuration file
5389 <LI> the personal exceptions file
5391 <LI> a command line argument
5393 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
5394 </OL>
5396 The fixed configuration file is normally
5397 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
5399 The system-wide configuration file is normally
5400 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
5401 set for PC-Alpine.
5402 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
5403 is used for the system-wide configuration.
5404 This location can be set or changed on the command line with the -P flag.
5405 The system-wide configuration file can be either a local file or a
5406 remote configuration folder.
5408 For Unix Alpine, the personal configuration file is normally the file
5409 <CODE>.pinerc</CODE> in the user's home directory.
5410 This can be changed with the -p command line flag.
5411 For PC-Alpine, the personal configuration file is in
5412 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
5413 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
5414 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
5415 This can be changed with the -p command line flag.
5416 If -p is used, the configuration data may be in a local file or a remote config
5417 folder.
5419 For Unix Alpine, the personal exceptions configuration file is named
5420 <CODE>.pinercex</CODE> and is in the same directory as the personal
5421 configuration file, if that configuration file is not remote, and is in
5422 the home directory if the personal configuration file is remote.
5423 If the file exists, then exceptions are turned on.
5424 If it doesn't, then you are not using exceptions.
5425 Alternatively, you may change the location of the exceptions configuration
5426 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5427 Like the personal configuration data, exceptions_config may be
5428 either local or remote.
5430 For PC-Alpine, the personal exceptions configuration file is named
5431 <CODE>PINERCEX</CODE> and is in the same directory as the personal
5432 configuration file unless the personal configuration file is remote.
5433 In that case, it is in the local directory specified by the
5434 &quot;-aux local_directory&quot; command line argument.
5435 (In the case that the personal configuration is remote and there is no
5436 &quot;-aux&quot; command line argument, Alpine searches for
5437 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
5438 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
5439 If the file exists, then exceptions are turned on.
5440 If it doesn't, then you are not using exceptions.
5441 You may change the location of the exceptions configuration
5442 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5443 or with the
5444 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
5445 option).
5447 To reiterate, the value of a configuration option is taken from the
5448 last location in the list above in which it is set.
5449 Or, thinking about it slightly differently, a default value for an option
5450 is established in the system-wide configuration file (or internally by Alpine
5451 if there is no value in the system-wide file).
5452 That default remains in effect until and unless it is overridden by a value in a
5453 location further down the list, in which case a new &quot;default&quot;
5454 value is established.
5455 As we continue down the list of locations we either retain the
5456 value at each step or establish a new value.
5457 The value that is still set after going through the whole list of
5458 configuration locations is the one that is used.
5460 So, for example, if an option is set in the system-wide configuration
5461 file and in the personal configuration file, but is not set in the
5462 exceptions, on the command line, or in the fixed file; then the value
5463 from the personal configuration file is the one that is used.
5464 Or, if it is set in the system-wide config, in the personal config, not
5465 in the exceptions, but is set on the command line; then the value
5466 on the command line is used.
5468 Finally we get to inheritance.
5469 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
5470 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
5471 the inheritance mechanism makes it possible to <EM>combine</EM>
5472 the values from different locations instead of <EM>replacing</EM> the value.
5473 This is true of all configuration lists other than the &quot;Feature-List&quot;,
5474 for which you may already set whatever you want at
5475 any configuration location (by using the &quot;no-&quot; prefix if
5476 necessary).
5478 To use inheritance, set the first item in a configuration list to the
5479 token &quot;INHERIT&quot;, without the quotes.
5480 If the first item is &quot;INHERIT&quot;,
5481 then instead of replacing the default value established so far, the rest of
5482 the list is appended to the default value established so far and that is
5483 the new value.
5485 Here is an example which may make it clearer. Suppose we have:
5487 <PRE>
5488  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5489  Personal config    :   smtp-server = INHERIT, mysmtp.home
5490  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
5491  Command line       :   smtp-server = &lt;No Value Set&gt;
5492  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5493 </PRE>
5496 This would result in an effective smtp-server option of
5498 <PRE>
5499  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
5500 </PRE>
5502 The &quot;INHERIT&quot; token can be used in any of the configuration files
5503 and the effect cascades.
5504 For example, if we change the above example to:
5506 <PRE>
5507  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5508  Personal config    :   smtp-server = INHERIT, mysmtp.home
5509  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5510  Command line       :   smtp-server = &lt;No Value Set&gt;
5511  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5512 </PRE>
5515 This would result in:
5517 <PRE>
5518  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
5519 </PRE>
5521 Unset variables are skipped over (the default value is carried forward) so
5522 that, for example:
5524 <PRE>
5525  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5526  Personal config    :   smtp-server = &lt;No Value Set&gt;
5527  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5528  Command line       :   smtp-server = &lt;No Value Set&gt;
5529  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5530 </PRE>
5533 produces:
5535 <PRE>
5536  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
5537 </PRE>
5540 If any later configuration location has a value set (for a particular list
5541 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
5542 then that value replaces whatever value has been defined up to that point.
5543 In other words, that cancels out any previous inheritance.
5545 <PRE>
5546  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5547  Personal config    :   smtp-server = INHERIT, mysmtp.org
5548  Exceptions config  :   smtp-server = yoursmtp.org
5549  Command line       :   smtp-server = &lt;No Value Set&gt;
5550  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5551 </PRE>
5554 results in:
5556 <PRE>
5557  smtp-server = yoursmtp.org
5558 </PRE>
5561 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
5562 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
5563 difficult to insert the value &quot;INHERIT&quot; into the list of values
5564 for the option using the normal Setup tools.
5565 In other words, the color setting screen (for example) does not
5566 provide a way to input the text &quot;INHERIT&quot; as the first
5567 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
5568 The way to do this is to either edit the pinerc file directly and manually
5569 insert it, or turn
5570 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
5571 feature and insert it using the Setup/Config screen.
5573 &lt;End of help on this topic&gt;
5574 </BODY>
5575 </HTML>
5576 ============== h_special_xon_xoff =============
5577 <HTML>
5578 <HEAD>
5579 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
5580 </HEAD>
5581 <BODY>
5582 <H1>XOFF/XON Handling within Alpine</H1>
5584 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
5585 and XON) as normal characters, even though Alpine does not use them.
5586 However, the printer, modem, or communication software you are using may
5587 be configured for &quot;software flow control,&quot; which means that
5588 XON/XOFF must be treated as special characters by the operating system.
5589 If you see messages such as &quot;^S not defined for this screen&quot;,
5590 then your system is probably using software flow control. In this case
5591 you will need to set the
5592 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
5593 feature.
5595 If you <EM>do</EM> set this
5596 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
5597 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
5598 and see if that puts things right.  Printing via the
5599 &quot;attached-to-ansi&quot; or 
5600 &quot;attached-to-wyse&quot;
5601 option will automatically enable software
5602 flow-control handling for the duration of the printing.
5604 &lt;End of help on this topic&gt;
5605 </BODY>
5606 </HTML>
5607 ============= h_special_help_nav =============
5608 <HTML>
5609 <HEAD>
5610 <TITLE>Help Text Navigation Explained</TITLE>
5611 </HEAD>
5612 <BODY>
5613 <H1>Help Text Navigation Explained</H1>
5615 Alpine contains extensive context-sensitive help text.   At any point, 
5616 pressing the &quot;?&quot; key will bring up a page of help text
5617 explaining the options available to you.  You can leave the help
5618 text screen and return to normal Alpine operation by pressing
5620 <!--chtml if pinemode="function_key"-->
5621 F3 function
5622 <!--chtml else-->
5623 &quot;E&quot;
5624 <!--chtml endif-->
5625 key to Exit Help at any time.
5628 Within the help screen you might find a word or phrase displayed in 
5629 inverse text and others displayed in bold typeface.  Such words and
5630 phrases are used to tell you Alpine has more information available on
5631 the topic they describe.
5632 The inverted text is the &quot;selected&quot; topic.  
5633 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
5634 displayed in bold type
5635 is &quot;selected&quot;.
5636 Hit the Return key to display the information Alpine has available on that
5637 topic.  While viewing such additional information, the 
5638 <!--chtml if pinemode="function_key"-->
5639 F3 function
5640 <!--chtml else-->
5641 &quot;P&quot;
5642 <!--chtml endif-->
5643 key will return you to the previous help screen, and the
5644 <!--chtml if pinemode="function_key"-->
5645 F2 function
5646 <!--chtml else-->
5647 &quot;E&quot;
5648 <!--chtml endif-->
5649 key will Exit the Help system altogether.
5652 The "N" command will tell you the internal name of the help text you are 
5653 reading each time, so that you can send this name in the text of a message 
5654 and create a direct link to that internal help using the x-pine-help URL 
5655 scheme. For example, the direct link to this item is 
5656 x-pine-help:h_special_help_nav. If you add this text to a message, then
5657 a person using Pine to read such message would have a direct link to this
5658 help text.
5661 When you are finished reading this help text, you can press the
5662 <!--chtml if pinemode="function_key"-->
5663 F3 function
5664 <!--chtml else-->
5665 &quot;P&quot;
5666 <!--chtml endif-->
5667 key to return to the previously displayed help text.
5670 &lt;End of help on this topic&gt;
5671 </BODY>
5672 </HTML>
5673 ============= h_special_list_commands =============
5674 <HTML>
5675 <HEAD>
5676 <TITLE>Email List Commands Explained</TITLE>
5677 </HEAD>
5678 <BODY>
5679 <H1>Email List Commands Explained</H1>
5681 Electonic mail lists provide a way for like-minded users to join in
5682 discussions on topics of interest.  The email list itself is 
5683 represented by a
5684 single address that participants send messages to when they have
5685 something of interest to share with other members of the list.  The
5686 receiving computer then, either automatically or after review by the
5687 list's owner (or moderator), sends a copy of that message to each
5688 member of the list.
5691 Usually, subscribing and unsubscribing is done by sending requests in
5692 an email message to a special address setup to handle managing list
5693 membership.  Often this is the name of the list followed by
5694 <I>-request</I>.  This address is almost <EM>never</EM> the same as
5695 the address used to send messages to the list.
5698 Unfortunately, email list participation commands are more a matter
5699 of convention than standard, and thus may vary from list to list.
5700 Increasingly, list management software is adding information to
5701 the copy of the postings as they're copied to the list members that
5702 explains how to do the various list management functions.
5705 Alpine will recognize this information and offer the management commands
5706 they represent in a simple display. One or more of the following
5707 operations will be made available:
5709 <DL>
5710 <DT>Help</DT>
5711 <DD>
5712 A method to get help on subscribing, unsubscribing, 
5713 an explanation of what the list is about, or special instructions
5714 for participation.  This may be in the form of a reply in response
5715 to an email message, or instructions on how to connect to a Web site.
5716 </DD>
5718 <DT>Unsubscribe</DT>
5719 <DD>
5720 A method to get your email addressed removed from the list of
5721 recipients of the email list.
5722 </DD>
5724 <DT>Subscribe</DT>
5725 <DD>
5726 A method to get your email address added to the list of recipients
5727 of the email list.  It may be in the form of a message sent to 
5728 a special address or you may be connected to a web site.
5729 <DD>
5730 </DD>
5732 <DT>Post</DT>
5733 <DD>
5734 A method used to post to the email list.  However, it might also 
5735 indicate that no posting is allowed directly to the list.
5736 </DD>
5738 <DT>Owner</DT>
5739 <DD>
5740 A method to contact the list owner for special questions you might
5741 have regarding the list.
5742 </DD>
5744 <DT>Archive</DT>
5745 <DD>
5746 A method to view an archive of previous messages posted to the list.
5747 This may be in the form of a mail folder on a remote computer, an
5748 IMAP mailbox or even a Web site.
5749 </DD>
5750 </DL>
5753 &lt;End of help on this topic&gt;
5754 </BODY>
5755 </HTML>
5756 ============= h_quota_command =============
5757 <HTML>
5758 <HEAD>
5759 <TITLE>Quota Screen Explained</TITLE>
5760 </HEAD>
5761 <BODY>
5762 <H1>Quota Screen Explained</H1>
5764 <P> This screen summarizes the quota report for this mailbox in the
5765 IMAP server. For each resource that you have a quota, this reports summarizes
5766 its use and limit.
5768 <P> Your IMAP server administrator may have set a quota based either on 
5769 the total size of your mailbox (STORAGE), or the number of messages in 
5770 your mailbox (MESSAGES), or some other criteria. This will be reported
5771 to you indicating the type of quota, its total use and its limit.
5773 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
5774 1024 bytes. Each of the characters that you see in this help text is one 
5775 byte, and this help text is about 1 kibibyte in size. Small messages sent 
5776 by Alpine are normally less than 4 kibibytes in size (which includes 
5777 headers and text). Other email programs may send messages with bigger 
5778 sizes when they send messages, since they send plain text and an 
5779 alternative part in HTML.
5781 <P> A convenient way to save space for the STORAGE type of quota is by 
5782 deleting attachments. This is done on each individual message by pressing 
5783 the &quot;V&quot; command while reading the message text, then moving the cursor 
5784 to the position of the attachment that is to be deleted, then pressing
5785 &quot;D&quot; to delete such attachment, going back to reading the 
5786 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
5787 save the message in the same folder you are reading from. The saved 
5788 message will not have the attachment that was marked deleted. Now you
5789 can delete and expunge the message with the unwanted attachment.
5792 &lt;End of help on this topic&gt;
5793 </BODY>
5794 </HTML>
5795 ============= h_mail_thread_index =============
5796 <HTML>
5797 <HEAD>
5798 <TITLE>THREAD INDEX COMMANDS</TITLE>
5799 </HEAD>
5800 <BODY>                 
5801 <H1>THREAD INDEX COMMANDS</H1>
5802 <!--chtml if pinemode="function_key"-->
5803 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>
5804 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5805 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>
5806 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>
5807 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>
5808 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>
5809 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>
5810 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>
5811 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>
5812 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>
5813 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>
5814 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>
5815 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>
5816 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>
5817 <BR>
5818 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5819 -----------------------------<BR>
5820 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>
5821 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>
5822 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>
5823 <BR>
5824 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5825 -----------------------------<BR>
5826 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
5827 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
5828 <BR>
5829 <!--chtml else-->
5830 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>
5831 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5832 &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>
5833 &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>
5834 &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>
5835 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>
5836 &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>
5837 &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>
5838 &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>
5839 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>
5840 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5841 <BR>
5842 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
5843 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
5844 &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>
5845 &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>
5846 &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>
5847 &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>
5848 &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>
5849 &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>
5850 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
5851 <!--chtml endif-->
5854 NOTE:
5855 <OL>
5856  <LI>For help on a particular command, highlight the bold text associated
5857 with it above and hit Return.
5858  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5859 </OL>
5861 <H2>Description of the THREAD INDEX Screen</H2>
5863 The THREAD INDEX displays summary information from each
5864 thread (conversation) in the current folder.
5865 This is useful if you want to quickly
5866 scan new threads, or find a particular thread without having to go
5867 through the text of each message, or to quickly get rid of junk
5868 threads, etc.
5869 The current thread is always highlighted.
5870 Each line of the THREAD INDEX contains the following columns: <P>
5871 <DL>
5872  <DT>STATUS:</DT>
5873  <DD> The markings on the left side of the thread tell you about its
5874 status.  You may see one or more of the following codes on any given
5875 thread:
5876 <UL>
5877   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
5878   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
5879   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
5880   <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.
5881   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5882         message in the thread was sent to you as a cc:. This symbol will only show up if
5883         the feature
5884         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5885   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
5886         &quot;select&quot; command.  (Some systems may optionally allow selected
5887         messages to be denoted by the index line being displayed in bold
5888         type instead.)
5889   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5890       to mark at least one message in this thread as &quot;important&quot;.
5891 </UL></DD><P>
5893  <DT>THREAD NUMBER:</DT>
5894  <DD>Threads in a folder are numbered, from one through the number
5895 of threads in the folder, to help you know where you are in the folder.
5896 </DD><P>
5898  <DT>DATE STARTED:</DT>
5899  <DD>The date the thread was started. This is actually from the Date header
5900 of the first message in the thread. It doesn't take different time zones
5901 into account.</DD><P>
5903  <DT>WHO STARTED THE THREAD:</DT>
5904  <DD>This is usually the name of the sender of the first message in the thread, taken from
5905 the From header of the message.
5906 If there is no personal name given in that
5907 address, then the email address is used instead.
5908 If the message is from you (or from one of your
5909 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5910 then the recipient's name is shown here instead, with the characters
5911 &quot;To: &quot; inserted before the name.
5912 (The idea of this is that if you started the thread you would rather see who
5913 the mail was sent to instead of that the mail was from you.)
5914 In Newsgroups, if you are
5915 the sender and there are no email recipients, the newsgroup name will be
5916 listed after the &quot;To: &quot;.
5917 </DD><P>
5919  <DT>SIZE:</DT>
5920  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
5922  <DT>SUBJECT:</DT>
5923  <DD>As much of the thread's subject line as will fit on the screen.
5924 This is the subject of the first message in the thread.</DD>
5925 </DL>
5927 <P><UL>
5928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5929 </UL>
5931 &lt;End of help on this topic&gt;
5932 </BODY>
5933 </HTML>
5934 ============= h_mail_index =============
5935 <HTML>
5936 <HEAD>
5937 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
5938 </HEAD>
5939 <BODY>                 
5940 <H1>MESSAGE INDEX COMMANDS</H1>
5941 <!--chtml if pinemode="function_key"-->
5942 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>
5943 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5944 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>
5945 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>
5946 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>
5947 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>
5948 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>
5949 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>
5950 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>
5951 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>
5952 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>
5953 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>
5954 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>
5955 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>
5956 <BR>
5957 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5958 -----------------------------<BR>
5959 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>
5960 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>
5961 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>
5962 <BR>
5963 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5964 -----------------------------<BR>
5965 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
5966 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>
5967 <BR>
5968 <!--chtml else-->
5969 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>
5970 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5971 &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>
5972 &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>
5973 &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>
5974 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>
5975 &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>
5976 &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>
5977 &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>
5978 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>
5979 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5980 Miscellaneous&nbsp;Operations<BR>
5981 ------------------------<BR>
5982 &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>
5983 &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>
5984 &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>
5985 &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>
5986 &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>
5987 &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>
5988 &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>
5989 &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>
5990 <!--chtml endif-->
5993 NOTE:
5994 <OL>
5995  <LI>For help on a particular command, highlight the bold text associated
5996 with it above and hit Return.
5997  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5998 </OL>
6000 <H2>Description of the MESSAGE INDEX Screen</H2>
6002 The MESSAGE INDEX displays summary information from each
6003 message in the current folder.
6004 This is useful if you want to quickly
6005 scan new messages, or find a particular message without having to go
6006 through the text of each message, or to quickly get rid of junk
6007 messages, etc.
6009 The current message is always highlighted
6010 and many commands operate on the current message.
6011 For example, the Delete command will delete the current message.
6012 If the folder is sorted by either Threads or OrderedSubject, then, depending
6013 on some of your configuration settings, a single line in the index may
6014 refer to an entire thread or to a subthread.
6015 If that is the case, then the commands that normally operate on the current
6016 message will operate on the thread or subthread instead.
6017 For example, the Delete command will delete the whole collapsed thread
6018 instead of just a single message.
6020 Each line of the MESSAGE INDEX contains the following columns (by default -- 
6021 you can change this with the 
6022 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
6023 in the SETUP CONFIGURATION screen): <P>
6024 <DL>
6025  <DT>STATUS:</DT>
6026  <DD> The markings on the left side of the message tell you about its
6027 status.  You may see one or more of the following codes on any given
6028 message:
6029 <UL>
6030   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
6031          yet eXpunged the folder.
6032   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
6033   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
6034          to be answered.
6035   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
6036          forward a message.
6037   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
6038         directly to your account, your copy is not part of a cc: or a
6039         mailing list.
6040   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6041         message was sent to you as a cc:. This symbol will only show up if
6042         the feature
6043         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6044   <LI> &quot;X&quot; for selected.  You have selected the message by using the
6045         &quot;select&quot; command.  (Some systems may optionally allow selected
6046         messages to be denoted by the index line being displayed in bold
6047         type.)
6048   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6049       to mark this message as &quot;important&quot;.
6050 </UL></DD><P>
6052  <DT>MESSAGE NUMBER:</DT>
6053  <DD>Messages in a folder are numbered, from one through the number
6054 of messages in the folder, to help you know where you are in the folder.
6055 These numbers are always in increasing order, even if you sort the folder
6056 in a different way.</DD><P>
6058  <DT>DATE SENT:</DT>
6059  <DD>The date the message was sent.  By default, messages are
6060 ordered by arrival time, not by date sent.  Most of the time, arrival time
6061 and date sent (effectively departure time) are similar.  Sometimes,
6062 however, the index will appear to be out of order because a message took a
6063 long time in delivery or because the sender is in a different time
6064 zone than you are. This date is just the date from the Date header
6065 field in the message.</DD><P>
6067  <DT>WHO SENT THE MESSAGE:</DT>
6068  <DD>This is usually the name of the sender of the message, taken from
6069 the From header of the message.
6070 If there is no personal name given in that
6071 address, then the email address is used instead.
6072 If the message is from you (or from one of your
6073 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6074 then the recipient's name is shown here instead, with the characters
6075 &quot;To: &quot; inserted before the name.
6076 (The idea of this is that if you sent the mail you would rather see who
6077 the mail was sent to instead of that the mail was from you.
6078 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
6079 above.
6080 In particular, use the FROM token or the FROMORTONOTNEWS token
6081 in place of the FROMORTO token.)
6082 In Newsgroups, if you are
6083 the sender and there are no email recipients, the newsgroup name will be
6084 listed after the &quot;To: &quot;. </DD><P>
6086  <DT>SIZE:</DT>
6087  <DD>The number in parentheses is the number of characters in the message.
6088 It may have a suffix of K, M, or G which means the number should be
6089 multiplied by one thousand, one million, or one billion to get the
6090 size of the message.</DD><P>
6092  <DT>SUBJECT:</DT>
6093  <DD>As much of the message's subject line as will fit on the screen.</DD>
6094 </DL>
6096 <P><UL>
6097 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6098 </UL>
6100 &lt;End of help on this topic&gt;
6101 </BODY>
6102 </HTML>
6103 ============= h_mail_view ========================
6104 <HTML>
6105 <HEAD>
6106 <TITLE>MESSAGE TEXT SCREEN</TITLE>
6107 </HEAD>
6108 <BODY>
6109 <H1>MESSAGE TEXT SCREEN</H1>
6110 <!--chtml if pinemode="function_key"-->
6111 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>
6112 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
6113 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>
6114 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>
6115 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>
6116 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>
6117 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>
6118 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>
6119 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>
6120 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>
6121 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>
6122 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>
6123 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>
6124 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>
6125 <BR>
6126 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6127 ------------------------------<BR>
6128 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
6129 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
6130 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
6131 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
6132 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
6133 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
6134 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
6135 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
6136 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
6137 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
6138 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
6139 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
6140 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6141 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
6142 <!--chtml else-->
6143 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
6144 ---------------------------------<BR>
6145 <BR>
6146 &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>
6147 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>
6148 &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>
6149 &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>
6150 &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>
6151 &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>
6152 &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>
6153 &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>
6154 &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>
6155 <BR>
6156 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
6157 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
6158 &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>
6159 &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>
6160 &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>
6161 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>
6162 <BR>
6163 General&nbsp;Alpine&nbsp;Commands<BR>
6164 ---------------------<BR>
6165 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
6166 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
6167 &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>
6168 &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>
6169 &nbsp;&nbsp;&nbsp;&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>
6170 <!--chtml endif-->
6173 NOTE:
6174 <OL>
6175  <LI>For help on a particular command, highlight the bold text associated
6176 with it above and hit Return.
6177  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6178 </OL>
6180 <H2>Description of the MESSAGE TEXT Screen</H2>
6182 The top line of the view message screen displays status
6183 information about the currently open collection and folder and about the
6184 current message.  It shows the name of the collection in angle brackets
6185 and then the name of the folder.  The line also displays the number
6186 of messages in the folder, the number of the current message and the
6187 percentage of the current message that has been displayed on the screen.
6188 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
6189 right corner.
6190 If the message has been answered (but not deleted) &quot;ANS&quot; will show
6191 in the corner.
6194 NOTE: to rapidly move to the end of a message, hit the
6195 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6196 (or Ctrl-W) key followed
6197 by Ctrl-V.  Similarly,
6198 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6199 followed by Ctrl-Y will take you to the beginning of
6200 a message.
6202 <H2>Explanation of Alternate Character Sets</H2>
6204 Alpine attempts to stay out of the way so that it won't prevent you from
6205 viewing mail in any character set.  It will simply send the message to
6206 your display device.  If the device is capable of displaying the
6207 message as it was written it will do so.  If not, the display may be
6208 partially or totally incorrect.
6209 If the message contains characters that are not representable in your 
6210 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
6211 variable in your configuration, then a warning message will be printed
6212 to your screen at the beginning of the message display.
6213 It is probably best to use UNIX Alpine in a terminal emulator
6214 capable of displaying UTF-8 characters.
6215 See <A HREF="h_config_char_set">Display Character Set</A> for a little
6216 more information about character set settings.
6218 <P><UL>
6219 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6220 </UL>
6222 &lt;End of help on this topic&gt;
6223 </BODY>
6224 </HTML>
6225 ======= h_index_cmd_select =======
6226 <HTML>
6227 <HEAD>
6228 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
6229 </HEAD>
6230 <BODY>
6231 <H1>Selecting: Select and WhereIs/Select</H1>
6233 Aggregate operations give you the ability to process a group of messages
6234 at once.  Acting on multiple messages requires two steps: (1) selecting a
6235 set of messages and then; (2) applying a command to that set. The first
6236 part is handled by the select command.  Select allows you to
6237 select messages based on their status (read, answered, etc.), contents,
6238 date, size, or keywords.
6239 You may also select based on one of your Rules or based on threads,
6240 and there are quick options to select a specific message or range of messages,
6241 to select the current message, or to select all messages.
6244 We describe the various selection criteria briefly:
6247 <DL>
6248 <DT>select All</DT>
6249 <DD> Marks all the messages in the folder as selected.
6250 </DD>
6252 <DT>select Cur</DT>
6253 <DD> Selects the currently highlighted message or currently highlighted
6254 set of messages if in a threaded view.
6255 </DD>
6257 <DT>select by Number</DT>
6258 <DD> Select by message number. This may be a comma-separated list instead or
6259 a single entry.
6260 Each element in the list may be either a single message number or a range
6261 of numbers with a dash between the lowest and highest member of the range.
6262 Some examples are 7 to select only message number 7; 2-5 to select messages
6263 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
6264 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
6265 substitute for the highest numbered message in the folder, while the
6266 character &quot;.&quot; represents the message number holding the position
6267 of the cursor in the folder.
6268 If in a separate thread index where the numbers refer to threads instead of
6269 to messages, then you will be selecting all of the messages in the
6270 referenced threads instead of selecting by message number.
6271 </DD>
6273 <DT>select by Date</DT>
6274 <DD> Select by either the date stored in the Date headers of each message,
6275 or by the date when the messages arrived.
6276 This does not adjust for different time zones, but just checks to see what
6277 day the message was sent on.
6278 You may type in a date. If you do, the date should be in the form
6279 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
6280 For example,
6281 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
6283 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
6284 If the date you want is close to the current date, it is probably
6285 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
6286 is displayed, instead of typing in the date yourself.
6287 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
6288 the date of the currently highlighted message. 
6290 There are six possible settings that are selected using the
6291 &quot;^W&nbsp;Toggle When&quot; command.
6292 Three of them select messages based on the Date headers.
6293 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
6294 and &quot;SENT ON&quot;.
6295 SINCE is all messages with the selected date or later.
6296 BEFORE is all messages earlier than the selected date (not including the day
6297 itself).
6298 ON is all messages sent on the selected date.
6299 The other three select messages in the same way but they use the arrival
6300 times of the messages instead of the Date headers included in the messages.
6301 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
6302 and &quot;ARRIVED ON&quot;.
6303 When you save a message from one folder to another the arrival time is
6304 preserved.
6305 </DD>
6307 <DT>select by Text</DT>
6308 <DD> Selects messages based on the message contents.
6309 This allows you to select a set of messages based on whether or not the
6310 message headers or message body contain specified text.
6311 You may look for text in the Subject, the From header,
6312 the To header, or the Cc header.
6313 You may also choose Recipient, which searches for the text in
6314 either the To or the Cc header;
6315 or Participant, which means To or Cc or From.
6316 Besides those specific header searches, you may also search the entire
6317 header and text of the message with &quot;All Text&quot;, or just the
6318 body of the message.
6320 To search for the absence of text, first type the &quot;! Not&quot; command
6321 before typing the specific type of text search.
6322 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6323 search for all messages that do not contain a particular word in their
6324 Subjects.
6326 If you choose a Subject search, you may use the subject from the current
6327 message by typing the &quot;^X Cur Subject&quot; command.
6328 You may then edit it further if you wish.
6329 For example, you might select the subject of a reply and edit the
6330 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6331 the original message being replied to.
6332 All of the other header searches allow you to use addresses from the
6333 headers of the current message if you want to.
6334 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6335 &quot;^W Cur Cc&quot;.
6336 In each case, if there is more than one address, only the first is offered.
6337 </DD>
6339 <DT>select by Status</DT>
6340 <DD> Selects messages based on their status.
6341 You may select all New, Important, Deleted, Answered, Recent, or Unseen
6342 messages.
6343 Or, if you first type the &quot;! Not&quot; command, you get not New,
6344 or not Important, and so on.
6345 If you select Deleted messages, you will get all messages with their
6346 Deleted flag set.
6347 Likewise for Important messages, all messages that you have flagged as
6348 being Important with the
6349 <A HREF="h_common_flag">Flag</A> command.
6350 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6351 because they try to match what you see on the screen by default.
6352 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6353 and Unanswered.
6354 If you have looked at the message, or deleted it, or answered it; then it
6355 is not considered &quot;New &quot;.
6356 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6358 &quot;Answered&quot; is another one that is a little different.
6359 It means that the message has been Answered <EM>and</EM> is not deleted.
6360 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6361 the opposite of &quot;Answered&quot;!
6362 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6363 both Unanswered <EM>and</EM> not deleted.
6365 The other two types were added later because the special nature of the
6366 New flag was not what was wanted by all users.
6367 New does match what you see in the index by default, but if you use
6368 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6369 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6370 be exactly what you want.
6371 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6372 they are deleted or answered, and
6373 &quot;Recent&quot; selects all of the messages that have been added to
6374 the folder since you started this Alpine session.
6375 (That's not technically quite true. If there are multiple mail clients
6376 reading an IMAP mailbox, each message will be marked as Recent in only
6377 one of the client's sessions.)
6378 </DD>
6380 <DT>select by siZe</DT>
6381 <DD> Selects messages based on their size being smaller than or larger
6382 than the size you specify.
6383 The size is the number of bytes.
6384 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
6385 the number.
6386 For example, 7K is the same as 7000.
6387 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
6388 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
6389 Use the &quot;^W&quot; command to toggle back and forth between Smaller
6390 and Larger.
6391 </DD>
6393 <DT>select by Keyword</DT>
6394 <DD> Selects messages that either have or do not have
6395 (using the &quot;!&nbsp;Not&quot; command)
6396 a particular <A HREF="h_config_keywords">Keyword</A> set.
6397 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
6398 command to select one from your list of keywords.
6400 <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.
6401 </DD>
6403 <DT>select by Rule</DT>
6404 <DD> Selects messages that either match or don't match
6405 (using the &quot;!&nbsp;Not&quot; command)
6406 one of the Rules you have defined.
6407 The most likely method of filling in the Rule is to use the
6408 &quot;^T&nbsp;To&nbsp;List&quot;
6409 command to select one of your Rules.
6410 All of the Rules you have defined will be in the list, including
6411 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
6412 They may not all make sense for this purpose, but they are all there for
6413 flexibility.
6414 You might find it useful to define some rules solely for the purpose
6415 of being used by the Select command.
6416 There is a special category for such Rules. They are called Search Rules.
6418 Unfortunately, Alpine does not allow all possible Rules to be defined.
6419 For example, there is no logical OR operation.
6420 OR is accomplished in the Filter Rules or the other types of Rules by
6421 simply defining two rules, one that matches the first part of the OR
6422 and another that matches the second part.
6423 But you can't do that here, since you only have a single Rule to work with.
6424 Likewise, the order of Rules is usually important.
6425 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6426 a message, then that stops the search for a further match.
6427 This means that you may be confused if you try to use Select by Rule to
6428 check your Filter rules because the order is important when filtering but
6429 is not considered here.
6430 </DD>
6432 <DT>select by tHread</DT>
6433 <DD> Selects all of the messages in the current thread.
6434 </DD>
6435 </DL>
6437 After you have an initial selection, the next and subsequent selection
6438 commands modify the selection.
6439 The select command changes. It first gives
6440 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
6441 &quot;unselect Current&quot;,
6442 &quot;Broaden selection&quot; (implements a logical OR), and
6443 &quot;Narrow selection&quot; (implements a logical AND).
6444 After you choose either Broaden or Narrow, you then choose one of the
6445 selection criteria listed above (by Text or Number or ...).
6446 You may use select as many times as you wish to get the selected set right.
6449 The WhereIs command has a feature (Ctrl-X) to
6450 select all the messages that match the WhereIs search. WhereIs searches
6451 through just the text that appears on the MESSAGE INDEX screen.
6452 This method is often slower than using the select command itself, unless the
6453 line you are looking for is not too far away in the index.
6456 The availability of the aggregate operations commands is determined by the
6457 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6458 Feature-List option in your Alpine
6459 configuration, which defaults to set.
6460 The features
6461 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
6463 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
6464 affect the behavior of the Select command.
6467 &lt;End of help on this topic&gt;
6468 </BODY>
6469 </HTML>
6470 ======= h_select_rule =======
6471 <HTML>
6472 <HEAD>
6473 <TITLE>Select: Rule</TITLE>
6474 </HEAD>
6475 <BODY>
6476 <H1>Select: Rule</H1>
6478 You are selecting messages that either match or don't match
6479 one of the Rules you have defined.
6480 You may either type the nickname of the Rule at the prompt, or use the
6481 &quot;^T&nbsp;To&nbsp;List&quot;
6482 command to select one of your Rules.
6483 All of the Rules you have defined will be in the list, including
6484 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
6485 They may not all make sense for this purpose, but they are all there for
6486 flexibility.
6487 Rules may be added by using the Setup/Rules screen off of the main Alpine
6488 menu.
6490 Unfortunately, Alpine does not allow all possible Rules to be defined.
6491 For example, there is no logical OR operation.
6492 OR is accomplished in the Filter Rules or the other types of Rules by
6493 simply defining two rules, one that matches the first part of the OR
6494 and another that matches the second part.
6495 But you can't do that here, since you only have a single Rule to work with.
6496 Likewise, the order of Rules is usually important.
6497 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6498 a message, then that stops the search for a further match.
6499 This means that you may be confused if you try to use Select by Rule to
6500 check your Filter rules because the order is important when filtering but
6501 is not considered here.
6504 &lt;End of help on this topic&gt;
6505 </BODY>
6506 </HTML>
6507 ======= h_select_text =======
6508 <HTML>
6509 <HEAD>
6510 <TITLE>Select: Text</TITLE>
6511 </HEAD>
6512 <BODY>
6513 <H1>Select: Text</H1>
6515 You are selecting messages based on the contents of the message.
6516 This allows you to select a set of messages based on whether or not the
6517 message headers or message body contain specified text.
6518 You may look for text in the Subject, the From header,
6519 the To header, or the Cc header.
6520 You may also choose Recipient, which searches for the text in
6521 either the To or the Cc header;
6522 or Participant, which means either the To header, or the Cc header,
6523 or the From header.
6524 Besides those specific header searches, you may also search the entire
6525 header and text of the message with &quot;All Text&quot;, or just the
6526 body of the message with &quot;Body&quot;.
6528 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
6529 before typing the specific type of text search.
6530 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6531 search for all messages that do not contain a particular word in their
6532 Subjects.
6534 If you choose a Subject search, you may use the subject from the current
6535 message by typing the &quot;^X Cur Subject&quot; command.
6536 You may then edit it further if you wish.
6537 For example, you might select the subject of a reply and edit the
6538 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6539 the original message being replied to.
6540 All of the other header searches allow you to use addresses from the
6541 headers of the current message if you want to.
6542 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6543 &quot;^W Cur Cc&quot;.
6544 In each case, if there is more than one address, only the first is offered.
6547 &lt;End of help on this topic&gt;
6548 </BODY>
6549 </HTML>
6550 ======= h_select_status =======
6551 <HTML>
6552 <HEAD>
6553 <TITLE>Select: Status</TITLE>
6554 </HEAD>
6555 <BODY>
6556 <H1>Select: Status</H1>
6558 You are selecting messages based on the status of the message.
6559 For example, whether or not the message has been marked Deleted or Important,
6560 or whether or not it has been Answered or is New.
6561 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
6562 opposite: not Deleted, not Important, and so on.
6564 If you select Deleted messages, you will get all messages with their
6565 Deleted flag set.
6566 Likewise for Important messages, all messages that you have flagged as
6567 being Important with the
6568 <A HREF="h_common_flag">Flag</A> command.
6569 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6570 because they try to match what you see on the screen by default.
6571 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6572 and Unanswered.
6573 If you have looked at the message, or deleted it, or answered it; then it
6574 is not considered &quot;New &quot;.
6575 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6577 &quot;Answered&quot; is another one that is a little different.
6578 It means that the message has been Answered <EM>and</EM> is not deleted.
6579 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6580 the opposite of &quot;Answered&quot;!
6581 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6582 both Unanswered <EM>and</EM> not deleted.
6584 (The New and Answered options may seem counter-intuitive.
6585 The reason it is done this way is
6586 because, by default, a Deleted message will show up with the &quot;D&quot;
6587 symbol in the MAIL INDEX screen even if it is New or Answered.
6588 The Delete symbol overrides the New and Answered symbols, because you
6589 usually don't care about the message anymore once you've deleted it.
6590 Similarly, you usually only care about whether a message is Answered or
6591 not if it is not Deleted.
6592 Once it is Deleted you've put it out of your mind.)
6594 The other two options were added later because the special nature of the
6595 New flag was not what was wanted by all users.
6596 New does match what you see in the index by default, but if you use
6597 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6598 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6599 be exactly what you expect.
6600 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6601 they are deleted or answered, and
6602 &quot;Recent&quot; selects all of the messages that have been added to
6603 the folder since you started this Alpine session.
6604 (That's not technically quite true. If there are multiple mail clients
6605 reading an IMAP mailbox, each message will be marked as Recent in only
6606 one of the client's sessions.
6607 That behavior can be convenienent for some purposes, like filtering, but
6608 it isn't usually what you expect when selecting.)
6611 &lt;End of help on this topic&gt;
6612 </BODY>
6613 </HTML>
6614 ======= h_index_cmd_apply =======
6615 <HTML>
6616 <HEAD>
6617 <TITLE>Apply Command</TITLE>
6618 </HEAD>
6619 <BODY>
6620 <H1>Apply Command</H1>
6622 Apply
6623 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
6624 is the second step of most aggregate operations.  Apply
6625 becomes active any time there is a defined set of selected messages.  The
6626 following commands can be applied to a selected message set: delete,
6627 undelete, reply, forward,
6628 <!--chtml if pinemode="os_windows"-->
6629 <!--chtml else--> 
6630 pipe,
6631 <!--chtml endif-->
6632 print, take address, save, export, bounce, and flag.
6635 The behavior of some of these commands in an aggregate sense is not easy to
6636 explain.  Try them out to see what they do.
6637 The feature
6638 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
6639 affects the behavior of the Apply command, as does the feature
6640 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
6643 &lt;End of help on this topic&gt;
6644 </BODY>
6645 </HTML>
6646 ======= h_index_cmd_zoom =======
6647 <HTML>
6648 <HEAD>
6649 <TITLE>ZoomMode Command</TITLE>
6650 </HEAD>
6651 <BODY>
6652 <H1>ZoomMode Command</H1>
6654 Another action you might want to take on a set of selected messages is to
6655 zoom in on them.  Like apply, zoom only becomes active when messages have
6656 been selected.
6657 ZoomMode
6658 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
6659 is a toggle command that allows you to
6660 zoom-in (and only see the selected messages) and zoom-out (to see all
6661 messages in the folder).  Neither apply nor zoom removes the markings that
6662 define the selected set; you need to use a select command in order
6663 to do that.
6666 &lt;End of help on this topic&gt;
6667 </BODY>
6668 </HTML>
6669 ======= h_index_collapse_expand =======
6670 <HTML>
6671 <HEAD>
6672 <TITLE>Collapse/Expand Command</TITLE>
6673 </HEAD>
6674 <BODY>
6675 <H1>Collapse/Expand Command</H1>
6677 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
6678 the folder is sorted by either Threads or OrderedSubject, and the
6679 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
6680 is set to something other than &quot;none&quot;.
6681 By default, this command collapses or expands the subthread that starts at
6682 the currently highlighted message, if any.
6683 If the subthread is already collapsed, then this command expands it.
6684 If the subthread is expanded, then this command collapses it.
6685 If there are no more messages below the current message in the
6686 thread tree (that is, there are no replies to the current message) then
6687 this command does nothing.
6690 The behavior of this command is affected by the option
6691 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
6692 Normally, this command Collapses or Expands the subthread that
6693 starts at the currently highlighted message.
6694 If the above option is set, then this command Collapses or Expands the
6695 entire current thread instead of just the subthread.
6696 The current thread is simply the top-level thread that contains the
6697 current message.
6700 &lt;End of help on this topic&gt;
6701 </BODY>
6702 </HTML>
6703 ======= h_index_cmd_sort =======
6704 <HTML>
6705 <HEAD>
6706 <TITLE>Sort Command</TITLE>
6707 </HEAD>
6708 <BODY>
6709 <H1>Sort Command</H1>
6711 In Alpine's generic configuration, messages are presented in the order in
6712 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
6713 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
6714 You can also re-sort the folder on demand with the sort
6715 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
6716 command.
6717 Your sorting options are:
6719 <UL>
6720  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
6721  <LI> <A HREF="h_index_sort_date">D</A>ate
6722  <LI> <A HREF="h_index_sort_subj">S</A>ubject
6723  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
6724  <LI> t<A HREF="h_index_sort_thread">H</A>read
6725  <LI> <A HREF="h_index_sort_from">F</A>rom
6726  <LI> si<A HREF="h_index_sort_size">Z</A>e
6727  <LI> scor<A HREF="h_index_sort_score">E</A>,
6728  <LI> <A HREF="h_index_sort_to">T</A>o
6729  <LI> <A HREF="h_index_sort_cc">C</A>c
6730 </UL>
6733 The Reverse option will toggle the order the index is currently
6734 sorted by, but will not change the relative sort order.
6737 Sorting a folder does not actually rearrange the way the folder is saved,
6738 it just re-arranges how the messages are presented to you.  This means
6739 that Alpine has to do the work of sorting every time you change sort order.
6740 Sometimes, especially with PC-Alpine or with large folders, this could take
6741 a while.
6744 &lt;End of help on this topic&gt;
6745 </BODY>
6746 </HTML>
6747 ======= h_index_sort_default =======
6748 <HTML>
6749 <HEAD>
6750 <TITLE>SORT OPTION: Default</TITLE>
6751 </HEAD>
6752 <BODY>
6753 <H1>SORT OPTION: Default</H1>
6755 The <EM>Default</EM> sort option just means to use the default sort order
6756 set in the
6757 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
6758 option in Setup/Config.
6761 &lt;End of help on this topic&gt;
6762 </BODY>
6763 </HTML>
6764 ======= h_index_sort_arrival =======
6765 <HTML>
6766 <HEAD>
6767 <TITLE>SORT OPTION: Arrival</TITLE>
6768 </HEAD>
6769 <BODY>
6770 <H1>SORT OPTION: Arrival</H1>
6772 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6773 in the order that they exist in the folder.  This is usually the same as the
6774 order in which they arrived.  This option is comparable to not sorting
6775 the messages at all.
6778 &lt;End of help on this topic&gt;
6779 </BODY>
6780 </HTML>
6781 ======= h_index_sort_date =======
6782 <HTML>
6783 <HEAD>
6784 <TITLE>SORT OPTION: Date</TITLE>
6785 </HEAD>
6786 <BODY>
6787 <H1>SORT OPTION: Date</H1>
6789 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6790 according to the date and time they were
6791 sent.
6794 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
6795 identical to sorting by &quot;Arrival&quot;.
6798 &lt;End of help on this topic&gt;
6799 </BODY>
6800 </HTML>
6801 ======= h_index_sort_subj =======
6802 <HTML>
6803 <HEAD>
6804 <TITLE>SORT OPTION: Subject</TITLE>
6805 </HEAD>
6806 <BODY>
6807 <H1>SORT OPTION: Subject</H1>
6809 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6810 by subject. 
6813 Messages with the same subject are
6814 first grouped together, and then the groups of like-subject messages
6815 are arranged alphabetically.
6818 Alpine ignores leading &quot;Re:&quot; and
6819 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
6820 likeness and alphabetical order of subject lines.
6823 &lt;End of help on this topic&gt;
6824 </BODY>
6825 </HTML>
6826 ======= h_index_sort_ordsubj =======
6827 <HTML>
6828 <HEAD>
6829 <TITLE>SORT OPTION: OrderedSubject</TITLE>
6830 </HEAD>
6831 <BODY>
6832 <H1>SORT OPTION: OrderedSubject</H1>
6834 The <EM>OrderedSubject</EM> sort option arranges messages in the
6835 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
6836 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
6839 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
6840 messages by the date of the oldest message in the group.
6843 This sort method provides for pseudo threading of conversations within
6844 a folder.
6845 You may want to try sorting by Thread instead.
6848 &lt;End of help on this topic&gt;
6849 </BODY>
6850 </HTML>
6851 ======= h_index_sort_thread =======
6852 <HTML>
6853 <HEAD>
6854 <TITLE>SORT OPTION: Thread</TITLE>
6855 </HEAD>
6856 <BODY>
6857 <H1>SORT OPTION: Thread</H1>
6859 The <EM>Thread</EM> sort option arranges messages in the
6860 MESSAGE&nbsp;INDEX by grouping all messages that indicate
6861 they are part of a conversation (discussion thread) taking
6862 place within a mailbox or newsgroup.  This indication is
6863 based on information in the message's header -- specifically
6864 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
6867 &lt;End of help on this topic&gt;
6868 </BODY>
6869 </HTML>
6870 ======= h_index_sort_from =======
6871 <HTML>
6872 <HEAD>
6873 <TITLE>SORT OPTION: From</TITLE>
6874 </HEAD>
6875 <BODY>
6876 <H1>SORT OPTION: From</H1>
6878 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6879 by the name of the author of the message.
6882 Messages with the same author are grouped together. Groups of
6883 messages are then put into alphabetical order according to message
6884 author.
6887 &lt;End of help on this topic&gt;
6888 </BODY>
6889 </HTML>
6890 ======= h_index_sort_size =======
6891 <HTML>
6892 <HEAD>
6893 <TITLE>SORT OPTION: Size</TITLE>
6894 </HEAD>
6895 <BODY>
6896 <H1>SORT OPTION: Size</H1>
6898 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6899 by their relative sizes.
6902 &lt;End of help on this topic&gt;
6903 </BODY>
6904 </HTML>
6905 ======= h_index_sort_score =======
6906 <HTML>
6907 <HEAD>
6908 <TITLE>SORT OPTION: Score</TITLE>
6909 </HEAD>
6910 <BODY>
6911 <H1>SORT OPTION: Score</H1>
6913 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6914 by their scores.
6917 Messages with the same score are sorted in arrival order.
6918 Scores are something you create using the
6919 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
6922 &lt;End of help on this topic&gt;
6923 </BODY>
6924 </HTML>
6925 ======= h_index_sort_to =======
6926 <HTML>
6927 <HEAD>
6928 <TITLE>SORT OPTION: To</TITLE>
6929 </HEAD>
6930 <BODY>
6931 <H1>SORT OPTION: To</H1>
6933 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
6934 by the names of the recipients of the message.
6937 Messages with the same recipients are grouped together. Groups of
6938 messages are then put into alphabetical order according to message
6939 recipients.
6942 &lt;End of help on this topic&gt;
6943 </BODY>
6944 </HTML>
6945 ======= h_index_sort_cc =======
6946 <HTML>
6947 <HEAD>
6948 <TITLE>SORT OPTION: Cc</TITLE>
6949 </HEAD>
6950 <BODY>
6951 <H1>SORT OPTION: Cc</H1>
6953 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
6954 the names of the carbon copy addresses of the message.
6957 &lt;End of help on this topic&gt;
6958 </BODY>
6959 </HTML>
6960 ======= h_index_cmd_whereis =======
6961 <HTML>
6962 <HEAD>
6963 <TITLE>WhereIs Command</TITLE>
6964 </HEAD>
6965 <BODY>
6966 <H1>WhereIs Command</H1>
6968 The WhereIs
6969 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6970 command lets you search the MESSAGE INDEX for a word.
6971 It scans through whatever you see, usually the name of the author
6972 and the Subject line.
6973 WhereIs has special subcommands to let you find the beginning of the
6974 index (Ctrl-Y -- first message)
6975 or the end of the index (Ctrl-V -- last message).
6977 Note that WhereIs only searches through the visible text on the screen.
6978 For example, if only part of the Subject of a message is shown because it
6979 is long, then only the visible portion of the Subject is searched.
6980 Also note that WhereIs does not &quot;see&quot; the 
6981 &quot;X&quot; in column one of Index entries for selected messages
6982 so it can't be used to search for
6983 selected messages (use &quot;Zoom&quot; instead).
6985 If the feature
6986 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6987 is turned on,
6988 WhereIs can also be used as a quick way to select messages that match the
6989 string being searched for.
6990 Instead of typing carriage return to search for the next match, type
6991 Ctrl-X to select all matches.
6992 Once again, this only selects matches that are (or would be if the right
6993 index line was on the screen) visible.
6994 Truncated From lines or Subjects will cause matches to be missed.
6995 Although WhereIs is sometimes convenient for quick matching, the Select
6996 command is usually more powerful and usually faster.
6999 &lt;End of help on this topic&gt;
7000 </BODY>
7001 </HTML>
7002 ======= h_view_cmd_whereis =======
7003 <HTML>
7004 <HEAD>
7005 <TITLE>WhereIs Command</TITLE>
7006 </HEAD>
7007 <BODY>
7008 <H1>WhereIs Command</H1>
7010 The WhereIs
7011 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7012 command does a &quot;find in current message&quot; operation.  You
7013 type in text and Alpine will try to find it in the message you are
7014 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
7015 or end (Ctrl-V) of the message.
7016 That is, to rapidly move to the end of a message, hit the 
7017 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7018 (or Ctrl-W) key followed
7019 by Ctrl-V.  Similarly,
7020 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7021 followed by Ctrl-Y will take you to the beginning of a message.
7024 &lt;End of help on this topic&gt;
7025 </BODY>
7026 </HTML>
7027 ======= h_view_cmd_hilite =======
7028 <HTML>
7029 <HEAD>
7030 <TITLE>View Hilite and Next item/Previous item</TITLE>
7031 </HEAD>
7032 <BODY>
7033 <H1>View Hilite and Next item/Previous item</H1>
7035 Sometimes messages may be in the form of formatted HTML text
7036 or they may contain URLs or Web server hostnames.
7037 When any of the features
7038 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
7039 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
7040 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
7042 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
7043 are enabled, Alpine will represent such selectable items in the text
7044 in bold typeface.  One of the selectable items will be displayed in
7045 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
7046 Press the Return key to view the currently selected item.
7049 The Up and Down Arrows keys can be used to change the selected item
7050 (also see the feature
7051 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
7052 If there are no selectable items in the direction of the arrow you
7053 pressed, Alpine will scroll the display in that direction until one
7054 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
7055 items in the message text, use the Previous and Next item commands,
7056 <!--chtml if pinemode="function_key"-->F5 and F6
7057 <!--chtml else-->^B and ^F<!--chtml endif-->.
7060 &lt;End of help on this topic&gt;
7061 </BODY>
7062 </HTML>
7063 ======= h_view_cmd_viewattch =======
7064 <HTML>
7065 <HEAD>
7066 <TITLE>ViewAttch Command</TITLE>
7067 </HEAD>
7068 <BODY>
7069 <H1>ViewAttch Command</H1>
7072 The View/Save Attachment
7073 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
7074 command allows you to handle MIME attachments to a message you have
7075 received.  Alpine shows you a list of the message attachments -- you just
7076 choose the attachment you want.  You may either view or save the
7077 selected attachment.
7080 Because many attachments require external programs for display, there
7081 is some system configuration that has to happen before you can
7082 actually display attachments.  Hopefully much of that will have been
7083 done already by your system administrator.  MIME configuration is
7084 handled with the &quot;mailcap&quot; configuration file.  (See the section 
7085 on configuration in the
7086 <A HREF="h_news">release notes</A> for more information.)
7089 &lt;End of help on this topic&gt;
7090 </BODY>
7091 </HTML>
7092 ======= h_index_cmd_expunge =======
7093 <HTML>
7094 <HEAD>
7095 <TITLE>Expunge/Exclude Command</TITLE>
7096 </HEAD>
7097 <BODY>
7098 <H1>Expunge/Exclude Command</H1>
7100 Expunge/Exclude
7101 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
7102 is the command Alpine uses to actually remove all messages
7103 marked for deletion.  With regular email files, expunge literally deletes
7104 the text from the current folder.  With newsgroups or shared mailboxes,
7105 you don't have permission to actually remove the message, so it is an
7106 exclude -- Alpine removes the message from your view of the folder even
7107 though it is not technically gone.
7109 <P> A selective expunge command is available in IMAP folders that support 
7110 the UID EXPUNGE extension in <A 
7111 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
7112 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
7113 as a subcommand of the apply command. If some selected messages are marked 
7114 deleted, then the apply command will offer the eXpunge command, which when 
7115 executed will only expunge those messages that are selected and deleted.
7117 <P> 
7118 Observe that the expunge command (when not used from the apply command) 
7119 will expunge/exclude all deleted messages from the folder, and so all 
7120 messages marked deleted will be expunged, regardless of if they are 
7121 selected or not. In other words, there is no protection against 
7122 potentially expunging more messages than only those that have been 
7123 selected and deleted.
7126 The configuration features
7127 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
7129 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
7130 affect the behavior of the Expunge command.
7133 &lt;End of help on this topic&gt;
7134 </BODY>
7135 </HTML>
7136 ======= h_common_compose =======
7137 <HTML>
7138 <HEAD>
7139 <TITLE>Compose Command</TITLE>
7140 </HEAD>
7141 <BODY>
7142 <H1>Compose Command</H1>
7144 The Compose command takes you into the Alpine message composer where you
7145 can start a new message for sending.  This is where you type in the
7146 message's text and specify its recipient list (the &quot;To:&quot;
7147 address), where copies should be directed (e.g., &quot;Fcc&quot;,
7148 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
7149 be attached to the message.
7152 When you type this command, Alpine will also automatically check for any
7153 interrupted (i.e., a message that was being composed when your modem
7154 or network connection was broken) or previously postponed messages and
7155 offer you a chance to continue working on those.
7158 <UL>   
7159 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7160 </UL><P>
7161 &lt;End of help on this topic&gt;
7162 </BODY>
7163 </HTML>
7164 ======= h_common_index =======
7165 <HTML>
7166 <HEAD>
7167 <TITLE>Message Index Command</TITLE>
7168 </HEAD>
7169 <BODY>
7170 <H1>Message Index Command</H1>
7172 The Index command takes you to the MESSAGE INDEX screen that displays a
7173 summary caption for each message in the currently-open folder. One
7174 message will be highlighted; this is the &quot;Current&quot; message.
7175 The message commands available from this screen (e.g. View, Reply,
7176 Forward, Delete, Print, Save, etc) apply to the current message.
7179 &lt;End of help on this topic&gt;
7180 </BODY>
7181 </HTML>
7182 ======= h_common_folders =======
7183 <HTML>
7184 <HEAD>
7185 <TITLE>Folder List Command</TITLE>
7186 </HEAD>
7187 <BODY>
7188 <H1>Folder List Command</H1>
7190 This Folder List command takes you to the FOLDER LIST screen that displays
7191 the names of all your message folders and allows you to view, rename,
7192 delete, and add folders.  You can open (view) a different folder than the
7193 one currently open by highlighting the desired one (using the arrow keys
7194 or their control-key equivalents) and pressing RETURN.
7197 If you have multiple folder collections defined (see the Help text for
7198 the FOLDER LIST screen to learn more about Collections), you may need
7199 to press Return to expand the collection and display all of the
7200 folders in it.
7203 &lt;End of help on this topic&gt;
7204 </BODY>
7205 </HTML>
7206 ======= h_main_addrbook =======
7207 <HTML>
7208 <HEAD>
7209 <TITLE>Address Book Command</TITLE>
7210 </HEAD>
7211 <BODY>
7212 <H1>Address Book Command</H1>
7214 This command, available only from the MAIN MENU, takes you
7215 to the ADDRESS BOOK management screen.  From here, your personal address
7216 book(s) may be updated.
7219 &lt;End of help on this topic&gt;
7220 </BODY>
7221 </HTML>
7222 ======= h_main_setup =======
7223 <HTML>
7224 <HEAD>
7225 <TITLE>Setup Command</TITLE>
7226 </HEAD>
7227 <BODY>
7228 <H1>Setup Command</H1>
7230 The Setup command, available only from the MAIN MENU, prompts you for
7231 one of several configuration screens, including the SETUP CONFIGURATION 
7232 screen, by which you may activate optional Alpine features.
7235 &lt;End of help on this topic&gt;
7236 </BODY>
7237 </HTML>
7238 ======= h_main_release_notes =======
7239 <HTML>
7240 <HEAD>
7241 <TITLE>Release Notes Command</TITLE>
7242 </HEAD>
7243 <BODY>
7244 <H1>Release Notes Command</H1>
7246 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
7247 as well as pointers to further information such as history and legal notes.
7250 &lt;End of help on this topic&gt;
7251 </BODY>
7252 </HTML>
7253 ======= h_main_kblock =======
7254 <HTML>
7255 <HEAD>
7256 <TITLE>Keyboard Lock Command</TITLE>
7257 </HEAD>
7258 <BODY>
7259 <H1>Keyboard Lock Command</H1>
7261 This command allows your Alpine session to be protected
7262 during a temporary absence from your terminal.
7265 &lt;End of help on this topic&gt;
7266 </BODY>
7267 </HTML>
7268 ======= h_main_journal =======
7269 <HTML>
7270 <HEAD>
7271 <TITLE>Journal Command</TITLE>
7272 </HEAD>
7273 <BODY>
7274 <H1>Journal Command</H1>
7276 This command displays a list of all the status messages Alpine has
7277 displayed (on the third line from the bottom of the screen). This may
7278 be useful if a message disappeared before you had a chance to read it.
7281 &lt;End of help on this topic&gt;
7282 </BODY>
7283 </HTML>
7284 ======= h_common_role =======
7285 <HTML>
7286 <HEAD>
7287 <TITLE>Role Command</TITLE>
7288 </HEAD>
7289 <BODY>
7290 <H1>Role Command</H1>
7292 The Role command is similar to the Compose command except that it starts
7293 off by letting you select a <A HREF="h_rules_roles">role</A>
7294 to be used for the composition.
7295 You may set up alternate roles by using Setup/Rules/Roles.
7298 &lt;End of help on this topic&gt;
7299 </BODY>
7300 </HTML>
7301 ======= h_common_conditional_cmds =======
7302 <HTML>
7303 <HEAD>
7304 <TITLE>Conditional Commands</TITLE>
7305 </HEAD>
7306 <BODY>
7307 <H1>Conditional Commands</H1>
7309 The presence or absence of certain commands, particularly in the
7310 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
7311 whether or not specific features are set in your Alpine configuration.  
7312 (You can access the SETUP CONFIGURATION screen, where they are found, from 
7313 Alpine's MAIN MENU.)  To see if a desired command's availability is
7314 conditioned on a feature setting, see the command's help text (highlight
7315 the phrase associated with the command and hit Return).
7318 Also note that some
7319 commands may be administratively disabled by your system manager;
7320 if they don't work, please check with your local help desk.
7323 <UL>   
7324 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7325 </UL><P>
7326 &lt;End of help on this topic&gt;
7327 </BODY>
7328 </HTML>
7329 ======= h_common_pipe =======
7330 <HTML>
7331 <HEAD>
7332 <TITLE>Pipe Command</TITLE>
7333 </HEAD>
7334 <BODY>
7335 <H1>Pipe Command</H1>
7337 Pipe
7338 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
7339 allows you to send a message to a specified Unix command for external
7340 processing.
7341 This command's availability is controlled by the
7342 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
7343 feature.
7344 By default, the processed text of the message is sent to the command
7345 you specify and the output is captured by Alpine and shown to you.
7346 When you run the pipe command, there are some sub-commands which may be
7347 used to alter this behavior.
7348 These sub-commands are described <A HREF="h_pipe_command">here</A>.
7351 &lt;End of help on this topic&gt;
7352 </BODY>
7353 </HTML>
7354 ======= h_common_goto =======
7355 <HTML>
7356 <HEAD>
7357 <TITLE>Goto Command</TITLE>
7358 </HEAD>
7359 <BODY>
7360 <H1>Goto Command</H1>
7362 Goto
7363 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
7364 is the command that lets you bypass Alpine's folder selection screens
7365 and jump directly to a new folder.  You can select any folder in the
7366 world: one in your current collection, one in a different collection or
7367 one in a collection you've never even used before.
7370 Alpine will help you as much as possible to narrow in on the folder you want.
7371 However, if the folder is outside of your defined collections, you are
7372 going to have to enter the exact folder location using the correct
7373 <A HREF="h_valid_folder_names">syntax</A>
7374 for a remote folder and/or fully-qualified path name.
7377 &lt;End of help on this topic&gt;
7378 </BODY>
7379 </HTML>
7380 ======= h_common_nextnew =======
7381 <HTML>
7382 <HEAD>
7383 <TITLE>NextNew Command</TITLE>
7384 </HEAD>
7385 <BODY>
7386 <H1>NextNew Command</H1>
7388 When you press the TAB key, Alpine advances to the next
7389 &quot;interesting&quot; message.
7390 This will be the next message you have not seen before, or the next message
7391 you have flagged Important, whichever comes first.
7392 Unread messages that have been deleted are not considered interesting.
7393 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
7394 articles after you have read them if you want to remove them from future
7395 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
7396 more information.)
7399 The NextNew command is affected by the feature
7400 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
7401 which causes Alpine to only consider Unread messages interesting, not messages
7402 flagged Important.
7405 This command behaves a little differently when it finds there are no more
7406 interesting messages left in the current folder.
7407 If the current folder is one of your Incoming Message Folders
7408 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
7409 or it is a newsgroup, then Alpine will try to find the next folder or
7410 newsgroup that contains <EM>Recent</EM> messages and will ask you
7411 if you want to open that folder.
7412 This behavior may be modified by using the
7413 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
7414 feature that causes Alpine to look for Unseen messages instead of Recent
7415 messages.
7416 The NextNew command's behavior is also affected by the configuration features
7417 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
7419 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
7422 &lt;End of help on this topic&gt;
7423 </BODY>
7424 </HTML>
7425 ======= h_common_jump =======
7426 <HTML>
7427 <HEAD>
7428 <TITLE>Jump Command</TITLE>
7429 </HEAD>
7430 <BODY>
7431 <H1>Jump Command</H1>
7433 This is Alpine's way of allowing you to go straight to a specific message.
7434 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
7435 configured such that typing in any number automatically jumps you to that
7436 message 
7437 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
7438 in the SETUP CONFIGURATION).
7441 &lt;End of help on this topic&gt;
7442 </BODY>
7443 </HTML>
7444 ======= h_common_flag =======
7445 <HTML>
7446 <HEAD>
7447 <TITLE>Flag Command</TITLE>
7448 </HEAD>
7449 <BODY>
7450 <H1>Flag Command</H1>
7452 Flag
7453 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7454 is the command that allows users to manipulate the status flags that
7455 appear on the left side of the MESSAGE INDEX screen.  The most common
7456 use of this is to mark a message as important. This is something of a
7457 note to yourself to get back to that message.  You may also use the
7458 flag command to set (or unset) the flags that indicate that a message
7459 is new, answered, deleted, or forwarded.<P>
7461 Provided the mail server supports it,
7462 you may also manipulate user-defined keywords
7463 for a message using the flag command.
7464 These keywords will be available if you use the Flag Details screen that you
7465 can get to after typing the
7466 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7467 command.
7468 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
7469 which are always present.
7470 You may add new keywords by using the Add KW command from the Flag Details screen
7471 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
7473 The availability of the flag command is determined by the
7474 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
7475 feature in your Alpine configuration. Also, it is possible that Flag could be
7476 administratively disabled by your system manager; if it doesn't work,
7477 please check with your local help desk before reporting a bug.
7478 The behavior of the flag command may be modified by the
7479 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
7480 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
7483 &lt;End of help on this topic&gt;
7484 </BODY>
7485 </HTML>
7486 ======= h_common_hdrmode =======
7487 <HTML>
7488 <HEAD>
7489 <TITLE>HdrMode Command</TITLE>
7490 </HEAD>
7491 <BODY>
7492 <H1>HdrMode Command</H1>
7494 Every email message comes with some header lines that you normally
7495 don't see (and don't want to see).
7496 These include anywhere from 3-20 lines (or more) added by the
7497 Internet mail transport system to record the route your message took,
7498 for diagnostic purposes.
7499 These are normally of no import and simply
7500 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
7501 This also includes other non-standard headers the message may contain.
7502 If you want to see these headers, there is a way to reveal them.
7505 The Header Mode
7506 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7507 command is a toggle that controls Alpine's handling of these header
7508 lines.  Normally, full headers is &quot;off&quot; and you only see a
7509 few lines about who a message is to and who it is from.  When you
7510 press
7511 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7512 to turn full headers on, Alpine will show you
7513 the normal header lines as well as delivery headers, comment headers,
7514 MIME headers, and any other headers present.
7517 Several different Alpine commands honor the header mode -- it affects how
7518 messages are displayed, how they appear in forward and reply email, how
7519 they are printed, how they are saved, and how they are exported.
7520 <!--chtml if pinemode="os_windows"-->
7521 <!--chtml else--> 
7522 The pipe command is also affected.
7523 <!--chtml endif-->
7526 The presence or absence of the Header Mode command is determined by the
7527 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7528 Feature-List option in your Alpine configuration.
7531 If you have also turned on the
7532 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
7533 option then the HdrMode command actually rotates through three states
7534 instead of just two.
7535 The first is the normal view with long quotes suppressed.
7536 The second is the normal view but with the long quotes included.
7537 The last enables the display of all headers in the message.
7538 When using Export, Pipe, Print, Forward, or Reply the quotes are
7539 never suppressed, so the first two states are identical.
7542 The behavior of the Header Mode command may be altered slightly by
7543 turning on the
7544 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
7545 Feature-List option in your Alpine configuration.
7546 In particular, it will cause the Header Mode to be persistent when moving
7547 from message to message instead of resetting to the default for each message.
7550 <UL>   
7551 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7552 </UL><P>
7553 &lt;End of help on this topic&gt;
7554 </BODY>
7555 </HTML>
7556 ======= h_common_print =======
7557 <HTML>
7558 <HEAD>
7559 <TITLE>Print Command</TITLE>
7560 </HEAD>
7561 <BODY>
7562 <H1>Print Command</H1>
7564 The Print
7565 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
7566 command allows you to print a copy of a message.
7567 There are many SETUP CONFIGURATION features that affect the
7568 Print command, including
7569 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
7570 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
7571 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
7572 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
7573 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
7574 You set up for printing by using the Printer option of the Setup command
7575 on the MAIN MENU.
7579 &lt;End of help on this topic&gt;
7580 </BODY>
7581 </HTML>
7582 ======= h_common_take =======
7583 <HTML>
7584 <HEAD>
7585 <TITLE>TakeAddr Command</TITLE>
7586 </HEAD>
7587 <BODY>
7588 <H1>TakeAddr Command</H1>
7591 With the Take Address
7592 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
7593 command, you can extract email addresses from an
7594 incoming message and save them in an address book.  This is an easy way
7595 to add to your address book and avoid having to remember the email
7596 addresses of the people who write to you.
7599 If the message is just to you individually, then you will only need to
7600 provide a nickname.  If the message contains more than one email address,
7601 then you will see an address
7602 selection screen that lets you choose the address you want to save into
7603 your address book, or lets you choose several of them add to a
7604 personal distribution list.
7607 Once you've added an entry to your address book, you can use it from the
7608 message composer by typing the nickname of the entry into one of the
7609 header fields (for example, into the To: field), or you can use ^T from
7610 the header field to select the entry from your address book.
7613 If the configuration feature
7614 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
7615 is set, the behavior of the Take command is altered slightly.
7618 &lt;End of help on this topic&gt;
7619 </BODY>
7620 </HTML>
7621 ======= h_ge_import =======
7622 <HTML>
7623 <HEAD>
7624 <TITLE>Import File Selection</TITLE>
7625 </HEAD>
7626 <BODY>
7627 <H1>Import File Selection</H1>
7629 You are importing a file that you previously
7630 exported from Alpine.
7631 You are now being asked for the name of that file.
7632 The easiest way to select a file is probably with the &quot;^T&quot;
7633 &quot;To Files&quot; command.
7634 Alternatively, you may type in a file name.
7635 It may be an absolute pathname.
7636 Otherwise, it is a file located in your home directory
7637 or current working directory
7638 <!--chtml if pinemode="running"-->
7639 (which, at least for your current Alpine &quot;session,&quot; 
7640 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7641 <!--chtml endif-->, depending on the
7642 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7643 In any case, you finish by typing a carriage return to accept the
7644 file name that is displayed.
7645 When the feature
7646 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7647 is turned on you may use TAB to complete partially typed in names.
7649 You may cancel the import operation by typing &quot;^C&quot; after exiting
7650 this help.
7652 &lt;End of help on this topic&gt;
7653 </BODY>
7654 </HTML>
7655 ======= h_ge_allparts =======
7656 <HTML>
7657 <HEAD>
7658 <TITLE>Export Message File Selection</TITLE>
7659 </HEAD>
7660 <BODY>
7661 <H1>Export Message File Selection</H1>
7663 You are Exporting a message from an Alpine mail folder
7664 to a plain text file.
7665 You also have the option of exporting all of the attachments associated
7666 with the message.
7667 You are now being asked for the name of the file to export <EM>to</EM>.
7668 The easiest way to select a file is probably with the &quot;^T&quot;
7669 &quot;To Files&quot; subcommand.
7670 After returning from that subcommand you will still be allowed to
7671 edit the name you have selected.
7672 Alternatively, you may type in a file name.
7673 It may be an absolute pathname.
7674 Otherwise, it is a file located in your home directory
7675 or current working directory
7676 <!--chtml if pinemode="running"-->
7677 (which, at least for your current Alpine &quot;session,&quot; 
7678 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7679 <!--chtml endif-->, depending on the
7680 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7681 In any case, you finish by typing a carriage return to accept the
7682 file name that is displayed.
7683 When the feature
7684 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7685 is turned on you may use TAB to complete partially typed in names.
7687 The message you are exporting appears to have some attachments.
7688 If you wish to save <EM>all</EM> of the attachments at once,
7689 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
7690 saving of the attachments.
7691 You may turn it back off by typing &quot;^P&quot; again, which will now
7692 be labeled &quot;NoAllParts&quot; instead.
7693 If you want to save the parts the command displayed should be
7694 &quot;NoAllParts&quot;!
7695 When you choose to save attachments like this, the attachments will be saved
7696 in a newly created directory.
7697 That directory will have the same name as the file name you choose here,
7698 with the letters &quot;.d&quot; appended.
7699 If that directory already exists, then the letters &quot;.d_1&quot; will
7700 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
7701 is found.
7702 For example, if you select the file name
7704 <CENTER><SAMP>filename</SAMP></CENTER>
7706 to export the message to, then the directory used for the attachments will be
7708 <CENTER><SAMP>filename.d</SAMP></CENTER>
7710 or perhaps
7712 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
7714 The attachments will then be put into files inside that directory.
7715 The names for the attachment files will be derived from the attachments
7716 if possible.
7717 This is done in the same way as the default values are derived if you
7718 save them one at a time.
7719 (The &quot;filename&quot; parameter from the Content-Disposition header
7720 is the first choice. If that doesn't exist, the &quot;name&quot;
7721 parameter from the Content-Type header is used.)
7722 If a name for a particular attachment is not available, then the
7723 part number of the attachment is used, with the characters &quot;part_&quot;
7724 prepended.
7725 An example of that would be
7727 <CENTER><SAMP>part_2.1</SAMP></CENTER>
7729 If you want to save only some of the attachments or if you want more control
7730 over the directory and filename where an attachment is saved you may
7731 cancel out of this command and View the attachment list.
7732 From there you can save each attachment individually.
7734 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7735 this help.
7737 &lt;End of help on this topic&gt;
7738 </BODY>
7739 </HTML>
7740 ======= h_ge_export =======
7741 <HTML>
7742 <HEAD>
7743 <TITLE>Export File Selection</TITLE>
7744 </HEAD>
7745 <BODY>
7746 <H1>Export File Selection</H1>
7748 You are Exporting or Saving something from within the Alpine world
7749 (a message, an attachment, etc.)
7750 to a plain text file.
7751 You are now being asked for the name of the file to export <EM>to</EM>.
7752 The easiest way to select a file is probably with the &quot;^T&quot;
7753 &quot;To Files&quot; subcommand.
7754 After returning from that subcommand you will still be allowed to
7755 edit the name you have selected.
7756 Alternatively, you may type in a file name.
7757 It may be an absolute pathname.
7758 Otherwise, it is a file located in your home directory
7759 or current working directory
7760 <!--chtml if pinemode="running"-->
7761 (which, at least for your current Alpine &quot;session,&quot; 
7762 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7763 <!--chtml endif-->, depending on the
7764 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7765 In any case, you finish by typing a carriage return to accept the
7766 file name that is displayed.
7767 When the feature
7768 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7769 is turned on you may use TAB to complete partially typed in names.
7771 If the object you are exporting is a message with some attachments,
7772 you may wish to save all of the attachments by typing the &quot;^P&quot;
7773 &quot;AllParts&quot; command to turn on saving of the attachments.
7774 This subcommand will only be visible if the message actually has attachments.
7775 You may also View the attachment list and save individual attachments from
7776 there.
7778 If you are SAVING a text part (text/plain, text/html, etc.) you can use
7779 the Control-R subcommand to toggle if saving will be done in binary mode,
7780 meaning that the attachment will be decoded, but will not be transformed
7781 to UTF-8 for further processing (either in internal filters, or user
7782 supplied filters.) This is useful in case you either want to preserve
7783 the text as it was encoded originally to you, or the attachment was
7784 incorrectly attached (the attachment is not of text type) and you need
7785 the original text to process the attachment.
7787 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7788 this help.
7790 &lt;End of help on this topic&gt;
7791 </BODY>
7792 </HTML>
7793 ======= h_common_save =======
7794 <HTML>
7795 <HEAD>
7796 <TITLE>Save and Export Commands</TITLE>
7797 </HEAD>
7798 <BODY>
7799 <H1>Save and Export Commands</H1>
7801 Save
7802 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
7803 and Export
7804 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
7805 are the two alternatives Alpine gives you to keep a copy of the message
7806 you are reading. If you want to keep the message within Alpine's email
7807 world, use &quot;Save&quot;; if you want to use the message in another
7808 program, use &quot;Export&quot;.
7811 When you Save a message, it is put into an existing folder or into a new
7812 folder in one of your existing folder collections.  The message stays in
7813 email format and can be read by Alpine again.  Alpine may use a special format
7814 for its mail folders -- never edit an Alpine folder by hand or with any
7815 program other than Alpine.  The exact behavior of the Save command can be
7816 configured with the
7817 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
7818 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
7819 and 
7820 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
7821 feature list settings.
7822 The name of the folder offered as a default is controlled by the option
7823 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
7826 When you use Export, the message is placed in a plain text file in your
7827 home directory 
7828 <!--chtml if pinemode="running"-->
7829 (which, in the present configuration of your system, is
7830  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7831 <!--chtml endif-->
7832 or current working directory
7833 <!--chtml if pinemode="running"-->
7834 (which, at least for your current Alpine &quot;session,&quot; 
7835 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7836 <!--chtml endif-->, depending on the
7837 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7838 configuration setting.  In the normal case, only minimal
7839 headers are exported with the message; however, if the full header mode 
7840 (whose availability may be disabled  by setting the feature 
7841 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7842 in SETUP CONFIGURATION) is
7843 toggled on, then complete headers are exported along with the message
7844 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
7845 defined, they may affect the contents of the exported file.)
7848 &lt;End of help on this topic&gt;
7849 </BODY>
7850 </HTML>
7851 ======= h_common_bounce =======
7852 <HTML>
7853 <HEAD>
7854 <TITLE>Bounce Command</TITLE>
7855 </HEAD>
7856 <BODY>
7857 <H1>Bounce Command</H1>
7859 The Bounce 
7860 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
7861 command allows you to re-send, or &quot;remail&quot;, a
7862 message, as if you were never in the loop.  It is analogous to crossing
7863 out your address on a postal letter, writing a different address on the
7864 envelope, and putting it into the mailbox. Bounce is used primarily to
7865 redirect email that was sent to you in error.
7866 Also, some owners of email
7867 lists need the bounce command to handle list traffic.
7868 Bounce is not anonymous.
7869 A ReSent-From header is added to the message so that the recipient may
7870 tell that you Bounced it to them.
7873 The presence or absence of the Bounce command is determined by the
7874 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
7875 feature in your Alpine configuration.
7876 The feature
7877 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
7878 affects the behavior of the Bounce command.
7879 Also, it is possible that Bounce could be
7880 administratively disabled by your system manager; if it doesn't work,
7881 please check with your local help desk before reporting a bug.
7884 &lt;End of help on this topic&gt;
7885 </BODY>
7886 </HTML>
7887 ======= h_common_reply =======
7888 <HTML>
7889 <HEAD>
7890 <TITLE>Reply and Forward Commands</TITLE>
7891 </HEAD>
7892 <BODY>
7894 <H1>Reply and Forward Commands</H1>
7896 Replying 
7897 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
7898 and Forwarding 
7899 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
7900 are your two alternatives for following up on the
7901 message you are reading.  You would use reply if you want to get email
7902 back to the author of the message and/or the other people who have
7903 already seen it.  You use forward if you want somebody new to see the
7904 message.
7907 In the normal case, the only thing that you must supply when forwarding a
7908 message is the name/email address of the new recipient.
7909 Alpine will include the text of the forwarded message.
7910 Alpine will also include any attachments to the message.
7911 There is space above the forwarded text for you to include additional comments.
7914 When replying, you usually have to answer some questions.
7915 If the message is to multiple people and/or specified with a Reply-To: header,
7916 then you will have to decide who should get the reply.
7917 You also need to decide whether or not to include the previous
7918 message in your reply.
7919 Some of this is configurable.
7920 Specifically, see the
7921 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
7922 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
7923 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
7925 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
7926 configuration features.
7929 Both the Reply and Forward commands react to the full header mode toggle.
7930 If the full header mode is on, then all the header and delivery lines are
7931 included with the text of the message in your reply/forward.
7934 Other configuration features that affect the Reply command are
7935 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
7936 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
7937 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
7940 &lt;End of help on this topic&gt;
7941 </BODY>
7942 </HTML>
7943 ======= h_common_delete =======
7944 <HTML>
7945 <HEAD>
7946 <TITLE>Delete and Undelete Commands</TITLE>
7947 </HEAD>
7948 <BODY>
7949 <H1>Delete and Undelete Commands</H1>
7951 Delete 
7952 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
7953 and Undelete 
7954 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
7955 allow you to change the Deleted flag for the current message.
7956 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
7957 removes the mark.
7958 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
7959 at the left hand edge of the index line.
7960 When viewing a deleted message, the letters &quot;DEL&quot; will be present
7961 in the upper right hand corner of the screen.
7962 Delete simply <EM>marks</EM> a message Deleted, it does not actually
7963 get rid of the message.
7964 The eXpunge command (available from the MESSAGE INDEX screen) actually
7965 removes all of the deleted messages in a folder.
7966 Once a message is eXpunged, it can't be retrieved.
7969 The Delete command is affected by the setting of the configuration feature
7970 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
7973 &lt;End of help on this topic&gt;
7974 </BODY>
7975 </HTML>
7976 ======= h_common_postpone =======
7977 <HTML>
7978 <HEAD>
7979 <TITLE>Postpone Command</TITLE>
7980 </HEAD>
7981 <BODY>
7982 <H1>Postpone Command</H1>
7984 The postpone
7985 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
7986 command allows you to temporarily stop working on the current
7987 message so you may read
7988 other messages or compose another message.  When you want to resume a
7989 message later, start to compose and answer &quot;yes&quot; to the
7990 &quot;Continue postponed composition?&quot; question.  You may
7991 postpone as many messages as you like.
7994 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
7995 in the Setup/Config screen, then the Postpone command will prompt you for
7996 the folder in which to store your outgoing message.
7999 &lt;End of help on this topic&gt;
8000 </BODY>
8001 </HTML>
8002 ======= h_compose_cancel =======
8003 <HTML>
8004 <HEAD>
8005 <TITLE>Cancel Command</TITLE>
8006 </HEAD>
8007 <BODY>
8008 <H1>Cancel Command</H1>
8010 Cancel
8011 <!--chtml if pinemode="function_key"-->
8012 (F2)
8013 <!--chtml else-->
8014 (^C) 
8015 <!--chtml endif-->
8017 The Cancel command returns you to Alpine's normal mail processing and
8018 causes the message currently under composition to be thrown out.
8019 The message text <EM>will be lost</EM>.
8022 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
8023 will be preserved in the file named
8024 <!--chtml if pinemode="os_windows"-->
8025 &quot;DEADLETR&quot;.
8026 <!--chtml else-->
8027 &quot;dead.letter&quot; in your home directory.
8028 <!--chtml endif-->
8029 If you unintentionally cancel a message, look there for its text.
8032 &lt;End of help on this topic&gt;
8033 </BODY>
8034 </HTML>
8035 ======= h_compose_addrcomplete =======
8036 <HTML>
8037 <HEAD>
8038 <TITLE>Address Completion</TITLE>
8039 </HEAD>
8040 <BODY>
8041 <H1>Address Completion</H1>
8043 When entering addresses in the address fields of the composer (To, Cc, etc.)
8044 the TAB key may be used to help complete the address.
8045 Type a partial nickname and tap the TAB key to complete the typing.
8046 The unambiguous part of the name will be filled in automatically.
8047 Typing TAB twice in succession will bring up a selection list of possibilities,
8048 making it easy to find and choose the correct address.
8051 The matching algorithm is rather ad hoc.
8052 The search starts with a search of your address book.
8053 It counts as a match if the nickname, address, or fullname field of an
8054 entry begins with the text typed in so far. It is also a match if
8055 a later word in the fullname (for example, the middle name or last name)
8056 begins with the entered text.
8058 Next comes an LDAP search.
8059 The search will happen for any servers that have the
8060 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
8061 feature set. You can set or unset the feature for each server independently
8062 in the Setup/Directory screen.
8064 Finally, if you are replying to or forwarding a message, that message is
8065 searched for likely candidate addresses that match the typed-in text.
8068 &lt;End of help on this topic&gt;
8069 </BODY>
8070 </HTML>
8071 ======= h_compose_richhdr =======
8072 <HTML>
8073 <HEAD>
8074 <TITLE>Rich Header Command</TITLE>
8075 </HEAD>
8076 <BODY>
8077 <H1>Rich Header Command</H1>
8079 The Rich Header command allows you to toggle between the list of 
8080 all message headers available for editing and those that are most
8081 common.
8084 Use this toggle to expose headers that are not normally visible by
8085 default.
8086 This set usually includes the
8087 &quot;Bcc:&quot;,
8088 &quot;Fcc:&quot;,
8089 &quot;Lcc:&quot;,
8090 and &quot;Newsgroups&quot;
8091 headers.
8092 If you are posting to a newsgroup the set of defaults is a little different.
8093 Obviously, in that case, the Newsgroups header is of interest so is not
8094 hidden.
8095 For news posting the hidden set includes the
8096 &quot;To:&quot;,
8097 &quot;Cc:&quot;,
8098 &quot;Bcc:&quot;,
8099 &quot;Fcc:&quot;,
8100 and &quot;Lcc:&quot;
8101 headers.
8102 You won't normally want to edit these, which is why they are hidden,
8103 but it is sometimes useful to be able to set them manually.
8106 The default sets of headers listed above can be altered.
8107 Any header that you have added to the
8108 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
8109 option, but not to the
8110 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
8111 option will appear when you use the Rich Headers command to
8112 make the Rich Headers visible.
8113 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
8114 even without toggling the Rich Headers command.)
8117 &lt;End of help on this topic&gt;
8118 </BODY>
8119 </HTML>
8120 ======= h_compose_send =======
8121 <HTML>
8122 <HEAD>
8123 <TITLE>Send Command</TITLE>
8124 </HEAD>
8125 <BODY>
8126 <H1>Send Command</H1>
8128 The Send command
8129 <!--chtml if pinemode="function_key"-->
8130 (F3)
8131 <!--chtml else-->
8132 (^X) 
8133 <!--chtml endif-->
8134 tells Alpine you are finished composing.
8135 Before actually sending it, though, Alpine will ask you to confirm 
8136 your intention, and, at the same time, redisplayed the message text
8137 with the recipients at the top of the screen to give you the opportunity
8138 to review and verify that the message is addressed to the people
8139 you intended.
8141 If the feature
8142 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
8143 then this confirmation prompt and any options it allows are skipped.
8146 This confirmation prompt may also offer, depending
8147 on your particular Setup/Config, options allowing you to set
8148 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
8149 include attachments in the &quot;Fcc&quot; (if you had previously
8150 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
8151 observe details of the
8152 <A HREF="h_config_verbose_post">message submission process</A>,
8153 choose the filter through which the
8154 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
8155 or turn of flowed text generation.
8158 &lt;End of help on this topic&gt;
8159 </BODY>
8160 </HTML>
8161 ======= h_compose_markcutpaste =======
8162 <HTML>
8163 <HEAD>
8164 <TITLE>Mark, Cut and Paste Commands</TITLE>
8165 </HEAD>
8166 <BODY>
8167 <H1>Mark, Cut and Paste Commands</H1>
8169 You can define a &quot;block&quot; of text, which can subsequently
8170  be deleted or
8171 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
8172 then moving the cursor to the end of the desired text block.  You can then
8173 &quot;cut&quot; the block out 
8174 <!--chtml if pinemode="function_key"-->
8175 &quot;F9&quot;,
8176 <!--chtml else-->
8177 &quot;Ctrl-K&quot;,
8178 <!--chtml endif-->
8179 move the cursor, and &quot;paste&quot; it
8180 <!--chtml if pinemode="function_key"-->
8181 &quot;F10&quot;,
8182 <!--chtml else-->
8183 &quot;Ctrl-U&quot;,
8184 <!--chtml endif-->
8185 in the new location.  Also, you can paste more than once, allowing you
8186 to use this feature to copy a block of text.<P>
8188 If you press 
8189 <!--chtml if pinemode="function_key"-->
8190 &quot;F9&quot;
8191 <!--chtml else-->
8192 &quot;^K&quot;
8193 <!--chtml endif-->
8194 without having marked anything, Alpine will delete
8195 a single line.  If you delete a group of lines together, Alpine keeps them
8196 in the same buffer, so 
8197 <!--chtml if pinemode="function_key"-->
8199 <!--chtml else-->
8201 <!--chtml endif-->
8202 will restore them as a block.  About
8203 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
8204 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
8205 &quot;type the character ^&quot;.
8208 &lt;End of help on this topic&gt;
8209 </BODY>
8210 </HTML>
8211 ======= h_compose_justify =======
8212 <HTML>
8213 <HEAD>
8214 <TITLE>Justify Command</TITLE>
8215 </HEAD>
8216 <BODY>
8217 <H1>Justify Command</H1>
8219 The Justify
8220 <!--chtml if pinemode="function_key"-->
8221 (F4)
8222 <!--chtml else-->
8223 (^J) 
8224 <!--chtml endif-->
8225 command reformats the text in the paragraph the cursor is in.
8226 Paragraphs are separated by one blank line or a line beginning with a space.
8227 This is useful when you have been editing a paragraph and the lines become
8228 uneven.  The text is left aligned or justified and the right is ragged.  If
8229 the text is already justified as typed with auto-wrap, no justification will
8230 be done.
8233 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
8234 block of text, the Justify command is modified.
8235 Instead of automatically justifying the current paragraph you will be
8236 asked if you want to justify the paragraph, justify the selected region,
8237 or adjust the quote level of the selected region.
8238 Adjusting the quote level only works if you are using standard
8239 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
8240 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
8243 When composing a reply containing included text, the justify command
8244 will reformat text to the right of the 
8245 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
8246 adding or removing indented lines as needed.  Paragraphs are separated
8247 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
8248 line containing the indent string and one or more blank spaces.
8249 Included text that was previously indented (or &quot;quoted&quot;) is
8250 not preserved.
8253 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
8254 in 1999 and its wide-spread adoption since then, you will usually be better off if you
8255 use the standard
8256 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
8259 &lt;End of help on this topic&gt;
8260 </BODY>
8261 </HTML>
8262 ======= h_compose_spell =======
8263 <HTML>
8264 <HEAD>
8265 <TITLE>Spell Check Command</TITLE>
8266 </HEAD>
8267 <BODY>
8268 <H1>Spell Check Command</H1>
8270 The &quot;To Spell&quot;
8271 <!--chtml if pinemode="function_key"-->
8272 (F12)
8273 <!--chtml else-->
8274 (^T) 
8275 <!--chtml endif-->
8276 command calls an external spell checking program to look over the
8277 message you are composing.  By default, Alpine uses
8279 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
8281 if it knows where to find &quot;aspell&quot;.
8282 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
8283 then the command used is
8285 <CENTER><SAMP>ispell -l</SAMP></CENTER>
8287 Otherwise, the ancient &quot;spell&quot; command is used.
8289 For PC-Alpine, you must install the aspell library code that you
8290 may get from
8291 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
8294 &lt;End of help on this topic&gt;
8295 </BODY>
8296 </HTML>
8297 ======= h_compose_alted =======
8298 <HTML>
8299 <HEAD>
8300 <TITLE>Alt Editor Command</TITLE>
8301 </HEAD>
8302 <BODY>
8303 <H1>Alt Editor Command</H1>
8305 The &quot;Alt Editor&quot; command's availability depends on the
8306 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
8309 When the variable specifies a valid editor on your system, this
8310 command will launch it with the current text of your message
8311 already filled in.
8314 &lt;End of help on this topic&gt;
8315 </BODY>
8316 </HTML>
8317 ======= h_compose_readfile =======
8318 <HTML>
8319 <HEAD>
8320 <TITLE>Read File Command</TITLE>
8321 </HEAD>
8322 <BODY>
8323 <H1>Read File Command</H1>
8325 The &quot;Read File&quot;
8326 <!--chtml if pinemode="function_key"-->
8327 (F5)
8328 <!--chtml else-->
8329 (^R) 
8330 <!--chtml endif-->
8331 command allows you to copy in text from an existing file. You will be
8332 prompted for the name of a file to be inserted into the message.  The file
8333 name is relative to your home directory 
8334 <!--chtml if pinemode="running"-->
8335 (which, in the present configuration of your system, is
8336  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8337 <!--chtml endif-->
8338 or current working directory
8339 <!--chtml if pinemode="running"-->
8340 (which, at least for your current Alpine &quot;session,&quot; 
8341 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8342 <!--chtml endif-->, depending on the
8343 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8344 configuration setting; or, the file name must be specified as a full path name 
8345 <!--chtml if pinemode="os_windows"-->
8346 -- for example: &quot;A:&#92;PAPER.TXT&quot;
8347 <!--chtml else-->
8348 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
8349 <!--chtml endif-->
8350 (without the quotation marks).
8353 The file will be inserted where the cursor is located.  <B>The
8354 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
8355 Unix machine but have files on a PC or Mac, the files must be transferred
8356 to the system Alpine is running on before they can be read.  Please ask your
8357 local computer support people about the correct way to transfer a file to 
8358 your Alpine system.
8361 &lt;End of help on this topic&gt;
8362 </BODY>
8363 </HTML>
8364 ======= h_config_tray_icon =======
8365 <HTML>
8366 <HEAD>
8367 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
8368 </HEAD>
8369 <BODY>
8370 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
8372 PC-Alpine only.
8374 This option restores a behavior of previous versions of PC-Alpine.
8375 These
8376 versions, when started, installed a PC-Alpine icon in the notification 
8377 tray of Window's Taskbar.  The primary use of this icon was to indicate
8378 new mail arrival by turning red (while the Taskbar icon remained green).
8379 Additionally, the icon now changes to yellow to signify that a mail folder
8380 has been closed unexpectedly.
8383 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
8384 color its Taskbar entry's icon red (as well as the icon in the Window
8385 Title).  This feature is only provided for backwards compatibility.
8388 &lt;End of help on this topic&gt;
8389 </BODY>
8390 </HTML>
8391 ======= h_common_suspend =======
8392 <HTML>
8393 <HEAD>
8394 <TITLE>Suspend Command</TITLE>
8395 </HEAD>
8396 <BODY>
8397 <H1>Suspend Command</H1>
8399 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
8400 enabled, you can, at almost any time, temporarily halt your Alpine session,
8401 <!--chtml if pinemode="os_windows"-->
8402 minimizing it into an icon.
8403 <!--chtml else-->
8404 and return to your system prompt.
8405 <!--chtml endif-->
8408 &lt;End of help on this topic&gt;
8409 </BODY>
8410 </HTML>
8411 ======= h_pipe_command =======
8412 <HTML>
8413 <HEAD>
8414 <TITLE>Pipe Command SubOptions</TITLE>
8415 </HEAD>
8416 <BODY>
8417 <H1>Pipe Command SubOptions</H1>
8419 By default, when you use the Pipe command, the processed text of the
8420 message is sent to the Unix command
8421 you specify and the output is captured by Alpine and shown to you.
8422 (This command is available in PC-Alpine, as well, but there aren't many
8423 Windows commands that work well with piping.)
8424 There are some sub-commands that may be used to alter this behavior.
8425 These are toggles that switch the behavior between two possibilities.
8426 They can be combined in any way you wish.
8428 By default, the prompt at the bottom of the screen looks like
8430 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
8434 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
8436 if you are piping more than one message.
8438 The sub-command options are:
8439 <DL>
8440    <DT>Shown Text or Raw Text</DT>
8441    <DD>This option toggles between sending the shown (processed) text
8442 of the message to the Unix command, and sending the
8443 raw (unprocessed) text of the message to the Unix command.
8444 The default is to send the shown text.
8445 The raw version of the message will contain all of the headers and any
8446 MIME encoding that the message contains.
8447 If you've selected the Raw Text then the prompt will have the additional word
8448 &quot;RAW&quot; in it, like
8450 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
8452 You can experiment with this option by piping to something simple like the
8453 Unix &quot;cat&quot; command.
8454    </DD>
8455    <DT>Captured Output or Free Output</DT>
8456    <DD>This option toggles between having Alpine capture the output of
8457 the Unix pipe command for display, and not capturing it.
8458 If the command you are piping to is a filter that will produce output
8459 you want to view, then you want to capture that output
8460 for display (the default).
8461 If the Unix command doesn't produce output or handles the display itself,
8462 then you want free output.
8463 When you've selected the Free Output option the prompt will change to
8465 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
8467    </DD>
8468    <DT>No Delimiter or With Delimiter</DT>
8469    <DD>This option controls whether or not a Unix mailbox style delimiter
8470 will come before the text of the message.
8471 This is the delimiter used in the common Unix mailbox format.
8472 It's the single line that begins with the five characters
8473 &quot;From&quot; followed by a &lt;SPACE&gt; character.
8474 You'll usually only want to include this if the Unix command requires
8475 input in the format of a traditional Unix mailbox file.
8476 When you've selected the With Delimiter option the prompt will change to
8478 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
8480    </DD>
8481    <DT>To Same Pipe or To Individual Pipes</DT>
8482    <DD>This option only shows up if you are running an aggregate
8483 pipe command.
8484 That is, the command was Apply Pipe, not just Pipe.
8485 You have the option of piping all of the selected messages through a
8486 single pipe to a single instance of the Unix command,
8487 or piping each individual message through a separate pipe to separate
8488 instances of the Unix command.
8489 The default is that all of the output will go through a single pipe
8490 to a single instance of the command.
8491 You can try this option with a command like &quot;less&quot;, with Free
8492 Output enabled.
8493 When you've selected the Individual Pipes option the prompt will change to
8495 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
8497    </DD>
8498 </DL>
8501 As mentioned earlier, the options can be combined in any way you wish.
8502 You may leave them all off, turn them all on, or turn some of them on
8503 and some of them off.
8504 If you use the pipe command a second time in the same session the default
8505 options will be what you used the last time.
8508 &lt;End of help on this topic&gt;
8509 </BODY>
8510 </HTML>
8511 ========== h_emptydir_subfolder_name =========
8512 <HTML>
8513 <HEAD>
8514 <TITLE>ENTER SUBFOLDER NAME</TITLE>
8515 </HEAD>
8516 <BODY>
8517 <H1>Enter Subfolder Name</H1>
8519 <P> 
8520 This is the name of a new subfolder in the directory you are creating.
8521 Because empty directories are hidden and therefore not useful, you must also
8522 create a subfolder in the directory you are creating in order that the
8523 directory remains visible.
8525 Alternatively, you may turn off the configuration feature
8526 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
8527 so that empty directories remain visible.
8528 If you do that, you will not be required to create the subfolder when you
8529 create a directory.
8532 &lt;End of help on this topic&gt;
8533 </BODY>
8534 </HTML>
8535 ========== h_incoming_add_folder_name =========
8536 <HTML>
8537 <HEAD>
8538 <TITLE>ENTER FOLDER NAME</TITLE>
8539 </HEAD>
8540 <BODY>
8541 <H1>Enter Folder Name</H1>
8543 <P> 
8544 This is the name of the folder on the previously specified server.
8545 By default the folder name is interpreted as defining a section of your personal
8546 folder area.  This area and how you specify it are defined by the
8547 server, if one is specified.
8550 To define a folder outside the default area, prefix
8551 the path with the namespace to use when interpreting the
8552 given path.  If a namespace is specified, the folder name begins with the
8553 sharp (#) character followed by the name of the namespace
8554 and then the namespace's path-element-delimiter.  Aside from the
8555 name's format, namespaces can also imply access rights, content
8556 policy, audience, location, and, occasionally, access methods.
8559 Each server exports its own set (possibly of size one) of 
8560 namespaces.
8561 For a more detailed explanation read about
8562 <A HREF="h_folder_name_namespaces">Namespaces</A>.
8565 To specify the default for INBOX on the server you can usually just enter
8566 &quot;INBOX&quot;, and the server will understand the special meaning of
8567 that word.
8570 &lt;End of help on this topic&gt;
8571 </BODY>
8572 </HTML>
8573 ========== h_incoming_add_folder_host =========
8574 <HTML>
8575 <HEAD>
8576 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
8577 </HEAD>
8578 <BODY>
8579 <H1>Enter Incoming Folder Server</H1>
8581 You are being asked for the name of the server for use with this incoming
8582 folder.
8583 If the folder is on the machine where Alpine is running, then just enter
8584 RETURN without typing a server name.
8587 If the folder is on an IMAP server then type the server's name followed
8588 by RETURN.
8589 You may use the ^X command if the server is the same as the server that
8590 the INBOX is on.
8593 You may have to add optional extra information to the server name.
8594 For example, if the IMAP server is using a non-standard port number you
8595 would specify that by appending a colon (:) followed by the port number
8596 to the server name
8599 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8602 or you may need to specify a different protocol if the server is not an
8603 IMAP server. For example:
8606 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8609 for a POP server or
8612 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8615 for an NNTP news server.
8616 For an explanation of all of the possibilities, see
8617 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8618 for folders.
8621 There is a special command (^W) if you want to set up a folder that gets its
8622 mail from a
8623 <A HREF="h_maildrop">Mail Drop</A>.
8624 If you type that command, you will be prompted for the information for
8625 both the Mail Drop folder and the destination folder.
8628 &lt;End of help on this topic&gt;
8629 </BODY>
8630 </HTML>
8631 ========== h_incoming_add_inbox =========
8632 <HTML>
8633 <HEAD>
8634 <TITLE>ENTER INBOX SERVER</TITLE>
8635 </HEAD>
8636 <BODY>
8637 <H1>Enter INBOX Server</H1>
8639 You are being asked for the name of the server for use with
8640 the INBOX folder.
8641 Type the server's name followed by RETURN.
8644 You may have to add optional extra information to the server name.
8645 For example, if the server is using a non-standard port number you
8646 would specify that by appending a colon (:) followed by the port number
8647 to the server name
8650 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8653 or you may need to specify a different protocol if the server is not an
8654 IMAP server. For example:
8657 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8660 for a POP server.
8663 For an explanation of all of the possibilities, see
8664 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8665 for folders.
8668 If the INBOX folder is on the machine where Alpine is running, then just enter
8669 RETURN without typing a server name.
8672 There is a special command (^W) if you want to set up a folder that gets its
8673 mail from a
8674 <A HREF="h_maildrop">Mail Drop</A>.
8675 If you type that command, you will be prompted for the information for
8676 both the Mail Drop folder and the destination folder, which will be used
8677 as your INBOX folder.
8680 &lt;End of help on this topic&gt;
8681 </BODY>
8682 </HTML>
8683 ========== h_incoming_add_maildrop_destn =========
8684 <HTML>
8685 <HEAD>
8686 <TITLE>ENTER DESTINATION SERVER</TITLE>
8687 </HEAD>
8688 <BODY>
8689 <H1>Enter Destination Server</H1>
8691 You are being asked for the name of the server where the destination
8692 folder is for use with this Mail Drop incoming folder.
8693 That is, you are using a Mail Drop for this incoming folder and
8694 you've already entered
8695 the server and folder name for the Mail Drop.
8696 Now you need to enter the server for the destination folder
8697 where the mail should be copied to.
8698 Mail will come from the Mail Drop and be copied to the destination folder.
8701 Type the server's name followed by RETURN.
8702 If the folder is local to this computer, just type RETURN without entering
8703 a server name.
8706 You may have to add optional extra information to the server name.
8707 For example, if the server is using a non-standard port number you
8708 would specify that by appending a colon (:) followed by the port number
8709 to the server name
8712 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8715 For an explanation of all of the possibilities, see
8716 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8717 for folders.
8720 &lt;End of help on this topic&gt;
8721 </BODY>
8722 </HTML>
8723 ========== h_inbox_add_maildrop_destn =========
8724 <HTML>
8725 <HEAD>
8726 <TITLE>ENTER DESTINATION SERVER</TITLE>
8727 </HEAD>
8728 <BODY>
8729 <H1>Enter Destination Server</H1>
8731 You are being asked for the name of the server where the destination
8732 folder is for use with your Mail Drop INBOX.
8733 That is, you are using a Mail Drop for your INBOX and you've already entered
8734 the server and folder name for the Mail Drop.
8735 Now you need to enter the server for the destination folder
8736 where the mail should be copied to.
8737 Mail will come from the Mail Drop and be copied to the destination folder.
8740 Type the server's name followed by RETURN.
8741 If the folder is local to this computer, just type RETURN without entering
8742 a server name.
8745 You may have to add optional extra information to the server name.
8746 For example, if the server is using a non-standard port number you
8747 would specify that by appending a colon (:) followed by the port number
8748 to the server name
8751 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8754 For an explanation of all of the possibilities, see
8755 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8756 for folders.
8759 &lt;End of help on this topic&gt;
8760 </BODY>
8761 </HTML>
8762 ========== h_inbox_add_maildrop =========
8763 <HTML>
8764 <HEAD>
8765 <TITLE>ENTER MAILDROP SERVER</TITLE>
8766 </HEAD>
8767 <BODY>
8768 <H1>Enter Mail Drop Server</H1>
8770 You are being asked for the name of the Mail Drop server for use with
8771 your INBOX.
8774 Type the server's name followed by RETURN.
8777 You may have to add optional extra information to the server name.
8778 For example, if the server is using a non-standard port number you
8779 would specify that by appending a colon (:) followed by the port number
8780 to the server name
8783 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8786 or you may need to specify a different protocol if the server is not an
8787 IMAP server. For example:
8790 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8793 for a POP server or
8796 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8799 for an NNTP news server.
8800 For an explanation of all of the possibilities, see
8801 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8802 for folders.
8805 &lt;End of help on this topic&gt;
8806 </BODY>
8807 </HTML>
8808 ========== h_incoming_add_maildrop =========
8809 <HTML>
8810 <HEAD>
8811 <TITLE>ENTER MAILDROP SERVER</TITLE>
8812 </HEAD>
8813 <BODY>
8814 <H1>Enter Mail Drop Server</H1>
8816 You are being asked for the name of the Mail Drop server for use with
8817 this incoming folder.
8820 Type the server's name followed by RETURN.
8821 You may use the ^X command if the server is the same as the server that
8822 the INBOX is on.
8825 You may have to add optional extra information to the server name.
8826 For example, if the server is using a non-standard port number you
8827 would specify that by appending a colon (:) followed by the port number
8828 to the server name
8831 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8834 or you may need to specify a different protocol if the server is not an
8835 IMAP server. For example:
8838 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8841 for a POP server or
8844 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8847 for an NNTP news server.
8848 For an explanation of all of the possibilities, see
8849 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8850 for folders.
8853 If the Mail Drop folder is on the machine where Alpine is running, then just enter
8854 RETURN without typing a server name.
8857 &lt;End of help on this topic&gt;
8858 </BODY>
8859 </HTML>
8860 ========== h_maildrop =========
8861 <HTML>
8862 <HEAD>
8863 <TITLE>WHAT IS A MAIL DROP?</TITLE>
8864 </HEAD>
8865 <BODY>
8866 <H1>What is a Mail Drop?</H1>
8868 In some situaions it may make sense to have your mail delivered to one
8869 folder (the Mail Drop) and then when you want to read mail that has been
8870 delivered to the Mail Drop folder Alpine will move it to another
8871 destination folder.
8872 Often the Mail Drop will be a remote folder and messages will be moved from
8873 there to a local destination folder.
8876 One example where this might make sense is if the Mail Drop folder is accessible
8877 only with the POP protocol.
8878 You could designate your POP inbox as the Mail Drop folder and have Alpine move
8879 mail from there to a local (on the same machine Alpine is running on)
8880 destination folder, where you'll read it.
8883 A Mail Drop may only be used as your Inbox or as an
8884 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
8887 There is no attempt to synchronize the contents of the destination folder
8888 with the contents of the Mail Drop folder.
8889 All that happens is that all of the messages in the Mail Drop folder are
8890 copied to the destination folder and then they are deleted and expunged (if possible)
8891 from the Mail Drop folder.
8892 The next time a check for new mail is made, any messages in the Mail 
8893 Drop folder are once again copied to the destination folder and deleted
8894 and expunged from the Mail Drop folder.
8895 (If the Mail Drop folder is a news group, then the messages can't be
8896 expunged from the newsgroup. Instead, only Recent messages are copied from
8897 the newsgroup to the destination folder.)
8900 Configuration of a Mail Drop is a little different from configuration of
8901 a folder that does not use a Mail Drop because you have to specify two
8902 folder names instead of one.
8903 The two folders may be any types of folders that Alpine can normally use.
8904 They don't have to be a remote folder and a local folder, that is
8905 simply the most common usage.
8906 When you use a Mail Drop folder Alpine will periodically re-open the Mail
8907 Drop to check for new mail.
8908 The new-mail checks will happen at the frequency set with the
8909 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
8910 but with a minimum time
8911 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
8912 between checks.
8913 Because of this minimum you may notice that new mail does not
8914 appear promptly when you expect it.
8915 The reason for this is to protect the server from over-zealous opening and
8916 closing of the Mail Drop folder.
8917 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
8918 the end of the folder index, then the check will happen, regardless of how
8919 long it has been since the previous check.
8921 If there is new mail, that mail will be copied to the destination folder
8922 and then will be deleted from the Mail Drop.
8923 Note that using a Mail Drop with a local destination folder does not make
8924 sense if you read mail from more than one machine, because the mail is
8925 downloaded to the destination folder (which is accessible from only one
8926 machine) and deleted from the Mail Drop.
8928 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
8931 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
8934 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
8936 The brackets are not literal.
8938 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
8940 is a single character that does not appear in the MailDropFolder name.
8941 If the name doesn't contain spaces then it can be a space character.
8942 The two folder names are full technical
8943 <A HREF="h_valid_folder_names">folder names</A>
8944 as used by Alpine.
8945 Here are a couple examples to give you an idea what is being talked about:
8948 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
8950 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
8953 A #move folder may only be used as an
8954 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
8955 an Inbox.
8956 When you are in the FOLDER LIST of Incoming Message Folders (after turning
8957 on the
8958 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8959 option)
8960 the Add command has a subcommand &quot;Use Mail Drop&quot;
8961 which may be helpful for defining the folder in your Alpine configuration.
8962 The same is true when you edit the
8963 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
8964 option in Setup/Config.
8965 Each of these configuration methods will also create the DestinationFolder
8966 if it doesn't already exist.
8967 If you are having problems, make sure the DestinationFolder exists.
8970 &lt;End of help on this topic&gt;
8971 </BODY>
8972 </HTML>
8973 ========== h_save =========
8974 <HTML>
8975 <HEAD>
8976 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
8977 </HEAD>
8978 <BODY>
8979 <H1>Choose a Folder to Save Into</H1>
8981 After Exiting from this help text,
8982 type the name of the folder you want to save into and press RETURN.
8984 Press ^T to get a list of your folders to choose from.
8985 Press ^C to cancel the Save.
8987 If you have Folder Collections defined you may use
8988 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
8989 the collection being saved to.
8991 If Tab Completion is enabled (it is enabled by default)
8992 you may type a Tab character to have Alpine complete the folder name for you.
8994 If Partial Match Lists is enabled (it is enabled by default) you may type
8995 Ctrl-X to get a list of matches to the prefix you've typed in so far.
8997 If the Ctrl-R subcommand is present that means you can decide to Delete or
8998 not Delete the message you are saving after you save it.
8999 The label on that key gives the action to switch to.
9000 If it says Delete and you type Ctrl-R the label displayed will change to
9001 No Delete and the source message will be deleted after the save. If it
9002 says No Delete and you type Ctrl-R the label displayed will change to
9003 Delete and the message will not be deleted.
9004 You can control the default for the Delete parameter with the
9005 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
9007 Similarly, if the Ctrl-W subcommand is present that means you can decide
9008 to Preserve the order of the messages being saved or not.
9009 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
9010 will be in the same order as you see them in the source folder now.
9011 The opposite action (which is usually the default) is that you don't care
9012 about the order.
9013 The Saved messages may or may not be in the same order in the destination folder.
9014 There may be a performance penalty for choosing to save the messages in order.
9015 You can control the default for the Preserve Order parameter with the
9016 configuration feature
9017 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
9020 If you haven't disabled the Save Input History and you've already done a
9021 Save earlier in this session then you may use the Up and Down arrows to retrieve
9022 a folder name used in a previous Save.
9025 &lt;End of help on this topic&gt;
9026 </BODY>
9027 </HTML>
9028 ============= h_simple_index ========================
9029 <HTML>
9030 <HEAD>
9031 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
9032 </HEAD>
9033 <BODY>
9034 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
9035 <!--chtml if pinemode="function_key"-->
9036 <PRE>
9037 Navigating the List of Messages               General Alpine Commands
9038 -------------------------------               -----------------------
9039  F5   Move to previous message                 F1   Show this help text
9040  F6   Move to next message
9041  F7   Show previous screen of messages
9042  F8   Show next screen of messages
9044 Message Selection Commands
9045 --------------------------
9046  F3   Exit the Message Select menu (canceling Send command)
9047  F4   Select the currently highlighted message
9048  F9   Mark the currently highlighted message as deleted
9049  F10  Undelete (remove deletion mark from) the highlighted message
9050 </PRE>
9051 <!--chtml else-->
9052 <PRE>
9053 Navigating the List of Messages               General Alpine Commands
9054 -------------------------------               -----------------------
9055   P  Move to previous message                  ?  Show this help text
9056   N  Move to next message
9057   -  Show previous screen of messages
9058  Spc (space bar) Show next screen of messages
9060 Message Selection Commands
9061 --------------------------
9062   E  Exit the Message Select menu (canceling Send command)
9063   S  Select the currently highlighted message
9064   D  Mark the currently highlighted message as deleted
9065   U  Undelete (remove deletion mark from) the highlighted message
9066 </PRE>
9067 <!--chtml endif-->
9069 <H2>Description of the Select Postponed Message Screen</H2>
9071 This screen allows you to select one of several previously postponed
9072 messages in order to continue composition.  Your options are very limited
9073 -- the screen is not meant to let you manipulate these messages.  However,
9074 you may now delete messages from this list.  Once you choose a message,
9075 Alpine reads it in and puts you into the regular message composer.
9078 Messages do not stay in this postponed state automatically.  If you select
9079 a message and then want to postpone it again, use the normal postpone
9080 (Ctrl-O) command in the composer.
9083 If you exit this screen without selecting a message, the Compose command
9084 that got you here is canceled.  Other than messages explicitly marked
9085 &quot;Deleted&quot;, no messages will be removed.
9088 &lt;End of help on this topic&gt;
9089 </BODY>
9090 </HTML>
9091 ============= h_collection_screen ========================
9092 <HTML>
9093 <HEAD>
9094 <TITLE>COLLECTION LIST screen</TITLE>
9095 </HEAD>
9096 <BODY>
9097 <H1>COLLECTION LIST screen</H1>
9099 The COLLECTION LIST screen is used to select one of your  
9100 collection definitions to display the folders they contain.  See
9101 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
9102 detailed explanation of collections.<P>
9104 To manage your collection definitions (Add, Change, Delete, etc.), use
9105 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
9106 MAIN MENU.
9109 &lt;End of help on this topic&gt;
9110 </BODY>
9111 </HTML>
9112 ============= h_collection_maint ========================
9113 <HTML>
9114 <HEAD>
9115 <TITLE>SETUP COLLECTION LIST screen</TITLE>
9116 </HEAD>
9117 <BODY>
9118 <H1>SETUP COLLECTION LIST screen</H1>
9120 The SETUP COLLECTION LIST screen lets you manage your collection
9121 definitions.  See 
9122 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
9123 for detailed explanation of collections.<P>
9125 Maintenance commands include:
9126 <DL>
9127 <DT>Change
9128 <!--chtml if pinemode="function_key"-->
9129 (F4)
9130 <!--chtml else-->
9132 <!--chtml endif-->
9133 </DT>
9135 <DD>Modify attributes of the selected collection definition.
9137 <DT>Add Cltn
9138 <!--chtml if pinemode="function_key"-->
9139 (F9)
9140 <!--chtml else-->
9142 <!--chtml endif-->
9143 </DT>
9145 <DD>Create a new collection definition.
9146 </DD>
9148 <DT>Del Cltn
9149 <!--chtml if pinemode="function_key"-->
9150 (F10)
9151 <!--chtml else-->
9153 <!--chtml endif-->
9154 </DT>
9156 <DD>Delete the selected collection definition.<BR>
9157 NOTE: The folders and directories referred to by the
9158 collection definition are <EM>NOT</EM> deleted.  Folders must
9159 be deleted, if that's what you wish to do, from the 
9160 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
9161 individual folders in a collection.
9162 </DD>
9164 <DT>Shuffle
9165 <!--chtml if pinemode="function_key"-->
9166 (F11)
9167 <!--chtml else-->
9169 <!--chtml endif-->
9170 </DT>
9172 <DD>Change the order of the displayed collections.  Alpine will offer
9173 to move the currently selected collection one position UP
9174 or DOWN.
9175 </DD>
9176 </DL>
9179 &lt;End of help on this topic&gt;
9180 </BODY>
9181 </HTML>
9182 ============ h_what_are_collections ==========
9183 <HTML>
9184 <HEAD>
9185 <TITLE>Folder Collections Explained</TITLE>
9186 </HEAD>
9187 <BODY>
9188 <H1>Folder Collections Explained</H1>
9191 Those of you with simple mail configurations will just see a list of all the
9192 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
9193 The special folders for INBOX, sent mail and saved messages
9194 will appear at the top of the list.  All others are in alphabetical order.
9196 If you
9197 or your system administrator have defined more than one collection or if
9198 you have a collection (for newsgroups or email folders) defined on your 
9199 system, then you will see the COLLECTION LIST screen first when choosing 
9200 FOLDER LIST from Alpine's MAIN MENU.
9202 <H2>Why have multiple folder collections?</H2>
9204 For Alpine users who only maintain email folders (and not too many) on one host, 
9205 a single folder collection is probably sufficient.<P>
9207 However, people who have more than one email account - for example, one 
9208 at their university, and one with their personal Internet Service Provider - 
9209 will have different sets of folders on different hosts, and they may want to
9210 access them all from the same installation of Alpine, rather than use different 
9211 software and/or log into other hosts to manipulate messages in different 
9212 accounts.  (If in doubt whether one of your email accounts can be accessed 
9213 with Alpine, contact the technical support people for that account.)  Even people
9214 who have only one email account on one host, but have dozens or
9215 hundreds of email folders, may want to arrange these folders together in a 
9216 meaningful way.<BR>
9217 That is where multiple collections come in.
9219 <H2>Types of Collections</H2>
9220 <DL>
9221 <DT>INCOMING FOLDERS</DT>
9222 <DD>&quot;Incoming Message Folders&quot; 
9223 is a special collection typically used to supplement your single INBOX.  
9224 All the folders here are meant to be ones that receive incoming messages, 
9225 which you intend to check more or less frequently.  
9226 You may have multiple folders like this because you or your systems 
9227 administrator have set up an external program or you may have set up
9228 Alpine to filter incoming 
9229 messages into different folders, based on certain criteria such as 
9230 sender, recipient, or subject; or because you have multiple accounts and 
9231 wish to check their INBOXes easily.  This collection is established by 
9232 setting the 
9233 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9234 feature in the SETUP CONFIGURATION screen, which is accessed from the 
9235 MAIN MENU.
9236 </DD>
9238 <DT>NEWS</DT>
9239 <DD>You can also define a collection specifically for
9240 newsgroups.  Alpine does this for you implicitly when you 
9241 <A HREF="h_config_nntp_server">define an NNTP Server</A>
9242 in your Alpine configuration.  The news collection appears last in the 
9243 COLLECTION LIST (though you can shuffle it up in the order of presentation),
9244 and Alpine knows not to save messages there.
9245 </DD>
9247 <DT>DEFAULT COLLECTION</DT>
9248 <DD>This is the default collection for your saved and sent messages folders.
9249 </DD>
9250 </DL>
9254 <H2>Defining Collections</H2>
9256 In the absence of any folder-collection definitions, Alpine will assume a
9257 single default folder collection.
9258 <!--chtml if pinemode="os_windows"-->
9259 <!--chtml else-->
9260 If necessary, Alpine will create the directory
9261 &quot;mail&quot; in your Unix home directory 
9262 to hold your folders.
9263 <!--chtml endif-->
9265 You can use the 
9266 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
9267 the MAIN MENU, to manage your collection list.  
9269 &lt;End of help on this topic&gt;
9270 </BODY>
9271 </HTML>
9272 ===== h_select_address_screen =====
9273 <HTML>
9274 <HEAD>
9275 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
9276 </HEAD>
9277 <BODY>
9278 <H1>SELECT AN ADDRESS SCREEN</H1>
9279 <H2>COMMANDS</H2>
9280 <!--chtml if pinemode="function_key"-->
9281 <PRE>
9282 Available  Commands                        
9283 -------------------------------            
9284 F1  Show Help Text
9285 F3  Exit without selecting anything
9286 F4  Select the highlighted address
9287 F5  Move highlight to previous address
9288 F6  Move highlight to next address
9289 F7  Previous page of addresses
9290 F8  Next page of addresses
9291 F11 Print
9292 F12 WhereIs
9293 </PRE>
9294 <!--chtml else-->
9295 <PRE>
9296 Navigation                     General Alpine Commands
9297 -------------------------      -----------------------
9298  P  Prev Address                ?  Display this help text
9299  N  Next Address                E  Exit without selecting anything
9300  -  Previous page               %  Print
9301 Spc (space bar) Next page
9302  W  WhereIs
9304 Select Command
9305 ------------------------------------------------
9306  S  Select the highlighted address
9307 </PRE>
9308 <!--chtml endif-->
9310 <H2>Description of the Select Address Screen</H2>
9312 This screen gives you an easy way to select an address from all of
9313 the address book entries that match the prefix typed so far.
9315 <P><UL>
9316 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9317 </UL>
9319 &lt;End of help on this topic&gt;
9320 </BODY>
9321 </HTML>
9322 ===== h_select_rule_screen =====
9323 <HTML>
9324 <HEAD>
9325 <TITLE>SELECT A RULE SCREEN</TITLE>
9326 </HEAD>
9327 <BODY>
9328 <H1>SELECT A RULE SCREEN</H1>
9329 <H2>COMMANDS</H2>
9330 <!--chtml if pinemode="function_key"-->
9331 <PRE>
9332 Available  Commands                        
9333 -------------------------------            
9334 F1  Show Help Text
9335 F3  Exit without selecting anything
9336 F4  Select the highlighted rule
9337 F5  Move highlight to previous rule
9338 F6  Move highlight to next rule
9339 F7  Previous page of rules
9340 F8  Next page of rules
9341 F11 Print
9342 F12 WhereIs
9343 </PRE>
9344 <!--chtml else-->
9345 <PRE>
9346 Navigation                     General Alpine Commands
9347 -------------------------      -----------------------
9348  P  Prev Rule                   ?  Display this help text
9349  N  Next Rule                   E  Exit without selecting anything
9350  -  Previous page               %  Print
9351 Spc (space bar) Next page
9352  W  WhereIs
9354 Select Command
9355 ------------------------------------------------
9356  S  Select the highlighted rule
9357 </PRE>
9358 <!--chtml endif-->
9360 <H2>Description of the Select Rule Screen</H2>
9362 This screen just gives you an easy way to select a rule from all of your
9363 defined rules.
9364 The list of rules presented is the list of nicknames of all of the rules
9365 defined using Setup/Rules.
9366 For selecting messages, it is likely that the Indexcolor rules and possibly
9367 the Roles rules will be most useful.
9368 The others are there also, in case you find a use for them.
9370 In order for this to be useful for selecting messages, the nicknames of
9371 the rules have to be different.
9372 Alpine actually just gets the nickname of the rule that you select and then
9373 looks up that rule using the nickname.
9374 So if there are duplicate nicknames, the first rule that has that
9375 nickname will be used.
9377 <P><UL>
9378 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9379 </UL>
9381 &lt;End of help on this topic&gt;
9382 </BODY>
9383 </HTML>
9384 ===== h_select_priority_screen =====
9385 <HTML>
9386 <HEAD>
9387 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
9388 </HEAD>
9389 <BODY>
9390 <H1>SELECT A PRIORITY SCREEN</H1>
9391 <H2>COMMANDS</H2>
9392 <!--chtml if pinemode="function_key"-->
9393 <PRE>
9394 Available  Commands                        
9395 -------------------------------            
9396 F1  Show Help Text
9397 F3  Exit without selecting anything
9398 F4  Select the highlighted priority
9399 F5  Move highlight to previous priority
9400 F6  Move highlight to next priority
9401 F7  Previous page of priorities
9402 F8  Next page of priorities
9403 F11 Print
9404 F12 WhereIs
9405 </PRE>
9406 <!--chtml else-->
9407 <PRE>
9408 Navigation                     General Alpine Commands
9409 -------------------------      -----------------------
9410  P  Prev Priority               ?  Display this help text
9411  N  Next Priority               E  Exit without selecting anything
9412  -  Previous page               %  Print
9413 Spc (space bar) Next page
9414  W  WhereIs
9416 Select Command
9417 ------------------------------------------------
9418  S  Select the highlighted priority
9419 </PRE>
9420 <!--chtml endif-->
9422 <H2>Description of the Select Priority Screen</H2>
9424 This screen gives you a way to select a priority for the message you are sending.
9425 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
9426 Some mail programs will display an indication of the priority level to
9427 the recipient of the message, some will ignore it.
9428 Even in cases where the mail programs of both the sender and the recipient
9429 agree on the meaning of this header, keep in mind that it is
9430 something that the sender sets so it is only an indication
9431 of the priority that the sender attaches to the mail.
9432 Alpine can be made to display an indication of this priority in incoming
9433 messages by use of one of the tokens
9434 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
9435 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
9436 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
9438 <P><UL>
9439 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9440 </UL>
9442 &lt;End of help on this topic&gt;
9443 </BODY>
9444 </HTML>
9445 ===== h_select_keyword_screen =====
9446 <HTML>
9447 <HEAD>
9448 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
9449 </HEAD>
9450 <BODY>
9451 <H1>SELECT A KEYWORD SCREEN</H1>
9452 <H2>COMMANDS</H2>
9453 <!--chtml if pinemode="function_key"-->
9454 <PRE>
9455 Available  Commands                        
9456 -------------------------------            
9457 F1  Show Help Text
9458 F3  Exit without selecting anything
9459 F4  Select the highlighted keyword
9460 F5  Move highlight to previous keyword
9461 F6  Move highlight to next keyword
9462 F7  Previous page of keywords
9463 F8  Next page of keywords
9464 F11 Print
9465 F12 WhereIs
9466 </PRE>
9467 <!--chtml else-->
9468 <PRE>
9469 Navigation                     General Alpine Commands
9470 -------------------------      -----------------------
9471  P  Prev Keyword                ?  Display this help text
9472  N  Next Keyword                E  Exit without selecting anything
9473  -  Previous page               %  Print
9474 Spc (space bar) Next page
9475  W  WhereIs
9477 Select Command
9478 ------------------------------------------------
9479  S  Select the highlighted keyword
9480 </PRE>
9481 <!--chtml endif-->
9483 <H2>Description of the Select Keyword Screen</H2>
9485 This screen just gives you an easy way to select a keyword.
9486 The list of keywords presented is the list of all keywords defined in your 
9487 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9488 If you have given a keyword a nickname, that nickname is displayed
9489 instead of the actual keyword.
9491 <P><UL>
9492 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9493 </UL>
9495 &lt;End of help on this topic&gt;
9496 </BODY>
9497 </HTML>
9498 ===== h_select_charset_screen =====
9499 <HTML>
9500 <HEAD>
9501 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
9502 </HEAD>
9503 <BODY>
9504 <H1>SELECT A CHARACTER SET SCREEN</H1>
9505 <H2>COMMANDS</H2>
9506 <!--chtml if pinemode="function_key"-->
9507 <PRE>
9508 Available  Commands                        
9509 -------------------------------            
9510 F1  Show Help Text
9511 F3  Exit without selecting anything
9512 F4  Select the highlighted character set
9513 F5  Move highlight to previous character set
9514 F6  Move highlight to next character set
9515 F7  Previous page of character sets
9516 F8  Next page of character sets
9517 F11 Print
9518 F12 WhereIs
9519 </PRE>
9520 <!--chtml else-->
9521 <PRE>
9522 Navigation                     General Alpine Commands
9523 -------------------------      -----------------------
9524  P  Prev Character Set          ?  Display this help text
9525  N  Next Character Set          E  Exit without selecting anything
9526  -  Previous page               %  Print
9527 Spc (space bar) Next page
9528  W  WhereIs
9530 Select Command
9531 ------------------------------------------------
9532  S  Select the highlighted character set
9533 </PRE>
9534 <!--chtml endif-->
9536 <H2>Description of the Select A Character Set Screen</H2>
9538 This screen just gives you an easy way to select a character set from the
9539 set of character sets Alpine knows about.
9540 The list presented will vary slightly depending on what option you are
9541 selecting the character set for.
9543 <P><UL>
9544 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9545 </UL>
9547 &lt;End of help on this topic&gt;
9548 </BODY>
9549 </HTML>
9550 ===== h_select_multcharsets_screen =====
9551 <HTML>
9552 <HEAD>
9553 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
9554 </HEAD>
9555 <BODY>
9556 <H1>SELECT CHARACTER SETS SCREEN</H1>
9557 <H2>COMMANDS</H2>
9558 <!--chtml if pinemode="function_key"-->
9559 <PRE>
9560 Available  Commands
9561 -------------------------------            
9562 F1  Show Help Text
9563 F3  Exit without selecting anything
9564 F4  Select the highlighted charset (or chosen charsets in ListMode)
9565 F5  Move highlight to previous charset
9566 F6  Move highlight to next charset
9567 F7  Previous page of charsets
9568 F8  Next page of charsets
9569 F9  Toggle choices when using ListMode
9570 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
9571 F11 Print
9572 F12 WhereIs
9573 </PRE>
9574 <!--chtml else-->
9575 <PRE>
9576 Navigation                     General Alpine Commands
9577 -------------------------      -----------------------
9578  P  Prev Charset                ?  Display this help text
9579  N  Next Charset                E  Exit without selecting anything
9580  -  Previous page               %  Print
9581 Spc (space bar) Next page
9582  W  WhereIs
9584 Select Command
9585 ------------------------------------------------
9586  S  Select the highlighted charset (or chosen charsets in ListMode)
9587  L  Turn on ListMode (makes it easy to choose multiple charsets)
9588  1  Turn off ListMode
9589  X  Toggle choices when using ListMode
9590 </PRE>
9591 <!--chtml endif-->
9593 <H2>Description of the Select Character Set Screen</H2>
9595 This screen just gives you an easy way to select a character set or a list of
9596 character sets.
9597 The list of character sets presented is the list of all character sets known to
9598 Alpine.
9599 You may select other character sets by typing them in directly.
9601 <P><UL>
9602 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9603 </UL>
9605 &lt;End of help on this topic&gt;
9606 </BODY>
9607 </HTML>
9608 ===== h_select_multkeyword_screen =====
9609 <HTML>
9610 <HEAD>
9611 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
9612 </HEAD>
9613 <BODY>
9614 <H1>SELECT KEYWORDS SCREEN</H1>
9615 <H2>COMMANDS</H2>
9616 <!--chtml if pinemode="function_key"-->
9617 <PRE>
9618 Available  Commands
9619 -------------------------------            
9620 F1  Show Help Text
9621 F3  Exit without selecting anything
9622 F4  Select the highlighted keyword (or chosen keywords in ListMode)
9623 F5  Move highlight to previous keyword
9624 F6  Move highlight to next keyword
9625 F7  Previous page of keywords
9626 F8  Next page of keywords
9627 F9  Toggle choices when using ListMode
9628 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
9629 F11 Print
9630 F12 WhereIs
9631 </PRE>
9632 <!--chtml else-->
9633 <PRE>
9634 Navigation                     General Alpine Commands
9635 -------------------------      -----------------------
9636  P  Prev Keyword                ?  Display this help text
9637  N  Next Keyword                E  Exit without selecting anything
9638  -  Previous page               %  Print
9639 Spc (space bar) Next page
9640  W  WhereIs
9642 Select Command
9643 ------------------------------------------------
9644  S  Select the highlighted keyword (or chosen keywords in ListMode)
9645  L  Turn on ListMode (makes it easy to choose multiple keywords)
9646  1  Turn off ListMode
9647  X  Toggle choices when using ListMode
9648 </PRE>
9649 <!--chtml endif-->
9651 <H2>Description of the Select Keyword Screen</H2>
9653 This screen just gives you an easy way to select a keyword or a list of
9654 keywords.
9655 The list of keywords presented is the list of all keywords defined in your 
9656 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9657 If you have given a keyword a nickname, that nickname is displayed
9658 instead of the actual keyword.
9660 <P><UL>
9661 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9662 </UL>
9664 &lt;End of help on this topic&gt;
9665 </BODY>
9666 </HTML>
9667 ===== h_select_incoming_to_monitor =====
9668 <HTML>
9669 <HEAD>
9670 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
9671 </HEAD>
9672 <BODY>
9673 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
9674 <H2>COMMANDS</H2>
9675 <!--chtml if pinemode="function_key"-->
9676 <PRE>
9677 Available  Commands
9678 -------------------------------            
9679 F1  Show Help Text
9680 F3  Exit without selecting anything
9681 F4  Select the marked folders
9682 F5  Move highlight to previous folder
9683 F6  Move highlight to next folder
9684 F7  Previous page of folders
9685 F8  Next page of folders
9686 F9  Toggle choices on or off
9687 F11 Print
9688 F12 WhereIs
9689 </PRE>
9690 <!--chtml else-->
9691 <PRE>
9692 Navigation                     General Alpine Commands
9693 -------------------------      -----------------------
9694  P  Prev Folder                 ?  Display this help text
9695  N  Next Folder                ^C  exit without changing anything
9696  -  Previous page               %  Print
9697 Spc (space bar) Next page
9698  W  WhereIs
9700 Select Command
9701 ------------------------------------------------
9702  S  Select the marked folders
9703  X  Toggle choices on or off
9704 </PRE>
9705 <!--chtml endif-->
9707 <H2>Description of the Select Folders to Check Screen</H2>
9709 This screen is only useful if the feature
9710 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
9711 is set.
9712 By default, when you set that feature all of your incoming folders
9713 will be checked periodically for Unseen messages.
9714 By using this screen, you may restrict the set of monitored folders to
9715 a subset of all of the incoming folders.
9717 Mark the folders you want to monitor for Unseen messages with
9718 an &quot;X&quot;.
9719 When you've finished marking all your selections use the Select
9720 command to register your choices.
9721 To return to the default of checking all incoming folders
9722 delete all folders or unmark all folders.
9724 <P><UL>
9725 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9726 </UL>
9728 &lt;End of help on this topic&gt;
9729 </BODY>
9730 </HTML>
9731 ===== h_role_select =====
9732 <HTML>
9733 <HEAD>
9734 <TITLE>ROLES SCREEN</TITLE>
9735 </HEAD>
9736 <BODY>
9737 <H1>ROLES SCREEN</H1>
9738 <H2>ROLES COMMANDS</H2>
9739 <!--chtml if pinemode="function_key"-->
9740 <PRE>
9741 Available  Commands                        
9742 -------------------------------            
9743 F1  Show Help Text
9744 F3  Exit without a selection
9745 F4  Select a role to use in composition
9746 F5  Move to previous role
9747 F6  Move to next role
9748 F7  Previous page of roles
9749 F8  Next page of roles
9750 F11 Change Default Role
9751 F12 Whereis (search role nicknames)
9752 </PRE>
9753 <!--chtml else-->
9754 <PRE>
9755 Navigation                     General Alpine Commands
9756 -------------------------      -----------------------
9757  P  Prev Role                     ?  Display this help text
9758  N  Next Role                     E  Exit without a selection
9759  -  Previous page
9760 Spc (space bar) Next page
9761  W  WhereIs (search for word in role nicknames)
9763 Select Role Commands
9764 ------------------------------------------------
9765  [Return]  Select highlighted role
9766  D         Change Default Role
9767 </PRE>
9768 <!--chtml endif-->
9770 <H2>Description of the Roles Screen</H2>
9772 With this screen you select a role to be used in the composition of a
9773 message.
9774 Use the Previous and Next commands to highlight the role you wish to
9775 use.
9776 When you type carriage return you will be placed in the composer using the highlighted role.
9778 You don't have any non-default <A HREF="h_rules_roles">roles</A>
9779 available unless you set them up.
9780 You may do so by using the Setup/Rules command on the MAIN MENU.
9782 By using the D command, you may set a default role that will persist until
9783 you change it or until you exit Alpine.
9784 The D command toggles through three states: set the default role, unset the
9785 default role, and leave the default role as it is.
9786 <P><UL>
9787 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9788 </UL>
9790 &lt;End of help on this topic&gt;
9791 </BODY>
9792 </HTML>
9793 ===== h_role_abook_select =====
9794 <HTML>
9795 <HEAD>
9796 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
9797 </HEAD>
9798 <BODY>
9799 <H1>SELECT ADDRESS BOOK SCREEN</H1>
9800 <H2>COMMANDS</H2>
9801 <!--chtml if pinemode="function_key"-->
9802 <PRE>
9803 Available  Commands                        
9804 -------------------------------            
9805 F1  Show Help Text
9806 F3  Exit screen without selecting anything
9807 F4  Select highlighted address book
9808 F5  Move to previous address book
9809 F6  Move to next address book
9810 F7  Previous page of address books
9811 F8  Next page of address books
9812 F12 Whereis
9813 </PRE>
9814 <!--chtml else-->
9815 <PRE>
9816 Navigation                     General Alpine Commands
9817 -------------------------      -----------------------
9818  P  Previous addrbook          ?  Display this help text
9819  N  Next addrbook
9820  -  Previous page
9821 Spc (space bar) Next page
9822  W  WhereIs
9824 Select Role Commands
9825 ------------------------------------------------
9826  S  Select highlighted address book
9827  E  Exit screen without selecting anything
9828 </PRE>
9829 <!--chtml endif-->
9831 <H2>Description of the Select Address Book Screen</H2>
9833 This screen helps you select one of your address books.
9834 Use the Previous and Next commands to highlight the address book you wish to
9835 select.
9836 <P><UL>
9837 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9838 </UL>
9840 &lt;End of help on this topic&gt;
9841 </BODY>
9842 </HTML>
9843 ======== h_rule_patterns =============
9844 <HTML>
9845 <HEAD>
9846 <TITLE>PATTERNS</TITLE>
9847 </HEAD>
9848 <BODY>
9849 <H1>PATTERNS</H1>
9850 Patterns are used with Roles, Filtering, Index Coloring,
9851 Scoring, Other Rules, and Search Rules.
9852 Patterns are compared with a message to see if there is a match.
9853 For Filtering, the messages being checked are all the messages in the
9854 folder, one at a time.
9855 For Index Line Coloring, each message that is visible on the screen is
9856 checked for matches with the Index Coloring Patterns.
9857 Roles are used with the Reply, Forward, and Compose commands.
9858 For Reply, the message used to compare the Pattern with is the message
9859 being replied to;
9860 for Forward, the message used to compare the Pattern with is the message
9861 being forwarded;
9862 and for Compose, there is no message, so the parts of the Pattern that depend
9863 on a message (everything other than Current Folder Type and the
9864 Beginning of Month and Year)
9865 are not used.
9866 Only the Current Folder Type matters for Compose (plus the Beginning of
9867 Month or Year, which you wouldn't usually use for a Role).
9868 For Scoring, the message being scored is compared with all of the Score
9869 Patterns, and the Score Values from the ones that match are added together to 
9870 get the message's score.
9871 For Other Rules, there is no message. Only the Current Folder Type is checked
9872 for Other Rules.
9874 Each Pattern has several possible parts, all of which are optional.
9875 In order for there to be a match, <EM>ALL</EM> of the
9876 <EM>defined</EM> parts of the Pattern must match the message.
9877 If a part is not defined it is considered a match, but note that a filtering
9878 Pattern must have at least one defined part or it will be ignored.
9879 For example, if the To pattern is not defined it will be
9880 displayed as
9882 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
9884 That is considered a match because it is not defined.
9885 This means that the Pattern with nothing defined is a match if the
9886 Current Folder Type matches, but there is an exception that was mentioned
9887 in the previous paragraph.
9888 Because filtering is a potentially destructive action, filtering Patterns
9889 with nothing other than Current Folder Type defined are ignored.
9890 If you really want a filtering Pattern to match all messages (subject to
9891 Current Folder Type) the best way to do it is to define a Score interval
9892 that includes all possible scores.
9893 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
9894 This can be used even if you haven't defined any rules to Set Scores.
9896 There are six predefined header patterns called the To, From, Sender, Cc, News,
9897 and Subject patterns.
9898 Besides those six predefined header patterns, you may add
9899 additional header patterns with header fieldnames of your choosing.
9900 You add an extra header pattern by placing the cursor on one of the
9901 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
9902 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
9903 and the Partic pattern is a header pattern that stands for
9904 Participant (From OR To OR Cc).
9905 (Defining the Recip pattern does not have the same effect as defining both
9906 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
9907 Similar to the header patterns are the AllText pattern and the BodyText pattern.
9908 Instead of comparing this pattern's text against only the contents of
9909 a particular header field, the text for the AllText pattern is compared
9910 with text anywhere in the message's header or body, and the text for the
9911 BodyText pattern is compared with text anywhere in the message's body.
9913 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
9914 &quot;!&quot; &quot;toggle NOT&quot; command.
9915 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9916 &quot;!&quot; at the beginning of the pattern line.
9917 When the &quot;!&quot; is present, it reverses the meaning of the match.
9918 That is, if the pattern matches then it is considered to NOT be a match, and
9919 if it does not match it is considered to be a match.
9921 Don't make the mistake of putting the &quot;!&quot; in the data field for
9922 a pattern.
9923 For example, if you type the characters &quot;!urgent&quot; into the Subject
9924 pattern, the pattern will look like:
9926 <PRE>
9927  Subject pattern = !urgent
9928 </PRE>
9930 This means you want to match the 7 character sequence &quot;!urgent&quot;.
9931 In order to match messages that do not have &quot;urgent&quot; in
9932 their Subject field, first type the characters &quot;urgent&quot; followed
9933 by carriage return for the value of the Subject pattern, then negate it
9934 by typing the &quot;!&quot; command.
9935 It should look like
9937 <PRE>
9938  ! Subject pattern = urgent
9939 </PRE>
9941 The contents of each of these header patterns (or the AllText or BodyText patterns) may
9942 be a complete email address, part of an address, or a random set of
9943 characters to match against.
9944 It may also be a list of such patterns, which means you
9945 are looking for a match against the first pattern in the list <EM>OR</EM>
9946 the second pattern <EM>OR</EM> the third and so on.
9947 For example, a Subject pattern equal to
9949 <PRE>
9950  Subject pattern = urgent
9951                    emergency
9952                    alert
9953 </PRE>
9955 would match all messages with a subject that contained at least one
9956 of those words.
9957 It would also match subjects containing the words &quot;alerts&quot; or
9958 &quot;Urgently&quot;.
9960 The same example with &quot;NOT&quot; turned on would be
9962 <PRE>
9963  ! Subject pattern = urgent
9964                      emergency
9965                      alert
9966 </PRE>
9968 which would match all messages with a subject that did <EM>NOT</EM> contain any of
9969 those words.
9970 You can use the &quot;Add Value&quot; command to add new words to the list,
9971 or you can enter them as a comma-separated list.
9973 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
9974 present for a match.
9975 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
9976 pattern2 must be present,
9977 and that is exactly what using a list does.)
9979 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
9980 also part of the Pattern, although the &quot;Score Interval&quot; is not used
9981 when checking for matches for Scoring.
9982 There are five similar settings that relate to the status of the message.
9983 These settings rely on the message being New or not, Deleted or not,
9984 Answered or not, Important or not, and Recent or not.
9985 There are also some other miscellaneous settings.
9986 The first is the Age of the message in days.
9987 Another is the Size of the message, in bytes.
9988 The third is a setting that detects whether or not the Subject of a
9989 message contains raw 8-bit characters (unencoded characters with the most
9990 significant bit set).
9991 There is a setting that detects whether or not this is the first time
9992 Alpine has been run this month (doesn't depend on individual messages),
9993 and another that detects whether or not this is the first time Alpine has
9994 been run this year.
9995 Other parts of the Pattern detect whether or not the From address of a
9996 message appears in your address book, whether or not certain keywords
9997 are set for a message, and whether or not certain character sets are
9998 used in a message.
10000 <H2>Parts of a Pattern</H2>
10002 <H3>Header patterns</H3>
10004 A header pattern is simply text that is searched for in the corresponding
10005 header field.
10006 For example, if a Pattern has a From header pattern with the value
10007 &quot;@company.com&quot;, then only messages that have a From header
10008 that contains the text &quot;@company.com&quot; will be possible
10009 matches.
10010 Matches don't have to be exact.
10011 For example, if the relevant field of a message contains the text
10012 &quot;mailbox@domain&quot; somewhere
10013 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
10014 &quot;mailbox@domain&quot; are all matches.
10016 All parts of the Pattern must match so, for example,
10017 if a message matches a defined
10018 From pattern, it still must be checked against the other parts of the
10019 Pattern that have been defined.
10020 The To header pattern is a slightly special case.
10021 If the message being checked has a Resent-To header
10022 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
10023 there are used in place of the addresses in the To header.
10024 This is only true for the To header.
10025 Resent-cc and Resent-From headers are never used unless you add them
10026 with the eXtraHdrs command.
10028 The meaning of a header pattern may be negated with the
10029 &quot;!&quot; &quot;toggle NOT&quot; command.
10030 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10031 &quot;!&quot; at the beginning of the pattern line.
10032 It would look something like
10034 <PRE>
10035  ! From pattern = susan@example.com
10036 </PRE>
10038 When the &quot;!&quot; is present, it reverses the meaning of the match.
10040 If you want to check for the presence of a header field but don't care
10041 about its value, then
10042 the empty pattern that you get by entering a pair of
10043 double quotes (&quot;&quot;) should match any message that
10044 has the corresponding header field.
10046 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
10048 AllText patterns are just like header patterns except that the text is
10049 searched for anywhere in the message's headers or body, not just in the
10050 contents of a particular header field.
10053 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
10055 BodyText patterns are just like header patterns except that the text is
10056 searched for anywhere in the message's body, not just in the
10057 contents of a particular header field.
10060 If there is more than one header pattern or AllText pattern or BodyText pattern
10061 for which you want to take the
10062 same action there is a shorthand notation that may be used.
10063 Any of these patterns may be a list of patterns instead of
10064 just a single pattern.
10065 If any one of the patterns in the list matches the message
10066 then it is considered a match.
10067 For example, if &quot;company1&quot; and &quot;company2&quot; both required
10068 you to use the same role when replying to messages, you might have
10069 a To pattern that looks like
10071 <PRE>
10072  To pattern = company1.com
10073               company2.com
10074 </PRE>
10076 This means that if the mail you are replying to was addressed to
10077 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
10078 then this Pattern is a match and the same actions will be taken.
10080 The meaning of an AllText or BodyText pattern may be negated with the
10081 &quot;!&quot; &quot;toggle NOT&quot; command.
10082 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10083 &quot;!&quot; at the beginning of the pattern line.
10084 When the &quot;!&quot; is present, it reverses the meaning of the match.
10086 A technicality: Since comma is the character used to separate multiple values
10087 in any of the fields that may have multiple values (such as header patterns,
10088 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
10089 you must escape comma with a
10090 backslash (&#92;) if you want to include a literal comma in one of those fields.
10091 In other words, if you type a backslash followed by a comma it will
10092 be interpreted as a comma by Alpine, instead of as a separator between
10093 pattern values.
10094 All other backslashes (those not followed by a comma) are literal
10095 backslashes and should not be escaped.
10096 It's unlikely you'll ever need to enter a literal comma or backslash in
10097 any of the patterns.
10099 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
10101 The &quot;Current Folder Type&quot; may be set to one of four different
10102 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
10103 &quot;Specific&quot;.
10104 If the value is set to &quot;News&quot;, then the
10105 Pattern will only match if the currently open folder is a newsgroup.
10106 The value &quot;Email&quot; only matches if the current folder is not news and
10107 the value &quot;Any&quot; causes any folder to match.
10108 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
10109 then you must fill in a value for &quot;Folder&quot;, which is on the line
10110 below the &quot;Specific&quot; line.
10111 In this case you will only get a match if the currently open folder is
10112 the specific folder you list.
10113 You may give a list of folders instead of just a single
10114 folder name, in which case the Pattern will match if the open folder is
10115 any one of the folders in the list.
10116 The name of each folder in the list may be either &quot;INBOX&quot;,
10117 the technical specification
10118 of the folder (like what appears in your configuration file) or, if the
10119 folder is one of your incoming folders, it may be the nickname you've given
10120 the folder.
10121 Here are some samples of specific folder names:
10123 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
10125 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
10127 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
10129 The easiest way to fill in the &quot;Folder&quot; field is to use
10130 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
10131 highlighted, or to use the &quot;Take&quot; command with the configuration
10132 feature
10133 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
10134 turned on.
10136 When reading a newsgroup, there may be a performance penalty
10137 incurred when collecting the information necessary to check whether
10138 or not a Pattern matches a message.
10139 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
10140 If you have Patterns with a Current Folder Type of either
10141 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
10142 Index Line Coloring or Scoring, you may experience
10143 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
10145 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
10147 The &quot;Age Interval&quot; may be set to an interval of message
10148 ages that should be considered a match.
10149 Like the other parts of the Pattern, if it is unset it will be ignored.
10150 The Age Interval looks like
10152 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
10154 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
10155 than or equal to zero.
10156 The special value &quot;INF&quot; may be used for
10157 the max value. It represents infinity.
10159 Actually, this option may be defined as a list of intervals instead
10160 of just a single interval.
10161 The list is separated by commas.
10162 It can look like
10164 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
10166 When there is an Age Interval defined, it is a match if the age, in days, of
10167 the message is contained in any of the intervals.
10168 The intervals include both endpoints.
10170 Even though this option is called Age, it isn't actually
10171 the <EM>age</EM> of the message.
10172 Instead, it is how many days ago the message arrived in one of your folders.
10173 If the current time is a little past midnight, then a message that arrived
10174 just before midnight arrived yesterday, even though the message is only
10175 a few minutes old.
10176 By default, the date being used is not the date in the Date
10177 header of the message.
10178 It is the date that the message arrived in one of your folders.
10179 When you Save a message from one folder to another that arrival date
10180 is preserved.
10181 If you would like to use the date in the Date header that is possible.
10182 Turn on the option
10183 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
10184 near the bottom of the rule definition.
10185 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
10187 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
10189 The &quot;Size Interval&quot; may be set to an interval of message
10190 sizes that should be considered a match.
10191 Like the other parts of the Pattern, if it is unset it will be ignored.
10192 The Size Interval looks like
10194 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
10196 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
10197 than or equal to zero.
10198 The special value &quot;INF&quot; may be used for
10199 the max value. It represents infinity.
10201 Actually, this option may be defined as a list of intervals instead
10202 of just a single interval.
10203 The list is separated by commas.
10204 It can look like
10206 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
10208 When there is a Size Interval defined, it is a match if the size, in bytes, of
10209 the message is contained in any of the intervals.
10210 The intervals include both endpoints.
10212 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
10214 The &quot;Score Interval&quot; may be set to an interval of message
10215 scores that should be considered a match.
10216 Like the other parts of the Pattern, if it is unset it will be ignored.
10217 The Score Interval looks like
10219 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
10221 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
10222 negative integers, with min_score less than or equal to max_score.
10223 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
10224 the min and max values to represent negative and positive infinity.
10226 Actually, a list of intervals may be used if you wish.
10227 A list would look like
10229 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
10231 When there is a Score Interval defined, it is a match if the score for
10232 the message is contained in any of the intervals in the list.
10233 The intervals include the endpoints.
10234 The score for a message is calculated by looking at every Score rule defined and
10235 adding up the Score Values for the ones that match the message.
10236 When deciding whether or not a Pattern matches a message for purposes of
10237 calculating the score, the Score Interval is ignored.
10239 <H3><A NAME="pattern_message_status">Message Status</A></H3>
10241 There are five separate message status settings.
10242 By default, all five are set to the value &quot;Don't care&quot;, which
10243 will match any message.
10244 The value &quot;Yes&quot; means that the particular status must be true
10245 for a match, and the value &quot;No&quot; means that the particular
10246 status must not be true for a match.
10247 For example, one of the five Message Status settings is whether a message
10248 is marked Important or not.
10249 A &quot;Yes&quot; means that the message must be Important to be
10250 considered a match and &quot;No&quot; means that the message must not be
10251 Important to be considered a match.
10252 The same is true of the other four message status settings that depend
10253 on whether or not the message is New; whether the message has 
10254 been Answered or not; whether the message has been Deleted or not, and
10255 whether the message is Recent or not. 
10257 The nomenclature for New and Recent is a bit confusing:
10259 New means that the message is Unseen.
10260 It could have been in your mailbox for a long time but if you haven't looked
10261 at it, it is still considered New.
10262 That matches the default Alpine index display that shows an N for such a
10263 message.
10265 Recent means that the message was added to this folder since the last time
10266 you opened the folder.
10267 Alpine also shows an N by default for these types of messages.
10268 If you were to run two copies of Alpine that opened a folder one right after
10269 the other, a message would only show up as Recent in (at most) the first
10270 Alpine session.
10272 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
10274 Keywords are similar to Message Status, but they are chosen by the user.
10275 Provided the mail server allows for it, you may add a set of possible keywords
10276 to a folder and then you may set those keywords or not for each message
10277 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
10278 The syntax of this part of the Pattern is similar to the header patterns.
10279 It is a list of keywords.
10280 The Keyword part of the Pattern is a match if the message has any of
10281 the keywords in the list set.
10282 Like other parts of the Pattern, if this is unset it will be ignored.
10284 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
10286 A message may use one or more character sets.
10287 This part of the Pattern matches messages that make use of one or more of
10288 the character sets specified in the pattern.
10289 It will be considered a match if a message uses any of the character
10290 sets in the list you give here.
10293 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
10294 GB2312) you may also use some shorthand names that Alpine provides.
10295 These names are more understandable shorthand names for sets of 
10296 character set names.
10297 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
10298 Selecting one of these shorthand names is equivalent to selecting all of
10299 the character sets that make up the set.
10300 You can see all of these shorthand names and the lists of character sets
10301 they stand for by typing the &quot;T&quot; command with the Character
10302 Set pattern highlighted.
10303 The syntax of this part of the Pattern is similar to the header patterns
10304 and the Message Keywords pattern.
10305 It is a list of character sets (or shorthand names).
10306 The Character Set part of the Pattern is a match if the message uses any
10307 of the character sets in the list.
10308 Like other parts of the Pattern, if this is unset it will be ignored.
10310 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
10312 It seems that lots of unwanted email contains unencoded 8-bit characters
10313 in the Subject.
10314 Normally, characters with the 8th bit set are not allowed in the Subject
10315 header unless they are MIME-encoded.
10316 This option gives you a way to match messages that have Subjects that
10317 contain unencoded 8-bit characters.
10318 By default, the value of this option is &quot;Don't care&quot;, which
10319 will match any message.
10320 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
10321 the Subject of the message in order for there to be a match,
10322 and the value &quot;No&quot; is the opposite.
10323 Setting this option will affect performance in large folders because the
10324 subject of each message in the folder has to be checked.
10326 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
10328 This option gives you a way to take some action once per month.
10329 By default, the value of this option is &quot;Don't care&quot;, which
10330 will always match.
10331 The value &quot;Yes&quot; means that this must be the first time Alpine has
10332 been run this month in order to count as a match,
10333 and the value &quot;No&quot; is the opposite.
10335 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
10337 This option gives you a way to take some action once per year.
10338 By default, the value of this option is &quot;Don't care&quot;, which
10339 will always match.
10340 The value &quot;Yes&quot; means that this must be the first time Alpine has
10341 been run this year in order to count as a match,
10342 and the value &quot;No&quot; is the opposite.
10344 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
10346 This option gives you a way to match messages that have an address
10347 that is in one of your address books.
10348 Only the simple entries in your address books are searched.
10349 Address book distribution lists are ignored!
10350 By default, the value of this option is &quot;Don't care&quot;, which
10351 will match any message.
10352 The value &quot;Yes, in any address book&quot; means the address
10353 from the message must be in at least one of your
10354 address books in order to be a match.
10355 The value &quot;No, not in any address book&quot;
10356 means none of the addresses may
10357 be in any of your address books in order to be a match.
10358 The values &quot;Yes, in specific address books&quot; and
10359 &quot;No, not in any of specific address books&quot; are similar but instead
10360 of depending on all address books you are allowed to give a list of address
10361 books to look in.
10362 The addresses from the message that are checked for are determined by the
10363 setting you have for &quot;Types of addresses to check for in address book&quot;.
10364 If you set this to &quot;From&quot; the From address from the message will
10365 be looked up in the address book.
10366 If you set it to only &quot;To&quot; then the To addresses will be used.
10367 If any of the To addresses are in the address book then it is considered
10368 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
10369 You could set it to both From and To, in which case all of the From and To
10370 addresses are used.
10371 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
10372 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
10373 exists or the From address if there is no Reply-To address.
10374 Same for the Sender address.
10375 Setting this option may affect performance in large folders because the
10376 From and Reply-To of each message in the folder have to be checked.
10378 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
10380 This is a command that is run with its standard input set to the message
10381 being checked and its standard output discarded.
10382 The full directory path should be specified.
10383 The command will be run and then its exit status will be checked against
10384 the Exit Status Interval, which defaults to just the value zero.
10385 If the exit status of the command falls in the interval, it is considered
10386 a match, otherwise it is not a match.
10389 This option may actually be a list of commands.
10390 The first one that exists and is executable is used.
10391 That makes it possible to use the same configuration with Unix Alpine and
10392 PC-Alpine.
10395 If none of the commands in the list exists and is executable then the rule
10396 is <EM>not</EM> a match.
10397 If it is possible that the command may not exist, you should be careful
10398 to structure your rules so that nothing destructive
10399 happens when the command does not exist.
10400 For example, you might have a filter that filters away spam when there is
10401 a match but does nothing when there is not a match.
10402 That would continue to work correctly if the command didn't exist.
10403 However, if you have a filter that filters away spam when there is not
10404 a match and keeps it when there is a match, that would filter everything
10405 if the categorizer command didn't exist.
10407 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
10408 setup for the bogofilter filter.
10411 &lt;End of help on this topic&gt;
10412 </BODY>
10413 </HTML>
10414 ===== h_rules_roles =====
10415 <HTML>
10416 <HEAD>
10417 <TITLE>SETUP ROLES SCREEN</TITLE>
10418 </HEAD>
10419 <BODY>
10420 <H1>SETUP ROLES SCREEN</H1>
10421 <H2>SETUP ROLES COMMANDS</H2>
10422 <!--chtml if pinemode="function_key"-->
10423 <PRE>
10424 Available  Commands -- Group 1         Available Commands -- Group 2   
10425 -------------------------------        ------------------------------  
10426 F1  Show Help Text                      F1  Show Help Text             
10427 F2  See commands in next group          F2  See commands in next group
10428 F3  Back to MAIN Alpine menu
10429 F4  Change configuration for role
10430 F5  Move to previous role               F5  Include file in role config
10431 F6  Move to next role                   F6  Exclude file from config
10432 F7  Previous page of roles
10433 F8  Next page of roles
10434 F9  Add new role                        F9  Replicate existing role
10435 F10 Delete existing role
10436 F11 Shuffle the order of roles
10437 F12 Whereis (search role nicknames)
10438 </PRE>
10439 <!--chtml else-->
10440 <PRE>
10441 Navigation                     General Alpine Commands
10442 -------------------------      -----------------------
10443  P  Prev Role                     ?  Display this help text
10444  N  Next Role                     E  Back to MAIN Alpine menu
10445  -  Previous page
10446 Spc (space bar) Next page
10447  W  WhereIs (search for word in role nicknames)
10449 Setup Roles Commands
10450 ------------------------------------------------
10451  A  Add new role                  $  Shuffle the order of roles
10452  D  Delete existing role          C  Change configuration for highlighted role
10453  R  Replicate existing role
10454  I  Include file in role config   X  Exclude file from role config
10455 </PRE>
10456 <!--chtml endif-->
10458 <H2>Description of the Setup Roles Screen</H2>
10460 This screen lets you add, delete, modify, or change the order of the rules
10461 that determine the role you are playing when composing a message.
10463 You may play different roles depending on who you are replying to.
10464 For example, if you are replying to a message addressed to help-desk you
10465 may be acting as a Help Desk Worker.
10466 That role may require that you use a different return address and/or
10467 a different signature.
10469 Roles are optional.
10470 If you set up roles they work like this:  Each role has a set of
10471 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
10472 considered for a particular use; a &quot;Pattern&quot;,
10473 which is used to decide which of the eligible roles is used; and a set
10474 of &quot;Actions&quot;, which are taken when that role is used.
10475 When you reply to a message, the message you are replying to is compared
10476 with the Patterns of the roles marked as eligible for use when replying.
10477 The comparisons start with the first eligible role and keep going until there
10478 is a match.
10479 If a match is found, the matching role's Actions are taken.
10481 It is also possible to set a default role and to change that role during
10482 your Alpine session.
10483 When you start Alpine no default role will be set.
10484 You may set or change the current default role by using the &quot;D&quot;
10485 command in the role selection screen.
10486 You'll see that screen while composing a message and being asked to select
10487 a role.
10488 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
10489 compose a message.
10490 You may find a default role useful if you normally perform the duties of one
10491 of your roles for a while, then you switch to another role and stay in the
10492 new role for another period of time.
10493 It may be easier than using the Role Command to select the role each time you
10494 compose a message.
10496 <H2>Role Uses</H2>
10498 There are three types of use to be configured;
10499 one for Replying, one for Forwarding, and one for Composing.
10500 These indicate whether or not you want a role to be considered when you
10501 type the Reply, Forward, or Compose commands.
10502 (The Role command is an alternate form of the Compose command, and it is
10503 not affected by these settings.)
10504 Each of these Use types has three possible values.
10505 The value &quot;Never&quot;
10506 means that the role will never be considered as a candidate for use with
10507 the corresponding command.
10508 For example, if you set a role's Reply Use to Never, then when you Reply to
10509 a message, that role won't even be considered.
10510 (That isn't quite true. If the message you are replying to matches some other
10511 role that requires confirmation,
10512 then there will be a ^T command available which allows you to select a role
10513 from all of your roles, not just the reply-eligible roles.)
10516 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
10517 both mean that you do want to consider this role when using the corresponding
10518 command.
10519 For either of these settings the role's Pattern will
10520 be checked to see if it matches the message.
10521 For Reply Use, the message used to compare the Pattern with is the message
10522 being replied to.
10523 For Forward Use, the message used to compare the Pattern with is the message
10524 being forwarded.
10525 For Compose Use, there is no message, so the parts of the Pattern that depend
10526 on a message (everything other than Current Folder Type) are ignored.
10527 In all cases, the Current Folder Type is checked if defined.
10528 If there is a match then this role will either be used without confirmation
10529 or will be the default when confirmation is asked for, depending on
10530 which of the two options is selected.
10531 If confirmation is requested, you will have a chance to
10532 choose No Role instead of the offered role, or to
10533 change the role to any one of your other roles (with the ^T command).
10535 <H2>Role Patterns</H2>
10537 In order to determine whether or not a message matches a role the message is
10538 compared with the Role's Pattern.
10539 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10540 Scoring, Other Rules, and Search Rules, so are described in only one place,
10541 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10543 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
10544 a role that has all header patterns unset, the AllText pattern unset,
10545 the BodyText pattern unset,
10546 the Score Interval unset, and the Current Folder Type set to
10547 &quot;Any&quot; may be used as a default role.
10548 It should be put last in the list of roles since the matching
10549 starts at the beginning and proceeds until one of the roles is a match.
10550 If no roles at all match, then Alpine will
10551 use its regular methods of defining the role.
10552 If you wanted to, you could define a different &quot;default&quot; role
10553 for Replying, Forwarding, and Composing by setting the
10554 &quot;Use&quot; fields appropriately.
10556 <H2>Role Actions</H2>
10558 Once a role match is found, the role's Actions are taken.
10559 For each role there are several possible actions that may be defined.
10560 They are actions to set the From address, the Reply-To address,
10561 the Fcc, the Signature, the Template file, and Other Headers.
10563 <H3>Set From</H3>
10565 The From address is the address used on the From line of the message
10566 you are sending.
10568 <H3>Set Reply-To</H3>
10570 The Reply-To address is the address used on the Reply-To line of the message
10571 you are sending.
10572 You don't need a Reply-To address unless it is different from the From address.
10574 <H3>Set Other Headers</H3>
10576 If you want to set the value of the From or Reply-To headers, use
10577 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
10578 If you want to set the values of other headers, use this field.
10579 This field is similar to the
10580 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
10581 Each header you specify here must include the header tag
10582 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
10583 and may optionally include a value for that header.
10584 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
10585 for a header here will replace any value that already exists.
10586 For example, if you are Replying to a message there will be at least one
10587 address in the To header (the address you are Replying to).
10588 However, if you Reply using a role that sets the To header, that role's
10589 To header value will be used instead.
10591 <H3>Set Fcc</H3>
10593 The Fcc is used as the Fcc for the message you are sending.
10595 <H3>Set Signature or Set LiteralSig</H3>
10597 The Signature is the name of a file to be used as the signature file when
10598 this role is being used.
10599 If the name of the file has a vertical bar following it (|)
10600 then it is assumed that the file is a program that should be run to
10601 produce the signature.
10602 If the LiteralSig is set, then it is used instead of the signature file.
10603 LiteralSig is just a different way to store the signature.
10604 It is stored in the pine configuration file instead of in a separate
10605 signature file.
10606 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
10607 either in the role or as the default signature in the Setup/Config screen,
10608 then the signature file is ignored.
10610 <H3>Set Template</H3>
10612 A Template is the name of a file to be included in the message when this
10613 role is being used.
10614 If the name of the file has a vertical bar following it (|)
10615 then it is assumed that the file is a program that should be run to
10616 produce the template.
10619 Both signature files and template files may be stored remotely on an IMAP
10620 server.
10621 In order to do that you just give the file a remote name.
10622 This works just like the regular
10623 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
10624 option that is configured from the Setup/Configuration screen.
10625 A remote signature file name might look like:
10627 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
10629 Once you have named the remote signature or template file you create its
10630 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
10631 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
10632 line of the role editor.
10635 Both signature files and template files (or the output of signature programs
10636 and template file programs) may contain special tokens
10637 that are replaced with contents
10638 that depend on the message being replied to or forwarded.
10639 See the help for the individual fields inside the role editor for more
10640 information on tokens.
10642 <H3>Use SMTP Server</H3>
10644 If this field has a value, then it will be used as the SMTP server
10645 to send mail when this role is being used (unless the SMTP server variable
10646 is set in the system-wide fixed configuration file).
10647 It has the same semantics as the
10648 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
10649 variable in the Setup/Config screen.
10650 When you postpone the composition this SMTP server list will be saved
10651 with the postponed composition and it cannot be changed later.
10652 Because of that, you may want to make this a list of SMTP servers
10653 with the preferred server at the front of the list and alternate servers
10654 later in the list.
10657 If any of the actions are left unset, then the action depends on what
10658 is present in the &quot;Initialize settings using role&quot; field.
10659 If you've listed the nickname of another one of your roles there, then the
10660 corresponding action from that role will be used here.
10661 If that action is also blank, or if there is no nickname specified,
10662 then Alpine will do whatever it normally does to set these actions.
10663 This depends on other configuration options and features you've set.
10665 <H2>Command Descriptions</H2>
10667 <H3>Add</H3>
10669 The Add command is used to add a new role definition to your set of
10670 roles.
10671 The new role will be added after the highlighted role.
10673 <H3>Delete</H3>
10675 The Delete command deletes the currently highlighted role.
10677 <H3>Change</H3>
10679 The Change command lets you edit the nickname, Uses, Pattern,
10680 and Actions of the currently highlighted role.
10682 <H3>Shuffle</H3>
10684 The Shuffle command allows you to change the order of the roles.
10685 You may move the currently highlighted role up or down in the list.
10686 The order of the roles is important since the roles are tested for a
10687 match starting with the first role and continuing until a match is found.
10688 You should place the roles with more specific Patterns near the beginning
10689 of the list, and those with more general Patterns near the end so that
10690 the more specific matches will happen when appropriate.
10692 <H3>Replicate</H3>
10694 The Replicate command is used to copy an existing role and modify it.
10695 The new role will be added after the highlighted role.
10697 <H3>IncludeFile</H3>
10699 The IncludeFile command allows you to add a roles file to your configuration.
10700 Usually, your roles will be contained in your Alpine configuration file.
10701 If you wish, some or all of your roles may be stored in a separate file.
10702 If a roles file already exists (maybe it was made by somebody else using
10703 Alpine), you may insert it before the currently highlighted role.
10704 You may also insert an empty file or a file that does not yet exist.
10705 Once you have an empty roles file in your configuration, you may use
10706 the Shuffle command to move roles into it.
10707 In fact, that's the only way to get the initial role into the file.
10709 <H3>eXcludeFile</H3>
10711 The eXcludeFile command removes a roles file from your roles configuration.
10712 A limitation of the program is that in order to exclude a roles file
10713 that file must have at least one role
10714 in it, otherwise you won't be able to highlight a line in the file.
10715 So you may have to add a dummy role to the file in order to exclude the file.
10716 <P><UL>
10717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10718 </UL>
10720 &lt;End of help on this topic&gt;
10721 </BODY>
10722 </HTML>
10723 ===== h_rules_other =====
10724 <HTML>
10725 <HEAD>
10726 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
10727 </HEAD>
10728 <BODY>
10729 <H1>SETUP OTHER RULES SCREEN</H1>
10730 <H2>SETUP OTHER RULES COMMANDS</H2>
10731 <!--chtml if pinemode="function_key"-->
10732 <PRE>
10733 Available  Commands -- Group 1         Available Commands -- Group 2   
10734 -------------------------------        ------------------------------  
10735 F1  Show Help Text                      F1  Show Help Text             
10736 F2  See commands in next group          F2  See commands in next group
10737 F3  Back to MAIN Alpine menu
10738 F4  Change configuration for rule
10739 F5  Move to previous rule               F5  Include file in rule config
10740 F6  Move to next rule                   F6  Exclude file from config
10741 F7  Previous page of rules
10742 F8  Next page of rules
10743 F9  Add new rule                        F9  Replicate existing rule
10744 F10 Delete existing rule
10745 F11 Shuffle the order of rules
10746 F12 Whereis (search rule nicknames)
10747 </PRE>
10748 <!--chtml else-->
10749 <PRE>
10750 Navigation                     General Alpine Commands
10751 -------------------------      -----------------------
10752  P  Prev rule                     ?  Display this help text
10753  N  Next rule                     E  Back to MAIN Alpine menu
10754  -  Previous page
10755 Spc (space bar) Next page
10756  W  WhereIs (search for word in rule nicknames)
10758 Setup Other Rules Commands
10759 ------------------------------------------------
10760  A  Add new rule                  $  Shuffle the order of rules
10761  D  Delete existing rule          C  Change configuration for highlighted rule
10762  R  Replicate existing rule
10763  I  Include file in rule config   X  Exclude file from rule config
10764 </PRE>
10765 <!--chtml endif-->
10767 <H2>Description of the Setup Other Rules Screen</H2>
10769 This is where you may set various actions that do not fit well into the
10770 other Rules categories.
10772 <H2>Patterns</H2>
10774 Other Rules are a little different from the rest of the Rules because
10775 they depend only on the current folder, and not on a particular message.
10776 In order to determine whether or not a rule's actions should be applied
10777 the current folder is compared with the rule's Pattern, which consists
10778 of only the Current Folder Type.
10779 Current Folder Type works the same for Other Rules as it does for Roles,
10780 Filtering, Index Coloring, and Scoring.
10781 Keep in mind that the only part of the Pattern that applies to Other
10782 Rules is the Current Folder Type when looking at the description of
10783 Patterns given
10784 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10786 <H2>The Actions</H2>
10788 <H3>Set Sort Order</H3>
10790 When you enter a new folder, these rules will be checked to see if you
10791 have set a sort order that is different from your default sort order.
10792 The default is set in the Setup/Config screen with
10793 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
10794 If the Sort Order action is set, then the folder will be displayed sorted in
10795 that sort order instead of in the default order.
10797 A possible point of confusion arises when you change the configuration
10798 of the Sort Order for the currently open folder.
10799 The folder will normally be re-sorted when you go back to viewing the
10800 index.
10801 However, if you have manually sorted the folder with the
10802 Sort
10803 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
10804 command, then it will not be re-sorted until the next time it is opened.
10806 <H3>Set Index Format</H3>
10808 When you enter a new folder, these rules will be checked to see if you
10809 have set an Index Format that is different from your default Index Format,
10810 which is set with the
10811 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
10812 If so, the index will be displayed with this format instead of the default.
10814 <H3>Set Startup Rule</H3>
10816 When you enter a new folder, these rules will be checked to see if you
10817 have set a startup rule that is different from the default startup rule.
10818 The default for incoming folders is set in the Setup/Config screen with
10819 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
10820 The default for folders other than INBOX that are not part of your
10821 incoming collection
10822 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
10823 is to start with the last message in the folder.
10824 If the Startup Rule is set to something other than &quot;default&quot;,
10825 then the rule will determine which message will be the current message when
10826 the folder is first opened.
10828 The various startup rule possibilities work the same here as they do in
10829 the incoming collection, so check
10830 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
10831 for more help.
10833 <H2>Command Descriptions</H2>
10835 <H3>Add</H3>
10837 The Add command is used to add a new rule definition to your set of
10838 rules.
10839 The new rule will be added after the highlighted rule.
10841 <H3>Delete</H3>
10843 The Delete command deletes the currently highlighted rule.
10845 <H3>Change</H3>
10847 The Change command lets you edit the nickname, Pattern,
10848 and Action of the currently highlighted rule.
10850 <H3>Shuffle</H3>
10852 The Shuffle command allows you to change the order of the rules.
10853 You may move the currently highlighted rule up or down in the list.
10854 The order of the rules is important since the rules are tested for a
10855 match starting with the first rule and continuing until a match is found.
10856 You should place the rules with more specific Patterns near the beginning
10857 of the list, and those with more general Patterns near the end so that
10858 the more specific matches will happen when appropriate.
10860 <H3>Replicate</H3>
10862 The Replicate command is used to copy an existing rule definition and modify it.
10863 The new rule will be added after the highlighted rule.
10865 <H3>IncludeFile</H3>
10867 The IncludeFile command allows you to add a rules file to your configuration.
10868 Usually, your rules will be contained in your Alpine configuration file.
10869 If you wish, some or all of your rules may be stored in a separate file.
10870 If a rules file already exists (maybe it was made by somebody else using
10871 Alpine), you may insert it before the currently highlighted rule.
10872 You may also insert an empty file or a file that does not yet exist.
10873 Once you have an empty rules file in your configuration, you may use
10874 the Shuffle command to move rules into it.
10875 In fact, that's the only way to get the initial rule into the file.
10877 <H3>eXcludeFile</H3>
10879 The eXcludeFile command removes a rules file from your rules configuration.
10880 A limitation of the program is that in order to exclude a rules file
10881 that file must have at least one rule
10882 in it, otherwise you won't be able to highlight a line in the file.
10883 So you may have to add a dummy rule to the file in order to exclude the file.
10884 <P><UL>
10885 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10886 </UL>
10888 &lt;End of help on this topic&gt;
10889 </BODY>
10890 </HTML>
10891 ===== h_rules_srch =====
10892 <HTML>
10893 <HEAD>
10894 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
10895 </HEAD>
10896 <BODY>
10897 <H1>SETUP SEARCH RULES SCREEN</H1>
10898 <H2>SETUP SEARCH RULES COMMANDS</H2>
10899 <!--chtml if pinemode="function_key"-->
10900 <PRE>
10901 Available  Commands -- Group 1         Available Commands -- Group 2   
10902 -------------------------------        ------------------------------  
10903 F1  Show Help Text                      F1  Show Help Text             
10904 F2  See commands in next group          F2  See commands in next group
10905 F3  Back to MAIN Alpine menu
10906 F4  Change configuration for rule
10907 F5  Move to previous rule               F5  Include file in rule config
10908 F6  Move to next rule                   F6  Exclude file from config
10909 F7  Previous page of rules
10910 F8  Next page of rules
10911 F9  Add new rule                        F9  Replicate existing rule
10912 F10 Delete existing rule
10913 F11 Shuffle the order of rules
10914 F12 Whereis (search rule nicknames)
10915 </PRE>
10916 <!--chtml else-->
10917 <PRE>
10918 Navigation                     General Alpine Commands
10919 -------------------------      -----------------------
10920  P  Prev rule                     ?  Display this help text
10921  N  Next rule                     E  Back to MAIN Alpine menu
10922  -  Previous page
10923 Spc (space bar) Next page
10924  W  WhereIs (search for word in rule nicknames)
10926 Setup Search Rules Commands
10927 ------------------------------------------------
10928  A  Add new rule                  $  Shuffle the order of rules
10929  D  Delete existing rule          C  Change configuration for highlighted rule
10930  R  Replicate existing rule
10931  I  Include file in rule config   X  Exclude file from rule config
10932 </PRE>
10933 <!--chtml endif-->
10935 <H2>Description of the Setup Search Rules Screen</H2>
10937 One of the commands that becomes available when that feature is turned on
10938 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
10939 screen to select a set of messages.
10940 One way of selecting messages is to use a Rule.
10941 All of the messages that match (or don't match if you wish)
10942 a Rule's Pattern will be selected.
10944 Any of your Rules may be used for this purpose.
10945 You might already have Rules set up for filtering, index line color, scores, or roles;
10946 and you may use any of those Rules with the Select command.
10947 However, you might find it more convenient to set up a separate set of Rules
10948 just for this purpose without having to worry about what other effects
10949 they may cause.
10950 That is the purpose of these Select Rules.
10953 Each rule has a &quot;Pattern&quot;
10954 that is used to decide which messages are selected when you use it with
10955 the Select command.
10957 <H2>Patterns</H2>
10959 In order to determine whether or not a message should be selected
10960 the message is compared with the rule's Pattern.
10961 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10962 Scoring, Other Rules, and Search Rules, so are described in only one place,
10963 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10965 <H2>Command Descriptions</H2>
10967 <H3>Add</H3>
10969 The Add command is used to add a new rule definition to your set of
10970 rules.
10971 The new rule will be added after the highlighted rule.
10973 <H3>Delete</H3>
10975 The Delete command deletes the currently highlighted rule.
10977 <H3>Change</H3>
10979 The Change command lets you edit the nickname and Pattern
10980 of the currently highlighted rule.
10982 <H3>Shuffle</H3>
10984 The Shuffle command allows you to change the order of the rules.
10985 This affects only the order they are presented in when you use the
10986 ^T subcommand of the Select by Rule command.
10987 You may move the currently highlighted rule up or down in the list.
10989 <H3>Replicate</H3>
10991 The Replicate command is used to copy an existing rule definition and modify it.
10992 The new rule will be added after the highlighted rule.
10994 <H3>IncludeFile</H3>
10996 The IncludeFile command allows you to add a rules file to your configuration.
10997 Usually, your rules will be contained in your Alpine configuration file.
10998 If you wish, some or all of your rules may be stored in a separate file.
10999 If a rules file already exists (maybe it was made by somebody else using
11000 Alpine), you may insert it before the currently highlighted rule.
11001 You may also insert an empty file or a file that does not yet exist.
11002 Once you have an empty rules file in your configuration, you may use
11003 the Shuffle command to move rules into it.
11004 In fact, that's the only way to get the initial rule into the file.
11006 <H3>eXcludeFile</H3>
11008 The eXcludeFile command removes a rules file from your rules configuration.
11009 A limitation of the program is that in order to exclude a rules file
11010 that file must have at least one rule
11011 in it, otherwise you won't be able to highlight a line in the file.
11012 So you may have to add a dummy rule to the file in order to exclude the file.
11013 <P><UL>
11014 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11015 </UL>
11017 &lt;End of help on this topic&gt;
11018 </BODY>
11019 </HTML>
11020 ===== h_rules_incols =====
11021 <HTML>
11022 <HEAD>
11023 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
11024 </HEAD>
11025 <BODY>
11026 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
11027 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
11028 <!--chtml if pinemode="function_key"-->
11029 <PRE>
11030 Available  Commands -- Group 1         Available Commands -- Group 2   
11031 -------------------------------        ------------------------------  
11032 F1  Show Help Text                      F1  Show Help Text             
11033 F2  See commands in next group          F2  See commands in next group
11034 F3  Back to MAIN Alpine menu
11035 F4  Change configuration for rule
11036 F5  Move to previous rule               F5  Include file in rule config
11037 F6  Move to next rule                   F6  Exclude file from config
11038 F7  Previous page of rules
11039 F8  Next page of rules
11040 F9  Add new rule                        F9  Replicate existing rule
11041 F10 Delete existing rule
11042 F11 Shuffle the order of rules
11043 F12 Whereis (search rule nicknames)
11044 </PRE>
11045 <!--chtml else-->
11046 <PRE>
11047 Navigation                     General Alpine Commands
11048 -------------------------      -----------------------
11049  P  Prev rule                     ?  Display this help text
11050  N  Next rule                     E  Back to MAIN Alpine menu
11051  -  Previous page
11052 Spc (space bar) Next page
11053  W  WhereIs (search for word in rule nicknames)
11055 Setup Index Color Commands
11056 ------------------------------------------------
11057  A  Add new rule                  $  Shuffle the order of rules
11058  D  Delete existing rule          C  Change configuration for highlighted rule
11059  R  Replicate existing rule
11060  I  Include file in rule config   X  Exclude file from rule config
11061 </PRE>
11062 <!--chtml endif-->
11064 <H2>Description of the Setup Index Line Colors Screen</H2>
11066 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
11067 This action is only available if your terminal is capable of displaying
11068 color and color display has been enabled with the
11069 <A HREF="h_config_color_style">Color Style</A> option within the
11070 Setup Color screen.
11071 (In PC-Alpine, color is always enabled so there is no option to turn on.)
11072 This screen lets you add, delete, modify, or change the order of the rules
11073 that cause the lines in the MESSAGE INDEX to be displayed in different
11074 colors.
11076 Each rule has a &quot;Pattern&quot;,
11077 which is used to decide which of the rules is used; and the color that
11078 is used if the Pattern matches a particular message.
11080 <H2>Index Color Patterns</H2>
11082 In order to determine whether or not a message matches an Index Color Rule
11083 the message is compared with the rule's Pattern.
11084 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11085 Scoring, Other Rules, and Search Rules, so are described in only one place,
11086 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11089 If none of the Index Color rules is a match for a particular index line,
11090 then the color used is set using
11091 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11093 <H2>Index Line Color</H2>
11095 This is the color that index lines are colored when there is a matching
11096 Pattern.
11097 This colors the whole index line, except possibly the status letters,
11098 which may be colored separately using
11099 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11101 <H2>Command Descriptions</H2>
11103 <H3>Add</H3>
11105 The Add command is used to add a new rule definition to your set of
11106 rules.
11107 The new rule will be added after the highlighted rule.
11109 <H3>Delete</H3>
11111 The Delete command deletes the currently highlighted rule.
11113 <H3>Change</H3>
11115 The Change command lets you edit the nickname, Pattern,
11116 and Index Line Color of the currently highlighted rule.
11118 <H3>Shuffle</H3>
11120 The Shuffle command allows you to change the order of the rules.
11121 You may move the currently highlighted rule up or down in the list.
11122 The order of the rules is important since the rules are tested for a
11123 match starting with the first rule and continuing until a match is found.
11124 You should place the rules with more specific Patterns near the beginning
11125 of the list, and those with more general Patterns near the end so that
11126 the more specific matches will happen when appropriate.
11128 <H3>Replicate</H3>
11130 The Replicate command is used to copy an existing rule definition and modify it.
11131 The new rule will be added after the highlighted rule.
11133 <H3>IncludeFile</H3>
11135 The IncludeFile command allows you to add a rules file to your configuration.
11136 Usually, your rules will be contained in your Alpine configuration file.
11137 If you wish, some or all of your rules may be stored in a separate file.
11138 If a rules file already exists (maybe it was made by somebody else using
11139 Alpine), you may insert it before the currently highlighted rule.
11140 You may also insert an empty file or a file that does not yet exist.
11141 Once you have an empty rules file in your configuration, you may use
11142 the Shuffle command to move rules into it.
11143 In fact, that's the only way to get the initial rule into the file.
11145 <H3>eXcludeFile</H3>
11147 The eXcludeFile command removes a rules file from your rules configuration.
11148 A limitation of the program is that in order to exclude a rules file
11149 that file must have at least one rule
11150 in it, otherwise you won't be able to highlight a line in the file.
11151 So you may have to add a dummy rule to the file in order to exclude the file.
11152 <P><UL>
11153 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11154 </UL>
11156 &lt;End of help on this topic&gt;
11157 </BODY>
11158 </HTML>
11159 ===== h_rules_filter =====
11160 <HTML>
11161 <HEAD>
11162 <TITLE>SETUP FILTERING SCREEN</TITLE>
11163 </HEAD>
11164 <BODY>
11165 <H1>SETUP FILTERING SCREEN</H1>
11166 <H2>SETUP FILTERING COMMANDS</H2>
11167 <!--chtml if pinemode="function_key"-->
11168 <PRE>
11169 Available  Commands -- Group 1         Available Commands -- Group 2   
11170 -------------------------------        ------------------------------  
11171 F1  Show Help Text                      F1  Show Help Text             
11172 F2  See commands in next group          F2  See commands in next group
11173 F3  Back to MAIN Alpine menu
11174 F4  Change configuration for filter
11175 F5  Move to previous filter             F5  Include file in filter config
11176 F6  Move to next filter                 F6  Exclude file from config
11177 F7  Previous page of filters
11178 F8  Next page of filters
11179 F9  Add new filter                      F9  Replicate existing filter
11180 F10 Delete existing filter
11181 F11 Shuffle the order of filters
11182 F12 Whereis (search filter nicknames)
11183 </PRE>
11184 <!--chtml else-->
11185 <PRE>
11186 Navigation                     General Alpine Commands
11187 -------------------------      -----------------------
11188  P  Prev Filter                   ?  Display this help text
11189  N  Next Filter                   E  Back to MAIN Alpine menu
11190  -  Previous page
11191 Spc (space bar) Next page
11192  W  WhereIs (search for word in filter nicknames)
11194 Setup Filters Commands
11195 ------------------------------------------------
11196  A  Add new filter                $  Shuffle the order of filters
11197  D  Delete existing filter        C  Change configuration for highlighted filter
11198  R  Replicate existing filter
11199  I  Include file in filter config X  Exclude file from filter config
11200 </PRE>
11201 <!--chtml endif-->
11203 <H2>Description of the Setup Filtering Screen</H2>
11205 This screen lets you add, delete, modify, or change the order of the rules
11206 that determine the filtering Alpine does on folders you view.
11208 The software that actually delivers mail (the stuff that happens
11209 before Alpine is involved) for you is in a better position to do mail filtering
11210 than Alpine itself.
11211 If possible, you may want to look into using that sort of mail filtering to
11212 deliver mail to different folders, delete it, or forward it.
11213 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
11215 Filtering is a way to automatically move certain messages from one folder
11216 to another or to delete messages.
11217 It can also be used to set message status (Important, Deleted, New,
11218 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
11219 Alpine doesn't have the ability to forward mail to another address or
11220 to deliver vacation messages.
11222 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
11223 When a folder is opened, when new mail arrives in an open folder, or
11224 when mail is Expunged from a folder; each
11225 message is compared with the Patterns of your filtering rules.
11226 The comparisons start with the first rule and keep going until there
11227 is a match.
11228 If a match is found, the message may be deleted or moved, depending on
11229 the setting of the Filter Action.
11230 If the message is not deleted, it may have its status altered.
11233 <EM>NOTE:</EM>
11234 When setting up a Pattern used to delete messages,
11235 it is recommended that you test the Pattern first with a &quot;Move&quot;
11236 folder specified in
11237 case unintended matches occur.  Messages that are deleted will be removed 
11238 from the folder and <EM>unrecoverable</EM> from within Alpine after the
11239 next Expunge command or once the folder being filtered has been closed.
11241 <H2>Filter Patterns</H2>
11243 In order to determine whether or not a message matches a filter the message is
11244 compared with the Filter's Pattern.
11245 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11246 Scoring, Other Rules, and Search Rules, so are described in only one place,
11247 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11249 Since filtering is a potentially destructive action, if you have a filtering
11250 Pattern with nothing other than Current Folder Type set, that filtering
11251 rule is ignored.
11253 <H2>Filter Actions</H2>
11255 Once a filter match is found for a particular message, there are some actions
11256 that may be taken.
11257 First, the message may have its status changed.
11258 This is the same message status that you can manipulate manually using the
11259 <a href="h_common_flag">Flag Command</a>.
11260 There are always four elements of message status that you can control.
11261 You can set or clear the Important status, the New status, the Deleted
11262 status, and the Answered status.
11263 Of course, if the filter is going to delete the message,
11264 then there is no point in setting message status.
11265 You may also be able to set user-defined keywords for a message.
11266 Read a little about keywords in the help text for the
11267 <A HREF="h_common_flag">Flag</A> command.
11269 Second, the filter may delete or move the message.
11270 Deleting the message marks it Deleted and removes it from view.
11271 It is effectively gone forever (though it technically is still there until
11272 the next expunge command, which may happen implicitly).
11273 Moving the message moves it from the open folder into the folder
11274 listed on the &quot;Folder List&quot; line of the filter configuration.
11275 If you list more than one folder name (separated by commas) then the message
11276 will be copied to each of those folders.
11277 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
11278 message is removed from the current folder.
11279 If you just want to set the messages status without deleting it from
11280 the folder, then set the filter action to
11281 &quot;Just Set Message Status&quot;.
11283 (There is no way to do a Copy instead of a Move, due to the difficulties
11284 involved in keeping track of whether or not a message has
11285 already been copied.)
11287 <H2>Command Descriptions</H2>
11289 <H3>Add</H3>
11291 The Add command is used to add a new filter definition to your set of
11292 filters.
11293 The new filter will be added after the highlighted filter.
11295 <H3>Delete</H3>
11297 The Delete command deletes the currently highlighted filter.
11299 <H3>Change</H3>
11301 The Change command lets you edit the nickname, Pattern,
11302 and Folder of the currently highlighted filter.
11304 <H3>Shuffle</H3>
11306 The Shuffle command allows you to change the order of the filters.
11307 You may move the currently highlighted filter up or down in the list.
11308 The order of the filters is important since the filters are tested for a
11309 match starting with the first filter and continuing until a match is found.
11310 You should place the filters with more specific Patterns near the beginning
11311 of the list, and those with more general Patterns near the end so that
11312 the more specific matches will happen when appropriate.
11314 <H3>Replicate</H3>
11316 The Replicate command is used to copy an existing filter and modify it.
11317 The new filter will be added after the highlighted filter.
11319 <H3>IncludeFile</H3>
11321 The IncludeFile command allows you to add a filters file to your configuration.
11322 Usually, your filters will be contained in your Alpine configuration file.
11323 If you wish, some or all of your filters may be stored in a separate file.
11324 If a filters file already exists (maybe it was made by somebody else using
11325 Alpine), you may insert it before the currently highlighted filter.
11326 You may also insert an empty file or a file that does not yet exist.
11327 Once you have an empty filters file in your configuration, you may use
11328 the Shuffle command to move filters into it.
11329 In fact, that's the only way to get the initial filter into the file.
11331 <H3>eXcludeFile</H3>
11333 The eXcludeFile command removes a filters file from your filters configuration.
11334 A limitation of the program is that in order to exclude a filters file
11335 that file must have at least one filter
11336 in it, otherwise you won't be able to highlight a line in the file.
11337 So you may have to add a dummy filter to the file in order to exclude the file.
11338 <P><UL>
11339 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11340 </UL>
11342 <H3>Performance Considerations</H3>
11343 The number and type of patterns being tested can 
11344 adversely effect performance.  Issues to be aware
11345 of include:
11347 <UL>
11348   <LI> The more filters you have defined the longer it will take to run down
11349 the list.  Deleting unused filters is a good idea.
11350   <LI> Filtering in newsgroups served by an NNTP server will be slow
11351 if your patterns include tests other than &quot;From:&quot;
11352 or &quot;Subject:&quot;.
11353 </UL>
11355 &lt;End of help on this topic&gt;
11356 </BODY>
11357 </HTML>
11358 ===== h_rules_score =====
11359 <HTML>
11360 <HEAD>
11361 <TITLE>SETUP SCORING SCREEN</TITLE>
11362 </HEAD>
11363 <BODY>
11364 <H1>SETUP SCORING SCREEN</H1>
11365 <H2>SETUP SCORING COMMANDS</H2>
11366 <!--chtml if pinemode="function_key"-->
11367 <PRE>
11368 Available  Commands -- Group 1         Available Commands -- Group 2   
11369 -------------------------------        ------------------------------  
11370 F1  Show Help Text                      F1  Show Help Text             
11371 F2  See commands in next group          F2  See commands in next group
11372 F3  Back to MAIN Alpine menu
11373 F4  Change configuration for rule
11374 F5  Move to previous rule               F5  Include file in rule config
11375 F6  Move to next rule                   F6  Exclude file from config
11376 F7  Previous page of rules
11377 F8  Next page of rules
11378 F9  Add new rule                        F9  Replicate existing rule
11379 F10 Delete existing rule
11380 F11 Shuffle the order of rules
11381 F12 Whereis (search rule nicknames)
11382 </PRE>
11383 <!--chtml else-->
11384 <PRE>
11385 Navigation                     General Alpine Commands
11386 -------------------------      -----------------------
11387  P  Prev rule                     ?  Display this help text
11388  N  Next rule                     E  Back to MAIN Alpine menu
11389  -  Previous page
11390 Spc (space bar) Next page
11391  W  WhereIs (search for word in rule nicknames)
11393 Setup Scoring Commands
11394 ------------------------------------------------
11395  A  Add new rule                  $  Shuffle the order of rules
11396  D  Delete existing rule          C  Change configuration for highlighted rule
11397  R  Replicate existing rule
11398  I  Include file in rule config   X  Exclude file from rule config
11399 </PRE>
11400 <!--chtml endif-->
11402 <H2>Description of the Setup Scoring Screen</H2>
11404 Most people will not use scores at all, but if you do use them, here's how
11405 they work in Alpine.
11406 Using this screen, you may define Scoring rules.
11407 The score for a message is calculated by looking at every Score rule defined
11408 and adding up the Score Values for the ones that match the message.
11409 If there are no matches for a message, it has a score of zero.
11410 Message scores may be used a couple of ways in Alpine.
11412 <H3>Sorting by Score</H3>
11414 One of the methods you may use to sort message indexes is to sort by
11415 score.
11416 The scores of all the messages in a folder will be calculated and then
11417 the index will be ordered by placing the messages in order of ascending or
11418 descending score.
11420 <H3>Scores for use in Patterns</H3>
11422 The Patterns used for Roles, Index Line Coloring, and Filtering have a
11423 category labeled &quot;Score Interval&quot;.
11424 When a message is being compared with a Pattern to check for a match, if
11425 the Score Interval is set only messages that have a score somewhere in
11426 the interval are a match.
11428 <H2>Scoring Rule Patterns</H2>
11430 In order to determine whether or not a message matches a scoring rule
11431 the message is compared with the rule's Pattern.
11432 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11433 Scoring, Other Rules, and Search Rules, so are described in only one place,
11434 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11437 Actually, Scoring rule Patterns are slightly different from the other types of
11438 Patterns because Scoring rule Patterns don't contain a Score Interval.
11439 In other words, when calculating the score for a message, which is done
11440 by looking at the Scoring rule Patterns, scores aren't used.
11442 <H2>Score Value</H2>
11444 This is the value that will be added to the score for a message if the
11445 rule's Pattern is a match.
11446 Each individual Score Value is an integer between -100 and 100, and the
11447 values from matching rules are added together to get a message's score.
11448 There is also a way to extract the value from a particular header of each
11449 message. See the help text for Score Value for further information.
11451 <H2>Command Descriptions</H2>
11453 <H3>Add</H3>
11455 The Add command is used to add a new scoring rule definition.
11456 The new rule will be added after the highlighted rule.
11458 <H3>Delete</H3>
11460 The Delete command deletes the currently highlighted scoring rule.
11462 <H3>Change</H3>
11464 The Change command lets you edit the nickname, Pattern,
11465 and Score Value of the currently highlighted scoring rule.
11467 <H3>Shuffle</H3>
11469 The Shuffle command allows you to change the order of the scoring rules.
11470 You may move the currently highlighted rule up or down in the list.
11471 The order of the rules is important since the rules are tested for a
11472 match starting with the first rule and continuing until a match is found.
11473 You should place the rules with more specific Patterns near the beginning
11474 of the list, and those with more general Patterns near the end so that
11475 the more specific matches will happen when appropriate.
11477 <H3>Replicate</H3>
11479 The Replicate command is used to copy an existing rule and modify it.
11480 The new rule will be added after the highlighted rule.
11482 <H3>IncludeFile</H3>
11484 The IncludeFile command allows you to add a rules file to your configuration.
11485 Usually, your rules will be contained in your Alpine configuration file.
11486 If you wish, some or all of your rules may be stored in a separate file.
11487 If a rules file already exists (maybe it was made by somebody else using
11488 Alpine), you may insert it before the currently highlighted rule.
11489 You may also insert an empty file or a file that does not yet exist.
11490 Once you have an empty rules file in your configuration, you may use
11491 the Shuffle command to move rules into it.
11492 In fact, that's the only way to get the initial rule into the file.
11494 <H3>eXcludeFile</H3>
11496 The eXcludeFile command removes a rules file from your rules configuration.
11497 A limitation of the program is that in order to exclude a rules file
11498 that file must have at least one rule
11499 in it, otherwise you won't be able to highlight a line in the file.
11500 So you may have to add a dummy rule to the file in order to exclude the file.
11501 <P><UL>
11502 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11503 </UL>
11505 &lt;End of help on this topic&gt;
11506 </BODY>
11507 </HTML>
11508 ===== h_direct_config =====
11509 <HTML>
11510 <HEAD>
11511 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
11512 </HEAD>
11513 <BODY>
11514 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
11515 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
11516 <!--chtml if pinemode="function_key"-->
11517 <PRE>
11518 Available  Commands                        
11519 -------------------------------            
11520 F1  Show Help Text                         
11521 F3  Back to MAIN Alpine menu                 
11522 F4  Change configuration for directory server  
11523 F5  Move to previous directory server          
11524 F6  Move to next directory server              
11525 F7  Previous page of directory servers         
11526 F8  Next page of directory servers
11527 F9  Add new directory server
11528 F10 Delete existing directory server
11529 F11 Shuffle the order of directory servers
11530 F12 Whereis (search directory server titles)   
11531 </PRE>
11532 <!--chtml else-->
11533 <PRE>
11534 Navigation                     General Alpine Commands
11535 -------------------------      -----------------------
11536  P  Prev Directory Server         ?  Display this help text
11537  N  Next Directory Server         E  Back to MAIN Alpine menu
11538  -  Previous page
11539 Spc (space bar) Next page
11540  W  WhereIs (search for word in directory server titles)
11542 Setup LDAP Directory Server Commands
11543 ------------------------------------------------
11544  A  Add new directory server      $  Shuffle the order of directory servers
11545  D  Delete existing dir server    C  Change configuration for highlighted server
11546 </PRE>
11547 <!--chtml endif-->
11549 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
11551 This screen lets you add, delete, modify, or change the order of your
11552 directory servers. You may also set some optional behavior for each server.
11553 The &quot;Add Dir&quot; command brings up a blank form to 
11554 fill in. You will have to supply at least the name of the LDAP server.
11555 You will often have to supply a search base to be used with that server,
11556 as well. Once the form has been brought up on your screen, there is help
11557 available for each of the options you may set.
11559 The &quot;Del Dir&quot; command allows you to remove a directory server
11560 from your configuration.
11562 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
11563 The difference is that instead of bringing up a form for a new server
11564 configuration, you are changing the configuration of an existing entry.
11565 For example, you might want to correct a typing error, change a
11566 nickname, or change one of the options set for that server.
11568 The &quot;Shuffle&quot; command is used to change the order of directory
11569 servers.
11570 <P><UL>
11571 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11572 </UL>
11574 &lt;End of help on this topic&gt;
11575 </BODY>
11576 </HTML>
11577 ============= h_address_display ========================
11578 <HTML>
11579 <HEAD>
11580 <TITLE>SEARCH RESULTS INDEX</TITLE>
11581 </HEAD>
11582 <BODY>
11583 <H1>SEARCH RESULTS INDEX</H1>
11584 This screen shows the results, if any, of your Directory Server search.  
11585 Commands (besides those for screen navigation) are:
11586 <DL>
11587 <DT>View
11588 <!--chtml if pinemode="function_key"-->
11589 (F4)
11590 <!--chtml else-->
11592 <!--chtml endif-->
11593 </DT>
11594 <DD>See the full information for the selected entry.
11596 <DT>Compose
11597 <!--chtml if pinemode="function_key"-->
11598 (F9)
11599 <!--chtml else-->
11601 <!--chtml endif--></DT>
11602 <DD>Compose a message with the selected entry as the recipient.
11604 <DT>Role
11605 <!--chtml if pinemode="function_key"-->
11606 (F2)
11607 <!--chtml else-->
11609 <!--chtml endif--></DT>
11610 <DD>Compose a message with the selected entry as the recipient. This differs
11611 from Compose in that you may select a role before beginning your composition.
11613 <DT>Forward
11614 <!--chtml if pinemode="function_key"-->
11615 (F10)
11616 <!--chtml else-->
11618 <!--chtml endif--></DT>
11619 <DD>Send the full information for the selected entry as an 
11620 email message to someone else.
11622 <DT>Save
11623 <!--chtml if pinemode="function_key"-->
11624 (F11)
11625 <!--chtml else-->
11627 <!--chtml endif-->
11628 </DT>
11629 <DD>Save to your address book:
11630 <UL>
11631 <LI>the result of the search (as just found through your query) for the 
11632 selected entry; or 
11633 <LI>the selected entry for repeated Directory Server searching when used 
11634 in the future.
11635 </UL>
11636 or<BR>
11637 Export to a file (external to Alpine):
11638 <UL>
11639 <LI>the full information for the selected entry; or
11640 <LI>the email address from the selected entry; or
11641 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
11642 </UL>
11643 <DT>WhereIs
11644 <!--chtml if pinemode="function_key"-->
11645 (F12)
11646 <!--chtml else-->
11648 <!--chtml endif-->
11649 </DT>
11650 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11651 displayed text, not the full records for each entry.)  
11652 </DL>
11653 &lt;End of help on this topic&gt;
11654 </BODY>
11655 </HTML>
11656 ============= h_address_select ========================
11657 <HTML>
11658 <HEAD>
11659 <TITLE>SEARCH RESULTS INDEX</TITLE>
11660 </HEAD>
11661 <BODY>
11662 <H1>SEARCH RESULTS INDEX</H1>
11663 This screen shows the results, if any, of your Directory Server search.  
11664 Commands (besides those for screen navigation) are:
11665 <DL>
11666 <DT>Select
11667 </DT>
11668 <DD>Select this entry for use.
11670 <DT>ExitSelect
11671 <DD>Exit without selecting any of the entries.
11673 <DT>WhereIs
11674 </DT>
11675 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11676 displayed text, not the full records for each entry.)  
11677 </DL>
11678 &lt;End of help on this topic&gt;
11679 </BODY>
11680 </HTML>
11681 ===== h_folder_maint =====
11682 <HTML>
11683 <HEAD>
11684 <TITLE>Help for Folder List</TITLE>
11685 </HEAD>
11686 <BODY>
11687 <H1>FOLDER LIST COMMANDS</H1>
11688 <!--chtml if pinemode="function_key"-->
11689 <PRE>
11690 Available Commands -- Group 1        Available Commands -- Group 2
11691 -------------------------------      ------------------------------
11692 F1  Show Help Text                    F1  Show Help Text               
11693 F2  See commands in next group        F2  See commands in next group  
11694 F3  MAIN MENU Screen                  F3  Quit Alpine                    
11695 F4  Select folder and view it         F4  MAIN MENU Screen
11696 F5  Move to previous folder
11697 F6  Move to next folder               F6  Specify a folder to go to
11698 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
11699 F8  Show next screen of listing       F8  Compose a message
11700 F9  Add a new folder                  F9  Print folder listing
11701 F10 Delete selected folder
11702 F11 Rename selected folder
11703 F12 Whereis (search folder names)
11705 Available Commands -- Group 3
11706 F1  Show Help Text
11707 F2  See commands in next group
11708 F5  Go to next new message
11709     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
11710 F8  Compose a message using roles
11711 F9  Export folder to a file
11712 F10 Import the file back to a folder
11713 </PRE>
11714 <!--chtml else-->
11715 <PRE>
11716 Navigating the Folder Screen            Operations on the Selected Folder
11717 ----------------------------            ---------------------------------
11718  P   Move to previous folder              V  View Index of selected folder
11719  N   Move to next folder                  D  Delete
11720  -   Show previous page of listing        R  Rename
11721 Spc  (space bar) Show next page           E  Export to file
11722                                           U  Import from file to folder
11724 FOLDER LIST Screen Commands              General Alpine Command
11725 ---------------------------              -----------------------
11726  A  Add a folder                          O  Show all other available commands
11727  G  Specify a folder to go to             ?  Show Help text
11728  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
11729  W  Whereis (search folder names)         Q  Quit Alpine
11730  %  Print folder listing                  C  Compose a message
11731                                           #  Compose a message using roles
11732 </PRE>
11733 <!--chtml endif-->
11735 These commands are only available in the FOLDER LIST screen when the 
11736 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
11737 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
11738 <DT>Select:</DT>
11739 <DD>Select folders by certain criteria:<UL>
11740 <LI>All: of limited use, since there is no Apply command.
11741 <LI>by Property: <UL>
11742         <LI>folder contains messages not yet seen 
11743         <LI>folder contains new messages
11744         <LI>folder contains exactly as many, more, or fewer messages 
11745 than a given number
11746         </UL>
11747 <LI>by Text: <UL>
11748         <LI>contained in name of folder (Name Select)
11749         <LI>contained in messages in folder (Content Select)
11750         </UL>
11751 </UL></DD>
11753 <DT>Select current:</DT>
11754 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
11755 add one or more folders to a set created with the Select command described 
11756 above.)</DD>
11757 <DT>Zoom mode:</DT>
11758 <DD>Toggles display of only selected folders or all folders on and off.</DD>
11759 </DL>
11761 If the feature
11762 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
11763 is set then the TAB key will display the number of recent messages and
11764 the total number of messages in the highlighted folder.
11766 The &quot;Export&quot; command causes the lowest common denominator style
11767 mailbox to be written to a file.
11768 If the file already exists, you are asked if you want to delete it.
11769 If you say No, then the operation is aborted.
11770 Export might be a reasonable way to store a backup or an archival copy of
11771 a folder.
11772 The exported-to file is a local file on the system where you are running Alpine.
11773 The &quot;Import&quot; command is the opposite of the Export command.
11774 It reads a file created by Export and asks where it should save it in your
11775 folders.
11776 This could be a new folder or an existing folder.
11777 If the folder already exists, the messages from the exported file will be
11778 appended to the folder.
11780 <CENTER>Description of the FOLDER LIST Screen</CENTER>
11782 The purpose of the FOLDER LIST screen is to help you browse and manage
11783 the folders and directories (also known as &quot;hierarchy&quot;)
11784 contained within a collection.
11787 Folders and directories are arranged alphabetically across lines of
11788 the screen.  Directories, if present, are denoted by a special
11789 character at the end of the name known as the hierarchy delimiter
11790 (typically, &quot;/&quot;).  By default, folders and directories are
11791 mixed together.  The
11792 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
11793 configuration option can be used to group directories toward the 
11794 beginning or end of the list.
11797 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
11798 commands change the &quot;selected&quot; (i.e., highlighted) folder or
11799 directory, and the View Fldr/Dir commands will &quot;open&quot; the
11800 selected item.  Folder and directory management is provided via the
11801 Rename, Delete and Add commands.
11803 <P><CENTER>About Folders</CENTER>
11804 What are Folders?<P>
11806 Folders are simply files where messages are kept.  Every message has to be
11807 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
11808 folder for sent mail and a folder for saved messages.<P>
11810 You may create as many other folders as you wish.  They must be given
11811 names that can be filenames on the filesystem.  
11814 You can move messages from one folder to another by opening the original
11815 folder and saving messages into the other folder just as you can save
11816 message from your INBOX to any other folder.<P>
11818 Folders are typically just files in the filesystem.  However, the files
11819 that are
11820 folders have some special formatting in them (so that Alpine knows where one
11821 message ends and another begins) and should <EM>not</EM> be edited outside of
11822 Alpine.  If you want copies of your messages in text files that you can edit
11823 or otherwise manipulate, use the Export command to copy them from Alpine into
11824 your regular file area.
11827 FOR MORE INFORMATION: See the section on
11828 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11830 <CENTER>About Directories</CENTER>
11832 A directory is simply a container used to group folders within a
11833 folder list.  You can create as many directories as you like.  And 
11834 directories can even contain directories themselves.
11837 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
11838 to note that not all IMAP servers support directories.  If you find that
11839 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
11840 then it's likely that directories are not supported by the server serving
11841 in that collection.
11844 Similarly, servers that do provide for directories may not do so in
11845 the same way.  On some servers, for example, each folder name you
11846 create is at the same time capable of being a directory.  When this
11847 happens, Alpine will display both the folder name and the name of the
11848 directory (with trailing hierarchy delimiter) in the folder list.
11851 Another issue with IMAP access, though with a much smaller set of servers,
11852 is that not all servers accept the request to list out the available
11853 folders and directories in the same way.  If you find yourself having
11854 trouble viewing folders on your server, you might investigate the
11855 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
11856 feature.
11858 <UL>
11859 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11860 </UL>
11862 &lt;End of help on this topic&gt;
11863 </BODY>
11864 </HTML>
11865 ========= h_valid_folder_names ========
11866 <HTML>
11867 <HEAD>
11868 <TITLE>Explanation of Valid Folder Names</TITLE>
11869 </HEAD>
11870 <BODY>
11871 <H1>Folder Name Syntax Explained</H1>
11873 Once your folder collections are defined, you can usually refer to
11874 folders by their simple (unqualified) name, or pick from a FOLDER LIST
11875 display.  However, understanding the complete syntax for folder names,
11876 both local and remote, is handy when using the Goto command and when
11877 you are adding new folder collections via the Setups/collectionList screen.
11879 An Alpine folder name looks like
11882 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
11885 The square brackets ([]) mean that the part is optional.
11888 If there is no remote-specification, then the folder name is interpreted
11889 locally on the computer running Alpine.
11890 Local folder names depend on the operating system used by the computer 
11891 running Alpine, as well as the configuration of that system.  For example,
11892 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
11893 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
11894 system running Unix.
11897 Alpine users have the option of using folders that are stored on some other
11898 computer.  Alpine accesses remote folders via IMAP (the Internet Message
11899 Access Protocol), or in the case of news, via NNTP (the Network News
11900 Transport Protocol).  To be able to access remote folders in Alpine, the
11901 remote host must be running the appropriate server software (imapd or
11902 nntpd) and you must correctly specify the name of the folder to Alpine,
11903 including the domain name of the remote machine. For example,
11905 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
11907 could be a remote folder specification, and so could
11909 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
11912 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
11914 Note that in the case of remote folders, the directory/file path in the specification is 
11915 determined by the operating system of the remote computer, <B>not</B> by
11916 the operating system of the computer on which you are running Alpine.
11918 As you can tell, the name of the computer is in &#123;} brackets
11919 followed immediately by the name of the folder.  (In each of these cases the
11920 optional namespace is missing.)  If, as in these
11921 examples, there is no remote access protocol specified, then IMAP is
11922 assumed.  Check
11923 <A HREF="h_folder_server_syntax">here</A>
11924 for a more detailed look at what options can be placed between the brackets.
11925 If there are no brackets at all, then the folder name is interpreted locally
11926 on the computer on which you are running Alpine.
11929 To the right of the brackets when a server name is present, or at the
11930 start of the foldername if no server is present, the sharp sign,
11931 &quot;#&quot;, holds special meaning.  It indicates a folder name
11932 outside the area reserved for your personal folders.  In fact, it's
11933 used to indicate both the name of the folder, and a special phrase
11934 telling Alpine how to interpret the name that follows.
11937 So, for example, Alpine can be used to access a newsgroup that might be 
11938 available on your computer using:
11940 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11942 The sharp sign indicates the folder name is outside your personal
11943 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
11944 interpret the remainder of the name as a newsgroup.
11947 Similarly, to access a newsgroup on your IMAP server, you might
11948 use something like:
11950 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
11953 There are a number of such special phrases (or &quot;namespaces&quot;)
11954 available.  For a more detailed explanation read about
11955 <A HREF="h_folder_name_namespaces">Namespaces</A>.
11958 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
11959 names.  The name INBOX refers to your &quot;principal incoming
11960 message folder&quot; and will be mapped to the actual file name used for your
11961 INBOX on any given host.  Therefore, a name like
11962 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
11963 store incoming mail for you on that particular host.
11966 &lt;End of help on this topic&gt;
11967 </BODY>
11968 </HTML>
11969 ======= h_folder_name_namespaces =======
11970 <HTML>
11971 <HEAD>
11972 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
11973 </HEAD>
11974 <BODY>
11975 <H1>Folder Name Namespaces Explained</H1>
11977 An Alpine folder name looks like
11980 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
11983 The local part of a folder name has an optional &quot;Namespace&quot; which
11984 tells Alpine how to interpret the rest of the name.
11986 <P> 
11987 By default the folder name is interpreted as defining a section of your personal
11988 folder area.  This area and how you specify it are defined by the
11989 server, if one is specified, or, typically, the home
11990 directory, if no server is defined.
11993 If a namespace is specified, it begins with the
11994 sharp, &quot;#&quot;, character followed by the name of the namespace
11995 and then the namespace's path-element-delimiter.  Aside from the
11996 path's format, namespaces can also imply access rights, content
11997 policy, audience, location, and, occasionally, access methods.
12000 Each server exports its own set (possibly of size one) of 
12001 namespaces.  Hence, it's likely communication with your server's
12002 administrator will be required for specific configurations.  Some of
12003 the more common namespaces, however, include:
12005 <DL>
12006 <DT>#news.</DT>
12007 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
12008 names are hierarchically defined with each level delimited by a period.
12010 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12012 </DD>
12013 <DT>#public/</DT>
12014 <DD>This specifies a folder area that the server may export to the general
12015 public.
12016 </DD>
12017 <DT>#shared/</DT>
12018 <DD>This specifies a folder area that the server may export to groups
12019 of users.
12020 </DD>
12021 <DT>#ftp/</DT>
12022 <DD>This specifies a folder area that is the same as that it may have 
12023 exported via the &quot;File Transfer Protocol&quot;.
12024 </DD>
12025 <DT>#mh/</DT>
12026 <DD>This specifies the personal folder area associated with folders
12027 and directories that were created using the MH message handling system.
12028 </DD>
12029 <DT>#move/</DT>
12030 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
12032 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
12034 The #move namespace is followed by two folder names separated by a delimiter
12035 character.
12036 The delimiter character may be any character that does not appear in
12037 the MailDropFolder name.
12038 The meaning of #move is that mail will be copied from the MailDropFolder to
12039 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
12040 Periodic checks at frequency
12041 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
12042 time between checks set by
12043 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
12044 are made for new mail arriving in the MailDropFolder.
12045 An example that copies mail from a POP inbox to a local folder follows
12047 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
12049 To you it appears that mail is being delivered to the local folder when it
12050 is copied from the MailDropFolder, and you read mail from the local folder.
12052 Note that if the DestinationFolder does not exist then the messages are not
12053 copied from the MailDropFolder.
12054 A #move folder may only be used as an
12055 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
12056 an Inbox.
12057 When you are in the FOLDER LIST of Incoming Message Folders (after turning
12058 on the
12059 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
12060 option)
12061 the Add command has a subcommand &quot;Use Mail Drop&quot;
12062 which may be helpful for defining the folder in your Alpine configuration.
12063 The same is true when you edit the
12064 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
12065 option in Setup/Config.
12066 Each of these configuration methods will also create the DestinationFolder
12067 if it doesn't already exist.
12068 If you are having problems, make sure the DestinationFolder exists.
12069 You may find some more useful information about Mail Drops at
12070 <A HREF="h_maildrop">What is a Mail Drop?</A>.
12071 </DD>
12072 </DL>
12075 In addition, the server may support access to other user's folders,
12076 provided you have suitable permissions.  Common methods use a prefix
12077 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
12078 indicate the root of the other user's folder area.
12081 No, nothing's simple.
12084 &lt;End of help on this topic&gt;
12085 </BODY>
12086 </HTML>
12087 ============= h_whatis_vcard ========================
12088 <HTML>
12089 <HEAD>
12090 <TITLE>VCARD EXPLAINED</TITLE>
12091 </HEAD>
12092 <BODY>
12093 <H1>What is the vCard format?</H1>
12094 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
12095 information about and among people and organizations electronically.  
12096 More information about vCard can be found (as of May 1998) on the WWW site 
12097 of the Internet Mail Consortium at the URL:
12099 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
12101 &lt;End of help on this topic&gt;
12102 </BODY>
12103 </HTML>
12104 ===== h_folder_open =====
12105 <HTML>
12106 <HEAD>
12107 <TITLE>Explanation of Folder Selection</TITLE>
12108 </HEAD>
12109 <BODY>
12110 <BR>
12111 <BR>
12112 This screen is designed to allow you to quickly and easily survey your
12113 folders and select one to open.
12114 <!--chtml if pinemode="function_key"-->
12115 <PRE>
12116 Navigating the List of Folders             General Alpine Commands
12117 ------------------------------             -----------------------
12118  P   Move to previous folder               ?   Show this help text
12119  N   Move to next folder
12120  -   Show previous screen of folders
12121 Spc  (space bar) Show next screen
12122  W   WhereIs (search folder names)
12124 Folder Selection Commands
12125 -------------------------
12126  E   Exit the Folder Select menu (without selecting a folder)
12127  S   Select the currently highlighted folder
12128 </PRE>
12129 <!--chtml else-->
12130 <PRE>
12131 Navigating the List of Folders             General Alpine Commands
12132 ------------------------------             -----------------------
12133 F5   Move to previous folder               F1  Show this help text
12134 F6   Move to next folder
12135 F7   Show previous screen of folders
12136 F8   Show next screen of folders
12137 F12  WhereIs (search folder names)
12139 Folder Selection Commands
12140 -------------------------
12141 F3   Exit the Folder Select menu (without selecting a folder)
12142 F4   Select the currently highlighted folder
12143 </PRE>
12144 <!--chtml endif-->
12146 FOR MORE INFORMATION: See the section on
12147 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12149 &lt;End of help on this topic&gt;
12150 </BODY>
12151 </HTML>
12152 ===== h_folder_subscribe =====
12153 <HTML>
12154 <HEAD>
12155 <TITLE>Newsgroup Subscribe Screen explained</TITLE>
12156 </HEAD>
12157 <BODY>
12158 <H1>FOLDER SUBSCRIBE HELP</H1>
12160 This screen is designed to help you subscribe to newsgroups you are
12161 not currently subscribed to.  The screen display is a list of all
12162 available newsgroups (or possibly a partial list if you specified a
12163 partial name when entering the screen).  Groups you have already
12164 subscribed to have the letters &quot;SUB&quot; next to them.  You may
12165 select a single new group to subscribe to by moving the cursor to that
12166 group and pressing &quot;S&quot; or carriage return.  Alternatively,
12167 you may change into ListMode with the &quot;ListMode&quot; command.
12168 The display will change slightly so that each group has a checkbox in
12169 front of it.  Use the cursor and the Set/Unset command to place an
12170 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
12173 When you are finished marking groups, the &quot;Subscribe&quot;
12174 command will subscribe you to those groups you have marked.  Note, you
12175 may not unsubscribe to groups with this command.  Instead of the
12176 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
12177 UnSbscrbe command.
12180 <!--chtml if pinemode="function_key"-->
12181 <PRE>
12182 Navigating the List of Newsgroups          General Alpine Commands
12183 ---------------------------------          -----------------------
12184 F5   Move to previous group                F1   Show this help text
12185 F6   Move to next group
12186 F7   Show previous screen of groups
12187 F8   Show next screen of groups
12188 F12  WhereIs (search group names)
12189 F9   Use ListMode
12191 Group Selection Commands
12192 -------------------------
12193 F3  Exit the News Subscribe menu (without selecting any groups)
12194 F4  Subscribe to the currently highlighted newsgroup
12195 </PRE>
12196 <!--chtml else-->
12197 <PRE>
12198 Navigating the List of Newsgroups          General Alpine Commands
12199 ---------------------------------          -----------------------
12200  P   Move to previous group                ?   Show this help text
12201  N   Move to next group
12202  -   Show previous screen of groups
12203 Spc  (space bar) Show next screen
12204  W   WhereIs (search group names)
12205  L   Use ListMode
12207 Group Selection Commands
12208 -------------------------
12209  E   Exit the News Subscribe menu (without selecting any groups)
12210  S   Subscribe to the currently highlighted newsgroup
12211 </PRE>
12212 <!--chtml endif-->
12214 When in ListMode, there is an additional command for marking groups to
12215 subscribe to:
12217 <!--chtml if pinemode="function_key"-->
12218 <PRE>
12219 ListMode Commands
12220 -------------------------
12221 F9  Set or unset the highlighted group
12222 </PRE>
12223 <!--chtml else-->
12224 <PRE>
12225 ListMode Commands
12226 -------------------------
12227 X   Set or unset the highlighted group
12228 </PRE>
12229 <!--chtml endif-->
12231 &lt;End of help on this topic&gt;
12232 </BODY>
12233 </HTML>
12234 ===== h_folder_postnews =====
12235 <HTML>
12236 <HEAD>
12237 <TITLE>Newsgroup selecting for Posting explained</TITLE>
12238 </HEAD>
12239 <BODY>
12240 This screen is designed to allow you to quickly and easily survey
12241 the available newsgroups and select one to post news to.
12243 <!--chtml if pinemode="function_key"-->
12244 <PRE>
12245 Navigating the List of Newsgroups          General Alpine Commands
12246 ---------------------------------          -----------------------
12247 F5   Move to previous group                F1  Show this help text
12248 F6   Move to next group
12249 F7   Show previous screen of groups
12250 F8   Show next screen of groups
12251 F12  WhereIs (search group names)
12253 Group Selection Commands
12254 -------------------------
12255 F3   Exit the Selection menu (without selecting a group)
12256 F4   Select the currently highlighted newsgroup
12257 </PRE>
12258 <!--chtml else-->
12259 <PRE>
12260 Navigating the List of Newsgroups          General Alpine Commands
12261 ---------------------------------          -----------------------
12262  P   Move to previous group                ?  Show this help text
12263  N   Move to next group
12264  -   Show previous screen of groups
12265 Spc  (space bar) Show next screen of groups
12266  W   WhereIs (search group names)
12268 Group Selection Commands
12269 -------------------------
12270  E   Exit the Selection menu (without selecting a group)
12271  S   Select the currently highlighted newsgroup
12272 </PRE>
12273 <!--chtml endif-->
12275 &lt;End of help on this topic&gt;
12276 </BODY>
12277 </HTML>
12278 ===== h_folder_save =====
12279 <HTML>
12280 <HEAD>
12281 <TITLE>Folder Select for Save Explained</TITLE>
12282 </HEAD>
12283 <BODY>
12284 This screen is designed to allow you to quickly and easily survey your
12285 folders and select one to use for saving the current message.
12288 <!--chtml if pinemode="function_key"-->
12289 <PRE>
12290 Navigating the List of Folders             General Alpine Commands
12291 ------------------------------             -----------------------
12292 F5   Move to previous folder               F1  Show this help text
12293 F6   Move to next folder
12294 F7   Show previous screen of folders
12295 F8   Show next screen of folders
12296 F12  WhereIs (search folder names)
12298 Folder Selection Commands
12299 -------------------------
12300 F3   Exit the Folder Select menu (without selecting a folder)
12301 F4   Select the currently highlighted folder
12302 F11  AddNew folder (just like Select, but you type in a new folder name)
12303 </PRE>
12304 <!--chtml else-->
12305 <PRE>
12306 Navigating the List of Folders             General Alpine Commands
12307 ------------------------------             -----------------------
12308  P   Move to previous folder               ?  Show this help text
12309  N   Move to next folder
12310  -   Show previous screen of folders
12311 Spc  (space bar) Show next screen of folders
12312  W   WhereIs (search folder names)
12314 Folder Selection Commands
12315 -------------------------
12316  E   Exit the Folder Select menu (without selecting a folder)
12317  S   Select the currently highlighted folder
12318  A   AddNew folder (just like Select, but you type in a new folder name)
12319 </PRE>
12320 <!--chtml endif-->
12322 FOR MORE INFORMATION: See the section on
12323 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12325 &lt;End of help on this topic&gt;
12326 </BODY>
12327 </HTML>
12328 ===== h_folder_fcc =====
12329 <HTML>
12330 <HEAD>
12331 <TITLE>Folder Select for Fcc Explained</TITLE>
12332 </HEAD>
12333 <BODY>
12334 This screen is designed to allow you to quickly and easily survey your
12335 folders and select one to use as the file carbon copy (fcc) for the
12336 current message.
12339 <!--chtml if pinemode="function_key"-->
12340 <PRE>
12341 Navigating the List of Folders             General Alpine Commands
12342 ------------------------------             -----------------------
12343 F5   Move to previous folder               F1  Show this help text
12344 F6   Move to next folder
12345 F7   Show previous screen of folders
12346 F8   Show next screen of folders
12347 F12  WhereIs (search folder names)
12349 Folder Selection Commands
12350 -------------------------
12351 F3   Exit the Folder Select menu (without selecting a folder)
12352 F4   Select the currently highlighted folder
12353 F11  AddNew folder (just like Select, but you type in a new folder name)
12354 </PRE>
12355 <!--chtml else-->
12356 <PRE>
12357 Navigating the List of Folders             General Alpine Commands
12358 ------------------------------             -----------------------
12359  P   Move to previous folder               ?  Show this help text
12360  N   Move to next folder
12361  -   Show previous screen of folders
12362 Spc  (space bar) Show next screen of folders
12363  W   WhereIs (search folder names)
12365 Folder Selection Commands
12366 -------------------------
12367  E   Exit the Folder Select menu (without selecting a folder)
12368  S   Select the currently highlighted folder
12369  A   AddNew folder (just like Select, but you type in a new folder name)
12370 </PRE>
12371 <!--chtml endif-->
12373 FOR MORE INFORMATION: See the section on
12374 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12376 &lt;End of help on this topic&gt;
12377 </BODY>
12378 </HTML>
12379 ===== h_folder_pattern_roles =====
12380 <HTML>
12381 <HEAD>
12382 <TITLE>Folder Select for Current Folder Explained</TITLE>
12383 </HEAD>
12384 <BODY>
12385 This screen is designed to allow you to quickly and easily survey your
12386 folders and select one to use as the specific Current Folder
12387 in a Pattern.
12390 <!--chtml if pinemode="function_key"-->
12391 <PRE>
12392 Navigating the List of Folders             General Alpine Commands
12393 ------------------------------             -----------------------
12394 F5   Move to previous folder               F1  Show this help text
12395 F6   Move to next folder
12396 F7   Show previous screen of folders
12397 F8   Show next screen of folders
12398 F12  WhereIs (search folder names)
12400 Folder Selection Commands
12401 -------------------------
12402 F3   Exit the Folder Select menu (without selecting a folder)
12403 F4   Select the currently highlighted folder
12404 F11  AddNew folder (just like Select, but you type in a new folder name)
12405 </PRE>
12406 <!--chtml else-->
12407 <PRE>
12408 Navigating the List of Folders             General Alpine Commands
12409 ------------------------------             -----------------------
12410  P   Move to previous folder               ?  Show this help text
12411  N   Move to next folder
12412  -   Show previous screen of folders
12413 Spc  (space bar) Show next screen of folders
12414  W   WhereIs (search folder names)
12416 Folder Selection Commands
12417 -------------------------
12418  E   Exit the Folder Select menu (without selecting a folder)
12419  S   Select the currently highlighted folder
12420  A   AddNew folder (just like Select, but you type in a new folder name)
12421 </PRE>
12422 <!--chtml endif-->
12424 FOR MORE INFORMATION: See the section on
12425 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12427 &lt;End of help on this topic&gt;
12428 </BODY>
12429 </HTML>
12430 ===== h_folder_stayopen_folders =====
12431 <HTML>
12432 <HEAD>
12433 <TITLE>Folder Select Explained</TITLE>
12434 </HEAD>
12435 <BODY>
12436 This screen is designed to allow you to quickly and easily survey your
12437 folders and select one to use as a Stay-Open folder.
12440 <!--chtml if pinemode="function_key"-->
12441 <PRE>
12442 Navigating the List of Folders             General Alpine Commands
12443 ------------------------------             -----------------------
12444 F5   Move to previous folder               F1  Show this help text
12445 F6   Move to next folder
12446 F7   Show previous screen of folders
12447 F8   Show next screen of folders
12448 F12  WhereIs (search folder names)
12450 Folder Selection Commands
12451 -------------------------
12452 F3   Exit the Folder Select menu (without selecting a folder)
12453 F4   Select the currently highlighted folder
12454 F11  AddNew folder (just like Select, but you type in a new folder name)
12455 </PRE>
12456 <!--chtml else-->
12457 <PRE>
12458 Navigating the List of Folders             General Alpine Commands
12459 ------------------------------             -----------------------
12460  P   Move to previous folder               ?  Show this help text
12461  N   Move to next folder
12462  -   Show previous screen of folders
12463 Spc  (space bar) Show next screen of folders
12464  W   WhereIs (search folder names)
12466 Folder Selection Commands
12467 -------------------------
12468  E   Exit the Folder Select menu (without selecting a folder)
12469  S   Select the currently highlighted folder
12470  A   AddNew folder (just like Select, but you type in a new folder name)
12471 </PRE>
12472 <!--chtml endif-->
12474 FOR MORE INFORMATION: See the section on
12475 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12477 &lt;End of help on this topic&gt;
12478 </BODY>
12479 </HTML>
12480 ===== h_folder_action_roles =====
12481 <HTML>
12482 <HEAD>
12483 <TITLE>Folder Select Explained</TITLE>
12484 </HEAD>
12485 <BODY>
12486 This screen is designed to allow you to quickly and easily survey your
12487 folders and select one to use as the folder into which messages
12488 matching this filter will be moved.
12491 <!--chtml if pinemode="function_key"-->
12492 <PRE>
12493 Navigating the List of Folders             General Alpine Commands
12494 ------------------------------             -----------------------
12495 F5   Move to previous folder               F1  Show this help text
12496 F6   Move to next folder
12497 F7   Show previous screen of folders
12498 F8   Show next screen of folders
12499 F12  WhereIs (search folder names)
12501 Folder Selection Commands
12502 -------------------------
12503 F3   Exit the Folder Select menu (without selecting a folder)
12504 F4   Select the currently highlighted folder
12505 F11  AddNew folder (just like Select, but you type in a new folder name)
12506 </PRE>
12507 <!--chtml else-->
12508 <PRE>
12509 Navigating the List of Folders             General Alpine Commands
12510 ------------------------------             -----------------------
12511  P   Move to previous folder               ?  Show this help text
12512  N   Move to next folder
12513  -   Show previous screen of folders
12514 Spc  (space bar) Show next screen of folders
12515  W   WhereIs (search folder names)
12517 Folder Selection Commands
12518 -------------------------
12519  E   Exit the Folder Select menu (without selecting a folder)
12520  S   Select the currently highlighted folder
12521  A   AddNew folder (just like Select, but you type in a new folder name)
12522 </PRE>
12523 <!--chtml endif-->
12525 FOR MORE INFORMATION: See the section on
12526 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12528 &lt;End of help on this topic&gt;
12529 </BODY>
12530 </HTML>
12531 ===== h_abook_config =====
12532 <HTML>
12533 <HEAD>
12534 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
12535 </HEAD>
12536 <BODY>
12537 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
12538 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
12539 <!--chtml if pinemode="function_key"-->
12540 <PRE>
12541 Available  Commands                        
12542 -------------------------------            
12543 F1  Show Help Text                         
12544 F3  Back to MAIN Alpine menu                 
12545 F4  Change configuration for address book  
12546 F5  Move to previous address book          
12547 F6  Move to next address book              
12548 F7  Previous page of address books         
12549 F8  Next page of address books             
12550 F9  Add new address book                   
12551 F10 Delete existing address book           
12552 F11 Shuffle the order of address books     
12553 F12 Whereis (search address book titles)   
12554 </PRE>
12555 <!--chtml else-->
12556 <PRE>
12557 Navigation                     General Alpine Commands
12558 -----------------------        -----------------------
12559  P  Prev Address Book           ?  Display this help text
12560  N  Next Address Book           E  Back to MAIN Alpine menu
12561  -  Previous page
12562 Spc (space bar) Next page
12563  W  WhereIs (search for word in address book titles)
12565 Setup Address Books Commands
12566 ------------------------------------------------
12567  A  Add new address book          $  Shuffle the order of address books
12568  D  Delete existing address book  C  Change configuration for address book
12569 </PRE>
12570 <!--chtml endif-->
12572 <H2>Description of the Setup Address Books Screen</H2>
12574 This screen lets you add, delete, modify, or change the order of your
12575 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
12576 fill in.  If you are adding a remote address book on an IMAP server
12577 you should fill in the name of the IMAP server.  Otherwise, leave
12578 that field blank.  (Note that remote IMAP address books are an Alpine
12579 concept and are unlikely to interoperate with other mail clients.)
12580 For a remote address book, fill in the name of the remote folder
12581 in the Folder field.  This should be a folder that is used only for
12582 this one purpose, not a general purpose folder you expect to store
12583 messages in.
12584 <P>If you are adding a local address book, fill in the
12585 Folder Name field with a local file name (e.g., .addressbook).
12587 <B>Please note:</B> Remote address books stored on an IMAP server are 
12588 of an entirely different format (namely, a special-purpose 
12589 &quot;mail folder&quot;) than that of the local addressbook familiar 
12590 to Alpine users.  Therefore, 
12591 you cannot use &quot;add a remote address book&quot; to make an existing 
12592 Alpine .addressbook file you may have on a remote IMAP server accessible to 
12593 Alpine running on a different host.  
12596 The &quot;Del Abook&quot; command allows you to remove an address book
12597 from your configuration.  It will also ask you if you wish to remove
12598 the data for that address book, which would erase all traces of the
12599 address book if you answer Yes.
12602 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
12603 The difference is that instead of adding a new address book to your
12604 configuration, you are changing the configuration of an existing entry.
12605 For example, you might want to correct a typing error or change a
12606 nickname.  The &quot;Change&quot; command is not a move command.  If you
12607 change the folder name or server name the data will not be moved for you.
12610 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
12611 an address book toward another address book in the same group then
12612 the order of those two address books will be swapped.  If you shuffle
12613 the last Personal address book down towards the Global address book
12614 section, it will become a Global address book.  If you shuffle
12615 the first Global address book up it will become a Personal address
12616 book.  The main difference between Personal and Global address
12617 books is that Global address books are forced read-only.
12618 <P><UL>
12619 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12620 </UL>
12622 &lt;End of help on this topic&gt;
12623 </BODY>
12624 </HTML>
12625 ===== h_abook_top =====
12626 <HTML>
12627 <HEAD>
12628 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
12629 </HEAD>
12630 <BODY>
12631 <H1>ADDRESS BOOK LIST COMMANDS</H1>
12632 <!--chtml if pinemode="function_key"-->
12633 <PRE>
12634 Available  Commands -- Group 1         Available Commands -- Group 2
12635 -------------------------------        ------------------------------
12636 F1  Show Help Text                      F1  Show Help Text
12637 F2  See commands in next group          F2  See commands in next group
12638 F3  Exit to MAIN MENU                   F3  Quit Alpine
12639 F4  View/Edit selected address book
12640 F5  Move to previous address book       F5  FOLDER LIST screen
12641 F6  Move to next address book           F6  Specify a folder to go to
12642 F7  Previous page                       F7  MESSAGE INDEX screen
12643 F8  Next page                           F9  Print list of address books
12644 F12 Whereis (search for word)
12645 </PRE>
12646 <!--chtml else-->
12647 <PRE>
12648 Navigation                       General Alpine Commands
12649 -----------------------          -----------------------
12650  P  Previous Entry                ?  Display this help text
12651  N  Next Entry                    O  Show all other available commands
12652  -  Previous page                 &lt;  Back to MAIN Alpine menu
12653 Spc (space bar) Next page         Q  Quit Alpine
12654  W  WhereIs (search for word)     L  FOLDER LIST screen
12655                                   G  Specify a folder to go to
12656 Address Book Commands             I  MESSAGE INDEX screen
12657 ------------------------------------------------
12658  &gt;  View/Edit selected address book
12659               or
12660  &gt;  Search on selected directory server
12662  %  Print list of address books and directory servers
12663 </PRE>
12664 <!--chtml endif-->
12666 <H2>Description of the Address Book List Screen</H2>
12668 From this screen you may choose which address book you wish to view
12669 or edit. For more information on address books, view one of your
12670 address books (with
12671 <!--chtml if pinemode="function_key"-->
12673 <!--chtml else-->
12674 &quot;&gt;&quot;
12675 <!--chtml endif-->)
12676 and see the Help Text there.<P>
12678 You may also choose a directory server on which to search for entries.
12679 You do that by highlighting the directory server line and using
12680 <!--chtml if pinemode="function_key"-->
12682 <!--chtml else-->
12683 &quot;&gt;&quot;
12684 <!--chtml endif-->.<P>
12686 If you wish to define new address books or directory servers go to the Main
12687 menu and choose Setup. You may then either choose to setup AddressBooks or
12688 Directory (among other things). It's possible that the Directory option
12689 will not be there if the Alpine you are using does not contain LDAP directory
12690 lookup functionality.
12692 <P><UL>
12693 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12694 </UL><P>
12695 &lt;End of help on this topic&gt;
12696 </BODY>
12697 </HTML>
12698 ===== h_abook_opened =====
12699 <HTML>
12700 <HEAD>
12701 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
12702 </HEAD>
12703 <BODY>
12704 <H1>THE ALPINE ADDRESS BOOK</H1>
12705 <H2>ADDRESS BOOK COMMANDS</H2>
12706 <PRE>
12707 <!--chtml if pinemode="function_key"-->
12708 Available  Commands -- Group 1         Available Commands -- Group 2   
12709 -------------------------------        ------------------------------  
12710 F1  Show Help Text                      F1  Show Help Text             
12711 F2  See commands in next group          F2  See commands in next group
12712 F3  Exit this screen                    F3  Quit Alpine                  
12713 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
12714 F5  Move to previous entry              F5  FOLDER LIST screen         
12715 F6  Move to next entry                  F6  Specify a folder to go to  
12716 F7  Previous page of address book       F7  MESSAGE INDEX screen        
12717 F8  Next page of address book           F8  Compose to entry using roles
12718 F9  Add new entry to address book       F9  Print address book         
12719 F10 Delete selected entry               F10 TakeAddr to another addrbook
12720 F11 Compose to selected entry           F11 Save or Export addrbook selections
12721 F12 Whereis (search address book)       F12 Forward entry by mail       
12723 Available Commands -- Group 3                                           
12724 ------------------------------                                          
12725 F3  Select                              F6  Zoom (or unZoom)            
12726 F5  Select Current                      F7  Apply Command to Selection  
12727 <!--chtml else-->
12728 Address Book Navigation        General Alpine Commands
12729 -----------------------        -----------------------
12730  P  Prev Address                  ?  Display this help text
12731  N  Next Address                  O  Show all other available commands
12732  -  Previous page of address book M  Back to MAIN MENU
12733 Spc (space bar) Next page         Q  Quit Alpine
12734  W  WhereIs (search for word      C  Compose message to selected addr
12735      or name in address book)     #  Compose to addr using roles
12736  &lt;  To List of Address Books if   L  FOLDER LIST screen
12737      more than one, else to MAIN  G  Specify a folder to go to
12738                                   I  MESSAGE INDEX screen
12740 Address Book Commands
12741 ----------------------------------------------------
12742  &gt;  View/Update selected entry    D  Delete selected entries
12743  %  Print address book            S  Save or Export address book selections
12744  F  Forward entries by mail       @  Add new entry to address book
12746  ;  Select command                Z  Toggle Zoom Mode
12747  :  Select highlighted entry      A  Apply command to selected entries
12749 <!--chtml endif-->
12750 </PRE>
12751 Note:  The presence or absence of the final four commands above is
12752 controlled by the option 
12753 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
12756 <H2>Description of the Address Book Screen</H2>
12758 This screen lets you edit and manage entries in your address book.  It
12759 also acts as a short-cut for composing messages to people in the address
12760 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
12761 message starts &quot;pre-addressed&quot; to whatever address book entry is
12762 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
12763 role to use in your composition.
12765 Alpine's address book helps you keep a list of addresses you send email to so
12766 you do not have to remember addresses that are often complex.  Each entry
12767 in the address book has five fields, all of them optional.  The three
12768 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
12770         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
12771         This is what you type in as you are addressing the message in the
12772         composer.  If there is a matching entry in your address book(s),
12773         Alpine will extract the corresponding FullName and Address fields to
12774         generate the actual address for your message.
12776         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
12777 of the
12778         person or organization.  Usually the full names are put in last
12779         name first so they sort nicely in alphabetical order.  Whatever
12780         you put as the name here will appear on the message when it is
12781         finally delivered.  Examples:<PRE>
12782            Garcia Marquez, Gabriel
12783            Henscheid, Eckhard
12784            Alpine-Info mailing list
12785            Library materials renewal requests
12786            Kim An-guk
12787            &quot;George III, King of Great Britain, 1738-1820&quot;
12788 </PRE>
12789 (In the second-to-last example, no comma is used in the name so that 
12790 the family name appears first in the address book and when the entry is 
12791 used in the composer.
12792 In the last example, retaining the commas is intended; 
12793 double-quotation marks surround the name to 
12794 prevent the transposition of its parts when the entry is used in 
12795 the composer.)
12797         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
12798         a valid Internet address that conforms to the Internet message
12799         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
12801 The two fields that aren't usually visible are:<DL>
12803   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
12804         message to this address to be saved in.  If this field is set, and
12805         this address is the first one in the message's To: header, then
12806         Alpine will use this folder name for the FCC in lieu of the normal
12807         FCC folder name.
12809   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
12810         </DL>
12812 Due to screen width limitations, these last two fields do not show up in
12813 the normal ADDRESS BOOK display.  You may select the 
12814 &quot;View/Update&quot; command to
12815 view or modify them.  You may use the configuration variable
12816 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
12817 to add these fields to your ADDRESS BOOK 
12818 display, or to modify the format of the display.
12820 <H2>Sorting the Address book</H2>
12822 By default, address book entries are sorted alphabetically on the full
12823 name with distribution lists sorted to the end.  Sorting can be changed by
12824 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
12825 --assuming you have &quot;write&quot; permission for the address book file.
12827 Unlike the sorting of folders (which only changes presentation), sorting an
12828 address book actually changes the file as it is kept on the computer.  For
12829 this reason you won't be able to sort a shared or system-wide address
12830 book.
12832 <H2>Adding New Entries</H2>
12834 The easiest way to add new entries to your address book is to use the
12835 &quot;TakeAddr&quot; command when viewing a message.
12836 This command allows you to take addresses from the header and body of the
12837 message and put them into your address book, without having to type
12838 them in.
12841 To manually add a new entry from within the address book screen, use the AddNew
12842 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
12843 Use this command both for adding a simple alias and for adding a
12844 distribution list.
12846 <H2>Distribution Lists</H2>
12848 Address book entries can be simple cases of aliases (a single nickname is linked
12849 to a single email address) or distribution lists (a single nickname
12850 pointing at more than one email address).  Each distribution list has a
12851 nickname, a full name and a list of addresses.  The addresses may be
12852 actual addresses or they may be other nicknames in your address book.
12853 They may even refer to other distribution lists.
12854 There's really no difference between a simple alias and a distribution list,
12855 other than the number of addresses.
12856 Therefore, you can turn a simple alias with one address into a distribution
12857 list simply by adding more addresses.
12858 To add entries to an existing list or alias
12859 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
12860 a single address from the list if the cursor is placed on the address;
12861 it will delete the entire distribution list if the cursor is on the
12862 nickname/fullname line.  View/Update may also be used to delete addresses
12863 from a list.
12865 Address field entries in distribution lists may take any one of three
12866 forms: a nickname existing in any of the defined address books, a normal
12867 address of the form &quot;jsmith@art.example.com&quot;, or a complete
12868 fullname/address combination, e.g. &quot;John Smith
12869 &lt;jsmith@art.example.com&gt;&quot;.
12871 Distribution lists in Alpine address books can only be used by the person or
12872 people who have access to that address book.  They are not usually used to
12873 implement discussion groups, but can be used to facilitate small
12874 discussion groups if all the participants have access to the same shared
12875 address book.
12877 <H2>FCC and Comments</H2>
12879 As mentioned above, each entry in the address book also has two other optional
12880 fields, Fcc and Comments.  The command to look at or change either of these
12881 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
12882 Comments field is just for your own use.  The Fcc field overrides the
12883 default Fcc if this address is the first one on the To line.  The WhereIs
12884 command may be used to search for particular strings in the address book,
12885 including fields that are not visible (like Comment and Fcc by default).
12887 <H2>Aggregate Operations</H2>
12889 If the feature
12890 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
12891 is turned on (the default), then the four commands &quot;Select&quot;,
12892 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
12893 are available.  The two selection commands allow you to mark a set of
12894 address book entries as being selected.  If you have more than one address
12895 book, the selections may be in more than one of those address books.
12896 The &quot;Zoom&quot; command will toggle between displaying only the selected
12897 entries and all of the entries.  The &quot;Apply&quot; command allows you to
12898 apply one of the regular address book commands to all of the selected
12899 entries.  Usually the address book commands apply to only the entry
12900 highlighted by the cursor.  The &quot;Apply&quot; command works with the
12901 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
12902 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
12904 <H2>Exporting and Forwarding Address book entries</H2>
12906 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
12907 address book entry is placed in a plain text file in your home directory
12908 <!--chtml if pinemode="running"-->
12909 (which, in the present configuration of your system, is
12910  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12911 <!--chtml endif-->
12912 or current working directory
12913 <!--chtml if pinemode="running"-->
12914 (which, at least for your current Alpine &quot;session,&quot; 
12915 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12916 <!--chtml endif-->, depending on the 
12917 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12918 configuration setting.  If you have some entries selected and use the
12919 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
12920 placed in the text file.
12922 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
12923 address book entry is placed in a special attachment and you are put into
12924 the composer.  You can fill in some comments in the body of the message,
12925 if you'd like, and send it to somebody else who uses Alpine.  The recipient
12926 may use the TakeAddr command on that message to insert the address book
12927 entry you sent in their own address book.  If you have some entries
12928 selected and use the Apply Forward command all of the selected entries
12929 will be forwarded in a single message.  You may
12930 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.
12931 The recipient must be using Alpine in order to receive this correctly.
12932 One way for the recipient to handle this might be to create an empty
12933 address book and then &quot;Take&quot; your forwarded address book entries into
12934 that empty address book.
12936 <H2>Multiple and/or Site-Wide Address books</H2>
12938 You may have more than one personal address book.  In addition, there may
12939 be one or more global address books.  This capability allows you to have
12940 multiple personal address books (some of which may be shared) and it also
12941 allows system administrators to implement site-wide address books that
12942 contain entries for users on multiple machines within the organization.
12943 <P><DL>
12944 <DT>Searching
12945   <DD> If you enter a nickname when composing a message, your
12946   personal address books will be searched through in order, and then the
12947   global address book(s) searched. If more than one address book has an entry
12948   for the nickname, Alpine uses the first one that it finds, so an entry in
12949   your personal address book would override a global address book entry. If
12950   after searching all the address books there is still no match, (Unix) Alpine
12951   then searches the local host password file on the assumption that you have
12952   entered a local user name rather than an address book nickname.
12953   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
12954   command, but global address books are always searched after personal
12955   address books.
12957   <P><DT>Tab completion
12958   <DD> If the
12959   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
12960   feature is turned on (the default) then the Tab key may be used
12961   in the composer to complete partially typed nicknames in the To
12962   or Cc lines. You type the first few letters of a nickname and then
12963   press the Tab key. It there is only one nickname that matches it will
12964   be filled in by Alpine. If there is more than one the unambiguous part
12965   of the nicknames will be filled in. For example, if your address book or
12966   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
12967   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
12968   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
12969   If you then type a second Tab character you will be presented with a list
12970   of matching nicknames to select from. Alternatively, you could type another
12971   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
12972   in the entire &quot;barbecue&quot; entry.
12974   <P><DT>Defining
12975   <DD> You define multiple personal address books in the 
12976   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
12977   from the MAIN MENU.  
12978   You may add as many as you like.  Global address books are usually
12979   site-wide address books defined by the System administrator, but
12980   you may define global address books of your own just like you define
12981   personal address books.
12983   <P><DT>Creating and updating
12984   <DD> Personal address books are normally created empty
12985   and populated by explicit additions from within Alpine, e.g. via the
12986   TakeAddr command.  Unlike personal address books, global address books may
12987   not be modified/updated from within Alpine; that is, they are Read-Only.
12988   Thus, global address books are created, populated and updated outside of
12989   Alpine. They might be hand-edited, generated by a program from another
12990   database, or by copying an existing address book.  They might also be
12991   some other user's personal address book, and so be modified normally by
12992   that user but accessed Read-Only by you.  See the Alpine Technical
12993   Notes document (included in the Alpine distribution) for more information on
12994   this.
12996   <P><DT>Accessing
12997   <DD>There are two different types of address books in Alpine.
12998   A local address book is stored in a regular file and the normal file
12999   access permissions apply.  A remote address book is stored on an IMAP
13000   server in a special folder that contains only messages pertaining to
13001   that address book.  The last message in the remote folder contains a
13002   copy of the address book data, and that data is copied to a local cache
13003   file in your home directory.  From there it is accessed just like a local
13004   address book.  The name of the cache file is kept track of in a special
13005   file called the
13006   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
13007   the name of which is stored in
13008   your Alpine configuration file the first time you use a remote address book.
13009   Just as local Alpine address books use a format that only Alpine understands,
13010   remote Alpine address books do the same and other mail reading programs
13011   are unlikely to be able to understand them.<P>
13012   While global address books are explicitly intended to be shared, there is
13013   nothing to prevent you from sharing a personal address book with other
13014   Alpine users. This might be useful in the case of a small workgroup.
13015   However, it is recommended that updates to shared personal address books
13016   be done when other Alpine users are not accessing the address book. Alpine
13017   does not do any file-locking to manage concurrent updates to the
13018   addressbook, but it does check to see if the file has been modified before
13019   making any changes.  Consequently, inadvertent concurrent updates will
13020   only cause other Alpine users to have to restart their address book
13021   operation, which will cause Alpine to reopen the updated file.
13023   <P><DT>Converting to Remote
13024   <DD>The easiest way to convert an existing local
13025   address book into a remote address book is to create an empty new remote
13026   personal address book by typing &quot;A&quot; to execute the
13027   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
13028   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
13029   address book.
13030   After you have added the empty
13031   remote address book, go into the screen for the address book you wish
13032   to copy and &quot;Select&quot; &quot;All&quot;.
13033   This selects every entry in that
13034   address book.  Then type the command &quot;Apply Save&quot;.
13035   You will be asked for the address book to save to.  You may use ^P and ^N
13036   to get to the new empty address book, then hit RETURN and the addresses
13037   will be copied.
13038   At this point you'll probably want to unselect all the entries in the local
13039   address book before proceeding. You do that with
13040   &quot;Select&quot; &quot;unselect All&quot;.
13042 </DL>
13043 <UL>
13044 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13045 </UL>
13046 <P><UL>
13047 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13048 </UL>
13050 &lt;End of help on this topic&gt;
13051 </BODY>
13052 </HTML>
13053 ===== h_abook_select_addr =====
13054 <HTML>
13055 <HEAD>
13056 <TITLE>Addressbook Selection Explained</TITLE>
13057 </HEAD>
13058 <BODY>
13059 <H1>SELECT ADDRESS</H1>
13060 <!--chtml if pinemode="function_key"-->
13061 <PRE>
13062 Navigating the List of Messages               General Alpine Commands
13063 -------------------------------               -----------------------
13064 F5   Move to previous entry                   F1  Show this help text
13065 F6   Move to next entry
13066 F7   Show previous screen of address book
13067 F8   Show next screen of address book
13068 F12  WhereIs (search through address book)
13070 Address Selection Commands
13071 --------------------------
13072 F3   Exit the Address Select screen (without selecting an address)
13073 F4   Select the currently highlighted entry
13074 </PRE>
13075 <!--chtml else-->
13076 <PRE>
13077 Navigating the List of Messages               General Alpine Commands
13078 -------------------------------               -----------------------
13079  P   Move to previous entry                    ?  Show this help text
13080  N   Move to next entry
13081  -   Show previous screen of address book
13082 Spc  (space bar) Show next screen of address book
13083  W   WhereIs (search through address book)
13085 Address Selection Commands
13086 --------------------------
13087  E   Exit the Address Select screen (without selecting an address)
13088  S   Select the currently highlighted entry
13089 </PRE>
13090 <!--chtml endif-->
13093 This screen is designed to let you easily scan your address book(s) in
13094 order to select an entry for the message you are composing.  You cannot
13095 edit your address book in any way at this time, for address book
13096 maintenance, select the address book command when not composing a message.
13099 If you are composing a message and know the nickname of the person/list you
13100 want, you can bypass this screen by simply typing in the nickname on the
13101 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13102 selecting an entry does not cancel your message.
13105 FOR MORE INFORMATION on addressing see
13106 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13107 <A HREF="h_abook_opened">Address Book Screen's</A>
13108 help text.
13110 &lt;End of help on this topic&gt;
13111 </BODY>
13112 </HTML>
13113 ===== h_abook_select_top =====
13114 <HTML>
13115 <HEAD>
13116 <TITLE>Addressbook Selection Navigation Explained</TITLE>
13117 </HEAD>
13118 <BODY>
13119 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
13120 <!--chtml if pinemode="function_key"-->
13121 <PRE>
13122 Navigating the List of Address Books       General Alpine Commands
13123 ------------------------------------       -----------------------
13124 F4   View the highlighted address book
13125 F5   Move to previous address book         F1  Show this help text
13126 F6   Move to next address book
13127 F7   Show previous screen of address books
13128 F8   Show next screen of address books
13129 F12  WhereIs (search through address books)
13131 Address Selection Commands
13132 --------------------------
13133 F3   Exit the Address Select screen (without selecting an address)
13134 F4   Select the currently selected entries (if using ListMode)
13135 F9   Change to ListMode
13136 </PRE>
13137 <!--chtml else-->
13138 <PRE>
13139 Navigating the List of Address Books       General Alpine Commands
13140 ------------------------------------       -----------------------
13141  &gt;   View the highlighted address book
13142  P   Move to previous address book         ?  Show this help text
13143  N   Move to next address book
13144  -   Show previous screen of address books
13145 Spc  (space bar) Show next screen of address books
13146  W   WhereIs (search through address books)
13148 Address Selection Commands
13149 --------------------------
13150  E   Exit the Address Select screen (without selecting an address)
13151  S   Select the currently selected entries (if using ListMode)
13152  L   Change to ListMode
13153 </PRE>
13154 <!--chtml endif-->
13157 This screen is designed to let you easily scan your address book(s) in
13158 order to select entries for the message you are composing.  You cannot
13159 edit your address book in any way at this time.  For address book
13160 maintenance, select the address book command when not composing a message.
13163 If you are composing a message and know the nickname of the person/list you
13164 want, you can bypass this screen by simply typing in the nickname on the
13165 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13166 selecting an entry does not cancel your message.
13169 The ListMode command will add a column at the left edge of the screen.
13170 You mark the entries that you wish to select with the &quot;X&quot; command.
13171 This allows you to choose more than one entry at a time.
13174 An alternative method of composing a message to entries in your
13175 address book(s) is to first use the &quot;Select&quot; command from
13176 the address book maintenance screen and then the &quot;Apply&quot;
13177 &quot;ComposeTo&quot; command to start the composer composing to the
13178 selected entries.
13181 FOR MORE INFORMATION on addressing see
13182 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13183 <A HREF="h_abook_opened">Address Book Screen's</A>
13184 help text.
13186 &lt;End of help on this topic&gt;
13187 </BODY>
13188 </HTML>
13189 ===== h_abook_select_listmode =====
13190 <HTML>
13191 <HEAD>
13192 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
13193 </HEAD>
13194 <BODY>
13195 <H1>COMPOSER: SELECT ADDRESSES</H1>
13196 <!--chtml if pinemode="function_key"-->
13197 <PRE>
13198 Navigating the List of Messages                 General Alpine Commands
13199 -------------------------------                 -----------------------
13200 F5   Move to previous entry                     F1  Show this help text
13201 F6   Move to next entry
13202 F7   Show previous screen of address book
13203 F8   Show next screen of address book
13204 F12  WhereIs (search through address book)
13206 Address Selection Commands
13207 --------------------------
13208 F3   Exit the Address Select screen (without selecting an address)
13209 F4   Select the currently highlighted entry
13210 F9   Change to ListMode
13211 </PRE>
13212 <!--chtml else-->
13213 <PRE>
13214 Navigating the List of Messages                 General Alpine Commands
13215 -------------------------------                 -----------------------
13216  P   Move to previous entry                     ?  Show this help text
13217  N   Move to next entry
13218  -   Show previous screen of address book
13219 Spc  (space bar) Show next screen of address book
13220  W   WhereIs (search through address book)
13222 Address Selection Commands
13223 --------------------------
13224  E   Exit the Address Select screen (without selecting an address)
13225  S   Select the currently highlighted entry
13226  L   Change to ListMode
13227 </PRE>
13228 <!--chtml endif-->
13231 This screen is designed to let you easily scan your address book(s) in
13232 order to select entries for the message you are composing.  You cannot
13233 edit your address book in any way at this time, for address book
13234 maintenance, select the address book command when not composing a message.
13237 If you are composing a message and know the nickname of the person/list you
13238 want, you can bypass this screen by simply typing in the nickname on the
13239 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13240 selecting an entry does not cancel your message.
13243 The ListMode command will add a column at the left edge of the screen.
13244 You mark the entries that you wish to select with the &quot;X&quot; command.
13245 This allows you to choose more than one entry at a time.
13248 An alternative method of composing a message to entries in your
13249 address book(s) is to first use the &quot;Select&quot; command from
13250 the address book maintenance screen and then the &quot;Apply&quot;
13251 &quot;ComposeTo&quot; command to start the composer composing to the
13252 selected entries.
13255 FOR MORE INFORMATION on addressing see
13256 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13257 <A HREF="h_abook_opened">Address Book Screen's</A>
13258 help text.
13260 &lt;End of help on this topic&gt;
13261 </BODY>
13262 </HTML>
13263 ===== h_abook_select_checks =====
13264 <HTML>
13265 <HEAD>
13266 <TITLE>Address Selection from Composer Explained</TITLE>
13267 </HEAD>
13268 <BODY>
13269 <H1>COMPOSER: SELECT ADDRESSES</H1>
13270 <!--chtml if pinemode="function_key"-->
13271 <PRE>
13272 Navigating the List of Messages                 General Alpine Commands
13273 -------------------------------                 -----------------------
13274 F5   Move to previous entry                     F1  Show this help text
13275 F6   Move to next entry
13276 F7   Show previous screen of address book
13277 F8   Show next screen of address book
13278 F12  WhereIs (search through address book)
13280 Address Selection Commands
13281 --------------------------
13282 F3   Exit the Address Select screen (without selecting an address)
13283 F4   Select the currently highlighted entry
13284 F8   Either Sets or Unsets all entries in this address book
13285 F9   Set or Unset the highlighted entry
13286 </PRE>
13287 <!--chtml else-->
13288 <PRE>
13289 Navigating the List of Messages                 General Alpine Commands
13290 -------------------------------                 -----------------------
13291  P   Move to previous entry                     ?  Show this help text
13292  N   Move to next entry
13293  -   Show previous screen of address book
13294 Spc  (space bar) Show next screen of address book
13295  W   WhereIs (search through address book)
13297 Address Selection Commands
13298 --------------------------
13299  E   Exit the Address Select screen (without selecting an address)
13300  S   Select the currently highlighted entry
13301  X   Set or Unset the highlighted entry
13302  A   Either Sets or Unsets all entries in this address book
13303 </PRE>
13304 <!--chtml endif-->
13307 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
13308 command.  Type &quot;S Select&quot; to select all of the entries you
13309 have marked, just as if you had typed them in by hand.
13312 An alternative method of composing a message to entries in your
13313 address book(s) is to first use the &quot;Select&quot; command from
13314 the address book maintenance screen and then the &quot;Apply&quot;
13315 &quot;ComposeTo&quot; command to start the composer composing to the
13316 selected entries.
13319 FOR MORE INFORMATION on addressing see
13320 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13321 <A HREF="h_abook_opened">Address Book Screen's</A>
13322 help text.
13324 &lt;End of help on this topic&gt;
13325 </BODY>
13326 </HTML>
13327 ===== h_abook_select_nicks_take =====
13328 <HTML>
13329 <HEAD>
13330 <TITLE>Take Address Nickname Selection Explained</TITLE>
13331 </HEAD>
13332 <BODY>
13333 <H1>TAKEADDR: SELECT NICKNAME</H1>
13334 <!--chtml if pinemode="function_key"-->
13335 <PRE>
13336 Navigating the List of Messages                 General Alpine Commands
13337 -------------------------------                 -----------------------
13338 F5   Move to previous entry                     F1  Show this help text
13339 F6   Move to next entry
13340 F7   Show previous screen of address book
13341 F8   Show next screen of address book
13342 F12  WhereIs (search through address book)
13344 Message Selection Commands
13345 --------------------------
13346 F3   Exit the Nickname Select screen (without selecting an address)
13347 F4   Select the currently highlighted entry
13348 </PRE>
13349 <!--chtml else-->
13350 <PRE>
13351 Navigating the List of Messages                 General Alpine Commands
13352 -------------------------------                 -----------------------
13353  P   Move to previous entry                     ?  Show this help text
13354  N   Move to next entry
13355  -   Show previous screen of address book
13356 Spc  (space bar) Show next screen of address book
13357  W   WhereIs (search through address book)
13359 Message Selection Commands
13360 --------------------------
13361  E   Exit the Nickname Select screen (without selecting an address)
13362  S   Select the currently highlighted entry
13363 </PRE>
13364 <!--chtml endif-->
13367 This screen is designed to let you modify or add to an existing
13368 address book entry.  You have already selected the name(s) and
13369 address(es) through &quot;Take Address&quot;.  This screen simply lets
13370 you scan your address books and select the nickname to be
13371 changed/augmented.  If you want to add a new entry, then you are in
13372 the wrong place-- Select &quot;Exit&quot; command.
13375 FOR MORE INFORMATION on addressing see
13376 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13377 <A HREF="h_abook_opened">Address Book Screen's</A>
13378 help text.
13380 &lt;End of help on this topic&gt;
13381 </BODY>
13382 </HTML>
13383 ===== h_abook_select_nick =====
13384 <HTML>
13385 <HEAD>
13386 <TITLE>Nickname Selection Explained</TITLE>
13387 </HEAD>
13388 <BODY>
13389 <H1>SELECT NICKNAME</H1>
13390 <!--chtml if pinemode="function_key"-->
13391 <PRE>
13392 Navigating the List of Messages                 General Alpine Commands
13393 -------------------------------                 -----------------------
13394 F5   Move to previous entry                     F1  Show this help text
13395 F6   Move to next entry
13396 F7   Show previous screen of address book
13397 F8   Show next screen of address book
13398 F12  WhereIs (search through address book)
13400 Message Selection Commands
13401 --------------------------
13402 F3   Exit the Nickname Select screen (without selecting an address)
13403 F4   Select the currently highlighted entry
13404 </PRE>
13405 <!--chtml else-->
13406 <PRE>
13407 Navigating the List of Messages                 General Alpine Commands
13408 -------------------------------                 -----------------------
13409  P   Move to previous entry                     ?  Show this help text
13410  N   Move to next entry
13411  -   Show previous screen of address book
13412 Spc  (space bar) Show next screen of address book
13413  W   WhereIs (search through address book)
13415 Message Selection Commands
13416 --------------------------
13417  E   Exit the Nickname Select screen (without selecting an address)
13418  S   Select the currently highlighted entry
13419 </PRE>
13420 <!--chtml endif-->
13423 This screen is designed to let you look at the nicknames in your address
13424 books before choosing a new one.
13427 FOR MORE INFORMATION on addressing see
13428 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13429 <A HREF="h_abook_opened">Address Book Screen's</A>
13430 help text.
13432 &lt;End of help on this topic&gt;
13433 </BODY>
13434 </HTML>
13435 ===== h_takeaddr_screen =====
13436 <HTML>
13437 <HEAD>
13438 <TITLE>Take Address Screen Explained</TITLE>
13439 </HEAD>
13440 <BODY>
13441 <H1>TAKE ADDRESS COMMANDS</H1>
13442 <!--chtml if pinemode="function_key"-->
13443 <PRE>
13444 Navigating the List of Addresses       Address Selection Commands        
13445 --------------------------------       --------------------------        
13446  F5  Move to previous entry            F3  Exit without taking address
13447  F6  Move to next entry                F4  Take current address(es)
13448  F7  Show previous page of address list
13449  F8  Show next page of address list
13450  F2  WhereIs (search list)
13451                                --------------
13452 Mode Toggle            F9  Set/Unset current address
13453 -----------            F10 Set all
13454  F12 Toggle between List and single mode       F11 Unset all
13455 </PRE>
13456 <!--chtml else-->
13457 <PRE>
13458 Navigating the List of Addresses       Address Selection Commands
13459 --------------------------------       --------------------------
13460  P  Move to previous entry              &lt;  Exit without taking address
13461  N  Move to next entry                  T  Take address
13462  -  Show previous page of address list
13463 Spc (space bar) Show next page of address list
13464  W  WhereIs (search list)              List Mode
13465                                        ---------
13466 Single Mode                             X  Set/Unset current address
13467 -----------                             A  Set all addresses
13468  L  Switch to list mode                 U  Unset all addresses
13469                                         S  Switch to single mode
13470 </PRE>
13471 <!--chtml endif-->
13473 <H2>Description of the Take Address Screen</H2>
13475 This screen is designed to let you select one or more address/name
13476 combinations from the current message and put them into your address book.
13477 The cursor is initially placed on the line with the message author.
13478 Other lines include the names of people and/or mailing lists who also
13479 received the message.  Other people &quot;involved&quot; in the
13480 message (e.g. the person named as Reply-To:) are also listed here.
13483 The simple case is adding a new, single entry into your address book. To
13484 do this, simply highlight the correct line and press 
13485 <!--chtml if pinemode="function_key"-->
13487 <!--chtml else-->
13488 &quot;T&quot;.
13489 <!--chtml endif-->
13490 To create a new list or add to an existing list, switch the screen display
13491 into List Mode by pressing
13492 <!--chtml if pinemode="function_key"-->
13493 F12.
13494 <!--chtml else-->
13495 &quot;L&quot;.
13496 <!--chtml endif-->
13497 In List Mode, you select the
13498 group of addresses you wish to manipulate by marking them with an
13499 &quot;X&quot;.
13500 The Set/Unset
13501 <!--chtml if pinemode="function_key"-->
13502 (F9)
13503 <!--chtml else-->
13504 (&quot;X&quot;)
13505 <!--chtml endif-->
13506 command will turn the &quot;X&quot; on for the
13507 highlighted address if it was off or turn it off if it was previously on.
13508 The SetAll command will select all of the addresses, and the UnSetAll
13509 command will turn off all the selections.  Once you've gotten the
13510 selection the way you want it, you may create a new list by pressing
13511 <!--chtml if pinemode="function_key"-->
13513 <!--chtml else-->
13514 &quot;T&quot;.
13515 <!--chtml endif-->
13518 In both the simple and list cases, after choosing to take the address,
13519 you will be asked for the nickname of the entry.  Typing in a new name
13520 creates the new entry/list.  Entering an existing nickname will replace
13521 the entry (simple case) or add to the list (list case).  Alternatively,
13522 you can press Ctrl-T at the nickname prompt and select an existing
13523 nickname from your address book.
13526 You will normally start in Single Mode, unless you used the Apply command
13527 to startup the TakeAddr screen, in which case you will start in List Mode.
13528 You may switch between the two modes at any time.  If you've already
13529 selected several addresses in List Mode, those will be remembered when you
13530 switch to Single Mode and then back to List Mode.  The set of addresses
13531 that are pre-selected when you start in List Mode are the From addresses
13532 of all of the messages you are operating on.  You may, of course, easily
13533 erase those selections with the UnSetAll command.
13536 If you have more than one writable address book, you will be prompted for
13537 the name of the address book you wish to add the new entry to before
13538 anything else. You can use ^N and ^P to choose among the defined address
13539 books, or type in the address book name.
13542 FOR MORE INFORMATION on addressing see
13543 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13544 <A HREF="h_abook_opened">Address Book Screen's</A>
13545 help text.
13547 &lt;End of help on this topic&gt;
13548 </BODY>
13549 </HTML>
13550 ===== h_takeexport_screen =====
13551 <HTML>
13552 <HEAD>
13553 <TITLE>Take Export Screen Explained</TITLE>
13554 </HEAD>
13555 <BODY>
13556 <H1>TAKE EXPORT COMMANDS</H1>
13557 <!--chtml if pinemode="function_key"-->
13558 <PRE>
13559 Navigating the List of Addresses       Address Selection Commands        
13560 --------------------------------       --------------------------        
13561  F5  Move to previous entry            F3  Exit without taking address
13562  F6  Move to next entry                F4  Take current address(es)
13563  F7  Show previous page of address list
13564  F8  Show next page of address list
13565  F2  WhereIs (search list)
13566                                --------------
13567 Mode Toggle            F9  Set/Unset current address
13568 -----------            F10 Set all
13569  F12 Toggle between List and single mode       F11 Unset all
13570 </PRE>
13571 <!--chtml else-->
13572 <PRE>
13573 Navigating the List of Addresses       Address Selection Commands
13574 --------------------------------       --------------------------
13575  P  Move to previous entry              &lt;  Exit without taking address
13576  N  Move to next entry                  T  Take address
13577  -  Show previous page of address list
13578 Spc (space bar) Show next page of address list
13579  W  WhereIs (search list)              List Mode
13580                                        ---------
13581 Single Mode                             X  Set/Unset current address
13582 -----------                             A  Set all addresses
13583  L  Switch to list mode                 U  Unset all addresses
13584                                         S  Switch to single mode
13585 </PRE>
13586 <!--chtml endif-->
13588 <H2>Description of the Take Export Screen</H2>
13590 This screen is designed to let you select one or more addresses
13591 from the current message and put them into a file.
13592 Only the user@domain_name part of each address is put into the file.
13595 To put a single entry into a file simply highlight the correct line and press 
13596 <!--chtml if pinemode="function_key"-->
13598 <!--chtml else-->
13599 &quot;T&quot;.
13600 <!--chtml endif-->
13601 To put more than one entry into a file
13602 switch the screen display
13603 into List Mode by pressing
13604 <!--chtml if pinemode="function_key"-->
13605 F12.
13606 <!--chtml else-->
13607 &quot;L&quot;.
13608 <!--chtml endif-->
13609 In List Mode, you select the
13610 group of addresses you wish to manipulate by marking them with an
13611 &quot;X&quot;.
13612 The Set/Unset
13613 <!--chtml if pinemode="function_key"-->
13614 (F9)
13615 <!--chtml else-->
13616 (&quot;X&quot;)
13617 <!--chtml endif-->
13618 command will turn the &quot;X&quot; on for the
13619 highlighted address if it was off or turn it off if it was previously on.
13620 The SetAll command will select all of the addresses, and the UnSetAll
13621 command will turn off all the selections.  Once you've gotten the
13622 selection the way you want it, you may put the addresses in a file by typing
13623 <!--chtml if pinemode="function_key"-->
13625 <!--chtml else-->
13626 &quot;T&quot;.
13627 <!--chtml endif-->
13630 You will be asked for the name of a file to put the addresses in.
13631 If the file already exists, you will be asked whether you want to Overwrite
13632 (replace) the contents of the file or Append to the contents of the file.
13635 &lt;End of help on this topic&gt;
13636 </BODY>
13637 </HTML>
13638 ============= h_abook_view ========================
13639 <HTML>
13640 <HEAD>
13641 <TITLE>Address Book View Explained</TITLE>
13642 </HEAD>
13643 <BODY>
13644 This function allows you to view the contents of an address book entry. You
13645 can only view one entry at a time.
13647 <DL>
13648 <DT>Help
13649 <!--chtml if pinemode="function_key"-->
13650 (F1)
13651 <!--chtml else-->
13653 <!--chtml endif-->
13654 </DT>
13655 <DD>
13656 Display this help text.
13658 <DT>Abook
13659 <!--chtml if pinemode="function_key"-->
13660 (F3)
13661 <!--chtml else-->
13662 (&lt;)
13663 <!--chtml endif-->
13664 </DT>
13665 <DD>
13666 Go back to index of address book entries.
13668 <DT>Update
13669 <!--chtml if pinemode="function_key"-->
13670 (F4)
13671 <!--chtml else-->
13673 <!--chtml endif-->
13674 </DT>
13675 <DD>
13676 Update (modify) this entry.
13678 <DT>ComposeTo
13679 <!--chtml if pinemode="function_key"-->
13680 (F5)
13681 <!--chtml else-->
13683 <!--chtml endif-->
13684 </DT>
13685 <DD>Compose a message to the address(es) in this entry.
13687 <DT>Role
13688 <!--chtml if pinemode="function_key"-->
13689 (F6)
13690 <!--chtml else-->
13692 <!--chtml endif-->
13693 </DT>
13694 <DD>Compose a message to the address(es) in this entry using roles.
13696 <DT>Prev Page
13697 <!--chtml if pinemode="function_key"-->
13698 (F7)
13699 <!--chtml else-->
13701 <!--chtml endif-->
13702 </DT>
13703 <DD>
13704 Show the previous page of the current entry.
13706 <DT>Next Page
13707 <!--chtml if pinemode="function_key"-->
13708 (F8)
13709 <!--chtml else-->
13710 (Space)
13711 <!--chtml endif-->
13712 </DT>
13713 <DD>
13714 Show the next page of the current entry.
13716 <DT>Print
13717 <!--chtml if pinemode="function_key"-->
13718 (F9)
13719 <!--chtml else-->
13721 <!--chtml endif-->
13722 </DT>
13723 <DD>Print the current entry.  You can select the
13724 printer or the print command via the &quot;Setup&quot; command
13725 on the MAIN MENU.
13727 <DT>WhereIs
13728 <!--chtml if pinemode="function_key"-->
13729 (F10)
13730 <!--chtml else-->
13732 <!--chtml endif-->
13733 </DT>
13734 <DD>Search the entry for a string of letters.  If it is
13735 found, move to it.  The string can be one word or a phrase.
13736 If there are multiple occurrences, the cursor moves to the
13737 first occurrence beyond the current cursor position.
13739 <DT>Fwd Email
13740 <!--chtml if pinemode="function_key"-->
13741 (F11)
13742 <!--chtml else-->
13744 <!--chtml endif-->
13745 </DT>
13746 <DD>Begin composition of a new mail message with the displayed
13747 text already inserted in the message body.
13749 </DL>
13751 &lt;End of help on this topic&gt;
13752 </BODY>
13753 </HTML>
13754 ============= h_ldap_view ========================
13755 <HTML>
13756 <HEAD>
13757 <TITLE>LDAP Response View Explained</TITLE>
13758 </HEAD>
13759 <BODY>
13760 This function allows you to view the contents of a directory entry. You
13761 can only view one entry at a time.
13763 <DL>
13764 <DT>Help
13765 <!--chtml if pinemode="function_key"-->
13766 (F1)
13767 <!--chtml else-->
13769 <!--chtml endif-->
13770 </DT>
13771 <DD>
13772 Display this help text.
13774 <DT>Results Index
13775 <!--chtml if pinemode="function_key"-->
13776 (F3)
13777 <!--chtml else-->
13778 (&lt;)
13779 <!--chtml endif-->
13780 </DT>
13781 <DD>Go back to index of search results.
13783 <DT>ComposeTo
13784 <!--chtml if pinemode="function_key"-->
13785 (F5)
13786 <!--chtml else-->
13788 <!--chtml endif-->
13789 </DT>
13790 <DD>Compose a message to the address(es) in this entry.
13792 <DT>Role
13793 <!--chtml if pinemode="function_key"-->
13794 (F6)
13795 <!--chtml else-->
13797 <!--chtml endif-->
13798 </DT>
13799 <DD>Compose a message to the address(es) in this entry using roles.
13801 <DT>Prev Page
13802 <!--chtml if pinemode="function_key"-->
13803 (F7)
13804 <!--chtml else-->
13806 <!--chtml endif-->
13807 </DT>
13808 <DD>
13809 Show the previous page of the current entry.
13811 <DT>Next Page
13812 <!--chtml if pinemode="function_key"-->
13813 (F8)
13814 <!--chtml else-->
13815 (Space)
13816 <!--chtml endif-->
13817 </DT>
13818 <DD>
13819 Show the next page of the current entry.
13821 <DT>Print
13822 <!--chtml if pinemode="function_key"-->
13823 (F9)
13824 <!--chtml else-->
13826 <!--chtml endif-->
13827 </DT>
13828 <DD>Print the current entry on paper.  You can select the
13829 printer or the print command via the &quot;Setup&quot; command
13830 on the MAIN MENU.
13832 <DT>WhereIs
13833 <!--chtml if pinemode="function_key"-->
13834 (F10)
13835 <!--chtml else-->
13837 <!--chtml endif-->
13838 </DT>
13839 <DD>Search the entry for a string of letters.  If it is
13840 found, move to it.  The string can be one word or a phrase.
13841 If there are multiple occurrences, the cursor moves to the
13842 first occurrence beyond the current cursor position.
13844 <DT>Fwd Email
13845 <!--chtml if pinemode="function_key"-->
13846 (F11)
13847 <!--chtml else-->
13849 <!--chtml endif-->
13850 </DT>
13851 <DD>Begin composition of a new mail message with the displayed
13852 text already inserted in the message body.
13854 <DT>Save
13855 <!--chtml if pinemode="function_key"-->
13856 (F12)
13857 <!--chtml else-->
13859 <!--chtml endif-->
13860 </DT>
13861 <DD>Save the displayed entry to one of your address books or export
13862 it to a file.
13863 </DL>
13865 &lt;End of help on this topic&gt;
13866 </BODY>
13867 </HTML>
13868 ===== h_attachment_screen =====
13869 <HTML>
13870 <HEAD>
13871 <TITLE>Attachment Index Screen Explained</TITLE>
13872 </HEAD>
13873 <BODY>
13874 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
13875 message's attachments, and allows various operations on them.  The
13876 first attachment is usually the message text, but does not include the
13877 header portion of the message.
13879 Available commands include:
13881 <DL>
13883 <DT>Help</DT>
13884 <DD>Show this help text.
13886 <DT>Msg #<I>num</I></DT>
13887 <DD>Leave this screen without displaying or saving any attachments.
13889 <DT>View</DT>
13890 <DD>View the currently selected attachment.
13892 <DT>External</DT>
13893 <DD>Passes a TEXT/HTML message to an external browser for its display.
13895 <DT>Prev Attach</DT>
13896 <DD>Move to previous attachment.
13898 <DT>Next Attach</DT>
13899 <DD>Move to next attachment.
13901 <DT>Prev Page</DT>
13902 <DD>Previous page of the listed attachments.
13904 <DT>Next Page</DT>
13905 <DD>Next page of the listed attachments.
13907 <DT>Delete</DT>
13908 <DD>Mark the currently selected attachment for Deletion.
13909 This does not modify the current message by deleting the attachment from
13910 it, but instead the delete flag <EM>only</EM> has an effect when saving
13911 the message to a folder.
13912 Attachments marked for deletion are not copied to the destination folder
13913 along with the rest of the message when it is saved.
13914 It is ok for the destination folder to be the same as the current folder.
13915 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
13917 <DT>Undelete</DT>
13918 <DD>Turn off the Delete flag for the selected attachment.
13920 <DT>Save</DT>
13921 <DD>Save the selected attachment to a file.  If the attachment is of
13922 type &quot;RFC822/Message&quot;, then the attachment will be saved to
13923 the specified mail folder.
13925 <DT>Export</DT>
13926 <DD>If the attachment is of
13927 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13928 copy the message to a file in the same way this command works on 
13929 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13931 <DT>Pipe</DT>
13932 <DD>Pipe the attachment contents into a UNIX command (if enabled).
13933 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
13935 <DT>WhereIs</DT>
13936 <DD>Find a matching string in the attachment list.
13938 <DT>AboutAttch</DT>
13939 <DD>Examine various aspects of the selected attachment.
13941 <DT>Print</DT>
13942 <DD>Print the selected attachment.
13944 <DT>Forward</DT>
13945 <DD>Forward the selected attachment as an attachment.
13946 </DL>
13950 All attachments can be saved or piped into a UNIX command, but some may
13951 not be readily displayed by either Alpine or an external tool.  In such
13952 cases, the reason why the message cannot be displayed is displayed on
13953 Alpine's message line.
13955 &lt;End of help on this topic&gt;
13956 </BODY>
13957 </HTML>
13958 ============= h_mail_text_att_view ========================
13959 <HTML>
13960 <HEAD>
13961 <TITLE>Attachment View Screen Explained</TITLE>
13962 </HEAD>
13963 <BODY>
13964 This function allows you to view the contents of a text attachment. You
13965 can only view one attachment at a time.
13967 Available commands include:
13969 <DL>
13971 <DT>Help</DT>
13972 <DD>Display this help text
13974 <DT>AttchIndex</DT>
13975 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
13977 <DT>Prev Page</DT>
13978 <DD>Show the previous page of the current attachment.
13980 <DT>Next Page</DT>
13981 <DD>Show the next page of the current attachment by pressing the space bar.
13983 <DT>Delete</DT>
13984 <DD>Mark the viewed attachment for Deletion.  The delete
13985 flag <EM>only</EM> has affect when saving the message to a folder.
13986 Attachments marked for deletion are excluded from the message when
13987 it is saved.  In addition, the delete mark <EM>only</EM> applies to
13988 this Alpine session.
13990 <DT>Undelete</DT>
13991 <DD>Turn off the Delete flag for the selected attachment.
13993 <DT>Save</DT>
13994 <DD>Copy the current attachment to a file.  If you just enter
13995 a filename, the attachment will be saved with that name in
13996 your home directory 
13997 <!--chtml if pinemode="running"-->
13998 (which, in the present configuration of your system, is
13999  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14000 <!--chtml endif-->
14001 or current working directory
14002 <!--chtml if pinemode="running"-->
14003 (which, at least for your current Alpine &quot;session,&quot; 
14004 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14005 <!--chtml endif-->, depending on the
14006 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14007 configuration setting.  You may enter the full
14008 path and filename to save it in another directory instead.
14010 <DT>Export</DT>
14011 <DD>If the attachment is of
14012 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14013 copy the message to a file in the same way this command works on 
14014 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14015 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
14016 defined, they may affect the contents of the exported file.)
14018 <DT>Pipe</DT>
14019 <DD>Pipe the attachment contents into a UNIX command (if enabled)
14021 <DT>WhereIs</DT>
14022 <DD>Search the attachment for a string of letters.  If it is
14023 found, move to it.  The string can be one word or a phrase.
14024 If there are multiple occurrences, the cursor moves to the
14025 first occurrence beyond the current cursor position.
14027 <DT>Print</DT>
14028 <DD>Print the current attachment on paper.  You can select the
14029 printer or the print command via the &quot;Setup&quot; command
14030 on the MAIN MENU.
14032 <DT>Forward</DT>
14033 <DD>Forward the selected attachment as an attachment.
14034 </DL>
14036 &lt;End of help on this topic&gt;
14037 </BODY>
14038 </HTML>
14039 ============= h_journal ==============
14040 <HTML>
14041 <HEAD>
14042 <TITLE>Recent Message Journal Explained</TITLE>
14043 </HEAD>
14044 <BODY>
14046 The following commands are available on this screen:
14048 <DL>
14049 <DT>Help</DT>
14050 <DD>Show this help text
14052 <DT>Exit</DT>
14053 <DD>Exit Viewer, and go back to mail processing
14055 <DT>Prev Page</DT>
14056 <DD>Show the previous page text
14058 <DT>Next Page</DT>
14059 <DD>Show the next page of text by pressing the space bar
14061 <DT>Print</DT>
14062 <DD>Print the displayed text on paper.  You can select the
14063 printer or the print command via the &quot;Setup&quot; command
14064 on the MAIN MENU.
14066 <DT>Fwd Email</DT>
14067 <DD>Begin composition of a new mail message with the displayed
14068 text already inserted in the message body.
14070 <DT>Save</DT>
14071 <DD>Copy the displayed text to a file.  If you just enter
14072 a filename, the text will be saved with that name in
14073 your 
14074 home directory 
14075 <!--chtml if pinemode="running"-->
14076 (which, in the present configuration of your system, is
14077  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14078 <!--chtml endif-->
14079 or current working directory
14080 <!--chtml if pinemode="running"-->
14081 (which, at least for your current Alpine &quot;session,&quot; 
14082 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14083 <!--chtml endif-->, depending on the
14084 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14085 configuration setting.   You may enter the full
14086 path and filename to save it in another directory instead.
14088 <DT>WhereIs</DT>
14089 <DD>Search the text for a string of letters.  If it is
14090 found, move to it.  The string can be one word or a phrase.
14091 If there are multiple occurrences, the cursor moves to the
14092 first occurrence beyond the current cursor position.
14093 </DL>
14095 &lt;End of help on this topic&gt;
14096 </BODY>
14097 </HTML>
14098 ============= h_debugjournal ==============
14099 <HTML>
14100 <HEAD>
14101 <TITLE>Debug Journal Explained</TITLE>
14102 </HEAD>
14103 <BODY>
14105 The following commands are available on this screen:
14107 <DL>
14108 <DT>Help</DT>
14109 <DD>Show this help text
14111 <DT>Exit</DT>
14112 <DD>Exit Viewer, and go back to mail processing
14114 <DT>Timestamps</DT>
14115 <DD>Turn on or off timestamps.
14117 <DT>DebugView</DT>
14118 <DD>Set the level of debugging you want to see. The level may be any number
14119 in the range 0-9. Higher numbers show more debugging detail. Note that the
14120 debugging information has already been captured. This setting just causes the
14121 debugging information that you see to be filtered. If you set this to
14122 the number &quot;5&quot; then you will be shown all of the debugging information
14123 at levels 5 and below.
14124 It's actually a bit more complicated than that. A fixed amount of memory
14125 is used to store the debug information.
14126 Since the amount of memory used is limited the debugging information
14127 has to be trimmed back when it gets too large.
14129 <DT>Prev Page</DT>
14130 <DD>Show the previous page text
14132 <DT>Next Page</DT>
14133 <DD>Show the next page of text by pressing the space bar
14135 <DT>Print</DT>
14136 <DD>Print the displayed text on paper.  You can select the
14137 printer or the print command via the &quot;Setup&quot; command
14138 on the MAIN MENU.
14140 <DT>Fwd Email</DT>
14141 <DD>Begin composition of a new mail message with the displayed
14142 text already inserted in the message body.
14144 <DT>Save</DT>
14145 <DD>Copy the displayed text to a file.  If you just enter
14146 a filename, the text will be saved with that name in
14147 your 
14148 home directory 
14149 <!--chtml if pinemode="running"-->
14150 (which, in the present configuration of your system, is
14151  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14152 <!--chtml endif-->
14153 or current working directory
14154 <!--chtml if pinemode="running"-->
14155 (which, at least for your current Alpine &quot;session,&quot; 
14156 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14157 <!--chtml endif-->, depending on the
14158 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14159 configuration setting.   You may enter the full
14160 path and filename to save it in another directory instead.
14162 <DT>WhereIs</DT>
14163 <DD>Search the text for a string of letters.  If it is
14164 found, move to it.  The string can be one word or a phrase.
14165 If there are multiple occurrences, the cursor moves to the
14166 first occurrence beyond the current cursor position.
14167 </DL>
14169 &lt;End of help on this topic&gt;
14170 </BODY>
14171 </HTML>
14172 ============= h_simple_text_view ==============
14173 <HTML>
14174 <HEAD>
14175 <TITLE>Simple Text View Screen Explained</TITLE>
14176 </HEAD>
14177 <BODY>
14179 The following commands are available on this screen:
14181 <DL>
14182 <DT>Help</DT>
14183 <DD>Show this help text
14185 <DT>Exit</DT>
14186 <DD>Exit Viewer, and go back to mail processing
14188 <DT>Prev Page</DT>
14189 <DD>Show the previous page text
14191 <DT>Next Page</DT>
14192 <DD>Show the next page of text by pressing the space bar
14194 <DT>Print</DT>
14195 <DD>Print the displayed text on paper.  You can select the
14196 printer or the print command via the &quot;Setup&quot; command
14197 on the MAIN MENU.
14199 <DT>Fwd Email</DT>
14200 <DD>Begin composition of a new mail message with the displayed
14201 text already inserted in the message body.
14203 <DT>Save</DT>
14204 <DD>Copy the displayed text to a file.  If you just enter
14205 a filename, the attachment will be saved with that name in
14206 your 
14207 home directory 
14208 <!--chtml if pinemode="running"-->
14209 (which, in the present configuration of your system, is
14210  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14211 <!--chtml endif-->
14212 or current working directory
14213 <!--chtml if pinemode="running"-->
14214 (which, at least for your current Alpine &quot;session,&quot; 
14215 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14216 <!--chtml endif-->, depending on the
14217 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14218 configuration setting.   You may enter the full
14219 path and filename to save it in another directory instead.
14221 <DT>WhereIs</DT>
14222 <DD>Search the attachment for a string of letters.  If it is
14223 found, move to it.  The string can be one word or a phrase.
14224 If there are multiple occurrences, the cursor moves to the
14225 first occurrence beyond the current cursor position.
14226 </DL>
14228 &lt;End of help on this topic&gt;
14229 </BODY>
14230 </HTML>
14231 ======= h_pine_for_windows ========
14232 <HTML>
14233 <HEAD>
14234 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
14235 </HEAD>
14236 <BODY>
14237 <H1>Getting Help In PC-Alpine</H1>
14240 PC-Alpine offers general and specific help text. From the <A
14241 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
14242 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
14243 specific help for that screen is available from the toolbar Help menu or
14244 with the 
14245 <!--chtml if pinemode="function_key"-->
14246 &quot;F1&quot; key.
14247 <!--chtml else-->
14248 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
14249 typing &quot;?&quot; would be mistaken as entering text.
14250 <!--chtml endif-->
14253 Although this version of Alpine is for Microsoft Windows, it is not
14254 considered a full &quot;Graphical User Interface&quot; application. 
14255 Yet, many of the controls that Windows users are accustomed to seeing, 
14256 such as scrollbars and toolbars, are available.
14259 PC-Alpine offers considerable mouse support.  You can view what is
14260 &quot;click-able&quot; by dragging your mouse over any screen; when the
14261 arrow cursor changes into a hand, you found something. Mouse-click
14262 possibilities include navigating between screens and folders and
14263 double-clicking on hyperlinks to open your Web browser.
14264 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
14265 screen.  Examples of right-click options include &quot;copy&quot; after
14266 selecting text to copy and &quot;View in New Window&quot; when you click
14267 on a particular message in the Message Index. The menu choices available
14268 to you will vary based upon what screen is open, where on the screen your
14269 cursor is located, and even what action you have already taken.
14272 &lt;End of help on this topic&gt;
14273 </BODY>
14274 </HTML>
14275 ===== h_composer =====
14276 <HTML>
14277 <HEAD>
14278 <TITLE>COMPOSER COMMANDS</TITLE>
14279 </HEAD>
14280 <BODY>
14281 <H1>COMPOSER COMMANDS</H1>
14283 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>
14284 &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>
14285 &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>
14286 &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>
14287 &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>
14288 &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>
14289 &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>
14290 &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>
14291 &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>
14292 &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>
14293 ---------------------------------------|&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>
14294 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>
14295 &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>
14296 &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>
14297 &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>
14300 NOTE:
14301 <OL>
14302  <LI>For help on a particular command, highlight the bold text associated
14303 with it above and hit Return.
14304  <LI> The availability of certain commands
14305 is determined by Alpine configuration files and system capabilities.
14306 At some sites, certain commands may not be available due to security or
14307 support concerns.
14308  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14309 Ctrl-&#92;, ESC.
14310  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14311 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14312 </OL>
14315 HINT: To move rapidly to the bottom of a message you are composing,
14316 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
14317 with the Mark and Cut commands to eliminate large amounts of unwanted
14318 text in a Reply.
14320 <H2>Description of Composer</H2>
14322 Alpine has a built-in editing program that allows you to compose messages
14323 without having to leave Alpine.  The editor is designed to be very simple to
14324 use so that you can get started writing email right away.
14327 Messages are usually just text, about 80 columns wide.  Using upper and
14328 lower case is encouraged.  On some systems the size limit of the message
14329 is about 100,000 characters, which is about 2,000 lines.  You can include
14330 punctuation and special characters found on most keyboards, but you can't
14331 include characters with diacritical marks and certain special symbols.
14334 Text automatically wraps as you type past the end of a line so you do not
14335 have to hit return.  Using the
14336 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
14337 you can also reformat text explicitly, perhaps after you have
14338 deleted some text.
14341 You can include other text files with the 
14342 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
14343 which will prompt you for the name of the file to insert at the
14344 current cursor position.
14347 <UL>
14348 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14349 </UL>
14351 &lt;End of help on this topic&gt;
14352 </BODY>
14353 </HTML>
14354 ====== h_composer_browse =====
14355 <HTML>
14356 <HEAD>
14357 <TITLE>BROWSER</TITLE>
14358 </HEAD>
14359 <BODY>
14360 <H1>BROWSER</H1>
14361 This screen lets you browse your files and directories.  To go to another 
14362 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
14363 choose &quot;Select&quot; (the default choice on the menu); 
14364 or choose &quot;Goto&quot; and enter the name of the directory.
14365 <!--chtml if pinemode="os_windows"-->
14366 <!--chtml else--> 
14367 In Unix Alpine, you may use 
14368 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
14369 to another's home directory.  
14370 <!--chtml endif--><P>
14371 To select a file, move the cursor to it and 
14372 choose &quot;Select&quot; (the default choice on the menu).  
14374 <UL>
14375 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
14376 inclusion in the 
14377 message body (that is, you chose &quot;Read File&quot; with the cursor under 
14378 the 
14379 &quot;----- Message Text -----&quot; line
14380 while composing, then &quot;To Files&quot;):  Since the file 
14381 selected will become part of the message text, it must be in a format 
14382 suitable for that (Alpine does not check!), such as a plain text file.
14383 Files of other formats (for example, graphics, databases, software 
14384 programs) should be 
14385 <B>attached</B> to the message instead --
14386 by moving the cursor in the COMPOSE MESSAGE screen into the 
14387 message header area and pressing 
14388 <!--chtml if pinemode="function_key"-->
14390 <!--chtml else-->
14391 Ctrl-J.
14392 <!--chtml endif--> 
14394 <P><LI>
14395 Note <B>if</B> you are currently using the BROWSER for saving a message 
14396 attachment, or exporting a message, to a file: You can use the Add command to 
14397 provide the name for a new file to save/export to, and then select that name 
14398 to use it for the save/export operation.  Back at the prompt 
14399 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
14400 either Overwrite or Append (it doesn't make a difference, since the file is 
14401 so far empty).  Note: If you cancel the 
14402 operation at that point, the file created with the Add command will remain 
14403 0 bytes in size.
14405 </UL>
14406 <P><UL>
14407 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14408 </UL>
14410 &lt;End of help on this topic&gt;
14411 </BODY>
14412 </HTML>
14413 ====== h_composer_ins =====
14414 <HTML>
14415 <HEAD>
14416 <TITLE>INSERT TEXT FILE</TITLE>
14417 </HEAD>
14418 <BODY>
14419 <H1>INSERT TEXT FILE</H1>
14421 Use this function to insert a text file. The file name
14422 given can be an absolute file path name for your system
14423 <!--chtml if pinemode="os_windows"-->
14424 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14425 with a relative pathname, or simply a file name without
14426 drive or directory specification.  
14427 <!--chtml else-->
14428 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14429 a file in your home directory, or a file path relative to your 
14430 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14431 your home directory or &quot;~user&quot; to refer to another
14432 account's home directory.
14433 <!--chtml endif-->
14435 No wild card characters may be used.  
14436 The file must reside on the system running Alpine.
14438 If the 
14439 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14440 feature is set, names are relative to your current working directory 
14441 <!--chtml if pinemode="running"-->
14442 (which, at least for your current Alpine &quot;session,&quot; 
14443 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14444 <!--chtml endif-->
14445 rather than your home directory
14446 <!--chtml if pinemode="running"-->
14447 (which, in the present configuration of your system, is
14448  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14449 <!--chtml endif-->
14451 <P><UL>
14452 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14453 </UL>
14455 &lt;End of help on this topic&gt;
14456 </BODY>
14457 </HTML>
14458 ====== h_composer_ins_m =====
14459 <HTML>
14460 <HEAD>
14461 <TITLE>INSERT MESSAGE</TITLE>
14462 </HEAD>
14463 <BODY>
14464 <H1>INSERT MESSAGE</H1>
14466 Type in the number of a message in the currently open folder to insert it
14467 into your message.
14468 <P><UL>
14469 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14470 </UL>
14472 &lt;End of help on this topic&gt;
14473 </BODY>
14474 </HTML>
14475 ====== h_composer_search =====
14476 <HTML>
14477 <HEAD>
14478 <TITLE>Explanation of Composer Whereis Command </TITLE>
14479 </HEAD>
14480 <BODY>
14481 <H1>Help For Whereis Command</H1>
14483 Whereis is used to search the message for a word or part of a word.
14484 When searching in the composer, only the message part of your mail is
14485 searched, and the cursor is put on the first occurrence appearing
14486 after the location of the cursor.  The search will wrap to the
14487 beginning of the message when it no longer finds matches in the
14488 remainder of the message.
14490 To search for the same string a second time, press 
14491 <!--chtml if pinemode="function_key"-->
14492 &quot;F6&quot;
14493 <!--chtml else-->
14494 &quot;^W&quot;
14495 <!--chtml endif-->
14496 to begin search and then just press RETURN to accept the previous
14497 search string shown in square brackets rather than entering a new
14498 search string.<P>
14500 The &quot;Search&quot; prompt has several sub-command available:
14502 <DL>
14503 <DT>Get Help</DT>
14504 <DD> Takes you to this help page.
14506 <DT>Cancel</DT>
14507 <DD> Cancels the prompt.  No search takes place.
14509 <DT>First Line</DT>
14510 <DD> Takes you back to the composer with the cursor on the first character
14511 of the first line of text.
14513 <DT>Last Line</DT>
14514 <DD> Takes you back to the composer with the cursor on the last character
14515 of the last line of text.
14517 <DT>Replace (Optional)</DT>
14518 <DD> This sub-command is enabled by the 
14519 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14520 feature (which is on by default); see its help screen for details on how replacing works.
14522 </DL>
14524 &lt;End of help on this topic&gt;
14525 </BODY>
14526 </HTML>
14527 ====== h_sigedit_search =====
14528 <HTML>
14529 <HEAD>
14530 <TITLE>Explanation of Whereis Command </TITLE>
14531 </HEAD>
14532 <BODY>
14533 <H1>Help For Whereis Command</H1>
14535 Whereis is used to search for a word or part of a word.
14536 When searching the cursor is put on the first occurrence appearing
14537 after the location of the cursor.  The search will wrap to the
14538 beginning of the signature when it no longer finds matches in the
14539 remainder of the signature.
14541 To search for the same string a second time, press 
14542 <!--chtml if pinemode="function_key"-->
14543 &quot;F6&quot;
14544 <!--chtml else-->
14545 &quot;^W&quot;
14546 <!--chtml endif-->
14547 to begin search and then just press RETURN to accept the previous
14548 search string shown in square brackets rather than entering a new
14549 search string.<P>
14551 The &quot;Search&quot; prompt has several sub-command available:
14553 <DL>
14554 <DT>Get Help</DT>
14555 <DD> Takes you to this help page.
14557 <DT>Cancel</DT>
14558 <DD> Cancels the prompt.  No search takes place.
14560 <DT>First Line</DT>
14561 <DD> Takes you back to the composer with the cursor on the first character
14562 of the first line of text.
14564 <DT>Last Line</DT>
14565 <DD> Takes you back to the composer with the cursor on the last character
14566 of the last line of text.
14568 <DT>Replace (Optional)</DT>
14569 <DD> This sub-command is enabled by the 
14570 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14571 feature (which is on by default); see its help screen for details on how replacing works.
14573 </DL>
14575 &lt;End of help on this topic&gt;
14576 </BODY>
14577 </HTML>
14578 ======= h_composer_to ====
14579 <HTML>
14580 <HEAD>
14581 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
14582 </HEAD>
14583 <BODY>
14584 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
14586 <H2>The &quot;To:&quot; field</H2>
14587 The address you enter here must be a valid email address that is reachable
14588 from your site. 
14590 <H2>Email Address Format</H2>
14591 You may enter a full name and email address, 
14592 <!--chtml if pinemode="os_windows"-->
14593 <!--chtml else-->
14594 a local (meaning, on the same 
14595 host as the one you are running Alpine on) username that Alpine will
14596 complete for you, 
14597 <!--chtml endif-->
14598 the nickname of someone in a 
14599 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
14600 mail alias defined by your system administrator.  When you move the cursor
14601 out of this field, the nicknames will be expanded to the addresses in your
14602 address book, and the local usernames will be expanded to include the 
14603 persons' actual names.  You may enter as many addresses as you wish, but they 
14604 must be separated by commas.  You can move around this and other header fields
14605 with the arrow keys and use many of the usual composer editing keys.
14607 <UL>
14608 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14609 </UL>
14612 <H2>MESSAGE HEADER COMMANDS</H2>
14613 <!--chtml if pinemode="function_key"-->
14614 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14615 ^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>
14616 ^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>
14617 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
14618 ^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>
14619 ^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>
14620 ^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>
14621 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>
14622 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>
14623 ^@&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>
14624 ----------------------------------------|<BR>
14625 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
14626 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>
14627 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>
14628 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>
14629 <!--chtml else-->
14630 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14631 ^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>
14632 ^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>
14633 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
14634 ^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>
14635 ^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>
14636 ^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>
14637 ^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>
14638 ^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>
14639 ^@&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>
14640 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
14641 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>
14642 ^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>
14643 ^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>
14644 ^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>
14645 <!--chtml endif-->
14648 NOTE:
14649 <OL>
14650  <LI>For help on a particular command, highlight the bold text associated
14651 with it above and hit Return.
14652  <LI> The availability of certain commands 
14653 is determined by Alpine configuration files and system capabilities.
14654 At some sites, certain commands may not be available due to security or
14655 support concerns.
14656 </OL>
14659 <UL>   
14660 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14661 </UL><P>
14662 &lt;End of help on this topic&gt;
14663 </BODY>
14664 </HTML>
14665 ======= h_composer_cc ====
14666 <HTML>
14667 <HEAD>
14668 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
14669 </HEAD>
14670 <BODY>
14671 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
14672 The Cc: field is just like the To: field, except it is used for addressees
14673 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
14674 not directly meant directly &quot;for&quot; these recipients, but you wanted 
14675 them to see the message.  The only difference the recipients see is that their 
14676 name is in the Cc: field, rather than the To: field.
14678 For help with Cc: field editing
14679 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14681 <UL>
14682 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14683 </UL>
14685 <UL>   
14686 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14687 </UL><P>
14688 &lt;End of help on this topic&gt;
14689 </BODY>
14690 </HTML>
14691 ======= h_composer_bcc ====
14692 <HTML>
14693 <HEAD>
14694 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
14695 </HEAD>
14696 <BODY>
14697 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
14698 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
14699 a copy of the message to one or more people whose addresses you do not
14700 wish disclosed, either to reduce clutter or for confidentiality.
14702 The format of the Bcc: field is just the same as the To: and Cc: fields in
14703 the way the addresses are entered.  The recipients listed here will
14704 receive a copy of the message, but --assuming your site's mail transport
14705 software is properly configured-- their addresses will not show up in the
14706 headers of the message, as delivered to all of the recipients.  The To:
14707 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
14709 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
14710 will automatically generate and place in the To: field a pseudo-address of 
14711   &quot;undisclosed-recipients: ;&quot;
14712 or whatever string has been specified in the 
14713 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14714 variable.
14716 The reason for this is to avoid embarrassment caused by some Internet
14717 mail transfer software that interprets a &quot;missing&quot; To: header as 
14718 an error and replaces it with an Apparently-to: header that may contain
14719 the addresses you entered on the Bcc: line.  In addition, it may be
14720 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
14722 You can manipulate what text ends up on the (originally) empty To:
14723 field.  Just remember to put a colon and semicolon at the end of the
14724 field, which is a special notation denoting that it is not a real address.
14726 For information on message header editing
14727 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14729 <UL>
14730 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14731 </UL>
14733 <UL>   
14734 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14735 </UL><P>
14736 &lt;End of help on this topic&gt;
14737 </BODY>
14738 </HTML>
14739 ======= h_composer_lcc ====
14740 <HTML>
14741 <HEAD>
14742 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
14743 </HEAD>
14744 <BODY>
14745 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
14746 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
14747 you wish to send a message to a list of people but avoid having all
14748 of their addresses visible, in order to reduce clutter when the
14749 message is received.
14751 It is similar to the 
14752 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
14753 in that individual
14754 addressees are hidden, but Lcc is designed to work specifically with
14755 distribution lists you have created in your 
14756 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
14757 the nickname of the list on the Lcc line will result in the full name of
14758 your Alpine Address Book list being placed on the To: line of the message,
14759 using a special notation that distinguishes it from a real address. You
14760 must leave the To: line blank for your list name to appear there.
14762 For example, if you have this list entered in your Address Book:<PRE>
14764         largo         Key Largo List       DISTRIBUTION LIST:
14765                                            bogie@mgm.com
14766                                            lauren@mgm.com
14767                                            walter@mgm.com</PRE>
14770 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
14771 the result is:<PRE>
14773         To      : Key Largo List: ;
14774         Cc      :
14775         Bcc     :
14776         Fcc     : sent-mail
14777         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
14778                   lauren@mgm.com,
14779                   walter@mgm.com
14780         Subject :</PRE>
14782 Each recipient listed on the Lcc: line receives a copy of the message
14783 without their address being visible (as though they were listed on the
14784 Bcc: line). The colon-semicolon notation used to put the full-name of the
14785 list on the To: line is a special address format that doesn't specify any
14786 actual addressees, but does give some information to the recipients of the
14787 message.
14789 Note: if after entering an LCC, you delete the list name that is placed
14790 on the To: line, then recipients will see <PRE>
14791        To: undisclosed-recipients: ;</PRE>
14793 (or whatever string is defined in the 
14794 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14795 variable) just as in the BCC case. 
14797 For help with Lcc: field editing
14798 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14800 <UL>
14801 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14802 </UL>
14804 <UL>   
14805 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14806 </UL><P>
14807 &lt;End of help on this topic&gt;
14808 </BODY>
14809 </HTML>
14810 ======= h_composer_from =======
14811 <HTML>
14812 <HEAD>
14813 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
14814 </HEAD>
14815 <BODY>
14816 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
14818 This header carries your return address.  It is the address toward which
14819 replies (and often, future unrelated correspondence) will be directed,
14820 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
14821 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
14822 sure this address is correct.
14824 For help with message header editing
14825 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14827 <UL>
14828 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14829 </UL>
14831 <UL>   
14832 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14833 </UL><P>
14834 &lt;End of help on this topic&gt;
14835 </BODY>
14836 </HTML>
14837 ======= h_composer_reply_to =======
14838 <HTML>
14839 <HEAD>
14840 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
14841 </HEAD>
14842 <BODY>
14843 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
14845 Most people should not need this header. The Reply-To: header is used in
14846 cases where you would like replies to your messages to be directed to an
14847 address other than your normal &quot;From:&quot; address.  This is atypical, 
14848 but can happen when you use multiple machines and do not have the same account
14849 name on each one, or when you wish to direct certain replies to accounts
14850 or folders designated for specific classes of correspondence.
14852 For help with message header editing
14853 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14855 <UL>
14856 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14857 </UL>
14860 <UL>   
14861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14862 </UL><P>
14863 &lt;End of help on this topic&gt;
14864 </BODY>
14865 </HTML>
14866 ======= h_composer_custom_addr ====
14867 <HTML>
14868 <HEAD>
14869 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14870 </HEAD>
14871 <BODY>
14872 <H1>CUSTOMIZED HEADER FIELD</H1>
14873 This is a customized header, i.e. not one that is part of Alpine's normal
14874 set of Compose headers.
14876 For help with message header editing
14877 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14879 <UL>
14880 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14881 </UL>
14883 <UL>   
14884 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14885 </UL><P>
14886 &lt;End of help on this topic&gt;
14887 </BODY>
14888 </HTML>
14889 ======= h_composer_custom_free ====
14890 <HTML>
14891 <HEAD>
14892 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14893 </HEAD>
14894 <BODY>
14895 <H1>CUSTOMIZED HEADER FIELD</H1>
14896 This is a customized header, i.e. not one that is part of Alpine's normal
14897 set of Compose headers.
14899 This field consists of arbitrary text.
14901 For help with message header editing
14902 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14904 <UL>   
14905 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14906 </UL><P>
14907 &lt;End of help on this topic&gt;
14908 </BODY>
14909 </HTML>
14910 ====== h_composer_news =====
14911 <HTML>
14912 <HEAD>
14913 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
14914 </HEAD>
14915 <BODY>
14916 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
14917 Use the newsgroups line to specify any and all USENET newsgroups to which
14918 your message should be posted.  When composing a message from scratch, this
14919 line may be hidden.  If so, just press the rich headers command
14920 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
14921 to make it visible.
14923 <EM>Be aware</EM> that when you post to a newsgroup thousands of
14924 people will be reading your message.  Also, you or your system manager
14925 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
14926 in order for you to be able to post.
14928 For help with message header editing
14929 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14930 <P><UL>
14931 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14932 </UL>
14934 &lt;End of help on this topic&gt;
14935 </BODY>
14936 </HTML>
14937 ======= h_composer_fcc ====
14938 <HTML>
14939 <HEADER>
14940 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
14941 </HEADER>
14942 <BODY>
14943 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
14944 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
14945 each outgoing message.  The default value can be configured with the
14946 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
14947 the file carbon copy on any message you send by editing the FCC header.<p>
14949 You may type ^T to get a list of all your folders and select one to use as
14950 the FCC for this message.<P>
14952 For help with message header editing
14953 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14955 <UL>   
14956 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14957 </UL><P>
14958 &lt;End of help on this topic&gt;
14959 </BODY>
14960 </HTML>
14961 ======= h_composer_subject ====
14962 <HTML>
14963 <HEADER>
14964 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
14965 </HEADER>
14966 <BODY>
14967 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
14969 The subject header provides a place to enter a few words that summarize
14970 the topic of the message you are sending.  You may leave this line blank,
14971 but it is considered a courtesy to use a meaningful subject.<p>
14973 For help with message header editing
14974 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14976 <UL>   
14977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14978 </UL><P>
14979 &lt;End of help on this topic&gt;
14980 </BODY>
14981 </HTML>
14982 ======= h_composer_attachment ====
14983 <HTML>
14984 <HEAD>
14985 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
14986 </HEAD>
14987 <BODY>
14988 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
14990 The &quot;Attchmnt:&quot; field is where you specify what file or
14991 files you'd like attached to
14992 the message you are composing.  Those files must reside on the machine
14993 running Alpine. If your file is on a PC or Mac and you run Alpine with an
14994 account on a Unix machine, you'll have to transfer it before attaching it.
14995 Contact local computer support people for assistance with transferring.
14998 The file name
14999 given can be an absolute file path name for your system
15000 <!--chtml if pinemode="os_windows"-->
15001 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
15002 with a relative pathname, or simply a file name without
15003 drive or directory specification.  
15004 <!--chtml else-->
15005 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
15006 a file in your home directory, or a file path relative to your 
15007 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
15008 your home directory or &quot;~user&quot; to refer to another
15009 account's home directory.
15010 <!--chtml endif--><P>
15011 No wild card characters may be used.
15012 <P>If the 
15013 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
15014 feature is set, names are relative to your current working directory 
15015 <!--chtml if pinemode="running"-->
15016 (which, at least for your current Alpine &quot;session,&quot; 
15017 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
15018 <!--chtml endif-->
15019 rather than your home directory
15020 <!--chtml if pinemode="running"-->
15021 (which, in the present configuration of your system, is
15022  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
15023 <!--chtml endif-->
15026 Alpine uses MIME encoding for attachments, so binaries and files of any
15027 length can safely be delivered to any MIME-capable mail reading program.
15028 If you send an attachment to someone who does not have a MIME-capable mail
15029 reading program yet, then the main message text will be readable, but
15030 attachments (even attachments that are just plain text) are not.
15033 Typing the filename on the Attchmnt: line achieves the same
15034 result as using the 
15035 <!--chtml if pinemode="function_key"-->
15037 <!--chtml else-->
15038 Ctrl-J
15039 <!--chtml endif--> command.
15042 If you Forward a message with attachments, you may delete them from your
15043 Forwarded message by editing the Attchmnt header line.
15046 For help with message header editing
15047 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15049 <UL>   
15050 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15051 </UL><P>
15052 &lt;End of help on this topic&gt;
15053 </BODY>
15054 </HTML>
15055 ======= h_composer_ctrl_j ====
15056 <HTML>
15057 <HEAD>
15058 <TITLE>COMPOSER ATTACH</TITLE>
15059 </HEAD>
15060 <BODY>
15061 After the
15062 <!--chtml if pinemode="function_key"-->
15064 <!--chtml else-->
15065 Ctrl-J
15066 <!--chtml endif--> command:
15067 At the &quot;File to attach:&quot; prompt, enter the name of the 
15068 existing file to attach to your message.  
15069 When the feature
15070 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
15071 is set
15072 you need only enter the beginning of the filename (enough of it to uniquely 
15073 identify the file) and press TAB to complete it.
15075 Or, press ^T to use the BROWSER screen for 
15076 selecting the file.  <P>
15077 For more information on attaching files, see the help screen for the 
15078 composer's 
15079 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
15080 but can be revealed using the 
15081 <!--chtml if pinemode="function_key"-->
15083 <!--chtml else-->
15084 Ctrl-R
15085 <!--chtml endif--> 
15086 command with the cursor positioned above the
15087 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
15089 &lt;End of help on this topic&gt;
15090 </BODY>
15091 </HTML>
15092 ======= h_edit_nav_cmds =========
15093 <HTML>
15094 <HEAD>
15095 <TITLE>Composer Editing Commands Explained</TITLE>
15096 </HEAD>
15097 <BODY>
15098 <H1>EDITING and NAVIGATION COMMANDS</H1>
15099 <!--chtml if pinemode="function_key"-->
15100 <PRE>
15101 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15102 ^B (Left Arrow)    Back character       | ^D       Delete current character
15103 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15104 ^P (Up Arrow)      Previous line        |
15105 ^N (Down Arrow)    Next line            | F9       Cut marked text or
15106 ^A                 Beginning of line    |            delete current line
15107 ^E                 End of line          | F10      Undelete line(s)
15108 F7                 Previous page        |
15109 F8                 Next page            |-------------------------------------
15110 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15111 ----------------------------------------|
15112 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
15113 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
15114 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
15115 </PRE>
15116 <!--chtml else-->
15117 <PRE>
15118 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15119 ^B (Left Arrow)    Back character       | ^D       Delete current character
15120 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15121 ^P (Up Arrow)      Previous line        |
15122 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
15123 ^A                 Beginning of line    |            delete current line
15124 ^E                 End of line          | ^U       Undelete line(s)
15125 ^Y                 Previous page        |
15126 ^V                 Next page            |-------------------------------------
15127 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15128 ----------------------------------------|
15129 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
15130 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
15131 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
15132 </PRE>
15133 <!--chtml endif-->
15134 &lt;End of help on this topic&gt;
15135 </BODY>
15136 </HTML>
15137 ===== h_composer_sigedit =====
15138 <HTML>
15139 <HEAD>
15140 <TITLE>Signature Editor Commands Explained</TITLE>
15141 </HEAD>
15142 <BODY>
15143 <H1>SIGNATURE EDITOR COMMANDS</H1>
15144 <!--chtml if pinemode="function_key"-->
15145 <PRE>
15146 CURSOR MOTION KEYS                     |EDITING KEYS
15147   ^B (Left Arrow)   Back character     | ^D       Delete current character
15148   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15149   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15150   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15151   ^A                Beginning of line  |           delete current line
15152   ^E                End of line        | F10       Paste text, undelete lines
15153   F7                Previous page      |           cut with ^K, or unjustify
15154   F8                Next page          |-------------------------------------
15155   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15156 ---------------------------------------| F6       Whereis (search for string)
15157 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15158  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15159                  |  ^Z    Suspend      | ^L       Redraw Screen
15160  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15161 </PRE>
15162 <!--chtml else-->
15163 <PRE>
15164 CURSOR MOTION KEYS                     |EDITING KEYS
15165   ^B (Left Arrow)   Back character     | ^D       Delete current character
15166   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15167   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15168   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15169   ^A                Beginning of line  |           delete current line
15170   ^E                End of line        | ^U        Paste text, undelete lines
15171   ^Y                Previous page      |           cut with ^K, or unjustify
15172   ^V                Next page          |-------------------------------------
15173   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15174 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15175 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15176  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15177                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15178  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15179 </PRE>
15180 <!--chtml endif-->
15182 NOTE: The presence or absence of the following commands is determined
15183 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15184 some of these commands may be administratively disabled by your system
15185 manager; if they don't work, please check with your local help desk
15186 before reporting a bug.
15188 <UL>
15189  <LI>Suspend (suspends Alpine and gives a system prompt)
15190  <LI>Alternate editor (allows you to compose with your own editor)
15191 </UL>
15194 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15195 Ctrl-&#92;, ESC
15198 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15199 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15201 &lt;End of help on this topic&gt;
15202 </BODY>
15203 </HTML>
15204 ===== h_composer_commentedit =====
15205 <HTML>
15206 <HEAD>
15207 <TITLE>Comment Editor Commands Explained</TITLE>
15208 </HEAD>
15209 <BODY>
15210 <H1>COMMENT EDITOR COMMANDS</H1>
15211 <!--chtml if pinemode="function_key"-->
15212 <PRE>
15213 CURSOR MOTION KEYS                     |EDITING KEYS
15214   ^B (Left Arrow)   Back character     | ^D       Delete current character
15215   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15216   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15217   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15218   ^A                Beginning of line  |           delete current line
15219   ^E                End of line        | F10       Paste text, undelete lines
15220   F7                Previous page      |           cut with ^K, or unjustify
15221   F8                Next page          |-------------------------------------
15222   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15223 ---------------------------------------| F6       Whereis (search for string)
15224 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15225  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15226                  |  ^Z    Suspend      | ^L       Redraw Screen
15227  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15228 </PRE>
15229 <!--chtml else-->
15230 <PRE>
15231 CURSOR MOTION KEYS                     |EDITING KEYS
15232   ^B (Left Arrow)   Back character     | ^D       Delete current character
15233   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15234   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15235   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15236   ^A                Beginning of line  |           delete current line
15237   ^E                End of line        | ^U        Paste text, undelete lines
15238   ^Y                Previous page      |           cut with ^K, or unjustify
15239   ^V                Next page          |-------------------------------------
15240   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15241 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15242 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15243  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15244                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15245  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15246 </PRE>
15247 <!--chtml endif-->
15249 NOTE: The presence or absence of the following commands is determined
15250 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15251 some of these commands may be administratively disabled by your system
15252 manager; if they don't work, please check with your local help desk
15253 before reporting a bug.
15255 <UL>
15256  <LI>Suspend (suspends Alpine and gives a system prompt)
15257  <LI>Alternate editor (allows you to compose with your own editor)
15258 </UL>
15261 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15262 Ctrl-&#92;, ESC
15265 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15266 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15268 &lt;End of help on this topic&gt;
15269 </BODY>
15270 </HTML>
15271 ======= h_composer_abook_nick =======
15272 <HTML>
15273 <HEAD>
15274 <TITLE>Addressbook Nickname Explained</TITLE>
15275 </HEAD>
15276 <BODY>
15277 This is a short nickname for this address book entry.  If it is used in
15278 place of an address from the composer, the composer will fill in the
15279 address(es) for the entry that matches the nickname. 
15282 Look <A HREF="h_edit_nav_cmds">here</A>
15283 to see the available Editing and Navigation commands.
15285 &lt;End of help on this topic&gt;
15286 </BODY>
15287 </HTML>
15288 ======= h_composer_abook_full =======
15289 <HTML>
15290 <HEAD>
15291 <TITLE>Addressbook Fullname Explained</TITLE>
15292 </HEAD>
15293 <BODY>
15294 This is the full name field for this entry.  If this is going to be a
15295 distribution list (more than one address), it should be a descriptive
15296 phrase describing the list.  It will be included in the mail header if you
15297 put the list in the To: or CC: field, or in the To: line if you put the
15298 list in the Lcc: field.  It's OK to leave this field blank (and OK to
15299 leave any of the other fields blank, too). If this address book entry is
15300 going to be a simple entry with just one address, then this field is the
15301 person's name. When you send mail to this entry, this is the field to the
15302 left of the brackets. That is, it is the most readable part of the 
15303 address. For example, in the sample address:
15304 <PRE>
15305        John Doe &lt;jdoe@some.domain&gt;
15306 </PRE>
15307 "John Doe" is the full name field. If you are sorting your address book
15308 with one of the options that uses full names, then it might be useful to
15309 enter the full name as "Last, First", for example:
15310 <PRE>
15311        Doe, John
15312 </PRE>
15313 so that it will be sorted using Doe instead of John. This will be changed
15314 back into John Doe when you use it.
15316 Look <A HREF="h_edit_nav_cmds">here</A>
15317 to see the available Editing and Navigation commands.
15319 &lt;End of help on this topic&gt;
15320 </BODY>
15321 </HTML>
15322 ======= h_composer_abook_fcc =======
15323 <HTML>
15324 <HEAD>
15325 <TITLE>Addressbook Fcc Explained</TITLE>
15326 </HEAD>
15327 <BODY>
15328 If this entry is the first one in the To: line of an outgoing message,
15329 this field will be used for the Fcc (File Carbon Copy) instead of whatever
15330 you would normally get (which depends on which
15331 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
15332 you've chosen). 
15334 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
15335 that you don't want any Fcc associated with this entry.
15337 Look <A HREF="h_edit_nav_cmds">here</A>
15338 to see the available Editing and Navigation commands.
15340 &lt;End of help on this topic&gt;
15341 </BODY>
15342 </HTML>
15343 ====== h_config_combined_abook_display =====
15344 <HTML>
15345 <HEAD>
15346 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
15347 </HEAD>
15348 <BODY>
15349 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
15351 This feature affects the address book display screens.
15352 Normally, expanding an address book from the ADDRESS BOOK LIST screen
15353 will cause the remaining address books and directory servers to disappear
15354 from the screen, leaving only the entries of the expanded address book.
15355 If this feature is set, then the other address books will remain on the screen,
15356 so that all of the address books can be present at once.
15359 The way that commands work won't be changed.
15360 For example, the Select All command will select all of the entries in the
15361 current address book, not all of the entries in all of the address books.
15362 The WhereIs command will change a little.
15363 It will search through all of the text on the screen plus all of the entries
15364 from expanded address books.
15367 When this feature is set, the setting of the feature
15368 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
15369 has an effect.
15371 &lt;End of help on this topic&gt;
15372 </BODY>
15373 </HTML>
15374 ====== h_config_titlebar_color_style =====
15375 <HTML>
15376 <HEAD>
15377 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
15378 </HEAD>
15379 <BODY>
15380 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
15382 This option affects the colors used to display the titlebar (the top
15383 line on the screen) when viewing a message.
15386 The available options include:
15389 <DL>
15390 <DT>default</DT>
15391 <DD>The color of the titlebar will be the color you set for the
15392 <A HREF="h_config_title_color">Title Color</A>.
15393 The Title Color may be set by using the
15394 <A HREF="h_color_setup">Setup Kolor</A> screen.
15395 </DD>
15397 <DT>indexline</DT>
15398 <DD>The color of the titlebar will be the same as the color of the
15399 index line corresponding to the message being viewed.
15400 The rules that determine what color the index line will be may be set
15401 up by going to the Setup/Rules/Indexcolor screen.
15402 If the index line for a message is not colored explicitly by the
15403 Indexcolor rules, then the titlebar will be colored the same as for
15404 the &quot;default&quot; option above (which is not the same color that
15405 the index line itself will have).
15406 </DD>
15408 <DT>reverse-indexline</DT>
15409 <DD>This is similar to the &quot;indexline&quot; option except the
15410 foreground and background colors from the corresponding index line will
15411 be reversed.
15412 For example, if the index line color is red letters on a white background,
15413 then the titlebar will be white letters on a red background.
15414 If the index line for a message is not colored explicitly by the
15415 Indexcolor rules, then the titlebar will be colored the same as for
15416 the &quot;default&quot; option above (which is not the same color that
15417 the index line itself will have).
15418 </DD>
15419 </DL>
15423 <UL>   
15424 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15425 </UL><P>
15426 &lt;End of help on this topic&gt;
15427 </BODY>
15428 </HTML>
15429 ====== h_config_index_color_style =====
15430 <HTML>
15431 <HEAD>
15432 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
15433 </HEAD>
15434 <BODY>
15435 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
15437 This option affects the colors used to display the current line in the
15438 MESSAGE INDEX screen.
15439 If you do not have Index Color Rules defined, then this option will
15440 have no effect in the index.
15441 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
15443 If the option
15444 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
15445 is turned on and the
15446 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
15447 is set to something other than the default, then
15448 this option also affects the color used to display the current folder
15449 in the Incoming FOLDER LIST screen.
15452 The available options include:
15455 <DL>
15456 <DT>flip-colors</DT>
15457 <DD>This is the default.
15458 If an index line is colored because it matches one of your
15459 Index Color Rules, then its colors will be reversed when it is the currently
15460 highlighted line.
15461 For example, if the line is normally red text on a blue background, then
15462 when it is the current line it will be drawn as blue text on a red background.
15464 The rest of the option values all revert to this flip-colors behavior if
15465 there is no Reverse Color defined.
15466 </DD>
15468 <DT>reverse</DT>
15469 <DD>With this option the Reverse color is always used to highlight the
15470 current line.
15471 </DD>
15473 <DT>reverse-fg</DT>
15474 <DD>The foreground part of the Reverse Color is used to highlight
15475 the current line.
15476 If this would cause the text to be unreadable (because the foreground and
15477 background colors are the same) or if it would cause no change in the
15478 color of the index line, then the colors are flipped instead.
15480 Some people think this works particularly well if you use different
15481 background colors to emphasize &quot;interesting&quot; lines,
15482 but always with the same Normal foreground color,
15483 and you use a different foreground color for the Reverse Color.
15484 </DD>
15486 <DT>reverse-fg-no-ambiguity</DT>
15487 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
15488 the resulting color will be exactly the same as the regular Reverse
15489 Color.
15490 That can lead to some possible confusion because an
15491 &quot;interesting&quot;
15492 line that is the current line will be displayed exactly the same as a
15493 non-interesting line that is current.
15494 You can't tell whether the line is just a regular current line or if it is
15495 an &quot;interesting&quot; current line by looking at the color.
15496 Setting the option to this value removes that ambiguity.
15497 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
15498 interesting current line would look just like a non-interesting current line.
15499 In that case, the interesting line's colors are simply flipped (like in the
15500 default behavior).
15502 As an alternative way to preserve the line's interestingness in this case,
15503 you may find that using both a different foreground and a different
15504 background color for the interesting line will help.
15505 </DD>
15507 <DT>reverse-bg</DT>
15508 <DD>The background part of the Reverse Color is used to highlight
15509 the current line.
15510 If this would cause the text to be unreadable (because the foreground and
15511 background colors are the same) or if it would cause no change in the
15512 color of the index line, then the colors are flipped instead.
15514 Some people think this works particularly well if you use different
15515 foreground colors to emphasize &quot;interesting&quot; lines,
15516 but always with the same Normal background color,
15517 and you use a different background color for the Reverse Color.
15518 </DD>
15520 <DT>reverse-bg-no-ambiguity</DT>
15521 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
15522 rule may also result in a color that is exactly the same as the regular
15523 Reverse Color.
15524 Setting the option to this value removes that ambiguity.
15525 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
15526 current line has the same color as the Reverse Color.
15527 In that case, the interesting line's colors are simply flipped (like in the
15528 default behavior).
15529 </DD>
15530 </DL>
15534 <UL>   
15535 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15536 </UL><P>
15537 &lt;End of help on this topic&gt;
15538 </BODY>
15539 </HTML>
15540 ====== h_config_expanded_addrbooks =====
15541 <HTML>
15542 <HEAD>
15543 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
15544 </HEAD>
15545 <BODY>
15546 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
15548 If multiple address books (either personal or global) are defined, and you
15549 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
15550 screen, then set this feature. This feature will have no effect unless the
15551 feature
15552 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
15553 is also set.
15555 &lt;End of help on this topic&gt;
15556 </BODY>
15557 </HTML>
15558 ====== h_config_combined_folder_display =====
15559 <HTML>
15560 <HEAD>
15561 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
15562 </HEAD>
15563 <BODY>
15564 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
15566 This feature affects the folder list display screens.
15567 Normally, each folder list is viewed within its collection only.  This
15568 command allows folder lists to be viewed within a single screen that
15569 combines the contents of all collections.
15572 The way that commands work won't be changed.
15573 For example, the Select All command will select all of the folders in the
15574 current collection, not all of the entries in all of the collections.
15575 The WhereIs command will change a little.
15576 It will search through all of the folders in the current collection as well
15577 as all the folder in any other expanded collection.
15580 When this feature is set, the setting of the feature
15581 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
15582 has an effect.
15584 &lt;End of help on this topic&gt;
15585 </BODY>
15586 </HTML>
15587 ====== h_config_combined_subdir_display =====
15588 <HTML>
15589 <HEAD>
15590 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
15591 </HEAD>
15592 <BODY>
15593 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
15595 This feature affects the Folder List screen when
15597 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15598 feature is enabled.  Normally, selecting a directory from the Folder
15599 List takes you into a new screen displaying only the contents of
15600 that directory.
15603 Enabling this feature will cause the contents of the selected
15604 directory to be
15605 displayed within the boundaries of the &quot;Collection&quot; it
15606 is a part of.  All previously displayed collections will remain
15607 in the screen.
15610 The way that commands work won't be changed.
15611 For example, the Select All command will select all of the folders in the
15612 directory, as opposed to all of the entries in all of the collections.
15613 The WhereIs command will change a little.
15614 It will search through all of the folders in the current collection as well
15615 as all the folder in any other expanded collection.
15618 &lt;End of help on this topic&gt;
15619 </BODY>
15620 </HTML>
15621 ====== h_config_separate_fold_dir_view =====
15622 <HTML>
15623 <HEAD>
15624 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
15625 </HEAD>
15626 <BODY>
15627 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
15629 This feature affects folder collections wherein a folder
15630 and directory can have the same name.  By default, Alpine displays them
15631 only once, denoting that it is both a folder and directory by appending
15632 the folder name with the hierarchy character enclosed
15633 in square brackets.
15637 Enabling this feature will cause Alpine to display such names
15638 separately marking the name representing a directory with a trailing
15639 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
15642 The feature also alters the command set slightly.  By default, the
15643 right-arrow descends into the directory, while hitting the Return key will
15644 cause the folder by that name to be opened.
15647 With this feature set, the Return key will open the highlighted folder, or
15648 enter the highlighted directory.
15651 &lt;End of help on this topic&gt;
15652 </BODY>
15653 </HTML>
15654 ====== h_config_expanded_folders =====
15655 <HTML>
15656 <HEAD>
15657 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
15658 </HEAD>
15659 <BODY>
15660 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
15662 If multiple folder collections are defined, and you
15663 wish to have them all expanded implicitly upon entering the FOLDER LIST
15664 screen, then set this feature. This feature will have no effect unless the
15665 feature
15666 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15667 is also set.
15669 &lt;End of help on this topic&gt;
15670 </BODY>
15671 </HTML>
15672 ======= h_config_ldap_server =======
15673 <HTML>
15674 <HEAD>
15675 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
15676 </HEAD>
15677 <BODY>
15678 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
15679 This is the name of the host where an LDAP server is running.
15680 For redundancy, this may be a space-delimited set of server names, in which
15681 case the first server that answers is used.
15682 Each of the server names may be optionally followed by
15683 a colon and a port number.
15684 If this form is used then the port number configured below in the
15685 <EM>port</EM> field is not used.
15687 To find out whether your organization has its own LDAP server, 
15688 contact its computing support staff.
15689 <P><UL>
15690 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15691 </UL>
15693 &lt;End of help on this topic&gt;
15694 </BODY>
15695 </HTML>
15696 ======= h_config_ldap_base =======
15697 <HTML>
15698 <HEAD>
15699 <TITLE>LDAP OPTION: Search-Base</TITLE>
15700 </HEAD>
15701 <BODY>
15702 <H1>LDAP OPTION: Search-Base</H1>
15704 This is the search base to be used on this server.  It functions as a filter 
15705 by restricting your searches in the LDAP server database
15706 to the specified contents of the specified fields.  Without it, searches 
15707 submitted to this directory server may fail.  It might be something
15708 like:
15710 <PRE>
15711       O = &lt;Your Organization Name&gt;, C = US
15712 </PRE>
15713 or it might be blank.  
15714 (Some LDAP servers actually ignore anything specified here.)
15716 If in doubt what parameters you should specify here, 
15717 contact the maintainers of the LDAP server.
15718 <P><UL>
15719 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15720 </UL>
15722 &lt;End of help on this topic&gt;
15723 </BODY>
15724 </HTML>
15725 ======= h_config_ldap_port =======
15726 <HTML>
15727 <HEAD>
15728 <TITLE>LDAP OPTION: Port</TITLE>
15729 </HEAD>
15730 <BODY>
15731 <H1>LDAP OPTION: Port</H1>
15733 This is the TCP port number to be used with this LDAP server. If you leave
15734 this blank port 389 will be used.
15736 &lt;End of help on this topic&gt;
15737 </BODY>
15738 </HTML>
15739 ======= h_config_ldap_nick =======
15740 <HTML>
15741 <HEAD>
15742 <TITLE>LDAP OPTION: Nickname</TITLE>
15743 </HEAD>
15744 <BODY>
15745 <H1>LDAP OPTION: Nickname</H1>
15747 This is a nickname to be used in displays. If you don't supply a
15748 nickname the server name
15749 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
15750 will be used instead.  This option is strictly for your convenience.
15752 &lt;End of help on this topic&gt;
15753 </BODY>
15754 </HTML>
15755 ======= h_config_ldap_binddn =======
15756 <HTML>
15757 <HEAD>
15758 <TITLE>LDAP OPTION: Bind-DN</TITLE>
15759 </HEAD>
15760 <BODY>
15761 <H1>LDAP OPTION: Bind-DN</H1>
15763 You may need to authenticate to the LDAP server before you are able to use it.
15764 This is the Distinguished Name to bind to when authenticating to this server.
15765 Try leaving this blank until you know you need it.
15767 Alpine only knows about LDAP Simple authentication.
15768 It does not attempt LDAP SASL authentication.
15769 The DN and password will be sent in the clear unless TLS encryption is
15770 being used on this connection.
15771 Because of this, you may want to set the LDAP feature
15772 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
15773 or the feature
15774 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15775 if you are going to be providing a password.
15776 <P><UL>
15777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15778 </UL>
15780 &lt;End of help on this topic&gt;
15781 </BODY>
15782 </HTML>
15783 ======= h_config_ldap_opts_impl =======
15784 <HTML>
15785 <HEAD>
15786 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
15787 </HEAD>
15788 <BODY>
15789 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
15791 Set this to have lookups done to this server implicitly from the composer.
15792 If an address doesn't look like a fully-qualified address, it will be looked
15793 up in your address books, and if it doesn't match a nickname there, then it
15794 will be looked up on the LDAP servers that have this feature set.
15795 The lookups will also be done when using the address completion feature
15796 (TAB command) in the composer if any of the serves have this feature set.
15797 Also see the LDAP feature
15798 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
15799 and the Setup/Config feature
15800 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15802 &lt;End of help on this topic&gt;
15803 </BODY>
15804 </HTML>
15805 ======= h_config_ldap_opts_tls =======
15806 <HTML>
15807 <HEAD>
15808 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
15809 </HEAD>
15810 <BODY>
15811 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
15813 When connecting to this server Alpine will attempt to use TLS encryption
15814 on the connection.
15815 Also see the closely related feature
15816 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15818 Note that if this option is set, then 
15819 <A HREF="h_config_ldap_opts_ldaps">
15820 &quot;Require-LDAPS-On-Connection&quot;</A>
15821 can not be enabled for this server. You must disable this feature in
15822 order to use 
15823 <A HREF="h_config_ldap_opts_ldaps">
15824 &quot;Require-LDAPS-On-Connection&quot;</A>
15826 &lt;End of help on this topic&gt;
15827 </BODY>
15828 </HTML>
15829 ======= h_config_ldap_opts_tlsmust =======
15830 <HTML>
15831 <HEAD>
15832 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
15833 </HEAD>
15834 <BODY>
15835 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
15837 When connecting to this server Alpine will attempt to use TLS encryption
15838 on the connection.
15839 If the StartTLS operation fails then the connection will not be used.
15841 Note that if this option is set, then 
15842 <A HREF="h_config_ldap_opts_ldaps">
15843 &quot;Require-LDAPS-On-Connection&quot;</A>
15844 can not be enabled for this server. You must disable this feature in
15845 order to use 
15846 <A HREF="h_config_ldap_opts_ldaps">
15847 &quot;Require-LDAPS-On-Connection&quot;</A>
15849 &lt;End of help on this topic&gt;
15850 </BODY>
15851 </HTML>
15852 ======= h_config_ldap_opts_ldaps =======
15853 <HTML>
15854 <HEAD>
15855 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
15856 </HEAD>
15857 <BODY>
15858 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
15860 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
15861 on the connection.
15863 This feature can not be used along with 
15864 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15865  or
15866 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
15867 If you want to connect using StartTLS to this server, you must disable
15868 this feature first.
15870 &lt;End of help on this topic&gt;
15871 </BODY>
15872 </HTML>
15873 ====== h_config_ldap_opts_rhs =====
15874 <HTML>
15875 <HEAD>
15876 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
15877 </HEAD>
15878 <BODY>
15879 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
15881 Normally implicit LDAP lookups from the composer are done only for the
15882 strings you type in from the composer screen. In other words, you type in
15883 something in the To or CC field and press return, then the string is looked up.
15884 First that string is looked up in your address books. If a match is found
15885 there, then the results of that match are looked up again. If you place
15886 a string in your address book that you want to have looked up on the LDAP
15887 directory server, you need to turn on this feature. If you set this feature
15888 for a server, you almost always will also want to set the
15889 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
15890 feature. An example might serve to best illustrate this feature.
15892 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
15893 entry with an
15894 address of pres@whitehouse.gov, then you might put an entry in your address
15895 book that looks like:
15897 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
15898 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
15900 Now, when you type &quot;bill&quot; into an
15901 address field in the composer Alpine will
15902 find the &quot;bill&quot; entry in your address book.
15903 It will replace &quot;bill&quot; with
15904 &quot;William Clinton&quot;.
15905 It will then search for an entry with that nickname
15906 in your address book and not find one. If this feature
15907 is set, Alpine will then attempt to lookup
15908 &quot;William Clinton&quot; on the LDAP server and find the entry with address
15909 pres@whitehouse.gov.
15911 A better way to accomplish the same thing is probably to use the feature
15912 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
15914 &lt;End of help on this topic&gt;
15915 </BODY>
15916 </HTML>
15917 ====== h_config_ldap_opts_ref =====
15918 <HTML>
15919 <HEAD>
15920 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
15921 </HEAD>
15922 <BODY>
15923 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
15925 Normally when you save the results of an LDAP directory lookup to your
15926 address book the results of the lookup are saved. If this feature is set
15927 and the entry being saved was found on this directory server, then the
15928 search criteria is saved instead of the results of the search. When this
15929 address book entry is used in the future, instead of copying the results
15930 from the address book the directory lookup will be done again. This could
15931 be useful if the copied result might become stale because the data on
15932 the directory server changes (for example, the entry's email address changes).
15933 You probably don't want to set this feature if the server is at all slow or
15934 unreliable.
15936 The way this actually works is that instead of saving the email address
15937 in your address book, Alpine saves enough information to look up the same
15938 directory entry again. In particular, it saves the server name and the
15939 distinguished name of the entry. It's possible that the server administrators
15940 might change the format of distinguished names on the server, or that the
15941 entry might be removed from the server. If Alpine notices this, you will be warned
15942 and a backup copy of the email address will be used. You may want to create
15943 a new entry in this case, since you will get the annoying warning every
15944 time you use the old entry. You may do that by Saving the entry to a new
15945 nickname in the same address book. You will be asked whether or not you
15946 want to use the backup email address.
15948 A related feature in the Setup/Config screen is
15949 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15951 &lt;End of help on this topic&gt;
15952 </BODY>
15953 </HTML>
15954 ======= h_config_ldap_opts_nosub =======
15955 <HTML>
15956 <HEAD>
15957 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
15958 </HEAD>
15959 <BODY>
15960 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
15962 Spaces in your input are normally handled specially.
15963 Each space character is replaced
15966 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
15968 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
15969 The reason this is done is so the input string
15971 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
15973 (which is converted to &quot;Greg* Donald&quot;) will match
15974 the names &quot;Greg Donald&quot;,
15975 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
15976 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
15977 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
15978 then it would also match the name &quot;Greg Donaldson&quot;.
15980 Turning on this feature will disable this substitution.
15982 &lt;End of help on this topic&gt;
15983 </BODY>
15984 </HTML>
15985 ====== h_config_ldap_searchtypes =======
15986 <HTML>
15987 <HEAD>
15988 <TITLE>LDAP OPTION: Search-Type</TITLE>
15989 </HEAD>
15990 <BODY>
15991 <H1>LDAP OPTION: Search-Type</H1>
15993 This affects the way that LDAP searches are done.
15994 In particular, this tells the server where to look for the string to be matched.
15995 If set to &quot;name&quot; then the string that is being searched for will
15996 be compared with the string in the
15997 &quot;Name&quot; field on the server
15998 (technically, it is the &quot;commonname&quot; field on the server).
15999 &quot;Surname&quot; means we're looking for a
16000 match in the &quot;Surname&quot; field on the
16001 server (actually the &quot;sn&quot; field).
16002 &quot;Givenname&quot; really is &quot;givenname&quot;
16003 and &quot;email&quot; is the electronic mail address (this is actually the field
16004 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
16005 The other three types are combinations of
16006 the types listed so far. &quot;Name-or-email&quot;
16007 means the string should appear
16008 in either the &quot;name&quot; field OR the &quot;email&quot; field.
16009 Likewise, &quot;surname-or-givenname&quot;
16010 means &quot;surname&quot; OR &quot;givenname&quot;
16011 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
16013 This search TYPE is combined with the
16014 search <A HREF="h_config_ldap_searchrules">RULE</A>
16015 to form the actual search query.
16017 The usual default value for this
16018 option is &quot;sur-or-given-or-name-or-email&quot;.
16019 This type of search may be slow on some servers.
16020 Try &quot;name-or-email&quot;, which is often
16021 faster, or just &quot;name&quot; if the performance seems to be a problem.
16023 Some servers have been configured with different attribute names for
16024 these four fields.
16025 In other words, instead of using the attribute name &quot;mail&quot;
16026 for the email address field, the server might be configured to use something
16027 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
16028 Alpine can be configured to use these different attribute names by using
16029 the four configuration options:
16030 <P><UL>
16031 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16032 </UL>
16033 <P><UL>
16034 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16035 </UL>
16036 <P><UL>
16037 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16038 </UL>
16039 <P><UL>
16040 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16041 </UL>
16043 &lt;End of help on this topic&gt;
16044 </BODY>
16045 </HTML>
16046 ====== h_config_ldap_searchrules =======
16047 <HTML>
16048 <HEAD>
16049 <TITLE>LDAP OPTION: Search-Rule</TITLE>
16050 </HEAD>
16051 <BODY>
16052 <H1>LDAP OPTION: Search-Rule</H1>
16054 This affects the way that LDAP searches are done.
16055 If set to &quot;equals&quot; then
16056 only exact matches count.
16057 &quot;Contains&quot; means that the string you type in
16058 is a substring of what you are matching against.
16059 &quot;Begins-with&quot; and &quot;ends-with&quot;
16060 mean that the string starts or ends with the string you type in.
16062 Spaces in your input are normally handled specially, but you can turn that
16063 special handling off with the
16064 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16065 feature.
16067 The usual default value for this option is &quot;begins-with&quot;.
16069 &lt;End of help on this topic&gt;
16070 </BODY>
16071 </HTML>
16072 ======= h_config_ldap_email_attr =======
16073 <HTML>
16074 <HEAD>
16075 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
16076 </HEAD>
16077 <BODY>
16078 <H1>LDAP OPTION: EmailAttribute</H1>
16080 This is the name of the attribute that is searched for when looking for
16081 an email address. The default value for this option is &quot;mail&quot; or
16082 &quot;electronicmail&quot;.
16083 If the server you are using uses a different attribute name for the email
16084 address, put that attribute name here.
16086 This will affect the search filter used if your Search-Type is one that
16087 contains a search for &quot;email&quot;.
16088 It will also cause the attribute value matching this attribute name to be used
16089 as the email address when you look up an entry from the composer.
16091 &lt;End of help on this topic&gt;
16092 </BODY>
16093 </HTML>
16094 ======= h_config_ldap_sn_attr =======
16095 <HTML>
16096 <HEAD>
16097 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
16098 </HEAD>
16099 <BODY>
16100 <H1>LDAP OPTION: SurnameAttribute</H1>
16102 This is the name of the attribute that is searched for when looking for
16103 the surname of the entry. The default value for this option is &quot;sn&quot;.
16104 If the server you are using uses a different attribute name for the surname,
16105 put that attribute name here.
16106 This will affect the search filter used if your Search-Type is one that
16107 contains a search for &quot;surname&quot;.
16109 &lt;End of help on this topic&gt;
16110 </BODY>
16111 </HTML>
16112 ======= h_config_ldap_gn_attr =======
16113 <HTML>
16114 <HEAD>
16115 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
16116 </HEAD>
16117 <BODY>
16118 <H1>LDAP OPTION: GivennameAttribute</H1>
16120 This is the name of the attribute that is searched for when looking for
16121 the given name of the entry. The default value for this option is &quot;givenname&quot;.
16122 If the server you are using uses a different attribute name for the given name,
16123 put that attribute name here.
16124 This will affect the search filter used if your Search-Type is one that
16125 contains a search for &quot;givenname&quot;.
16127 &lt;End of help on this topic&gt;
16128 </BODY>
16129 </HTML>
16130 ======= h_config_ldap_cn_attr =======
16131 <HTML>
16132 <HEAD>
16133 <TITLE>LDAP OPTION: NameAttribute</TITLE>
16134 </HEAD>
16135 <BODY>
16136 <H1>LDAP OPTION: NameAttribute</H1>
16138 This is the name of the attribute that is searched for when looking for
16139 the name of the entry. The default value for this option is &quot;cn&quot;, which
16140 stands for common name.
16141 If the server you are using uses a different attribute name for the name,
16142 put that attribute name here.
16143 This will affect the search filter used if your Search-Type is one that
16144 contains a search for &quot;name&quot;.
16146 &lt;End of help on this topic&gt;
16147 </BODY>
16148 </HTML>
16149 ======= h_config_ldap_time =======
16150 <HTML>
16151 <HEAD>
16152 <TITLE>LDAP OPTION: Timelimit</TITLE>
16153 </HEAD>
16154 <BODY>
16155 <H1>LDAP OPTION: Timelimit</H1>
16157 This places a limit on the number of seconds the LDAP search will continue.
16158 The default is 30 seconds. A value of 0 means no limit. Note that some servers
16159 may place limits of their own on searches.
16161 &lt;End of help on this topic&gt;
16162 </BODY>
16163 </HTML>
16164 ======= h_config_ldap_size =======
16165 <HTML>
16166 <HEAD>
16167 <TITLE>LDAP OPTION: Sizelimit</TITLE>
16168 </HEAD>
16169 <BODY>
16170 <H1>LDAP OPTION: Sizelimit</H1>
16172 This places a limit on the number of entries returned by the LDAP server.
16173 A value of 0 means no limit. The default is 0. Note that some servers
16174 may place limits of their own on searches.
16176 &lt;End of help on this topic&gt;
16177 </BODY>
16178 </HTML>
16179 ======= h_config_ldap_cust =======
16180 <HTML>
16181 <HEAD>
16182 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
16183 </HEAD>
16184 <BODY>
16185 <H1>LDAP OPTION: Custom-Search-Filter</H1>
16187 This one is for advanced users only! If you define this, then the
16188 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
16189 However, the feature
16190 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16191 is still in effect.
16192 That is, the space substitution will take place even in a custom filter unless
16193 you disable it.
16195 If your LDAP service stops working and you suspect it might be because
16196 of your custom filter, just delete this filter and try using the
16197 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
16198 Another option that sometimes causes trouble is the
16199 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
16201 This variable may be set to the string representation of an LDAP search
16202 filter (see RFC1960). In the places where you want the address string to be
16203 substituted in, put a '%s' in this filter string. Here are some examples:
16205 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
16206 is equivalent to the &quot;Custom-Search-Filter&quot;
16207 <PRE>
16208      (cn=%s*)
16209 </PRE>
16210 When you try to match against the string &quot;string&quot; the program replaces
16211 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
16212 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
16214 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
16215 of &quot;contains&quot; is equivalent to
16216 <PRE>
16217      (|(cn=*%s*)(mail=*%s*))
16218 </PRE>
16220 If your server uses a different attribute <EM>name</EM> than
16221 Alpine uses by default,
16222 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
16223 then you may be able to use one or more of the four attribute configuration
16224 options instead of defining a custom filter:
16225 <P><UL>
16226 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16227 </UL>
16228 <P><UL>
16229 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16230 </UL>
16231 <P><UL>
16232 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16233 </UL>
16234 <P><UL>
16235 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16236 </UL>
16238 &lt;End of help on this topic&gt;
16239 </BODY>
16240 </HTML>
16241 ======= h_composer_abook_comment =======
16242 <HTML>
16243 <HEAD>
16244 <TITLE>Addressbook Comment Explained</TITLE>
16245 </HEAD>
16246 <BODY>
16247 This is a comment to help you remember what this entry is. The WhereIs
16248 command searches comments so that it is easier to find an entry with a comment
16249 you know about attached to it. This field is not used in the outgoing message.
16251 Look <A HREF="h_edit_nav_cmds">here</A>
16252 to see the available Editing and Navigation commands.
16254 &lt;End of help on this topic&gt;
16255 </BODY>
16256 </HTML>
16257 ======= h_composer_abook_addrs =======
16258 <HTML>
16259 <HEAD>
16260 <TITLE>Addressbook Lists</TITLE>
16261 </HEAD>
16262 <BODY>
16263 <H1>Addressbook Lists</H1>
16265 This is a list of addresses to send to when sending to this address book
16266 entry.  Each member of the list may be an address or another nickname from
16267 any of your address books.  If it is an address, it is OK to include the
16268 full name field as well as the electronic address portion of that address.
16269 For example, the following are all legitimate entries in this field:
16271 <DL><DT>&nbsp;</DT>
16272 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
16273 <DD>jdoe@some.domain
16274 <DD>John Doe &lt;jdoe@some.domain&gt;
16275 </DL>
16277 The addresses should be listed separated by commas, just like you would
16278 enter them from the composer.
16282 The only difference between a distribution list and a simple entry with a
16283 single address, is that a distribution list has more than one address   
16284 listed in the Addresses: field, whereas a simple personal entry has just  
16285 one address.
16289 For individual address book entries, if there is a full name in the
16290 Fullname: field (filling in the Fullname: field is not required), it is
16291 used.  If the full name is specified in the Address: field and not in the
16292 Fullname: field, then the full name from the Address: field is used.
16296 If you type the nickname of a distribution list from one of your address 
16297 books in the Lcc: field, then the full name of that list is used in the  
16298 To: field.  If you put a list in the To: or Cc: fields, that list will be
16299 expanded into all of its addresses.  If the list has a full name, then
16300 that will appear at the beginning of the addresses.
16302 <DL><DT>&nbsp;</DT>
16303 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
16304 &lt;sal@here.there&gt;
16305 </DL>
16307 If the first address in the distribution list also has a full name, then
16308 the list full name and that full name are combined into something like the
16309 following:
16311 <DL><DT>&nbsp;</DT>
16312 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
16313 </DL>
16316 If you specify a list via Lcc, the full name is used in the To: line.  If
16317 you specify a list in the To: or Cc: fields, then it uses the same method
16318 as for individual entries for filling in the full name.
16322 For help with editing and navigation commands, check the Help for the
16323 Nickname: field.
16326 &lt;End of help on this topic&gt;
16327 </BODY>
16328 </HTML>
16329 ======= h_config_xoauth2_client_id =======
16330 <HTML>
16331 <HEAD>
16332 <TITLE>Client-Id Explained</TITLE>
16333 </HEAD>
16334 <BODY>
16335 <H1>Client-Id Explained</H1>
16337 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16338 someone has shared a client-id and client-secret with you, use this field to input the
16339 client-id.
16341 The Client-Id field is a string that your provider generates for the program
16342 being registered. However, some providers allow different users to register
16343 the same program. Users of the Mutt email program already do this to use
16344 XOAUTH2 authentication in Gmail.
16347 &lt;End of help on this topic&gt;
16348 </BODY>
16349 </HTML>
16350 ======= h_config_xoauth2_client_secret =======
16351 <HTML>
16352 <HEAD>
16353 <TITLE>Client-Secret Explained</TITLE>
16354 </HEAD>
16355 <BODY>
16356 <H1>Client-Secret Explained</H1>
16358 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16359 someone has shared a client-id and client-secret with you, use this field to input the
16360 client-secret. Some servers require both a client-id and a client-secret, some other servers do
16361 not require a client-secret. If a client-secret is required, use this field to add one.
16363 <P> The client-secret field is supposed to be kept secret, that is, not
16364 shared with any of the users, but due to the open source nature of Alpine,
16365 it is not possible to keep it secret in any meaningful way. The intention
16366 of this field is so that only the coders of an app can use the codes given
16367 to them and authenticate their users to the services they are requesting.
16368 This means that other coders would not be able to impresonate that app,
16369 and use it to steal data from those users. In the case of Alpine this is
16370 not possible, as Alpine does not steal data from its users, so users are safe
16371 sharing client-secrets. Just make sure you obtain your copy of Alpine from
16372 a reputable provider or compile the source code by yourself. The official
16373 source code of this project is located at
16375 <P><CENTER><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A>.</CENTER>
16378 &lt;End of help on this topic&gt;
16379 </BODY>
16380 </HTML>
16381 ======= h_config_xoauth2_tenant =======
16382 <HTML>
16383 <HEAD>
16384 <TITLE>Tenant Explained</TITLE>
16385 </HEAD>
16386 <BODY>
16387 <H1>Tenant Explained</H1>
16389 The tenant is a way in which a service can either restrict an app to access
16390 only certain portions of its service. For example, a service may allow
16391 an app to have access to your work data, or school data, and not every app
16392 is allowed to access this data, or the access is not allowed for all accounts,
16393 but only those restructed in the tenant.
16395 <P> When Alpine registers with an email service provider, it does so with the
16396 intention that you can use Alpine for any of your needs (work, school or
16397 personal), and the client-id and tenant that it uses would allow you access to
16398 only your work email, say, and not your personal email, because the app is
16399 trusted only at work, and so the client-id and tenant are good for that
16400 organization only.
16402 &lt;End of help on this topic&gt;
16403 </BODY>
16404 </HTML>
16405 ======= h_config_xoauth2_flow =======
16406 <HTML>
16407 <HEAD>
16408 <TITLE>Flow Explained</TITLE>
16409 </HEAD>
16410 <BODY>
16411 <H1>Flow Explained</H1>
16413 The first time you connect to a service to authorize Alpine access to your
16414 email, you will have to do a certain number of steps, which typically involve
16415 to login to your account using a browser, and agreeing to give Alpine certain
16416 rights to access your account.
16419 How this process is going to be done depends on the service. Some services
16420 allow you to give access to Alpine and later generate a code that you
16421 input into Alpine, while others give you a code you have to use before you
16422 approve access to Alpine to access your email.
16424 <P> An example of a service that gives you a code after you authorize
16425 Alpine is Gmail, and this process is called internally as &quot;Authorize&quot;.
16426 An example of a service that gives you a code before you authorize Alpine
16427 is Outlook, and this process is called &quot;Device&quot;. However, some services,
16428 like Outlook, offer both services, and you can choose which flow you would like
16429 to use. You
16430 can choose between the &quot;Authorize&qupt; and &quot;Device&quot; in these servers.
16431 If you forget to configure
16432 this, Alpine will ask you in these situations which method to use before it starts
16433 to setup the process to get your authrization.
16436 &lt;End of help on this topic&gt;
16437 </BODY>
16438 </HTML>
16439 ======= h_config_xoauth2_username =======
16440 <HTML>
16441 <HEAD>
16442 <TITLE>Username Explained</TITLE>
16443 </HEAD>
16444 <BODY>
16445 <H1>Username Explained</H1>
16447 This variable is a list of usernames for which the configuration for the
16448 given service is valid. You may have more than one username for which this
16449 configuration is correct.
16452 Alpine will use the usernames in this list to associate your username with
16453 the correct configuration in Alpine. If Alpine cannot determine which configuration
16454 to use, Alpine will offer you a list of client-ids that you have configured
16455 for that service and ask you to pick one. Your answer will be saved  in your
16456 .pinerc file.
16459 &lt;End of help on this topic&gt;
16460 </BODY>
16461 </HTML>
16462 ======= h_config_role_nick =======
16463 <HTML>
16464 <HEAD>
16465 <TITLE>Nickname Explained</TITLE>
16466 </HEAD>
16467 <BODY>
16468 <H1>Nickname Explained</H1>
16470 This is a nickname to help you.
16471 You should have a different nickname for each role you define.
16472 The nickname will be used in the SETUP ROLE RULES screen to allow you to
16473 pick a role to edit.
16474 It will also be used when you send a message to let you know you are
16475 sending with a different role than you use by default, and
16476 it will be useful for choosing a role when composing with the Role command
16477 or when composing with one of the Role Uses set to With Confirmation.
16478 This field is not used in the outgoing message.
16480 Look <A HREF="h_edit_nav_cmds">here</A>
16481 to see the available Editing and Navigation commands.
16483 &lt;End of help on this topic&gt;
16484 </BODY>
16485 </HTML>
16486 ======= h_config_role_comment =======
16487 <HTML>
16488 <HEAD>
16489 <TITLE>Comment Explained</TITLE>
16490 </HEAD>
16491 <BODY>
16492 <H1>Comment Explained</H1>
16494 This is a comment to help you.
16495 This comment does not play any functional role, it is simply an optional
16496 comment to help you remember what the rule is for.
16498 Look <A HREF="h_edit_nav_cmds">here</A>
16499 to see the available Editing and Navigation commands.
16501 &lt;End of help on this topic&gt;
16502 </BODY>
16503 </HTML>
16504 ======= h_config_other_nick =======
16505 <HTML>
16506 <HEAD>
16507 <TITLE>Nickname Explained</TITLE>
16508 </HEAD>
16509 <BODY>
16510 <H1>Nickname Explained</H1>
16512 This is a nickname to help you.
16513 You should have a different nickname for each rule you define.
16514 The nickname will be used in the SETUP OTHER RULES screen to allow you to
16515 pick a rule to edit.
16517 Look <A HREF="h_edit_nav_cmds">here</A>
16518 to see the available Editing and Navigation commands.
16520 &lt;End of help on this topic&gt;
16521 </BODY>
16522 </HTML>
16523 ======= h_config_score_nick =======
16524 <HTML>
16525 <HEAD>
16526 <TITLE>Nickname Explained</TITLE>
16527 </HEAD>
16528 <BODY>
16529 <H1>Nickname Explained</H1>
16531 This is a nickname to help you.
16532 You should have a different nickname for each scoring rule you define.
16533 The nickname will be used in the SETUP SCORING RULES screen to allow you to
16534 pick a rule to edit.
16536 Look <A HREF="h_edit_nav_cmds">here</A>
16537 to see the available Editing and Navigation commands.
16539 &lt;End of help on this topic&gt;
16540 </BODY>
16541 </HTML>
16542 ======= h_config_incol_nick =======
16543 <HTML>
16544 <HEAD>
16545 <TITLE>Nickname Explained</TITLE>
16546 </HEAD>
16547 <BODY>
16548 <H1>Nickname Explained</H1>
16550 This is a nickname to help you.
16551 You should have a different nickname for each color rule you define.
16552 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
16553 pick a rule to edit.
16555 Look <A HREF="h_edit_nav_cmds">here</A>
16556 to see the available Editing and Navigation commands.
16558 &lt;End of help on this topic&gt;
16559 </BODY>
16560 </HTML>
16561 ======= h_config_filt_nick =======
16562 <HTML>
16563 <HEAD>
16564 <TITLE>Nickname Explained</TITLE>
16565 </HEAD>
16566 <BODY>
16567 <H1>Nickname Explained</H1>
16569 This is a nickname to help you.
16570 You should have a different nickname for each filtering rule you define.
16571 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
16572 pick a rule to edit.
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_config_score_topat =======
16581 <HTML>
16582 <HEAD>
16583 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16584 </HEAD>
16585 <BODY>
16586 <H1>&quot;To:&quot; Pattern Explained</H1>
16588 Any text you enter as the &quot;To pattern&quot;
16589 will be compared to the recipients from the To: line of
16590 the message being scored.
16591 When the text you entered matches
16592 all or part of the To: line of a message, then the Score Value
16593 you have specified will be added to the score for the message.
16594 (Any other non-blank parts of the Pattern must match, too.)
16597 You may enter a complete email address, part of an address, or a
16598 list of addresses or partial addresses.
16599 For example:
16602 <PRE>
16603  To pattern = friend@public.com
16605  To pattern = rated.net
16607  To pattern = xxx@adults.com
16608               admin@msn.com
16609               fool@motleyfool.com
16610 </PRE>
16613 Each of those are valid To patterns.
16616 Messages match those patterns if any of the
16617 addresses in the To: line of the message contains the pattern.
16618 If the pattern is a list of patterns
16619 (like the last example above) then it is a match if any of the patterns in
16620 the list match any of the addresses in the To: line.
16621 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16622 present for a match.
16623 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16624 address2 must be present.
16625 That is exactly what using a list does.)
16628 Some messages may be &quot;bounced&quot; to you, and will
16629 have a &quot;Resent-To:&quot; header line.
16630 If the message contains a Resent-To: line
16631 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16632 Alpine will look for
16633 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16634 the original To: line.
16637 When entering a pattern, you may choose an address from your address book
16638 with the &quot;T&quot; command.
16641 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16642 &quot;!&quot; &quot;toggle NOT&quot; command.
16643 This changes the meaning of the To pattern so that it has the opposite meaning.
16644 It will be considered a match if there are no matches between the
16645 addresses in the To: line and the list of To patterns.
16647 Don't make the mistake of putting the &quot;!&quot; in the data field for
16648 the pattern.
16649 For example, if you type the characters &quot;!frizzle&quot; into the To
16650 pattern, the pattern will look like:
16652 <PRE>
16653  To pattern = !frizzle
16654 </PRE>
16656 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16657 In order to match messages that do not have &quot;frizzle&quot; in
16658 their To field, first type the characters &quot;frizzle&quot; followed
16659 by carriage return for the value of the To pattern, then negate it
16660 by typing the &quot;!&quot; command.
16661 It should end up looking like
16663 <PRE>
16664  ! To pattern = frizzle
16665 </PRE>
16667 You are not limited to using the six standard header patterns that are
16668 normally shown (To, From, Sender, Cc, News, and Subject).
16669 You may add any other header to a Pattern by
16670 using the &quot;eXtraHdr&quot; command to specify a different
16671 message header line; and then the Add or Change command to fill in
16672 a pattern for the new header line, just like you would for a standard header.
16674 A technicality: Since comma is the character used to separate multiple
16675 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16676 you want to include a literal comma in the field.
16677 In other words, if you type a backslash followed by a comma it will
16678 be interpreted as a comma by Alpine, instead of as a separator between
16679 pattern values.
16680 All other backslashes are literal backslashes and should not be escaped.
16682 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16683 for more information on Patterns.
16685 Look <A HREF="h_edit_nav_cmds">here</A>
16686 to see the available Editing and Navigation commands.
16688 &lt;End of help on this topic&gt;
16689 </BODY>
16690 </HTML>
16691 ======= h_config_incol_topat =======
16692 <HTML>
16693 <HEAD>
16694 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16695 </HEAD>
16696 <BODY>
16697 <H1>&quot;To:&quot; Pattern Explained</H1>
16699 Any text you enter as the &quot;To pattern&quot;
16700 will be compared to the recipients from the To: lines of
16701 the messages in the index.
16702 When the text you entered matches
16703 all or part of the To: line of a message, then the Index Line Color you have
16704 specified will be used for that line in the index.
16705 (Any other non-blank parts of the Pattern must match, too.)
16708 You may enter a complete email address, part of an address, or a
16709 list of addresses or partial addresses.
16710 For example:
16713 <PRE>
16714  To pattern = friend@public.com
16715  To pattern = rated.net
16716  To pattern = xxx@adults.com
16717               admin@msn.com
16718               fool@motleyfool.com
16719 </PRE>
16722 Each of those are valid To patterns.
16725 Messages match those patterns if any of the
16726 addresses in the To: line of the message contains the pattern.
16727 If the pattern is a list of patterns
16728 (like the last example above) then it is a match if any of the patterns in
16729 the list match any of the addresses in the To: line.
16730 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16731 present for a match.
16732 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16733 address2 must be present.
16734 That is exactly what using a list does.)
16737 Some messages may be &quot;bounced&quot; to you, and will
16738 have a &quot;Resent-To:&quot; header line.
16739 If the message contains a Resent-To: line
16740 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16741 Alpine will look for
16742 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16743 the original To: line.
16746 When entering a pattern, you may choose an address from your address book
16747 with the &quot;T&quot; command.
16750 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16751 &quot;!&quot; &quot;toggle NOT&quot; command.
16752 This changes the meaning of the To pattern so that it has the opposite meaning.
16753 It will be considered a match if there are no matches between the
16754 addresses in the To: line and the list of To patterns.
16756 Don't make the mistake of putting the &quot;!&quot; in the data field for
16757 the pattern.
16758 For example, if you type the characters &quot;!frizzle&quot; into the To
16759 pattern, the pattern will look like:
16761 <PRE>
16762  To pattern = !frizzle
16763 </PRE>
16765 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16766 In order to match messages that do not have &quot;frizzle&quot; in
16767 their To field, first type the characters &quot;frizzle&quot; followed
16768 by carriage return for the value of the To pattern, then negate it
16769 by typing the &quot;!&quot; command.
16770 It should end up looking like
16772 <PRE>
16773  ! To pattern = frizzle
16774 </PRE>
16777 You are not limited to using the six standard header patterns that are
16778 normally shown (To, From, Sender, Cc, News, and Subject).
16779 You may add any other header to a Pattern by
16780 using the &quot;eXtraHdr&quot; command to specify a different
16781 message header line; and then the Add or Change command to fill in
16782 a pattern for the new header line, just like you would for a standard header.
16784 A technicality: Since comma is the character used to separate multiple
16785 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16786 you want to include a literal comma in the field.
16787 In other words, if you type a backslash followed by a comma it will
16788 be interpreted as a comma by Alpine, instead of as a separator between
16789 pattern values.
16790 All other backslashes are literal backslashes and should not be escaped.
16792 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16793 for more information on Patterns.
16795 Look <A HREF="h_edit_nav_cmds">here</A>
16796 to see the available Editing and Navigation commands.
16798 &lt;End of help on this topic&gt;
16799 </BODY>
16800 </HTML>
16801 ======= h_config_other_topat =======
16802 <HTML>
16803 <HEAD>
16804 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16805 </HEAD>
16806 <BODY>
16807 <H1>&quot;To:&quot; Pattern Explained</H1>
16809 For some of the OTHER RULES actions, there is no message that is being
16810 compared against.
16811 If that is the case, then only the Current Folder Type is checked.
16812 In particular, this To pattern is ignored.
16813 Actions that fall into this category include both
16814 Sort Order and Index Format.
16816 A technicality: Since comma is the character used to separate multiple
16817 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16818 you want to include a literal comma in the field.
16819 In other words, if you type a backslash followed by a comma it will
16820 be interpreted as a comma by Alpine, instead of as a separator between
16821 pattern values.
16822 All other backslashes are literal backslashes and should not be escaped.
16824 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16825 for more information on Patterns.
16827 Look <A HREF="h_edit_nav_cmds">here</A>
16828 to see the available Editing and Navigation commands.
16830 &lt;End of help on this topic&gt;
16831 </BODY>
16832 </HTML>
16833 ======= h_config_filt_topat =======
16834 <HTML>
16835 <HEAD>
16836 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16837 </HEAD>
16838 <BODY>
16839 <H1>&quot;To:&quot; Pattern Explained</H1>
16841 Any text you enter as the &quot;To pattern&quot;
16842 will be compared to the recipients from the To: line of
16843 messages when Alpine opens folders.
16844 When the text you entered matches
16845 all or part of the To: line of a message, then the Filter Action you have
16846 specified will be carried out.
16847 (Any other non-blank parts of the Pattern must match, too.)
16850 You may enter a complete email address, part of an address, or a
16851 list of addresses or partial addresses.
16852 For example:
16855 <PRE>
16856  To pattern = friend@public.com
16857  To pattern = rated.net
16858  To pattern = xxx@adults.com
16859               admin@msn.com
16860               fool@motleyfool.com
16861 </PRE>
16864 Each of those are valid To patterns.
16867 Messages match those patterns if any of the
16868 addresses in the To: line of the message contains the pattern.
16869 If the pattern is a list of patterns
16870 (like the last example above) then it is a match if any of the patterns in
16871 the list match any of the addresses in the To: line.
16872 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16873 present for a match.
16874 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16875 address2 must be present.
16876 That is exactly what using a list does.)
16879 Some messages may be &quot;bounced&quot; to you, and will
16880 have a &quot;Resent-To:&quot; header line.
16881 If the message contains a Resent-To: line
16882 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16883 Alpine will look for
16884 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16885 the original To: line.
16888 When entering a pattern, you may choose an address from your address book
16889 with the &quot;T&quot; command.
16892 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16893 &quot;!&quot; &quot;toggle NOT&quot; command.
16894 This changes the meaning of the To pattern so that it has the opposite meaning.
16895 It will be considered a match if there are no matches between the
16896 addresses in the To: line and the list of To patterns.
16898 Don't make the mistake of putting the &quot;!&quot; in the data field for
16899 the pattern.
16900 For example, if you type the characters &quot;!frizzle&quot; into the To
16901 pattern, the pattern will look like:
16903 <PRE>
16904  To pattern = !frizzle
16905 </PRE>
16907 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16908 In order to match messages that do not have &quot;frizzle&quot; in
16909 their To field, first type the characters &quot;frizzle&quot; followed
16910 by carriage return for the value of the To pattern, then negate it
16911 by typing the &quot;!&quot; command.
16912 It should end up looking like
16914 <PRE>
16915  ! To pattern = frizzle
16916 </PRE>
16919 You are not limited to using the six standard header patterns that are
16920 normally shown (To, From, Sender, Cc, News, and Subject).
16921 You may add any other header to a Pattern by
16922 using the &quot;eXtraHdr&quot; command to specify a different
16923 message header line; and then the Add or Change command to fill in
16924 a pattern for the new header line, just like you would for a standard header.
16926 A technicality: Since comma is the character used to separate multiple
16927 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16928 you want to include a literal comma in the field.
16929 In other words, if you type a backslash followed by a comma it will
16930 be interpreted as a comma by Alpine, instead of as a separator between
16931 pattern values.
16932 All other backslashes are literal backslashes and should not be escaped.
16934 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16935 for more information on Patterns.
16937 Look <A HREF="h_edit_nav_cmds">here</A>
16938 to see the available Editing and Navigation commands.
16940 &lt;End of help on this topic&gt;
16941 </BODY>
16942 </HTML>
16943 ======= h_config_role_topat =======
16944 <HTML>
16945 <HEAD>
16946 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16947 </HEAD>
16948 <BODY>
16949 <H1>&quot;To:&quot; Pattern Explained</H1>
16951 Any text you enter as the &quot;To pattern&quot;
16952 will be compared to the recipients from the To: line of
16953 the message being replied to or forwarded.
16954 (Any other non-blank parts of the Pattern must match, too.)
16955 In the case of the Compose command, this pattern and the other header
16956 patterns are ignored.
16959 You may enter a complete email address, part of an address, or a
16960 list of addresses or partial addresses.
16961 For example:
16964 <PRE>
16965  To pattern = friend@public.com
16966  To pattern = rated.net
16967  To pattern = xxx@adults.com
16968               admin@msn.com
16969               fool@motleyfool.com
16970 </PRE>
16973 Each of those are valid To patterns.
16976 Messages match those patterns if any of the
16977 addresses in the To: line of the message contains the pattern.
16978 If the pattern is a list of patterns
16979 (like the last example above) then it is a match if any of the patterns in
16980 the list match any of the addresses in the To: line.
16981 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16982 present for a match.
16983 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16984 address2 must be present.
16985 That is exactly what using a list does.)
16988 Some messages may be &quot;bounced&quot; to you, and will
16989 have a &quot;Resent-To:&quot; header line.
16990 If the message contains a Resent-To: line
16991 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16992 Alpine will look for
16993 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16994 the original To: line.
16997 When entering a pattern, you may choose an address from your address book
16998 with the &quot;T&quot; command.
17001 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17002 &quot;!&quot; &quot;toggle NOT&quot; command.
17003 This changes the meaning of the To pattern so that it has the opposite meaning.
17004 It will be considered a match if there are no matches between the
17005 addresses in the To: line and the list of To patterns.
17007 Don't make the mistake of putting the &quot;!&quot; in the data field for
17008 the pattern.
17009 For example, if you type the characters &quot;!frizzle&quot; into the To
17010 pattern, the pattern will look like:
17012 <PRE>
17013  To pattern = !frizzle
17014 </PRE>
17016 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17017 In order to match messages that do not have &quot;frizzle&quot; in
17018 their To field, first type the characters &quot;frizzle&quot; followed
17019 by carriage return for the value of the To pattern, then negate it
17020 by typing the &quot;!&quot; command.
17021 It should end up looking like
17023 <PRE>
17024  ! To pattern = frizzle
17025 </PRE>
17028 You are not limited to using the six standard header patterns that are
17029 normally shown (To, From, Sender, Cc, News, and Subject).
17030 You may add any other header to a Pattern by
17031 using the &quot;eXtraHdr&quot; command to specify a different
17032 message header line; and then the Add or Change command to fill in
17033 a pattern for the new header line, just like you would for a standard header.
17035 A technicality: Since comma is the character used to separate multiple
17036 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17037 you want to include a literal comma in the field.
17038 In other words, if you type a backslash followed by a comma it will
17039 be interpreted as a comma by Alpine, instead of as a separator between
17040 pattern values.
17041 All other backslashes are literal backslashes and should not be escaped.
17043 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17044 for more information on Patterns.
17046 Look <A HREF="h_edit_nav_cmds">here</A>
17047 to see the available Editing and Navigation commands.
17049 &lt;End of help on this topic&gt;
17050 </BODY>
17051 </HTML>
17052 ======= h_config_role_frompat =======
17053 <HTML>
17054 <HEAD>
17055 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
17056 </HEAD>
17057 <BODY>
17058 <H1>&quot;From:&quot; Pattern Explained</H1>
17060 This is just like the &quot;To pattern&quot; except that it is compared with
17061 the address in the From: line of the message
17062 instead of the addresses from the To: line.
17063 See the help for the To pattern for more information on header patterns.
17065 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17066 for more information on Patterns.
17068 Look <A HREF="h_edit_nav_cmds">here</A>
17069 to see the available Editing and Navigation commands.
17071 &lt;End of help on this topic&gt;
17072 </BODY>
17073 </HTML>
17074 ======= h_config_role_senderpat =======
17075 <HTML>
17076 <HEAD>
17077 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
17078 </HEAD>
17079 <BODY>
17080 <H1>&quot;Sender:&quot; Pattern Explained</H1>
17082 This is just like the &quot;To pattern&quot; except that it is compared with
17083 the address from the Sender: line of the message
17084 instead of the addresses from the To: line.
17085 See the help for the To pattern for more information on header patterns.
17087 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17088 for more information on Patterns.
17090 Look <A HREF="h_edit_nav_cmds">here</A>
17091 to see the available Editing and Navigation commands.
17093 &lt;End of help on this topic&gt;
17094 </BODY>
17095 </HTML>
17096 ======= h_config_role_ccpat =======
17097 <HTML>
17098 <HEAD>
17099 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
17100 </HEAD>
17101 <BODY>
17102 <H1>&quot;Cc:&quot; Pattern Explained</H1>
17104 This is just like the &quot;To pattern&quot; except that it is compared with
17105 the addresses from the Cc: line of the message
17106 instead of the addresses from the To: line.
17107 See the help for the To pattern for more information on header patterns.
17109 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17110 for more information on Patterns.
17112 Look <A HREF="h_edit_nav_cmds">here</A>
17113 to see the available Editing and Navigation commands.
17115 &lt;End of help on this topic&gt;
17116 </BODY>
17117 </HTML>
17118 ======= h_config_role_recippat =======
17119 <HTML>
17120 <HEAD>
17121 <TITLE>Recipient Pattern Explained</TITLE>
17122 </HEAD>
17123 <BODY>
17124 <H1>Recipient Pattern Explained</H1>
17126 This is just like the &quot;To pattern&quot; except that it is compared with
17127 the addresses from both the To: line and the Cc: line of the
17128 message instead of just the addresses from the To: line.
17129 In other words, it is considered a match if the pattern matches
17130 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
17131 in the Cc: line.
17132 (Notice that defining the Recipient pattern does not have the same
17133 effect as defining both the To and Cc patterns.
17134 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
17135 It is equivalent to having two different rules;
17136 one with a To pattern and the other with the same Cc pattern.)
17138 A technicality: Since comma is the character used to separate multiple
17139 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17140 you want to include a literal comma in the field.
17141 In other words, if you type a backslash followed by a comma it will
17142 be interpreted as a comma by Alpine, instead of as a separator between
17143 pattern values.
17144 All other backslashes are literal backslashes and should not be escaped.
17146 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17147 for more information on Patterns.
17149 Look <A HREF="h_edit_nav_cmds">here</A>
17150 to see the available Editing and Navigation commands.
17152 &lt;End of help on this topic&gt;
17153 </BODY>
17154 </HTML>
17155 ======= h_config_role_particpat =======
17156 <HTML>
17157 <HEAD>
17158 <TITLE>Participant Pattern Explained</TITLE>
17159 </HEAD>
17160 <BODY>
17161 <H1>Participant Pattern Explained</H1>
17163 This is just like the &quot;To pattern&quot; except that it is compared with
17164 the addresses from the From: line, the To: line, and the Cc: line of the
17165 message instead of just the addresses from the To: line.
17166 In other words, it is considered a match if the pattern matches
17167 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
17168 in the To: line, <EM>OR</EM> an address in the Cc: line.
17169 (Notice that defining the Participant pattern does not have the same
17170 effect as defining all of the From, To, and Cc patterns.
17171 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
17172 From <EM>AND</EM> To <EM>AND</EM> Cc.
17173 It is equivalent to having three different rules;
17174 one with a From pattern, another with the same To pattern, and a third with
17175 the same Cc pattern.)
17177 A technicality: Since comma is the character used to separate multiple
17178 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17179 you want to include a literal comma in the field.
17180 In other words, if you type a backslash followed by a comma it will
17181 be interpreted as a comma by Alpine, instead of as a separator between
17182 pattern values.
17183 All other backslashes are literal backslashes and should not be escaped.
17185 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17186 for more information on Patterns.
17188 Look <A HREF="h_edit_nav_cmds">here</A>
17189 to see the available Editing and Navigation commands.
17191 &lt;End of help on this topic&gt;
17192 </BODY>
17193 </HTML>
17194 ======= h_config_role_newspat =======
17195 <HTML>
17196 <HEAD>
17197 <TITLE>News Pattern Explained</TITLE>
17198 </HEAD>
17199 <BODY>
17200 <H1>News Pattern Explained</H1>
17202 If this pattern is non-blank, then for this rule to be considered a
17203 match, at least one of the newsgroups from
17204 the Newsgroups line of the message must match this pattern.
17205 If this pattern is a list of patterns, then at least one of the
17206 newsgroups must match at least one of the patterns.
17207 (Any other non-blank parts of the Pattern must match, too.)
17209 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
17210 &quot;!&quot; &quot;toggle NOT&quot; command.
17211 This changes the meaning of the News pattern so that it has the opposite meaning.
17212 It will be considered a match if there are no matches between the
17213 addresses in the Newsgroups: line and the list of News patterns.
17215 Don't make the mistake of putting the &quot;!&quot; in the data field for
17216 the pattern.
17217 For example, if you type the characters &quot;!frizzle&quot; into the News
17218 pattern, the pattern will look like:
17220 <PRE>
17221  News pattern = !frizzle
17222 </PRE>
17224 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17225 In order to match messages that do not have &quot;frizzle&quot; in
17226 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
17227 by carriage return for the value of the News pattern, then negate it
17228 by typing the &quot;!&quot; command.
17229 It should end up looking like
17231 <PRE>
17232  ! News pattern = frizzle
17233 </PRE>
17235 A technicality: Since comma is the character used to separate multiple
17236 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17237 you want to include a literal comma in the field.
17238 In other words, if you type a backslash followed by a comma it will
17239 be interpreted as a comma by Alpine, instead of as a separator between
17240 pattern values.
17241 All other backslashes are literal backslashes and should not be escaped.
17244 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17245 for more information on Patterns.
17247 Look <A HREF="h_edit_nav_cmds">here</A>
17248 to see the available Editing and Navigation commands.
17250 &lt;End of help on this topic&gt;
17251 </BODY>
17252 </HTML>
17253 ======= h_config_role_subjpat =======
17254 <HTML>
17255 <HEAD>
17256 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
17257 </HEAD>
17258 <BODY>
17259 <H1>&quot;Subject:&quot; Pattern Explained</H1>
17261 This is similar to the other parts of the Pattern.
17262 It is compared with
17263 the contents from the Subject of the message.
17265 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17266 for more information on Patterns.
17268 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
17269 &quot;!&quot; &quot;toggle NOT&quot; command.
17270 This changes the meaning of the Subject pattern so that it has the opposite meaning.
17271 It will be considered a match if there are no matches between the
17272 text in the Subject: line and the list of Subject patterns.
17275 If you wish to have a header pattern that is not one of the six standard
17276 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
17278 A technicality: Since comma is the character used to separate multiple
17279 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17280 you want to include a literal comma in the field.
17281 In other words, if you type a backslash followed by a comma it will
17282 be interpreted as a comma by Alpine, instead of as a separator between
17283 pattern values.
17284 All other backslashes are literal backslashes and should not be escaped.
17286 Look <A HREF="h_edit_nav_cmds">here</A>
17287 to see the available Editing and Navigation commands.
17289 &lt;End of help on this topic&gt;
17290 </BODY>
17291 </HTML>
17292 ======= h_config_role_alltextpat =======
17293 <HTML>
17294 <HEAD>
17295 <TITLE>AllText Pattern Explained</TITLE>
17296 </HEAD>
17297 <BODY>
17298 <H1>AllText Pattern Explained</H1>
17300 This is similar to the header patterns.
17301 Instead of comparing with text in a particular header field it 
17302 is compared with all of the text in the message header and body.
17304 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
17305 &quot;!&quot; &quot;toggle NOT&quot; command.
17306 This changes the meaning of the AllText pattern so that it has the opposite meaning.
17307 It will be considered a match if there are no matches between the
17308 text of the message and the list of AllText patterns.
17310 Don't make the mistake of putting the &quot;!&quot; in the data field for
17311 the pattern.
17312 For example, if you type the characters &quot;!frizzle&quot; into the AllText
17313 pattern, the pattern will look like:
17315 <PRE>
17316  AllText pattern = !frizzle
17317 </PRE>
17319 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17320 In order to match messages that do not have &quot;frizzle&quot; in
17321 the text of the message, first type the characters &quot;frizzle&quot; followed
17322 by carriage return for the value of the AllText pattern, then negate it
17323 by typing the &quot;!&quot; command.
17324 It should end up looking like
17326 <PRE>
17327  ! AllText pattern = frizzle
17328 </PRE>
17330 It is possible that you may notice degraded performance when using
17331 AllText Patterns.
17333 A technicality: Since comma is the character used to separate multiple
17334 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17335 you want to include a literal comma in the field.
17336 In other words, if you type a backslash followed by a comma it will
17337 be interpreted as a comma by Alpine, instead of as a separator between
17338 pattern values.
17339 All other backslashes are literal backslashes and should not be escaped.
17341 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17342 for more information on Patterns.
17344 Look <A HREF="h_edit_nav_cmds">here</A>
17345 to see the available Editing and Navigation commands.
17347 &lt;End of help on this topic&gt;
17348 </BODY>
17349 </HTML>
17350 ======= h_config_role_bodytextpat =======
17351 <HTML>
17352 <HEAD>
17353 <TITLE>BodyText Pattern Explained</TITLE>
17354 </HEAD>
17355 <BODY>
17356 <H1>BodyText Pattern Explained</H1>
17358 This is similar to the header patterns.
17359 Instead of comparing with text in a particular header field it 
17360 is compared with all of the text in the message body.
17362 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
17363 &quot;!&quot; &quot;toggle NOT&quot; command.
17364 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
17365 It will be considered a match if there are no matches between the
17366 text of the body of the message and the list of BodyText patterns.
17368 Don't make the mistake of putting the &quot;!&quot; in the data field for
17369 the pattern.
17370 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
17371 pattern, the pattern will look like:
17373 <PRE>
17374  BdyText pattern = !frizzle
17375 </PRE>
17377 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17378 In order to match messages that do not have &quot;frizzle&quot; in
17379 their BodyText, first type the characters &quot;frizzle&quot; followed
17380 by carriage return for the value of the BodyText pattern, then negate it
17381 by typing the &quot;!&quot; command.
17382 It should end up looking like
17384 <PRE>
17385  ! BodyText pattern = frizzle
17386 </PRE>
17388 It is possible that you may notice degraded performance when using
17389 BodyText Patterns.
17391 A technicality: Since comma is the character used to separate multiple
17392 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17393 you want to include a literal comma in the field.
17394 In other words, if you type a backslash followed by a comma it will
17395 be interpreted as a comma by Alpine, instead of as a separator between
17396 pattern values.
17397 All other backslashes are literal backslashes and should not be escaped.
17399 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17400 for more information on Patterns.
17402 Look <A HREF="h_edit_nav_cmds">here</A>
17403 to see the available Editing and Navigation commands.
17405 &lt;End of help on this topic&gt;
17406 </BODY>
17407 </HTML>
17408 ======= h_config_role_charsetpat =======
17409 <HTML>
17410 <HEAD>
17411 <TITLE>Character Set Pattern Explained</TITLE>
17412 </HEAD>
17413 <BODY>
17414 <H1>Character Set Pattern Explained</H1>
17416 A message may use one or more character sets.
17417 This part of the Pattern matches messages that make use of
17418 certain specified character sets.
17419 It will be considered a match if a message uses any of the character
17420 sets in the list you give here.
17423 When filling in a value for this field, you may use
17424 the &quot;T&quot; command, which presents you with a large list of
17425 possible character sets to choose from.
17426 You may also just type in the name of a character set, and it need not
17427 be one that Alpine knows about.
17430 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
17431 GB2312) you may also use some shorthand names that Alpine provides.
17432 These names are more understandable shorthand names for sets of 
17433 character set names.
17434 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
17435 Selecting one of these shorthand names is equivalent to selecting all of
17436 the character sets that make up the set.
17437 You can see all of these shorthand names and the lists of character sets
17438 they stand for by typing the &quot;T&quot; command.
17441 For the purposes of this Pattern,
17442 Alpine will search through a message for all of the text parts and
17443 collect the character sets declared for each part.
17444 It will also look in the Subject line for a character set used there.
17445 Alpine does not actually look at the text of the message or the text
17446 of the Subject to determine if a declared character set is actually
17447 used, it looks only at the declarations themselves in the MIME part headers
17448 and in the Subject.
17451 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
17452 &quot;!&quot; &quot;toggle NOT&quot; command.
17453 This changes the meaning of the Character Set pattern so that
17454 it has the opposite meaning.
17455 It will be considered a match if none of the character sets in the
17456 list are used in a message.
17458 Don't make the mistake of putting the &quot;!&quot; in the data field for
17459 the pattern.
17460 For example, if you type the characters &quot;!GB2312&quot; into the
17461 Character Set pattern, the pattern will look like:
17463 <PRE>
17464  Charset pattern = !GB2312
17465 </PRE>
17467 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
17468 In order to match messages that do not have the
17469 character set &quot;GB2312&quot;
17470 set, first type the characters &quot;GB2312&quot; followed
17471 by carriage return for the value of the Character Set pattern, then negate it
17472 by typing the &quot;!&quot; command.
17473 It should end up looking like
17475 <PRE>
17476  ! Charset pattern = GB2312
17477 </PRE>
17479 A technicality: Since comma is the character used to separate multiple
17480 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17481 you want to include a literal comma in the field.
17482 In other words, if you type a backslash followed by a comma it will
17483 be interpreted as a comma by Alpine, instead of as a separator between
17484 pattern values.
17485 All other backslashes are literal backslashes and should not be escaped.
17487 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17488 for more information on Patterns.
17490 Look <A HREF="h_edit_nav_cmds">here</A>
17491 to see the available Editing and Navigation commands.
17493 &lt;End of help on this topic&gt;
17494 </BODY>
17495 </HTML>
17496 ======= h_config_role_keywordpat =======
17497 <HTML>
17498 <HEAD>
17499 <TITLE>Keyword Pattern Explained</TITLE>
17500 </HEAD>
17501 <BODY>
17502 <H1>Keyword Pattern Explained</H1>
17504 A folder may have user-defined keywords.
17505 These are similar to the Important flag, which the user may set using the
17506 Flag command.
17507 The difference is that the Important flag is always present for each folder.
17508 User-defined keywords are picked by the user.
17509 You may add new keywords by defining them in the
17510 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
17511 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
17512 the Flag command may be used to set or clear the keyword on individual messages.
17513 If you have given a keyword a nickname when configuring it,
17514 that nickname may be used instead of the actual keyword.
17517 When filling in a value for this field, it may be easiest to use
17518 the &quot;T&quot; command, which presents you with a list of the keywords
17519 you have defined to choose from.
17522 This part of the Pattern matches messages with certain keywords set.
17523 It will be considered a match if a message has any of the keywords in the
17524 list set.
17525 A keyword that you have not defined using the
17526 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17527 will not be a match.
17530 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
17531 &quot;!&quot; &quot;toggle NOT&quot; command.
17532 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
17533 It will be considered a match if none of the keywords in the list are set
17534 for a message.
17535 A keyword that you have not defined using the
17536 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17537 will not be a match, so a <EM>NOT</EM> of that keyword does match.
17539 Don't make the mistake of putting the &quot;!&quot; in the data field for
17540 the pattern.
17541 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
17542 pattern, the pattern will look like:
17544 <PRE>
17545  Keyword pattern = !frizzle
17546 </PRE>
17548 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17549 In order to match messages that do not have the keyword &quot;frizzle&quot;
17550 set, first type the characters &quot;frizzle&quot; followed
17551 by carriage return for the value of the Keyword pattern, then negate it
17552 by typing the &quot;!&quot; command.
17553 It should end up looking like
17555 <PRE>
17556  ! Keyword pattern = frizzle
17557 </PRE>
17559 A technicality: Since comma is the character used to separate multiple
17560 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17561 you want to include a literal comma in the field.
17562 In other words, if you type a backslash followed by a comma it will
17563 be interpreted as a comma by Alpine, instead of as a separator between
17564 pattern values.
17565 All other backslashes are literal backslashes and should not be escaped.
17567 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17568 for more information on Patterns.
17570 Look <A HREF="h_edit_nav_cmds">here</A>
17571 to see the available Editing and Navigation commands.
17573 &lt;End of help on this topic&gt;
17574 </BODY>
17575 </HTML>
17576 ======= h_config_role_arbpat =======
17577 <HTML>
17578 <HEAD>
17579 <TITLE>Extra Header Patterns Explained</TITLE>
17580 </HEAD>
17581 <BODY>
17582 <H1>Extra Header Patterns Explained</H1>
17584 The header patterns that come after the Participant pattern but before the 
17585 AllText pattern are extra header patterns that you have added to a rule's
17586 Pattern. These are just like the other header patterns except that
17587 the contents of the particular header listed on the left hand side will
17588 be used for comparisons.
17590 The &quot;eXtraHdr&quot; command may be used to add more of these
17591 header patterns to the rule you are editing.
17593 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
17594 extra header pattern from the rule you are editing.
17596 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
17597 &quot;!&quot; &quot;toggle NOT&quot; command.
17598 This changes the meaning of the pattern so that it has the opposite meaning.
17599 It will be considered a match if there are no matches between the
17600 text in the header line and the list of patterns.
17602 Don't make the mistake of putting the &quot;!&quot; in the data field for
17603 the pattern.
17604 For example, if you type the characters &quot;!frizzle&quot; into the
17605 pattern, the pattern will look like:
17607 <PRE>
17608  Xyz pattern = !frizzle
17609 </PRE>
17611 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17612 In order to match messages that do not have &quot;frizzle&quot; in
17613 their Xyz field, first type the characters &quot;frizzle&quot; followed
17614 by carriage return for the value of the pattern, then negate it
17615 by typing the &quot;!&quot; command.
17616 It should end up looking like
17618 <PRE>
17619  ! Xyz pattern = frizzle
17620 </PRE>
17623 A technicality: Since comma is the character used to separate multiple
17624 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17625 you want to include a literal comma in the field.
17626 In other words, if you type a backslash followed by a comma it will
17627 be interpreted as a comma by Alpine, instead of as a separator between
17628 pattern values.
17629 All other backslashes are literal backslashes and should not be escaped.
17631 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17632 for more information on Patterns.
17634 Look <A HREF="h_edit_nav_cmds">here</A>
17635 to see the available Editing and Navigation commands.
17637 &lt;End of help on this topic&gt;
17638 </BODY>
17639 </HTML>
17640 ======= h_config_role_cat_cmd =======
17641 <HTML>
17642 <HEAD>
17643 <TITLE>Categorizer Command Explained</TITLE>
17644 </HEAD>
17645 <BODY>
17646 <H1>Categorizer Command Explained</H1>
17648 This is a command that is run with its standard input set to the message
17649 being checked and its standard output discarded.
17650 The full directory path should be specified.
17651 The command will be run and then its exit status will be checked against
17652 the Exit Status Interval, which defaults to just the value zero.
17653 If the exit status of the command falls in the interval, it is considered
17654 a match, otherwise it is not a match.
17657 This option may actually be a list of commands.
17658 The first one that exists and is executable is used.
17659 That makes it possible to use the same configuration with Unix Alpine and
17660 PC-Alpine.
17663 If none of the commands in the list exists and is executable then the rule
17664 is <EM>not</EM> a match.
17665 If it is possible that the command may not exist, you should be careful
17666 to structure your rules so that nothing destructive
17667 happens when the command does not exist.
17668 For example, you might have a filter that filters away spam when there is
17669 a match but does nothing when there is not a match.
17670 That would cause no harm if the command didn't exist.
17671 However, if you have a filter that filters away spam when there is not
17672 a match and keeps it when there is a match, that would filter everything
17673 if the categorizer command didn't exist.
17675 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
17676 setup for the bogofilter filter.
17679 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17680 for more information on Patterns.
17682 Look <A HREF="h_edit_nav_cmds">here</A>
17683 to see the available Editing and Navigation commands.
17685 &lt;End of help on this topic&gt;
17686 </BODY>
17687 </HTML>
17688 ======= h_config_role_cat_cmd_example =======
17689 <HTML>
17690 <HEAD>
17691 <TITLE>Categorizer Command Example</TITLE>
17692 </HEAD>
17693 <BODY>
17694 <H1>Categorizer Command Example</H1>
17696 Bogofilter
17697 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
17698 is a mail filter that attempts to classify mail as spam or
17699 non-spam using statistical analysis of the message content.
17700 When run with no arguments and a message as standard input, it exits with
17701 exit status 0 if it thinks a message is spam and 1 if it thinks
17702 it is not spam.
17703 To use bogofilter as your Categorizer Command you would simply set Command to
17704 the pathname of the bogofilter program.
17705 For example,
17707 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
17709 Exit status of zero is what you are interested in, so you'd set the
17710 Exit Status Interval to
17712 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
17715 In order to prevent downloading an entire huge message to check for spam, you
17716 might want to set the Character Limit to a few thousand characters (the
17717 assumption being that the spam will reveal itself in those characters)
17719 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
17722 You would probably use bogofilter in an Alpine Filter Rule, and have the action
17723 be to move the message to a spam folder.
17724 It would usually be wise to also check the &quot;Message is Recent&quot;
17725 part of the rule so that messages are only checked when they first arrive,
17726 and to restrict the Current Folder Type to just your INBOX.
17727 The reason for checking only Recent messages is to save the time it takes
17728 to run bogofilter on each message.
17729 As an experiment, you might start out by using this in an Indexcolor Rule
17730 instead of a Filter Rule.
17731 In that case, you probably wouldn't check the Recent checkbox.
17733 The use described above assumes that you are somehow maintaining bogofilter's
17734 database of words associated with spam and non-spam messages.
17735 One way to start your database would be to select a bunch of spam messages
17736 in Alpine (you might Save spam messages to a special folder or use Alpine's
17737 Select command to select several) and then Apply
17738 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
17739 a pipe command to the spam messages.
17740 For example, you could have a shell script or an alias
17741 called <EM>this_is_spam</EM>, which would simply be the command
17743 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
17746 It is probably best to use the pipe command's Raw Text, With Delimiter,
17747 and Free Output options,
17748 which are at the bottom of the screen when you type the pipe command.
17749 That's because bogofilter expects the raw message as input, and uses
17750 the Delimiters to tell when a new message starts.
17751 You would not need to use a separate pipe for each message, because
17752 bogofilter can handle multiple messages at once.
17754 Similarly, you would select a group of non-spam messages
17755 and run them through a <EM>this_is_nonspam</EM> script
17756 that was something like
17758 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
17761 For the more adventurous, the next step might be to automate the upkeep of
17762 the bogofilter database.
17763 It might make more sense to have bogofilter be part of the delivery process,
17764 but it is also possible to do it entirely from within Alpine.
17765 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
17766 the &quot;-u&quot; argument will cause bogofilter to update the database.
17768 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
17770 You'd want a couple more aliases or shell scripts called something like
17771 <EM>change_to_spam</EM>
17773 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
17776 <EM>change_to_nonspam</EM>
17778 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
17780 When you run across a message in your INBOX that should have been
17781 classified as spam you would pipe it to the change_to_spam script, and
17782 when you run across a message in your spam folder that should have been
17783 left in your INBOX you would pipe it through change_to_nonspam.
17786 There is a technical problem with this approach.
17787 Alpine may check your filters more than once.
17788 In particular, every time you start Alpine the filters will be checked for
17789 each message.
17790 Also, if you have any filters that depend on message state (New, Deleted, etc.)
17791 then Alpine will recheck for matches in messages that have changed state
17792 at the time you close the folder and before expunging.
17793 This is usually ok.
17794 However, in this case it is a problem because the command
17796 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
17798 has the side effect of updating the database.
17799 So you run the risk of updating the database multiple times for a single
17800 message instead of updating it just once per message.
17801 There are some ways to work around this problem.
17802 What you need is a way to mark the message after you have run the filter.
17803 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
17804 Besides having the filter move the message to a spam folder, also have it
17805 set the Bogo keyword.
17806 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
17807 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
17808 This rule can only set the Bogo keyword for the messages that it matches.
17809 You will also need to add a second rule right after this one that
17810 matches all the messages that don't have the Bogo keyword set
17811 (put the keyword in the Keyword pattern and toggle
17812 the Not with the ! command)
17813 and takes the action of setting it.
17814 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
17815 (and so it won't re-run the bogofilter command) if the keyword is already
17816 set.
17818 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
17819 on all messages that don't have the Bogo keyword set.
17820 This will have the side effect of inserting that message in the bogofilter
17821 database, match or not.
17822 If this rule matches (it is spam), the Bogo keyword will be set and
17823 the message will be moved to a spam folder.
17824 If it does not match, the
17825 following rule will mark the message by turning on the keyword.
17826 This second rule should be a non-terminating
17827 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
17828 rule so that it doesn't stop the filtering process before the rest of
17829 your rules are consulted.
17832 In summary, the first rule is something like
17833 <PRE>
17834   Nickname          = bogofilter -u rule
17835   Current Folder Type =
17836                (*) Specific
17837                    Folder = INBOX
17839   ! Keyword pattern = Bogo
17841   External Categorizer Commands =
17842        Command              = /usr/local/bin/bogofilter -u
17843        Exit Status Interval = (0,0)
17844        Character Limit      = <No Value Set: using "-1">  (optionally set this)
17846   Filter Action =
17847        (*) Move
17848            Folder = spam
17849   
17850   Set These Keywords   = Bogo
17851 </PRE>
17853 and the following rule is
17854 <PRE>
17855   Nickname          = Set Bogo Keyword
17856   Current Folder Type =
17857                (*) Specific
17858                    Folder = INBOX
17860   ! Keyword pattern = Bogo
17862   Filter Action =
17863        (*) Just Set Message Status
17865   Set These Keywords   = Bogo
17867   Features =
17868       [X]  dont-stop-even-if-rule-matches
17869 </PRE>
17871 If it is possible for you to insert bogofilter in the delivery process instead
17872 of having it called from Alpine you could prevent having to wait
17873 for the bogofilter processing while you read your mail.
17874 You would have bogofilter add a header to the message at the time of delivery
17875 that identified it as spam or nonspam.
17876 With this method, you could avoid using a Categorizer Command while running Alpine,
17877 and just match on the header instead.
17878 You might still want to use the scripts mentioned above to initialize the
17879 database or to re-classify wrongly classified messages.
17882 Finally, it isn't for the faint-hearted,
17883 but it is also possible to run bogofilter from PC-Alpine.
17884 You can install Cygwin from
17885 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
17886 then compile bogofilter in the cygwin environment, and run it from
17887 within PC-Alpine.
17888 You would end up with a Categorizer command that looked something like
17890 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
17892 Note that the &quot;.exe&quot; extension is explicit,
17893 and that the bogofilter.exe executable should be in the same directory
17894 as cygwin1.dll.
17897 &lt;End of help on this topic&gt;
17898 </BODY>
17899 </HTML>
17900 ======= h_config_role_cat_status =======
17901 <HTML>
17902 <HEAD>
17903 <TITLE>Exit Status Interval Explained</TITLE>
17904 </HEAD>
17905 <BODY>
17906 <H1>Exit Status Interval Explained</H1>
17908 The categorizer command is run and the result is the exit status of
17909 that command.
17910 If that exit status falls in the Exit Status Interval
17911 then it is considered a match, otherwise it is not a match.
17912 Of course for the entire rule to match, it must also be checked against
17913 the other defined parts of the Pattern.
17915 The Exit Status Interval defaults to the single value 0 (zero).
17916 If you define it, it should be set to something like:
17918 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
17920 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
17921 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
17922 positive and negative integers.
17924 Actually, a list of intervals may be used if you wish.
17925 A list would look like
17927 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
17929 When there is an Exit Status Interval defined, it is a match if the exit status
17930 of the categorizer command is contained in any of the intervals.
17931 The intervals include both endpoints.
17933 The default interval is
17935 <CENTER><SAMP>(0,0)</SAMP></CENTER>
17937 and it matches only if the command exits with exit status equal to zero.
17940 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17941 for more information on Patterns.
17943 Look <A HREF="h_edit_nav_cmds">here</A>
17944 to see the available Editing and Navigation commands.
17946 &lt;End of help on this topic&gt;
17947 </BODY>
17948 </HTML>
17949 ======= h_config_role_cat_limit =======
17950 <HTML>
17951 <HEAD>
17952 <TITLE>Character Limit Explained</TITLE>
17953 </HEAD>
17954 <BODY>
17955 <H1>Character Limit Explained</H1>
17957 Setting this option makes it possible to limit how much of the message
17958 is made available to the categorizer command as input.
17959 The default value (-1) means that the entire message is fed to the
17960 command.
17961 A value of 0 (zero) means that only the headers of the message are
17962 made available.
17963 A positive integer means that the headers plus that many characters from
17964 the body of the message are passed to the categorizer.
17967 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17968 for more information on Patterns.
17970 Look <A HREF="h_edit_nav_cmds">here</A>
17971 to see the available Editing and Navigation commands.
17973 &lt;End of help on this topic&gt;
17974 </BODY>
17975 </HTML>
17976 ======= h_config_role_age =======
17977 <HTML>
17978 <HEAD>
17979 <TITLE>Age Interval Explained</TITLE>
17980 </HEAD>
17981 <BODY>
17982 <H1>Age Interval Explained</H1>
17984 The Age Interval, if defined, is part of the Pattern.
17985 If you use this, it should be set to something like:
17987 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
17989 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
17990 The special value &quot;INF&quot; may be used for the max value.
17991 It represents infinity.
17993 In rare cases it may be useful to use the more general form of the value,
17994 which is a comma-separated list of intervals.
17995 It would look something like:
17997 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
17999 When there is an Age Interval defined, it is a match if the age, in days, of
18000 the message is contained in the interval.
18001 The interval includes both endpoints.
18002 If the option is set to a list of intervals then it is a match if the
18003 age of the message is contained in any of the intervals.
18005 Even though this option is called Age, it isn't actually
18006 the <EM>age</EM> of the message.
18007 Instead, it is how many days ago the message arrived in one of your folders.
18008 If the current time is a little past midnight, then a message that arrived
18009 just before midnight arrived yesterday, even though the message is only
18010 a few minutes old.
18011 By default, the date being used is not the date in the Date
18012 header of the message.
18013 It is the date that the message arrived in one of your folders.
18014 When you Save a message from one folder to another that arrival date
18015 is preserved.
18016 If you would like to use the date in the Date header that is possible.
18017 Turn on the option
18018 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
18019 near the bottom of the rule definition.
18021 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
18022 The age interval
18024 <CENTER><SAMP>(2,2)</SAMP></CENTER>
18026 matches all messages that arrived on the day before yesterday.
18027 The interval
18029 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
18031 matches all messages that arrived at least 180 days before today.
18032 The interval
18034 <CENTER><SAMP>(0,1)</SAMP></CENTER>
18036 matches all messages that arrived today or yesterday.
18039 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18040 for more information on Patterns.
18042 Look <A HREF="h_edit_nav_cmds">here</A>
18043 to see the available Editing and Navigation commands.
18045 &lt;End of help on this topic&gt;
18046 </BODY>
18047 </HTML>
18048 ======= h_config_role_size =======
18049 <HTML>
18050 <HEAD>
18051 <TITLE>Size Interval Explained</TITLE>
18052 </HEAD>
18053 <BODY>
18054 <H1>Size Interval Explained</H1>
18056 The Size Interval, if defined, is part of the Pattern.
18057 If you use this, it should be set to something like:
18059 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
18061 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
18062 The special value &quot;INF&quot; may be used for the max value.
18063 It represents infinity.
18065 In rare cases it may be useful to use the more general form of the value,
18066 which is a comma-separated list of intervals.
18067 It would look something like:
18069 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
18071 When there is a Size Interval defined, it is a match if the size of
18072 the message is contained in the interval.
18073 The interval includes both endpoints.
18074 If the option is set to a list of intervals then it is a match if the
18075 size of the message is contained in any of the intervals.
18077 The size interval
18079 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
18081 matches all messages with sizes greater than or equal to 10000, and less
18082 than or equal to 50000.
18083 The interval
18085 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
18087 matches all messages with sizes greater than or equal to 100000.
18090 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18091 for more information on Patterns.
18093 Look <A HREF="h_edit_nav_cmds">here</A>
18094 to see the available Editing and Navigation commands.
18096 &lt;End of help on this topic&gt;
18097 </BODY>
18098 </HTML>
18099 ======= h_config_role_scorei =======
18100 <HTML>
18101 <HEAD>
18102 <TITLE>Score Interval Explained</TITLE>
18103 </HEAD>
18104 <BODY>
18105 <H1>Score Interval Explained</H1>
18107 The Score Interval, if defined, is part of the Pattern.
18108 If you use this, it should be set to something like:
18110 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
18112 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
18113 -32000 and 32000.
18114 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
18115 the min and max values.
18116 These represent negative and positive infinity.
18118 Actually, the value may be a list of intervals rather than just a
18119 single interval if that is useful.
18120 The elements of the list are separated by commas like:
18122 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
18124 When there is a Score Interval defined, it is a match if the score for
18125 the message is contained in any of the intervals.
18126 The intervals include both endpoints.
18127 The score for a message is calculated by looking at every scoring rule
18128 defined and adding up the Score Values for the rules that match the message.
18129 Scoring rules are created using the
18130 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
18133 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18134 for more information on Patterns.
18136 Look <A HREF="h_edit_nav_cmds">here</A>
18137 to see the available Editing and Navigation commands.
18139 &lt;End of help on this topic&gt;
18140 </BODY>
18141 </HTML>
18142 ======= h_config_role_fldr_type =======
18143 <HTML>
18144 <HEAD>
18145 <TITLE>Current Folder Type Explained</TITLE>
18146 </HEAD>
18147 <BODY>
18148 <H1>Current Folder Type Explained</H1>
18150 The Current Folder Type is part of the role's Pattern.
18151 It refers to the type of the currently open folder, which is the folder
18152 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
18153 In order for a role to be considered a match, the current folder must
18154 be of the type you set here.
18155 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18156 all what you might think.
18158 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
18159 example, then
18160 that role will only be a match if the current folder is a newsgroup and
18161 the rest of the Pattern matches.
18162 The value &quot;Specific&quot; may be used when you want to limit the match
18163 to a specific folder (not just a specific type of folder), or to a list of
18164 specific folders.
18166 In order to match a specific folder you Select the &quot;Specific&quot;
18167 button <EM>AND</EM> fill in
18168 the name (or list of names) of
18169 the folder in the &quot;Folder List&quot; field.
18170 If the current folder is any of the folders in the list, that is considered
18171 a match.
18172 The name of each folder in the list may be either &quot;INBOX&quot;,
18173 the technical specification
18174 of the folder (like what appears in your configuration file) or, if the
18175 folder is one of your incoming folders, it may be the nickname you've given
18176 the folder.
18177 Here are a couple samples of specific folder names:
18179 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
18181 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
18183 Observe that in order for an external folder (IMAP, POP, News) to be a match,
18184 you must also add the /user= option in the definition of the incoming folder.
18186 The easiest way to fill in the &quot;Folder List&quot; field is to use
18187 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
18188 highlighted, or to use the &quot;Take&quot; command with the configuration
18189 feature
18190 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
18191 turned on.
18192 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18193 Current Folder Type is set to &quot;Specific&quot;, and any value that
18194 &quot;Folder List&quot; has is ignored unless the type
18195 is set to &quot;Specific&quot;.
18197 When reading a newsgroup, there may be a performance penalty
18198 incurred when collecting the information necessary to check a Pattern.
18199 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18201 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18202 for more information on Patterns.
18204 Look <A HREF="h_edit_nav_cmds">here</A>
18205 to see the available Editing and Navigation commands.
18207 &lt;End of help on this topic&gt;
18208 </BODY>
18209 </HTML>
18210 ======= h_config_filt_rule_type =======
18211 <HTML>
18212 <HEAD>
18213 <TITLE>Filter Action Explained</TITLE>
18214 </HEAD>
18215 <BODY>
18216 <H1>Filter Action Explained</H1>
18218 The Filter Action specifies the action to be taken when the Pattern is a
18219 match.
18220 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
18221 &quot;Just Set Message Status&quot;.
18223 If it is set to &quot;Delete&quot;, then the message that matches the
18224 Pattern will be deleted from the open folder.
18226 If it is set to &quot;Move&quot;, then the name of the folder to which
18227 the matching message should be moved is given in the &quot;Folder List&quot; field on the
18228 next line of the screen.
18229 A list of folders separated by commas may be given, in which case the
18230 message will be copied to all of the folders in the list before it is
18231 deleted.
18233 If it is set to neither of those two values (it is set to the value
18234 labeled &quot;Just Set Message Status&quot;) then the message status
18235 setting will happen
18236 but the message will not be deleted or moved.
18238 If you are Moving a message you may also set Message Status if you wish.
18240 The easiest way to fill in the &quot;Folder List&quot; field is to use
18241 the T command that is available when the &quot;Folder List&quot; line is
18242 highlighted.
18243 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18244 Filter Action is set to &quot;Move&quot;, and any value that
18245 &quot;Folder List&quot; has is ignored unless the type
18246 is set to &quot;Move&quot;.
18248 There are a few tokens that may be used in the names in the Folder List.
18249 They are all related to the date on which the filtering is taking place.
18250 The tokens are words surrounded by underscores.
18251 For example, if you want your filter to move messages to a folder named
18252 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
18253 you could specify the folder as
18254 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
18255 which would result in a file named something like
18256 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
18258 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
18259 which would result in a file named something like
18260 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
18261 The available tokens are listed
18262 <A HREF="h_index_tokens">here</A>.
18264 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18265 for more information on Patterns.
18267 Look <A HREF="h_edit_nav_cmds">here</A>
18268 to see the available Editing and Navigation commands.
18270 &lt;End of help on this topic&gt;
18271 </BODY>
18272 </HTML>
18273 ======= h_config_score_fldr_type =======
18274 <HTML>
18275 <HEAD>
18276 <TITLE>Current Folder Type Explained</TITLE>
18277 </HEAD>
18278 <BODY>
18279 <H1>Current Folder Type Explained</H1>
18281 The Current Folder Type is part of the scoring rule's Pattern.
18282 It refers to the type of the folder that
18283 the message being scored is in.
18284 In order for a rule to be considered a match, the current folder must
18285 be of the type you set here.
18286 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18287 all what you might think.
18289 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18290 example, then
18291 that Pattern will only match if the current folder is a newsgroup and
18292 the rest of the Pattern matches.
18293 The value &quot;Specific&quot; may be used when you want to limit the match
18294 to a specific folder (not just a specific type of folder), or to a list of
18295 specific folders.
18297 In order to match a specific folder you Select the &quot;Specific&quot;
18298 button <EM>AND</EM> fill in
18299 the name (or list of names) of
18300 the folder in the &quot;Folder List&quot; field.
18301 If the current folder is any of the folders in the list, that is considered
18302 a match.
18303 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18304 of the folder (like what appears in your configuration file) or, if the
18305 folder is one of your incoming folders, it may be the nickname you've given
18306 the folder.
18307 Here are a couple samples of specific folder names:
18309 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18311 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18313 The easiest way to fill in the &quot;Folder List&quot; field is to use
18314 the T command that is available when the &quot;Folder List&quot; line is
18315 highlighted.
18316 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18317 Current Folder Type is set to &quot;Specific&quot;, and any value that
18318 &quot;Folder List&quot; has is ignored unless the type
18319 is set to &quot;Specific&quot;.
18321 When reading a newsgroup, there may be a performance penalty
18322 incurred when collecting the information necessary to check a Pattern.
18323 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18324 For example, if you have Index Line Coloring rules that have Score Intervals
18325 defined then the scores for all the visible messages will need to be calculated.
18326 If some of your Scoring rules have 
18327 a Current Folder Type of
18328 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
18329 screen to draw more slowly when in a newsgroup.
18331 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18332 for more information on Patterns.
18334 Look <A HREF="h_edit_nav_cmds">here</A>
18335 to see the available Editing and Navigation commands.
18337 &lt;End of help on this topic&gt;
18338 </BODY>
18339 </HTML>
18340 ======= h_config_other_fldr_type =======
18341 <HTML>
18342 <HEAD>
18343 <TITLE>Current Folder Type Explained</TITLE>
18344 </HEAD>
18345 <BODY>
18346 <H1>Current Folder Type Explained</H1>
18348 The Current Folder Type is part of the rule's Pattern.
18349 It refers to the type of the folder being viewed.
18350 In order for a rule to be considered a match, the current folder must
18351 be of the type you set here.
18352 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18353 all what you might think.
18355 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18356 example, then
18357 that Pattern will only match if the current folder is a newsgroup.
18358 The value &quot;Specific&quot; may be used when you want to limit the match
18359 to a specific folder (not just a specific type of folder), or to a list of
18360 specific folders.
18362 In order to match a specific folder you Select the &quot;Specific&quot;
18363 button <EM>AND</EM> fill in
18364 the name (or list of names) of
18365 the folder in the &quot;Folder List&quot; field.
18366 If the current folder is any of the folders in the list, that is considered
18367 a match.
18368 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18369 of the folder (like what appears in your configuration file) or, if the
18370 folder is one of your incoming folders, it may be the nickname you've given
18371 the folder.
18372 Here are a couple samples of specific folder names:
18374 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18376 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18378 The easiest way to fill in the &quot;Folder List&quot; field is to use
18379 the T command that is available when the &quot;Folder List&quot; line is
18380 highlighted.
18381 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18382 Current Folder Type is set to &quot;Specific&quot;, and any value that
18383 &quot;Folder List&quot; has is ignored unless the type
18384 is set to &quot;Specific&quot;.
18386 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18387 for more information on Patterns.
18389 Look <A HREF="h_edit_nav_cmds">here</A>
18390 to see the available Editing and Navigation commands.
18392 &lt;End of help on this topic&gt;
18393 </BODY>
18394 </HTML>
18395 ======= h_config_incol_fldr_type =======
18396 <HTML>
18397 <HEAD>
18398 <TITLE>Current Folder Type Explained</TITLE>
18399 </HEAD>
18400 <BODY>
18401 <H1>Current Folder Type Explained</H1>
18403 The Current Folder Type is part of the Line Coloring rule's Pattern.
18404 It refers to the type of the folder for which the MESSAGE INDEX is
18405 being viewed.
18406 In order for a rule to be considered a match, the current folder must
18407 be of the type you set here.
18408 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18409 all what you might think.
18411 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18412 example, then
18413 that Pattern will only match if the current folder is a newsgroup and
18414 the rest of the Pattern matches.
18415 The value &quot;Specific&quot; may be used when you want to limit the match
18416 to a specific folder (not just a specific type of folder), or to a list of
18417 specific folders.
18419 In order to match a specific folder you Select the &quot;Specific&quot;
18420 button <EM>AND</EM> fill in
18421 the name (or list of names) of
18422 the folder in the &quot;Folder List&quot; field.
18423 If the current folder is any of the folders in the list, that is considered
18424 a match.
18425 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18426 of the folder (like what appears in your configuration file) or, if the
18427 folder is one of your incoming folders, it may be the nickname you've given
18428 the folder.
18429 Here are a couple samples of specific folder names:
18431 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18433 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18435 The easiest way to fill in the &quot;Folder List&quot; field is to use
18436 the T command that is available when the &quot;Folder List&quot; line is
18437 highlighted.
18438 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18439 Current Folder Type is set to &quot;Specific&quot;, and any value that
18440 &quot;Folder List&quot; has is ignored unless the type
18441 is set to &quot;Specific&quot;.
18443 When reading a newsgroup, there may be a performance penalty
18444 incurred when collecting the information necessary to check a Pattern.
18445 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18446 For example, a rule with a non-Normal Index Line Color
18447 and a Current Folder Type of
18448 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
18449 screen to draw more slowly when in a newsgroup.
18451 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18452 for more information on Patterns.
18454 Look <A HREF="h_edit_nav_cmds">here</A>
18455 to see the available Editing and Navigation commands.
18457 &lt;End of help on this topic&gt;
18458 </BODY>
18459 </HTML>
18460 ======= h_config_filt_fldr_type =======
18461 <HTML>
18462 <HEAD>
18463 <TITLE>Current Folder Type Explained</TITLE>
18464 </HEAD>
18465 <BODY>
18466 <H1>Current Folder Type Explained</H1>
18468 The Current Folder Type is part of the Filtering rule's Pattern.
18469 It refers to the type of the folder for which the filtering is being done.
18470 In order for a rule to be considered a match, the current folder must
18471 be of the type you set here.
18472 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18473 all what you might think.
18475 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18476 example, then
18477 that Pattern will only match if the current folder is a newsgroup and
18478 the rest of the Pattern matches.
18479 The value &quot;Specific&quot; may be used when you want to limit the match
18480 to a specific folder (not just a specific type of folder), or to a list of
18481 specific folders.
18483 In order to match a specific folder you Select the &quot;Specific&quot;
18484 button <EM>AND</EM> fill in
18485 the name (or list of names) of
18486 the folder in the &quot;Folder List&quot; field.
18487 If the current folder is any of the folders in the list, that is considered
18488 a match.
18489 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18490 of the folder (like what appears in your configuration file) or, if the
18491 folder is one of your incoming folders, it may be the nickname you've given
18492 the folder.
18493 Here are a couple samples of specific folder names:
18495 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18497 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18499 The easiest way to fill in the &quot;Folder List&quot; field is to use
18500 the T command that is available when the &quot;Folder List&quot; line is
18501 highlighted.
18502 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18503 Current Folder Type is set to &quot;Specific&quot;, and any value that
18504 &quot;Folder List&quot; has is ignored unless the type
18505 is set to &quot;Specific&quot;.
18507 When reading a newsgroup, there may be a performance penalty
18508 incurred when collecting the information necessary to check a Pattern.
18509 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18510 For example, a rule with a Current Folder Type of either
18511 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
18512 more slowly when opening a newsgroup.
18514 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18515 for more information on Patterns.
18517 Look <A HREF="h_edit_nav_cmds">here</A>
18518 to see the available Editing and Navigation commands.
18520 &lt;End of help on this topic&gt;
18521 </BODY>
18522 </HTML>
18523 ======= h_config_role_stat_imp =======
18524 <HTML>
18525 <HEAD>
18526 <TITLE>Message Important Status Explained</TITLE>
18527 </HEAD>
18528 <BODY>
18529 <H1>Message Important Status Explained</H1>
18531 This part of the Pattern may have one of three possible values.
18532 The default value is &quot;Don't care&quot;, which matches any message.
18533 The other two values are &quot;Yes&quot;, which means the message must be
18534 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
18535 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
18536 to be a match.
18538 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18539 for more information on Patterns.
18541 Look <A HREF="h_edit_nav_cmds">here</A>
18542 to see the available Editing and Navigation commands.
18544 &lt;End of help on this topic&gt;
18545 </BODY>
18546 </HTML>
18547 ======= h_config_role_stat_new =======
18548 <HTML>
18549 <HEAD>
18550 <TITLE>Message New Status Explained</TITLE>
18551 </HEAD>
18552 <BODY>
18553 <H1>Message New Status Explained</H1>
18555 This part of the Pattern may have one of three possible values.
18556 The default value is &quot;Don't care&quot;, which matches any message.
18557 The other two values are &quot;Yes&quot;, which means the message must be
18558 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
18559 means the message must <EM>not</EM> be &quot;New&quot; in order
18560 to be a match.
18561 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
18562 same as <EM>Seen</EM>.
18564 The nomenclature for New and Recent is a bit confusing:
18566 New means that the message is Unseen.
18567 It could have been in your mailbox for a long time but if you haven't looked
18568 at it, it is still considered New.
18569 That matches the default Alpine index display that shows an N for such a
18570 message.
18572 Recent means that the message was added to this folder since the last time
18573 you opened the folder.
18574 Alpine also shows an N by default for these types of messages.
18575 If you were to run two copies of Alpine that opened a folder one right after
18576 the other, a message would only show up as Recent in (at most) the first
18577 Alpine session.
18579 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18580 for more information on Patterns.
18582 Look <A HREF="h_edit_nav_cmds">here</A>
18583 to see the available Editing and Navigation commands.
18585 &lt;End of help on this topic&gt;
18586 </BODY>
18587 </HTML>
18588 ======= h_config_role_stat_recent =======
18589 <HTML>
18590 <HEAD>
18591 <TITLE>Message Recent Status Explained</TITLE>
18592 </HEAD>
18593 <BODY>
18594 <H1>Message Recent Status Explained</H1>
18596 This part of the Pattern may have one of three possible values.
18597 The default value is &quot;Don't care&quot;, which matches any message.
18598 The other two values are &quot;Yes&quot;, which means the message must be
18599 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
18600 means the message must <EM>not</EM> be &quot;Recent&quot; in order
18601 to be a match.
18602 &quot;Recent&quot; means that the message was added to the folder since
18603 the last time the folder was opened.
18604 If more than one mail client has the folder opened, the message will
18605 appear to be &quot;Recent&quot; to only one of the clients.
18607 The nomenclature for New and Recent is a bit confusing:
18609 New means that the message is Unseen.
18610 It could have been in your mailbox for a long time but if you haven't looked
18611 at it, it is still considered New.
18612 That matches the default Alpine index display that shows an N for such a
18613 message.
18615 Recent means that the message was added to this folder since the last time
18616 you opened the folder.
18617 Alpine also shows an N by default for these types of messages.
18618 If you were to run two copies of Alpine that opened a folder one right after
18619 the other, a message would only show up as Recent in (at most) the first
18620 Alpine session.
18622 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18623 for more information on Patterns.
18625 Look <A HREF="h_edit_nav_cmds">here</A>
18626 to see the available Editing and Navigation commands.
18628 &lt;End of help on this topic&gt;
18629 </BODY>
18630 </HTML>
18631 ======= h_config_role_stat_del =======
18632 <HTML>
18633 <HEAD>
18634 <TITLE>Message Deleted Status Explained</TITLE>
18635 </HEAD>
18636 <BODY>
18637 <H1>Message Deleted Status Explained</H1>
18639 This part of the Pattern may have one of three possible values.
18640 The default value is &quot;Don't care&quot;, which matches any message.
18641 The other two values are &quot;Yes&quot;, which means the message must be
18642 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
18643 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
18644 to be a match.
18646 If you are thinking of using this part of the Pattern as a way to prevent
18647 messages from being filtered more than once in a Filter Pattern,
18648 take a look at the Filter Option
18649 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
18650 instead.
18651 It should work better than using this field since it will hide the filtered
18652 messages even if they are already Deleted.
18653 That option is at the bottom of the Filter configuration screen.
18655 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18656 for more information on Patterns.
18658 Look <A HREF="h_edit_nav_cmds">here</A>
18659 to see the available Editing and Navigation commands.
18661 &lt;End of help on this topic&gt;
18662 </BODY>
18663 </HTML>
18664 ======= h_config_role_stat_ans =======
18665 <HTML>
18666 <HEAD>
18667 <TITLE>Message Answered Status Explained</TITLE>
18668 </HEAD>
18669 <BODY>
18670 <H1>Message Answered Status Explained</H1>
18672 This part of the Pattern may have one of three possible values.
18673 The default value is &quot;Don't care&quot;, which matches any message.
18674 The other two values are &quot;Yes&quot;, which means the message must be
18675 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
18676 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
18677 to be a match.
18679 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18680 for more information on Patterns.
18682 Look <A HREF="h_edit_nav_cmds">here</A>
18683 to see the available Editing and Navigation commands.
18685 &lt;End of help on this topic&gt;
18686 </BODY>
18687 </HTML>
18688 ======= h_config_role_abookfrom =======
18689 <HTML>
18690 <HEAD>
18691 <TITLE>Address in Address Book Explained</TITLE>
18692 </HEAD>
18693 <BODY>
18694 <H1>Address in Address Book Explained</H1>
18696 This option gives you a way to match messages that contain an address
18697 that is in one of your address books.
18698 Only the simple entries in your address books are searched.
18699 Address book distribution lists are ignored!
18701 This part of the Pattern may have one of five possible values.
18702 The default value is &quot;Don't care&quot;, which matches any message.
18703 The value &quot;Yes, in any address book&quot; means at least one of the addresses
18704 from the message must be in at least one of your
18705 address books in order to be a match.
18706 The value &quot;No, not in any address book&quot;
18707 means none of the addresses may
18708 be in any of your address books in order to be a match.
18710 The values &quot;Yes, in specific address books&quot; and
18711 &quot;No, not in any of specific address books&quot; are similar but instead
18712 of depending on all address books you are allowed to give a list of address
18713 books to look in.
18714 Usually this would be a single address book but it may be a
18715 list of address books as well.
18716 For each of these &quot;specific&quot; address book options you Select which
18717 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
18718 name (or list of names) of the address book in the
18719 &quot;Abook List&quot; field.
18720 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
18721 The easiest way to fill in the Abook List field it to use
18722 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
18723 line is highlighted.
18724 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
18725 option is set to one of the two &quot;Specific&quot;, values.
18727 The addresses from the message that are checked for are determined by the
18728 setting you have for &quot;Types of addresses to check for in address book&quot;.
18729 If you set this to &quot;From&quot; the From address from the message will
18730 be looked up in the address book.
18731 If you set it to &quot;To&quot; instead then the To addresses will be used.
18732 If any of the To addresses are in the address book then it is considered
18733 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
18734 You could set it to both From and To, in which case all of the From and To
18735 addresses are used.
18736 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
18737 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
18738 exists or the From address if there is no Reply-To address.
18739 Same for the Sender address.
18741 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18742 for more information on Patterns.
18744 Look <A HREF="h_edit_nav_cmds">here</A>
18745 to see the available Editing and Navigation commands.
18747 &lt;End of help on this topic&gt;
18748 </BODY>
18749 </HTML>
18750 ======= h_config_inabook_from =======
18751 <HTML>
18752 <HEAD>
18753 <TITLE>From</TITLE>
18754 </HEAD>
18755 <BODY>
18756 <H1>From</H1>
18758 Setting the From line will cause the address from the From header line
18759 of the message to be checked for in the address book.
18761 &lt;End of help on this topic&gt;
18762 </BODY>
18763 </HTML>
18764 ======= h_config_inabook_replyto =======
18765 <HTML>
18766 <HEAD>
18767 <TITLE>Reply-To</TITLE>
18768 </HEAD>
18769 <BODY>
18770 <H1>Reply-To</H1>
18772 Setting the Reply-To line will cause the address from the Reply-To header line
18773 of the message to be checked for in the address book.
18774 However, if there is no Reply-To header line in the message the From header
18775 line will be used instead.
18776 We understand this is dumb but we don't have an easy way around it.
18778 &lt;End of help on this topic&gt;
18779 </BODY>
18780 </HTML>
18781 ======= h_config_inabook_sender =======
18782 <HTML>
18783 <HEAD>
18784 <TITLE>Sender</TITLE>
18785 </HEAD>
18786 <BODY>
18787 <H1>Sender</H1>
18789 Setting the Sender line will cause the address from the Sender header line
18790 of the message to be checked for in the address book.
18791 However, if there is no Sender header line in the message the From header
18792 line will be used instead.
18793 We understand this is dumb but we don't have an easy way around it.
18795 &lt;End of help on this topic&gt;
18796 </BODY>
18797 </HTML>
18798 ======= h_config_inabook_to =======
18799 <HTML>
18800 <HEAD>
18801 <TITLE>To</TITLE>
18802 </HEAD>
18803 <BODY>
18804 <H1>To</H1>
18806 Setting the To line will cause the address from the To header line
18807 of the message to be checked for in the address book.
18809 &lt;End of help on this topic&gt;
18810 </BODY>
18811 </HTML>
18812 ======= h_config_inabook_cc =======
18813 <HTML>
18814 <HEAD>
18815 <TITLE>CC</TITLE>
18816 </HEAD>
18817 <BODY>
18818 <H1>CC</H1>
18820 Setting the CC line will cause the address from the CC header line
18821 of the message to be checked for in the address book.
18823 &lt;End of help on this topic&gt;
18824 </BODY>
18825 </HTML>
18826 ======= h_config_role_stat_8bitsubj =======
18827 <HTML>
18828 <HEAD>
18829 <TITLE>Raw 8-bit in Subject Explained</TITLE>
18830 </HEAD>
18831 <BODY>
18832 <H1>Raw 8-bit in Subject Explained</H1>
18834 It seems that lots of unwanted email contains unencoded 8-bit characters
18835 in the Subject.
18836 Normally, characters with the 8th bit set are not allowed in the Subject
18837 header unless they are MIME-encoded.
18838 This option gives you a way to match messages that have Subjects that
18839 contain unencoded 8-bit characters.
18841 This part of the Pattern may have one of three possible values.
18842 The default value is &quot;Don't care&quot;, which matches any message.
18843 The other two values are &quot;Yes&quot;, which means the Subject of
18844 the message must contain unencoded 8-bit characters (characters with the
18845 most significant bit set)
18846 in order to be a match; or &quot;No&quot;, which
18847 means the Subject must <EM>not</EM>
18848 contain unencoded 8-bit characters in order to be a match.
18850 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18851 for more information on Patterns.
18853 Look <A HREF="h_edit_nav_cmds">here</A>
18854 to see the available Editing and Navigation commands.
18856 &lt;End of help on this topic&gt;
18857 </BODY>
18858 </HTML>
18859 ======= h_config_role_bom =======
18860 <HTML>
18861 <HEAD>
18862 <TITLE>Beginning of Month</TITLE>
18863 </HEAD>
18864 <BODY>
18865 <H1>Beginning of Month</H1>
18867 This option gives you a limited ability to take different actions depending on whether
18868 this is the first time Alpine has been run this month or not.
18869 Though it would be nice to have such an option available, this is not the
18870 same as whether or not this is the first time a paricular folder has been
18871 opened this month.
18872 If you want some action (probably Filtering) to take place in a folder each
18873 month, then you will need to be sure that the folder is opened during the
18874 first Alpine session of the month in order for this option to be helpful.
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 this is the first
18879 time Alpine has been run this month;
18880 or &quot;No&quot;, which
18881 means this is not the first time Alpine has been run this month.
18883 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18884 for more information on Patterns.
18886 Here are some technical details.
18887 The way that Alpine decides if it is the beginning of the month or not is
18888 to compare today's date with the date stored in the
18889 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18890 variable in the config file.
18891 If the month of today's date is later than the month stored in the variable,
18892 then this is considered to be the first time you have run Alpine this month, and
18893 that turns the Beginning of the Month option on.
18895 Look <A HREF="h_edit_nav_cmds">here</A>
18896 to see the available Editing and Navigation commands.
18898 &lt;End of help on this topic&gt;
18899 </BODY>
18900 </HTML>
18901 ======= h_config_role_boy =======
18902 <HTML>
18903 <HEAD>
18904 <TITLE>Beginning of Year</TITLE>
18905 </HEAD>
18906 <BODY>
18907 <H1>Beginning of Year</H1>
18909 This option gives you a limited ability to take different actions depending on whether
18910 this is the first time Alpine has been run this year or not.
18911 Though it would be nice to have such an option available, this is not the
18912 same as whether or not this is the first time a paricular folder has been
18913 opened this year.
18914 If you want some action (probably Filtering) to take place in a folder each
18915 year, then you will need to be sure that the folder is opened during the
18916 first Alpine session of the year in order for this option to be helpful.
18918 This part of the Pattern may have one of three possible values.
18919 The default value is &quot;Don't care&quot;, which matches any message.
18920 The other two values are &quot;Yes&quot;, which means this is the first
18921 time Alpine has been run this year;
18922 or &quot;No&quot;, which
18923 means this is not the first time Alpine has been run this year.
18925 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18926 for more information on Patterns.
18928 Here are some technical details.
18929 The way that Alpine decides if it is the beginning of the year or not is
18930 to compare today's date with the date stored in the
18931 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18932 variable in the config file.
18933 If the year of today's date is later than the year stored in the variable,
18934 then this is considered to be the first time you have run Alpine this year, and
18935 that turns the Beginning of the Year option on.
18937 Look <A HREF="h_edit_nav_cmds">here</A>
18938 to see the available Editing and Navigation commands.
18940 &lt;End of help on this topic&gt;
18941 </BODY>
18942 </HTML>
18943 ======= h_config_role_inick =======
18944 <HTML>
18945 <HEAD>
18946 <TITLE>Initialize Values From Role Explained</TITLE>
18947 </HEAD>
18948 <BODY>
18949 <H1>Initialize Values From Role Explained</H1>
18951 This is a power user feature.
18952 You will usually want to leave this field empty.
18953 The value of this field is the nickname of another one of your roles.
18954 The Action values from that other role
18955 are used as the initial values of the Action items for this role.
18956 If you put something in any of the action fields for this role, that will
18957 override whatever was in the corresponding field of the initializer role.
18959 You might use this field if the &quot;Action&quot; part of one of your roles
18960 is something you want to use in more than one role.
18961 Instead of filling in those action values again for each role, you
18962 may give the nickname of the role where the values are filled in.
18963 It's just a shortcut way to define Role Actions.
18965 Here's an example to help explain how this works.
18966 Suppose you have a role with nickname &quot;role1&quot; and role1 has
18967 (among other things)
18969 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
18971 set.
18972 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
18973 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
18974 from role1 by default (and any of the other inheritable action values
18975 that are set).
18976 So if role2 had
18978 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
18980 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
18981 However, if role2 had
18983 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
18985 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
18987 If you wish,
18988 you may choose a nickname from your list of roles by using the
18989 &quot;T&quot; command.
18990 If the role you are using to initialize also has a role it initializes from,
18991 then that initialization happens first.
18992 That is, inheritance works as expected with the grandparent and
18993 great-grandparent (and so on) roles having the expected effect.
18995 Look <A HREF="h_edit_nav_cmds">here</A>
18996 to see the available Editing and Navigation commands.
18998 &lt;End of help on this topic&gt;
18999 </BODY>
19000 </HTML>
19001 ======= h_config_role_setfrom =======
19002 <HTML>
19003 <HEAD>
19004 <TITLE>Set From Explained</TITLE>
19005 </HEAD>
19006 <BODY>
19007 <H1>Set From Explained</H1>
19009 This describes part of the action to be taken if the Pattern for this
19010 role is a match.
19011 This field consists of a single address that will be used as the From
19012 address on the message you are sending.
19013 This should be a fully-qualified address like
19015 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19017 or just
19019 <CENTER><SAMP>user@domain</SAMP></CENTER>
19021 If you wish,
19022 you may choose an address from your address book with the
19023 &quot;T&quot; command.
19025 If this is left blank, then your normal From address will be used.
19027 You may also find it useful to add the changed From address to the
19028 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
19029 configuration option.
19031 Look <A HREF="h_edit_nav_cmds">here</A>
19032 to see the available Editing and Navigation commands.
19034 &lt;End of help on this topic&gt;
19035 </BODY>
19036 </HTML>
19037 ======= h_config_role_setreplyto =======
19038 <HTML>
19039 <HEAD>
19040 <TITLE>Set Reply-To Explained</TITLE>
19041 </HEAD>
19042 <BODY>
19043 <H1>Set Reply-To Explained</H1>
19045 This describes part of the action to be taken if the Pattern for this
19046 role is a match.
19047 This field consists of a single address that will be used as the Reply-To
19048 address on the message you are sending.
19049 This may be a fully-qualified address like
19051 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19053 or just
19055 <CENTER><SAMP>user@domain</SAMP></CENTER>
19057 If you wish,
19058 you may choose an address from your address book with the
19059 &quot;T&quot; command.
19061 If this is left blank, then there won't be a Reply-To address unless
19062 you have configured one specially with the
19063 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
19064 configuration option.
19066 Look <A HREF="h_edit_nav_cmds">here</A>
19067 to see the available Editing and Navigation commands.
19069 &lt;End of help on this topic&gt;
19070 </BODY>
19071 </HTML>
19072 ======= h_config_role_setfcc =======
19073 <HTML>
19074 <HEAD>
19075 <TITLE>Set Fcc Explained</TITLE>
19076 </HEAD>
19077 <BODY>
19078 <H1>Set Fcc Explained</H1>
19080 This describes part of the action to be taken if the Pattern for this
19081 role is a match.
19082 This field consists of a single folder name that will be used in
19083 the Fcc field of the message you are sending.
19084 You may put anything here that you would normally type into the Fcc
19085 field from the composer.
19087 In addition, an fcc of &quot;&quot; (two double quotation marks) means
19088 no Fcc.
19090 A blank field here means that Alpine will use its normal rules for deciding
19091 the default value of the Fcc field.
19092 For many roles, perhaps most, it may make more sense for you to use the
19093 other Alpine facilities for setting the Fcc.
19094 In particular, if you want the Fcc to depend on who you are sending the
19095 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
19096 is probably more useful.
19097 In that case, you would want to leave the Fcc field here blank.
19098 However, if you have a role that depends on who the message you are replying
19099 to was From, or what address that message was sent to;
19100 then it might make sense to set the Fcc for that role here.
19102 If you wish,
19103 you may choose a folder from your folder collections by using the
19104 &quot;T&quot; command.
19106 Look <A HREF="h_edit_nav_cmds">here</A>
19107 to see the available Editing and Navigation commands.
19109 &lt;End of help on this topic&gt;
19110 </BODY>
19111 </HTML>
19112 ======= h_config_role_usesmtp =======
19113 <HTML>
19114 <HEAD>
19115 <TITLE>Use SMTP Server Explained</TITLE>
19116 </HEAD>
19117 <BODY>
19118 <H1>Use SMTP Server Explained</H1>
19120 This describes part of the action to be taken if the Pattern for this
19121 role is a match.
19122 If this field has a value, then it will be used as the SMTP server
19123 to send mail when this role is being used (unless the SMTP server variable
19124 is set in the system-wide fixed configuration file).
19125 It has the same semantics as the
19126 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19127 variable in the Setup/Config screen.
19129 If you are using this to post from home when you are at home and from
19130 work when you are at work you need to be careful about postponing messages.
19131 When you postpone a composition that was using a role with this variable
19132 set, the SMTP server list will be saved
19133 with the postponed composition.
19134 It cannot be changed later.
19135 Because of this, you may want to make this a list of SMTP servers
19136 with the preferred server at the front of the list and alternate servers
19137 later in the list.
19138 In your &quot;Home&quot; role you would put the home SMTP server first and
19139 the work SMTP server last.
19140 In your &quot;Work&quot; role you would put the work SMTP server first and
19141 the home SMTP server last.
19142 Then if you start a composition as &quot;Work&quot;, postpone
19143 it, and then later resume it from home the work SMTP server will fail but
19144 the home SMTP server later in the list will succeed.
19146 You may be able to simplify things by making the regular
19147 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19148 variable in the Setup/Config screen a list instead of using roles
19149 to set the SMTP server.
19152 Look <A HREF="h_edit_nav_cmds">here</A>
19153 to see the available Editing and Navigation commands.
19155 &lt;End of help on this topic&gt;
19156 </BODY>
19157 </HTML>
19158 ======= h_config_role_usenntp =======
19159 <HTML>
19160 <HEAD>
19161 <TITLE>Use NNTP Server Explained</TITLE>
19162 </HEAD>
19163 <BODY>
19164 <H1>Use NNTP Server Explained</H1>
19166 This describes part of the action to be taken if the Pattern for this
19167 role is a match.
19168 If this field has a value, then it will be used as the NNTP server
19169 to post to newsgroups when this role is being used (unless the NNTP server
19170 variable
19171 is set in the system-wide fixed configuration file).
19172 It has the same semantics as the
19173 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19174 variable in the Setup/Config screen.
19176 This role setting can facilitate posting to the right nntp server for someone
19177 who reads news from various news sources.  The feature
19178 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
19179 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
19180 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
19181 nntp servers for roles may be more desirable for some people.
19183 If you are using this to post from home when you are at home and from
19184 work when you are at work you need to be careful about postponing messages.
19185 When you postpone a composition that was using a role with this variable
19186 set, the NNTP server list will be saved
19187 with the postponed composition.
19188 It cannot be changed later.
19189 Because of this, you may want to make this a list of NNTP servers
19190 with the preferred server at the front of the list and alternate servers
19191 later in the list.
19192 In your &quot;Home&quot; role you would put the home NNTP server first and
19193 the work NNTP server last.
19194 In your &quot;Work&quot; role you would put the work NNTP server first and
19195 the home NNTP server last.
19196 Then if you start a composition as &quot;Work&quot;, postpone
19197 it, and then later resume it from home the work NNTP server will fail but
19198 the home NNTP server later in the list will succeed.
19200 You may be able to simplify things by making the regular
19201 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19202 variable in the Setup/Config screen a list instead of using roles
19203 to set the NNTP server.
19206 Look <A HREF="h_edit_nav_cmds">here</A>
19207 to see the available Editing and Navigation commands.
19209 &lt;End of help on this topic&gt;
19210 </BODY>
19211 </HTML>
19212 ======= h_config_role_setotherhdr =======
19213 <HTML>
19214 <HEAD>
19215 <TITLE>Set Other Headers Explained</TITLE>
19216 </HEAD>
19217 <BODY>
19218 <H1>Set Other Headers Explained</H1>
19220 This describes part of the action to be taken if the Pattern for this
19221 role is a match.
19222 This field gives you a way to set values for headers besides
19223 &quot;From&quot; and &quot;Reply-To&quot;.
19224 If you want to set either of those, use the specific
19225 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
19227 This field is similar to the
19228 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
19229 Each header you specify here must include the header tag 
19230 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
19231 and may optionally include a value for that header.
19232 In order to see these headers when you compose using this role you 
19233 must use the rich header
19234 <!--chtml if pinemode="function_key"-->(F5)
19235 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
19236 Here's an example that shows how you might set the To address.
19238 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
19240 Headers set in this way are different from headers set with the
19241 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
19242 will replace any value that already exists.
19243 For example, if you are Replying to a message there will already be at
19244 least one address in the To header (the address you are Replying to).
19245 However, if you Reply using a role that sets the To header, that role's
19246 To header value will be used instead.
19248 Limitation: Because commas are used to separate the list of
19249 Other Headers, it is not possible to have the value of a
19250 header contain a comma;
19251 nor is there currently an &quot;escape&quot; mechanism provided
19252 to make this work.
19254 Look <A HREF="h_edit_nav_cmds">here</A>
19255 to see the available Editing and Navigation commands.
19257 &lt;End of help on this topic&gt;
19258 </BODY>
19259 </HTML>
19260 ======= h_config_role_setlitsig =======
19261 <HTML>
19262 <HEAD>
19263 <TITLE>Set Literal Signature Explained</TITLE>
19264 </HEAD>
19265 <BODY>
19266 <H1>Set Literal Signature Explained</H1>
19268 This describes part of the action to be taken if the Pattern for this
19269 role is a match.
19270 This field contains the actual text for your signature, as opposed to
19271 the name of a file containing your signature.
19272 If this is defined it takes precedence over any value set in the
19273 &quot;Set Signature&quot; field.
19275 This is simply a different way to store the signature.
19276 The signature is stored inside your Alpine configuration file instead of in
19277 a separate file.
19278 Tokens work the same way they do with
19279 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
19280 help text there for more information.
19283 The two character sequence &#92;n (backslash followed by
19284 the character n) will be used to signify a line-break in your signature.
19285 You don't have to enter the &#92;n, but it will be visible in the
19286 CHANGE THIS ROLE RULE window after you are done editing the signature.
19288 Look <A HREF="h_edit_nav_cmds">here</A>
19289 to see the available Editing and Navigation commands.
19291 &lt;End of help on this topic&gt;
19292 </BODY>
19293 </HTML>
19294 ======= h_config_role_setsig =======
19295 <HTML>
19296 <HEAD>
19297 <TITLE>Set Signature Explained</TITLE>
19298 </HEAD>
19299 <BODY>
19300 <H1>Set Signature Explained</H1>
19302 This describes part of the action to be taken if the Pattern for this
19303 role is a match.
19305 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
19306 option from Setup/Config
19307 or the &quot;Set LiteralSig&quot; option for this role are defined,
19308 then this option will be ignored.
19309 You can tell that that is the case because the value of this
19310 option will show up as
19312 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
19314 You may either use all Literal Signatures (signatures stored in your
19315 configuration file) throughout Alpine, or all signature files.
19316 You can't mix the two.
19318 This field consists of a filename that will be used as the signature
19319 file when using this role.
19321 If the filename is followed by a vertical bar (|) then instead
19322 of reading the contents of the file the file is assumed to be a
19323 program that will produce the text to be used on its standard output.
19324 The program can't have any arguments and doesn't receive any input from Alpine,
19325 but the rest of the processing works as if the contents came from a file.
19327 Instead of storing the data in a local file, the
19328 signature data may be stored remotely in an IMAP folder.
19329 In order to do this, 
19330 you must use a remote name for the signature.
19331 A remote signature name might look like:
19333 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
19336 The syntax used here is the same as the syntax used for a remote
19337 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19338 Note that you may not access an existing signature file remotely,
19339 you have to create a new <EM>folder</EM> that contains the signature data.
19340 If the name you use here for the signature data is a remote name, then when
19341 you edit the file using the &quot;F&quot; command the data will
19342 be saved remotely in the folder.
19343 You aren't required to do anything special to create the folder, it
19344 gets created if you use a remote name.
19347 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19348 the name of the file) you have specified.
19349 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19351 Besides containing regular text, a signature file may also
19352 contain (or a signature program may produce) tokens that are replaced with text
19353 that depends on the message you are replying to or forwarding.
19354 The tokens all look like _word_ (a word surrounded by underscores).
19355 For example, if the token
19357 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19359 is included in the text of the signature file, then when you reply to
19360 or forward a message, the token will be replaced with the actual date
19361 the message you are replying to or forwarding was sent.
19363 If you use a role that has a signature file for a plain composition
19364 (that is, not a reply or forward) then there is no original message, so
19365 any tokens that depend on the message will be replaced with nothing.
19366 So if you want a signature file to be useful for new compositions it
19367 shouldn't include any of the tokens that depend on the message being
19368 replied to or forwarded.
19370 The list of available tokens is
19371 <A HREF="h_index_tokens">here</A>.
19373 Actually, for the adventurous, there is a way to conditionally include text based
19374 on whether or not a token would result in specific replacement text.
19375 For example, you could include some text based on whether or not
19376 the _NEWS_ token would result in any newsgroups if it was used.
19377 It's explained in detail
19378 <A HREF="h_reply_token_conditionals">here</A>.
19380 In the very unlikely event that you want to include a literal token in
19381 a signature file, you must precede it with a backslash character.
19382 For example, to include the literal text _DATE_ you must actually use
19383 &#92;_DATE_.
19384 It is not possible to have a literal backslash followed by an expanded token.
19386 A blank field here means that Alpine will use its normal rules for deciding
19387 which file (if any) to use for the signature file.
19389 An alternate method for storing the signature is available in
19390 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
19392 Look <A HREF="h_edit_nav_cmds">here</A>
19393 to see the available Editing and Navigation commands.
19395 &lt;End of help on this topic&gt;
19396 </BODY>
19397 </HTML>
19398 ======= h_config_role_settempl =======
19399 <HTML>
19400 <HEAD>
19401 <TITLE>Set Template Explained</TITLE>
19402 </HEAD>
19403 <BODY>
19404 <H1>Set Template Explained</H1>
19406 This describes part of the action to be taken if the Pattern for this
19407 role is a match.
19408 This field consists of a filename that will be used as the template
19409 file when using this role.
19410 The template file is a file that is included at the top of the message you
19411 are composing.
19413 If the filename is followed by a vertical bar (|) then instead
19414 of reading the contents of the file the file is assumed to be a
19415 program that will produce the text to be used on its standard output.
19416 The program can't have any arguments and doesn't receive any input from Alpine,
19417 but the rest of the processing works as if the contents came from a file.
19419 Instead of storing the data in a local file, the
19420 template may be stored remotely in an IMAP folder.
19421 In order to do this, 
19422 you must use a remote name for the template.
19423 A remote template name might look like:
19425 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
19428 The syntax used here is the same as the syntax used for a remote
19429 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19430 Note that you may not access an existing template file remotely,
19431 you have to create a new <EM>folder</EM> that contains the template data.
19432 If the name you use here for the template is a remote name, then when
19433 you edit the file using the &quot;F&quot; command the data will
19434 be saved remotely in the folder.
19435 You aren't required to do anything special to create the folder, it
19436 gets created if you use a remote name.
19438 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19439 the name of the file) you have specified.
19440 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19442 Besides containing regular text, the template file may also
19443 contain (or a template file program may produce) tokens that are replaced with text
19444 that depends on the message you are replying to or forwarding.
19445 The tokens all look like _word_ (a word surrounded by underscores).
19446 For example, if the token
19448 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19450 is included in the text of the template file, then when you reply to
19451 or forward a message, the token will be replaced with the actual date
19452 the message you are replying to or forwarding was sent.
19454 If you use a role that has a template file for a plain composition
19455 (that is, not a reply or forward) then there is no original message, so
19456 any tokens that depend on the message will be replaced with nothing.
19457 So if you want a template file to be useful for new compositions it
19458 shouldn't include any of the tokens that depend on the message being
19459 replied to or forwarded.
19461 The list of available tokens is
19462 <A HREF="h_index_tokens">here</A>.
19464 Actually, for the adventurous, there is a way to conditionally include text based
19465 on whether or not a token would result in specific replacement text.
19466 For example, you could include some text based on whether or not
19467 the _NEWS_ token would result in any newsgroups if it was used.
19468 It's explained in detail
19469 <A HREF="h_reply_token_conditionals">here</A>.
19471 In the very unlikely event that you want to include a literal token in
19472 a template file, you must precede it with a backslash character.
19473 For example, to include the literal text _DATE_ you must actually use
19474 &#92;_DATE_.
19475 It is not possible to have a literal backslash followed by an expanded token.
19477 A blank template field means that Alpine will not use a template file when
19478 this role is being used.
19480 Look <A HREF="h_edit_nav_cmds">here</A>
19481 to see the available Editing and Navigation commands.
19483 &lt;End of help on this topic&gt;
19484 </BODY>
19485 </HTML>
19486 ======= h_config_filt_stat_imp =======
19487 <HTML>
19488 <HEAD>
19489 <TITLE>Set Important Status Explained</TITLE>
19490 </HEAD>
19491 <BODY>
19492 <H1>Set Important Status Explained</H1>
19494 This describes part of the action to be taken if the Pattern for this
19495 filter is a match.
19496 If set to &quot;Don't change it&quot; then this does nothing.
19497 If set to &quot;Set this state&quot; then the Important flag is set
19498 for the matching message.
19499 If set to &quot;Clear this state&quot; then the Important flag is cleared
19500 for the matching message.
19501 The important flag usually causes an asterisk to show up in the MESSAGE
19502 INDEX.
19503 It may also be useful when selecting a set of messages
19504 with the Select command.
19506 Look <A HREF="h_edit_nav_cmds">here</A>
19507 to see the available Editing and Navigation commands.
19509 &lt;End of help on this topic&gt;
19510 </BODY>
19511 </HTML>
19512 ======= h_config_filt_stat_new =======
19513 <HTML>
19514 <HEAD>
19515 <TITLE>Set New Status Explained</TITLE>
19516 </HEAD>
19517 <BODY>
19518 <H1>Set New Status Explained</H1>
19520 This describes part of the action to be taken if the Pattern for this
19521 filter is a match.
19522 If set to &quot;Don't change it&quot; then this does nothing.
19523 If set to &quot;Set this state&quot; then the
19524 matching message is marked New.
19525 If set to &quot;Clear this state&quot; then the
19526 matching message is marked Seen.
19528 Look <A HREF="h_edit_nav_cmds">here</A>
19529 to see the available Editing and Navigation commands.
19531 &lt;End of help on this topic&gt;
19532 </BODY>
19533 </HTML>
19534 ======= h_config_filt_stat_ans =======
19535 <HTML>
19536 <HEAD>
19537 <TITLE>Set Answered Status Explained</TITLE>
19538 </HEAD>
19539 <BODY>
19540 <H1>Set Answered Status Explained</H1>
19542 This describes part of the action to be taken if the Pattern for this
19543 filter is a match.
19544 If set to &quot;Don't change it&quot; then this does nothing.
19545 If set to &quot;Set this state&quot; then the Answered flag is set
19546 for the matching message.
19547 If set to &quot;Clear this state&quot; then the Answered flag is cleared
19548 for the matching message.
19550 Look <A HREF="h_edit_nav_cmds">here</A>
19551 to see the available Editing and Navigation commands.
19553 &lt;End of help on this topic&gt;
19554 </BODY>
19555 </HTML>
19556 ======= h_config_filt_stat_del =======
19557 <HTML>
19558 <HEAD>
19559 <TITLE>Set Deleted Status Explained</TITLE>
19560 </HEAD>
19561 <BODY>
19562 <H1>Set Deleted Status Explained</H1>
19564 This describes part of the action to be taken if the Pattern for this
19565 filter is a match.
19566 If set to &quot;Don't change it&quot; then this does nothing.
19567 If set to &quot;Set this state&quot; then the
19568 matching message is marked Deleted.
19569 If set to &quot;Clear this state&quot; then the
19570 matching message is marked UnDeleted.
19572 You should not use this option unless you are prepared to have matching
19573 messages expunged from the folder permanently.
19574 For example, if you type the Expunge command, this filter is applied
19575 before the expunge, so matching messages will be marked Deleted and then
19576 will be permanently expunged from the folder.
19577 However, since the index isn't redrawn in between the time that the message
19578 is marked Deleted and the time that you are asked to expunge, the only
19579 indication that you are expunging the message comes in the number of messages
19580 being expunged.
19581 The same thing may happen when you close a folder.
19582 It is also possible that an expunge not initiated by you will
19583 delete matching messages.
19585 Look <A HREF="h_edit_nav_cmds">here</A>
19586 to see the available Editing and Navigation commands.
19588 &lt;End of help on this topic&gt;
19589 </BODY>
19590 </HTML>
19591 ======= h_config_role_scoreval =======
19592 <HTML>
19593 <HEAD>
19594 <TITLE>Score Value Explained</TITLE>
19595 </HEAD>
19596 <BODY>
19597 <H1>Score Value Explained</H1>
19599 A message's score is the sum of the Score Values from all of the Scoring rules
19600 with Patterns that match the message.
19601 The value you give here is the Score Value associated with this rule.
19602 A Score Value is an integer between -100 and 100, with the default
19603 value of zero.
19605 Alternatively, if the
19606 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
19607 field is defined
19608 (on the line right below the &quot;Score Value&quot; field)
19609 then the &quot;Score Value&quot; is ignored and
19610 the &quot;Score From Header&quot; field is used instead.
19612 Look <A HREF="h_edit_nav_cmds">here</A>
19613 to see the available Editing and Navigation commands.
19615 &lt;End of help on this topic&gt;
19616 </BODY>
19617 </HTML>
19618 ======= h_config_role_scorehdrtok =======
19619 <HTML>
19620 <HEAD>
19621 <TITLE>Score Value From Header Explained</TITLE>
19622 </HEAD>
19623 <BODY>
19624 <H1>Score Value From Header Explained</H1>
19626 This option provides a way to use a number that appears in the headers of your
19627 messages as the message's score, or as a component of that score.
19628 If this field is defined then it is used instead of the &quot;Score Value&quot;.
19629 The idea behind this option is that there may be a score embedded in the
19630 headers of messages that has already been calculated outside of Alpine.
19631 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
19632 somewhere in that header there is a score.
19634 The value for this option is the name of the header followed by parentheses
19635 with two arguments inside:
19637 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
19639 No space is allowed between the comma and the start of the field_separators.
19640 It would be interpreted as the first separator if it was there.
19641 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
19642 starts after that and goes to the second separator, and so on.
19643 It's easier to explain with examples.
19645 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
19647 In the above example the header that is used is the &quot;X-Spam&quot; header.
19648 The value of that header (the part after the colon and the space) is split
19649 into fields separated by spaces.
19651 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
19653 The second field is selected and converted to an integer. It only makes sense
19654 if Field2 really is an integer.
19656 Here's an example of a SpamAssassin header.
19657 The exact look of the header will vary, but if your incoming mail
19658 contains headers that look like the following
19660 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19662 you might want to use the hits value as a score.
19663 Since the score is an integer value you can't make use of the decimal part of
19664 the number, but
19665 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
19666 and &quot;.&quot; as your separators.
19668 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
19670 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
19671 hits.
19672 The second field is &quot;10&quot; so the score value would be 10.
19674 Another example we've seen has headers that look like
19676 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19678 Because there are two equals before the 7% the value
19680 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
19682 should capture the probability as the score.
19684 The Score From Header scoring value actually works just like the
19685 regular Score Value in that the rest of the pattern has to match before
19686 it is used and the scores from all the different scoring rules that
19687 match for a particular message are added together.
19688 When using the Score From Header method it may (or may not) make sense to
19689 use only a single scoring rule with a pattern that matches every message.
19691 Look <A HREF="h_edit_nav_cmds">here</A>
19692 to see the available Editing and Navigation commands.
19694 &lt;End of help on this topic&gt;
19695 </BODY>
19696 </HTML>
19697 ======= h_config_role_replyuse =======
19698 <HTML>
19699 <HEAD>
19700 <TITLE>Reply Use Explained</TITLE>
19701 </HEAD>
19702 <BODY>
19703 <H1>Reply Use Explained</H1>
19705 This option determines how this particular role will be used when Replying
19706 to a message.
19707 There are three possible values for this option.
19708 The value &quot;Never&quot;
19709 means that this role will not be a candidate for use when Replying.
19710 The role's Pattern will not be checked for a match, however the role will
19711 be available to be manually switched to if there is a confirmation prompt.
19714 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19715 mean that you do want to consider this role when Replying.
19716 For either of these settings, the role's Pattern will be compared with
19717 the message being replied to.
19718 If there is a match then this role will either be used without confirmation
19719 or will be the default when confirmation is asked for, depending on
19720 which of the two options is selected.
19721 If confirmation is requested, you will also have a chance to
19722 manually change the role to any one of your other roles.
19725 You won't be prompted for confirmation if none of your role Patterns
19726 match the message being replied to.
19727 This is independent of the value of the current option.
19728 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19729 feature may be used to change this behavior.
19731 &lt;End of help on this topic&gt;
19732 </BODY>
19733 </HTML>
19734 ======= h_config_role_forwarduse =======
19735 <HTML>
19736 <HEAD>
19737 <TITLE>Forward Use Explained</TITLE>
19738 </HEAD>
19739 <BODY>
19740 <H1>Forward Use Explained</H1>
19742 This option determines how this particular role will be used when Forwarding
19743 a message.
19744 There are three possible values for this option.
19745 The value &quot;Never&quot;
19746 means that this role will not be a candidate for use when Forwarding.
19747 The role's Pattern will not be checked for a match, however the role will
19748 be available to be manually switched to if there is a confirmation prompt.
19751 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19752 mean that you do want to consider this role when Forwarding.
19753 For either of these settings, the role's Pattern will be compared with
19754 the message being forwarded.
19755 If there is a match then this role will either be used without confirmation
19756 or will be the default when confirmation is asked for, depending on
19757 which of the two options is selected.
19758 If confirmation is requested, you will also have a chance to
19759 manually change the role to any one of your other roles.
19762 You won't be prompted for confirmation if none of your role Patterns
19763 match the message being forwarded.
19764 This is independent of the value of the current option.
19765 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19766 feature may be used to change this behavior.
19768 &lt;End of help on this topic&gt;
19769 </BODY>
19770 </HTML>
19771 ======= h_config_role_composeuse =======
19772 <HTML>
19773 <HEAD>
19774 <TITLE>Compose Use Explained</TITLE>
19775 </HEAD>
19776 <BODY>
19777 <H1>Compose Use Explained</H1>
19779 This option determines how this particular role will be used when Composing
19780 a new message using the &quot;Compose&quot; command.
19781 This does not affect what happens when using the &quot;Role&quot; command
19782 to compose a new message.
19783 The &quot;Role&quot; command allows you to select a role from all of the
19784 roles you have defined, regardless of what Uses you've assigned to those
19785 roles.
19788 There are three possible values for this option.
19789 The value &quot;Never&quot;
19790 means that this role will not be a candidate for use when Composing.
19791 The role's Current Folder Type will not be checked for a match, however the role
19792 will be available to be manually switched to if there is a confirmation prompt.
19795 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19796 mean that you do want to consider this role when Composing.
19797 For either of these settings,
19798 the role's Current Folder Type will be checked (since there is no message
19799 to compare with, the rest of the Pattern is considered a match).
19800 If there is a match then this role will either be used without confirmation
19801 or will be the default when confirmation is asked for, depending on
19802 which of the two options is selected.
19803 If confirmation is requested, you will also have a chance to
19804 manually change the role to any one of your other roles.
19807 When using the Compose command the role checking is a little different
19808 because there is no message being replied to or forwarded.
19809 Because of this the Current Folder Type is checked but the header pattern
19810 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
19811 A role is considered to be a match if it is a candidate for Compose Use and
19812 its Current Folder Type matches the currently open folder.
19813 This could be useful if you want to set a role based on the folder you
19814 are reading, or the type of folder you are reading.
19817 You won't be prompted for confirmation if none of your role Patterns
19818 are a match.
19819 This is independent of the value of the current option.
19820 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19821 feature may be used to change this behavior.
19823 &lt;End of help on this topic&gt;
19824 </BODY>
19825 </HTML>
19826 ======= h_config_filter_folder =======
19827 <HTML>
19828 <HEAD>
19829 <TITLE>Filter Folder Explained</TITLE>
19830 </HEAD>
19831 <BODY>
19832 <H1>Filter Folder Explained</H1>
19834 When the Filter Action is set to &quot;Move&quot;,
19835 the folder or folders specified here will be used to store messages matching
19836 the provided pattern.
19839 If you set the Filter Action to &quot;Move&quot; you must give a folder name
19840 here.
19843 If you wish,
19844 you may choose a folder from your folder collections by using the
19845 &quot;T&quot; command.
19847 Besides regular text, the folder name may also contain
19848 tokens that are replaced with text representing the current date
19849 when you run Alpine.
19850 For example, if the folder name you use is
19852 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
19854 that is replaced with something like
19856 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
19860 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
19862 becomes
19864 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
19866 The token names must be surrounded by underscores in order to be recognized
19867 as tokens.
19868 The tokens that may be used are those that are derived from the current date.
19869 They're listed near the bottom of the list of tokens give
19870 <A HREF="h_index_tokens">here</A>.
19872 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19873 for more information on Patterns.
19875 Look <A HREF="h_edit_nav_cmds">here</A>
19876 to see the available Editing and Navigation commands.
19878 &lt;End of help on this topic&gt;
19879 </BODY>
19880 </HTML>
19881 ======= h_config_filter_kw_set =======
19882 <HTML>
19883 <HEAD>
19884 <TITLE>Set These Keywords Explained</TITLE>
19885 </HEAD>
19886 <BODY>
19887 <H1>Set These Keywords Explained</H1>
19889 This describes part of the action to be taken if the Pattern for this
19890 filter is a match.
19891 Read a little about keywords in the help text for the
19892 <A HREF="h_common_flag">Flag</A> command.
19893 This option is a list of keywords that will be Set when there is a match.
19894 If you wish, you may choose keywords from the list of keywords you have
19895 defined with the &quot;T&quot; command.
19896 You may add new keywords by defining them in the
19897 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19898 If you have given a keyword a nickname when configuring it,
19899 that nickname may be used instead of the actual keyword.
19902 Look <A HREF="h_edit_nav_cmds">here</A>
19903 to see the available Editing and Navigation commands.
19905 &lt;End of help on this topic&gt;
19906 </BODY>
19907 </HTML>
19908 ======= h_config_filter_kw_clr =======
19909 <HTML>
19910 <HEAD>
19911 <TITLE>Clear These Keywords Explained</TITLE>
19912 </HEAD>
19913 <BODY>
19914 <H1>Clear These Keywords Explained</H1>
19916 This describes part of the action to be taken if the Pattern for this
19917 filter is a match.
19918 Read a little about keywords in the help text for the
19919 <A HREF="h_common_flag">Flag</A> command.
19920 This option is a list of keywords that will be Cleared when there is a match.
19921 If you wish, you may choose keywords from the list of keywords you have
19922 defined with the &quot;T&quot; command.
19923 You may add new keywords by defining them in the
19924 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19925 If you have given a keyword a nickname when configuring it,
19926 that nickname may be used instead of the actual keyword.
19929 Look <A HREF="h_edit_nav_cmds">here</A>
19930 to see the available Editing and Navigation commands.
19932 &lt;End of help on this topic&gt;
19933 </BODY>
19934 </HTML>
19935 ======= h_index_tokens =======
19936 <HTML>
19937 <HEAD>
19938 <TITLE>Tokens for Index and Replying</TITLE>
19939 </HEAD>
19940 <BODY>
19942 This set of special tokens may be used in the
19943 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
19944 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19945 in signature files,
19946 in template files used in
19947 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
19948 that is the target of a Filter Rule.
19949 Some of them aren't available in all situations.
19951 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
19952 option, but they must be surrounded by underscores for the
19953 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
19954 and in the target of Filter Rules.
19958 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
19960 <DL>
19961 <DT>SUBJECT</DT>
19962 <DD>
19963 This token represents the Subject the sender gave the message.
19964 Alternatives for use in the index screen are SHORTSUBJECT,
19965 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
19966 SUBJKEYTEXT, and SUBJKEYINITTEXT.
19967 You may color the subject text in the MESSAGE INDEX screen differently by using the
19968 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
19969 <A HREF="h_config_index_opening_color">Index Opening Color</A>
19970 options available from
19971 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19972 </DD>
19974 <DT>FROM</DT>
19975 <DD>
19976 This token represents the personal name (or email address if the name
19977 is unavailable) of the person specified in the message's &quot;From:&quot;
19978 header field.
19979 You may color the from text in the MESSAGE INDEX screen differently by using the
19980 <A HREF="h_config_index_from_color">Index From Color</A>
19981 option available from
19982 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19983 </DD>
19985 <DT>ADDRESS</DT>
19986 <DD>
19987 This is similar to the &quot;FROM&quot; token, only it is always the
19988 email address, never the personal name.
19989 For example, &quot;mailbox@domain&quot;.
19990 </DD>
19992 <DT>MAILBOX</DT>
19993 <DD>
19994 This is the same as the &quot;ADDRESS&quot; except that the 
19995 domain part of the address is left off.
19996 For example, &quot;mailbox&quot;.
19997 </DD>
19999 <DT>SENDER</DT>
20000 <DD>
20001 This token represents the personal name (or email address) of the person
20002 listed in the message's &quot;Sender:&quot; header field.
20003 </DD>
20005 <DT>TO</DT>
20006 <DD>
20007 This token represents the personal names (or email addresses if the names
20008 are unavailable) of the persons specified in the
20009 message's &quot;To:&quot; header field.
20010 </DD>
20012 <DT>NEWSANDTO</DT>
20013 <DD>
20014 This token represents the newsgroups from the
20015 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20016 the personal names (or email addresses if the names
20017 are unavailable) of the persons specified in the
20018 message's &quot;To:&quot; header field.
20019 </DD>
20021 <DT>TOANDNEWS</DT>
20022 <DD>
20023 Same as &quot;NEWSANDTO&quot; except in the opposite order.
20024 </DD>
20026 <DT>NEWS</DT>
20027 <DD>
20028 This token represents the newsgroups from the
20029 message's &quot;Newsgroups:&quot; header field.
20030 </DD>
20032 <DT>CC</DT>
20033 <DD>
20034 This token represents the personal names (or email addresses if the names
20035 are unavailable) of the persons specified in the
20036 message's &quot;Cc:&quot; header field.
20037 </DD>
20039 <DT>RECIPS</DT>
20040 <DD>
20041 This token represents the personal names (or email addresses if the names
20042 are unavailable) of the persons specified in both the
20043 message's &quot;To:&quot; header field and
20044 the message's &quot;Cc:&quot; header field.
20045 </DD>
20047 <DT>NEWSANDRECIPS</DT>
20048 <DD>
20049 This token represents the newsgroups from the
20050 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20051 the personal names (or email addresses if the names
20052 are unavailable) of the persons specified in the
20053 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
20054 </DD>
20056 <DT>RECIPSANDNEWS</DT>
20057 <DD>
20058 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
20059 </DD>
20061 <DT>INIT</DT>
20062 <DD>
20063 This token represents the initials from the personal name
20064 of the person specified in the message's &quot;From:&quot;
20065 header field.
20066 If there is no personal name, it is blank.
20067 </DD>
20069 <DT>DATE</DT>
20070 <DD>
20071 This token represents the date on which the message was sent, according
20072 to the &quot;Date&quot; header field.
20073 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20074 The feature
20075 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
20076 which adjusts for the timezone the message was sent from,
20077 may have an effect on the value of this token as well as the values of
20078 all of the other DATE or TIME tokens.
20079 Some of the DATE and TIME tokens are displayed in a locale-specific
20080 way unless the option
20081 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
20082 </DD>
20084 <DT>SMARTDATE</DT>
20085 <DD>
20086 This token represents the date on which the message was sent, according
20087 to the &quot;Date&quot; header field.
20088 It is &quot;Today&quot; if the message was sent today,
20089 &quot;Yesterday&quot; for yesterday,
20090 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
20091 message is from last year and is more than six months old it includes the year, as well.
20092 See the SMARTDATE alternatives below, as well.
20093 </DD>
20095 <DT>SMARTTIME</DT>
20096 <DD>
20097 This token represents the most relevant elements of the date on which
20098 the message was sent (according to the &quot;Date&quot; header field),
20099 in a compact form. If the message was sent today, only the time is used
20100 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
20101 the past week, the day of the week and the hour are used
20102 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
20103 given as date, month, and year (e.g. &quot;23Aug00&quot;,
20104 &quot;9Apr98&quot;).
20105 </DD>
20107 <DT>SMARTTIME24</DT>
20108 <DD>
20109 This token has the structure &quot;day hour:minute&quot;
20110 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
20111 from the current date, or &quot;month day&quot; (e.g.
20112 &quot;Nov 23&quot;) for messages dated less than 6 months
20113 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
20114 for messages dated more than 6 months ago. It uses 9 characters
20115 of the width of the screen, and it left aligned.
20116 </DD>
20118 <DT>SMARTDATETIME</DT>
20119 <DD>
20120 This is a combination of SMARTDATE and SMARTTIME.
20121 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
20122 case it is SMARTTIME.
20123 See the SMARTDATETIME alternatives below, as well.
20124 </DD>
20126 <DT>DATEISO</DT>
20127 <DD>
20128 This token represents the date on which the message was sent, according
20129 to the &quot;Date&quot; header field.
20130 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20131 </DD>
20133 <DT>SHORTDATEISO</DT>
20134 <DD>
20135 This token represents the date on which the message was sent, according
20136 to the &quot;Date&quot; header field.
20137 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20138 </DD>
20140 <DT>SHORTDATE1</DT>
20141 <DD>
20142 This token represents the date on which the message was sent, according
20143 to the &quot;Date&quot; header field.
20144 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
20145 </DD>
20147 <DT>SHORTDATE2</DT>
20148 <DD>
20149 This token represents the date on which the message was sent, according
20150 to the &quot;Date&quot; header field.
20151 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
20152 </DD>
20154 <DT>SHORTDATE3</DT>
20155 <DD>
20156 This token represents the date on which the message was sent, according
20157 to the &quot;Date&quot; header field.
20158 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
20159 </DD>
20161 <DT>SHORTDATE4</DT>
20162 <DD>
20163 This token represents the date on which the message was sent, according
20164 to the &quot;Date&quot; header field.
20165 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
20166 </DD>
20168 <DT>LONGDATE</DT>
20169 <DD>
20170 This token represents the date on which the message was sent, according
20171 to the &quot;Date&quot; header field.
20172 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
20173 </DD>
20175 <DT>SMARTDATE alternatives</DT>
20176 <DD>
20177 There are several versions of SMARTDATE that are all the same except
20178 for the way they format dates far in the past.
20179 SMARTDATE formats the date using the information from your locale settings
20180 to format the date string. It may end up formatting dates so that they look
20181 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20182 The feature
20183 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20184 may have an effect on the values of these tokens.
20185 If you want more control you may use one of the following.
20186   <DL>
20187   <DT>SMARTDATE</DT> <DD>If the option
20188 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20189 then this will be locale specific. Control this with the
20190 LC_TIME locale setting on a UNIX system. On Windows
20191 the Regional Options control panel may be used to set the Short date
20192 format. At the programming level, the strftime routine is what Alpine
20193 uses to print the date.
20194 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20195 to SMARTDATES1.</DD>
20196   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
20197   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20198   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
20199   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
20200   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
20201   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
20202   </DL>
20203 </DD>
20205 <DT>SMARTDATETIME alternatives</DT>
20206 <DD>
20207 There are several versions of SMARTDATETIME that are all very similar.
20208 The ones that end in 24 use a 24-hour clock for Today's messages instead
20209 of a 12-hour clock.
20210 The other variation is
20211 for the way they format dates far in the past.
20212 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
20213 to format the date string. It may end up formatting dates so that they look
20214 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20215 The feature
20216 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20217 may have an effect on the values of these tokens.
20218 The possible choices are:
20219   <DL>
20220   <DT>SMARTDATETIME</DT> <DD>If the option
20221 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20222 then this will be locale specific. Control this with the
20223 LC_TIME locale setting on a UNIX system. On Windows
20224 the Regional Options control panel may be used to set the Short date
20225 format. At the programming level, the strftime routine is what Alpine
20226 uses to print the date.
20227 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20228 to SMARTDATETIMES1.</DD>
20229   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
20230   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
20231   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
20232   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20233   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
20234   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
20235   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
20236   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
20237   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
20238   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
20239   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
20240   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
20241   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
20242   </DL>
20243 </DD>
20245 <DT>DAYDATE</DT>
20246 <DD>
20247 This token represents the date on which the message was sent, according
20248 to the &quot;Date&quot; header field.
20249 It looks like &quot;Sat, 23 Oct 1998&quot;.
20250 This token is never converted in any locale-specific way.
20251 </DD>
20253 <DT>PREFDATE</DT>
20254 <DD>
20255 This token represents the date on which the message was sent, according
20256 to the &quot;Date&quot; header field.
20257 It is your operating system's idea of the preferred date representation for the current locale.
20258 Internally it uses the %x version of the date from the strftime routine.
20259 </DD>
20261 <DT>PREFTIME</DT>
20262 <DD>
20263 This token represents the time at which the message was sent, according
20264 to the &quot;Date&quot; header field.
20265 It is the preferred time representation for the current locale.
20266 Internally it uses the %X version of the time from the strftime routine.
20267 </DD>
20269 <DT>PREFDATETIME</DT>
20270 <DD>
20271 This token represents the date and time at which the message was sent, according
20272 to the &quot;Date&quot; header field.
20273 It is the preferred date and time representation for the current locale.
20274 Internally it uses the %c version of the time from the strftime routine.
20275 </DD>
20277 <DT>DAY</DT>
20278 <DD>
20279 This token represents the day of the month on which the message was sent,
20280 according to the &quot;Date&quot; header field.
20281 For example, &quot;23&quot; or &quot;9&quot;.
20282 </DD>
20284 <DT>DAY2DIGIT</DT>
20285 <DD>
20286 This token represents the day of the month on which the message was sent,
20287 according to the &quot;Date&quot; header field.
20288 For example, &quot;23&quot; or &quot;09&quot;.
20289 It is always 2 digits.
20290 </DD>
20292 <DT>DAYORDINAL</DT>
20293 <DD>
20294 This token represents the ordinal number that is the day of
20295 the month on which the message was sent,
20296 according to the &quot;Date&quot; header field.
20297 For example, &quot;23rd&quot; or &quot;9th&quot;.
20298 </DD>
20300 <DT>DAYOFWEEK</DT>
20301 <DD>
20302 This token represents the day of the week on which the message was sent,
20303 according to the &quot;Date&quot; header field.
20304 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20305 </DD>
20307 <DT>DAYOFWEEKABBREV</DT>
20308 <DD>
20309 This token represents the day of the week on which the message was sent,
20310 according to the &quot;Date&quot; header field.
20311 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20312 </DD>
20314 <DT>MONTHABBREV</DT>
20315 <DD>
20316 This token represents the month the message was sent, according
20317 to the &quot;Date&quot; header field.
20318 For example, &quot;Oct&quot;.
20319 </DD>
20321 <DT>MONTHLONG</DT>
20322 <DD>
20323 This token represents the month in which the message was sent, according
20324 to the &quot;Date&quot; header field.
20325 For example, &quot;October&quot;.
20326 </DD>
20328 <DT>MONTH</DT>
20329 <DD>
20330 This token represents the month in which the message was sent, according
20331 to the &quot;Date&quot; header field.
20332 For example, &quot;10&quot; or &quot;9&quot;.
20333 </DD>
20335 <DT>MONTH2DIGIT</DT>
20336 <DD>
20337 This token represents the month in which the message was sent, according
20338 to the &quot;Date&quot; header field.
20339 For example, &quot;10&quot; or &quot;09&quot;.
20340 It is always 2 digits.
20341 </DD>
20343 <DT>YEAR</DT>
20344 <DD>
20345 This token represents the year the message was sent, according
20346 to the &quot;Date&quot; header field.
20347 For example, &quot;1998&quot; or &quot;2001&quot;.
20348 </DD>
20350 <DT>YEAR2DIGIT</DT>
20351 <DD>
20352 This token represents the year the message was sent, according
20353 to the &quot;Date&quot; header field.
20354 For example, &quot;98&quot; or &quot;01&quot;.
20355 It is always 2 digits.
20356 </DD>
20358 <DT>TIME24</DT>
20359 <DD>
20360 This token represents the time at which the message was sent, according
20361 to the &quot;Date&quot; header field.
20362 There is no adjustment made for different time zones, so you'll get
20363 the time the message was sent according to the time zone the sender
20364 was in.
20365 It has the format HH:MM. For example, &quot;17:28&quot;.
20366 </DD>
20368 <DT>TIME12</DT>
20369 <DD>
20370 This token represents the time at which the message was sent, according
20371 to the &quot;Date&quot; header field.
20372 This time is for a 12 hour clock.
20373 It has the format HH:MMpm.
20374 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20375 </DD>
20377 <DT>TIMEZONE</DT>
20378 <DD>
20379 This token represents the numeric timezone from
20380 the &quot;Date&quot; header field.
20381 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
20382 </DD>
20384 </DL>
20387 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
20389 <DL>
20390 <DT>MSGNO</DT>
20391 <DD>
20392 This token represents the message's current position in the folder that,
20393 of course, may change as the folder is sorted or new mail arrives.
20394 </DD>
20396 <DT>STATUS</DT>
20397 <DD>
20398 This token represents a three character wide field displaying various
20399 aspects of the message's state.
20400 The first character is either blank,
20401 a '*' for message marked Important, or a '+' indicating a message
20402 addressed directly to you (as opposed to your having received it via a
20403 mailing list, for example).
20404 When the feature
20405 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
20406 is set, if the first character would have been
20407 blank then it will instead be a '-' if the message is cc'd to you.
20408 The second character is typically blank,
20409 though the arrow cursor may occupy it if either the 
20410 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
20411 or the
20412 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
20413 is set (or you actually are on a slow link).
20414 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
20415 '<A HREF="h_flag_answered">A</A>' (Answered),
20416 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
20417 '<A HREF="h_flag_new">N</A>' (New), or blank.
20419 If you are using a threaded view of the index and this message is at the
20420 top of a collapsed portion of a thread,
20421 then this token refers to all of the messages in the collapsed portion of
20422 the thread instead of just the top message.
20423 The first character will be a '*' if <EM>any</EM> of the messages in the thread
20424 are marked Important, else a '+' if any of the messages are addressed
20425 to you, else a '-' if any of the messages are cc'd to you.
20426 The third character will be a 'D' if <EM>all</EM> of the messages
20427 in the collapsed thread are marked deleted,
20428 an 'A' if <EM>all</EM> of the messages
20429 in the collapsed thread are marked answered,
20430 it will be an 'N' if any of
20431 the messages are undeleted and unseen, and it will be blank otherwise.
20432 </DD>
20434 <DT>FULLSTATUS</DT>
20435 <DD>
20436 This token represents a less abbreviated alternative
20437 to the &quot;STATUS&quot; token.
20438 It is six characters wide.
20439 The first character is '+', '-', or blank, the
20440 second blank, the third either '*' or blank, the fourth
20441 '<A HREF="h_flag_new">N</A>' or blank,
20442 the fifth '<A HREF="h_flag_answered">A</A>'
20443 or blank, and the sixth character is
20444 either '<A HREF="h_flag_deleted">D</A>' or
20445 blank.
20447 If you are using a threaded view of the index and this message is at the
20448 top of a collapsed portion of a thread,
20449 then this token refers to all of the messages in the collapsed portion of
20450 the thread instead of just the top message.
20451 The first character is '+', '-', or blank depending on whether <EM>any</EM>
20452 of the messages in the collapsed thread are addressed to you or cc'd to you.
20453 The third character will be '*' if any of the messages are marked
20454 Important.
20455 The fourth character will be 'N' if all of the messages in the thread
20456 are New, else 'n' if some of the messages in the thread are New, else blank.
20457 The fifth character will be 'A' or 'a' or blank, and the sixth character
20458 will be 'D' or 'd' or blank.
20459 </DD>
20461 <DT>IMAPSTATUS</DT>
20462 <DD>
20463 This token represents an even less abbreviated alternative to the
20464 &quot;STATUS&quot; token.
20465 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
20466 an 'N' if the message is new to this folder since the last time
20467 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
20468 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
20469 new to the folder since it was last opened <EM>but</EM> has not been
20470 viewed, or a blank if the message has been in the folder since it was
20471 last opened and has been viewed.
20473 If you are using a threaded view of the index and this message is at the
20474 top of a collapsed portion of a thread,
20475 then the fourth character will be
20476 'N' if all of the messages in the thread are unseen and recent;
20477 else 'n' if some of the messages in the thread are unseen and recent;
20478 else 'U' if all of the messages in the thread are unseen and not recent;
20479 else 'u' if some of the messages in the thread are unseen and not recent;
20480 else 'R' if all of the messages in the thread are seen and recent;
20481 else 'r' if some of the messages in the thread are seen and recent;
20482 else blank.
20483 </DD>
20485 <DT>SHORTIMAPSTATUS</DT>
20486 <DD>
20487 This is the same as the last four of the six characters of IMAPSTATUS,
20488 so the '+' To Me information will be missing.
20489 </DD>
20491 <DT>SIZE</DT>
20492 <DD>
20493 This token represents the total size, in bytes, of the message.
20494 If a &quot;K&quot; (Kilobyte)
20495 follows the number, the size is approximately 1,000
20496 times that many bytes (rounded to the nearest 1,000).
20497 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20498 1,000,000 times that many bytes.
20499 Commas are not used in this field.
20500 This field is seven characters wide, including the enclosing parentheses.
20501 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20502 The progression of sizes used looks like:
20505 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
20507 </DD>
20509 <DT>SIZECOMMA</DT>
20510 <DD>
20511 This token represents the total size, in bytes, of the message.
20512 If a &quot;K&quot; (Kilobyte)
20513 follows the number, the size is approximately 1,000
20514 times that many bytes (rounded to the nearest 1,000).
20515 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20516 1,000,000 times that many bytes.
20517 Commas are used if the number shown is 1,000 or greater.
20518 The SIZECOMMA field is one character wider than the SIZE field.
20519 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20520 The progression of sizes used looks like:
20523 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
20525 </DD>
20527 <DT>KSIZE</DT>
20528 <DD>
20529 This token represents the total size of the message, expressed in
20530 kilobytes or megabytes, as most appropriate.
20531 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
20532 The progression of sizes used looks like:
20535 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
20537 </DD>
20539 <DT>SIZENARROW</DT>
20540 <DD>
20541 This token represents the total size, in bytes, of the message.
20542 If a &quot;K&quot; (Kilobyte)
20543 follows the number, the size is approximately 1,000
20544 times that many bytes.
20545 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20546 1,000,000 times that many bytes.
20547 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
20548 1,000,000,000 times that many bytes.
20549 This field uses only five characters of screen width, including the enclosing
20550 parentheses.
20551 The progression of sizes used looks like:
20554 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
20556 </DD>
20558 <DT>DESCRIPSIZE</DT>
20559 <DD>
20560 This token is intended to represent a more useful description of the
20561 message than just its size, but it isn't very useful at this point.
20562 The plus sign in this view means there are attachments.
20563 Note that including this token in
20564 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20565 display a little while Alpine collects the necessary information.
20566 </DD>
20568 <DT>SHORTSUBJECT</DT> 
20569 <DD> This token is the same as SUBJECT, but removes 
20570 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
20571 between these characters corresponds to mailing list names, and may be 
20572 unnecessary or unwanted in some instances. 
20573 </DD>
20575 <DT>SUBJKEY</DT>
20576 <DD>
20577 This token is the same as the SUBJECT token unless keywords are set for
20578 the message.
20579 In that case, a list of keywords enclosed in braces will be prepended to
20580 the subject of the message.
20581 Only those keywords that you have defined in your
20582 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20583 in Setup/Config are considered in the list.
20584 In other words, keywords that have been set by some other means, perhaps
20585 by another email program, won't show up unless included in
20586 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20587 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
20588 prepended to the subject in the MESSAGE TEXT screen.
20589 If you have given a keyword a nickname
20590 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20591 instead of the actual keyword.
20592 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20593 option may be used to modify this token slightly.
20594 It is also possible to color keywords in the index using the
20595 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20596 </DD>
20598 <DT>SHORTSUBJKEY</DT>
20599 <DD> This token is the same as SUBJKEY, but it is based on
20600 SHORTSUBJECT, instead of in SUBJECT.
20601 </DD>
20603 <DT>SUBJKEYINIT</DT>
20604 <DD>
20605 This token is the same as the SUBJKEY token except that instead of
20606 prepending a list of keywords to the subject, a list of first initials
20607 of keywords will be prepended instead.
20608 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
20609 set (or Work and Now are the Alpine nicknames of keywords that are set)
20610 then the SUBJKEY token would cause a result like
20612 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
20614 whereas the SUBJKEYINIT token would give
20616 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
20618 Only those keywords that you have defined in your
20619 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20620 in Setup/Config are considered in the list.
20621 In other words, keywords that have been set by some other means, perhaps
20622 by another email program, won't show up unless included in
20623 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20624 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20625 option may be used to modify this token slightly.
20626 It is also possible to color keywords in the index using the
20627 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20628 </DD>
20630 <DT>SHORTSUBJKEYINIT</DT>
20631 <DD> This token is the same as SUBJKEYINIT, but it is based on
20632 SHORTSUBJECT, instead of in SUBJECT.
20633 </DD>
20635 <DT>SUBJECTTEXT</DT>
20636 <DD>
20637 Same as SUBJECT but if there is room in the Subject field for more text,
20638 the opening part of the text of the message is displayed after the subject.
20639 The time needed to fetch the text may cause a performance problem
20640 which can, of course, be avoided by using the SUBJECT version of
20641 the Subject instead.
20642 You may color this opening text differently by using the
20643 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20644 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20645 You may adjust the characters that are displayed between the Subject and the
20646 opening text with the option
20647 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
20648 </DD>
20650 <DT>SUBJKEYTEXT</DT>
20651 <DD>
20652 Same as SUBJKEY but with the opening message text.
20653 </DD>
20655 <DT>OPENINGTEXT</DT>
20656 <DD>
20657 This is similar to SUBJECTTEXT.
20658 Instead of combining the Subject and the opening text in a single
20659 field in the index screen this token allows you to allocate a
20660 separate column just for the opening text of the message.
20661 The time needed to fetch this text may cause a performance problem.
20662 You may color this opening text differently by using the
20663 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20664 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20665 </DD>
20667 <DT>OPENINGTEXTNQ</DT>
20668 <DD>
20669 This is very similar to OPENINGTEXT.
20670 The NQ stands for No Quotes.
20671 The only difference is that quoted text (lines beginning with &gt;) is deleted.
20672 For some messages this may be confusing.
20673 For example, a message might have a line preceding some quoted
20674 text that reads something like &quot;On May 8th person A said.&quot;
20675 That no longer makes sense after the quoted text is deleted and it
20676 will appear that person A said whatever the text after the quote
20677 is, even though that is really person B talking.
20678 </DD>
20680 <DT>SUBJKEYINITTEXT</DT>
20681 <DD>
20682 Same as SUBJKEYINIT but with the opening message text.
20683 </DD>
20685 <DT>KEY</DT>
20686 <DD>
20687 This is a space-delimited list of keywords that are set for the message.
20688 Only those keywords that you have defined in your
20689 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20690 in Setup/Config are considered in the list.
20691 In other words, keywords that have been set by some other means, perhaps
20692 by another email program, won't show up unless included in
20693 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20694 If you have given a keyword a nickname
20695 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20696 instead of the actual keyword.
20697 It is also possible to color keywords in the index using the
20698 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20699 This token defaults to an arbitrary width of 5.
20700 You should set it to whatever width suits you using something
20701 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
20702 </DD>
20704 <DT>KEYINIT</DT>
20705 <DD>
20706 This is a list of keyword initials that are set for the message.
20707 If you have given a keyword a nickname
20708 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
20709 is displayed instead of the initial of the actual keyword.
20710 It is also possible to color keyword initials in the index using the
20711 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20712 This token defaults to an arbitrary width of 2.
20713 You should set it to whatever width suits you using something
20714 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
20715 </DD>
20717 <DT>PRIORITY</DT>
20718 <DD>
20719 The X-Priority header is a non-standard header that is used in a
20720 somewhat standard way by many mail programs.
20721 Alpine expects the value of this header to be a digit with a value
20722 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
20723 Since this priority is something that the sender sets it is only an indication
20724 of the priority that the sender attaches to the mail and it is therefore almost
20725 totally unreliable for use as a filtering criterion.
20726 This token will display the numeric value of the priority if it is between
20727 1 and 5.
20728 It will be suppressed (blank) if the value is 3, which is normal priority.
20729 This token may be colored with the
20730 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20731 </DD>
20733 <DT>PRIORITYALPHA</DT>
20734 <DD>
20735 This is a more verbose interpretation of the X-Priority field.
20736 Once again nothing is displayed unless the value of the field
20737 is 1, 2, 4, or 5.
20738 The values displayed for those values are:
20740 <TABLE>
20741 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
20742 <TR> <TD>2</TD> <TD>High</TD> </TR>
20743 <TR> <TD>4</TD> <TD>Low</TD> </TR>
20744 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
20745 </TABLE>
20747 This token may be colored with the
20748 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20749 </DD>
20751 <DT>PRIORITY!</DT>
20752 <DD>
20753 This is a one character, non-numeric version of the X-Priority field.
20754 If the value of the X-Priority header is 1 or 2 an exclamation
20755 point is displayed.
20756 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
20757 This token may be colored with the
20758 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20759 </DD>
20761 <DT>ATT</DT>
20762 <DD>
20763 This is a one column wide field that represents the number of attachments
20764 a message has. It will be blank if there are no attachments, a single
20765 digit for one to nine attachments, or an asterisk for more than nine.
20766 Note that including this token in
20767 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20768 display a little while Alpine collects the necessary information.
20769 </DD>
20771 <DT>FROMORTO</DT>
20772 <DD>
20773 This token represents <EM>either</EM> the personal name (or email address) of
20774 the person listed in the message's &quot;From:&quot; header
20775 field, <EM>or</EM>, if that address is yours or one of your
20776 <A HREF="h_config_alt_addresses">alternate addresses</A>,
20777 the first person specified in the
20778 message's &quot;To:&quot; header field
20779 with the prefix &quot;To: &quot; prepended.
20780 If the from address is yours and there is also no &quot;To&quot; address,
20781 Alpine will use the address on the &quot;Cc&quot; line.
20782 If there is no address there, either, Alpine will look for a newsgroup name
20783 from the &quot;Newsgroups&quot; header field and put
20784 that after the &quot;To: &quot; prefix.
20785 </DD>
20787 <DT>FROMORTONOTNEWS</DT>
20788 <DD>
20789 This is almost the same as <EM>FROMORTO</EM>.
20790 The difference is that newsgroups aren't considered.
20791 When a message is from you, doesn't have a To or Cc, and does have
20792 a Newsgroups header; this token will be your name instead of the name
20793 of the newsgroup (like it would be with FROMORTO).
20794 </DD>
20796 <DT>TEXT</DT>
20797 <DD>
20798 This is a different sort of token.
20799 It allows you to display a label within each index line.
20800 It will be the same fixed text for each line.
20801 It is different from all the other tokens in that there is no space column
20802 displayed after this token.
20803 Instead, it is butted up against the following field.
20804 It also has a different syntax.
20805 The text to display is given following a colon after the
20806 word &quot;TEXT&quot;.
20807 For example,
20809 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
20811 would insert the literal text &quot;abc=&quot; (without the quotes)
20812 into the index display line.
20813 You must quote the text if it includes space characters, like
20815 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
20817 </DD>
20819 <DT>HEADER</DT>
20820 <DD>
20821 This allows you to display the text from a particular header line in the
20822 message.
20823 The syntax for this token is substantially different from all the others
20824 in order that you might be able to display a portion of the text following
20825 a particular header.
20826 The header name you are interested in is given following a colon
20827 after the word &quot;HEADER&quot;.
20828 For example,
20830 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
20832 would display the text of the X-Spam header, if any.
20833 Like for other index tokens a width field may (and probably should)
20834 follow this.
20836 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
20838 displays the first ten characters of the X-Spam header.
20839 Unlike other index tokens, the syntax for HEADER is more flexible.
20840 An optional second argument comes after a comma inside the parentheses.
20841 It specifies the &quot;field&quot; number.
20842 By default, the field separator is a space character.
20843 No extra space characters are allowed in the argument list.
20845 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
20847 would display the second field, left-justified, in a 10 character
20848 wide field.
20849 The second field would consist of all the text after the first space
20850 up to the next space or the end of the header.
20851 The default field number is zero, which stands for the entire line.
20852 There is also an optional third argument that is a list of field
20853 separators. It defaults to a space character.
20854 The example
20856 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
20858 would cause the field separators to be any of colon, percent,
20859 or space (there is a space character between the percent and the
20860 right parenthesis).
20861 The first field runs from the start of the header value up to the first
20862 colon, percent, or space; the second goes from there to the next; and so on.
20863 In order to use a comma character as a field separator you must escape
20864 it by preceding it with a backslash (&#92;).
20865 The same is true of the backslash character itself.
20866 There is one further optional argument.
20867 It is an R or an L to specify right or left adjustment of the text
20868 within the field.
20869 The default is to left justify, however if you are displaying numbers
20870 you might prefer to right justify.
20872 Here's an example of a SpamAssassin header.
20873 The exact look of the header will vary, but if your incoming mail
20874 contains headers that look like the following
20876 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
20878 you might want to display the hits value.
20879 The first field starts with the Y in Yes.
20880 To get what you're interested in you might use &quot;=&quot; and
20881 space as the field separators and display the third field, like
20883 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
20885 or maybe you would break at the dot instead
20887 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
20889 Another example we've seen has headers that look like
20891 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
20893 Because there are two equals and a comma before the 7% and a comma
20894 after it, the token
20896 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
20898 should display the probability (for example 7% or 83%) right justified
20899 in a 3-wide field.
20900 </DD>
20902 <DT>ARROW</DT>
20903 <DD>
20904 This gives an alternative way to display the current message in the
20905 MESSAGE INDEX screen.
20906 Usually the current message is indicated by the line being shown in
20907 reverse video.
20908 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
20909 the current line will include an &quot;arrow&quot; that
20910 looks like
20912 <CENTER><SAMP>-&gt;</SAMP></CENTER>
20914 in the ARROW token's field.
20915 For all of the non-current messages, the ARROW field will be filled
20916 with blanks.
20917 If you use the fixed-field width feature the length of the &quot;arrow&quot;
20918 may be adjusted.
20919 The arrow will be drawn as width-1 dashes followed by a greater than sign.
20920 For example, if you use ARROW(3) you will get
20922 <CENTER><SAMP>--&gt;</SAMP></CENTER>
20924 and ARROW(1) will give you just
20926 <CENTER><SAMP>&gt;</SAMP></CENTER>
20928 It is also possible to set the color of the ARROW field.
20929 By default (and for non-current messages) the arrow is colored the same
20930 as the index line it is part of.
20931 You may set it to be another color with the 
20932 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
20933 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20934 </DD>
20936 <DT>SCORE</DT>
20937 <DD>
20938 This gives the
20939 <a href="h_rules_score">score</a>
20940 of each message.
20941 This will be six columns wide to accommodate the widest possible score.
20942 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
20943 to limit the width of the field to the widest score that
20944 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
20945 If you have not defined any score rules the scores will all be zero.
20946 If any of your score rules contain AllText or BodyText patterns
20947 then including SCORE in the <!--#echo var="VAR_index-format"-->
20948 may slow down the display of the MESSAGE INDEX screen.
20949 </DD>
20950 </DL>
20953 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
20955 <DL>
20956 <DT>CURNEWS</DT>
20957 <DD>
20958 This token represents the current newsgroup if there is one.
20959 For example, &quot;comp.mail.pine&quot;.
20960 </DD>
20962 <DT>MSGID</DT>
20963 <DD>
20964 This token represents the message ID of the message.
20965 This token does not work with Filter Rule folder names.
20966 </DD>
20968 <DT>CURDATE</DT>
20969 <DD>
20970 This token represents the current date.
20971 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20972 </DD>
20974 <DT>CURDATEISO</DT>
20975 <DD>
20976 This token represents the current date.
20977 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20978 </DD>
20980 <DT>CURDATEISOS</DT>
20981 <DD>
20982 This token represents the current date.
20983 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20984 </DD>
20986 <DT>CURPREFDATE</DT>
20987 <DD>
20988 This token represents the current date.
20989 It is your operating system's idea of the preferred date representation for the current locale.
20990 Internally it uses the %x version of the date from the strftime routine.
20991 </DD>
20993 <DT>CURPREFTIME</DT>
20994 <DD>
20995 This token represents the current time.
20996 It is the preferred time representation for the current locale.
20997 Internally it uses the %X version of the time from the strftime routine.
20998 </DD>
21000 <DT>CURPREFDATETIME</DT>
21001 <DD>
21002 This token represents the current date and time.
21003 It is the preferred date and time representation for the current locale.
21004 Internally it uses the %c version of the time from the strftime routine.
21005 </DD>
21007 <DT>CURTIME24</DT>
21008 <DD>
21009 This token represents the current time.
21010 It has the format HH:MM. For example, &quot;17:28&quot;.
21011 </DD>
21013 <DT>CURTIME12</DT>
21014 <DD>
21015 This token represents the current time.
21016 This time is for a 12 hour clock.
21017 It has the format HH:MMpm.
21018 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
21019 </DD>
21021 <DT>CURDAY</DT>
21022 <DD>
21023 This token represents the current day of the month.
21024 For example, &quot;23&quot; or &quot;9&quot;.
21025 </DD>
21027 <DT>CURDAY2DIGIT</DT>
21028 <DD>
21029 This token represents the current day of the month.
21030 For example, &quot;23&quot; or &quot;09&quot;.
21031 It is always 2 digits.
21032 </DD>
21034 <DT>CURDAYOFWEEK</DT>
21035 <DD>
21036 This token represents the current day of the week.
21037 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
21038 </DD>
21040 <DT>CURDAYOFWEEKABBREV</DT>
21041 <DD>
21042 This token represents the current day of the week.
21043 For example, &quot;Sun&quot; or &quot;Wed&quot;.
21044 </DD>
21046 <DT>CURMONTH</DT>
21047 <DD>
21048 This token represents the current month.
21049 For example, &quot;10&quot; or &quot;9&quot;.
21050 </DD>
21052 <DT>CURMONTH2DIGIT</DT>
21053 <DD>
21054 This token represents the current month.
21055 For example, &quot;10&quot; or &quot;09&quot;.
21056 It is always 2 digits.
21057 </DD>
21059 <DT>CURMONTHLONG</DT>
21060 <DD>
21061 This token represents the current month.
21062 For example, &quot;October&quot;.
21063 </DD>
21065 <DT>CURMONTHABBREV</DT>
21066 <DD>
21067 This token represents the current month.
21068 For example, &quot;Oct&quot;.
21069 </DD>
21071 <DT>CURYEAR</DT>
21072 <DD>
21073 This token represents the current year.
21074 For example, &quot;1998&quot; or &quot;2001&quot;.
21075 </DD>
21077 <DT>CURYEAR2DIGIT</DT>
21078 <DD>
21079 This token represents the current year.
21080 For example, &quot;98&quot; or &quot;01&quot;.
21081 It is always 2 digits.
21082 </DD>
21084 <DT>LASTMONTH</DT>
21085 <DD>
21086 This token represents last month.
21087 For example, if this is November (the 11th month),
21088 it is equal to &quot;10&quot; or if this is October (the 10th month),
21089 it is &quot;9&quot;.
21090 It is possible that this and the other tokens beginning with LASTMONTH
21091 below could be useful when used with a Filtering Rule that
21092 has the &quot;Beginning of Month&quot; option set.
21093 </DD>
21095 <DT>LASTMONTH2DIGIT</DT>
21096 <DD>
21097 This token represents last month.
21098 For example, if this is November (the 11th month),
21099 it is equal to &quot;10&quot; or if this is October (the 10th month),
21100 it is &quot;09&quot;.
21101 It is always 2 digits.
21102 </DD>
21104 <DT>LASTMONTHLONG</DT>
21105 <DD>
21106 This token represents last month.
21107 For example, if this is November the value is &quot;October&quot;.
21108 </DD>
21110 <DT>LASTMONTHABBREV</DT>
21111 <DD>
21112 This token represents last month.
21113 For example, if this is November the value is &quot;Oct&quot;.
21114 </DD>
21116 <DT>LASTMONTHYEAR</DT>
21117 <DD>
21118 This token represents what the year was a month ago.
21119 For example, if this is October, 1998, it is &quot;1998&quot;.
21120 If this is January, 1998, it is &quot;1997&quot;.
21121 </DD>
21123 <DT>LASTMONTHYEAR2DIGIT</DT>
21124 <DD>
21125 This token represents what the year was a month ago.
21126 For example, if this is October, 1998, it is &quot;98&quot;.
21127 If this is January, 1998, it is &quot;97&quot;.
21128 </DD>
21130 <DT>LASTYEAR</DT>
21131 <DD>
21132 This token represents last year.
21133 For example, if this is 1998, it equals &quot;1997&quot;.
21134 It is possible that this
21135 could be useful when used with a Filtering Rule that
21136 has the &quot;Beginning of Year&quot; option set.
21137 </DD>
21139 <DT>LASTYEAR2DIGIT</DT>
21140 <DD>
21141 This token represents last year.
21142 For example, if this is 1998, it equals &quot;97&quot;.
21143 It is always 2 digits.
21144 </DD>
21146 <DT>ROLENICK</DT>
21147 <DD>
21148 This token represents the nickname of the
21149 role currently being used.  If no role is being used,
21150 then no text will be printed for this token.
21151 This token does not work with Filter Rule folder names.
21152 </DD>
21153 </DL>
21156 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
21157 See the help for the
21158 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
21159 to see why you might want to use this.
21160 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
21161 must be surrounded by underscores when used.
21163 <DL>
21164 <DT>NEWLINE</DT>
21165 <DD>
21166 This is an end of line marker.
21167 </DD>
21168 </DL>
21171 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
21173 <DL>
21174 <DT>CURSORPOS</DT>
21175 <DD>
21176 This token is different from the others.
21177 When it is replaced it is replaced with nothing, but it sets an Alpine
21178 internal variable that tells the composer to start with the cursor
21179 positioned at the position where this token was.
21180 If both the template file and the signature file contain
21181 a &quot;CURSORPOS&quot; token, then the position in the template file
21182 is used.
21183 If there is a template file and neither it nor the signature file contains
21184 a &quot;CURSORPOS&quot; token, then the cursor is positioned
21185 after the end of the contents of the
21186 template file when the composer starts up.
21187 </DD>
21188 </DL>
21191 &lt;End of help on this topic&gt;
21192 </BODY>
21193 </HTML>
21194 ======= h_reply_token_conditionals =======
21195 <HTML>
21196 <HEAD>
21197 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
21198 </HEAD>
21199 <BODY>
21200 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
21202 Conditional text inclusion may be used with
21203 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
21204 in signature files, and in template files used in
21205 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
21206 It may <EM>not</EM> be used with the
21207 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
21210 There is a limited if-else capability for including text.
21211 The if-else condition is based
21212 on whether or not a given token would result in replacement text you
21213 specify.
21214 The syntax of this conditional inclusion is
21216 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
21218 The left parenthesis must follow the underscore immediately, with no
21219 intervening space.
21220 It means the token is expanded and the results of that expansion are
21221 compared against the &quot;match_this&quot; argument.
21222 If there is an exact match, then the &quot;if_matched&quot; text is used
21223 as the replacement text.
21224 Otherwise, the &quot;if_not_matched&quot; text is used.
21225 One of the most useful values for the &quot;match_this&quot; argument is
21226 the empty string, &quot;&quot;.
21227 In that case the expansion is compared against the empty string.
21229 Here's an example to make it clearer.
21230 This text could be included in one of your template files:
21232 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
21234 If that is included in a template file that you are using while replying
21235 to a message (because you chose to use the role it was part of),
21236 and that message has a newsgroup header and a newsgroup in that header,
21237 then the text
21239 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
21241 will be included in the message you are about to compose.
21242 On the other hand, if the message you are replying to does not have
21243 a newsgroup, then the text
21245 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
21247 would be included instead.
21248 This would also work in signature files and in
21249 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
21250 If the &quot;match_this&quot;, &quot;if_matched&quot;,
21251 or &quot;if_not_matched&quot; arguments contain
21252 spaces, parentheses, or commas;
21253 they have to be quoted with double quotation marks (like in the example
21254 above).
21255 If you want to include a literal quote (&quot;) in the text you must escape the
21256 quote by preceding it with a backslash (&#92;) character.
21257 If you want to include a literal backslash character you must escape it
21258 by preceding it with another backslash.
21260 The comma followed by &quot;if_not_matched&quot; is optional.
21261 If there is no &quot;if_not_matched&quot;
21262 present then no text is included if the not_matched case is true.
21263 Here's another example:
21265 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
21267 Here you can see that tokens may appear in the arguments.
21268 The same is true for tokens with the conditional parentheses.
21269 They may appear in arguments,
21270 though you do have to be careful to get the quoting and escaping of
21271 nested double quotes correct.
21272 If this was in the signature file being used and you were replying to a message
21273 sent to comp.mail.pine the resulting text would be:
21275 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
21277 If you were replying to a message that wasn't sent to any newsgroup the
21278 resulting text would be a single blank line.
21279 The reason you'd get a blank line is because the end of the line is
21280 outside of the conditional, so is always included.
21281 If you wanted to get rid of that blank line you could do so by moving
21282 the end of line inside the conditional.
21283 In other words, it's ok to have multi-line
21284 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
21285 template file.
21286 The text just continues until the next double quotation, even if it's not
21287 on the same line.
21289 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
21291 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
21293 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
21294 while reading the newsgroup comp.mail.pine the resulting text would be:
21296 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
21298 If you were replying to a message while reading an email folder instead
21299 of a newsgroup the resulting leadin text would be
21301 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
21303 Here's one more (contrived) example illustrating a matching argument
21304 that is not the empty string.
21306 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
21308 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
21309 were replying to
21310 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
21311 would be
21313 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
21315 But if you were replying to a message sent on Oct. 27 (and that wasn't
21316 today) you would get
21318 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
21321 &lt;End of help on this topic&gt;
21322 </BODY>
21323 </HTML>
21324 ======= h_composer_cntxt_nick =======
21325 <HTML>
21326 <HEAD>
21327 <TITLE>Collection Nickname Explained</TITLE>
21328 </HEAD>
21329 <BODY>
21330 <H1>Collection Edit Help -- Nickname Field</H1>
21332 This field is provided so you can add a short nickname to use when
21333 referring to this collection within Alpine.  Spaces are allowed, and
21334 you don't need to use double-quotes.  However, the double-quote
21335 character is not allowed.
21337 Look <A HREF="h_edit_nav_cmds">here</A>
21338 to see the available Editing and Navigation commands.
21340 &lt;End of help on this topic&gt;
21341 </BODY>
21342 </HTML>
21343 ======= h_folder_server_syntax =======
21344 <HTML>
21345 <HEAD>
21346 <TITLE>Server Name Syntax</TITLE>
21347 </HEAD>
21348 <BODY>
21349 <H1>Server Name Syntax</H1>
21351 This help describes the syntax that may be used for server names
21352 that may be associated with remote folders or SMTP servers.
21355 A server name is the hostname of the server.
21356 It's a good idea to use the host's fully-qualified network name.
21359 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
21362 However, IP addresses are allowed if surrounded
21363 with square-brackets.
21366 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
21369 An optional network port number may be supplied by appending
21370 a colon (:) followed by the port number
21371 to the server name.
21372 By default, the IMAP port number, 143, is used.
21375 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
21378 Besides server name and optional port number, various other optional
21379 parameters may be supplied that alter Alpine's interaction with the server.
21380 A parameter is supplied by appending a slash (/) character followed by
21381 the parameter's name and,
21382 depending on the particular parameter, the value assigned to that
21383 name, to the server name (and optional port number).
21384 Parameter names are <EM>not</EM> case sensitive.
21385 Currently supported parameters include:
21387 <DL>
21389 <DT>User</DT>
21390 <DD>This parameter requires an associated value, and is intended to
21391 provide the username identifier with which to establish the server
21392 connection.
21393 If your SMTP server offers SMTP AUTH authentication, adding this 
21394 parameter to the
21395 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
21396 option will cause Alpine to attempt to authenticate to the server using the
21397 supplied username.
21398 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
21399 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
21400 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
21401 option (or to the server name for any folder collection using NNTP)
21402 will cause Alpine to attempt
21403 to authenticate to the server using the supplied username.
21404 An example might be:
21407 <CENTER><SAMP>/user=katie</SAMP></CENTER>
21410 </DD>
21412 <DT>STARTTLS</DT>
21413 <DD>
21414 This is a unary parameter indicating communication with the server must 
21415 take place over a TLS connection. If you use this parameter, Alpine will 
21416 establish an insecure connection to the server, and later will attempts to 
21417 use a secure encrypted connection. If the attempt to use TLS fails then 
21418 this parameter will cause the connection to fail instead of falling back 
21419 to an insecure connection.
21421 Use this option when you are told to use STARTTLS. If you are told to use 
21422 SSL or TLS on port 993, use the /ssl unary parameter instead, and not this 
21423 parameter. Use this parameter when establishing a connection to a server 
21424 on an insecure port (normally port 143 for IMAP) and then needing to 
21425 establish a secure connection using STARTTLS.
21427 <P><A href="h_security_considerations">Learn more</A> about security 
21428 considerations when you use this option.
21431 <CENTER><SAMP>/starttls</SAMP></CENTER>
21434 </DD>
21436 <DT>SSL</DT>
21437 <DD>
21438 This is a unary parameter indicating communication with the server should 
21439 take place over a Secure Socket Layer connection.  The server must support
21440 this method, and be prepared to accept connections on the appropriate
21441 port (993 by default).
21442 Alpine must be linked with an SSL library for this option to be operational.
21443 Using this option will make Alpine try to connect to the server using the
21444 most secure encrypted SSL connection that both your version of Alpine and the
21445 server support.
21448 <CENTER><SAMP>/ssl</SAMP></CENTER>
21451 </DD>
21453 <DT>TLS1</DT>
21454 <DD>
21455 This parameter indicates that the connection to the server will be made
21456 over the SSL port, but using the TLSv1 protocol, instead of the usual
21457 SSLv3 or SSLv2 protocols.
21458 Alpine must be linked with an SSL library for this option to be operational.
21461 <CENTER><SAMP>/tls1</SAMP></CENTER>
21463 </DD>
21465 <DT>TLS1_1</DT>
21466 <DD>
21467 This parameter indicates that the connection to the server will be made
21468 over the SSL port, but using the TLSv1.1 protocol.
21469 Alpine must be linked with an SSL library that supports this encryption
21470 protocol for this option to be operational.
21473 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
21475 </DD>
21477 <DT>TLS1_2</DT>
21478 <DD>
21479 This parameter indicates that the connection to the server will be made
21480 over the SSL port, but using the TLSv1.2 protocol.
21481 Alpine must be linked with an SSL library that supports this encryption
21482 protocol for this option to be operational.
21485 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
21487 </DD>
21489 <DT>TLS1_3</DT>
21490 <DD>
21491 This parameter indicates that the connection to the server will be made
21492 over the SSL port, but using the TLSv1.3 protocol.
21493 Alpine must be linked with an SSL library that supports this encryption
21494 protocol for this option to be operational.
21497 <CENTER><SAMP>/tls1_3</SAMP></CENTER>
21499 </DD>
21501 <DT>NoValidate-Cert</DT>
21502 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
21503 This is needed if the server uses self-signed certificates or if Alpine
21504 cannot validate the certificate for some other known reason. You should avoid
21505 using this option, and instead install the certificate of the server, so you
21506 are not a victim of a cracker-in-the-middle attack.
21508 </DD>
21510 <DT>Anonymous</DT>
21511 <DD>This is a unary parameter (that means it does not have a value)
21512 indicating that the connection be logged in as
21513 &quot;anonymous&quot; rather than a specific user.
21514 Not all servers offer anonymous
21515 access; those which do generally only offer read-only access to certain
21516 &quot;public&quot; folders.
21519 <CENTER><SAMP>/anonymous</SAMP></CENTER>
21522 </DD>
21524 <DT>Secure</DT>
21525 <DD>This is a unary parameter indicating that the connection use the
21526 most secure authentication method mutually supported by Alpine and the
21527 server.
21528 Alpine is capable of authenticating connections to 
21529 the server using several methods.
21530 By default, Alpine will attempt each
21531 method until either a connection is established or the
21532 list of methods is exhausted.
21533 This parameter causes Alpine to instead fail 
21534 the connection if the first (generally most &quot;secure&quot;) method fails.
21537 <CENTER><SAMP>/secure</SAMP></CENTER>
21540 </DD>
21542 <DT>Submit</DT>
21543 <DD>This is a unary parameter for use with the
21544 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
21545 It indicates that the connection should be made to the Submit server
21546 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
21547 (port 587) instead of the SMTP port (25).
21548 At the time this help was written the submit option was equivalent to
21549 specifying port 587. <A href="h_security_considerations">Learn more</A>
21550 about security considerations when you use this option.
21553 <CENTER><SAMP>/submit</SAMP></CENTER>
21557 <CENTER><SAMP>host:587</SAMP></CENTER>
21560 </DD>
21562 <DT>Debug</DT>
21563 <DD>This is a unary parameter indicating that the connection be established
21564 in a verbose mode.  Basically, it causes Alpine to log the communication with
21565 the server in Alpine's debug file.
21566 Normally, the pine -d command-line flag would be used instead.
21568 </DD>
21570 <DT>NoRsh</DT>
21571 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
21572 the UNIX remote shell program.
21573 Including &quot;NoRsh&quot; will cause connections to this server to skip
21574 the &quot;rsh&quot; attempt.
21575 This might be useful to avoid long timeouts caused by rsh firewalls, for
21576 example.
21578 </DD>
21580 <DT>Loser</DT>
21581 <DD>This option makes sense only for IMAP servers that do not perform
21582 a SEARCH command correctly. If your filtering rules
21583 fail to filter some messages, that should have been filtered, then this
21584 option will make Alpine download all data necessary data to perform that 
21585 search. There is a performance penalty when using this option. Downloading 
21586 the data to perform the search will take longer than requesting the IMAP
21587 server to perform the filtering, but the filtering will be done correctly.
21589 </DD>
21592 <DT>Service</DT>
21593 <DD>This parameter requires an associated value.  The default value is
21594 &quot;IMAP&quot; which indicates communication with the server based
21595 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
21596 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
21598 Other service values include:
21599  <DL>
21600  <DT>NNTP</DT>
21601  <DD>This value indicates communication with the server takes place via
21602 the Network News Transfer Protocol.  Use this to define a collection
21603 of newsgroups on a remote news server.  So
21606 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
21608 or just
21610 <CENTER><SAMP>/NNTP</SAMP></CENTER>
21613 is the way to specify NNTP access.
21615  </DD>
21617  <DT>POP3</DT>
21618  <DD>This value indicates communication with the server takes place via the
21619 Post Office Protocol 3 protocol.
21622 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
21624 or just
21626 <CENTER><SAMP>/POP3</SAMP></CENTER>
21629 Note that there are several important issues
21630 to consider when selecting this option:
21631 <OL>
21632  <LI> POP3 provides access to only your INBOX.  In other words,
21633 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
21634  <LI> Alpine's implementation of POP3 does not follow the traditional POP
21635 model and will leave your mail on the server. Refer to the
21636 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
21637  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
21638 </OL>
21639 </DD>
21640 </DL>
21641 </DL>
21644 Note that it is possible to include more than one parameter in a server
21645 specification by concatenating the parameters. For example:
21648 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
21652 &lt;End of help on this topic&gt;
21653 </BODY>
21654 </HTML>
21655 ======= h_security_considerations =======
21656 <HTML>
21657 <HEAD>
21658 <TITLE>SSL, TLS, STARTTLS and More Security Considerations</TITLE>
21659 </HEAD>
21660 <BODY>
21661 <H1>SSL, TLS, STARTTLS and More Security Considerations</H1>
21663 The purpose of this text is to educate users on how to best choose
21664 the type of security connection to a remote server using the SSL and TLS
21665 encryption protocols.
21668 In the past, and when Alpine originally started to support encrypted connections
21669 to remote servers, the /ssl modifier was needed, and it meant any of the SSLv2
21670 or SSLv3 protocols. Those encryption protocols are considered not fully secure
21671 anymore, and in fact, you might not be able to use them anymore.
21673 <P> Today the /ssl modifier means to use the most secure encryption 
21674 protocol between your version of Alpine and what the server supports. This 
21675 might mean more modern protocols, such as TLS 1.0, TLS 1.1, etc. As of 
21676 this writing, Alpine supports connection using TLS 1.3. These protocols
21677 are considered more secure today and they should be preferred over the old
21678 SSL protocols.
21680 <P> A source of confusion for Alpine users might be the meaning of the 
21681 modifier /tls with respect to the names of the encryption protocols, such 
21682 as TLS 1.2. The meaning of /tls is to start an encrypted connection to a 
21683 server after an insecure connection has been established, and we will 
21684 discuss this later in this help text. The preferred way flag is to use
21685 /starttls, instead of /tls.
21687 <P>The best way to start an encrypted connection to a server is to use the 
21688 /ssl modifier. If your provider allows encrypted connections on port 993 
21689 for IMAP, or port 995 for POP3, or in port 465 for SMTP, just define your 
21690 server by adding the /ssl modifier and do not add the port to the server. 
21691 Alpine knows that the secure connection will be done in the correct port, 
21692 and will use the most secure encryption available between Alpine and the 
21693 server. You only need to use the port number when it is different from the
21694 default port numbers for this type of connections, and those were given
21695 above.
21697 <P>Most email service providers identify secure connections by saying 
21698 &quot;SSL or TLS&quot;. In this case, use the /ssl modifier, and only use 
21699 the port number in case it is different to the ones above.
21701 <P>If your service provider says to use STARTTLS, then you need to use the 
21702 /starttls modifier. If your service provider gives you the option to use SSL or 
21703 TLS and to use STARTTLS choose the secure port and choose the /ssl 
21704 modifier. This is because connections using the /starttls modifier can be 
21705 attacked and your username and password can be stolen by a hacker. The next
21706 paragraph describes in short how to do this.
21708 <P> When you use the /starttls modifier, Alpine connects insecurely to the 
21709 remote server. Because the connection is insecure, it is possible that you 
21710 connect to a different server, which connects you to the real server. This 
21711 is called &quot;man-in-the-middle&quot; attack, and so your communication 
21712 will pass through the hackers computer before it reaches the real target. 
21713 An example of a possible man-in-the-middle is your internet service provider, 
21714 or your employer in some instances.
21715 This means that the hacker can modify the replies from the correct server 
21716 and give you the illusion of security before you are actually connected to 
21717 the secure server. Therefore, you might disclose your username and 
21718 password to the hacker before you establish a secure connection to the correct
21719 server.
21721 <P> Therefore, if possible avoid using STARTTLS (for IMAP and POP) or SUBMIT
21722 for SMTP (in port 587), as these are subject to attack. If possible
21723 ask your provider for secure connections for SSL or TLS in the secure ports
21724 993 for IMAP, 995 for POP or 465 for SMTP.
21726 <P> In the current state, even as of TLS 1.3, these protocols are considered 
21727 secure but they do not protect your privacy. For example your internet 
21728 service provider might track to which servers you are connecting securely. 
21729 Encryption protocols are evolving to not only protect the security of your 
21730 data, but also your privacy.
21732 <P> Other types of errors can lead to insecure connections. An example is
21733 when the name of the server as provided by the user does not match the
21734 name of the server in the certificate. 
21735 <A href="h_tls_validation_failure">Read more</A> about security errors
21736 of this type and learn how to protect yourself against this type of
21737 errors.
21740 &lt;End of help on this topic&gt;
21741 </BODY>
21742 </HTML>
21743 ======= h_composer_cntxt_server =======
21744 <HTML>
21745 <HEAD>
21746 <TITLE>Collection Server: Explained</TITLE>
21747 </HEAD>
21748 <BODY>
21749 <H1>Collection Edit Help -- Server Field</H1>
21751 This collection's &quot;Server:&quot; definition indicates the
21752 hostname of the server providing access to the folders in this
21753 collection.
21754 The syntax of this server name is the same as for other server names used
21755 in remote folder names in
21756 Alpine and is described
21757 <A HREF="h_folder_server_syntax">here</A>.
21760 &lt;End of help on this topic&gt;
21761 </BODY>
21762 </HTML>
21763 ======= h_composer_cntxt_path =======
21764 <HTML>
21765 <HEAD>
21766 <TITLE>Collection Path: Explained</TITLE>
21767 </HEAD>
21768 <BODY>
21769 <H1>Collection Edit Help -- Path Field</H1>
21771 The collection's &quot;Path:&quot; definition indicates the location
21772 of the folders in this collection.  If the path or any of its components
21773 do not exist, Alpine will prompt you for their creation when exiting the
21774 Add/Change screen.
21776 <P> 
21777 By default the path is interpreted as defining a section of your personal
21778 folder area.  This area and how you specify it are defined by the
21779 server, if one is specified in the collection, or, typically, the home
21780 directory if no server is defined.
21783 To define a collection outside the default &quot;area&quot;, prefix
21784 the path with the &quot;namespace&quot; to use when interpreting the
21785 given path.  If a namespace is specified, the Path begins with the
21786 sharp, &quot;#&quot;, character followed by the name of the namespace
21787 and then the namespace's path-element-delimiter.  Aside from the
21788 path's format, namespaces can also imply access rights, content
21789 policy, audience, location, and, occasionally, access methods.
21792 Each server exports its own set (possibly of size one) of 
21793 namespaces.  Hence, it's likely communication with your server's
21794 administrator will be required for specific configurations.  Some of
21795 the more common namespaces, however, include:
21797 <DL>
21798 <DT>#news.</DT>
21799 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
21800 names are hierarchically defined with each level delimited by a period.
21801 </DD>
21802 <DT>#public/</DT>
21803 <DD>This specifies a folder area that the server may export to the general
21804 public.
21805 </DD>
21806 <DT>#shared/</DT>
21807 <DD>This specifies a folder area that the folder may export to groups
21808 of users.
21809 </DD>
21810 <DT>#ftp/</DT>
21811 <DD>This specifies a folder area that is the same as that it may have 
21812 exported via the &quot;File Transfer Protocol&quot;.
21813 </DD>
21814 <DT>#mh/</DT>
21815 <DD>This specifies the personal folder area associated with folders
21816 and directories that were created using the MH message handling system.
21817 </DD>
21818 </DL>
21821 In addition, the server may support access to other user's folders,
21822 provided you have suitable permissions.  Common methods use a prefix
21823 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
21824 indicate the root of the other user's folder area.
21827 No, nothing's simple.
21830 &lt;End of help on this topic&gt;
21831 </BODY>
21832 </HTML>
21833 ======= h_composer_cntxt_view =======
21834 <HTML>
21835 <HEAD>
21836 <TITLE>Collection View: Explained</TITLE>
21837 </HEAD>
21838 <BODY>
21839 <H1>Collection Edit Help -- View Field</H1>
21841 The collection's &quot;View:&quot; definition provides a way to limit
21842 the displayed list of folders within a collection.  By default, only
21843 folders that contain the specified characters anywhere in their name
21844 are shown in the collection's folder list.
21847 Additionally, you can use a wildcard character to better control
21848 the list of folders selected for display.  The wildcard specifier is
21849 the star, &quot;*&quot;, character.
21852 So, for example, to define a collection of all folders ending with
21853 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
21854 quote characters!).  Or, similarly, to define a collection of folders
21855 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
21856 specify a view of &quot;a*z&quot;.
21859 &lt;End of help on this topic&gt;
21860 </BODY>
21861 </HTML>
21862 ======= h_composer_abook_add_server =======
21863 <HTML>
21864 <HEAD>
21865 <TITLE>Addressbook Server Name Field Explained</TITLE>
21866 </HEAD>
21867 <BODY>
21868 This field should be left blank if the address book is stored in a regular
21869 file on this system.  If it is a remote address book stored on an IMAP
21870 server then this is the name of that IMAP server.
21872 Look <A HREF="h_edit_nav_cmds">here</A>
21873 to see the available Editing and Navigation commands.
21875 &lt;End of help on this topic&gt;
21876 </BODY>
21877 </HTML>
21878 ======= h_composer_abook_add_folder =======
21879 <HTML>
21880 <HEAD>
21881 <TITLE>Addressbook Folder Name Field Explained</TITLE>
21882 </HEAD>
21883 <BODY>
21884 For a remote address book (one for which the Server Name is filled in)
21885 this is the name of a folder on the remote server. The address book data
21886 will be stored in this folder. This folder should be used only for
21887 storing this single address book, not for other address books or for
21888 other messages.
21890 For a local address book (one for which the Server Name is not filled in)
21891 this is the name of a file in which the address book will be stored.
21892 The file is in the same directory as the Alpine configuration file if the
21893 configuration file is local.
21894 If the configuration file is remote, then this will be in the home directory
21895 for Unix Alpine and in the directory specified by the
21896 &quot;-aux local_directory&quot; command line argument.
21898 Look <A HREF="h_edit_nav_cmds">here</A>
21899 to see the available Editing and Navigation commands.
21901 &lt;End of help on this topic&gt;
21902 </BODY>
21903 </HTML>
21904 ======= h_composer_abook_add_nick =======
21905 <HTML>
21906 <HEAD>
21907 <TITLE>Addressbook NickName Field Explained</TITLE>
21908 </HEAD>
21909 <BODY>
21910 This is just an optional nickname for this address book. If present, it
21911 is used in some of the displays and error messages in the address book
21912 maintenance screens. It is for your convenience only and serves no
21913 other purpose.
21915 Look <A HREF="h_edit_nav_cmds">here</A>
21916 to see the available Editing and Navigation commands.
21918 &lt;End of help on this topic&gt;
21919 </BODY>
21920 </HTML>
21921 ======= h_composer_qserv_cn =======
21922 <HTML>
21923 <HEAD>
21924 <TITLE>Directory Query Form Explained</TITLE>
21925 </HEAD>
21926 <BODY>
21928 Fill in as many of these fields as you wish to narrow down your
21929 search. All the fields you fill in must match in order for an entry
21930 to be returned. You may use the wildcard character &quot;*&quot; in
21931 any of the fields, it matches any zero or more characters at that
21932 point in the string. There are no implicit wildcards, so the match is
21933 exact unless you include wildcards.
21936 Note that if an attribute isn't present at all, then the match will fail.
21937 For example, if a server doesn't support the Locality attribute, then no
21938 matter what you put in the Locality field (other than leaving it empty)
21939 the search will fail.
21942 This field, the Common Name field, is typically a person's full name.
21945 <H1>EDITING and NAVIGATION COMMANDS</H1>
21946 <!--chtml if pinemode="function_key"-->
21947 <PRE>
21948 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21949 ^B (Left Arrow)    Back character       | ^D       Delete current character
21950 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21951 ^P (Up Arrow)      Previous line        |
21952 ^N (Down Arrow)    Next line            | F9       Cut marked text or
21953 ^A                 Beginning of line    |            delete current line
21954 ^E                 End of line          | F10      Undelete line(s)
21955 F7                 Previous page        |
21956 F8                 Next page            |-------------------------------------
21957 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21958 ----------------------------------------|
21959 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
21960 F2   Cancel      |   F1    Get help     |
21961 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
21962 </PRE>
21963 <!--chtml else-->
21964 <PRE>
21965 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21966 ^B (Left Arrow)    Back character       | ^D       Delete current character
21967 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21968 ^P (Up Arrow)      Previous line        |
21969 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
21970 ^A                 Beginning of line    |            delete current line
21971 ^E                 End of line          | ^U       Undelete line(s)
21972 ^Y                 Previous page        |
21973 ^V                 Next page            |-------------------------------------
21974 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21975 ----------------------------------------|
21976 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
21977 ^C   Cancel      |   ^G    Get help     |
21978 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
21979 </PRE>
21980 <!--chtml endif-->
21981 <P><UL>
21982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21983 </UL><P>
21984 &lt;End of help on this topic&gt;
21985 </BODY>
21986 </HTML>
21987 ======= h_composer_qserv_sn =======
21989 The Surname is usually the family name of a person.
21991 <End of help on this topic>
21992 ======= h_composer_qserv_gn =======
21994 This is the part of a person's name that isn't the surname or initials.
21996 <End of help on this topic>
21997 ======= h_composer_qserv_mail =======
21999 This is the email address of a person.
22001 <End of help on this topic>
22002 ======= h_composer_qserv_org =======
22004 This is the organization a person belongs to.
22006 <End of help on this topic>
22007 ======= h_composer_qserv_unit =======
22009 This is the organizational unit a person belongs to.
22011 <End of help on this topic>
22012 ======= h_composer_qserv_country =======
22014 This is the country a person belongs to.
22016 <End of help on this topic>
22017 ======= h_composer_qserv_state =======
22019 This is the state a person belongs to.
22021 <End of help on this topic>
22022 ======= h_composer_qserv_locality =======
22024 This is the locality a person belongs to.
22026 <End of help on this topic>
22027 ======= h_composer_qserv_custom =======
22029 This one is for advanced users only! If you put something in this field,
22030 then the rest of the fields are ignored.
22032 This field may be set to the string representation of an LDAP search
22033 filter (see RFC1960). Here are some examples:
22035 To search for an entry with a surname equal to "clinton" you could set
22036 the custom filter to:
22038      (sn=clinton)
22039     
22040 This is equivalent to putting "clinton" in the SurName field.
22041 To search for an entry that has a surname that begins with "clint" and
22042 has a givenname equal to "william" you could use:
22044      (&(sn=clint*)(givenname=william))
22045     
22046 This is equivalent to setting the SurName field to "clint*" and the
22047 GivenName field to "william".
22048 To search for an entry where either the common name OR the email address
22049 contains "abcde" you could use:
22051      (|(cn=*abcde*)(mail=*abcde*))
22053 That isn't equivalent to anything you can do by setting the other fields
22054 because of the OR.
22056 <End of help on this topic>
22057 ======= h_composer_qserv_qq =======
22059 This one is a little different from the rest of the categories.  It causes
22060 a search to be formed from the configured search filter that you filled
22061 in when you added the directory server to your configuration. It can also
22062 be combined with the other fields if you'd like.
22064 <End of help on this topic>
22065 ======= h_address_format =======
22066 <HTML>
22067 <HEAD>
22068 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
22069 </HEAD>
22070 <BODY>
22071 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
22073 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
22074 and then a domain, with no spaces.  
22075 For example, jsmith@art.example.com might be the email address
22076 of a person  
22077 with the username &quot;jsmith&quot; who has an account in the domain
22078 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
22079 right of the &quot;@&quot; sign can vary - a shorter example would be 
22080 isabelle@elsewhere.edu (the shortest possible form: here, only the 
22081 organization's domain is specified after the &quot;@&quot; sign); a longer 
22082 example would be 
22083  jsingh@shakti.edutech.example.com
22084 (here, the name of the host &quot;shakti&quot; in the domain 
22085 edutech.example.com is also specified).  
22086 <P>  
22087 If you do not know the exact email address of someone you want to write 
22088 to, ask them what it is using other means of communication than email; or 
22089 use the tools for 
22090 finding people's addresses that are available on the Internet.
22092 If you are sending to someone on the same system as you are, you can leave
22093 the &quot;@&quot; sign and all the information to its right off of the 
22094 address, and Alpine will fill it in automatically, 
22095 unless the feature 
22096 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
22099 When an email address you send a message to is not reachable -- either because 
22100 it is simply an incorrect address, or because email can temporarily not be 
22101 delivered to it due to a technical problem on the way to or at the recipient's 
22102 end -- you will almost always get an error notification email message back.
22104 If you encounter problems with, or have questions about, email delivery or
22105 email address syntax, contact your local network computing consultants.
22106 <P><UL>
22107 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22108 </UL>
22110 &lt;End of help on this topic&gt;
22111 </BODY>
22112 </HTML>
22113 ======= h_flag_user_flag =======
22114 <HTML>
22115 <HEAD>
22116 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
22117 </HEAD>
22118 <BODY>
22119 <H1>STATUS FLAG: User Defined Keyword</h1>
22121 This is a keyword that is defined for this folder.
22122 It was most likely defined by the owner of the folder.
22123 Alpine will not set or clear this flag on its own.
22125 <P><UL>
22126 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22127 </UL><P>
22128 &lt;End of help on this topic&gt;
22129 </BODY>
22130 </HTML>
22131 ======= h_flag_important =======
22132 <html>
22133 <title>STATUS FLAG: Important</title>
22134 <body>
22135 <h1>STATUS FLAG: Important</h1>
22138 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
22139 MESSAGE&nbsp;INDEX
22140 screen, can only be set by the user, and is intended to be used in
22141 whatever fashion makes sense to you.  You are the only one that can set or
22142 clear it. 
22145 &lt;End of help on this topic&gt;
22146 </BODY>
22147 </HTML>
22148 ======= h_flag_new =======
22149 <html>
22150 <title>STATUS FLAG: New</title>
22151 <body>
22152 <h1>STATUS FLAG: New</h1>
22155 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
22156 MESSAGE&nbsp;INDEX screen,
22157 is automatically set when messages are delivered to your Inbox (or other
22158 folder specified outside of Alpine).  Likewise, it is cleared automatically
22159 the first time you read the message it is associated with.
22162 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
22163 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
22164 you'd like to be reminded of it next time you read mail.  This can be done
22165 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
22169 &lt;End of help on this topic&gt;
22170 </BODY>
22171 </HTML>
22172 ======= h_flag_answered =======
22173 <html>
22174 <title>STATUS FLAG: Answered</title>
22175 <body>
22176 <h1>STATUS FLAG: Answered</h1>
22178 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
22179 MESSAGE&nbsp;INDEX
22180 screen, is automatically set when you reply to a message.  This flag is not
22181 automatically cleared.
22184 &lt;End of help on this topic&gt;
22185 </BODY>
22186 </HTML>
22187 ======= h_flag_forwarded =======
22188 <html>
22189 <title>STATUS FLAG: Forwarded</title>
22190 <body>
22191 <h1>STATUS FLAG: Forwarded</h1>
22193 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
22194 MESSAGE&nbsp;INDEX
22195 screen, is automatically set when you forward a message.  This flag is not
22196 automatically cleared.
22199 &lt;End of help on this topic&gt;
22200 </BODY>
22201 </HTML>
22202 ======= h_flag_deleted =======
22203 <html>
22204 <title>STATUS FLAG: Deleted</title>
22205 <body>
22206 <h1>STATUS FLAG: Deleted</h1>
22208 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
22209 MESSAGE&nbsp;INDEX
22210 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
22211 It is cleared
22212 when you use the &quot;U&nbsp;Undelete&quot; command.
22215 Messages marked with this flag will be permanently removed from
22216 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
22217 command, or
22218 when you indicate acceptance of their removal upon leaving the folder.
22221 Note, there can be other actions implicit in the
22222 &quot;D&nbsp;Delete&quot; command,
22223 such as advancing to the next message, that may be momentarily undesirable.
22224 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
22225 flag <A HREF="h_common_flag">explicitly</A>.
22228 &lt;End of help on this topic&gt;
22229 </BODY>
22230 </HTML>
22231 ====== h_config_incoming_timeo ======
22232 <HTML>
22233 <HEAD>
22234 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
22235 </HEAD>
22236 <BODY>
22237 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
22239 This option has no effect unless the feature
22240 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22241 is set, which in turn has no effect unless
22242 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22243 is set.
22245 Sets the time in seconds that Alpine will
22246 attempt to open a network connection used for monitoring for Unseen
22247 messages in Incoming Folders. The default is 5.
22248 If a connection has not completed within this many seconds Alpine will
22249 give up and consider it a failed connection.
22251 <UL>   
22252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22253 </UL><P>
22254 &lt;End of help on this topic&gt;
22255 </BODY>
22256 </HTML>
22257 ====== h_config_incoming_interv ======
22258 <HTML>
22259 <HEAD>
22260 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
22261 </HEAD>
22262 <BODY>
22263 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
22265 This option has no effect unless the feature
22266 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22267 is set, which in turn has no effect unless
22268 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22269 is set.
22271 This option specifies, in seconds, how often Alpine will check
22272 for new mail and state changes in Incoming Folders when Incoming Folders
22273 Checking is turned on.
22274 The default is 3 minutes (180).
22275 This value applies only to folders that are local to the system that
22276 Alpine is running on or that are accessed using the IMAP protocol.
22277 The similar option
22278 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
22279 applies to all other monitored folders.
22281 <UL>   
22282 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22283 </UL><P>
22284 &lt;End of help on this topic&gt;
22285 </BODY>
22286 </HTML>
22287 ====== h_config_incoming_second_interv ======
22288 <HTML>
22289 <HEAD>
22290 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
22291 </HEAD>
22292 <BODY>
22293 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
22295 This option has no effect unless the feature
22296 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22297 is set, which in turn has no effect unless
22298 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22299 is set.
22301 This option together with the option
22302 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22303 specifies, in seconds, how often Alpine will check
22304 for new mail and state changes in Incoming Folders when Incoming Folders
22305 Checking is turned on.
22306 The default for this option is 3 minutes (180).
22307 For folders that are local to this system or
22308 that are accessed using the IMAP protocol
22309 the value of the option
22310 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22311 is used.
22312 For all other monitored folders, the value of this option is used.
22314 The reason there are two separate options is because it is usually
22315 less expensive to check local and IMAP folders than it is to check
22316 other types, like POP or NNTP folders.
22317 You may want to set this secondary value to a higher number than
22318 the primary check interval.
22320 <UL>   
22321 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22322 </UL><P>
22323 &lt;End of help on this topic&gt;
22324 </BODY>
22325 </HTML>
22326 ====== h_config_incoming_list ======
22327 <HTML>
22328 <HEAD>
22329 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
22330 </HEAD>
22331 <BODY>
22332 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
22334 This option has no effect unless the feature
22335 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22336 is set, which in turn has no effect unless
22337 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22338 is set.
22340 When monitoring the Incoming Message Folders for Unseen messages Alpine will
22341 normally monitor all Incoming Folders.
22342 You may use this option to restrict the list of monitored folders to a
22343 subset of all Incoming Folders.
22345 <UL>   
22346 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22347 </UL><P>
22348 &lt;End of help on this topic&gt;
22349 </BODY>
22350 </HTML>
22351 ====== h_config_pers_name ======
22352 <HTML>
22353 <HEAD>
22354 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
22355 </HEAD>
22356 <BODY>
22357 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
22359 This value is used to determine the full name part of the "From" address
22360 on messages you send.
22361 <!--chtml if pinemode="os_windows"-->
22362  PC-Alpine requires that this be set in order to properly construct the "From" address.
22363 <!--chtml else-->
22364  If unset, Unix Alpine will obtain your full name from
22365  the system password file. PC-Alpine, on the other hand, requires that this be set.
22366 <!--chtml endif-->
22368 If you want to change the value of what gets included in the From header
22369 in messages you send (other than just the Personal Name)
22370 look <A HREF="h_config_change_your_from">here</A> for a description.
22371 <P><UL>
22372 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22373 </UL><P>
22374 &lt;End of help on this topic&gt;
22375 </BODY>
22376 </HTML>
22377 ====== h_config_pruned_folders ======
22378 <html>
22379 <header>
22380 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
22381 </header>
22382 <body>
22383 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
22385 This variable allows you to define a list of one or more folders that
22386 Alpine will offer to prune for you in the same way it automatically offers
22387 to prune your "sent-mail" folder each month.
22388 Each folder in this list must be a folder in your default folder collection
22389 (the first folder collection if you have more than one), and it is just
22390 the relative name of the folder in the collection, not the fully-qualified name.
22391 It is similar to sent-mail.
22392 Instead of something like
22394 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
22396 the correct value to use would be
22398 <CENTER><SAMP>folder</SAMP></CENTER>
22400 There is an assumption here that your first collection is the folders in
22402 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
22405 Once a month, for each folder listed, Alpine will offer to move
22406 the contents of the folder to a new folder of the same name but with
22407 the previous month's date appended.  Alpine will then look for any such
22408 date-appended folder names created for a previous month, and offer each
22409 one it finds for deletion.
22412 If you decline the first offer, no mail is moved and no new folder is
22413 created.
22416 The new folders will be created
22417 in your default folder collection.
22420 <UL>   
22421 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22422 </UL><P>
22423 &lt;End of help on this topic&gt;
22424 </body>
22425 </html>
22426 ====== h_config_upload_cmd ======
22427 <HTML>
22428 <HEAD>
22429 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
22430 </HEAD>
22431 <BODY>
22432 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
22434 This option affects the behavior of the Composer's &quot;Read File&quot; 
22435 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
22436 commands.  It specifies
22437 a Unix program name, and any necessary command line arguments, that Alpine can
22438 use to transfer files from your personal computer into messages that you are
22439 composing.<P>
22441 <B>Note:</B> this facility is intended for use with serial line transfer 
22442 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22443 to work with TCP/IP file transfer programs such as ftp.<P>
22445 If a program is specified, the commands listed above are modified to offer a
22446 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
22447 specified here must match the transfer program or protocol available on the
22448 personal computer.<P>
22450 Alpine expects to exchange uploaded data via a file on your Unix system.  When
22451 the specified upload program finishes, Alpine expects the uploaded data to be
22452 contained in this file.<P>
22454 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
22455 generates a
22456 temporary file name that it will pass to the specified Unix program.  Alpine
22457 will read the resulting uploaded text from this file and then delete it when
22458 the upload command is finished.<P>
22460 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
22461 prompt
22462 you for the name of the file that is to contain the uploaded information that
22463 it is to attach.  Alpine will attach this file to the composition, but will
22464 <B>not</B> delete this file after the upload command is finished.<P>
22466 The special token &quot;_FILE_&quot; may be included among the Unix program's 
22467 command
22468 line arguments.  Alpine will replace this symbol with the name of the file
22469 being used to exchange the uploaded information.  This token allows you to
22470 position the file name where it is required in the Unix program's command
22471 line arguments.<P>
22473 If the &quot;_FILE_&quot; token is not present in the specified command, the
22474 temporary file's name is automatically appended to the specified Unix
22475 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22476 <B>last</B> command line argument.
22477 <P><UL>
22478 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22479 </UL><P>
22480 &lt;End of help on this topic&gt;
22481 </BODY>
22482 </HTML>
22483 ====== h_config_upload_prefix ======
22484 <HTML>
22485 <HEAD>
22486 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
22487 </HEAD>
22488 <BODY>
22489 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
22491 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
22492 It defines text to be written to the terminal emulator (via standard output)
22493 immediately prior to starting upload command.  This is useful for
22494 integrated serial line file transfer agents that permit command passing
22495 (e.g., Kermit's APC method).<P>
22497 The special token &quot;_FILE_&quot; may be included in the string specification.
22498 That symbol will be replaced with the (Alpine-created) name of the temporary
22499 file in which Alpine will expect to find the uploaded file.
22500 <P><UL>
22501 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22502 </UL><P>
22503 &lt;End of help on this topic&gt;
22504 </BODY>
22505 </HTML>
22506 ====== h_config_download_cmd ======
22507 <HTML>
22508 <HEAD>
22509 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
22510 </HEAD>
22511 <BODY>
22512 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
22514 This option affects the behavior of the Export command.  It specifies a Unix
22515 program name, and any necessary command line arguments, that Alpine can use to
22516 transfer the exported message to your personal computer's disk.<P>
22517 Note: this facility is intended for use with serial line transfer 
22518 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22519 to work with TCP/IP file transfer programs such as ftp.<P>
22520 If a program is specified, the Export command is modified to offer a
22521 subcommand (^V) to activate the transfer (in lieu of saving it to
22522  the machine where Alpine is running).  Obviously, the Unix program
22523 specified here must match the transfer program or protocol available on the
22524 personal computer.<P>
22526 When this subcommand is selected and before Alpine invokes the specified Unix
22527 program, Alpine will create a temporary file containing the text of the
22528 exported message.  Alpine uses this file to pass the exported message text to
22529 the specified Unix program.<P>
22531 The special token &quot;_FILE_&quot; may be included among the Unix program's command
22532 line arguments.  Alpine will replace this symbol with the temporary file's name
22533 before executing the Unix program.  This token allows you to position the
22534 file name where it is required in the Unix program's command line arguments.
22536 If the &quot;_FILE_&quot; token is not present in the specified command, the
22537 temporary file's name is automatically appended to the specified Unix
22538 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22539 <B>last</B> command line argument.
22540 <P><UL>
22541 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22542 </UL><P>
22543 &lt;End of help on this topic&gt;
22544 </BODY>
22545 </HTML>
22546 ====== h_config_download_prefix ======
22547 <HTML>
22548 <HEAD>
22549 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
22550 </HEAD>
22551 <BODY>
22552 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
22554 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
22555 It defines text to be written to the terminal emulator (via standard output)
22556 immediately prior to starting the download command.  This is useful for
22557 integrated serial line file transfer agents that permit command passing
22558 (e.g., Kermit's APC method).
22560 The special token &quot;_FILE_&quot; may be included in the string 
22561 specification.
22562 That symbol will be replaced with the (Alpine-created) name of the temporary
22563 file into which Alpine will place the message to be downloaded.
22564 <P><UL>
22565 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22566 </UL><P>
22567 &lt;End of help on this topic&gt;
22568 </BODY>
22569 </HTML>
22570 ====== h_config_mailcap_path ======
22571 <HTML>
22572 <HEAD>
22573 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
22574 </HEAD>
22575 <BODY>
22576 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
22577 This variable is used to replace Alpine's default mailcap file search path.
22578 It takes one or more file names (full paths must be specified) in which to
22579 look for mail capability data.  The default search path can be found in this
22580 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
22581 If there is more than one file name listed, list members should be delimited
22582 by 
22583 <!--chtml if pinemode="os_windows"-->
22584 a semi-colon (;) under Windows; for example:<PRE>
22585         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
22586 </PRE>
22587 <!--chtml else-->
22588 a colon (:) under UNIX; for example:<PRE>
22589         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
22590 </PRE>
22591 <!--chtml endif-->
22592 <P><UL>
22593 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22594 </UL>
22596 &lt;End of help on this topic&gt;
22597 </BODY>
22598 </HTML>
22599 ====== h_config_mimetype_path ======
22600 <HTML>
22601 <HEAD>
22602 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
22603 </HEAD>
22604 <BODY>
22605 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
22607 This variable is used to replace Alpine's default mime.types file search path.
22608 It takes one or more file names (full paths must be specified) in which to
22609 look for file-name-extension to MIME type mapping data.  The default search
22610 path can be found in this
22611 <A HREF="h_news_config">Alpine Configuration</A> help.
22615 If there is more than one file name listed, list members should be delimited
22616 by a colon (:) under UNIX and a semi-colon (;) under Windows.
22618 &lt;End of help on this topic&gt;
22619 </BODY></HTML>
22620 ====== h_config_system_certs_path ======
22621 <HTML>
22622 <HEAD>
22623 <TITLE>OPTION: <!--#echo var="VAR_system-certs-path"--></TITLE>
22624 </HEAD>
22625 <BODY>
22626 <H1>OPTION: <!--#echo var="VAR_system-certs-path"--></H1>
22628 When Alpine is built to support secure connections to remote servers, a directory
22629 must be reserved in the system to store certificates that will be used to validate
22630 remote servers. This is normally configured at the time that Alpine is built, but
22631 there might be circumstances under which a user might want to use a different
22632 directory. For example, the directory might not be accessible, or has not been 
22633 updated and contains old certificates that have expired.
22636 This variable can be used to list
22637 the directory where such certificates can be found. Alpine will use the first
22638 directory in this list that exists in your system and can be accessed. This
22639 allows for users to be able to use the same pinerc file in different systems.
22642 Example of values for this option might be:
22644 <PRE>
22645 System CACerts Dir = /etc/ssl/certs
22646                      /usr/local/ssl/certs
22647                      C:\\libressl\\ssl\\certs
22648 <PRE>
22651 In unix systems, the default location of the certificates for openssl can
22652 be obtained by first executing the command
22654 <PRE>openssl version -d</PRE>
22656 and adding &quot;/certs&quot; to that value. In Windows the default location
22657 for the certificates is C:\\libressl\\ssl\\certs. This value was set by
22658 LibreSSL developers, and this option can be used to override this default.
22661 &lt;End of help on this topic&gt;
22662 </BODY></HTML>
22663 ====== h_config_system_certs_file ======
22664 <HTML>
22665 <HEAD>
22666 <TITLE>OPTION: <!--#echo var="VAR_system-certs-file"--></TITLE>
22667 </HEAD>
22668 <BODY>
22669 <H1>OPTION: <!--#echo var="VAR_system-certs-file"--></H1>
22671 This option sets the location of the container file that holds 
22672 certificate authority (CA) certificates.
22673 Alpine will use the first
22674 container in this list that exists in your system and can be accessed. This
22675 allows for users to be able to use the same pinerc file in different systems.
22678 Example of values for this option might be:
22680 <PRE>
22681 System CACerts File = /etc/ssl/certs/cert.pem
22682                       /usr/local/ssl/ca-root-nss.crt
22683                       C:\\libressl\\ssl\\certs\\cert.pem
22684 <PRE>
22687 In unix systems, the default location of the certificates for openssl can
22688 be obtained by first executing the command
22690 <PRE>openssl version -d</PRE>
22692 and adding &quot;/certs&quot; to that value. In Windows the default location
22693 for the certificates is C:\\libressl\\ssl\\certs\\cert.pem. This value was set 
22694 by LibreSSL developers, and this option can be used to override this default.
22697 &lt;End of help on this topic&gt;
22698 </BODY></HTML>
22699 ====== h_config_user_certs_path ======
22700 <HTML>
22701 <HEAD>
22702 <TITLE>OPTION: <!--#echo var="VAR_user-certs-path"--></TITLE>
22703 </HEAD>
22704 <BODY>
22705 <H1>OPTION: <!--#echo var="VAR_user-certs-path"--></H1>
22707 (UNIX ALPINE ONLY)
22708 This directory is used by Alpine to store certificates that a user
22709 trusts. Alpine will use the first directory in this list that exists in your
22710 system and can be accessed. This allows for users to be able to
22711 use the same pinerc file in different systems. The default location
22712 is ~/.alpine-certs.
22715 In addition to the certificates stored in this directory, Alpine also
22716 trusts certificates saved in the container file referenced in the
22717 configuration variable
22718 <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>.
22721 Example of values for this option might be:
22723 <PRE>
22724 User Certs Dir = /home/fred/.alpine-certs
22725                  C:\\Users\\Admin\\alpine-certs
22726 <PRE>
22729 &lt;End of help on this topic&gt;
22730 </BODY></HTML>
22731 ====== h_config_user_certs_file ======
22732 <HTML>
22733 <HEAD>
22734 <TITLE>OPTION: <!--#echo var="VAR_user-certs-file"--></TITLE>
22735 </HEAD>
22736 <BODY>
22737 <H1>OPTION: <!--#echo var="VAR_user-certs-file"--></H1>
22739 (UNIX ALPINE ONLY)
22740 This option sets the location of a container file that holds certificate
22741 authority (CA) certificates that the user trusts. Its value is the
22742 full path referencing the location of this file. Alpine will use the first
22743 container in this list that exists and can be accessed in your system. This
22744 allows for users to be able to use the same pinerc file in different
22745 systems. The default location is ~/.alpine-certs/certs.pem.
22748 In addition to the certificates stored in this directory, Alpine also
22749 trusts certificates saved in the directory referenced in the
22750 configuration variable
22751 <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>.
22754 Example of values for this option might be:
22756 <PRE>
22757 User Certs File = /home/fred/.alpine-certs/certs.pem
22758                   C:\\libressl\\ssl\\certs\\cert.pem
22759 <PRE>
22762 &lt;End of help on this topic&gt;
22763 </BODY></HTML>
22764 ====== h_config_set_att_ansi ======
22765 <HTML><HEAD>
22766 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
22767 </HEAD>
22768 <BODY>
22769 <H1>OPTION: Set printer to attached ansi printer</H1>
22771 Type "S" to set your printer to "attached-to-ansi".<BR>
22772 It is OK to include "attached-to-ansi" in your personal list below.
22774 &lt;End of help on this topic&gt;
22775 </BODY></HTML>
22776 ====== h_config_set_att_ansi2 ======
22777 <HTML><HEAD>
22778 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
22779 </HEAD>
22780 <BODY>
22781 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
22783 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
22784 It is OK to include "attached-to-ansi-no-formfeed" in your personal
22785 list below.
22789 This is the same as the "attached-to-ansi" option except that a
22790 formfeed character will not be appended to the end of the print job.
22791 If your printer already ejects the paper by itself at the end of the
22792 job, you may prefer the "no-formfeed" form of this printer so that you
22793 don't get an extra blank page between print jobs.
22796 &lt;End of help on this topic&gt;
22797 </BODY></HTML>
22798 ====== h_config_set_att_wyse ======
22799 <HTML><HEAD>
22800 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
22801 </HEAD>
22802 <BODY>
22803 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
22805 Type "S" to set your printer to "attached-to-wyse".<BR>
22806 It is OK to include "attached-to-wyse" in your personal list below.
22808 This is very similar to "attached-to-ansi".
22809 The only difference is in the control characters sent to turn the printer
22810 on and off.
22811 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
22812 to turn on the printer and ESC LEFT_BRACKET 4 i
22813 to turn it off.
22814 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
22815 &lt;End of help on this topic&gt;
22816 </BODY></HTML>
22817 ====== h_config_set_att_wyse2 ======
22818 <HTML><HEAD>
22819 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
22820 </HEAD>
22821 <BODY>
22822 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
22824 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
22825 It is OK to include "attached-to-wyse-no-formfeed" in your personal
22826 list below.
22830 This is the same as the "attached-to-wyse" option except that a
22831 formfeed character will not be appended to the end of the print job.
22832 If your printer already ejects the paper by itself at the end of the
22833 job, you may prefer the "no-formfeed" form of this printer so that you
22834 don't get an extra blank page between print jobs.
22837 &lt;End of help on this topic&gt;
22838 </BODY></HTML>
22839 ====== h_config_set_stand_print ======
22840 <HTML>
22841 <HEAD>
22842 <TITLE>OPTION: Set default printer</TITLE>
22843 </HEAD>
22844 <H1>OPTION: Set default printer</H1>
22845 <BODY>
22846 Move to the printer you want and type "S" to set it to be your
22847 default printer.  This list is not modifiable by you and has been
22848 set up by the system administrators.  If there is more than one printer
22849 listed in the Command List, you will be able to cycle through that
22850 whole list at the time you print, starting with your default.
22851 It is OK to include entries from this Standard list in your personal
22852 list below.
22854 &lt;End of help on this topic&gt;
22855 </BODY>
22856 </HTML>
22857 ====== h_config_set_custom_print ======
22858 <HTML>
22859 <HEAD>
22860 <TITLE>OPTION: Set default printer</TITLE>
22861 </HEAD>
22862 <H1>OPTION: Set default printer</H1>
22863 <BODY>
22864 You may add as many print commands as you want to your personal list.
22865 Specify one of them as your default printer by moving to the printer
22866 you want and typing "S".  If there is more than one printer listed
22867 in the Command List, you will be able to cycle through that list at
22868 the time you print, starting with your default.  It is OK to include
22869 entries from the Standard list above or to include the command
22870 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
22871 "attached-to-wyse-no-formfeed" as one of the entries here.
22873 &lt;End of help on this topic&gt;
22874 </BODY>
22875 </HTML>
22876 ====== h_config_user_id =====
22877 <HTML>
22878 <HEAD>
22879 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
22880 </HEAD>
22881 <BODY>
22882 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
22884 This value is used as part of the "From" address on messages you send.
22885 It is also the default login name for remote IMAP server access.  Set this
22886 to the username part you want to appear on outgoing email.
22888 If you want to change the value of what gets included in the From header
22889 in messages you send (other than just the User ID)
22890 look <A HREF="h_config_change_your_from">here</A> for a description.
22892 <P><UL>   
22893 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22894 </UL><P>
22895 &lt;End of help on this topic&gt;
22896 </BODY>
22897 </HTML>
22898 ====== h_config_user_dom =====
22899 <HTML>
22900 <HEAD>
22901 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
22902 </HEAD>
22903 <BODY>
22904 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
22906 This value specifies the domain part (right-hand side) of your return
22907 address on outgoing email and is also used as the default domain for email
22908 composed to a local user.
22909 <!--chtml if pinemode="os_windows"-->
22910  This value is required for PC-Alpine. If you are unsure as to what this should be,
22911  contact your local help desk, system administrator, or Internet Service Provider.
22912 <!--chtml else-->
22913  If unset, Unix Alpine will obtain the domain from
22914  the system.  Often this value will be set for your whole site by the
22915  system administrator.<P>
22916 <!--chtml endif-->
22917 If you set this, see also the <A HREF="h_config_quell_local_lookup">
22918 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
22920 If you want to change the value of what gets included in the From header
22921 in messages you send (other than just the User Domain)
22922 look <A HREF="h_config_change_your_from">here</A> for a description.
22923 <P><UL>
22924 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22925 </UL><P>
22926 &lt;End of help on this topic&gt;
22927 </BODY>
22928 </HTML>
22929 ====== h_config_smtp_server =====
22930 <HTML>
22931 <HEAD>
22932 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
22933 </HEAD>
22934 <BODY>
22935 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
22936 This value specifies the name of one or more SMTP 
22937 (Simple Mail Transfer Protocol) servers for sending mail. 
22938 <!--chtml if pinemode="os_windows"-->
22939 You must have an SMTP server for use with PC-Alpine.
22940 SMTP servers are
22941 normally set up by a system administrator for use by all members of a given
22942 campus or department.
22943 Contact your local help desk to ask what SMTP
22944 servers you should use.  
22945 <!--chtml else-->
22946 Unix Alpine users may not need to set an SMTP server.
22947 Alpine will attempt to execute the program (usually sendmail) that is used
22948 to insert mail into the mail system.
22949 If this works for you, you may leave this option blank.
22950 If there is an SMTP server running on the Unix host you may be able to
22951 improve sending performance slightly by setting the SMTP server option
22952 to &quot;localhost&quot; or to the actual name of the Unix host.
22954 If the Unix host doesn't work the way Alpine was expecting you will need to
22955 set the value of this option.
22956 SMTP servers are
22957 normally set up by a system administrator for use by all members of a given
22958 campus or department.
22959 Contact your local help desk to ask what SMTP
22960 servers you should use.  
22961 <!--chtml endif-->
22963 Your SMTP server may offer SMTP AUTH authentication.
22964 It may even require it.
22965 If your SMTP server offers SMTP AUTH authentication you may specify a
22966 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
22967 This parameter requires an associated value,
22968 the username identifier with which to establish the server
22969 connection.
22970 An example might be:
22973 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
22976 If AUTH authentication is offered by the server, this will cause Alpine to
22977 attempt to use it.
22978 If AUTH authentication is not offered by the server, this will cause Alpine
22979 to fail sending with an error similar to:
22982 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
22985 Another type of authentication that is used by some ISPs is called
22986 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
22987 which means that you have to authenticate
22988 yourself to the POP or IMAP server by opening a mailbox before you
22989 can send mail.
22990 To do this, you usually only have to open your INBOX.
22993 You may tell Alpine to use the
22994 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
22995 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
22996 parameter
22997 in this option.
22998 At this time &quot;/submit&quot; is simply equivalent to specifying
22999 port 587, though it may imply more than that at some point in the future.
23000 Some ISPs are blocking port 25 in order to reduce the amount of spam
23001 being sent to their users.
23002 You may find that the submit option allows you to get around such a block.
23005 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
23008 To specify any non-standard port number on the SMTP server you may follow
23009 the hostname with a colon followed by the portnumber.
23012 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
23015 Normally, when a connection is made to the Smtp-Server Alpine will attempt
23016 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
23017 If that fails then a non-encrypted connection will be attempted instead.
23018 You may specify that a TLS connection is required if you wish.
23019 If you append &quot;/starttls&quot; to the name then the connection will fail
23020 instead of falling back to a non-secure connection.
23023 <CENTER><SAMP>smtpserver.example.com/starttls</SAMP></CENTER>
23027 For more details about server name possibilities see
23028 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23031 <UL>
23032 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23033 </UL>
23035 &lt;End of help on this topic&gt;
23036 </BODY>
23037 </HTML>
23038 ====== h_config_nntp_server =====
23039 <HTML>
23040 <HEAD>
23041 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
23042 <BODY>
23043 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
23045 This value specifies the name of one or more NNTP
23046 (Network News Transfer Protocol)
23047 servers for reading and posting USENET news.
23048 NNTP servers are normally
23049 set up by a system administrator for use by all members of a given campus
23050 or department.
23051 Contact your local help desk to ask what NNTP servers you should use.  
23052 <!--chtml if pinemode="os_windows"--><!--chtml else-->
23053 Often Unix Alpine users will find that this variable has been
23054 set for the whole system (and they don't have to worry about it).  
23055 <!--chtml endif-->
23056 When you define an NNTP server here, Alpine implicitly defines a news
23057 collection for you, assuming that server as the news server and assuming
23058 that you will use the NNTP protocol and a local newsrc configuration file
23059 for reading news.
23060 For more about reading news with Alpine, see
23061 <A HREF="h_reading_news">how to use Alpine to read news</A>.
23063 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
23064 or &quot;AUTHINFO USER&quot; authentication.
23065 It may even require it.
23066 If your NNTP server does offer such authentication you may specify a user name
23067 parameter to cause Alpine to attempt to authenticate.
23068 The same is true for the server name in a folder collection that uses NNTP.
23069 This parameter requires an associated value,
23070 the username identifier with which to establish the server connection.
23071 An example might be:
23074 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
23077 If authentication is offered by the server, this will cause Alpine to
23078 attempt to use it.
23079 If authentication is not offered by the server, this will cause Alpine
23080 to fail with an error similar to:
23083 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
23085 For more details about the server name possibilities see
23086 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23087 <P><UL>
23088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23089 </UL><P>
23090 &lt;End of help on this topic&gt;
23091 </BODY>
23092 </HTML>
23093 ====== h_config_inbox_path =====
23094 <HTML>
23095 <HEAD>
23096 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
23097 </HEAD>
23098 <BODY>
23099 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
23101 This value overrides the default value of your INBOX name/path/location.
23102 <!--chtml if pinemode="os_windows"-->
23103 PC-Alpine users must specify an inbox path and it must be a folder on an
23104 IMAP server.  
23105 <!--chtml else-->
23106 Unix and VMS Alpine users will often find that this variable
23107 has been pre-configured by your system administrator.  
23108 <!--chtml endif-->
23109 You may be able to specify an alternate INBOX that is either a local folder 
23110 or a folder on an IMAP server.
23112 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
23113 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
23114 mail server.
23116 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23117 details on the syntax of folder definitions.
23119 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
23120 mail is disappearing.
23121 <P><UL>
23122 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23123 </UL><P>
23124 &lt;End of help on this topic&gt;
23125 </BODY>
23126 </HTML>
23127 ====== h_config_change_your_from =====
23128 <HTML>
23129 <HEAD>
23130 <TITLE>How to Change your From Address</TITLE>
23131 </HEAD>
23132 <BODY>
23133 <H1>How to Change your From Address</H1>
23135 If the From address that Alpine includes in mail that you send is not correct,
23136 you may want to configure a different default value for the From address.
23137 You may follow these directions to change the default:
23140 <UL>
23141   <LI> Go to the Main Alpine Menu
23142   <LI> From there type the Setup Command
23143   <LI> From there type the Config Command
23144 </UL>
23147 You've probably already seen this SETUP CONFIGURATION screen.
23148 If not, there are many options you may want to set here.
23149 To set the value of the From header you may use the
23150 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
23151 Find it by scrolling down a few pages or use the WhereIs command to
23152 search for &quot;customized&quot;.
23153 You may want to read the help text associated with the option.
23155 To add a custom From header, type the Add command and enter the
23156 full header line, including the leading &quot;From:&nbsp;&quot;.
23157 For example:
23159 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23161 Now exit the Setup command and try sending mail to yourself to see
23162 what the From line looks like.
23164 When you are in the composer you may edit the custom From line by typing
23165 Ctrl-R while your cursor is in the headers of the message and then moving
23166 to the From line and editing.
23167 If you want to leave the default value the same but add the possibility
23168 of being able to edit the header when you compose, add just the header
23169 name without a value.
23170 For example:
23172 <CENTER><SAMP>From:</SAMP></CENTER>
23174 If you change your From address you may also find it useful to add the
23175 changed From address to the
23176 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23177 configuration option.
23179 <UL>   
23180 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23181 </UL><P>
23182 &lt;End of help on this topic&gt;
23183 </BODY>
23184 </HTML>
23185 ====== h_config_default_fcc =====
23186 <HTML>
23187 <HEAD>
23188 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
23189 </HEAD>
23190 <BODY>
23191 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
23193 This value specifies where a copy of outgoing mail should be saved.  If
23194 this is not a path name, it will be in the default collection for saves.
23195 Any valid folder specification, local or IMAP, is allowed.  This default
23196 folder carbon copy only applies when the 
23197 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
23198 is set to use the default folder.  
23199 <!--chtml if pinemode="os_windows"-->
23200 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
23201 <!--chtml else-->
23202 Unix Alpine default
23203 is normally &quot;sent-mail&quot; in the default folder collection. 
23204 <!--chtml endif-->
23206 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
23207 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
23208 IMAP server (remember that in order to later access this remote folder through Alpine, it
23209 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23210 for more information). An example:<p>
23211 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
23213 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
23215 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23216 details on the syntax of folder definitions.
23218 <UL>   
23219 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23220 </UL><P>
23221 &lt;End of help on this topic&gt;
23222 </BODY>
23223 </HTML>
23224 ====== h_config_def_save_folder =====
23225 <HTML>
23226 <HEAD>
23227 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
23228 </HEAD>
23229 <BODY>
23230 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
23232 This option determines the default folder name for save-message operations 
23233 (&quot;saves&quot;).
23235 If this is not a path name, it will be in the default collection for saves.
23236 Any valid folder specification, local or IMAP, is allowed.  This default
23237 folder only applies when the
23238 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
23239 doesn't override it.  
23240 <!--chtml if pinemode="os_windows"-->
23241 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
23242 <!--chtml else-->
23243 Unix Alpine default
23244 is normally &quot;saved-messages&quot; in the default folder collection.
23245 <!--chtml endif-->
23246 If you access your email through an IMAP server, especially if you often switch between Unix
23247 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
23248 IMAP server (remember that in order to later access this remote folder through Alpine, it
23249 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23250 for more information). An example:<p>
23251 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
23253 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23254 details on the syntax of folder definitions.
23256 <UL>   
23257 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23258 </UL><P>
23259 &lt;End of help on this topic&gt;
23260 </BODY>
23261 </HTML>
23262 ====== h_config_postponed_folder =====
23263 <HTML>
23264 <HEAD>
23265 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
23266 </HEAD>
23267 <BODY>
23268 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
23270 This value overrides the default name for the folder where postponed
23271 messages are saved.  If this is not a path name, it will be in the default
23272 collection for message Saves.  Any valid folder specification, local or
23273 remote, is allowed. 
23274 PC-Alpine default
23275 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
23276 The Unix Alpine default is normally &quot;postponed-msgs&quot;
23277 in the default collection. 
23279 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
23280 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
23281 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
23282 in all Alpine copies you use. 
23283 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
23284 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
23285 for more information). An
23286 example:<p> 
23287 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
23289 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23290 details on the syntax of folder definitions.
23292 <UL>   
23293 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23294 </UL><P>
23295 &lt;End of help on this topic&gt;
23296 </BODY>
23297 </HTML>
23298 ====== h_config_read_message_folder =====
23299 <HTML>
23300 <HEAD>
23301 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
23302 </HEAD>
23303 <BODY>
23304 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
23306 By virtue of specifying a folder name here, Alpine will be configured to
23307 save all messages that you have read during a session into the designated
23308 &quot;read messages&quot; folder.  This allows you to more easily distinguish
23309 between your really new email (in your INBOX) and those that you have
23310 already read.  Depending on how you define the 
23311 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23312 setting, you may or may not be asked when you quit
23313 Alpine if you want read messages to be moved to this folder.  In either
23314 case, moving the messages means they will be deleted from your INBOX.
23316 If this is not a path name, it will be in the default collection for
23317 saves.  Any valid folder specification, local or remote (via IMAP), is
23318 allowed.  There is no default for the name of the read message folder.
23320 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23321 details on the syntax of folder definitions.
23323 <UL>   
23324 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23325 </UL><P>
23326 &lt;End of help on this topic&gt;
23327 </BODY>
23328 </HTML>
23329 ====== h_config_form_folder =====
23330 <HTML>
23331 <HEAD>
23332 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
23333 </HEAD>
23334 <BODY>
23335 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
23337 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
23338 contain messages that you have composed and that are intended to be
23339 sent in their original form repeatedly.
23342 Setting this variable will alter Alpine's usual behavior when you
23343 execute the Compose command.  Normally, Alpine offers a chance to
23344 continue a postponed or interrupted message should one or the other
23345 exist.  When this variable is set to a folder name that exists, Alpine
23346 will also offer the chance to select a message from the folder to
23347 insert into the composer (much like when continuing a postponed message).
23348 The difference, however, is that Alpine will not automatically delete
23349 the selected message from the Form Letter Folder.
23351 Setting this variable will also affect Alpine's behavior when you
23352 Postpone a message from the composer.  Normally, Alpine simply stashes
23353 the message away in your
23354 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
23355 Regardless of the specified folder's existence, Alpine will ask which
23356 folder you intend the message to be stored in.  Choose the
23357 &quot;F&quot; option to store the message in your Form Letter Folder.
23358 This is the most common way to add a message to the folder.
23361 Another method of adding messages to the folder is via the Alpine
23362 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
23363 you expect to send in the same form again, you can enter the Form
23364 Letter Folder's name in this field.  Alpine, as usual, will copy the
23365 message as it's sent.  Note, when you later select this message from 
23366 your Form Letter Folder, it will have the same recipients as the original
23367 message.
23370 To delete a message from the Form Letter Folder, you can either select
23371 the folder from a suitable FOLDER LIST screen, or use the Delete
23372 command in the MESSAGE INDEX offered when selecting from the folder as
23373 part of the Compose command.  You can delete a Form Letter Folder just
23374 as any other folder from a suitable FOLDER LIST screen.
23377 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
23378 facility can be used
23379 to replace the Form Letter Folder.
23382 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23383 details on the syntax of folder definitions.
23386 <UL>   
23387 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23388 </UL><P>
23389 &lt;End of help on this topic&gt;
23390 </BODY>
23391 </HTML>
23392 ====== h_config_archived_folders =====
23393 <HTML>
23394 <HEAD>
23395 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
23396 </HEAD>
23397 <BODY>
23398 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
23400 This is like
23401 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
23402 only more general.  You may archive
23403 any of the folders in your incoming collection.  This is a list of folder
23404 pairs, with the first separated from the second in the pair by a space.
23405 The first folder in a pair is the folder you want to archive, and the
23406 second folder is the folder that read messages from the first should be
23407 moved to.  Depending on how you define the
23408 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23409 setting, you may or may not be asked when you
23410 leave the first folder if you want read messages to be moved to the
23411 second folder.  In either case, moving the messages means they will be
23412 deleted from the first folder.
23414 The name of the first folder in each pair can be either the technical
23415 specification of the folder (like what appears in your configuration file)
23416 or (much easier) the nickname that you gave the folder when you made it
23417 an incoming folder.
23419 For example:<p>
23420 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
23421 <p>or, using nicknames:<p>
23422 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
23424 If these are not path names, they will be in the default collection for
23425 saves. Any valid folder specification, local or remote (via IMAP), is
23426 allowed. There is no default.
23428 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23429 details on the syntax of folder definitions.
23431 <UL>   
23432 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23433 </UL><P>
23434 &lt;End of help on this topic&gt;
23435 </BODY>
23436 </HTML>
23437 ====== h_config_newsrc_path ======
23438 <HTML>
23439 <HEAD>
23440 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
23441 </HEAD>
23442 <BODY>
23443 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
23445 This option overrides the default name Alpine uses for your "newsrc" news
23446 status and subscription file.  If set, Alpine will take this value as the
23447 full pathname for the desired newsrc file.<P>
23449 If this option is <B>not</B> set, 
23450 <!--chtml if pinemode="os_windows"-->
23451 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
23452 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
23453 directory as your pinerc file for NEWSRC.
23454 <!--chtml else-->
23455 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
23456 your account's home directory).
23457 <!--chtml endif-->
23458 <P><UL>
23459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23460 </UL>
23462 &lt;End of help on this topic&gt;
23463 </BODY>
23464 </HTML>
23465 ====== h_config_literal_sig =====
23466 <HTML>
23467 <HEAD>
23468 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
23469 </HEAD>
23470 <BODY>
23471 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
23473 With this option your actual signature, as opposed to
23474 the name of a file containing your signature,
23475 is stored in the Alpine configuration file.
23476 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
23479 This is simply a different way to store the signature.
23480 The signature is stored inside your Alpine configuration file instead of in
23481 a separate file.
23482 Tokens work the same way they do with the
23483 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
23484 help.
23487 The Setup/Signature command on Alpine's MAIN MENU will edit
23488 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
23489 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
23490 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
23491 instead.
23494 The two character sequence &#92;n (backslash followed by
23495 the character n) will be used to signify a line-break in your signature.
23496 You don't have to enter the &#92;n, but it will be visible in the
23497 SETUP CONFIGURATION window after you are done editing the signature.
23500 <UL>   
23501 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23502 </UL><P>
23503 &lt;End of help on this topic&gt;
23504 </BODY>
23505 </HTML>
23506 ====== h_config_signature_file =====
23507 <HTML>
23508 <HEAD>
23509 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
23510 </HEAD>
23511 <BODY>
23512 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
23514 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
23515 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
23516 You can tell that that is the case because the value of the
23517 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
23519 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
23521 You may either use all Literal Signatures (signatures stored in your
23522 configuration file) throughout Alpine, or all signature files.
23523 You can't mix the two.
23525 This is the name of a file that will be automatically inserted into
23526 outgoing messages.
23527 It typically contains information such as your
23528 name, email address and organizational affiliation.
23529 Alpine adds the
23530 signature into the message as soon as you enter the composer so you
23531 can choose to remove it or edit it on a message by message basis.
23532 Signature file placement in message replies is controlled by the
23533 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
23534 setting in the feature list.
23537 The default file name is
23538 <!--chtml if pinemode="os_windows"-->
23539 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
23540 PINERC file is a local file.
23541 If your PINERC file is remote, then it will be in the directory specified
23542 by the &quot;-aux local_directory&quot; command line option.
23543 <!--chtml else-->
23544 &quot;.signature&quot;.
23545 <!--chtml endif-->
23548 To create or edit your signature file choose Setup from the MAIN MENU
23549 and then select S for Signature (Main/Setup/Signature).  This puts you
23550 into the Signature Editor where you can enter a <EM>few</EM> lines of
23551 text containing your identity and affiliation.
23554 If the filename is followed by a vertical bar (|) then instead
23555 of reading the contents of the file the file is assumed to be a
23556 program that will produce the text to be used on its standard output.
23557 The program can't have any arguments and doesn't receive any input from Alpine,
23558 but the rest of the processing works as if the contents came from a file.
23561 Instead of storing the data in a local file, the
23562 signature data may be stored remotely in an IMAP folder.
23563 In order to do this, 
23564 you must use a remote name for the file.
23565 A remote <!--#echo var="VAR_signature-file"--> name might look like:
23567 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
23570 The syntax used here is the same as the syntax used for remote configuration
23571 files from the command line.
23572 Note that you may not access an existing signature file remotely,
23573 you have to create a new <EM>folder</EM> that contains the signature data.
23574 If the name you use here for the signature file is a remote name, then when
23575 you edit the file from the Setup/Signature command the data will be stored
23576 remotely in the folder.
23577 You aren't required to do anything special to create the folder, it
23578 gets created automatically if you use a remote name.
23581 Besides regular text, the signature file may also contain
23582 (or a signature program may produce) tokens that
23583 are replaced with text that usually depends on the message you are replying
23584 to or forwarding.
23585 For example, if the signature file contains the token
23587 <CENTER><SAMP>_DATE_</SAMP></CENTER>
23589 anywhere in the text, then that token is replaced by the date
23590 the message you are replying to or forwarding was sent.
23591 If it contains
23593 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
23595 that is replaced with the current date.
23596 The first is an example of a token that depends on the message you
23597 are replying to (or forwarding) and the second is an example which
23598 doesn't depend on anything other than the current date.
23599 You have to be a little careful with this facility since tokens that
23600 depend on the message you are replying to or forwarding will be replaced
23601 by nothing in the case where you are composing a new message from scratch.
23602 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
23603 in this respect.
23604 It allows you to use different signature files in different cases.
23607 The list of tokens available for use in the signature file is
23608 <A HREF="h_index_tokens">here</A>.
23611 Instead of, or along with the use of &quot;roles&quot; to give you
23612 different signature files in different situations, there is also
23613 a way to conditionally include text based
23614 on whether or not a token would result in specific replacement text.
23615 For example, you could include some text based on whether or not
23616 the _NEWS_ token would result in any newsgroups if it was used.
23617 This is explained in detail
23618 <A HREF="h_reply_token_conditionals">here</A>.
23619 This isn't for the faint of heart.
23621 In the very unlikely event that you want to include a literal token
23622 in the signature you must precede it with a backslash character.
23623 For example,
23625 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23627 would produce something like
23629 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23631 It is not possible to have a literal backslash followed by an expanded token.
23633 An alternate method for storing the signature data is available by using the
23634 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
23635 This variable will be used by default.
23637 <UL>   
23638 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23639 </UL><P>
23640 &lt;End of help on this topic&gt;
23641 </BODY>
23642 </HTML>
23643 ====== h_config_init_cmd_list =====
23644 <HTML>
23645 <HEAD>
23646 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
23647 </HEAD>
23648 <BODY>
23649 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
23651 The initial keystroke--or command--list option lets you start Alpine at
23652 any place you like.
23653 Whatever keystrokes you specify here will be executed
23654 by Alpine upon startup as a macro.
23655 The words SPACE, TAB, DOWN, UP, LEFT, and
23656 RIGHT indicate the pressing of those keys.
23657 CR indicates the pressing of the RETURN key.
23658 F1 through F12 represent the function keys, and ^ followed
23659 by a character indicates that key pressed along with the control key (in
23660 other words, ^P means Ctrl-P).
23661 As a shortcut notation, an element of the list may be several characters
23662 surrounded by double-quotes (").
23663 That will be expanded into the individual keystrokes
23664 (excluding the double-quote characters).
23665 For example, the quoted-string
23667 <P><CENTER>"ABC"</CENTER>
23670 is interpreted the same as the three separate list members
23672 <P><CENTER>A and B and C</CENTER>
23675 which is also the same as
23677 <P><CENTER>A,B,C</CENTER>
23680 An example: To view message 1 on startup,
23681 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
23683 <P><CENTER>I,J,1,CR,V</CENTER>
23686 An equivalent version of this is
23688 <P><CENTER>"IJ1",CR,V</CENTER>
23691 Restrictions: You cannot pre-type into the composer with the initial
23692 keystroke list, and you cannot mix function key commands with letter
23693 commands.
23695 <P><UL>   
23696 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23697 </UL>
23699 &lt;End of help on this topic&gt;
23700 </BODY>
23701 </HTML>
23702 ====== h_config_comp_hdrs =====
23703 <html>
23704 <header>
23705 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
23706 </header>
23707 <body>
23708 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
23710 You can control which headers you want visible when composing outgoing
23711 email using this option.
23712 You can specify any of the regular set, any
23713 <A HREF="h_compose_richhdr">Rich Header</A>,
23714 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
23715 that you have already defined.
23716 If you use this setting at all, you must specify all the
23717 headers you want to see, you can't just add to the regular header set.
23718 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
23720 Note that the "Newsgroups:" header will be abbreviated in the Composer
23721 display, but should be spelled out in full here.<p>
23722 <UL>   
23723 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23724 </UL><P>
23725 &lt;End of help on this topic&gt;
23726 </body>
23727 </html>
23728 ====== h_config_custom_hdrs =====
23729 <HTML>
23730 <HEAD>
23731 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
23732 </HEAD>
23733 <BODY>
23734 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
23736 You may add your own custom headers to outgoing messages.
23737 Each header you specify here must include the header tag 
23738 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
23739 and may optionally include a value for that header.
23740 If you want to see these custom headers each time you compose a message,
23741 you must add them to your
23742 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
23743 otherwise they become part
23744 of the rich header set that you only see when you press the
23745 <A HREF="h_compose_richhdr">Rich Header</A>
23746 <!--chtml if pinemode="function_key"-->(F5)
23747 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
23748 (If you are looking for a way to change which headers are <EM>displayed</EM>
23749 when you view a message, take a look at the
23750 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
23751 option instead.)
23752 Here's an example that shows how you might set your From address
23754 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23756 and another showing how you might set a Reply-To address
23758 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
23760 You may also set non-standard header values here.
23761 For example, you could add
23763 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
23765 or even
23767 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
23769 If you include a value after the colon then that header will be included
23770 in your outgoing messages unless you delete it before sending.
23771 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
23772 it will not be included in outgoing messages unless you edit a value
23773 in manually.
23774 For example, if
23776 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
23778 is in the list, then the Reply-To header will be available for editing
23779 but won't be included unless a value is added while in the composer.
23781 It's actually a little more complicated than that.
23782 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
23783 defaults.
23784 If the message you are about to compose already has a value for a header,
23785 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
23786 For example, if you are Replying to a message the Subject field
23787 will already be filled in.
23788 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
23789 custom subject will <EM>NOT</EM> be used.
23790 The subject derived from the subject of the message you are Replying
23791 to will be used instead.
23793 It is also possible to make header setting even more complicated and more
23794 automatic by using
23795 <A HREF="h_rules_roles">Roles</A>,
23796 but if all you want to do is set a default value for a header, you don't
23797 need to think about Roles.
23799 If you change your From address you may also find it useful to add the
23800 changed From address to the
23801 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23802 configuration option.
23804 Limitation: Because commas are used to separate the list of
23805 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
23806 header contain a comma.
23807 Nor is there currently an &quot;escape&quot; mechanism provided
23808 to make this work.
23809 <P><UL>
23810 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23811 </UL>
23813 &lt;End of help on this topic&gt;
23814 </BODY>
23815 </HTML>
23816 ====== h_config_viewer_headers =====
23817 <HTML>
23818 <HEAD>
23819 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
23820 </HEAD>
23821 <BODY>
23822 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
23824 You may change the default list of headers that are viewed by listing
23825 the headers you want to view here.  If the headers in your
23826 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
23827 will be shown.  The order of the headers you list will be honored.  If
23828 the special value &quot;all-except&quot; is included as the first
23829 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
23830 message except those in the list will be shown.  The values are all
23831 case insensitive.
23834 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
23835 then the original default headers are ignored.  So, if you just wanted
23836 to add the header Organization to the list, you would have to list
23837 Organization plus all of the other headers originally in the default
23838 list.  If you just included Organization and nothing else, then you
23839 would see only the Organization header, nothing else.
23842 The default list of headers includes:
23843 <UL>
23844   <LI>From
23845   <LI>Resent-From
23846   <LI>To
23847   <LI>Resent-To
23848   <LI>Cc
23849   <LI>Resent-cc
23850   <LI>Bcc
23851   <LI>Newsgroups
23852   <LI>Followup-To
23853   <LI>Date
23854   <LI>Resent-Date
23855   <LI>Subject
23856   <LI>Resent-Subject
23857   <LI>Reply-To
23858 </UL>
23861 If you are looking for a way to control which headers are included in
23862 outgoing mail and are visible or not in the composer, take a look at the
23863 options
23864 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
23865 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
23866 this option.
23868 <UL>   
23869 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23870 </UL><P>
23871 &lt;End of help on this topic&gt;
23872 </BODY>
23873 </HTML>
23874 ====== h_config_viewer_margin_left =====
23875 <HTML>
23876 <HEAD>
23877 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
23878 </HEAD>
23879 <BODY>
23880 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
23882 This variable controls the left-hand vertical margin's width in
23883 Alpine's Message Viewing screen.
23884 Its value is the number of space characters preceding each displayed line.
23885 For consistency with
23886 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
23887 you may specify the column number to start in
23888 (column numbering begins with number 1)
23889 instead of the width of the margin by appending a lower case letter
23890 &quot;c&quot; to the number.
23891 For example, a value of &quot;2c&quot; means to start the text in column two,
23892 which is entirely equivalent to a value of &quot;1&quot;, which means to
23893 leave a margin of 1 space.
23895 The default is a left margin of 0 (zero).
23896 Misconfigurations (for example, negative values or values with starting
23897 left columns greater than the ending right column)
23898 are silently ignored.
23899 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
23900 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
23901 instead.
23904 &lt;End of help on this topic&gt;
23905 </BODY>
23906 </HTML>
23907 ====== h_config_viewer_margin_right =====
23908 <HTML>
23909 <HEAD>
23910 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
23911 </HEAD>
23912 <BODY>
23913 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
23915 This variable controls the right-hand vertical margin's width in
23916 Alpine's Message Viewing screen.
23917 Its value is the number of space characters following each displayed line.
23918 You may specify the column number to end the text in
23919 (column numbering begins with number 1)
23920 instead of the width of the margin by appending a lower case letter
23921 &quot;c&quot; to the number.
23922 For example, a value of &quot;76c&quot; means to end the text in column 76.
23923 If the screen is 80 characters wide, this is equivalent to a value
23924 of &quot;4&quot;, which means to leave a margin of 4 spaces.
23925 However, if you use different size screens at different times, then these
23926 two values are not equivalent.
23928 The default right margin is 4.
23929 Misconfigurations (for example, negative values or values with starting
23930 left columns greater than the ending right column)
23931 are silently ignored.
23932 If the number of columns for text between the
23933 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
23934 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
23935 instead.
23938 &lt;End of help on this topic&gt;
23939 </BODY>
23940 </HTML>
23941 ====== h_config_quote_suppression =====
23942 <HTML>
23943 <HEAD>
23944 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
23945 </HEAD>
23946 <BODY>
23947 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
23949 This option should be used with care.
23950 It will cause some of the quoted text to be eliminated from the
23951 display when viewing a message in the MESSAGE TEXT screen.
23952 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
23953 value &quot;5&quot;,
23954 this will cause quoted text that is longer than five lines to be truncated.
23955 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
23956 Quoted text of more than six lines will have the first five lines displayed
23957 followed by a line that looks something like
23959 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
23961 As a special case, if exactly one line of quoted text would be hidden, the
23962 entire quote will be shown instead.
23963 So for the above example, quoted text that is exactly six lines long will
23964 will be shown in its entirety.
23965 (In other words, instead of hiding a single line and adding a line
23966 that announces that one line was hidden, the line is just shown.)
23968 If the sender of a message has carefully chosen the quotes that he or she
23969 includes, hiding those quotes may change the meaning of the message.
23970 For that reason, Alpine requires that when you want to set the value of this
23971 variable to something less than four lines, you actually have to set it
23972 to the negative of that number.
23973 So if you want to set this option to &quot;3&quot;, you actually have to
23974 set it to &quot;-3&quot;.
23975 The only purpose of this is to get you to think about whether or not you
23976 really want to do this!
23977 If you want to delete all quoted text you set the value of this option
23978 to the special value &quot;-10&quot;.
23980 The legal values for this option are
23982 <TABLE>   
23983 <TR>
23984   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
23985   <TD> Default, don't hide anything </TD>
23986 </TR>
23987 <TR>
23988   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
23989   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
23990 </TR>
23991 <TR>
23992   <TD> &nbsp;4,5,6,...&nbsp; </TD>
23993   <TD> Suppress if more than that many lines </TD>
23994 </TR>
23995 <TR>
23996   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
23997   <TD> Suppress all quoted lines </TD>
23998 </TR>
23999 </TABLE>
24001 If you set this option to a non-default value you may sometimes wish to
24002 view the quoted text that is not shown.
24003 When this is the case, the
24004 <A HREF="h_common_hdrmode">HdrMode Command</A>
24005 may be used to show the hidden text.
24006 Typing the &quot;H&quot; command once will show the hidden text.
24007 Typing a second &quot;H&quot; will also turn on Full Header mode.
24008 The presence or absence of the HdrMode command is determined by the
24009 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
24010 Feature-List option in your Alpine configuration, so you will want to
24011 be sure that is turned on if you use quote suppression.
24013 For the purposes of this option, a quote is a line that begins with the
24014 character &quot;&gt;&quot;.
24016 Quotes are only suppressed when displaying a message on the screen.
24017 The entire quote will be left intact when printing or forwarding or something
24018 similar.
24020 &lt;End of help on this topic&gt;
24021 </BODY>
24022 </HTML>
24023 ====== h_config_saved_msg_name_rule =====
24024 <HTML>
24025 <HEAD>
24026 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
24027 </HEAD>
24028 <BODY>
24029 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
24031 This option determines the default folder name when saving
24032 a message.
24035 The default option is &quot;default-folder&quot;, which is the folder
24036 called &quot;saved-messages&quot; in Unix Alpine and
24037 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
24038 the Alpine option called
24039 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
24042 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
24043 get the chosen option's value for the message being saved (or for the
24044 first message being saved if using an aggregrate save).
24045 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
24046 value of who the message came from (i.e. the from address).
24047 Alpine then attempts to save the message to a folder matching that value.
24048 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
24049 &quot;by-sender&quot;.
24050 The opposite is also true.
24051 If &quot;by-recipient&quot; is chosen and the message was posted to a
24052 newsgroup, Alpine will use the newsgroup name.
24053 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
24054 &quot;by-from&quot;.
24057 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
24058 to use the personal name part of the address instead of the mailbox part.
24059 If any of the &quot;by-nick&quot; options are chosen, the
24060 address is looked up in your address book and if found, the
24061 nickname for that entry is used.
24062 Only simple address book entries are checked, not distribution lists.
24063 Similarly, if any of the
24064 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
24065 address book entry is used.
24066 If by-realname, or the by-nick or by-fcc lookups result in no value,
24067 then if the chosen option ends with the &quot;then-from&quot;,
24068 &quot;then-sender&quot;, &quot;then-replyto&quot;,
24069 or &quot;then-recip&quot; suffix, Alpine
24070 reverts to the same behavior as &quot;by-from&quot;,
24071 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
24072 depending on which option was specified.
24073 If the chosen option doesn't end with one of
24074 the &quot;then-&quot; suffixes, then Alpine reverts to the default
24075 folder when no match is found in the address book.
24078 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
24079 to save to the folder that you saved to the last time you saved a
24080 message.  The first time you save a message in an Alpine session, Alpine
24081 attempts to save the message to the default folder.
24084 Here is an example to make some of the options clearer.
24085 If the message is From
24087 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
24089 and this rule is set to &quot;by-from&quot;, then the default folder offered
24090 in the save dialog would be &quot;flint&quot;.
24092 If this rule is set to &quot;by-realname-of-from&quot; then the default would
24093 be &quot;Fred Flintstone&quot;.
24095 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
24096 for the address &quot;flint@bedrock.org&quot; in your address book.
24097 If an entry is found and it has a nickname associated with it, that nickname
24098 will be offered as the default folder.
24099 If not, the default saved message folder will be offered as the default.
24101 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
24102 for the address &quot;flint@bedrock.org&quot; in your address book.
24103 If an entry is found and it has an Fcc associated with it, that Fcc
24104 will be offered as the default folder.
24105 If not, the default saved message folder will be offered as the default.
24107 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
24108 for the address &quot;flint@bedrock.org&quot; in your address book.
24109 If an entry is found and it has a nickname associated with it, that nickname
24110 will be offered as the default folder.
24111 If it is not found (or has no nickname) then the default offered will be
24112 the same as it would be for the &quot;by-from&quot; rule.
24113 That is, it would be &quot;flint&quot;
24115 <UL>   
24116 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24117 </UL><P>
24118 &lt;End of help on this topic&gt;
24119 </BODY>
24120 </HTML>
24121 ====== h_config_fcc_rule =====
24122 <HTML>
24123 <HEAD>
24124 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
24125 </HEAD>
24126 <BODY>
24127 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
24129 This option determines the default name for folder carbon copy. Choose
24130 one:
24132 <DL>
24133 <DT>default-fcc</DT>
24134 <DD>This is the normal default, the value of which is set in the
24135 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
24136 configuration.
24137 </DD>
24139 <DT>last-fcc-used</DT>
24140 <DD> Causes Alpine to use the folder that was last
24141 used in the fcc field
24142 </DD>
24144 <DT>by-nickname</DT>
24145 <DD>Means that Alpine will use the nickname
24146 from your address book that matches the first address in the To line.
24147 If there is no match, it will use the value of the
24148 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
24149 </DD>
24151 <DT>by-recipient</DT>
24152 <DD>Means Alpine will form a folder name
24153 based on the left hand side of the first address in the To line.
24154 </DD>
24156 <DT>by-nick-then-recip</DT>
24157 <DD>Means that it will use the
24158 matching nickname from your address book if there is one, otherwise it
24159 will extract the recipient name from the address and use that (like
24160 by-recipient).
24161 </DD>
24163 <DT>current-folder</DT>
24164 <DD>Causes a copy to be written to
24165 the currently open folder, unless that is the INBOX.  In the case
24166 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
24167 used instead.
24168 </DD>
24169 </DL>
24172 Note: Whatever the fcc specified by the rule here, it will be
24173 over-ridden by any fcc entries you have in your address book.
24176 <UL>   
24177 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24178 </UL><P>
24179 &lt;End of help on this topic&gt;
24180 </BODY>
24181 </HTML>
24182 ====== h_config_sort_key =====
24183 <HTML>
24184 <HEAD>
24185 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
24186 </HEAD>
24187 <BODY>
24188 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
24190 This option determines the order in which messages will be displayed in
24191 the MESSAGE INDEX screen.  Choose from:
24193 <UL>
24194  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24195  <LI> <A HREF="h_index_sort_date">Date</A>
24196  <LI> <A HREF="h_index_sort_subj">Subject</A>
24197  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24198  <LI> <A HREF="h_index_sort_thread">Thread</A>
24199  <LI> <A HREF="h_index_sort_from">From</A>
24200  <LI> <A HREF="h_index_sort_size">Size</A>
24201  <LI> <A HREF="h_index_sort_score">Score</A>
24202  <LI> <A HREF="h_index_sort_to">To</A>
24203  <LI> <A HREF="h_index_sort_cc">Cc</A>
24204 </UL>
24207 Each type of sort may also be reversed.
24208 Normal default is by &quot;Arrival&quot;.
24211 A possible point of confusion arises when you change the configuration
24212 of the <!--#echo var="VAR_sort-key"-->.
24213 The folder will normally be re-sorted when you go back to viewing the
24214 index.
24215 However, if you have manually sorted the folder with the
24216 Sort
24217 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24218 command, then it will not be re-sorted until the next time it is opened.
24221 <UL>   
24222 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24223 </UL><P>
24224 &lt;End of help on this topic&gt;
24225 </BODY>
24226 </HTML>
24227 ====== h_config_other_startup =====
24228 <HTML>
24229 <HEAD>
24230 <TITLE>OPTION: Set Startup Rule</TITLE>
24231 </HEAD>
24232 <BODY>
24233 <H1>OPTION: Set Startup Rule</H1>
24235 This option determines which message will be the <EM>current message</EM> when
24236 the folder is first opened.
24237 It works the same way that the option
24238 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
24239 works, so look there for help.
24240 It may be used for any folder, not just incoming folders.
24243 <UL>   
24244 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24245 </UL><P>
24246 &lt;End of help on this topic&gt;
24247 </BODY>
24248 </HTML>
24249 ====== h_config_perfolder_sort =====
24250 <HTML>
24251 <HEAD>
24252 <TITLE>Set Sort Order</TITLE>
24253 </HEAD>
24254 <BODY>
24255 <H1>Set Sort Order</H1>
24257 This option determines the order in which messages will be displayed in
24258 the MESSAGE INDEX screen when the Current Folder Type set in the
24259 Pattern is a match. Choose from:
24261 <UL>
24262  <LI> <A HREF="h_index_sort_default">Default</A>
24263  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24264  <LI> <A HREF="h_index_sort_date">Date</A>
24265  <LI> <A HREF="h_index_sort_subj">Subject</A>
24266  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24267  <LI> <A HREF="h_index_sort_thread">Thread</A>
24268  <LI> <A HREF="h_index_sort_from">From</A>
24269  <LI> <A HREF="h_index_sort_size">Size</A>
24270  <LI> <A HREF="h_index_sort_score">Score</A>
24271  <LI> <A HREF="h_index_sort_to">To</A>
24272  <LI> <A HREF="h_index_sort_cc">Cc</A>
24273 </UL>
24276 Each type of sort may also be reversed.
24277 Normal default is by &quot;Arrival&quot;.
24280 A possible point of confusion arises when you change the configuration
24281 of the Sort Order for the currently open folder.
24282 The folder will normally be re-sorted when you go back to viewing the
24283 index.
24284 However, if you have manually sorted the folder with the
24285 Sort
24286 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24287 command, then it will not be re-sorted until the next time it is opened.
24290 <UL>   
24291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24292 </UL><P>
24293 &lt;End of help on this topic&gt;
24294 </BODY>
24295 </HTML>
24296 ====== h_config_fld_sort_rule =====
24297 <HTML>
24298 <HEAD>
24299 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
24300 </HEAD>
24301 <BODY>
24302 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
24304 This option controls the order in which folder list entries will be
24305 presented in the FOLDER LIST screen.  Choose one of the following:
24307 <DL>
24308 <DT>Alphabetical</DT>
24309 <DD>sort by alphabetical name independent of type
24310 </DD>
24312 <DT>Alpha-with-dirs-last</DT>
24313 <DD>sort by alphabetical name grouping directory entries
24314 to the end of the list
24315 </DD>
24317 <DT>Alpha-with-dirs-first</DT>
24318 <DD>sort by alphabetical name grouping directory entries
24319 to the start of the list
24320 </DD>
24321 </DL>
24323 The normal default is &quot;Alphabetical&quot;.
24326 <UL>   
24327 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24328 </UL><P>
24329 &lt;End of help on this topic&gt;
24330 </BODY>
24331 </HTML>
24332 ====== h_config_ab_sort_rule =====
24333 <HTML>
24334 <HEAD>
24335 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
24336 </HEAD>
24337 <BODY>
24338 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
24340 This option controls the order in which address book entries will be
24341 presented.  Choose one of the following:
24343 <DL>
24344 <DT>fullname</DT>
24345 <DD>use fullname field, lists mixed in
24346 </DD>
24348 <DT>fullname-with-lists-last</DT>
24349 <DD>use fullname field, but put lists at end
24350 </DD>
24352 <DT>nickname</DT>
24353 <DD>use nickname field, lists mixed in
24354 </DD>
24356 <DT>nickname-with-lists-last</DT>
24357 <DD>use nickname field, but put lists at end
24358 </DD>
24360 <DT>dont-sort</DT>
24361 <DD>don't change order of file
24362 </DD>
24363 </DL>
24366 The normal default is &quot;fullname-with-lists-last&quot;.
24367 If you use an address book from more than one computer and those
24368 computers sort the address book differently then the sort order
24369 will be the order where the last change to the address book was
24370 made.
24371 There are two reasons the sorting might be different on different
24372 systems.
24373 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
24374 places.
24375 Second, the collation rules on the two computers may be different.
24376 For example, one system might ignore special characters while the other
24377 doesn't or one may sort upper and lower case letters together while
24378 the other doesn't.
24379 In any case, the order you see is the order on the system where the
24380 last change was made, for example by an address book edit or a
24381 Take Address command.
24384 <UL>   
24385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24386 </UL><P>
24387 &lt;End of help on this topic&gt;
24388 </BODY>
24389 </HTML>
24390 ====== h_config_post_char_set =====
24391 <HTML>
24392 <HEAD>
24393 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
24394 </HEAD>
24395 <BODY>
24396 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
24398 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
24399 when sending messages.
24403 When sending a message the text typed in the composer is
24404 labeled with the character set specified by this option.
24405 If the composed text is not fully representable in the 
24406 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
24407 instead;
24410 Attachments are labeled with your
24411 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
24414 Generally, there should be little need to set this option.
24415 If left unset, the
24416 default behavior is to label composed text as specifically as
24417 possible.  That is, if the composed text has no non-ASCII characters,
24418 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
24419 only ISO-8859-15 characters, it is labeled as such.  Alpine will
24420 attempt to automatically detect a number of character sets including ISO-8859-15,
24421 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24422 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
24423 If the message contains a mix of character sets,
24424 it is labeled as &quot;UTF-8.&quot;
24428 This setting is provided to allow you to force a particular character set that
24429 Alpine does not automatically detect. For example, if a message is representable
24430 in more than one character set then Alpine may choose a different default
24431 than you want.
24432 Lastly, by setting this option explicitly to
24433 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
24434 &quot;UTF-8&quot; instead of something more specific.
24437 In the Setup/Config screen you may choose from a list of all the
24438 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24441 The options
24442 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24443 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24444 are closely related.
24445 Setting the feature
24446 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24447 should cause this option to be ignored.
24450 <UL>   
24451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24452 </UL><P>
24453 &lt;End of help on this topic&gt;
24454 </BODY>
24455 </HTML>
24456 ====== h_config_unk_char_set =====
24457 <HTML>
24458 <HEAD>
24459 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
24460 </HEAD>
24461 <BODY>
24462 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
24464 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
24465 when reading or replying to messages.
24469 A text message should either be made up of all US-ASCII characters
24470 or it should contain a charset label which tells the software which
24471 character set encoding to use to interpret the message.
24472 Sometimes a malformed message may be unlabeled but contain non-ascii text.
24473 This message is outside of the standards so any attempt to read it could fail.
24474 When Alpine attempts to read such a message it will try to interpret the
24475 text in the character set you specify here.
24476 For example, if you have correspondents who send you unlabeled messages that
24477 are usually made up of characters from the WINDOWS-1251 character set, setting
24478 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
24479 allow you to read those messages.
24480 Of course, if the unlabeled message is actually in some other character set,
24481 then you may see garbage on your screen.
24483 Instead of just unlabeled text, this option also affects text which is labeled
24484 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
24485 or &quot;US-ASCII&quot;.
24488 In the Setup/Config screen you may choose from a list of all the
24489 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24492 <UL>   
24493 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24494 </UL><P>
24495 &lt;End of help on this topic&gt;
24496 </BODY>
24497 </HTML>
24498 ====== h_config_char_set =====
24499 <HTML>
24500 <HEAD>
24501 <TITLE>OPTION: Display Character Set</TITLE>
24502 </HEAD>
24503 <BODY>
24504 <H1>OPTION: Display Character Set</H1>
24506 The Display Character Set configuration option is used when viewing messages.
24508 Alpine uses Unicode characters internally and 
24509 it is a goal for Alpine to handle email in many different languages.
24510 Alpine will properly display only left-to-right character sets
24511 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
24512 font is in use, in the sense that
24513 characters are assumed to take up zero, one, or two character cell
24514 widths from left to right on the screen. This is true even in PC-Alpine.
24517 Alpine recognizes some local character sets that are right-to-left
24518 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
24519 (Arabic) and properly converts texts in these character sets to/from
24520 Unicode; however, there are known display bugs with these character
24521 sets.
24524 There are three possible configuration character settings and some
24525 environment variable settings that can affect how Alpine
24526 handles international characters.
24527 The first two of these are only available in UNIX Alpine.
24528 The three configuration options are
24529 Display Character Set,
24530 Keyboard Character Set, and
24531 <!--#echo var="VAR_posting-character-set"-->.
24532 The Keyboard Character Set defaults to being the same value
24533 as the Display Character Set, and that is usually correct, because
24534 the keyboard almost always produces characters in the same character set
24535 as the display displays.
24536 The Display Character Set is the character set that Alpine
24537 will attempt to use when sending characters to the display.
24540 By default, the Display Character Set variable is not set and UNIX Alpine
24541 will attempt to get this information from the environment.
24542 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
24543 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
24544 An explicit configuration setting for Display Character Set will,
24545 of course, override any default setting.
24547 For PC-Alpine the Display Character Set
24548 and the Keyboard Character Set
24549 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
24552 It is probably best to use UNIX Alpine in a terminal emulator
24553 capable of displaying UTF-8 characters, since that will allow you to
24554 view just about any received text that is correctly formatted (note,
24555 however, the above comments about known index display bugs with certain
24556 character sets). You'll need to have an emulator that uses a UTF-8 font
24557 and you'll need to set up your environment to use a UTF-8 charmap. For
24558 example, on a Linux system you might include
24560 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
24563 or something similar in your UNIX startup files.
24564 You'd also have to select a UTF-8 font in your terminal emulator.
24567 The types of values that the character set variables may be set to are
24568 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
24569 The <CODE>ISO-2022</CODE> character sets are not supported for input or
24570 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
24571 for use only as a <!--#echo var="VAR_posting-character-set"-->.
24572 In the Setup/Config screen you may choose from a list of all the
24573 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24574 Here is a list of many of the possible character sets:
24577 <TABLE>
24578 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
24579 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
24580 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
24581 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
24582 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
24583 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
24584 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
24585 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
24586 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
24587 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
24588 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
24589 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
24590 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
24591 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
24592 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
24593 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
24594 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
24595 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
24596 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
24597 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukrainian</TD> </TR>
24598 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
24599 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
24600 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
24601 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24602 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24603 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24604 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24605 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24606 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
24607 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
24608 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
24609 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
24610 </TABLE>
24613 When reading incoming email, Alpine understands many different
24614 character sets and is able to convert the incoming mail into Unicode.
24615 The Unicode will be converted to the Display Character Set
24616 for display on your terminal.
24617 Characters typed at the keyboard will be converted from the
24618 Keyboard Character Set to Unicode for Alpine's internal
24619 use.
24620 You may find that you can read some malformed messages that do not
24621 contain a character set label by setting the option
24622 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
24625 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
24626 The default behavior obtained by leaving this variable unset is usually
24627 what is wanted. In that default case, Alpine will attempt
24628 to label the message with the most specific character set from the
24629 rather arbitrary set
24631 US-ASCII, ISO-8859-15,
24632 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24633 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
24636 For example, if the message is made up of only US-ASCII characters, it
24637 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
24638 that will be the label. If that doesn't work the same is tried for the
24639 remaining members of the list.
24642 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
24643 explicit value instead.
24644 For example, if you usually send messages in Greek, setting this
24645 option to ISO-8859-7 will result in messages being labeled as
24646 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
24647 are only Greek characters, or UTF-8 if there are some characters
24648 that aren't representable in ISO-8859-7.
24649 Another possibility is to set this option explicitly to UTF-8.
24650 In that case
24651 Alpine labels only ascii messages as US-ASCII and all other
24652 messages as UTF-8.
24655 The options
24656 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
24657 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24658 are closely related to this option.
24659 Setting the feature
24660 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24661 should cause this option to be ignored.
24664 When displaying a message, Alpine compares this setting to the character
24665 set specified in the message.  If not all of the
24666 characters in the message can be displayed using the Display Character Set
24667 then Alpine places an editorial
24668 comment in the displayed text (enclosed in square-brackets) indicating
24669 that some characters may not be displayed correctly.
24670 This comment may be eliminated by turning on the option
24671 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
24674 <UL>   
24675 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24676 </UL><P>
24677 &lt;End of help on this topic&gt;
24678 </BODY>
24679 </HTML>
24680 ====== h_config_key_char_set =====
24681 <HTML>
24682 <HEAD>
24683 <TITLE>OPTION: Keyboard Character Set</TITLE>
24684 </HEAD>
24685 <BODY>
24686 <H1>OPTION: Keyboard Character Set</H1>
24688 UNIX Alpine only.
24690 The Keyboard Character Set identifies the character set of the characters
24691 coming from your keyboard.
24692 It defaults to having the same value as your
24693 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
24694 which in turn defaults to a value obtained from your environment.
24695 It is unlikely that you will need to use this option, because the keyboard
24696 almost always produces the same kind of characters as the display displays.
24699 This character set is also used when accessing files in your local
24700 file system.
24701 The names of the files are assumed to be in the same character set as
24702 what the keyboard produces, as well as the contents of the files.
24705 In the Setup/Config screen you may choose from a list of all the
24706 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24709 The options
24710 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24711 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
24712 are closely related.
24713 Setting the feature
24714 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24715 should cause this option to be ignored.
24718 <UL>   
24719 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24720 </UL><P>
24721 &lt;End of help on this topic&gt;
24722 </BODY>
24723 </HTML>
24724 ====== h_config_editor =====
24725 <HTML>
24726 <HEAD>
24727 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
24728 </HEAD>
24729 <BODY>
24730 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
24732 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
24733 normally an alternative to Alpine's internal composer (Pico).  You could use
24734 this setting to specify an alternate editor to use occasionally or if you
24735 have a favorite editor and want to use it all the time (see the 
24736 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
24737 If you specify multiple editors for this option, ^_ will invoke the first one 
24738 of those specified that exists and is executable.  When specifying a program 
24739 for use here, make sure that the format of the text it saves -- which, when 
24740 you exit it, will become the message body in Alpine -- is appropriate 
24741 for the body of an email message; avoid proprietary formats that may result in 
24742 a message body that the recipient of your message will be unable to decipher.
24744 <!--chtml if pinemode="os_windows"-->
24745 <!--chtml else-->
24746 If you are in doubt about what editors are available on your system, or which 
24747 of them may be appropriate for specification here, ask your local computing 
24748 support staff.  
24749 <!--chtml endif-->
24751 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
24752 unset, outgoing text will be set as flowed.  In most cases this will be fine,
24753 but if the editor has a &quot;flowed text&quot; mode, it would be best to
24754 use that.
24756 <P><UL>
24757 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24758 </UL>
24760 &lt;End of help on this topic&gt;
24761 </BODY>
24762 </HTML>
24763 ====== h_config_speller =====
24764 <HTML>
24765 <HEAD>
24766 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
24767 </HEAD>
24768 <BODY>
24769 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
24771 UNIX Alpine only.
24773 For PC-Alpine, you must install the aspell library code that you
24774 may get from
24775 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
24777 This option affects the behavior of the ^T (spell check) command in the
24778 Composer.  It specifies the program invoked by ^T in the Composer.
24779 By default, Alpine uses
24781 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
24783 if it knows where to find &quot;aspell&quot;.
24784 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
24785 then the command used is
24787 <CENTER><SAMP>ispell -l</SAMP></CENTER>
24789 Otherwise, the ancient &quot;spell&quot; command is used.
24791 If you specify a value for this command (with full pathname) then that is what
24792 will be used instead of any of the defaults.
24793 When invoking this
24794 spell-checking program, Alpine appends a tempfile name (where the message is
24795 passed) to the command line. Alpine expects the speller to correct the
24796 spelling in that file. When you exit from that program Alpine will read the
24797 tempfile back into the composer.
24799 Don't set this speller option to the standard Unix spell command.
24800 That won't work because spell works in a different way.
24803 <UL>   
24804 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24805 </UL><P>
24806 &lt;End of help on this topic&gt;
24807 </BODY>
24808 </HTML>
24809 ====== h_config_aspell_dictionary =====
24810 <HTML>
24811 <HEAD>
24812 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
24813 </HEAD>
24814 <BODY>
24815 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
24817 PC Alpine only.
24819 This option specifies a list of dictionaries you will use with
24820 aspell. A sample entry is &quot;en_US&quot; for american english, or
24821 &quot;en_GB&quot; for british english.
24824 <UL>   
24825 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24826 </UL><P>
24827 &lt;End of help on this topic&gt;
24828 </BODY>
24829 </HTML>
24830 ====== h_config_display_filters =====
24831 <HTML>
24832 <HEAD>
24833 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
24834 </HEAD>
24835 <BODY>
24836 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
24838 This option defines a list of text-filtering commands (programs or
24839 scripts) that may be used to filter text portions of received messages
24840 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
24841 display screen, exporting to a text file).  
24842 For security reasons, the full path name of the
24843 filter command must be specified.
24846 The command is executed and the message is piped into its standard input. 
24847 The standard output of the command is read back by Alpine.  The
24848 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
24850 <P> 
24851 The filter's use is based on the configured &quot;trigger&quot; string.  The
24852 format of a filter definition is:
24854 <P>   
24855 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
24858 You can specify as many filters as you wish, separating them with a comma.  
24859 Each filter can have only one trigger and command.  Thus, two trigger 
24860 strings that invoke the same command require separate filter 
24861 specifications. 
24863 <P> 
24864 The &quot;trigger&quot; is simply text that, if found in the message,
24865 will invoke the associated command.  If the trigger contains any space
24866 characters, it must be placed within quotes.  Likewise, should you
24867 wish a filter to be invoked unconditionally, define the trigger as the
24868 null string, &quot;&quot; (two consecutive double-quote characters).  If the
24869 trigger string is found anywhere in the text of the message the filter
24870 is invoked.  Placing the trigger text within the tokens defined below
24871 changes where within the text the trigger must be before considering
24872 it a match.
24874 <P>  
24875 Trigger Modifying Tokens:
24876 <DL>
24877 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
24878 <DD>This token tells Alpine to invoke the supplied command
24879 if the text is in a character set matching <VAR>string</VAR>
24880 (e.g., ISO-8859-2 or ISO-2022-JP).
24881 </DD>
24884 <DT>_LEADING(<VAR>string</VAR>)_</DT>
24885 <DD>This token tells Alpine to invoke the supplied command
24886 if the enclosed <VAR>string</VAR> is found to be the first
24887 non-whitespace text.
24888 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
24889 the space character.
24890 </DD>
24892 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
24893 <DD>This token tells Alpine to invoke the supplied command
24894 if the enclosed <VAR>string</VAR> is found at the beginning
24895 of any line in the text.
24896 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
24897 the space character.
24898 </DD>
24899 </DL>
24902 The &quot;command&quot; and &quot;arguments&quot; portion is simply
24903 the command line to be invoked if the trigger string is found.  Below
24904 are tokens that Alpine will recognize and replace with special values
24905 when the command is actually invoked.
24908 Command Modifying Tokens:
24910 <DL>
24911 <DT>_TMPFILE_</DT>
24912 <DD>When the command is executed, this token is 
24913 replaced with the path and name of the temporary 
24914 file containing the text to be filtered.  Alpine 
24915 expects the filter to replace this data with the 
24916 filter's result.
24919 NOTE: Use of this token implies that the text to 
24920 be filtered is not piped into standard input of the 
24921 executed command and its standard output is ignored. 
24922 Alpine restores the tty modes before invoking the
24923 filter in case the filter interacts with the user
24924 via its own standard input and output.  
24925 </DD>
24926                         
24927 <DT>_RESULTFILE_</DT>
24928 <DD>When the command is executed, this token is 
24929 replaced with the path and name of a temporary 
24930 file intended to contain a status message from the 
24931 filter.  Alpine displays this in the message status 
24932 field. 
24933 </DD>
24935 <DT>_DATAFILE_</DT>
24936 <DD>When the command is executed, this token is 
24937 replaced with the path and name of a temporary 
24938 file that Alpine creates once per session and deletes 
24939 upon exit.  The file is intended to be used by the 
24940 filter to store state information between instances 
24941 of the filter.
24942 </DD>
24943    
24944 <DT>_PREPENDKEY_</DT>
24945 <DD>When the command is executed, this token indicates that a random
24946 number will be passed down the input stream before the message text.
24947 This number could be used as a session key.  It is sent in this way to
24948 improve security.  The number is unique to the current Alpine session
24949 and is only generated once per session.
24950 </DD>
24952 <DT>_SILENT_</DT>
24953 <DD>When the filter is executed, this token tells Alpine not to repaint
24954 the screen while the command is being executed. This can be used with 
24955 filters that do not interact with the user, and therefore repainting 
24956 the screen is not necessary. 
24957 </DD>
24958 </DL>
24961 The feature
24962 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
24964 Performance caveat/considerations:
24965 <BR>
24966 Testing for the trigger and invoking the filter doesn't come for free.
24967 There is overhead associated with searching for the trigger string, testing
24968 for the filter's existence and actually piping the text through the filter.
24969 The impact can be reduced if the Trigger Modifying Tokens above are 
24970 employed.
24972 &lt;End of help on this topic&gt;
24973 </BODY>
24974 </HTML>
24975 ====== h_config_sending_filter =====
24976 <HTML>
24977 <HEAD>
24978 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
24979 </HEAD>
24980 <BODY>
24981 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
24982       
24983 This option defines a list of text-filtering commands (programs and
24984 scripts) that may be selectively invoked to process a message just before
24985 it is sent.  If set, the Composer's ^X (Send) command will allow you to
24986 select which filter (or none) to apply to the message before it is sent. 
24987 For security reasons, the full path of the filter program must be
24988 specified.
24991 Command Modifying Tokens:
24993 <DL>
24994 <DT>_RECIPIENTS_</DT>
24995 <DD>When the command is executed, this token is replaced 
24996 with the space delimited list of recipients of the 
24997 message being sent. 
24998 </DD>
24999         
25000 <DT>_TMPFILE_</DT>
25001 <DD>
25002 When the command is executed, this token is 
25003 replaced with the path and name of the temporary 
25004 file containing the text to be filtered.  Alpine 
25005 expects the filter to replace this data with the 
25006 filter's result.
25009 NOTE: Use of this token implies that the text to 
25010 be filtered is not piped into standard input of the 
25011 executed command and its standard output is ignored. 
25012 Alpine restores the tty modes before invoking the
25013 filter in case the filter interacts with the user
25014 via its own standard input and output.  
25015 </DD>
25016                         
25017 <DT>_RESULTFILE_</DT>
25018 <DD>When the command is executed, this token is 
25019 replaced with the path and name of a temporary 
25020 file intended to contain a status message from the 
25021 filter.  Alpine displays this in the message status 
25022 field. 
25023 </DD>
25025 <DT>_DATAFILE_</DT>
25026 <DD>When the command is executed, this token is replaced 
25027 in the command line with the path and name of a 
25028 temporary file that Alpine creates once per session 
25029 and deletes upon exit.  The file is intended to be 
25030 used by the filter to store state information between 
25031 instances of the filter.
25032 </DD>
25033    
25034 <DT>_PREPENDKEY_</DT>
25035 <DD>When the command is executed, this token indicates 
25036 that a random number will be passed down the input 
25037 stream before the message text.  This number could 
25038 be used as a session key.  It is sent in this way 
25039 to improve security.  The number is unique to the 
25040 current Alpine session and is only generated once per 
25041 session. 
25042 </DD>
25044 <DT>_INCLUDEALLHDRS_</DT>
25045 <DD>When the command is executed, this token indicates 
25046 that the headers of the message will be passed down the input stream
25047 before the message text.
25048 </DD>
25050 <DT>_MIMETYPE_</DT>
25051 <DD>When the command is executed, this token is replaced in the
25052 command name with a temporary file name used to accept any new MIME
25053 Content-Type information necessitated by the output of the filter.
25054 Upon the filter's exit, if the file contains new MIME type
25055 information, Alpine verifies its format and replaces the outgoing
25056 message's MIME type information with that contained in the file. This
25057 is basically a cheap way of sending something other than Text/Plain.
25058 </DD>
25059 </DL>
25061 <P>   
25062 NOTE: Only the body text, which is visible in the Composer, is piped
25063 through this filter.  Attachments are not sent to the filter.
25064 <P>   
25065 Sending filters are not used if the feature
25066 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
25068 <UL>   
25069 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25070 </UL><P>
25071 &lt;End of help on this topic&gt;
25072 </BODY>
25073 </HTML>
25074 ====== h_config_keywords =====
25075 <HTML>
25076 <HEAD>
25077 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
25078 </HEAD>
25079 <BODY>
25080 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
25082 You may define your own set of keywords and optionally set them on a
25083 message by message basis.
25084 These are similar to the &quot;Important&quot; flag which the user
25085 may set using the Flag command.
25086 The difference is that the Important flag is always present for each folder.
25087 User-defined keywords are chosen by the user.
25088 You may set up the list of possible keywords here, or you may add keywords
25089 from the Flag Details screen that you
25090 can get to after typing the
25091 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
25092 command.
25093 After the keywords have been defined,
25094 then you use the <A HREF="h_common_flag">Flag command</A>
25095 to set or clear the keywords in each message.
25096 The behavior of the flag command may be modified by using the
25097 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
25098 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
25101 Keywords may be used when Selecting messages (Select Keyword).
25102 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
25103 Filter Rules may be used to set keywords automatically.
25104 Keywords may be displayed as part of the Subject of a message by using
25105 the SUBJKEY or SUBJKEYINIT tokens in the
25106 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
25107 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
25108 option may be used to modify the display of keywords using
25109 SUBJKEY and SUBJKEYINIT slightly.
25110 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
25111 screen by using the KEY or KEYINIT tokens.
25112 It is also possible to color keywords in the index using the
25113 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
25114 Keywords are not supported by all mail servers.
25117 You may give keywords nicknames if you wish.
25118 If the keyword definition you type in contains a SPACE character, then the
25119 actual value of the keyword is everything after the last SPACE and the
25120 nickname for that keyword is everything before the last SPACE.
25121 For example, suppose you are trying to interoperate with another email program
25122 that uses a particular keyword with an unpleasant name.
25123 Maybe it uses a keyword called
25125 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
25127 but for you that keyword means that the message is work-related.
25128 You could define a keyword to have the value
25130 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
25132 and then you would use the name &quot;Work&quot; when dealing with
25133 that keyword in Alpine.
25134 If you defined it as
25136 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
25138 the nickname would be everything before the last SPACE, that is the nickname
25139 would be &quot;My Work&quot;.
25141 Some commonly used keywords begin with dollar signs.
25142 This presents a slight complication, because the dollar sign is normally used
25143 to signify
25144 <A HREF="h_news_config">environment variable expansion</A>
25145 in the Alpine configuration.
25146 In order to specify a keyword that begins with a dollar sign you must
25147 precede the dollar sign with a second dollar sign to escape its special
25148 meaning.
25149 For example, if you want to include the keyword
25151 <CENTER><SAMP>$Label1</SAMP></CENTER>
25153 as one of your possible keywords, you must enter the text
25155 <CENTER><SAMP>$$Label1</SAMP></CENTER>
25158 instead.
25160 There are a couple limitations.
25161 First, not all servers support keywords.
25162 Second, some servers (including the IMAP server included with Alpine)
25163 have a per folder limit on the number of keywords that may be defined.
25164 This count commonly includes every keyword you have ever used in the
25165 folder, even if it is no longer being used.
25166 In other words, you can add keywords but you cannot remove them easily.
25167 If you have changed keywords over the life of a folder and find that
25168 you have reached such a limit, one possible solution might be to copy
25169 all of the messages to a newly created folder (using Alpine) and then
25170 delete the original and rename the new folder.
25171 The reason this might work is that only the keywords currently set in
25172 any of the messages will be used in the new folder, hopefully putting you
25173 under the limit.
25176 <UL>   
25177 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25178 </UL><P>
25179 &lt;End of help on this topic&gt;
25180 </BODY>
25181 </HTML>
25182 ====== h_config_alt_addresses =====
25183 <HTML>
25184 <HEAD>
25185 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
25186 </HEAD>
25187 <BODY>
25188 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
25190 This option provides a place for you to list alternate email addresses
25191 you may have.
25192 Each address in the list should be the actual email address part of an
25193 address, without the full name field or the angle brackets.
25194 For example:
25197 <CENTER><SAMP>user@example.com</SAMP></CENTER>
25200 The matching is case-insensitive, so this would match any of
25201 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
25202 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
25205 If set, the option affects the behavior of the Reply
25206 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
25207 a message has been addressed specifically to you.
25210 In the default INDEX display
25211 the personal name (or email address) of
25212 the person listed in the message's &quot;From:&quot; header
25213 field is usually displayed except when that address is yours or one of your
25214 alternate addresses.
25215 In that case you will usually see the name of
25216 the first person specified in the
25217 message's &quot;To:&quot; header field
25218 with the prefix &quot;To: &quot; prepended.
25221 With respect to Reply, the reply-to-all option will exclude addresses
25222 listed here.
25225 The feature
25226 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
25227 is somewhat related to this option.
25230 In addition to a list of actual addresses,
25231 you may use regular expressions (as used with egrep with the ignore case flag)
25232 to describe the addresses you want to match.
25233 Alpine will somewhat arbitrarily interpret your entry as a regular
25234 expression if it contains any of the characters
25235 *, |, +, ?, {, [, ^, $, or &#92;.
25236 Otherwise, it will be treated literally.
25237 The feature
25238 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
25239 may be used to turn off regular expression processing regardless of whether or not
25240 special characters appear in the entry.
25243 A description of how regular expressions work is beyond the
25244 scope of this help text, but some examples follow.
25247 The entry
25250 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
25253 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
25254 address with a domain name of <SAMP>example.com</SAMP> (such as
25255 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
25256 one of your alternate addresses.
25257 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
25258 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
25259 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
25260 Complicating things further, the dollar sign
25261 is special in the Alpine configuration (it signifies environment variable expansion)
25262 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
25263 Quotes around the whole expression will not escape the dollar sign successfully.
25264 So this example should look like
25267 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
25271 The entry
25274 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
25277 would match
25278 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
25279 as <SAMP>fred@example.com</SAMP>.
25282 You could match all addresses that look like
25283 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
25284 entry
25287 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
25290 Notice that you have to escape the plus sign with a backslash because plus
25291 is a special character in regular expressions.
25292 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
25293 the expression
25296 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
25299 would do it, but it would be easier to just add fred@example.com as a
25300 separate entry.
25303 One more example, a match of all first-level subdomains, is given by
25306 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
25310 Because the regular expression matching is based on an old library
25311 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
25312 but they should be close.
25315 <UL>   
25316 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25317 </UL><P>
25318 &lt;End of help on this topic&gt;
25319 </BODY>
25320 </HTML>
25321 ====== h_config_abook_formats =====
25322 <HTML>
25323 <HEAD>
25324 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
25325 </HEAD>
25326 <BODY>
25327 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
25329 This option specifies the format that address books are displayed in.
25330 Normally, address books are displayed with the nicknames in the first
25331 column, the fullnames in the second column, and addresses in the third
25332 column.  The system figures out reasonable defaults for the widths of
25333 the columns.  An address book may be given a different format by
25334 listing special tokens in the order you want them to display.  The
25335 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
25336 So, for example, to get the default behavior you could list
25339 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
25342 (You can also use the token DEFAULT to get the default behavior for
25343 an address book format.)
25346 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
25347 is a list, so if you have more than one address book you may have a
25348 separate format for each by putting its format at the corresponding
25349 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
25353 Listed first are the personal address books, then the global address
25354 books.  So, if you have two personal address books and one global
25355 address book, you may have up to three formats in the
25356 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
25357 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
25358 are address books, the last element is used repeatedly.
25362 Each of the tokens may also be optionally followed by parentheses with
25363 either a number or a percentage inside the parentheses.  For example,
25364 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
25365 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
25366 of the available space (the screen width minus the space for
25367 inter-column spaces) to the fullnames column, while plain
25368 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
25369 reasonable number of columns.
25372 There are always 2 spaces between every column, so if you use
25373 fixed column widths (like 13) you should remember to take that into
25374 account.
25377 <UL>   
25378 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25379 </UL><P>
25380 &lt;End of help on this topic&gt;
25381 </BODY>
25382 </HTML>
25383 ====== h_config_set_index_format =====
25384 <HTML>
25385 <HEAD>
25386 <TITLE>Set Index Format</TITLE>
25387 </HEAD>
25388 <BODY>
25389 <H1>Set Index Format</H1>
25391 This option is used to customize the content of lines in the
25392 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
25393 This action works exactly like the regular
25394 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
25395 except that you can have a folder-specific value for it if you specify it here.
25396 Consult the help for
25397 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
25398 for more information.
25401 <UL>   
25402 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25403 </UL><P>
25404 &lt;End of help on this topic&gt;
25405 </BODY>
25406 </HTML>
25407 ====== h_config_index_format =====
25408 <HTML>
25409 <HEAD>
25410 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
25411 </HEAD>
25412 <BODY>
25413 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
25415 This option is used to customize the content of lines in the
25416 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
25417 to convey some amount of immediately relevant information about each 
25418 message in the current folder.
25421 Alpine provides a pre-defined set of informational fields with
25422 reasonable column widths automatically computed.  You can, however,
25423 replace this default set by listing special tokens in the order you
25424 want them displayed.
25427 The list of available tokens is
25428 <A HREF="h_index_tokens">here</A>.
25431 Spaces are used to separate listed tokens.  Additionally, you can
25432 specify how much of the screen's width the token's associated data
25433 should occupy on the index line by appending to the token a pair of
25434 parentheses enclosing either a number or percentage.  For example,
25435 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
25436 column, and &quot;SUBJECT(20%)&quot; means to
25437 allocate 20% of the available space
25438 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
25439 attempt to figure out a reasonable amount of space.
25442 There is always one space between every pair of columns, so if you use fixed
25443 column widths (like 13) you should remember to take that into account.
25444 Several of the fields are virtually fixed-width, so it doesn't make
25445 much sense to specify the width for them.  The fields STATUS,
25446 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
25447 and DESCRIPSIZE all fall into that category.
25448 You <EM>may</EM> specify widths for those if you wish, but
25449 you're probably better off letting the system pick those widths.  <P>
25452 The default is equivalent to:
25455 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
25458 This means that the four fields without percentages will be allocated
25459 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
25460 the from and subject fields.  If one of those two fields is specified
25461 as a percentage and the other is left for the system to choose, then
25462 the percentage is taken as an absolute percentage of the screen, not
25463 of the space remaining after allocating the first four columns.  It
25464 doesn't usually make sense to do it that way.  If you leave off all
25465 the widths, then the subject and from fields (if both are present) are
25466 allocated space in a 2 to 1 ratio, which is almost exactly the same as
25467 the default.
25470 What you are most likely to do with this configuration option is to
25471 specify which fields appear at all, which order they appear in, and the
25472 percentage of screen that is used for the from and subject fields if you
25473 don't like the 2 to 1 default.
25476 If you want to retain the default format that Pine 4.64 had, use
25479 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
25481 <EM>and</EM> set the feature
25482 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
25483 <UL>   
25484 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25485 </UL><P>
25486 &lt;End of help on this topic&gt;
25487 </BODY>
25488 </HTML>
25489 ====== h_config_reply_intro =====
25490 <HTML>
25491 <HEAD>
25492 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
25493 </HEAD>
25494 <BODY>
25495 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
25497 This option is used to customize the content of the introduction line
25498 that is included when replying to a message and including the original
25499 message in the reply.
25500 The normal default (what you will get if you delete this variable) looks
25501 something like:
25503 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
25505 where the day of the week is only included if it is available in the
25506 original message.
25507 You can replace this default with text of your own.
25508 The text may contain tokens that are replaced with text
25509 that depends on the message you are replying to.
25510 For example, the default is equivalent to:
25512 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25515 Since this variable includes regular text mixed with special tokens
25516 the tokens have to be surrounded by underscore characters.
25517 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
25518 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
25519 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
25521 The list of available tokens is
25522 <A HREF="h_index_tokens">here</A>.
25525 By default, the text is all on a single line and is followed by a blank line.
25526 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
25527 than 80 characters when replying to a particular message, it is shortened.
25528 However, if you use the token
25530 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
25533 anywhere in the value, no end of line or blank line is appended, and no
25534 shortening is done.
25535 The _NEWLINE_ token may be used to get rid of the blank line following
25536 the text, to add more blank lines, or to form a multi-line
25537 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25538 To clarify how _NEWLINE_ works recall that the default value is:
25540 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25543 That is equivalent to
25545 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
25548 In the former case, two newlines are added automatically because
25549 no _NEWLINE_ token appears in the value of the option (for backwards
25550 compatibility). In the latter case, the newlines are explicit.
25551 If you want to remove the blank line that follows the
25552 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
25553 _NEWLINE_ token like
25555 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
25558 Because of the backwards compatibility problem, it is not possible to
25559 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
25560 and that will cause the automatic adding of two newlines!
25561 If you want, you may embed newlines in the middle of the text, as well,
25562 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25565 By default, no attempt is made to localize the date.
25566 If you prefer a localized form you may find that one of the tokens
25567 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
25568 If you want more control one of the many other date tokens, such as _DATEISO_,
25569 might be better.
25572 For the adventurous, there is a way to conditionally include text based
25573 on whether or not a token would result in specific replacement text.
25574 For example, you could include some text based on whether or not
25575 the _NEWS_ token would result in any newsgroups if it was used.
25576 It's explained in detail
25577 <A HREF="h_reply_token_conditionals">here</A>.
25580 In the very unlikely event that you want to include a literal token
25581 in the introduction line you must precede it with a backslash character.
25582 For example,
25584 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
25586 would produce something like
25588 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
25590 It is not possible to have a literal backslash followed by an expanded token.
25592 <UL>   
25593 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25594 </UL><P>
25595 &lt;End of help on this topic&gt;
25596 </BODY>
25597 </HTML>
25598 ====== h_config_remote_abook_history =====
25599 <HTML>
25600 <HEAD>
25601 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
25602 </HEAD>
25603 <BODY>
25604 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
25606 Sets how many extra copies of
25607 remote address book
25608 data will be kept in each remote address book folder.
25609 The default is three.
25610 These extra copies are simply old versions of the data. Each time a change
25611 is made a new copy of the address book data is appended to the folder. Old
25612 copies are trimmed, if possible, when Alpine exits.
25613 An old copy can be put back into use by
25614 deleting and expunging newer versions of the data from the folder.
25615 Don't delete the first message from the folder. It is a special header
25616 message for the remote address book and it must be there.
25617 This is to prevent regular folders from being used as remote address book
25618 folders and having their data destroyed.
25620 This option is also used to determine how many extra copies of remote
25621 Alpine configuration files are kept.
25623 <UL>   
25624 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25625 </UL><P>
25626 &lt;End of help on this topic&gt;
25627 </BODY>
25628 </HTML>
25629 ====== h_config_remote_abook_validity =====
25630 <HTML>
25631 <HEAD>
25632 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
25633 </HEAD>
25634 <BODY>
25635 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
25637 Sets the minimum number of minutes that a
25638 remote address book will be considered up to date.
25639 Whenever an entry contained in a remote address book is used,
25640 if more than this many minutes have
25641 passed since the last check the remote server will be queried to see if the
25642 address book has changed.
25643 If it has changed, the local copy is updated.
25644 The default value is five minutes.
25645 The special value of -1 means never check.
25646 The special value of zero means only check when the address book is first
25647 opened.
25649 No matter what the value, the validity check is always done when the
25650 address book is about to be changed by the user.
25651 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
25652 while in the address book maintenance screen for the remote address book.
25654 <UL>   
25655 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25656 </UL><P>
25657 &lt;End of help on this topic&gt;
25658 </BODY>
25659 </HTML>
25660 ====== h_config_user_input_timeo =====
25661 <HTML>
25662 <HEAD>
25663 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
25664 </HEAD>
25665 <BODY>
25666 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
25668 If this is set to an integer greater than zero, then this is the number
25669 of <EM>hours</EM> to wait for user input before Alpine times out.
25670 If Alpine is
25671 in the midst of composing a message or is waiting for user response to
25672 a question, then it will not timeout.
25673 However, if Alpine is sitting idle waiting for
25674 the user to tell it what to do next and the user does not give any
25675 input for this many hours, Alpine will exit.
25676 No expunging or moving of read
25677 messages will take place.
25678 It will exit similarly to the way it would exit
25679 if it received a hangup signal.
25680 This may be useful for cleaning up unused Alpine sessions that have been
25681 forgotten by their owners.
25682 The Alpine developers envision system administrators
25683 setting this to a value of several hours (24?) so that it won't surprise
25684 a user who didn't want to be disconnected.
25686 <UL>   
25687 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25688 </UL><P>
25689 &lt;End of help on this topic&gt;
25690 </BODY>
25691 </HTML>
25692 ====== h_config_ssh_open_timeo =====
25693 <HTML>
25694 <HEAD>
25695 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
25696 </HEAD>
25697 <BODY>
25698 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
25700 Sets the time in seconds that Alpine will
25701 attempt to open a UNIX secure shell connection.
25702 The default is 15, the minimum non-zero value is 5,
25703 and the maximum is unlimited. If this is set to zero ssh connections
25704 will be completely disabled.
25706 <UL>   
25707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25708 </UL><P>
25709 &lt;End of help on this topic&gt;
25710 </BODY>
25711 </HTML>
25712 ====== h_config_rsh_open_timeo =====
25713 <HTML>
25714 <HEAD>
25715 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
25716 </HEAD>
25717 <BODY>
25718 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
25720 Sets the time in seconds that Alpine will
25721 attempt to open a UNIX remote shell connection.
25722 The default is 15, the minimum non-zero value is 5,
25723 and the maximum is unlimited. If this is set to zero rsh connections
25724 will be completely disabled.
25725 This might be useful if rsh connections will never work in your environment
25726 but are causing delays due to firewalls or some other reason.
25728 <UL>   
25729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25730 </UL><P>
25731 &lt;End of help on this topic&gt;
25732 </BODY>
25733 </HTML>
25734 ====== h_config_tcp_open_timeo =====
25735 <HTML>
25736 <HEAD>
25737 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
25738 </HEAD>
25739 <BODY>
25740 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
25742 Sets the time in seconds that Alpine will
25743 attempt to open a network connection. The default is 30, the minimum is 5,
25744 and the maximum is system defined (typically 75). If a connection has not
25745 completed within this many seconds Alpine will give up and consider it a
25746 failed connection.
25748 <UL>   
25749 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25750 </UL><P>
25751 &lt;End of help on this topic&gt;
25752 </BODY>
25753 </HTML>
25754 ====== h_config_tcp_readwarn_timeo =====
25755 <HTML>
25756 <HEAD>
25757 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
25758 </HEAD>
25759 <BODY>
25760 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
25762 Sets the time in seconds that Alpine will
25763 wait for a network read before warning you that things are moving slowly
25764 and possibly giving you the option to break the connection.
25765 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
25766 1000 seconds.
25768 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
25770 <UL>   
25771 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25772 </UL><P>
25773 &lt;End of help on this topic&gt;
25774 </BODY>
25775 </HTML>
25776 ====== h_config_tcp_writewarn_timeo =====
25777 <HTML>
25778 <HEAD>
25779 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
25780 </HEAD>
25781 <BODY>
25782 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
25784 Sets the time in seconds that Alpine will
25785 wait for a network write before warning you that things are moving slowly
25786 and possibly giving you the option to break the connection.
25787 The default is 0 which means it is unset. If set to a non-zero value, the
25788 minimum is 5 and the maximum is 1000.
25790 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
25792 <UL>   
25793 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25794 </UL><P>
25795 &lt;End of help on this topic&gt;
25796 </BODY>
25797 </HTML>
25798 ====== h_config_tcp_query_timeo =====
25799 <HTML>
25800 <HEAD>
25801 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
25802 </HEAD>
25803 <BODY>
25804 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
25806 When Alpine times out a network read or write it will normally just display
25807 a message saying &quot;Still waiting&quot;.
25808 However, if enough time has elapsed since it started waiting it will offer
25809 to let you break the connection.
25810 That amount of time is set by this option, which defaults to 60 seconds,
25811 has a minimum of 5 seconds, and a maximum of 1000 seconds.
25813 <UL>   
25814 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25815 </UL><P>
25816 &lt;End of help on this topic&gt;
25817 </BODY>
25818 </HTML>
25819 ====== h_config_quit_query_timeo =====
25820 <HTML>
25821 <HEAD>
25822 <TITLE>OPTION: <!--#echo var="VAR_close-connection-timeout"--></TITLE>
25823 </HEAD>
25824 <BODY>
25825 <H1>OPTION: <!--#echo var="VAR_close-connection-timeout"--></H1>
25827 The original purpose of this option was to close a connection after this
25828 much time has elapsed without response from the server. The problem this
25829 generates is that a server might not reply on time due to a slow operation
25830 (for example, sorting a large folder, or filtering messages, etc.) In those
25831 situations it is desirable to wait for the server, even when this takes
25832 a long time.
25835 In order to have a good compromise so that a user can distinguish between
25836 when a connection is closed, therefore
25837 we do not need to wait for it, and the operation that the user is waiting
25838 for takes a long time, this option only applies to the
25839 &quot;NOOP&quot; IMAP command. So, if a NOOP command has been issued,
25840 and the connection does not return after the number of seconds configured
25841 here, which must be at least the amount configured in the option
25842 <a href="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></a>,
25843 then Alpine will close the connection.
25846 Closing connections that have connectivity problems is a good idea. In an ideal
25847 world, one would like all connections to be fast and reliable, so the amount
25848 of time and effort put into parsing a folder to report its state when it is
25849 opened is not wasted, so keeping connections alive is good, but the problem
25850 with this is that waiting for a user to reply to a &quot;keep connection
25851 alive?&quot; question can take a long time, and that might affect other
25852 connections that could be closed because Alpine is not pinging them while it
25853 is waiting for a reply from a user for a different connection. Therefore
25854 setting this value helps to keep other connections alive, in case
25855 you have several incoming folders in other servers.
25858 The default value for this option is 0, which means that no connections will
25859 be closed automatically, so if you want connections to be closed automatically
25860 you must set this option to a positive number bigger or equal than the
25861 value of the option <!--#echo var="VAR_tcp-query-timeout"-->.
25863 <UL>
25864 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25865 </UL><P>
25866 &lt;End of help on this topic&gt;
25867 </BODY>
25868 </HTML>
25869 ====== h_config_incoming_folders =====
25870 <HTML>
25871 <HEAD>
25872 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
25873 </HEAD>
25874 <BODY>
25875 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
25877 This is a list of one or more folders other than <EM>INBOX</EM> that
25878 may receive new messages.
25879 It is related to the
25880 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
25881 feature.
25882 This variable is normally manipulated with the Add, Delete, and Rename
25883 commands in the FOLDER LIST for the Incoming Message Folders collection.
25885 <UL>   
25886 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25887 </UL><P>
25888 &lt;End of help on this topic&gt;
25889 </BODY>
25890 </HTML>
25891 ====== h_config_folder_spec =====
25892 <HTML>
25893 <HEAD>
25894 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
25895 </HEAD>
25896 <BODY>
25897 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
25899 This is a list of one or more collections where saved mail is stored. 
25900 The first collection in this list is the default
25901 collection for <EM>Save</EM>s,
25902 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
25904 This variable is normally manipulated using the Setup/collectionList screen.
25906 <UL>   
25907 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25908 </UL><P>
25909 &lt;End of help on this topic&gt;
25910 </BODY>
25911 </HTML>
25912 ====== h_config_news_spec =====
25913 <HTML>
25914 <HEAD>
25915 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
25916 </HEAD>
25917 <BODY>
25918 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
25920 This is a list of collections where news folders are located.
25922 This variable is normally manipulated using the Setup/collectionList screen.
25924 <UL>   
25925 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25926 </UL><P>
25927 &lt;End of help on this topic&gt;
25928 </BODY>
25929 </HTML>
25930 ====== h_config_address_book =====
25931 <HTML>
25932 <HEAD>
25933 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
25934 </HEAD>
25935 <BODY>
25936 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
25938 A list of personal address books.
25939 Each entry in the list is an
25940 optional nickname followed by a pathname or file name relative to the home
25941 directory.
25942 The nickname is separated from the rest of the line with whitespace.
25943 Instead of a local pathname or file name, a remote folder name can be given.
25944 This causes the address book to
25945 be a Remote address book.
25947 Use the Setup/AddressBook screen to modify this variable.
25949 <UL>   
25950 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25951 </UL><P>
25952 &lt;End of help on this topic&gt;
25953 </BODY>
25954 </HTML>
25955 ====== h_config_glob_addrbook =====
25956 <HTML>
25957 <HEAD>
25958 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
25959 </HEAD>
25960 <BODY>
25961 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
25963 A list of shared address books.  Each entry in the list is an
25964 optional nickname followed by a pathname or file name relative to the home
25965 directory.
25966 A SPACE character separates the nickname from the rest of the line.
25967 Instead of a local pathname or file name, a remote folder name can be given.
25968 This causes the address book to
25969 be a Remote address book.
25970 Global address books are
25971 defined to be ReadOnly.
25973 Use the Setup/AddressBook screen to modify this variable.
25975 <UL>   
25976 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25977 </UL><P>
25978 &lt;End of help on this topic&gt;
25979 </BODY>
25980 </HTML>
25981 ====== h_config_last_vers =====
25982 <HTML>
25983 <HEAD>
25984 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
25985 </HEAD>
25986 <BODY>
25987 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
25989 This is set automatically by Alpine. 
25990 It is used to keep track of the last version of Alpine that
25991 was run by the user.
25992 Whenever the version number increases, a new version message is printed out.
25993 This may not be set in the system-wide configuration files.
25995 <UL>   
25996 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25997 </UL><P>
25998 &lt;End of help on this topic&gt;
25999 </BODY>
26000 </HTML>
26001 ====== h_config_printer =====
26002 <HTML>
26003 <HEAD>
26004 <TITLE>OPTION: Printer</TITLE>
26005 </HEAD>
26006 <BODY>
26007 <H1>OPTION: Printer</H1>
26009 Your default printer selection.
26011 Use the Setup/Printer screen to modify this variable.
26013 <UL>   
26014 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26015 </UL><P>
26016 &lt;End of help on this topic&gt;
26017 </BODY>
26018 </HTML>
26019 ====== h_config_print_cat =====
26020 <HTML>
26021 <HEAD>
26022 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
26023 </HEAD>
26024 <BODY>
26025 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
26027 This is an internal Alpine variable.
26028 It will be equal to 1, 2, or 3 depending on whether the default printer is
26029 attached, standard, or a personal print command.
26031 Use the Setup/Printer screen to modify this variable.
26033 <UL>   
26034 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26035 </UL><P>
26036 &lt;End of help on this topic&gt;
26037 </BODY>
26038 </HTML>
26039 ====== h_config_print_command =====
26040 <HTML>
26041 <HEAD>
26042 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
26043 </HEAD>
26044 <BODY>
26045 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
26047 List of personal print commands.
26049 Use the Setup/Printer screen to modify this variable.
26051 <UL>   
26052 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26053 </UL><P>
26054 &lt;End of help on this topic&gt;
26055 </BODY>
26056 </HTML>
26057 ====== h_config_pat_old =====
26058 <HTML>
26059 <HEAD>
26060 <TITLE>OPTION: Patterns</TITLE>
26061 </HEAD>
26062 <BODY>
26063 <H1>OPTION: Patterns</H1>
26065 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
26066 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
26067 and Patterns-Other.
26068 Patterns-Scores and Patterns-Filters have been replaced since then by
26069 Patterns-Scores2 and Patterns-Filters2.
26071 Use the Setup/Rules screens to modify these variable.
26073 <UL>   
26074 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26075 </UL><P>
26076 &lt;End of help on this topic&gt;
26077 </BODY>
26078 </HTML>
26079 ====== h_config_pat_roles =====
26080 <HTML>
26081 <HEAD>
26082 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
26083 </HEAD>
26084 <BODY>
26085 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
26087 List of rules used for roles.
26088 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
26089 other options.
26091 Use the Setup/Rules/Roles screen to modify this variable.
26093 <UL>   
26094 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26095 </UL><P>
26096 &lt;End of help on this topic&gt;
26097 </BODY>
26098 </HTML>
26099 ====== h_config_pat_filts =====
26100 <HTML>
26101 <HEAD>
26102 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
26103 </HEAD>
26104 <BODY>
26105 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
26107 List of rules used for filters.
26109 Use the Setup/Rules/Filters screen to modify this variable.
26111 <UL>   
26112 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26113 </UL><P>
26114 &lt;End of help on this topic&gt;
26115 </BODY>
26116 </HTML>
26117 ====== h_config_pat_scores =====
26118 <HTML>
26119 <HEAD>
26120 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
26121 </HEAD>
26122 <BODY>
26123 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
26125 List of rules used for scoring.
26127 Use the Setup/Rules/SetScores screen to modify this variable.
26129 <UL>   
26130 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26131 </UL><P>
26132 &lt;End of help on this topic&gt;
26133 </BODY>
26134 </HTML>
26135 ====== h_config_pat_other =====
26136 <HTML>
26137 <HEAD>
26138 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
26139 </HEAD>
26140 <BODY>
26141 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
26143 List of rules used for miscellaneous configuration.
26145 Use the Setup/Rules/Other screen to modify this variable.
26147 <UL>   
26148 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26149 </UL><P>
26150 &lt;End of help on this topic&gt;
26151 </BODY>
26152 </HTML>
26153 ====== h_config_pat_incols =====
26154 <HTML>
26155 <HEAD>
26156 <TITLE>OPTION: patterns-indexcolors</TITLE>
26157 </HEAD>
26158 <BODY>
26159 <H1>OPTION: patterns-indexcolors</H1>
26161 List of rules used for coloring lines in the index.
26163 Use the Setup/Rules/Indexcolor screen to modify this variable.
26165 <UL>   
26166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26167 </UL><P>
26168 &lt;End of help on this topic&gt;
26169 </BODY>
26170 </HTML>
26171 ====== h_config_pat_srch =====
26172 <HTML>
26173 <HEAD>
26174 <TITLE>OPTION: patterns-search</TITLE>
26175 </HEAD>
26176 <BODY>
26177 <H1>OPTION: patterns-search</H1>
26179 List of rules used only for searching with the Select command in the MESSAGE INDEX.
26181 Use the Setup/Rules/searCh screen to modify this variable.
26183 <UL>   
26184 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26185 </UL><P>
26186 &lt;End of help on this topic&gt;
26187 </BODY>
26188 </HTML>
26189 ====== h_config_font_name =====
26190 <HTML>
26191 <HEAD>
26192 <TITLE>OPTION: Font Name</TITLE>
26193 </HEAD>
26194 <BODY>
26195 <H1>OPTION: Font Name</H1>
26197 PC-Alpine only.
26199 Name of normal font.
26201 Use the pulldown Config menu to modify this variable.
26203 <UL>   
26204 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26205 </UL><P>
26206 &lt;End of help on this topic&gt;
26207 </BODY>
26208 </HTML>
26209 ====== h_config_font_size =====
26210 <HTML>
26211 <HEAD>
26212 <TITLE>OPTION: Font Size</TITLE>
26213 </HEAD>
26214 <BODY>
26215 <H1>OPTION: Font Size</H1>
26217 PC-Alpine only.
26219 Size of normal font.
26221 Use the pulldown Config menu to modify this variable.
26223 <UL>   
26224 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26225 </UL><P>
26226 &lt;End of help on this topic&gt;
26227 </BODY>
26228 </HTML>
26229 ====== h_config_font_style =====
26230 <HTML>
26231 <HEAD>
26232 <TITLE>OPTION: Font Style</TITLE>
26233 </HEAD>
26234 <BODY>
26235 <H1>OPTION: Font Style</H1>
26237 PC-Alpine only.
26239 Style of normal font.
26241 Use the pulldown Config menu to modify this variable.
26243 <UL>   
26244 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26245 </UL><P>
26246 &lt;End of help on this topic&gt;
26247 </BODY>
26248 </HTML>
26249 ====== h_config_font_char_set =====
26250 <HTML>
26251 <HEAD>
26252 <TITLE>OPTION: Font Character Set</TITLE>
26253 </HEAD>
26254 <BODY>
26255 <H1>OPTION: Font Character Set</H1>
26257 PC-Alpine only.
26259 Character set of normal font.
26261 Use the pulldown Config menu to modify this variable.
26263 <UL>   
26264 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26265 </UL><P>
26266 &lt;End of help on this topic&gt;
26267 </BODY>
26268 </HTML>
26269 ====== h_config_print_font_name =====
26270 <HTML>
26271 <HEAD>
26272 <TITLE>OPTION: Print-Font-Name</TITLE>
26273 </HEAD>
26274 <BODY>
26275 <H1>OPTION: Print-Font-Name</H1>
26277 PC-Alpine only.
26279 Name of printer font.
26281 Use the pulldown Config menu to modify this variable.
26283 <UL>   
26284 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26285 </UL><P>
26286 &lt;End of help on this topic&gt;
26287 </BODY>
26288 </HTML>
26289 ====== h_config_print_font_size =====
26290 <HTML>
26291 <HEAD>
26292 <TITLE>OPTION: Print-Font-Size</TITLE>
26293 </HEAD>
26294 <BODY>
26295 <H1>OPTION: Print-Font-Size</H1>
26297 PC-Alpine only.
26299 Size of printer font.
26301 Use the pulldown Config menu to modify this variable.
26303 <UL>   
26304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26305 </UL><P>
26306 &lt;End of help on this topic&gt;
26307 </BODY>
26308 </HTML>
26309 ====== h_config_print_font_style =====
26310 <HTML>
26311 <HEAD>
26312 <TITLE>OPTION: Print-Font-Style</TITLE>
26313 </HEAD>
26314 <BODY>
26315 <H1>OPTION: Print-Font-Style</H1>
26317 PC-Alpine only.
26319 Style of printer font.
26321 Use the pulldown Config menu to modify this variable.
26323 <UL>   
26324 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26325 </UL><P>
26326 &lt;End of help on this topic&gt;
26327 </BODY>
26328 </HTML>
26329 ====== h_config_print_font_char_set =====
26330 <HTML>
26331 <HEAD>
26332 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
26333 </HEAD>
26334 <BODY>
26335 <H1>OPTION: Print-Font-Char-Set</H1>
26337 PC-Alpine only.
26339 Character set of printer font.
26341 Use the pulldown Config menu to modify this variable.
26343 <UL>   
26344 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26345 </UL><P>
26346 &lt;End of help on this topic&gt;
26347 </BODY>
26348 </HTML>
26349 ====== h_config_window_position =====
26350 <HTML>
26351 <HEAD>
26352 <TITLE>OPTION: Window-Position</TITLE>
26353 </HEAD>
26354 <BODY>
26355 <H1>OPTION: Window-Position</H1>
26357 PC-Alpine only.
26359 Position on the screen of the Alpine window.
26361 Alpine normally maintains this variable itself, and it is set automatically. 
26362 This variable is provided to those who wish to use the same window position 
26363 across different machines from the same configuration.
26364 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
26365 must also be set for this setting to be used.
26367 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
26368 C is the number of columns, R is the number of rows, and X and Y specify the
26369 top left corner of the window.
26371 <UL>   
26372 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26373 </UL><P>
26374 &lt;End of help on this topic&gt;
26375 </BODY>
26376 </HTML>
26377 ====== h_config_cursor_style =====
26378 <HTML>
26379 <HEAD>
26380 <TITLE>OPTION: Cursor Style</TITLE>
26381 </HEAD>
26382 <BODY>
26383 <H1>OPTION: Cursor Style</H1>
26385 PC-Alpine only.
26387 Cursor style.
26389 Use the pulldown Config menu to modify this variable.
26391 <UL>   
26392 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26393 </UL><P>
26394 &lt;End of help on this topic&gt;
26395 </BODY>
26396 </HTML>
26397 ====== h_config_ldap_servers =====
26398 <HTML>
26399 <HEAD>
26400 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
26401 </HEAD>
26402 <BODY>
26403 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
26405 List of LDAP servers and associated data.
26407 Use the Setup/Directory screen to modify this variable.
26409 <UL>   
26410 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26411 </UL><P>
26412 &lt;End of help on this topic&gt;
26413 </BODY>
26414 </HTML>
26415 ====== h_config_sendmail_path =====
26416 <HTML>
26417 <HEAD>
26418 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
26419 </HEAD>
26420 <BODY>
26421 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
26423 This names the path to an
26424 alternative program, and any necessary arguments, to be used in posting
26425 mail messages. See the Technical notes for more information.
26427 <UL>   
26428 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26429 </UL><P>
26430 &lt;End of help on this topic&gt;
26431 </BODY>
26432 </HTML>
26433 ====== h_config_oper_dir =====
26434 <HTML>
26435 <HEAD>
26436 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
26437 </HEAD>
26438 <BODY>
26439 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
26441 This names the root of the
26442 tree to which you are restricted when reading and writing folders and
26443 files. It is usually used in the system-wide,
26444 <EM>fixed</EM> configuration file.
26446 <UL>   
26447 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26448 </UL><P>
26449 &lt;End of help on this topic&gt;
26450 </BODY>
26451 </HTML>
26452 ====== h_config_rshpath =====
26453 <HTML>
26454 <HEAD>
26455 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
26456 </HEAD>
26457 <BODY>
26458 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
26460 Sets the name of the command used to open a UNIX remote shell
26461 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
26463 <UL>   
26464 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26465 </UL><P>
26466 &lt;End of help on this topic&gt;
26467 </BODY>
26468 </HTML>
26469 ====== h_config_rshcmd =====
26470 <HTML>
26471 <HEAD>
26472 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
26473 </HEAD>
26474 <BODY>
26475 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
26477 Sets the format of the command used to
26478 open a UNIX remote shell connection. The default is
26479 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26480 provided command. The first is for the command's pathname, the second is
26481 for the host to connect to, the third is for the user to connect as, and
26482 the fourth is for the connection method (typically <CODE>imap</CODE>).
26484 <UL>   
26485 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26486 </UL><P>
26487 &lt;End of help on this topic&gt;
26488 </BODY>
26489 </HTML>
26490 ====== h_config_sshpath =====
26491 <HTML>
26492 <HEAD>
26493 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
26494 </HEAD>
26495 <BODY>
26496 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
26498 Sets the name of the command used to open a UNIX secure shell
26499 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
26501 <UL>   
26502 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26503 </UL><P>
26504 &lt;End of help on this topic&gt;
26505 </BODY>
26506 </HTML>
26507 ====== h_config_sshcmd =====
26508 <HTML>
26509 <HEAD>
26510 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
26511 </HEAD>
26512 <BODY>
26513 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
26515 Sets the format of the command used to
26516 open a UNIX secure shell connection. The default is
26517 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26518 provided command. The first is for the command's pathname, the second is
26519 for the host to connect to, the third is for the user to connect as, and
26520 the fourth is for the connection method (typically <CODE>imap</CODE>).
26522 <UL>   
26523 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26524 </UL><P>
26525 &lt;End of help on this topic&gt;
26526 </BODY>
26527 </HTML>
26528 ====== h_config_new_ver_quell =====
26529 <HTML>
26530 <HEAD>
26531 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
26532 </HEAD>
26533 <BODY>
26534 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
26536 When a new version of Alpine is run for the first time it offers a
26537 special explanatory screen to the user upon startup.  This option
26538 helps control when and if that special screen appears for users that
26539 have previously run Alpine.  It takes as its value an Alpine version
26540 number.  Alpine versions less than the specified value will suppress this
26541 special screen while versions equal to or greater than that specified
26542 will behave normally.
26544 <UL>   
26545 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26546 </UL><P>
26547 &lt;End of help on this topic&gt;
26548 </BODY>
26549 </HTML>
26550 ====== h_config_disable_drivers =====
26551 <HTML>
26552 <HEAD>
26553 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
26554 </HEAD>
26555 <BODY>
26556 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
26558 This variable is a list of mail drivers that will be disabled.
26559 The candidates for disabling are listed below.
26560 There may be more in the future if you compile Alpine with
26561 a newer version of the c-client library.
26564 <UL>
26565 <LI> mbox
26566 <LI> mbx
26567 <LI> mh
26568 <LI> mmdf
26569 <LI> mtx
26570 <LI> mx
26571 <LI> news
26572 <LI> phile
26573 <LI> tenex
26574 <LI> unix
26575 </UL>
26578 The <EM>mbox</EM> driver enables the following behavior: if there is a
26579 file called <CODE>mbox</CODE>
26580 in your home directory, and if that file is either empty or in Unix mailbox
26581 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
26582 will automatically transfer mail from the system mail spool directory into the
26583 <CODE>mbox</CODE> file and
26584 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
26585 this will not happen.
26588 It is not recommended to disable the driver that supports the system default
26589 mailbox format. On most non-SCO systems, that driver is the
26590 <EM>unix</EM> driver.
26591 On most SCO systems, it is the <EM>mmdf</EM> driver.
26592 The system default driver may be
26593 configured to something else on your system; check with your system manager
26594 for additional information.
26597 It is most likely not very useful for you to disable any of the drivers other
26598 than possibly <EM>mbox</EM>.
26599 You could disable some of the others if you know for
26600 certain that you don't need them but the performance gain in doing so
26601 is very modest.
26603 <UL>   
26604 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26605 </UL><P>
26606 &lt;End of help on this topic&gt;
26607 </BODY>
26608 </HTML>
26609 ====== h_config_disable_auths =====
26610 <HTML>
26611 <HEAD>
26612 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
26613 </HEAD>
26614 <BODY>
26615 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
26617 This variable is a list of SASL (Simple Authentication and Security
26618 Layer) authenticators that will be disabled.
26619 SASL is a mechanism for
26620 authenticating to IMAP, POP3, SMTP, and other network servers.
26623 Alpine matches its list of supported authenticators with the server to
26624 determine the most secure authenticator that is supported by both.
26625 If no matching authenticators are found, Alpine will revert to plaintext
26626 login (or, in the case of SMTP, will be unable to authenticate at all).
26628 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
26631 Normally, you will not disable any authenticators.
26632 There are two exceptions:
26634 <OL>
26635 <LI> You use a broken server that advertises an authenticator,
26636 but does not actually implement it.
26637 <LI> You have a Kerberos-capable version of Alpine and the server is
26638 also Kerberos-capable, but you can not obtain Kerberos
26639 credentials on the server machine, thus you desire to disable
26640 GSSAPI (which in turn disables Alpine's Kerberos support).
26641 </OL>
26643 It is never necessary to disable authenticators, since Alpine will try
26644 other authenticators before giving up.
26645 However, disabling the relevant authenticator avoids annoying error messages.
26647 <UL>   
26648 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26649 </UL><P>
26650 &lt;End of help on this topic&gt;
26651 </BODY>
26652 </HTML>
26653 ====== h_config_encryption_range =====
26654 <HTML>
26655 <HEAD>
26656 <TITLE>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></TITLE>
26657 </HEAD>
26658 <BODY>
26659 <H1>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></H1>
26661 This option sets a range of encryption protocols that can be attempted when
26662 Alpine will try to establish a secure connection using the SSL or TLS
26663 protocols.
26666 Before a secure connection to an external server is established, Alpine and the
26667 server will attempt to negotiate a secure connection. This part is known as the
26668 &quot;ClientHello&quot;. At that time Alpine will announce the version of
26669 encryption that it would like to establish. The server can reject that, and announce
26670 a different version of encryption. Once both the server and Alpine have found
26671 a version of encryption that they both agree on, they will both use it to start
26672 a secure connection.
26675 The use of the /ssl parameter in the definition of the server will make Alpine
26676 attempt the highest encryption protocol that it can use, in agreement with the
26677 server. However, using this option, you will set limits to the versions of
26678 the protocols that are used. This would, for example, allow you to disable the use
26679 of ssl3, in favor of more modern protocols. 
26682 For purposes of this option, the protocols are sorted 
26683 as follows
26686 <CENTER>
26687 no_min < ssl3 < tls1 < tls1_1 < tls1_2 < tls1_3 < no_max
26688 </CENTER>
26691 For example, if you want to disable ssl3, all you have to do is to set the minimum 
26692 version to tls1, or any higher protocol. 
26694 <P>The name of the parameters used to configure this option is the same as the 
26695 parameters that are added to the definition of a server to make it a secure 
26696 connection, and they are listed above for your reference.
26699 The special values &quot;no_min&quot; and &quot;no_max&quot; do not set values
26700 for the minimum and maximum protocol versions, and Alpine will use the maximum
26701 and minimum values of encryption protocols built into your SSL library.
26704 <UL>   
26705 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26706 </UL><P>
26707 &lt;End of help on this topic&gt;
26708 </BODY>
26709 </HTML>
26710 ====== h_config_abook_metafile =====
26711 <HTML>
26712 <HEAD>
26713 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
26714 </HEAD>
26715 <BODY>
26716 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
26718 This is usually set by Alpine and is the name of a file
26719 that contains data about
26720 remote address books and remote configuration files.
26722 <UL>   
26723 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26724 </UL><P>
26725 &lt;End of help on this topic&gt;
26726 </BODY>
26727 </HTML>
26728 ====== h_config_composer_wrap_column =====
26729 <HTML>
26730 <HEAD>
26731 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
26732 </HEAD>
26733 <BODY>
26734 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
26737 This option specifies an aspect of Alpine's Composer.  This gives the
26738 maximum width that auto-wrapped lines will have.  It's also the maximum
26739 width of lines justified using the <A HREF="h_compose_justify">^J
26740 Justify</A> command.  The normal default
26741 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
26742 in order to
26743 prevent very long lines from being sent in outgoing mail.  When the mail
26744 is actually sent, trailing spaces will be stripped off of each line.
26747 <UL>   
26748 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26749 </UL><P>
26750 &lt;End of help on this topic&gt;
26751 </BODY>
26752 </HTML>
26753 ====== h_config_deadlets =====
26754 <HTML>
26755 <HEAD>
26756 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
26757 </HEAD>
26758 <BODY>
26759 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
26762 This option affects Alpine's behavior when you cancel a message being
26763 composed.  Alpine's usual behavior is to write the canceled message to
26764 a file named 
26765 <!--chtml if pinemode="os_windows"-->
26766 &quot;DEADLETR&quot;,
26767 <!--chtml else-->
26768 &quot;dead.letter&quot; in your home directory,
26769 <!--chtml endif-->
26770 overwriting any previous message.
26772 If you set this option to a value higher than one, then that many copies
26773 of dead letter files will be saved.
26774 For example, if you set this option to &quot;3&quot; then you may have
26775 files named
26776 <!--chtml if pinemode="os_windows"-->
26777 &quot;DEADLETR&quot;,
26778 &quot;DEADLETR2&quot;, and
26779 &quot;DEADLETR3&quot;.
26780 <!--chtml else-->
26781 &quot;dead.letter&quot;,
26782 &quot;dead.letter2&quot;, and
26783 &quot;dead.letter3&quot; in your home directory.
26784 <!--chtml endif-->
26785 In this example, the most recently cancelled message will be in
26786 <!--chtml if pinemode="os_windows"-->
26787 &quot;DEADLETR&quot;,
26788 <!--chtml else-->
26789 &quot;dead.letter&quot;,
26790 <!--chtml endif-->
26791 and the third most recently cancelled message will be in
26792 <!--chtml if pinemode="os_windows"-->
26793 &quot;DEADLETR3&quot;.
26794 <!--chtml else-->
26795 &quot;dead.letter3&quot;.
26796 <!--chtml endif-->
26797 The fourth most recently cancelled message will no longer be saved.
26800 If you set this option to zero, then NO record of canceled messages is
26801 maintained.
26803 If the feature
26804 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
26805 is set, that overrides whatever you set for this option.
26806 If this option had existed at the time, then the Quell feature would not
26807 have been added, but it is still there for backwards compatibility.
26808 So, in order for this option to have the desired effect, make sure the
26809 Quell feature is turned off.
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_maxremstream =====
26819 <HTML>
26820 <HEAD>
26821 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
26822 </HEAD>
26823 <BODY>
26824 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
26826 This option affects low-level behavior of Alpine.
26827 The default value for this option is <EM>3</EM>.
26828 If your INBOX is accessed using the IMAP protocol
26829 from an IMAP server, that connection is kept open throughout the
26830 duration of your Alpine session, independent of the value of this option.
26831 The same is true of any 
26832 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
26833 you have defined.
26834 This option controls Alpine's behavior when connecting to remote IMAP folders
26835 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
26836 It specifies the maximum number of remote IMAP connections (other than
26837 those mentioned above) that Alpine will use for accessing the rest of your
26838 folders.
26839 If you set this option to zero, you will turn off most remote connection
26840 re-use.
26841 It's difficult to understand exactly what this option does, and it is usually
26842 fine to leave it set to its default value.
26843 It is probably more likely that you will be interested in setting the
26844 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
26845 instead of changing the value of this option.
26846 A slightly longer explanation of what is going on with this option
26847 is given in the next paragraphs.
26850 There are some time costs involved in opening and closing remote IMAP 
26851 folders, the main costs being the time you have to wait for the connection
26852 to the server and the time for the folder to open.
26853 Opening a folder may involve not only the time the server takes to do its
26854 processing but time that Alpine uses to do filtering.
26855 These times can vary widely.
26856 They depend on how loaded the server is, how large
26857 the folder being opened is, and how you set up filtering, among other things.
26858 Once Alpine has opened a connection to a particular folder, it will attempt
26859 to keep that connection open in case you use it again.
26860 In order to do this,
26861 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
26862 this option) IMAP connections you have allotted for this purpose.
26864 For example, suppose the value of this option is set to &quot;2&quot;.
26865 If your INBOX is accessed on a remote server using the IMAP protocol, that
26866 doesn't count as one of the remote connections but it is always kept open.
26867 If you then open another IMAP folder, that would be your first
26868 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
26869 If you open a third folder the second will be left open, in case you
26870 return to it.
26871 You won't be able to tell it has been left open.
26872 It will appear to be closed when you leave the folder but the connection
26873 will remain in the background.
26874 Now suppose you go back to the second folder (the first folder after the
26875 INBOX).
26876 A connection to that folder is still open so you won't have to wait
26877 for the startup time to open it.
26878 Meanwhile, the connection to the third folder will be left behind.
26879 Now, if you open a fourth folder, you will bump into the
26880 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
26881 than INBOX and you have the option set to &quot;2&quot;.
26882 The connection that is being used for
26883 the third folder will be re-used for this new fourth folder.
26884 If you go back to the third folder after this, it is no longer already
26885 connected when you get there.
26886 You'll still save some time since Alpine will re-use the connection to the
26887 fourth folder and you have already logged in on that connection,
26888 but the folder will have to be re-opened from scratch.
26890 If a folder is large and the startup cost is dominated by the time it takes
26891 to open that folder or to run filters on it, then it will pay to make the
26892 value of this option large enough to keep it open.
26893 On the other hand, if you only revisit a handful of folders or if
26894 the folders are small, then it might
26895 make more sense to keep this number small so that the reconnect
26896 time (the time to start up a new connection and authenticate)
26897 is eliminated instead.
26899 You may also need to consider the impact on the server.
26900 On the surface, a larger number here may cause a larger impact on the
26901 server, since you will have more connections open to the server.
26902 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
26903 associated with reopening a folder, but the <EM>server</EM> will be
26904 avoiding those costs as well.
26906 When twenty five minutes pass without any active use of an IMAP connection
26907 being saved for possible re-use, that connection will be shut down,
26910 <UL>   
26911 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26912 </UL><P>
26913 &lt;End of help on this topic&gt;
26914 </BODY>
26915 </HTML>
26916 ====== h_config_permlocked =====
26917 <HTML>
26918 <HEAD>
26919 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
26920 </HEAD>
26921 <BODY>
26922 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
26924 This option affects low-level behavior of Alpine.
26925 There is no default value for this option.
26926 It is related to the options
26927 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
26928 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
26929 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
26932 Note: changes made to this list take effect the next time you open a
26933 folder in the list.
26936 This is a list of folders that will be permanently kept open once they
26937 are first opened.
26938 The names in this list may be either the nickname of an Incoming folder
26939 or the full technical specification of a folder.
26940 The folders in this list need not be remote IMAP folders, they could usefully
26941 be local folders, as well.
26942 If a folder in the list is a newsgroup or is not accessed either locally
26943 or via IMAP, then the entry will be ignored.
26944 For example, folders accessed via NNTP or POP3 will not be kept open, since
26945 the way that new mail is found with those protocols involves closing and
26946 reopening the connection.
26948 Once a Stay Open folder has been opened, new-mail checking will continue
26949 to happen on that folder for the rest of the Alpine session.
26950 Your INBOX is always implicitly included in this Stay-Open list and doesn't
26951 need to be added explicitly.
26953 Another difference that you may notice between a Stay Open folder and a
26954 non-Stay Open folder is which message is selected as the current message
26955 when you enter the folder index.
26956 Normally, the starting position for an incoming folder (which most Stay Open
26957 folders will likely be) is controlled by the
26958 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
26959 However, if a folder is a Stay Open folder, when you re-enter the folder
26960 after the first time the current message will be the same as it was when
26961 you left the folder.
26962 An exception is made if you use the TAB command to get to the folder.
26963 In that case, the message number will be incremented by one from what it
26964 was when you left the folder.
26966 The above special behavior is thought to be useful.
26967 However, it is special and different from what you might at first expect.
26968 The feature
26969 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
26970 may be used to turn off this special treatment.
26972 If the message that was current when you left the folder no longer exists,
26973 then the regular startup rule will be used instead.
26976 <UL>   
26977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26978 </UL><P>
26979 &lt;End of help on this topic&gt;
26980 </BODY>
26981 </HTML>
26982 ====== h_config_viewer_overlap =====
26983 <html>
26984 <header>
26985 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
26986 </header>
26987 <body>
26988 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
26990 This option specifies an aspect of Alpine's Message Viewing screen.  When
26991 the space bar is used to page forward in a message, the number of lines
26992 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
26993 bottom of the screen.  That is, if this was set to two lines, then the
26994 bottom two lines of the screen would be repeated on the top of the next
26995 screen.  The normal default value is "2".<p>
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_scroll_margin =====
27003 <HTML>
27004 <HEAD>
27005 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
27006 </HEAD>
27007 <BODY>
27008 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
27010 This option controls when Alpine's line-by-line scrolling occurs.
27011 Typically, when a selected item is at the top or bottom screen edge
27012 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
27013 displayed items are scrolled down or up by a single line.
27016 This option allows you to tell Alpine the number of lines from the top and
27017 bottom screen edge that line-by-line paging should occur.  For example,
27018 setting this value to one (1) will cause Alpine to scroll the display
27019 vertically when you move to select an item on the display's top or
27020 bottom edge.
27023 By default, this variable is zero, indicating that scrolling happens
27024 when you move up or down to select an item immediately off the display's
27025 top or bottom edge.
27028 <UL>   
27029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27030 </UL><P>
27031 &lt;End of help on this topic&gt;
27032 </BODY>
27033 </HTML>
27034 ====== h_config_wordseps =====
27035 <HTML>
27036 <HEAD>
27037 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
27038 </HEAD>
27039 <BODY>
27040 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
27042 This option affects how a &quot;word&quot; is defined in the composer.
27043 The definition of a word is used when using the Forward Word and Backward
27044 Word commands in the composer, as well as when using the spell checker.
27045 Whitespace is always considered a word separator.
27046 Punctuation (like question marks, periods, commas, and so on) is always
27047 a word separator if it comes at the end of a word.
27048 By default, a punctuation character that is in the middle of a word does
27049 not break up that word as long as the character before and the character
27050 after it are both alphanumeric.
27051 If you add a character to this option it will be considered a
27052 word separator even when it occurs in the middle of an alphanumeric word.
27053 For example, if you want to skip through each part of an address instead
27054 of skipping the whole address at once you might want to include &quot;@&quot;
27055 and &quot;.&quot; in this list.
27056 If you want the word-skipper to stop on each part of a UNIX filename you
27057 could add &quot;/&quot; to the list.
27058 The equal sign and dash are other possibilities you might find helpful.
27060 <UL>   
27061 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27062 </UL><P>
27063 &lt;End of help on this topic&gt;
27064 </BODY>
27065 </HTML>
27066 ====== h_config_reply_indent_string =====
27067 <HTML>
27068 <HEAD>
27069 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
27070 </HEAD>
27071 <BODY>
27072 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
27074 This option specifies an aspect of Alpine's Reply command.
27075 When a message is replied to and the text of the message is included, the
27076 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
27077 to each line indicating it is quoted text.
27078 (In case you haven't seen this before, &quot;string&quot; is a technical term
27079 that means chunk of text.)
27082 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
27083 in 1999 and its wide-spread adoption since then, you will usually be better off if you
27084 use one of the standard values,
27085 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
27088 This option specifies a different value for that string.
27089 If you wish to use a string that begins or ends with a space,
27090 enclose the string in double quotes.
27093 Besides simple text, the prepended string can be based
27094 on the message being replied to.
27095 The following tokens are substituted for the message's corresponding value:
27097 <DL>
27098 <DT>_FROM_</DT>
27099 <DD>This token gets replaced with the message sender's &quot;username&quot;.
27100 If the name is longer than six characters, only the first six characters are
27101 used.
27102 </DD>
27104 <DT>_NICK_</DT>
27105 <DD>This token gets replaced with the nickname of the message sender's
27106 address as found in your addressbook.
27107 If no addressbook entry is found,
27108 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
27109 If the nickname is longer than six characters, only the first six characters are
27110 used.
27111 </DD>
27113 <DT>_INIT_</DT>
27114 <DD>This token gets replaced with the initials of the sender of the message.
27115 </DD>
27117 </DL>
27119 NOTE: When the
27120 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
27121 feature is enabled, you are given the opportunity to edit the string, whether 
27122 it is the default or one automatically generated using the above tokens.
27124 If you change your <!--#echo var="VAR_reply-indent-string"-->
27125 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
27126 quoted text will not be flowed
27127 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
27128 when you reply.
27129 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
27130 set to the default value.
27132 <UL>   
27133 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27134 </UL><P>
27135 &lt;End of help on this topic&gt;
27136 </BODY>
27137 </HTML>
27138 ====== h_config_quote_replace_string =====
27139 <HTML>
27140 <HEAD>
27141 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
27142 </HEAD>
27143 <BODY>
27144 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
27146 This option specifies what string to use as a quote when <b>viewing</b> a
27147 message.  The standard way of quoting messages when replying is the string
27148 &quot;&gt;&nbsp;&quot; (quote space).
27149 With this variable set, viewing a message will
27150 replace occurrences of 
27151 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
27152 This setting works best when
27153 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
27154 or the equivalent setting in your correspondents' mail programs
27155 is set to the default
27156 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
27157 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
27159 By default, this setting will only work on messages that are flowed, which is
27160 the default way of sending messages for many mail clients including
27161 Alpine.  Enable the feature
27162 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
27163 to also have quote-replacement performed on non-flowed messages.
27166 Setting this option will replace  &quot;&gt;&quot; and 
27167 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
27168 spaces. To preserve those spaces enclose the full string in double quotes.
27170 No padding to separate the text of the message from the quote string is
27171 added. This means that if you do not add trailing spaces to the value of
27172 this variable, text will be displayed right next to the quote string,
27173 which may be undesirable. This can be avoided by adding a new string
27174 separated by a space from your selection of quote string replacement. This
27175 last string will be used for padding. For example, setting this variable to 
27176 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
27177 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
27178 a space from the last quote string to make it more readable.
27180 One possible setting for this variable could be
27181 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
27182 would have the effect of indenting each level of quoting four spaces and
27183 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
27184 more discernible by setting colors for quoted text.
27186 Replying to or forwarding the viewed message will preserve the original
27187 formatting of the message, so quote-replacement will not be performed on
27188 messages that are being composed.
27190 <UL>   
27191 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27192 </UL><P>
27193 &lt;End of help on this topic&gt;
27194 </BODY>
27195 </HTML>
27196 ====== h_config_empty_hdr_msg =====
27197 <HTML>
27198 <HEAD>
27199 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
27200 </HEAD>
27201 <BODY>
27202 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
27204 When sending, if both the To and Cc fields are empty and you
27205 are sending the message to a Bcc,
27206 Alpine will put a special address in the To line.  The default value is:
27209 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
27212 The reason for this is to avoid embarrassment caused by some Internet
27213 mail transfer software that interprets a &quot;missing&quot;
27214 <SAMP>To:</SAMP> header as an error and replaces it with an
27215 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
27216 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
27217 Bcc.  You may change the part of this message that comes before the
27218 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
27219 variable to something else.
27222 The normal default is &quot;undisclosed-recipients&quot;.
27225 <UL>   
27226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27227 </UL><P>
27228 &lt;End of help on this topic&gt;
27229 </BODY>
27230 </HTML>
27231 ====== h_config_status_msg_delay =====
27232 <HTML>
27233 <HEAD>
27234 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
27235 </HEAD>
27236 <BODY>
27237 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
27239 This option has evolved over time, causing the possible values to be
27240 counter-intuitive.
27241 Read carefully before you set this option.
27242 First we explain what the option does, then there is a longer discussion
27243 following that.
27245 If this is set to zero, the default value, it has <EM>no</EM> effect.
27246 Positive and negative values serve two similar, but different purposes.
27248 If it is set to a positive number, it causes the cursor to move to the
27249 status line whenever a status message is printed and pause there for this
27250 many seconds.
27251 It will probably only be useful if the 
27252 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
27253 also turned on.
27254 Setting this option to a positive number can only be used to
27255 <EM>increase</EM> the status message delay.
27256 This may be useful for Braille displays, or other non-traditional displays.
27258 If it is set to a negative number the interpretation is a bit complicated.
27259 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
27260 allow you to read important status messages.
27261 Of course, this may cause you to miss some important messages.
27262 If you see a message flash by but miss what it says you can use the
27263 Journal command from the MAIN MENU to read it.
27264 If you set this option to a negative value, the delay will be
27265 no more than one second less than the absolute value
27266 of the value you set.
27267 So if you set it to -1, the delay will be no more than zero seconds, no
27268 delay at all.
27269 If you set it to -2, the delay will be no more than 1 second.
27270 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
27271 If the delay that Alpine would have used by default is less than this delay,
27272 then the smaller delay set by Alpine will be used.
27273 Setting this option to a negative value can only reduce the amount of
27274 delay, never increase it.
27276 Here is a more detailed explanation.
27277 Status messages are the messages that show up spontaneously in the
27278 status message line, usually the third line from the bottom of the screen.
27279 By default, Alpine assigns each status message it produces a minimum
27280 display time.
27281 Some status messages have a minimum display time of zero.
27282 You can see an example of such a message by paging up in this help text
27283 until you reach the top of the screen.
27284 If you try to page past the top you will see the message
27286 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
27288 in the status line.
27289 If there is another more important use of the status message line this message
27290 might be replaced quickly, or it even might not be shown at all.
27291 However, if there is no reason to get rid of the message, it might stay
27292 there for several seconds while you read the help.
27293 An example where it is replaced immediately happens when you page up in
27294 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
27295 command right after paging up.
27296 The message will disappear immediately without causing a delay (unless you
27297 have set this option to a positive value) to allow you to type input for
27298 the &quot;WhereIs&quot; command.
27299 Since it isn't a very important message, Alpine has set its minimum display
27300 time to zero seconds.
27302 Other messages have minimum display times of three or more seconds.
27303 These are usually error messages that Alpine thinks you ought to see.
27304 For example, it might be a message about a failed Save or a failed folder open.
27305 It is often the case that this minimum display time won't delay you in
27306 any way because the status message line is not needed for another reason.
27307 However, there are times when Alpine has to delay what it is doing in
27308 order to display a status message for the minimum display time.
27309 This happens when a message is being displayed and Alpine wants to ask
27310 for input from the keyboard.
27311 For example, when you Save a message you use the status message line.
27312 You get a prompt there asking for the name of the folder to save to.
27313 If there is a status message being displayed that has not
27314 yet displayed for its minimum
27315 time Alpine will display that status message surrounded with the characters
27316 &gt; and &lt; to show you that it is delaying.
27317 That might happen, for example, if you tried to save to a folder that
27318 caused an error, then followed that immediately with another Save command.
27319 You might find yourself waiting for a status message like
27321 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
27323 to finish displaying for three seconds.
27324 If that is something you find happening to you frequently, you may use
27325 negative values of this option to decrease or eliminate that delay, at
27326 the risk of missing the message.
27328 <UL>   
27329 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27330 </UL><P>
27331 &lt;End of help on this topic&gt;
27332 </BODY>
27333 </HTML>
27334 ====== h_config_active_msg_interval =====
27335 <HTML>
27336 <HEAD>
27337 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
27338 </HEAD>
27339 <BODY>
27340 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
27342 When Alpine is delayed for some reason it usually shows that
27343 something is happening with a small animated display in the status
27344 message line near the bottom of the screen.
27345 This option sets how frequently the characters (for example, a spinning bar)
27346 in the active status message lines are updated.
27347 At most, it can be set to be updated 20 times per second. 
27350 Setting this value to zero will prevent display of the animations
27351 altogether.
27354 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
27355 can be used to remove the randomness from this animated display.
27358 <UL>   
27359 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27360 </UL><P>
27361 &lt;End of help on this topic&gt;
27362 </BODY>
27363 </HTML>
27364 ====== h_config_mailchecknoncurr =====
27365 <HTML>
27366 <HEADER>
27367 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
27368 </HEADER>
27369 <BODY>
27370 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
27372 This option is closely related to the
27373 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27374 option, as well as the
27375 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
27376 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
27377 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
27378 new-mail checking is disabled and this option will have no effect.
27380 Normally this option is set to zero, which means that the value used will be
27381 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
27382 If you set this option to a value different from zero
27383 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
27384 then that is the check interval that will be used
27385 for folders that are not the currently open folder or the INBOX.
27386 You may not even have any folders that are noncurrent and not the INBOX.
27387 If you do, it is likely that they are due to
27388 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27389 you have configured.
27390 This option also affects the rate of mail checking done on cached
27391 connections to folders you previously had open but are no longer actively
27392 using.
27393 You aren't expected to understand that last sentence, but if you are interested
27394 take a look at
27395 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
27396 and the related options.
27398 <UL>   
27399 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27400 </UL><P>
27401 &lt;End of help on this topic&gt;
27402 </BODY>
27403 </HTML>
27404 ====== h_config_fifopath =====
27405 <HTML>
27406 <HEADER>
27407 <TITLE>OPTION: NewMail FIFO Path</TITLE>
27408 </HEADER>
27409 <BODY>
27410 <H1>OPTION: NewMail FIFO Path</H1>
27412 This option is only available in UNIX Alpine.
27413 However, there is a very similar feature built in to PC-Alpine.
27414 In PC-Alpine's Config menu at the top of the screen
27415 is an option called &quot;New Mail Window&quot;.
27417 You may have Alpine create a FIFO special file (also called a named pipe) where
27418 it will send a one-line message each time a new message is received in
27419 the current folder, the INBOX, or any open
27420 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
27421 To protect against two different Alpines both writing to the same FIFO, Alpine
27422 will only create the FIFO and write to it if it doesn't already exist.
27424 A possible way to use this option would be to have a separate window
27425 on your screen running the command
27427 <CENTER><SAMP>cat filename</SAMP></CENTER>
27429 where &quot;filename&quot; is the name of the file given for this option.
27430 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
27431 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
27432 You may be tempted to use &quot;tail -f filename&quot; to view the new
27433 mail log.
27434 However, the common implementations of the tail command will not do what you
27435 are hoping.
27437 The width of the messages produced for the FIFO may be altered with the
27438 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
27440 On some systems, fifos may only be created in a local filesystem.
27441 In other words, they may not be in NFS filesystems.
27442 This requirement is not universal.
27443 If the system you are using supports it, it should work.
27444 (It is often the case that your home directory is in an NFS filesystem.
27445 If that is the case, you might try using a file in the &quot;/tmp&quot;
27446 filesystem, which is usually a local filesystem.)
27447 Even when it is possible to use an NFS-mounted filesystem as a place to name
27448 the fifo (for example, your home directory), it will still be the case that
27449 the reader (probably the &quot;cat&quot; command) and the
27450 writer (Alpine) of the fifo must be running on the same system.
27452 <UL>   
27453 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27454 </UL><P>
27455 &lt;End of help on this topic&gt;
27456 </BODY>
27457 </HTML>
27458 ====== h_config_newmailwidth =====
27459 <HTML>
27460 <HEADER>
27461 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
27462 </HEADER>
27463 <BODY>
27464 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
27466 For UNIX Alpine, this option is only useful if you have turned on the
27467 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
27468 That option causes new mail messages to be sent to a fifo file.
27469 Those messages will be 80 characters wide by default.
27470 You can change the width of those messages by changing this option.
27471 For example, if you are reading those messages in another window you might
27472 want to set this width to the width of that other window.
27474 If you are using PC-Alpine, it has an option in the Config menu to turn
27475 on the &quot;New Mail Window&quot;.
27476 This present option also controls the width of that window.
27478 <UL>   
27479 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27480 </UL><P>
27481 &lt;End of help on this topic&gt;
27482 </BODY>
27483 </HTML>
27484 ====== h_config_mailcheck =====
27485 <HTML>
27486 <HEADER>
27487 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
27488 </HEADER>
27489 <BODY>
27490 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
27492 This option specifies, in seconds,
27493 how often Alpine will check for new mail.
27494 If set to zero, new-mail checking is disabled.
27495 (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
27496 current message is the last message of the folder.)
27497 There is a minimum value for this option, normally 15 seconds.
27498 The default value is normally 150 seconds.
27499 The higher you set this option, the easier it is on the server.
27501 There are some situations where automatic new-mail checking does not work.
27502 See the discussion about new-mail checking in
27503 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
27505 The new-mail checking will not happen exactly at the frequency that you specify.
27506 For example, Alpine may elect to defer a non-INBOX mail check if you
27507 are busy typing.
27508 Or, it may check more frequently than you have specified if that is
27509 thought to be necessary to keep the server from closing the connection
27510 to the folder due to inactivity.
27511 If Alpine checks for new mail as a side effect of another command, it will reset
27512 the timer, so that new-mail checking may seem to happen irregularly instead of
27513 every X seconds like clockwork.
27515 If you are anxious to know about new mail as soon as possible, set the check
27516 interval low, and you'll know about the new mail by approximately
27517 that amount of time after it arrives.
27518 If you aren't so worried about knowing right away, set this option to a
27519 higher value.
27520 That will save the server some processing time and may save you some of
27521 the time you spend waiting for new-mail checks to happen if you are
27522 dealing with a slow server or slow network connection.
27524 If you suspect that new-mail checking is causing slow downs for you,
27525 you may want to look into the options
27526 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
27527 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
27528 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
27529 which refine when mail checking is done.
27531 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
27532 there is a minimum time
27533 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
27534 between new-mail checks.
27535 Because of this minimum you may notice that new mail does not
27536 appear promptly when you expect it.
27537 The reason for this is to protect the server from over-zealous opening and
27538 closing of the Mail Drop folder, since that is a costly operation.
27540 <UL>   
27541 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27542 </UL><P>
27543 &lt;End of help on this topic&gt;
27544 </BODY>
27545 </HTML>
27546 ====== h_config_quell_checks_comp =====
27547 <HTML>
27548 <HEAD>
27549 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
27550 </HEAD>
27551 <BODY>
27552 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
27554 This option is closely related to the
27555 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27556 option, the
27557 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27558 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
27560 If this option is set, then the normal new-mail checking that happens
27561 while you are composing will not happen for folders other than your
27562 INBOX (which depends on the setting
27563 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
27565 You might want to set this option if you are experiencing delays while
27566 composing that you think might be related to the speed of the new-mail
27567 checks.
27569 Even with this option turned on, an occasional new-mail check may be done
27570 in order to keep the server from killing the connection to the folder.
27571 For example, IMAP servers may remove a connection to a folder if there
27572 has been no activity on the connection for 30 minutes or more.
27573 Instead of letting that happen, Alpine will check for new mail before the
27574 30 minutes is up even though you have turned on this feature to quell
27575 those checks.
27577 Besides new-mail checks, checkpoint operations on the folders
27578 will also be quelled when you set this option.
27579 The purpose of checkpointing is to write the changes to a folder out to
27580 disk periodically in order to avoid losing those changes when system or
27581 software problems occur.
27582 New-mail checking and checkpointing while you are not composing are not
27583 affected by this option.
27586 &lt;End of help on this topic&gt;
27587 </BODY>
27588 </HTML>
27589 ====== h_config_quell_checks_comp_inbox =====
27590 <HTML>
27591 <HEAD>
27592 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
27593 </HEAD>
27594 <BODY>
27595 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
27597 This option is closely related to the
27598 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27599 option, the
27600 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27601 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
27603 If this option is set, then the normal new-mail checking that happens
27604 while you are composing will not happen for your INBOX.
27605 Checking of other folders is controlled in a similar way with the
27606 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
27608 You might want to set this option if you are experiencing delays while
27609 composing that you think might be related to the speed of the new-mail
27610 checks.
27612 Even with this option turned on, an occasional new-mail check may be done
27613 in order to keep the server from killing the connection to the folder.
27614 For example, IMAP servers may remove a connection to a folder if there
27615 has been no activity on the connection for 30 minutes or more.
27616 Instead of letting that happen, Alpine will check for new mail before the
27617 30 minutes is up even though you have turned on this feature to quell
27618 those checks.
27620 Besides new-mail checks, checkpoint operations on the INBOX
27621 will also be quelled when you set this option.
27622 The purpose of checkpointing is to write the changes to a folder out to
27623 disk periodically in order to avoid losing those changes when system or
27624 software problems occur.
27625 New-mail checking and checkpointing while you are not composing are not
27626 affected by this option.
27628 &lt;End of help on this topic&gt;
27629 </BODY>
27630 </HTML>
27631 ====== h_config_maildropcheck =====
27632 <HTML>
27633 <HEADER>
27634 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
27635 </HEADER>
27636 <BODY>
27637 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
27639 New-mail checking for a
27640 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
27641 mail checking for a regular folder.
27642 One of the differences is that the connection to the Mail Drop is not
27643 kept open and so the cost of checking
27644 (delay for you and additional load for the server) may be significant.
27645 Because of this additional cost we set a minimum time that
27646 must pass between checks.
27647 This minimum only applies to the automatic checking done by Alpine.
27648 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
27649 at the end of a folder index, then the check is done right away.
27651 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
27652 new-mail checks.
27653 You may want to set this minimum high in order to avoid experiencing some
27654 of the delays associated with the checks.
27655 Note that the time between checks is still controlled by the regular
27656 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
27657 When Alpine is about to do an automatic check for new mail (because
27658 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
27659 new-mail check
27660 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
27661 the Mail Drop is checked for new mail as well.
27662 Therefore, it is only useful to set this option to a value that is higher
27663 than the <!--#echo var="VAR_mail-check-interval"-->.
27665 If this option is set to zero, automatic Mail Drop new-mail
27666 checking is disabled.
27667 There is a minimum value, normally 60 seconds.
27668 The default value is normally 60 seconds as well.
27669 This applies to the INBOX and to the currently open folder if that is
27670 different from the INBOX.
27673 <UL>   
27674 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27675 </UL><P>
27676 &lt;End of help on this topic&gt;
27677 </BODY>
27678 </HTML>
27679 ====== h_config_nntprange =====
27680 <HTML>
27681 <HEADER>
27682 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
27683 </HEADER>
27684 <BODY>
27685 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
27687 This option applies only to newsgroups accessed using the NNTP protocol.
27688 It does not, for example,
27689 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
27692 When you open a connection to a News server using the NNTP protocol, you
27693 normally have access to all of the articles in each newsgroup.
27694 If a server keeps a large backlog of messages it may speed performance
27695 some to restrict attention to only the newer messages in a group.
27696 This option allows you to set how many article numbers should be checked
27697 when opening a newsgroup.
27698 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
27699 of messages you ever want to see.
27700 For example, if you only ever wanted to look at the last 500 messages in each
27701 newsgroup you could set this option to 500.
27702 In actuality, it isn't quite that.
27703 Instead, for performance reasons, it specifies the range of article
27704 numbers to be checked, beginning
27705 with the highest numbered article and going backwards from there.
27706 If there are messages that have been canceled or deleted
27707 their article numbers are still counted as part of the range.
27709 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
27710 numbers
27711 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
27713 to be considered when reading a newsgroup.
27714 The number of messages that show up in your index will be less than or equal
27715 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
27718 The purpose of this option is simply to speed up access when reading news.
27719 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
27720 numbers, and can avoid downloading any information about the ignored articles.
27721 There is a cost you pay for this speedup.
27722 That cost is that there is no way for you to see those ignored articles.
27723 The articles that come before the range you specify are invisible to you and
27724 to Alpine, as if they did not exist at all.
27725 There is no way to see those messages using, for example, an unexclude command
27726 or something similar.
27727 The only way to see those articles is to set this option high enough (or
27728 set it to zero) and then to reopen the newsgroup.
27731 If this option is set to 0 (which is also the default),
27732 then the range is unlimited.
27733 This option applies globally to all NNTP servers and to all newsgroups
27734 on those servers.
27735 There is no way to set different values for different newsgroups or servers.
27738 <UL>   
27739 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27740 </UL><P>
27741 &lt;End of help on this topic&gt;
27742 </BODY>
27743 </HTML>
27744 ====== h_config_news_active =====
27745 <html>
27746 <header>
27747 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
27748 </header>
27749 <body>
27750 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
27752 This option tells Alpine where to look for the "active file" for newsgroups
27753 when accessing news locally, rather than via NNTP.  The default path is
27754 usually "/usr/lib/news/active".<p>
27755 <UL>   
27756 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27757 </UL><P>
27758 &lt;End of help on this topic&gt;
27759 </body>
27760 </html>
27761 ====== h_config_news_spool =====
27762 <html>
27763 <header>
27764 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
27765 </header>
27766 <body>
27767 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
27769 This option tells Alpine where to look for the "news spool" for newsgroups
27770 when accessing news locally, rather than via NNTP.  The default path is
27771 usually "/var/spool/news".<p>
27772 <UL>   
27773 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27774 </UL><P>
27775 &lt;End of help on this topic&gt;
27776 </body>
27777 </html>
27778 ====== h_config_image_viewer =====
27779 <html>
27780 <header>
27781 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
27782 </header>
27783 <body>
27784 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
27785 <body>
27786 This option specifies the program Alpine should call to view MIME
27787 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
27788 no longer needed, but remains for backward compatibility.  The more
27789 general method for associating external printing and viewing programs with
27790 specific MIME data types is to use the system's (or your personal)
27791 "mailcap" configuration file.<p>
27792 <UL>   
27793 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27794 </UL><P>
27795 &lt;End of help on this topic&gt;
27796 </body>
27797 </html>
27798 ====== h_config_domain_name =====
27799 <HTML>
27800 <HEAD>
27801 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
27802 </HEAD>
27803 <BODY>
27804 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
27806 This option is used only if the 
27807 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
27808 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
27809 strips the hostname from your return (&quot;From&quot;) address and when 
27810 completing unqualified addresses that you enter into the composer.
27812 If you set this, see also the <A HREF="h_config_quell_local_lookup">
27813 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
27816 <!--chtml if pinemode="os_windows"-->
27817 <P>This option is not applicable to PC-Alpine.
27818 <!--chtml else-->
27820 <!--chtml endif-->
27821 <UL>
27822 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27823 </UL>
27825 &lt;End of help on this topic&gt;
27826 </BODY>
27827 </HTML>
27828 ====== h_config_prune_date =====
27829 <HTML>
27830 <HEAD>
27831 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
27832 </HEAD>
27833 <BODY>
27834 <H1>OPTION: Last-Time-Prune Question</H1>
27836 This value records the last time you were asked about deleting old
27837 sent-mail.
27838 It is set automatically by Alpine at the beginning of each month.
27839 In the past, if you wished to suppress the monthly sent-mail
27840 pruning feature, you could set this to a date in the future.
27841 This value is relative to the year 1900, so 
27842 to set this, for example, to October 2005, use 105.10.
27844 You can still do that if you wish, or you can use the
27845 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
27846 a little more convenient to use.
27848 <UL>   
27849 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27850 </UL><P>
27851 &lt;End of help on this topic&gt;
27852 </BODY>
27853 </HTML>
27854 ====== h_config_goto_default =====
27855 <HTML>
27856 <HEAD>
27857 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
27858 </HEAD>
27859 <BODY>
27860 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
27862 This value affects Alpine's behavior when you use the Goto command.
27863 Alpine's usual behavior has two parts.  If your current folder is
27864 &quot;Inbox&quot;, Alpine will offer the last open folder as the
27865 default.  If the current folder is other than &quot;Inbox&quot;,
27866 &quot;Inbox&quot; is offered as the default.
27869 The available options include:
27871 <DL>
27873  <DT>folder-in-first-collection</DT>
27875  <DD> Alpine will offer the most recently visited folder in the default
27876 collection found in the &quot;Collection List&quot; screen as the default.
27877 </DD>
27879  <DT> inbox-or-folder-in-first-collection</DT>
27881  <DD> If the current folder is &quot;Inbox&quot;,
27882 Alpine will offer the most recently visited folder in the
27883 default collection found in the &quot;Collection List&quot; screen.
27884 If the current folder is other than &quot;Inbox&quot;,
27885 &quot;Inbox&quot; is offered as the default.
27886 </DD>
27888  <DT> inbox-or-folder-in-recent-collection</DT>
27890  <DD> This is Alpine's default behavior.
27891 If the current folder is &quot;Inbox&quot;,
27892 Alpine will offer the last open
27893 folder as the default.
27894 If the current folder is other than &quot;Inbox&quot;,
27895 &quot;Inbox&quot; is offered as the default.
27896 </DD>
27898  <DT> first-collection-with-inbox-default</DT>
27900  <DD> Instead of offering the most recently visited folder in the default
27901 collection, the default collection is offered but with &quot;Inbox&quot; as
27902 the default folder.
27903 If you type in a folder name it will be in the default collection.
27904 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
27905 </DD>
27907  <DT> most-recent-folder</DT>
27909  <DD> The last accepted value simply causes the most recently opened
27910 folder to be offered as the default regardless of the currently opened
27911 folder.
27912 </DD>
27913 </DL>
27916 NOTE: The default while a newsgroup is open remains the same; the last
27917 open newsgroup.
27920 <UL>   
27921 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27922 </UL><P>
27923 &lt;End of help on this topic&gt;
27924 </BODY>
27925 </HTML>
27926 ====== h_config_thread_lastreply_char =====
27927 <HTML>
27928 <HEAD>
27929 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
27930 </HEAD>
27931 <BODY>
27932 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
27934 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
27935 INDEX display when using a
27936 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
27937 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
27938 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
27939 The value of this option is a single character.
27940 This character is used instead of the vertical line character when there are
27941 no more replies directly to the parent of the current message.
27942 It can be used to &quot;round-off&quot; the bottom of the vertical line
27943 by setting it to a character such as a backslash (&#92;) or
27944 a backquote (&#96;).
27945 The default value of this option is the backslash character (&#92;).
27946 This option may not be set to the Empty Value.
27947 In that case, the default will be used instead.
27950 <UL>   
27951 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27952 </UL><P>
27953 &lt;End of help on this topic&gt;
27954 </BODY>
27955 </HTML>
27956 ====== h_config_thread_indicator_char =====
27957 <HTML>
27958 <HEAD>
27959 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
27960 </HEAD>
27961 <BODY>
27962 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
27964 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
27965 INDEX display when using a
27966 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
27967 than &quot;none&quot; and sorting by Threads or OrderedSubject.
27968 The value of this option is a single character.
27969 This character is used to indicate that part of a thread (a conversation) is
27970 hidden beneath a message.
27971 The message could be expanded
27972 if desired with the &quot;/&quot; Collapse/Expand command.
27973 By default, the value of this option is the greater than sign (&gt;).
27975 If this option is set to the Empty Value, then the column (and the following
27976 blank column) will be deleted from the display.
27979 This option is closely related to the
27980 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
27981 Another similar option that affects the thread display is the
27982 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
27985 <UL>   
27986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27987 </UL><P>
27988 &lt;End of help on this topic&gt;
27989 </BODY>
27990 </HTML>
27991 ====== h_config_thread_exp_char =====
27992 <HTML>
27993 <HEAD>
27994 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
27995 </HEAD>
27996 <BODY>
27997 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
27999 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
28000 INDEX display when using a
28001 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28002 than &quot;none&quot;.
28003 The value of this option is a single character.
28004 This character is used to indicate that part of a thread has been expanded
28005 and could be collapsed if desired with
28006 the &quot;/&quot; Collapse/Expand command.
28007 By default, the value of this option is a dot (.).
28009 If this option is set to the Empty Value, then the column (and the following
28010 blank column) will be deleted from the display.
28013 This option is closely related to the
28014 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
28015 Another similar option that affects the thread display is the
28016 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28019 <UL>   
28020 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28021 </UL><P>
28022 &lt;End of help on this topic&gt;
28023 </BODY>
28024 </HTML>
28025 ====== h_config_thread_index_style =====
28026 <HTML>
28027 <HEAD>
28028 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
28029 </HEAD>
28030 <BODY>
28031 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
28033 When a folder is sorted by Threads or OrderedSubject,
28034 this option will affect the INDEX displays.
28037 The possible values for this option are:
28039 <DL>
28040 <DT>regular-index-with-expanded-threads</DT>
28041 <DD>This is the default display.
28042 If the configuration option
28043 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28044 is set to something other than &quot;none&quot;, then this setting
28045 will cause Alpine to start off with a MESSAGE INDEX with all of
28046 the threads expanded.
28047 That is, each message will have a line in the MESSAGE INDEX display.
28048 The Collapse/Expand command (/) may be used to manually collapse or
28049 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28051 This setting affects the display when the folder is first threaded.
28052 The collapsed state may also be re-initialized by re-sorting the folder manually
28053 using the SortIndex command ($).
28054 After re-sorting the threads will once again all be expanded, even if you
28055 have previously collapsed some of them.
28057 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
28058 the display will be the regular default Alpine MESSAGE INDEX, but sorted
28059 in a different order.
28060 </DD>
28062 <DT>regular-index-with-collapsed-threads</DT>
28063 <DD>If the configuration option
28064 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28065 is set to something other than &quot;none&quot;, then this setting
28066 will cause Alpine to start out with all of the threads collapsed instead of
28067 starting out with all of the threads expanded.
28068 The Collapse/Expand command (/) may be used to manually collapse or
28069 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28071 This setting affects the display when the folder is first threaded.
28072 The collapsed state may also be re-initialized by re-sorting the folder manually
28073 using the SortIndex command ($).
28074 After re-sorting the threads will once again all be collapsed, even if you
28075 have previously expanded some of them.
28076 </DD>
28078 <DT>separate-index-screen-always</DT>
28079 <DD>With this setting and the next, you will see an index of threads
28080 instead of an
28081 index of messages, provided you have sorted by Threads or OrderedSubject.
28083 The THREAD INDEX contains a '*' in the first column if any message in the thread
28084 is marked Important.
28085 If not, it contains a '+' if any message in the thread is to you.
28086 The second column is blank. The third column contains a 'D' if all of the
28087 messages in the thread are deleted.
28088 Otherwise, it contains an 'N' if any of the messages in the thread are New.
28090 When you view a particular thread from the THREAD INDEX you will be
28091 in the MESSAGE INDEX display
28092 but the index will only contain messages from the thread you are viewing.
28093 </DD>
28095 <DT>separate-index-screen-except-for-single-messages</DT>
28096 <DD>This is very similar to the option above.
28097 When you are in the THREAD INDEX, one of the available commands
28098 is &quot;ViewThd&quot;.
28099 With the setting &quot;separate-index-screen-always&quot; (the option above)
28100 when you view a particular thread you will be in the
28101 MESSAGE INDEX display and the index will only contain messages from
28102 the thread you are viewing.
28103 If the thread you are viewing consists of a single message, the MESSAGE INDEX
28104 will be an index with only one message in it.
28105 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
28106 setting instead, then that index that contains a single message
28107 will be skipped and you will go directly from the THREAD INDEX into the
28108 MESSAGE TEXT screen.
28109 </DD>
28111 </DL>
28114 <UL>   
28115 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28116 </UL><P>
28117 &lt;End of help on this topic&gt;
28118 </BODY>
28119 </HTML>
28120 ====== h_config_thread_disp_style =====
28121 <HTML>
28122 <HEAD>
28123 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
28124 </HEAD>
28125 <BODY>
28126 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
28128 When a folder is sorted by Threads or OrderedSubject,
28129 this option will affect the MESSAGE INDEX display.
28130 By default, Alpine will display the MESSAGE INDEX in the
28131 &quot;show-thread-structure&quot; style if a folder is sorted
28132 by Threads or OrderedSubject.
28135 The possible values for this option are:
28137 <DL>
28138 <DT>none</DT>
28139 <DD>Regular index display.
28140 The same index line as would be displayed without threading is used.
28141 The only difference will be in the order of the messages.
28142 </DD>
28144 <DT>show-thread-structure</DT>
28145 <DD>Threaded Subjects will be indented and vertical bars and horizontal
28146 lines will be added to make it easier to see the relationships among
28147 the messages in a thread (a conversation).
28148 </DD>
28150 <DT>mutt-like</DT>
28151 <DD>This is the same as the option above except that the Subject
28152 is suppressed (is blank) if it matches the previous Subject in the thread.
28153 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
28154 Here is an example of what a mutt-like index might look like.
28155 In this example, the first column represents the message number, the
28156 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
28157 is set to &quot;regular-index-with-expanded-threads&quot;, and the
28158 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
28159 is set to a backslash:
28160 <PRE>
28161 &nbsp;&nbsp;&nbsp;1    Some topic
28162 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
28163 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
28164 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
28165 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
28166 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
28167 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
28168 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
28169 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
28170 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
28171 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
28172 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
28173 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
28174 &nbsp;&nbsp;&nbsp;14    Next topic
28175 </PRE>
28176 </DD>
28178 <DT>indent-subject-1</DT>
28179 <DD>Threaded Subjects will be indented one space per level of the conversation.
28180 The bars and lines that show up in the show-thread-structure display will
28181 not be there with this style.
28182 </DD>
28184 <DT>indent-subject-2</DT>
28185 <DD>Same as above but indent two spaces per level instead of one space.
28186 </DD>
28188 <DT>indent-from-1</DT>
28189 <DD>Similar to indent-subject-1, except that instead of indenting the
28190 Subject field one space the From field of a thread will be indented one
28191 space per level of the conversation.
28192 </DD>
28194 <DT>indent-from-2</DT>
28195 <DD>Same as above but indent two spaces per level instead of one space.
28196 </DD>
28198 <DT>show-structure-in-from</DT>
28199 <DD>The structure of the thread is illustrated with indenting, vertical bars,
28200 and horizontal lines just like with the show-thread-structure option, but
28201 the From field is used to show the relationships instead of the Subject field. 
28202 </DD>
28204 </DL>
28207 <UL>   
28208 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28209 </UL><P>
28210 &lt;End of help on this topic&gt;
28211 </BODY>
28212 </HTML>
28213 ====== h_config_pruning_rule =====
28214 <HTML>
28215 <HEAD>
28216 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
28217 </HEAD>
28218 <BODY>
28219 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
28221 By default, Alpine will ask at the beginning of each month whether or not
28222 you want to rename your sent-mail folder to a name like sent-mail-month-year.
28223 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
28224 change the format of the folder to sent-mail-yyyy-mm.)
28225 It will also ask whether you would like to delete old sent-mail folders.
28226 If you have defined
28227 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
28229 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
28230 Alpine will also ask about pruning those folders.
28233 With this option you may provide an automatic answer to these questions.
28234 The default value is to ask you what you'd like to do.
28237 The six possible values for this option are:
28239 <DL>
28240 <DT>ask about rename, ask about deleting</DT>
28241 <DD>This is the default.
28242 Alpine will ask whether you want to rename the folders and whether you
28243 want to delete each of the old folders.
28244 </DD>
28246 <DT>ask about rename, don't delete</DT>
28247 <DD>Alpine will ask whether you want to rename the folders, but won't
28248 ask about or delete old folders.
28249 </DD>
28251 <DT>always rename, ask about deleting</DT>
28252 <DD>This means you want to always answer yes and have Alpine automatically
28253 rename the folder if possible.
28254 You will also be asked about deleting old folders.
28255 </DD>
28257 <DT>always rename, don't delete</DT>
28258 <DD>This means you want to always answer yes and have Alpine automatically
28259 rename the folder if possible.
28260 There will be no deleting of old folders.
28261 </DD>
28263 <DT>don't rename, ask about deleting</DT>
28264 <DD>This means you want to always answer no.
28265 Alpine will not rename the folder.
28266 You will be asked about deleting old folders.
28267 </DD>
28269 <DT>don't rename, don't delete</DT>
28270 <DD>This means you want to always answer no.
28271 Alpine will not rename the folder.
28272 There will be no deleting of old folders, either.
28273 </DD>
28274 </DL>
28277 <UL>   
28278 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28279 </UL><P>
28280 &lt;End of help on this topic&gt;
28281 </BODY>
28282 </HTML>
28283 ====== h_config_reopen_rule =====
28284 <HTML>
28285 <HEAD>
28286 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
28287 </HEAD>
28288 <BODY>
28289 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
28291 Alpine normally checks for new mail in the currently open folder
28292 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
28295 There are some situations where automatic new-mail checking does not work.
28296 For example, if a mail folder is opened using the POP protocol or a newsgroup
28297 is being read using the NNTP protocol, then new-mail checking is disabled.
28300 It may be possible to check for new mail in these cases by reopening the
28301 folder.
28302 Alpine does not do this for you automatically, but you may do the commands
28303 manually to cause this to happen.
28304 You reopen by going back to the folder list screen from the message
28305 index screen with the &quot;&lt;&quot; command,
28306 and then going back into the message index screen with
28307 the &quot;&gt;&quot; command.
28308 (Actually, any method you would normally use to open a folder will work the
28309 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
28310 For example, the GoTo Folder command will work, or you may use L to go to the
28311 Folder List screen and Carriage Return to reopen the folder.)
28314 There are some cases where Alpine knows that reopening the folder should
28315 be useful as a way to discover new mail.
28316 At the time of this writing, connections made using the POP protocol,
28317 news reading using the NNTP protocol, local news reading, and local
28318 ReadOnly folders that are in the traditional UNIX or the MMDF format all
28319 fall into this category.
28320 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
28321 has no way of knowing, so it might also just be an exercise in futility.
28322 All remote, ReadOnly folders other than those listed just above fall into this
28323 category.
28324 The setting of this option together with the type of folder
28325 controls how Alpine will react to the apparent attempt to reopen a folder.
28328 If you don't reopen, then you will just be back in
28329 the message index with no change.
28330 You left the index and came back, but the folder remained &quot;open&quot;
28331 the whole time.
28332 However, if you do reopen the folder, the folder is closed and then reopened.
28333 In this case, the current state of the open folder is lost.
28334 The New status, Important and Answered flags,
28335 selected state, Zoom state, collapsed or expanded state of threads,
28336 current message number,
28337 and any other temporary state is all lost when the reopen happens.
28338 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
28341 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
28342 several places.
28343 That really implies the case where Alpine knows it is a good way to discover
28344 new mail, which is more than just POP and NNTP, but POP and NNTP are
28345 the cases of most interest.
28346 This option probably has more possible values than it deserves. They are:
28348 <DL>
28349 <DT>Always reopen</DT>
28350 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
28351 whenever you type a command that implies a reopen, regardless of the
28352 access method.
28353 In other words, it is assumed you would always answer Yes if asked
28354 about reopening.
28355 </DD>
28357 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
28358 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28359 will ask you whether to reopen other remote folders,
28360 with a default answer of Yes.
28361 </DD>
28363 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
28364 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28365 will ask you whether to reopen other remote folders,
28366 with a default answer of No.
28367 </DD>
28369 <DT>Yes for POP/NNTP, No for other remote</DT>
28370 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
28371 will assume a No answer for all other remote folders.
28372 </DD>
28374 <DT>Always ask [Yes]</DT>
28375 <DD>Alpine will not differentiate based on access method.
28376 It will always ask for all remote folders, with a default answer of Yes.
28377 </DD>
28379 <DT>Always ask [No]</DT>
28380 <DD>Alpine will not differentiate based on access method.
28381 It will always ask for all remote folders, with a default answer of No.
28382 </DD>
28384 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
28385 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
28386 of Yes.
28387 It will never attempt to reopen other remote folders.
28388 </DD>
28390 <DT>Ask about POP/NNTP [No], No for other remote</DT>
28391 <DD>This is the default.
28392 Alpine will ask if the access method is POP or NNTP, with a default answer
28393 of No.
28394 It will never attempt to reopen other remote folders.
28395 </DD>
28397 <DT>Never reopen</DT>
28398 <DD>Alpine will never attempt to reopen already open folders.
28399 </DD>
28400 </DL>
28403 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
28404 any of the other situations where it is likely that reopening is a good way
28405 to discover new mail.
28408 There is an alternative that may be of useful in some situations.
28409 Instead of manually checking for new mail you can set up a
28410 <A HREF="h_maildrop">Mail Drop</A>
28411 and automatically check for new mail.
28414 <UL>   
28415 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28416 </UL><P>
28417 &lt;End of help on this topic&gt;
28418 </BODY>
28419 </HTML>
28420 ====== h_config_inc_startup =====
28421 <HTML>
28422 <HEAD>
28423 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
28424 </HEAD>
28425 <BODY>
28426 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
28428 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
28429 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
28430 It determines which message will be the <EM>current message</EM> when
28431 the folder is first opened.
28432 The default value is &quot;first-unseen&quot;.
28435 The seven possible values for this option are:
28437 <DL>
28438 <DT>first-unseen</DT>
28439 <DD>The current message is set to the first
28440 unseen message that has not been marked deleted, or the last message if
28441 all of the messages have been seen previously.
28442 Messages which have not been seen or which have been seen but re-marked
28443 as New are considered unseen messages.
28444 See the note at the bottom of this help about newsgroups.
28445 </DD>
28447 <DT>first-recent</DT>
28448 <DD>Similar to the default, but rather than starting on the first
28449 unseen message Alpine starts on the first <EM>recent</EM> message.
28450 A message is recent if it arrived since the last time the folder was
28451 open.  This value causes the current message to be set to the first
28452 recent message if there is one, otherwise to the last
28453 message in the folder.
28454 </DD>
28456 <DT>first-important</DT>
28457 <DD>This will result in the current message being set to the first
28458 message marked Important (but not Deleted).
28459 If no messages are marked Important, then it will be the last message.
28460 Messages are marked Important by <EM>you</EM>, not by the sender, using
28462 <A HREF="h_common_flag">Flag command</A>.
28463 Or they may be marked Important by an Alpine
28464 <A HREF="h_mainhelp_filtering">Filter</A>
28465 that you have set up.
28466 </DD>
28468 <DT>first-important-or-unseen</DT>
28469 <DD>This selects the first of the first unseen and the first important
28470 messages.
28471 </DD>
28473 <DT>first-important-or-recent</DT>
28474 <DD>This selects the first of the first recent and the first important
28475 messages.
28476 </DD>
28478 <DT>first</DT>
28479 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
28480 If all messages are deleted you start on the last message.
28481 </DD>
28483 <DT>last</DT>
28484 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
28485 If all messages are deleted you start on the last message.
28486 </DD>
28487 </DL>
28490 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
28491 &quot;first-recent&quot; are the same and are affected by whether or not the
28492 feature 
28493 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
28494 is turned on. 
28495 Also, there is no permanent storage in news for an Important flag.
28496 This means that no messages will be marked Important when a newsgroup is
28497 first opened.
28500 <UL>   
28501 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28502 </UL><P>
28503 &lt;End of help on this topic&gt;
28504 </BODY>
28505 </HTML>
28506 ====== h_config_browser =====
28507 <HTML>
28508 <HEAD>
28509 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
28510 </HEAD>
28511 <BODY>
28512 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
28513 <!--chtml if pinemode="os_windows"-->
28514 PC-Alpine users do not need to enter anything here, unless:<UL>
28515 <LI> they want to override, for use with Alpine, the application defined
28516 in the Windows operating system for handling URLs; or
28517 <LI> they are (planning on) using the same configuration file with 
28518 Unix Alpine.
28519 </UL>
28521 Note that if using a viewer that has a space in its path, you should
28522 use the DOS name for that directory or file. Example:
28523 <PRE>
28524 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
28525 </PRE>
28526 <HR><P>
28527 <!--chtml endif-->
28528 This option affects Alpine's handling of URLs that are found in 
28529 messages you read.  Normally, only URLs Alpine can handle directly
28530 are automatically offered for selection in the &quot;Message
28531 Text&quot; screen.  When one or more applications
28532 capable of deciphering URLs on their command line are added here, Alpine
28533 will choose the first available to display URLs it cannot handle directly.
28534 A viewer's availability is based on its being specified with a <B>full
28535 directory path</B> and the evaluation of any optionally supplied
28536 parameters described below.
28539 Additionally, to support various connection methods and applications, each
28540 entry in this list can optionally begin with one or more of
28541 the following special tokens.  The allowed tokens include:
28544 <DL>
28545 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
28546 <DD>
28547 The <VAR>test-string</VAR> is a shell command that Alpine will run to
28548 evaluate a viewer's availability.  The command specified by the test
28549 string is run and if its resulting exit status is non-zero, Alpine will
28550 not consider the associated viewer for use.
28551 </DD>
28553 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
28554 <DD>
28555 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
28556 URL schemes that are to be used with the associated viewer.  This is
28557 the way to configure Alpine to recognize URLs other than the built-in set.
28559 It can also be used to override Alpine's built-in handlers.
28560 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
28561 and Alpine would use (provided it passed all other criteria) the associated
28562 viewer when it encountered a URL of the form &quot;news:comp.mail.pine&quot;.
28564 </DD>
28565 </DL>
28568 By default, Alpine will simply append a space character followed by the
28569 selected URL prior to launching the command in your specified SHELL.  You can
28570 optionally specify where in the command the selected URL should appear
28571 by using the &quot;_URL_&quot; token.  All occurrences found in the command
28572 will be replaced with the selected URL before the command is handed
28573 to the shell.  If such replacement occurs, the default appending of the
28574 selected URL does not take place.
28577 NOTE: If the viewer you specify has any command-line arguments,
28578 including the &quot;_URL_&quot; token, you will need to add a
28579 double-quote character before the command path and after the last
28580 argument (see the &quot;lynx&quot; example below).
28583 So, here are some example entries:
28584 <PRE>
28585 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
28586               &quot;/usr/local/bin/lynx _URL_&quot;
28587               C:&#92;BIN&#92;NETSCAPE.BAT
28588 </PRE>
28590 This example shows that for the first viewer in the list to be used
28591 the environment variable &quot;DISPLAY&quot; must be defined.  If it
28592 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
28593 If neither condition is met,
28594 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
28595 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
28596 If the path to &quot;lynx&quot; is invalid,
28597 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
28598 Note that the last
28599 entry is a DOS/Windows path.  This is one way to support Alpine running
28600 on more than one architecture with the same configuration file.<P>
28602 <!--chtml if pinemode="os_windows"-->
28603 <!--chtml else-->
28604 Note that depending on the type of browser used and the method of 
28605 its invocation (such as whether it will open in a separate window) from
28606 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
28607 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
28608 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
28609 In other words, launching the browser from Alpine may make Alpine 
28610 &quot;disappear&quot; (although it is still &quot;running&quot;)
28611 until you close the browser again.<P>  
28612 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28613 environment: for advanced users and  systems administrators</A>
28614 </UL>
28615 <!--chtml endif-->
28616 <P>If you are unsure what browsers are available on your system or how to 
28617 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
28618 local computing support staff.
28619 <P><UL>
28620 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28621 </UL>
28623 &lt;End of help on this topic&gt;
28624 </BODY>
28625 </HTML>
28626 ====== h_config_history =====
28627 <HTML>
28628 <HEAD>
28629 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
28630 </HEAD>
28631 <BODY>
28632 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
28634 This option allows you to input a list of directories that Alpine will offer 
28635 for you to use when you are saving or exporting attachments. This is useful
28636 when navigating to specific directories becomes too tedious, or when you 
28637 need to do this on a daily basis, and want Alpine to remember this on a 
28638 permanent basis.
28640 The list of directories saved here can be accessed using the ^Y and ^V commands
28641 in the save prompt for attachments, or the export command.
28643 <P><UL>
28644 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28645 </UL>
28647 &lt;End of help on this topic&gt;
28648 </BODY>
28649 </HTML>
28650 ====== h_config_browser_xterm =====
28651 <HTML>
28652 <HEAD>
28653 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
28654 </HEAD>
28655 <BODY>
28656 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28657 environment: for advanced users and  systems administrators</H1>
28658 If you are using Alpine with an X-terminal (emulator) and want to define an 
28659 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
28660 you may want to do so in a manner that causes any <B>already</B> 
28661 invoked viewer application to be used for viewing URLs you select from Alpine 
28662 messages, and a <B>new</B> URL-viewer process to be 
28663 started <B>only</B> if the same application has <B>not already</B> 
28664 been launched -- for one reason, to avoid file-locking contentions among 
28665 multiple invocations of the same URL-viewer application.  
28666 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
28667 option does not do this.)  A method of doing that would be:<OL>
28668 <LI> use 
28669 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
28670 check (using commands appropriate for your Unix shell
28671 in place of <VAR>test-string</VAR>) for the presence of a 
28672 lockfile created by the URL-viewer application -- which implies that the 
28673 application is already running, though this is not foolproof. 
28674 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
28675 application with its appropriate command line option(s) to 
28676 show the URL selected from the Alpine message in an already open window of 
28677 that application, or perhaps in a new window of that application.  
28679 <LI> In the 
28680 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
28681 application without those command line options, but this time using the 
28682 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
28683 is defined.
28684 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
28685 windows environment (for instance, using VT-100 terminal emulation), you 
28686 may wish to specify a non-X windows URL-viewer application such as Lynx
28687 as the last entry.
28688 </OL><BR>
28689 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
28690 the command shell, the URL-viewer application(s), and possibly the specific 
28691 version of the latter, you are using.  
28693 Relevant command 
28694 line options for the Netscape browser for showing URLs (selected from Alpine) 
28695 when Netscape is already running are discussed in the document
28696 &quot;Remote Control of UNIX Netscape&quot; 
28697 found at the URL (as of 12 Aug. 1998):
28700 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
28702 <P>(If the URL-viewer application is 
28703 <B>not</B> running on the same host as Alpine, but being launched from an 
28704 applications server, you may not be able to use the command line options for 
28705 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
28707 <!--chtml if this-method="shown-to-work"-->
28708 An example using the Korn shell and the Netscape browser (first entry wrapped 
28709 because of its length, but should all appear on one line):
28711 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
28713 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
28714               &quot;/usr/local/bin/lynx '_URL_'&quot;
28716 <!--chtml endif-->
28718 <UL>   
28719 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28720 </UL><P>
28721 &lt;End of help on this topic&gt;
28722 </BODY>
28723 </HTML>
28724 ====== h_config_enable_full_hdr =====
28725 <HTML>
28726 <HEAD>
28727 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
28728 </HEAD>
28729 <BODY>
28730 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
28732 This feature enables the &quot;H Full Headers&quot; command which toggles between
28733 the display of all headers in the message and the normal edited view of
28734 headers.  The Full Header command also controls which headers are included
28735 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
28736 Full Header mode will respect the
28737 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
28738 feature setting.)
28740 If Full Header mode is turned on and you Forward a message, you will
28741 be asked if you'd like to forward the message as an attachment, as opposed
28742 to including the text of the message in the body of your new message.
28744 If you have also turned on the
28745 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
28746 option then the Full Headers command actually rotates through three states
28747 instead of just two.
28748 The first is the normal view with long quotes suppressed.
28749 The second is the normal view but with the long quotes included.
28750 The last enables the display of all headers in the message.
28751 When using Export, Pipe, Print, Forward, or Reply the quotes are
28752 never suppressed, so the first two states are identical.
28754 Normally, the Header Mode will reset
28755 to the default behavior when moving to a new message.
28756 The mode can be made to persist from message to message by setting the feature
28757 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
28759 <UL>   
28760 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28761 </UL><P>
28762 &lt;End of help on this topic&gt;
28763 </BODY>
28764 </HTML>
28765 ====== h_config_enable_full_hdr_and_text =====
28766 <HTML>
28767 <HEAD>
28768 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
28769 </HEAD>
28770 <BODY>
28771 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
28773 This feature affects how the &quot;H Full Headers&quot; command displays
28774 message text.  If set, the raw message text will be displayed.  This
28775 especially affects MIME formatted email, where the entire MIME format
28776 will be displayed.  This feature similarly affects how messages are
28777 included for the Export, Pipe, Print, Forward, and Reply functions.
28779 When viewing a raw message that has attachments with this feature set,
28780 you will not be able to view attachments without first leaving full 
28781 headers mode.  This is because MIME parsing is not done on the raw message.
28783 <UL>   
28784 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28785 </UL><P>
28786 &lt;End of help on this topic&gt;
28787 </BODY>
28788 </HTML>
28789 ====== h_config_enable_pipe =====
28790 <HTML>
28791 <HEAD>
28792 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
28793 </HEAD>
28794 <BODY>
28795 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
28797 This feature enables the "| Pipe" command that sends the current message
28798 to the specified command for external processing.
28801 A short description of how the pipe command works is given
28802 <A HREF="h_pipe_command">here</A>.
28805 <UL>   
28806 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28807 </UL><P>
28808 &lt;End of help on this topic&gt;
28809 </BODY>
28810 </HTML>
28811 ====== h_config_quell_full_hdr_reset =====
28812 <HTML>
28813 <HEAD>
28814 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
28815 </HEAD>
28816 <BODY>
28817 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
28819 The <A HREF="h_common_hdrmode">HdrMode Command</A>
28820 normally resets to the default state when switching to a new message.
28821 For example, if you've used the &quot;H&quot; command to turn on Full
28822 Headers for a message you are viewing, and then you type the Next command
28823 to look at the next message, the full headers will no longer be shown.
28824 Setting this feature disables that reset.
28825 Instead, the Header Mode remains the same from message to message.
28828 The presence or absence of the HdrMode command is determined by the
28829 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
28830 Feature-List option.
28832 <UL>   
28833 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28834 </UL><P>
28835 &lt;End of help on this topic&gt;
28836 </BODY>
28837 </HTML>
28838 ====== h_config_enable_tab_complete =====
28839 <HTML>
28840 <HEAD>
28841 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
28842 </HEAD>
28843 <BODY>
28844 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
28846 This feature enables the TAB key when at a prompt for a filename. In this
28847 case, TAB will cause the partial name already entered to be automatically
28848 completed, provided the partial name is unambiguous.
28849 This feature is on by default.
28851 Similarly, this feature also enables TAB completion of address book
28852 nicknames when at a prompt for a nickname,
28853 or when typing in an address field in the composer.
28855 &lt;End of help on this topic&gt;
28856 </BODY>
28857 </HTML>
28858 ====== h_config_quit_wo_confirm =====
28859 <HTML>
28860 <HEAD>
28861 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
28862 </HEAD>
28863 <BODY>
28864 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
28866 This feature controls whether or not Alpine will ask for confirmation when a
28867 Quit command is received.
28869 &lt;End of help on this topic&gt;
28870 </BODY>
28871 </HTML>
28872 ====== h_config_quote_replace_noflow =====
28873 <HTML>
28874 <HEAD>
28875 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
28876 </HEAD>
28877 <BODY>
28878 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
28880 This feature, which is only active when
28881 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
28882 also set,
28883 enables quote-replacement on non-flowed messages.  It is off
28884 by default because a non-flowed message is more dependent on its format,
28885 and thus quote-replacement may cause less-than-pleasing results.
28886 Setting this feature will cause quote-replacement similar to that of flowed
28887 messages, but with the added possibility of long lines being wrapped
28888 into new lines if the Quote-Replacement-String is longer than the string
28889 it is replacing, which is &quot;&gt;&nbsp;&quot;.
28891 &lt;End of help on this topic&gt;
28892 </BODY>
28893 </HTML>
28894 ====== h_config_enable_jump =====
28895 <HTML>
28896 <HEAD>
28897 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
28898 </HEAD>
28899 <BODY>
28900 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
28902 When this feature is set you may enter a number (followed by RETURN)
28903 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
28904 screens.  In other words, it obviates the need for typing the "J" for the
28905 Jump command.
28907 &lt;End of help on this topic&gt;
28908 </BODY>
28909 </HTML>
28910 ====== h_config_enable_alt_ed =====
28911 <HTML>
28912 <HEAD>
28913 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
28914 </HEAD>
28915 <BODY>
28916 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
28918 If this feature is set (the default), and the 
28919 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
28920 <B>is not</B> set, entering
28921 the ^_ (Ctrl-underscore) key while composing a message will prompt you
28922 for the name of the editor you would like to use.
28924 If the environment variable $EDITOR is set, its value will be offered as
28925 a default.
28927 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
28928 <B>is</B> set, the ^_ key will activate the specified
28929 editor without prompting, in which case it is not necessary to
28930 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
28932 <UL>   
28933 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28934 </UL><P>
28935 &lt;End of help on this topic&gt;
28936 </BODY>
28937 </HTML>
28938 ====== h_config_alt_ed_now =====
28939 <HTML>
28940 <HEAD>
28941 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
28942 </HEAD>
28943 <BODY>
28944 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
28946 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
28947 variable are both set, Alpine will
28948 automatically activate the specified editor when the cursor is moved from
28949 the header of the message being composed into the message text.  For
28950 replies, the alternate editor will be activated immediately.  If this
28951 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
28952 automatically ask for the name of an alternate editor when the cursor
28953 is moved out of the header being composed, or if a reply is being done.
28955 <P><UL>
28956 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28957 </UL>
28959 &lt;End of help on this topic&gt;
28960 </BODY>
28961 </HTML>
28962 ====== h_config_enable_bounce =====
28963 <HTML>
28964 <HEAD>
28965 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
28966 </HEAD>
28967 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
28968 <BODY>
28970 Setting this feature enables the "B Bounce" command, which will prompt
28971 for an address and *remail* the message to the new recipient.  This command
28972 is used to re-direct messages that you have received in error, or need to
28973 be redirected for some other reason (e.g. list moderation).  The final
28974 recipient will see a header indicating that you have Resent the msg, but
28975 the message's From: header will show the original author of the message,
28976 and replies to it will go back to that author, and not to you.
28978 &lt;End of help on this topic&gt;
28979 </BODY>
28980 </HTML>
28981 ====== h_config_enable_agg_ops =====
28982 <HTML>
28983 <HEAD>
28984 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
28985 </HEAD>
28986 <BODY>
28987 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
28989 When this feature is set you may use the commands and subcommands that relate to
28990 performing operations on more than one message at a time.  We call these
28991 &quot;aggregate operations&quot;.  In particular, the 
28992 <!--chtml if pinemode="function_key"-->&quot;F5
28993 <!--chtml else-->&quot;;
28994 <!--chtml endif--> Select&quot;, 
28996 <!--chtml if pinemode="function_key"-->
28997 &quot;F6
28998 <!--chtml else-->
28999 &quot;A 
29000 <!--chtml endif-->
29001 Apply&quot;, and 
29002 <!--chtml if pinemode="function_key"-->
29003 &quot;F4
29004 <!--chtml else-->
29005 &quot;Z 
29006 <!--chtml endif-->
29007 Zoom&quot; commands are enabled by this feature.  Select is used to
29008 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
29009 then be used to apply any message command to all of the selected/tagged
29010 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
29011 view between just those Selected and all messages in the folder.
29013 This feature also enables the 
29014 <!--chtml if pinemode="function_key"-->
29015 &quot;F7&quot; 
29016 <!--chtml else-->
29017 &quot;^X&quot; 
29018 <!--chtml endif-->
29020 subcommand in the MESSAGE INDEX 
29021 WhereIs command that causes all messages matching the WhereIs argument to 
29022 become selected; and the Select, Select Current, and ZoomMode commands in the
29023 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
29025 Some related help topics are
29026 <UL>
29027 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29028 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29029 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
29030 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29031 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29032 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29033 </UL>
29035 <UL>   
29036 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29037 </UL><P>
29038 &lt;End of help on this topic&gt;
29039 </BODY>
29040 </HTML>
29042 ====== h_config_enable_flag =====
29043 <HTML>
29044 <HEAD>
29045 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
29046 </HEAD>
29047 <BODY>
29048 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
29050 Setting this feature enables the
29051 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
29052 command that allows you to
29053 manipulate the status flags associated with a message.  By default, Flag
29054 will set the "Important" flag, which results in an asterisk being
29055 displayed in column one of the MESSAGE INDEX for such messages.
29057 &lt;End of help on this topic&gt;
29058 </BODY>
29059 </HTML>
29060 ====== h_config_flag_screen_default =====
29061 <HTML>
29062 <HEAD>
29063 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
29064 </HEAD>
29065 <BODY>
29066 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
29068 The feature modifies the behavior of the
29069 <a href="h_common_flag">Flag</a>
29070 command (provided it too is
29071 <A HREF="h_config_enable_flag">enabled</A>).
29072 By default, when the "* Flag" command is selected,
29073 Alpine offers a prompt to set one of several flags and also offers the
29074 option of entering the detailed flag manipulation screen via the "^T"
29075 key. Enabling this feature causes Alpine to immediately enter the detailed
29076 flag screen rather than first offer the simple prompt.
29078 <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.
29080 &lt;End of help on this topic&gt;
29081 </BODY>
29082 </HTML>
29083 ====== h_config_flag_screen_kw_shortcut =====
29084 <HTML>
29085 <HEAD>
29086 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
29087 </HEAD>
29088 <BODY>
29089 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
29091 This feature modifies the behavior of the
29092 <a href="h_common_flag">Flag</a> command
29093 and the <A HREF="h_index_cmd_select">Select</A> command.
29094 This feature is set by default.
29095 When this feature is not set, when the "* Flag" command is selected,
29096 Alpine offers a prompt to set one of several flags and also offers the
29097 option of entering the detailed flag manipulation screen via the "^T"
29098 key.
29099 If you have
29100 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
29101 defined, then enabling this feature adds a shortcut way to set or unset
29102 keywords.
29103 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
29104 a keyword if you've given it a nickname) and that will set the keyword.
29106 An example is easier to understand than the explanation.
29107 The flag command can always be used to set the system flags.
29108 For example, to set the Answered flag you would type
29110 <CENTER><SAMP>* A</SAMP></CENTER>
29112 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
29113 option in the Config screen.
29114 By default, to set a keyword like &quot;Work&quot; you would usually
29115 have to go to the Flag Details screen using
29116 the &quot;^T To Flag Details&quot; command.
29117 Instead, if you have enabled this feature, you may type
29119 <CENTER><SAMP>* W</SAMP></CENTER>
29121 to set the Work flag, or
29123 <CENTER><SAMP>* ! W</SAMP></CENTER>
29125 to unset it.
29126 Just like for the other flag setting commands, the case of the letter does
29127 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
29128 keyword.
29130 Notice that you can only use this trick for one keyword that begins
29131 with &quot;W&quot;.
29132 If you happen to have a &quot;Work&quot; keyword and another keyword that is
29133 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
29134 your list of keywords.
29135 Also, there are five letters that are reserved for system
29136 flags and the NOT command.
29137 If you type &quot;* A&quot; it will always set the Answered flag, not
29138 your &quot;Aardvark&quot; keyword.
29139 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
29140 the Flag Details screen.
29142 Because enabling the
29143 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
29144 option causes Alpine to skip directly to the Flag Details screen when the
29145 Flag command is used, 
29146 setting it will cause this feature to have no effect at all.
29148 Similarly, when Selecting by Keyword, setting this option will allow you
29149 to use Keyword initials instead of full keywords.
29151 &lt;End of help on this topic&gt;
29152 </BODY>
29153 </HTML>
29154 ====== h_config_can_suspend =====
29155 <HTML>
29156 <HEAD>
29157 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
29158 </HEAD>
29159 <BODY>
29160 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
29162 Setting this feature will allow you to type ^Z (Control Z) to 
29163 <!--chtml if pinemode="os_windows"-->
29164 minimize Alpine into its icon, bringing into focus whatever
29165 application is running behind the PC-Alpine window.
29166 <!--chtml else-->
29167 temporarily suspend Alpine.
29170 This does not exit Alpine, but puts it in the background to watch
29171 for new mail and such.  Normally, you type a command, such
29172 as &quot;fg&quot; at your system prompt to return to your Alpine session.
29175 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
29176 adjusts whether Alpine is placed into the background of the shell its 
29177 running in or starts a news shell.
29178 <!--chtml endif-->
29181 <UL>   
29182 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29183 </UL><P>
29184 &lt;End of help on this topic&gt;
29185 </BODY>
29186 </HTML>
29187 ====== h_config_take_lastfirst ======
29188 <HTML>
29189 <HEAD>
29190 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
29191 </HEAD>
29192 <BODY>
29193 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
29195 Normally, when TakeAddr is used to copy an address from a message into
29196 an address book entry, Alpine will attempt to rewrite the full name of the
29197 address in the form
29200 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
29202 instead of<P>
29204 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
29207 It does this because many people find it useful to sort by Last name
29208 instead of First name.  If this feature is set, then the TakeAddr command
29209 will not attempt to reverse the name in this manner.
29211 &lt;End of help on this topic&gt;
29212 </BODY></HTML>
29213 ====== h_config_disable_regex ======
29214 <HTML>
29215 <HEAD>
29216 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
29217 </HEAD>
29218 <BODY>
29219 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
29221 Normally, the
29222 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29223 option is interpreted as a regular expression.
29224 One type of address that might cause trouble is an address that
29225 contains a plus sign.
29226 If you want to have an address with a plus as one of your
29227 <!--#echo var="VAR_alt-addresses"-->
29228 and you don't want to use regular expressions, then setting this
29229 feature will cause Alpine to treat the addresses you list literally instead.
29231 &lt;End of help on this topic&gt;
29232 </BODY></HTML>
29233 ====== h_config_take_fullname ======
29234 <HTML>
29235 <HEAD>
29236 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
29237 </HEAD>
29238 <BODY>
29239 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
29241 Normally, when TakeAddr is used to copy an address or addresses
29242 from a message into an address book entry, Alpine will try to preserve
29243 the full name associated with each address in the list of addresses.
29244 The reason for this is so that if the entry is a list or later becomes a
29245 list, then information about the individual addresses in the list
29246 is preserved.
29247 If you would rather just have the simple addresses in the list of addresses,
29248 set this feature. For example, with the default setting you might
29249 see something like this in the ADDRESS BOOK editor after you type TakeAddr
29251 <PRE>
29252  Nickname  : nick
29253  Fullname  : Bedrock Elders
29254  Fcc       :
29255  Comment   :
29256  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
29257              Barney Rubble &lt;rubble@bedrock.org&gt;
29258 </PRE>
29260 but with this feature set it would look like
29262 <PRE>
29263  Nickname  : nick
29264  Fullname  : Bedrock Elders
29265  Fcc       :
29266  Comment   :
29267  Addresses : flint@bedrock.org,
29268              rubble@bedrock.org
29269 </PRE>
29271 instead. Note the difference in the Addresses field.
29273 &lt;End of help on this topic&gt;
29274 </BODY></HTML>
29275 ====== h_config_print_from ======
29276 <HTML>
29277 <HEAD>
29278 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
29279 </HEAD>
29280 <BODY>
29281 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
29283 If this feature is set, then the Berkeley-mail style From line is included
29284 at the start of each message that is printed.  This line looks something
29285 like the following, with the address replaced by the address from the
29286 From line of the message being printed:
29288 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
29289 14:11:06 1998
29291 &lt;End of help on this topic&gt;
29292 </BODY>
29293 </HTML>
29294 ====== h_config_expanded_distlists ======
29295 <HTML>
29296 <HEAD>
29297 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
29298 </HEAD>
29299 <BODY>
29300 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
29301 If this feature is set, then distribution lists in the address book
29302 screen will always be expanded automatically.
29304 &lt;End of help on this topic&gt;
29305 </BODY>
29306 </HTML>
29307 ====== h_config_compose_news_wo_conf ======
29308 <HTML>
29309 <HEAD>
29310 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
29311 </HEAD>
29312 <BODY>
29313 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
29314 This feature controls one aspect of Alpine's Composer.  If you enter the
29315 composer while reading a newsgroup, you will normally be prompted to
29316 determine whether you intend the new message to be posted to the current
29317 newsgroup or not.  If this feature is set, Alpine will not prompt you
29318 in this situation, and will assume that you do indeed wish to post
29319 to the newsgroup you are reading.
29321 &lt;End of help on this topic&gt;
29322 </BODY>
29323 </HTML>
29324 ====== h_config_compose_rejects_unqual ======
29325 <HTML>
29326 <HEAD>
29327 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
29328 </HEAD>
29329 <BODY>
29330 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
29332 This feature controls one aspect of the message composer; in particular,
29333 what happens when an unqualified name is entered into an address header.
29334 If set, unqualified names entered as addresses will be treated as errors
29335 unless they match an addressbook nickname.  Alpine will not attempt to turn
29336 them into complete addresses by adding your local domain.<P>
29338 A complete (fully qualified) address is one containing a username followed
29339 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
29340 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
29341 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
29343 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
29347 When you enter a fully qualified address, Alpine does not interpret or
29348 modify it, but simply passes it on to the mail-transport-agent (MTA) for
29349 your system.  Alpine conforms to the Internet standards governing message
29350 headers and will not send an unqualifed name to the MTA.  Therefore, when
29351 you enter an unqualified name, Alpine will normally attempt to turn it into
29352 a fully qualified address, first by checking to see if you have entered a
29353 matching nickname in your addressbook, or failing that, by simply adding
29354 your own domain to the name entered.  So if your address is
29355 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
29356 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
29357 that into &quot;fred@example.com&quot;.<P>
29359 There are situations where it is not desirable for Alpine to interpret such
29360 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
29361 turned out to be a typo (intended to be an addressbook nickname), but
29362 there actually was a &quot;fred&quot; in your local domain, the message might 
29363 be mis-delivered without your realizing it.  In order to reduce the likelihood
29364 of such accidents, setting this feature will cause Alpine to treat such
29365 addresses as errors, and require that you explicitly enter the full local
29366 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
29367 matches an address book nickname.<P>
29369 Consider this a safety feature against mis-directed mail.
29371 <UL>   
29372 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29373 </UL><P>
29374 &lt;End of help on this topic&gt;
29375 </BODY>
29376 </HTML>
29377 ====== h_config_quell_local_lookup ======
29378 <HTML>
29379 <HEAD>
29380 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
29381 </HEAD>
29382 <BODY>
29383 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
29385 This feature controls an aspect of Alpine's Composer, and if needed, will
29386 usually be set by your system manager in Alpine's system-wide configuration
29387 file. Specifically, if this feature is set, Alpine will not attempt to look
29388 in the system password file to find a Full Name for the entered address.
29390 Normally, names you enter into address fields (e.g. To: or Cc:) are
29391 checked against your address book(s) to see if they match an address book
29392 nickname.  Failing that, (in Unix Alpine) the name is then checked against
29393 the Unix password file.  If the entered name matches a username in the
29394 system password file, Alpine extracts the corresponding Full Name information
29395 for that individual, and adds that to the address being entered.
29397 However, password file matching can have surprising (incorrect) results if
29398 other users of the system do not receive mail at the domain you are using.
29399 That is, if either the 
29400 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
29401 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
29402 option
29403 is set such that the administrative domain of other users on the system
29404 isn't accurately reflected, Alpine should be told that a passwd file match
29405 is coincidental, and Full Name info will be incorrect.  For example, a
29406 personal name from the password file could get falsely paired with the
29407 entered name as it is turned into an address in the configured domain.
29409 If you are seeing this behavior, enabling this feature will prevent Unix
29410 Alpine from looking up names in the password file to find the Full Name
29411 for incomplete addresses you enter.<P>
29412 <UL>
29413 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29414 </UL>
29416 &lt;End of help on this topic&gt;
29417 </BODY>
29418 </HTML>
29419 ====== h_config_tab_checks_recent ======
29420 <HTML>
29421 <HEAD>
29422 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
29423 </HEAD>
29424 <BODY>
29425 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
29427 In a FOLDER LIST screen, the TAB key usually just changes which
29428 folder is highlighted.
29429 If this feature is set, then the TAB key will cause the number of
29430 recent messages and the total number of messages in the highlighted folder
29431 to be displayed instead.
29434 &lt;End of help on this topic&gt;
29435 </BODY>
29436 </HTML>
29437 ====== h_config_maildrops_preserve_state ======
29438 <HTML>
29439 <HEAD>
29440 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
29441 </HEAD>
29442 <BODY>
29443 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
29445 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
29446 Normally, when mail is moved from a Mail Drop folder to a destination
29447 folder, it is delivered as new mail.
29448 Any Seen/New, Answered, Important/Flagged state that has changed will be
29449 ignored.
29450 All of the mail will be considered unSeen, unAnswered, and unImportant after
29451 it is moved.
29453 If this feature is set, then the state changes that have been made
29454 to the messages in the Mail Drop folder will be preserved.
29456 In any case, messages that are already marked Deleted when the
29457 mail is to be moved from the Mail Drop will be ignored.
29459 &lt;End of help on this topic&gt;
29460 </BODY>
29461 </HTML>
29462 ====== h_config_preopen_stayopens ======
29463 <HTML>
29464 <HEAD>
29465 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
29466 </HEAD>
29467 <BODY>
29468 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
29470 This feature is related to the option
29471 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29472 Normally, Stay Open folders are only opened on demand, when the user
29473 asks to open them.
29474 From then on they are kept open for the duration of the session.
29475 However, if this feature is set, then the Stay Open folders will all be
29476 opened at startup, at the same time that the INBOX is opened.
29479 &lt;End of help on this topic&gt;
29480 </BODY>
29481 </HTML>
29482 ====== h_config_expunge_inbox ======
29483 <HTML>
29484 <HEAD>
29485 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
29486 </HEAD>
29487 <BODY>
29488 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
29490 The INBOX is normally treated differently from regular folders in several
29491 ways.
29492 One of the differences is that the normal &quot;close&quot; sequence of
29493 events is deferred until Alpine is exited, instead of happening when you
29494 leave the INBOX to view another folder.
29495 The &quot;close&quot; sequence normally includes the Expunging
29496 of deleted messages
29497 (either automatically or after a prompt, controlled by the features
29498 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29499 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29500 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29501 handling of the
29502 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
29505 If this feature is set the &quot;close&quot; sequence handling will take
29506 place every time you leave the INBOX.
29507 The INBOX will still be kept open, but the offer to Expunge and the archiving
29508 to the <!--#echo var="VAR_read-message-folder"-->
29509 will take place each time you leave the INBOX instead of only once at the
29510 end of the session.
29513 &lt;End of help on this topic&gt;
29514 </BODY>
29515 </HTML>
29516 ====== h_config_expunge_stayopens ======
29517 <HTML>
29518 <HEAD>
29519 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
29520 </HEAD>
29521 <BODY>
29522 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
29524 This feature is related to the option
29525 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29526 Stay Open folders are treated differently from regular folders in several
29527 ways.
29528 One of the differences is that the normal &quot;close&quot; sequence of
29529 events is deferred until Alpine is exited, instead of happening when you
29530 leave the folder to view another folder.
29531 The &quot;close&quot; sequence normally includes the Expunging
29532 of deleted messages
29533 (either automatically or after a prompt, controlled by the features
29534 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29535 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29536 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29537 handling of
29538 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
29541 If this feature is set the &quot;close&quot; sequence handling will take
29542 place when you leave the Stay Open folder.
29543 The folder will still be kept open, but the offer to Expunge and the archiving
29544 will take place each time you leave the folder instead of only once at the
29545 end of the session.
29546 This feature does not affect the INBOX, which will still only be processed
29547 when you exit Alpine.
29548 However, there is a similar feature that affects only the INBOX called
29549 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
29552 &lt;End of help on this topic&gt;
29553 </BODY>
29554 </HTML>
29555 ====== h_config_preserve_start_stop ======
29556 <HTML>
29557 <HEAD>
29558 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
29559 </HEAD>
29560 <BODY>
29561 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
29563 This feature controls how special control key characters, typically
29564 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
29565 are known as the "stop" and "start" characters and are sometimes used in
29566 communications paths to control data flow between devices that operate at
29567 different speeds.
29571 By default, Alpine turns the system's handling of these special characters
29572 off except during printing.  However, if you see Alpine reporting input errors
29573 such as:
29575 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
29577 and, at the same time, see your display become garbled, then it is likely
29578 that setting this option will solve the problem.  Be aware, though, that
29579 enabling this feature will also cause Alpine to ostensibly "hang" 
29580 whenever the Ctrl-S key combination is entered as the system is now
29581 interpreting such input as a "stop output" command.  To "start
29582 output"  again, simply type Ctrl-Q. 
29584 &lt;End of help on this topic&gt;
29585 </BODY>
29586 </HTML>
29587 ====== h_config_enable_incoming ======
29588 <HTML>
29589 <HEAD>
29590 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
29591 </HEAD>
29592 <BODY>
29593 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
29595 Alpine's Incoming Message Folders collection
29596 provides a convenient way to access multiple incoming folders.
29597 It is also useful if you have accounts on multiple computers.
29600 If set, this feature defines a pseudo-folder collection called
29601 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
29602 in this collection will be your INBOX, which will no longer show up in
29603 your Default folder collection.
29606 You may add more folders to the Incoming Message Folders collection by
29607 using the
29608 <!--chtml if pinemode="function_key"-->
29609 &quot;F10
29610 <!--chtml else-->
29611 &quot;A
29612 <!--chtml endif-->
29613 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
29614 the host the folder is stored on (which defaults to the same host used
29615 for your INBOX), a nickname, and the actual folder name.  Once a set
29616 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
29617 or MESSAGE TEXT screens) may be used to scan the folders for those
29618 with Recent messages.  If you add more folders to
29619 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
29620 no effect.
29622 NOTE: Normally the software that actually delivers mail (the stuff that happens
29623 before Alpine is involved) is in a better position to do delivery filtering
29624 than is Alpine itself.
29625 If possible, you may want to look at programs such as
29626 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
29627 filtering programs.
29628 If you'd prefer to have Alpine do the filtering for you, you may set that
29630 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
29632 <UL>   
29633 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29634 </UL><P>
29635 &lt;End of help on this topic&gt;
29636 </BODY>
29637 </HTML>
29638 ====== h_config_enable_incoming_checking ======
29639 <HTML>
29640 <HEAD>
29641 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
29642 </HEAD>
29643 <BODY>
29644 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
29646 This feature is only operational if you have enabled the optional
29647 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
29648 If you do have Incoming Message Folders and you also set this feature,
29649 then the number of Unseen messages in each folder will be displayed
29650 in the FOLDER LIST screen for the Incoming Message Folders.
29651 The number of Unseen messages in a folder will be displayed in parentheses
29652 to the right of the name of each folder.
29653 If there are no Unseen messages in a folder then only the name
29654 is displayed, not a set of parentheses with zero inside them.
29655 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
29656 the Incoming Message Folders to cause an immediate update.
29658 If a check for Unseen messages fails for a particular folder then Alpine
29659 will no longer attempt to check that folder for the duration of the
29660 session and this will be indicated by a question mark inside the
29661 parentheses.
29663 The features
29664 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
29665 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
29666 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
29667 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
29668 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
29669 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
29670 all affect how this feature behaves.
29672 <UL>   
29673 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29674 </UL><P>
29675 &lt;End of help on this topic&gt;
29676 </BODY>
29677 </HTML>
29678 ====== h_config_incoming_checking_total ======
29679 <HTML>
29680 <HEAD>
29681 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
29682 </HEAD>
29683 <BODY>
29684 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
29686 This option has no effect unless the feature
29687 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
29688 is set, which in turn has no effect unless
29689 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
29690 is set.
29692 When incoming folder checking is turned on the default is to display
29693 the number of unseen messages in each folder.
29694 More precisely, it is the number of undeleted unseen messages.
29695 Using this option you may also display the total number of messages
29696 in each folder.
29697 Instead of a single number representing the number of unseen messages
29698 you will get two numbers separated by a slash character.
29699 The first is the number of unseen messages and the second is the
29700 total number of messages.
29702 You may also use the recent message count instead of the unseen message
29703 count by turning on the feature
29704 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
29706 <UL>   
29707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29708 </UL><P>
29709 &lt;End of help on this topic&gt;
29710 </BODY>
29711 </HTML>
29712 ====== h_config_incoming_checking_recent ======
29713 <HTML>
29714 <HEAD>
29715 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
29716 </HEAD>
29717 <BODY>
29718 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
29720 This option has no effect unless the feature
29721 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
29722 is set, which in turn has no effect unless
29723 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
29724 is set.
29726 When incoming folder checking is turned on the default is to display
29727 the number of unseen messages in each folder.
29728 More precisely, it is the number of undeleted unseen messages.
29729 Using this option you may display the number of recent messages instead
29730 of the number of unseen messages.
29731 A message is only counted as recent if this is the first session to
29732 see it, so the recent count might be less than the unseen count.
29733 The difference between the two would be accounted for by the unseen messages
29734 in the folder which were there previously but have not been looked at yet.
29736 If you simultaneously run more than one email client at a time
29737 (for example, you run more than one Alpine in parallel) then turning
29738 this feature on can cause some confusion.
29739 The confusion stems from the fact that each message is only considered to be
29740 recent in one session.
29741 That means that the counts of new messages may be different in the two
29742 Alpines running side by side, because each incoming message will only be
29743 counted as recent in one of the two sessions.
29745 You may also display the total number of messages
29746 in each folder by using the
29747 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
29748 option.
29750 <UL>   
29751 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29752 </UL><P>
29753 &lt;End of help on this topic&gt;
29754 </BODY>
29755 </HTML>
29756 ====== h_config_attach_in_reply ======
29757 <HTML>
29758 <HEAD>
29759 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
29760 </HEAD>
29761 <BODY>
29762 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
29764 This feature controls an aspect of Alpine's Reply command. If set, any MIME
29765 attachments that were part of the original message will automatically be
29766 included in the Reply.
29768 &lt;End of help on this topic&gt;
29769 </BODY>
29770 </HTML>
29771 ====== h_config_include_header =====
29772 <HTML>
29773 <HEAD>
29774 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
29775 </HEAD>
29776 <BODY>
29777 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
29779 This feature controls an aspect of Alpine's Reply command. If set, and the
29780 original message is being included in the reply, then headers from that
29781 message will also be part of the reply.
29783 &lt;End of help on this topic&gt;
29784 </HEAD>
29785 </HTML>
29786 ====== h_config_sig_at_bottom =====
29787 <HTML>
29788 <HEAD>        
29789 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
29790 </HEAD>
29791 <BODY>
29792 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
29794 This feature controls an aspect of Alpine's Reply command.  If this feature
29795 is set, and the original message is being included in the reply, then the
29796 contents of your signature file (if any) will be inserted after the included
29797 message.
29799 This feature does not affect the results of a Forward command.
29801 &lt;End of help on this topic&gt;
29802 </BODY>
29803 </HTML>
29804 ====== h_config_sigdashes =====
29805 <HTML>
29806 <HEAD>
29807 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
29808 </HEAD>
29809 <BODY>
29810 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
29812 This feature enables support for the common USENET news convention 
29813 of preceding a message signature with the special line consisting of 
29814 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
29817 When enabled and a
29818 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
29819 Alpine will insert the special line before including the file's text (unless
29820 the special line already exists somewhere in the file's text).
29823 In addition, when you Reply or Followup to a message containing one of
29824 these special lines and choose to include its text, Alpine will observe
29825 the convention of not including text beyond the special line in your
29826 reply.
29827 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
29828 mode is enabled and turned on, then Alpine <EM>will</EM>
29829 include the text beyond the special line regardless of the setting of
29830 this feature.
29833 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
29834 for a related feature.
29837 <UL>   
29838 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29839 </UL><P>
29840 &lt;End of help on this topic&gt;
29841 </BODY>
29842 </HTML>
29843 ====== h_config_new_thread_blank_subject =====
29844 <HTML>
29845 <HEAD>
29846 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
29847 </HEAD>
29848 <BODY>
29849 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
29851 When this feature is enabled (the default) Alpine will create a new thread
29852 every time that the subject line becomes empty at any time during composition.
29855 This behavior is particularly useful in case you are replying to a message.
29856 Replying to a message causes the message to be in the same thread than the
29857 original message that is being replied to. However, many authors want to create
29858 a new message (in a different thread) while replying to a message, and they do
29859 this by changing the full subject, by first deleting the original subject and
29860 typing the new subject of the current message.
29863 Enabling this feature causes that any time that the subject is deleted, the 
29864 message being composed will be considered the first message of a new thread.
29867 <UL>   
29868 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29869 </UL><P>
29870 &lt;End of help on this topic&gt;
29871 </BODY>
29872 </HTML>
29873 ====== h_config_strip_sigdashes =====
29874 <HTML>
29875 <HEAD>
29876 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
29877 </HEAD>
29878 <BODY>
29879 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
29881 This feature doesn't do anything if the feature
29882 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
29883 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
29884 then turning on this feature enables support for the convention
29885 of not including text beyond the sigdashes line when Replying or Following
29886 up to a message and including the text of that message.
29887 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
29888 mode is enabled and turned on, then Alpine <EM>will</EM>
29889 include the text beyond the special line regardless of the setting of
29890 this feature.
29892 In other words, this is a way to turn on the signature stripping behavior
29893 without also turning on the dashes-adding behavior.
29895 <UL>   
29896 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29897 </UL><P>
29898 &lt;End of help on this topic&gt;
29899 </BODY>
29900 </HTML>
29901 ====== h_config_forward_as_attachment =====
29902 <HTML>
29903 <HEAD>
29904 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
29905 </HEAD>
29906 <BODY>
29907 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
29909 This feature affects the way forwarded message text is handled.  When set, rather than 
29910 include the text of the forwarded message below any additional text you provide in the
29911 composer, the forwarded message is attached in its entirety to the message you send.
29913 This is useful in that it keeps the text you provide in the composer distinct from the
29914 text of the forwarded message.  Similarly, it allows the recipient to 
29915 conveniently operate on the forwarded message.  For example, they might reply directly to
29916 the sender of the forwarded message, or process it as part of a spam report.
29917 <UL>   
29918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29919 </UL><P>
29920 &lt;End of help on this topic&gt;
29921 </BODY>
29922 </HTML>
29923 ====== h_config_preserve_field =====
29924 <HTML>
29925 <HEAD>
29926 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
29927 </HEAD>
29928 <BODY>
29929 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
29931 This feature affects Alpine's behavior when one replies to a message. 
29932 When you receive a message, some or all of the recipients of the message 
29933 have been added to the To: and Cc: fields. If you reply to such message, 
29934 and this feature is disabled, then the original sender of the message is 
29935 added to the To: field, and all other recipients are added to the Cc: 
29936 field, while your address is added to the From: field.
29939 However, if this feature is enabled, then Alpine will preserve the 
29940 original fields as sent in the original message, so the Cc: and To: 
29941 fields will be preserved. The sender's address will be added to the To: 
29942 field, while your address is added to the From: field.
29945 The behavior of this feature is that replies to all messages will behave 
29946 in the way described above. If you only intend this to happen on a per 
29947 message basis, then keep this feature disabled, and when replying to a 
29948 message you will see a new option in the menu for the &quot;Reply to all 
29949 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
29950 make Alpine toggle its question so you can preserve the To: and Cc: 
29951 fields for that message only.
29953 <UL>   
29954 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29955 </UL><P>
29956 &lt;End of help on this topic&gt;
29957 </BODY>
29958 </HTML>
29959 ====== h_config_sub_lists =====
29960 <HTML>
29961 <HEAD>
29962 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
29963 </HEAD>
29964 <BODY>
29965 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
29967 This feature affects the subcommands available when Saving, 
29968 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
29969 available. This command allows you to type in a substring of the folder
29970 you are looking for and when you type ^X it will display all folders
29971 that contain that substring in their names.
29972 This feature is set by default.
29975 &lt;End of help on this topic&gt;
29976 </BODY>
29977 </HTML>
29978 ====== h_config_scramble_message_id =====
29979 <HTML>
29980 <HEAD>
29981 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
29982 </HEAD>
29983 <BODY>
29984 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
29986 Normally the Message-ID header that Alpine generates when sending a message
29987 contains the name of the computer from which the message is being sent.
29988 Some believe that this hostname could be used by spammers or could
29989 be used by others for nefarious purposes.
29990 If this feature is set, that name will be transformed with a simple
29991 Rot13 transformation.
29992 The result will still have the correct syntax for a Message-ID but the
29993 part of the MessageID that is often a domain name will not be an actual
29994 domain name because the letters will be scrambled.
29996 In addition, other information such as the name program, version, and
29997 a code for operating system used to build Alpine, will be encoded using
29998 the Rot13 transformation, except for the version number which will be
29999 encoded using a Rot5 transformation.
30001 It is possible (but unlikely?) that some spam detection
30002 software will use that as a reason to reject the mail as spam.
30003 It has also been reported that some spam detection software uses the
30004 fact that there are no dots after the &quot;@&quot; as a reason to reject
30005 messages.
30006 If your PC-Alpine Message-ID is using a name without a dot that is because
30007 that is what Windows thinks is your &quot;Full computer name&quot;.
30008 The method used to set this varies from one type of Windows to another but
30009 check under Settings -> Control Panel -> System and
30010 look for Network Identification or Computer Name or something similar.
30011 How to set it is beyond the scope of Alpine.
30014 &lt;End of help on this topic&gt;
30015 </BODY>
30016 </HTML>
30017 ====== h_downgrade_multipart_to_text =====
30018 <HTML>
30019 <HEAD>
30020 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
30021 </HEAD>
30022 <BODY>
30023 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
30026 This feature affects Alpine's behavior when sending mail.  Internet
30027 standards require Alpine to translate all non-ASCII characters in
30028 messages that it sends using MIME encoding.  This encoding can be
30029 ostensibly broken for recipients if any agent between Alpine and the
30030 recipient, such as an email list expander, appends text to the
30031 message, such as list information or advertising.  When sending such
30032 messages Alpine attempts to protect such encoding by placing extra
30033 MIME boundaries around the message text.
30035 These extra boundaries are invisible to recipients that 
30036 use MIME-aware email programs (the vast majority).  However, if
30037 you correspond with users of email programs that are not MIME-aware,
30038 or do not handle the extra boundaries gracefully, you can
30039 use this feature to prevent Alpine from including the extra
30040 MIME information.  Of course, it will increase the likelihood
30041 that non-ASCII text you send may appear corrupt to the recipient.
30043 &lt;End of help on this topic&gt;
30044 </BODY>
30045 </HTML>
30046 ====== h_config_show_sort =====
30047 <HTML>
30048 <HEAD>
30049 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
30050 </HEAD>
30051 <BODY>
30052 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
30054 If this feature is set and there is sufficient space on the screen,
30055 a short indication of the current sort order will be
30056 added in the titlebar (the top line on the screen), before the name
30057 of the folder.
30058 For example, with the default Arrival sort in effect,
30059 the display would have the characters
30061 <P><CENTER>[A]</CENTER><P>
30063 added between the title of the screen and the folder name.
30064 The letters are the same as the letters you may type to manually
30065 sort a folder with the SortIndex command ($).
30066 The letters in the table below are the ones that may show
30067 up in the titlebar line.
30069 <TABLE>   
30070 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
30071 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
30072 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
30073 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
30074 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
30075 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
30076 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
30077 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
30078 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
30079 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
30080 </TABLE>
30082 If the sort order is Reversed, the letter above will be preceded by the letter
30083 &quot;R&quot;, for example
30085 <P><CENTER>[RS]</CENTER><P>
30087 means that a Reverse Subject sort is in effect.
30088 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
30089 left out, and just an &quot;R&quot; is shown.
30091 <P><CENTER>[R]</CENTER>
30094 &lt;End of help on this topic&gt;
30095 </BODY>
30096 </HTML>
30097 ====== h_config_disable_reset_disp =====
30098 <HTML>
30099 <HEAD>
30100 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
30101 </HEAD>
30102 <BODY>
30103 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
30105 UNIX Alpine only.
30107 This feature affects Alpine's behavior when using
30108 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
30109 Normally, before the display filter is run, the terminal mode is reset
30110 to what it was before you started Alpine.
30111 This may be necessary if the filter requires the use of the terminal.
30112 For example, it may need to interact with you.
30113 If you set this feature, then the terminal mode will not be reset.
30114 One thing that turning on this feature should fix is the coloring of
30115 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
30116 breaks because the terminal reset resets the color state of the terminal.
30119 &lt;End of help on this topic&gt;
30120 </BODY>
30121 </HTML>
30122 ====== h_config_disable_sender =====
30123 <HTML>
30124 <HEAD>
30125 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
30126 </HEAD>
30127 <BODY>
30128 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
30130 This feature affects Alpine's generation of the &quot;Sender:&quot; or
30131 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
30132 header fields.
30133 By default, Alpine will generate such a header in situations where the
30134 username or domain are not the same as
30135 the &quot;From:&quot; header on the message.
30136 With this feature set,
30137 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
30138 This may be desirable on a system that is virtually hosting many domains,
30139 and the sysadmin has other methods available for tracking a message to
30140 its originator.
30142 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
30145 &lt;End of help on this topic&gt;
30146 </BODY>
30147 </HTML>
30148 ====== h_config_use_sender_not_x =====
30149 <HTML>
30150 <HEAD>
30151 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
30152 </HEAD>
30153 <BODY>
30154 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
30156 Normally Alpine adds a header line
30157 labeled &quot;X-X-Sender&quot;, if the sender is
30158 different from the From: line.
30159 The standard specifies that this header
30160 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
30161 Setting this feature causes
30162 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
30164 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
30167 &lt;End of help on this topic&gt;
30168 </BODY>
30169 </HTML>
30170 ====== h_config_use_fk =====
30171 <HTML>
30172 <HEAD>
30173 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
30174 </HEAD>
30175 <BODY>
30176 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
30178 This feature specifies that Alpine will respond to function keys instead of
30179 the normal single-letter commands. In this mode, the key menus at the
30180 bottom of each screen will show function key designations instead of the
30181 normal mnemonic key.
30184 &lt;End of help on this topic&gt;
30185 </BODY>
30186 </HTML>
30187 ====== h_config_cancel_confirm =====
30188 <HTML>
30189 <HEAD>
30190 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
30191 </HEAD>
30192 <BODY>
30193 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
30195 This feature affects what happens when you type ^C to cancel a composition.
30196 By default, if you attempt to cancel a composition by typing ^C, you will be
30197 asked to confirm the cancellation by typing a &quot;C&quot;
30198 for <EM>C</EM>onfirm.
30199 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
30200 risky because the &quot;^C Y&quot; needed to cancel a message
30201 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
30203 If this feature is set the confirmation asked for
30204 will be a &quot;<EM>Y</EM>es&quot;
30205 instead of a &quot;<EM>C</EM>onfirm&quot; response.
30208 &lt;End of help on this topic&gt;
30209 </BODY>
30210 </HTML>
30211 ====== h_config_compose_maps_del =====
30212 <HTML>
30213 <HEAD>
30214 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
30215 </HEAD>
30216 <BODY>
30217 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
30219 This feature affects the behavior of the DELETE key.
30220 If set, Delete will be equivalent to ^D, and delete
30221 the current character.  Normally Alpine defines the Delete key
30222 to be equivalent to ^H, which deletes the <EM>previous</EM>
30223 character.
30226 &lt;End of help on this topic&gt;
30227 </BODY>
30228 </HTML>
30229 ====== h_config_compose_bg_post =====
30230 <HTML>
30231 <HEAD>
30232 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
30233 </HEAD>
30234 <BODY>
30235 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
30237 This feature affects the behavior of Alpine's mail sending.  If set, this
30238 feature enables a subcommand in the composer's "Send?" confirmation
30239 prompt.  The subcommand allows you to tell Alpine to handle the actual
30240 posting in the background.  While this feature usually allows posting
30241 to appear to happen very fast, it has no affect on the actual delivery
30242 time it takes a message to arrive at its destination.
30245 Please Note:
30246 <OL>
30247  <LI>This feature will have no effect if the feature
30248        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
30249        is set.
30250  <LI>This feature isn't supported on all systems.  All DOS and Windows,
30251        as well as several Unix ports, do not recognize this feature.
30252  <LI>Error handling is significantly different when this feature is
30253         enabled.  Any message posting failure results in the message
30254         being appended to your &quot;Interrupted&quot; mail folder.  When you
30255         type the <A HREF="h_common_compose">C</A>ompose command,
30256         Alpine will notice this folder and
30257         offer to extract any messages contained.  Upon continuing a 
30258         failed message, Alpine will display the nature of the failure 
30259         in the status message line.
30260  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
30261         for message data to
30262         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
30263         if you typically run close to any sort of disk-space limits or quotas.
30264 </OL>
30266 &lt;End of help on this topic&gt;
30267 </BODY>
30268 </HTML>
30269 ====== h_config_compose_dsn =====
30270 <HTML>
30271 <HEAD>
30272 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
30273 </HEAD>
30274 <BODY>
30275 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
30277 This feature affects the behavior of Alpine's mail sending.  If set, this
30278 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
30279 prompt.  The subcommand allows you to tell Alpine to request the type of
30280 Delivery Status Notification (DSN) that you would like.  Most users will
30281 be happy with the default, and need not enable this feature.
30283 If the feature
30284 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30285 then this feature has no effect and the type of DSN is not selectable.
30288 Turning on this feature and then turning on the DSNOpts from the send
30289 prompt reveals four on-off toggles at the bottom of the screen.
30290 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
30291 that no notification be returned to you, even if there is a delivery
30292 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
30293 server that you are willing (or not) to receive delay notifications, which
30294 happen when there is an unusual delay at some mail server (in that mail
30295 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
30296 Success requests that you be sent a DSN message when the message is
30297 successfully delivered to the recipients mailbox.  Setting NoErrRets will
30298 automatically turn off Delay and Success notification, and will flip the
30299 toggles to show that.  Similarly, turning on Delay and/or Success will
30300 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
30301 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
30302 the full message be returned in any failed DSN.  RetHdrs requests that
30303 only the headers be returned in any failed DSN.  Notice that this command
30304 applies only to failed delivery status reports.  For delay or success
30305 reports, the full message is never returned, only the headers are returned.
30308 If you don't enable the DSN feature or if you don't turn it on for a
30309 particular message, the default is that you will be notified about failures,
30310 you might be notified about delays, and you won't be notified about
30311 successes.  You will usually receive the full message back when there is
30312 a failure.
30315 If you turn on the DSNOpts the default is to return as much information as
30316 possible to you.  That is, by default, the Success and Delay options are
30317 turned on and the full message will be returned on failure.
30320 The sending prompt will display the current DSN request (if any) in a
30321 shorthand form.  It will be:
30323 <P><CENTER>[Never]</CENTER>
30326 if you have requested NoErrRets.  Otherwise, it will look something like:
30328 <P><CENTER>[FDS-Hdrs]</CENTER>
30331 The &quot;F&quot; will always be there, indicating that you will be notified
30332 of failures.  (Alpine doesn't provide a way to request no failure notification
30333 and at the same time request either success or delay notification.  The only
30334 way to request no failure notifications is to request no notifications at
30335 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
30336 requested Delay and/or Success notification.  If one of those is missing,
30337 that means you are requesting no notification of the corresponding type.
30338 After the dash it will say either Hdrs or Full.  Hdrs means to return only
30339 the headers and Full means to return the full message (applies to
30340 failure notifications only).
30343 NOTE: This feature relies on your system's mail transport agent or
30344 configured
30345 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
30346 having the negotiation mechanism introduced in
30347 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
30348 &quot;Delivery Status Notification&quot; (DSN).  If the mail transport agent you
30349 are using doesn't support DSN, a short warning will be shown to you on
30350 the message line at the bottom of the screen after you send your message,
30351 but your message will have been sent anyway.
30354 Note that DSNs don't provide a mechanism to request read receipts.  That
30355 is, if you request notification on success you are notified when the
30356 message is delivered to the mailbox, not when the message is read.
30359 ESMTP allows for graceful migration to upgraded mail transfer agents, but
30360 it is possible that this feature might cause problems for some servers. 
30363 &lt;End of help on this topic&gt;
30364 </BODY>
30365 </HTML>
30366 ====== h_config_auto_zoom =====
30367 <HTML>
30368 <HEAD>
30369 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
30370 </HEAD>
30371 <BODY>
30372 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
30374 This feature affects the behavior of the Select command.
30375 If set, the select command will automatically perform a zoom
30376 after the select is complete.
30377 This feature is set by default.
30379 Some related help topics are
30380 <UL>
30381 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30382 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30383 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30384 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30385 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30386 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30387 </UL>
30390 &lt;End of help on this topic&gt;
30391 </BODY>
30392 </HTML>
30393 ====== h_config_auto_unzoom =====
30394 <HTML>
30395 <HEAD>
30396 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
30397 </HEAD>
30398 <BODY>
30399 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
30401 This feature affects the behavior of the Apply command.  If set, and if
30402 you are currently looking at a Zoomed Index view of selected messages,
30403 the Apply command will do the operation you specify, but then will
30404 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
30405 the normal Index view after the Apply. 
30406 This feature is set by default.
30409 Some related help topics are
30410 <UL>
30411 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30412 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30413 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30414 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30415 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30416 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30417 </UL>
30419 &lt;End of help on this topic&gt;
30420 </BODY>
30421 </HTML>
30422 ====== h_config_auto_unselect =====
30423 <HTML>
30424 <HEAD>
30425 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
30426 </HEAD>
30427 <BODY>
30428 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
30430 This feature affects the behavior of the Apply command.  If set,
30431 the Apply command will do the operation you specify, but then will
30432 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
30433 the normal Index view after the Apply. 
30436 Some related help topics are
30437 <UL>
30438 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30439 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30440 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30441 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30442 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30443 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30444 </UL>
30446 &lt;End of help on this topic&gt;
30447 </BODY>
30448 </HTML>
30449 ====== h_config_fast_recent =====
30450 <HTML>
30451 <HEAD>
30452 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
30453 </HEAD>
30454 <BODY>
30455 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
30457 This feature controls the behavior of the TAB key when traversing folders
30458 in the optional 
30459 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30460 collection or in optional <!--#echo var="VAR_news-collections"-->.
30463 When the TAB
30464 (<A HREF="h_common_nextnew">NextNew</A>)
30465 key is pressed, the default behavior is to
30466 explicitly examine the status of the folder for the number of recent
30467 messages (messages delivered since the last time it was viewed).
30468 Depending on the size and number of messages in the folder, this test
30469 can be time consuming.
30472 Enabling this feature will cause Alpine to only test for the existence of
30473 any recent messages rather than to obtain the count.  This is much faster
30474 in many cases.  The downside is that you're not given the number of recent
30475 messages when prompted to view the next folder.
30476 If the feature
30477 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30478 is turned on, then the present feature will have no effect.
30481 <UL>   
30482 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30483 </UL><P>
30484 &lt;End of help on this topic&gt;
30485 </BODY>
30486 </HTML>
30487 ====== h_config_arrow_nav =====
30488 <HTML>
30489 <HEAD>
30490 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
30491 </HEAD>
30492 <BODY>
30493 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
30495 This feature controls the behavior of the left and right arrow keys.
30496 If set, the left and right arrow keys will operate like the usual
30497 navigation keys &lt; and &gt;.
30498 This feature is set by default.
30501 If you set this feature, and do not like the changed behavior of the up/down 
30502 arrow 
30503 keys when navigating through the FOLDER LIST screen -- 
30504 <B>first</B> from column to column, if more than one folder is 
30505 displayed per row, 
30506 and <B>then</B> from row to row -- you may either also wish to set the feature 
30507 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
30508 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
30509 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
30510 folders in each column.
30512 <UL>   
30513 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30514 </UL><P>
30515 &lt;End of help on this topic&gt;
30516 </BODY>
30517 </HTML>
30518 ====== h_config_relaxed_arrow_nav =====
30519 <HTML>
30520 <HEAD>
30521 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
30522 </HEAD>
30523 <BODY>
30524 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
30526 This feature controls the behavior of the left, right, up and down
30527 arrow keys in the FOLDER LIST screen when the &quot;<A
30528 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
30529 set.
30530 This feature is set by default.
30534 When this feature is set, the left and right
30535 arrow keys in the FOLDER LIST screen
30536 move the highlight bar to the left or right, and the up and
30537 down arrows move it up or down.
30540 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
30541 feature is not set;
30542 the left and right arrow keys in the Folder List screen strictly
30543 track the commands bound to the '&lt;' and '&gt;' keys, and the up
30544 and down arrow keys move the highlight bar to the previous and next
30545 folder or directory name.
30548 <UL>   
30549 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30550 </UL><P>
30551 &lt;End of help on this topic&gt;
30552 </BODY>
30553 </HTML>
30554 ====== h_config_alt_compose_menu =====
30555 <HTML>
30556 <HEAD>
30557 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
30558 </HEAD>
30559 <BODY>
30560 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
30562 This feature controls the menu that is displayed when Compose is selected.
30563 If set, a list of options will be presented, with each option representing
30564 the type of composition that could be used. This feature is most useful for
30565 users who want to avoid being prompted with each option separately, or who
30566 want to avoid the checking of remote postponed or form letter folders.
30567 The possible types of composition are:
30570 New, for starting a new composition. Note that if New is selected and roles
30571 are set, roles are checked for matches and applied according to the setting
30572 of the matching role.
30575 Interrupted, for continuing an interrupted composition. This option is only
30576 offered if an interrupted message folder is detected.
30579 Postponed, for continuing postponed compositions. This option is offered
30580 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
30581 the postponed folder actually exists. This option is especially handy
30582 for avoiding having to check for the existence of a remote postponed folder.
30585 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
30586 is set in the config, and is not checked for existence for reasons similar
30587 to those explained by the postponed option.
30590 setRole, for selecting a role to apply to a composition.
30593 &lt;End of help on this topic&gt;
30594 </BODY>
30595 </HTML>
30596 ====== h_config_alt_role_menu =====
30597 <HTML>
30598 <HEAD>
30599 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
30600 </HEAD>
30601 <BODY>
30602 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
30604 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
30605 a role and compose a new message using that role.
30606 When this feature is set, the role command will first ask whether you want to
30607 Compose a new message, Forward the current message, Reply to the
30608 current message, or Bounce the current message.
30609 If you are not in the MESSAGE INDEX and are not viewing a message,
30610 then there is no current message and the question will be skipped.
30611 After you have chosen to Compose, Forward, Reply, or Bounce you will
30612 then choose the role to be used.
30614 When Bouncing the &quot;Set From&quot; address is used for the
30615 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
30616 provided that the option
30617 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
30618 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
30619 set.
30620 Other actions of the role are ignored when Bouncing.
30623 &lt;End of help on this topic&gt;
30624 </BODY>
30625 </HTML>
30626 ====== h_config_always_spell_check =====
30627 <HTML>
30628 <HEAD>
30629 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
30630 </HEAD>
30631 <BODY>
30632 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
30634 When this feature is set, every composed message will be spell-checked before
30635 being sent.
30637 &lt;End of help on this topic&gt;
30638 </BODY>
30639 </HTML>
30640 ====== h_config_quell_asterisks =====
30641 <HTML>
30642 <HEAD>
30643 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
30644 </HEAD>
30645 <BODY>
30646 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
30648 When you are running Alpine you will sometimes be asked for a password
30649 in a prompt on the third line from the bottom of the screen.
30650 Normally each password character you type will cause an asterisk to echo
30651 on the screen. That gives you some feedback to know that your typing is
30652 being recognized.
30653 There is a very slight security risk in doing it this way because someone
30654 watching over your shoulder might be able to see how many characters there
30655 are in your password.
30656 If you'd like to suppress the echoing of the asterisks set this feature.
30658 &lt;End of help on this topic&gt;
30659 </BODY>
30660 </HTML>
30661 ====== h_config_quell_flowed_text =====
30662 <HTML>
30663 <HEAD>
30664 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
30665 </HEAD>
30666 <BODY>
30667 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
30669 Alpine generates flowed text where possible.
30670 The method for generating flowed text is defined by
30671 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
30672 the benefit of doing so is
30673 to send message text that can properly be viewed both on normal width displays
30674 and on displays with smaller or larger than normal screen widths.
30675 With flowed text, a space at the end of a line tells the receiving mail
30676 client that the following line belongs to the same paragraph.
30677 Quoted text will also be affected, with only the innermost
30678 level of &quot;&gt;&quot; quoting being followed by a space.
30679 However, if you have changed the
30680 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
30681 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
30682 quoted text will not be flowed.
30683 For this reason, we recommend that you leave your
30684 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
30686 This feature turns off the generation of flowed text, as it might be
30687 desired to more tightly control how a message is displayed on the receiving end.
30689 If this feature is <EM>not</EM> set, you can control on a message by message
30690 basis whether or not flowed text is generated.
30691 You do this by typing ^V at the Send confirmation prompt that you get
30692 after typing ^X to send a message.
30693 ^V is a toggle that turns flowing off and back on if typed again.
30694 If for some reason flowing cannot be done on a particular message, then the
30695 ^V command will not be available.
30696 This would be the case, for example, if this feature was set, or if your
30697 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
30698 If the feature
30699 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30700 then the opportunity to control on a message by message basis
30701 whether or not flowed text is generated is lost.
30703 When this feature is not set and you have typed ^V to turn off flowing,
30704 the Send confirmation prompt will change to look like
30706 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
30708 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
30709 also turn off the sending of flowed text messages, but it differs in that
30710 it also trims all trailing white space from a message before sending it.
30712 If alternate editors are used extensively, be aware that a message will still
30713 be sent flowed if this feature is unset.  In most cases this will be fine,
30714 but if the editor has a &quot;flowed text&quot; mode, it would be best to
30715 use that.
30717 &lt;End of help on this topic&gt;
30718 </BODY>
30719 </HTML>
30720 ====== h_config_strip_ws_before_send =====
30721 <HTML>
30722 <HEAD>
30723 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
30724 </HEAD>
30725 <BODY>
30726 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
30728 By default, trailing whitespace is not stripped from
30729 a message before sending.  Trailing whitespace should have no effect on an
30730 email message, and in flowed text can aid in delimiting paragraphs.
30731 However, the old behavior of stripping trailing whitespace was in place
30732 to better deal with older clients that couldn't handle certain types of
30733 text encodings.  This feature restores the old behavior
30735 Trailing whitespace is of aid to flowed-text-formatted messages, which are
30736 generated by default but can be turned off via the
30737 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
30738 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
30739 of flowed text.
30741 &lt;End of help on this topic&gt;
30742 </BODY>
30743 </HTML>
30744 ====== h_config_alt_reply_menu =====
30745 <HTML>
30746 <HEAD>
30747 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
30748 </HEAD>
30749 <BODY>
30750 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
30752 Note that if this option is enabled, then the option
30753 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
30754 is ignored. See below to understand why.
30756 When you reply to a message, a series of questions are asked that 
30757 determines how your reply will be handled by Alpine. This feature only 
30758 affects the result of the first question you are asked, and its purpose is 
30759 to set values that could override defaults set in Alpine's main 
30760 configuration screen. As a result, this menu allows you to configure even 
30761 more features than you would be able to do without this option. For 
30762 example, this menu always allows you to override or select a <A 
30763 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
30764 override your indent string, regardless of if you have enabled 
30765 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
30766 The full list of options can be found below.
30768 Here is an example of how this option works. After you press Reply,
30769 if you see &quot;A Inc Attach&quot; in the menu, it means that 
30770 if you press &quot;A&quot;, then Alpine will include the attachments
30771 of the original message, and the default is not to include them. 
30772 Conversely, if you see &quot;A No Attach&quot; 
30773 then by pressing &quot;A&quot; Alpine will not include
30774 attachments in your reply, and the default is that Alpine will 
30775 include them in your reply. The value that you see when you 
30776 start your reply is controlled by the option
30777 <A HREF="h_config_attach_in_reply">
30778 <!--#echo var="FEAT_include-attachments-in-reply"-->
30779 </A>. If the feature is enabled, then Alpine will display 
30780 &quot;A No Attach&quot; to override the default behavior. You can
30781 toggle between the two values of this option by pressing &quot;A&quot;.
30782 Remember that the value that you see in the menu is the action that will 
30783 be done when you press the associated command.
30785 Below are your options:
30786 <OL>
30787 <LI><B>A</B>: This determines if Alpine will include or not the 
30788 attachments sent to you in the message that you are replying to. The default 
30789 is to use the value of the configuration option 
30790 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overridden by using this command.
30792 <LI><B>H</B>: This command determines if the headers of a message are
30793 included in the body of the message that is being replied to. By default 
30794 Alpine will use the value of the configuration option 
30795 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
30796 Observe that by toggling this option to include headers, text will be toggled
30797 to be included by default.
30799 <LI><B>R</B>: Can be used to set a role different from the default.
30801 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
30802 message. The default is to strip the signature when the message is not
30803 viewed in headers mode, and you either have enabled
30804 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
30806 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
30808 <LI><B>Ctrl-R</B>: Can be used to edit the 
30809 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
30810 </OL>
30812 In order to include the text of the original message in the reply
30813 you either need to press 'y' to include the original text, or 'n' to 
30814 exclude it from the reply. Pressing return will execute the default 
30815 action, which is to include text only if the option
30816 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
30817 is enabled. However, notice that the default is to include text if you edit the 
30818 reply indent string or if you explicitly set through this menu that you
30819 want headers included in the reply message.
30822 &lt;End of help on this topic&gt;
30823 </BODY>
30824 </HTML>
30825 ====== h_config_del_from_dot =====
30826 <HTML>
30827 <HEAD>
30828 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
30829 </HEAD>
30830 <BODY>
30831 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
30833 This feature controls the behavior of the Ctrl-K command in the composer.
30834 If set, ^K will cut from the current cursor position to the end of the line,
30835 rather than cutting the entire line.
30838 &lt;End of help on this topic&gt;
30839 </BODY>
30840 </HTML>
30841 ====== h_config_print_index =====
30842 <HTML>
30843 <HEAD>
30844 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
30845 </HEAD>
30846 <BODY>
30847 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
30849 This feature controls the behavior of the Print command when in the
30850 MESSAGE INDEX screen.  If set, the print command will give you a prompt
30851 asking if you wish to print the message index, or the currently highlighted
30852 message. If not set, the message will be printed.
30855 &lt;End of help on this topic&gt;
30856 </BODY>
30857 </HTML>
30858 ====== h_config_allow_talk =====
30859 <HTML>
30860 <HEAD>
30861 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
30862 </HEAD>
30863 <BODY>
30864 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
30866 UNIX Alpine only.
30868 By default, permission for others to &quot;talk&quot; to your terminal is turned
30869 off when you are running Alpine.  When this feature is set, permission is
30870 instead turned on.  If enabled, you may see unexpected messages in the
30871 middle of your Alpine screen from someone attempting to contact you via the
30872 &quot;talk&quot; program.
30875 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
30876 talk daemon on your system will attempt to print a message on your screen 
30877 when someone else is trying to contact you.  If you wish to see these
30878 messages while you are running Alpine, you should enable this feature.
30881 If you do enable this feature and see a &quot;talk&quot; message, you must 
30882 suspend or quit Alpine before you can respond.
30885 &lt;End of help on this topic&gt;
30886 </BODY>
30887 </HTML>
30888 ====== h_config_send_filter_dflt =====
30889 <HTML>
30890 <HEAD>
30891 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
30892 </HEAD>
30893 <BODY>
30894 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
30895 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
30896 configured, setting this feature will cause
30897 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
30898 instead of unfiltered, the usual default.
30900 <UL>   
30901 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30902 </UL><P>
30903 &lt;End of help on this topic&gt;
30904 </BODY>
30905 </HTML>
30906 ====== h_config_custom_print =====
30907 <HTML>
30908 <HEAD>
30909 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
30910 </HEAD>
30911 <BODY>
30912 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
30914 When this feature is set, the print command will have an additional
30915 subcommand called "C CustomPrint".  If selected, you will have
30916 the opportunity to enter any system print command --instead of being 
30917 restricted to using those that have been previously configured in the 
30918 printer setup menu.
30921 &lt;End of help on this topic&gt;
30922 </BODY>
30923 </HTML>
30924 ====== h_config_enable_dot_files =====
30925 <HTML>
30926 <HEAD>
30927 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
30928 </HEAD>
30929 <BODY>
30930 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
30932 When this feature is set, files beginning with dot (".") will be
30933 visible in the file browser.  For example, you'll be able to select them
30934 when using the browser to add an attachment to a message.
30936 &lt;End of help on this topic&gt;
30937 </BODY>
30938 </HTML>
30939 ====== h_config_enable_dot_folders =====
30940 <HTML>
30941 <HEAD>        
30942 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
30943 </HEAD>
30944 <BODY>
30945 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
30947 When this feature is set, folders beginning with dot (".") may be added
30948 and viewed.
30950 &lt;End of help on this topic&gt;
30951 </BODY>
30952 </HTML>
30953 ====== h_config_ff_between_msgs =====
30954 <HTML>
30955 <HEAD>
30956 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
30957 </HEAD>
30958 <BODY>
30959 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
30961 Setting this feature causes a formfeed to be printed between messages when
30962 printing multiple messages (with Apply Print command).
30964 &lt;End of help on this topic&gt;
30965 </BODY>
30966 </HTML>
30967 ====== h_config_blank_keymenu =====
30968 <HTML>
30969 <HEAD>
30970 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
30971 </HEAD>
30972 <BODY>
30973 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
30975 If this feature is set the command key menu that normally appears on the
30976 bottom two lines of the screen will not usually be there.  Asking for
30977 help with ^G or ? will cause the key menu to appear instead of causing
30978 the help message to come up.  If you want to actually see the help text,
30979 another ^G or ? will show it to you.  After the key menu has popped
30980 up with the help key it will remain there for an O for Other command but
30981 disappear if any other command is typed.
30983 &lt;End of help on this topic&gt;
30984 </BODY>
30985 </HTML>
30986 ====== h_config_enable_mouse =====
30987 <HTML>
30988 <HEAD>
30989 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
30990 </HEAD>
30991 <BODY>
30992 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
30994 This feature controls whether or not an X terminal mouse can be used with
30995 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
30996 being used, the left mouse button on the mouse can be used to select text
30997 or commands.
30998 Clicking on a command at the bottom of the screen will behave as if you had
30999 typed that command.
31000 Clicking on an index line will move the current message highlight to
31001 that line.
31002 Double-clicking on an index line will view the message.
31003 Double-clicking on a link will view the link.
31005 This type of mouse support will also work in some terminal emulators which are
31006 not actually X terminals, but which have extra code to support the xterm
31007 style mouse.
31008 For those emulators you not only need to turn this feature on but you also
31009 have to set the $DISPLAY environment variable even though it isn't needed
31010 for your terminal.
31011 That will cause Alpine to think that it is an xterm and to properly interpret the
31012 escape sequences sent by the mouse.
31014 Note: if this feature is set, the behavior of X terminal cut-and-paste is
31015 also modified.  It is sometimes possible to hold the shift key down while clicking
31016 left or middle mouse buttons for the normal xterm cut/paste operations. 
31017 There is also an Alpine command to toggle this mode on or off.
31018 The command is Ctrl-&#92; (Control-backslash).
31020 &lt;End of help on this topic&gt;
31021 </BODY>
31022 </HTML>
31023 ====== h_config_enable_xterm_newmail =====
31024 <HTML>
31025 <HEAD>        
31026 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
31027 </HEAD>
31028 <BODY>
31029 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
31031 This feature controls whether or not Alpine will attempt to announce new
31032 mail arrival when it is running in an X terminal window and that window
31033 is iconified.  If set, and the $DISPLAY variable indicates that an X
31034 terminal is being used, Alpine will send appropriate escape sequences to
31035 the X terminal to modify the label on Alpine's icon to indicate that new
31036 mail has arrived. Alpine will also modify the Alpine window's title to
31037 indicate new mail.
31038 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
31040 &lt;End of help on this topic&gt;
31041 </BODY></HTML>
31042 ====== h_config_enable_newmail_short_text =====
31043 <HTML>
31044 <HEAD>        
31045 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
31046 </HEAD>
31047 <BODY>
31048 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
31050 This feature controls the text to be displayed in an icon in the event
31051 of a new message arrival.  Normally, the message will
31052 be the one that is displayed on the screen.  This feature shortens the
31053 message to a count of the number of new messages in brackets.  This may be
31054 more useful for those who use the window's title bar in the task bar as a
31055 new mail indicator.  This feature is only useful if the
31056 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
31057 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
31058 feature, this feature is only relevant when run in an xterm environment.
31060 &lt;End of help on this topic&gt;
31061 </BODY></HTML>
31062 ====== h_config_copy_to_to_from =====
31063 <HTML>
31064 <HEAD>
31065 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
31066 </HEAD>
31067 <BODY>
31068 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
31070 This feature affects the From address used when Replying to a message.
31071 It is probably only useful if you have some
31072 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
31073 defined.
31074 When enabled, it checks to see if any of the addresses in the To or Cc
31075 fields of the message you are replying to is one of your addresses.
31076 If it is, and there is only one of them, then that address is used as
31077 the From address in the message you are composing.
31078 In other words, you will be using a From address that is the same
31079 as the To address that was used to get the mail to you in the first place.
31082 If a role is being used and it has a From address defined, that From address will
31083 be used rather than the one derived from this feature.
31086 <UL>   
31087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31088 </UL><P>
31089 &lt;End of help on this topic&gt;
31090 </BODY>
31091 </HTML>
31092 ====== h_config_prefix_editing =====
31093 <HTML>
31094 <HEAD>
31095 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
31096 </HEAD>
31097 <BODY>
31098 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
31100 This feature affects the Reply command's &quot;Include original message
31101 in Reply?&quot; prompt.  When enabled, it causes the
31102 &quot;Edit Indent String&quot; sub-command to appear which allows 
31103 you to edit the string Alpine would otherwise use to denote included 
31104 text from the message being replied to.<P>
31106 Thus, you can change Alpine's default message quote character (usually
31107 an angle bracket) on a per message basis. So you could change your quoted message to
31108 look, for example, like this:<p>
31110 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
31112 John: I just wanted to say hello and to congratulate you
31113 John: on a job well done!</pre><p>
31115 The configuration option
31116 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
31117 may be used to change what appears as the default string to be edited.
31119 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
31120 currently being replied to.
31122 If you change your <!--#echo var="VAR_reply-indent-string"-->
31123 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
31124 quoted text will not be flowed
31125 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
31126 when you reply.
31127 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
31128 set to the default value.
31130 <UL>   
31131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31132 </UL><P>
31133 &lt;End of help on this topic&gt;
31134 </BODY>
31135 </HTML>
31136 ====== h_config_enable_search_and_repl =====
31137 <HTML>
31138 <HEAD>
31139 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
31140 </HEAD>
31141 <BODY>
31142 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
31144 This feature modifies the behavior of Alpine's composer.  Setting this
31145 feature causes Alpine to offer the "^R Replace" subcommand, which
31146 allows you to search and replace text strings in a message you are composing, 
31147 inside the "^W Where is" command.  
31151 To search and replace text, first enter the text to be replaced at the 
31152 "Search: " prompt.  Then, rather than pressing Enter to just search for that
31153 text, press ^R, which turns the prompt into 
31157 Search (to replace): 
31161 and then press Enter.  The cursor will highlight the first occurrence 
31162 of the text string you entered, and the prompt will show: 
31166 Replace "<your text string>" with : 
31170 where <your text string> is what you entered at the previous prompt;
31171 here, enter the replacement text.  To only replace the highlighted 
31172 occurrence, simply press Enter now; to replace all occurrences in the 
31173 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
31174 each replacement.
31178 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
31179 ^X toggles between "Replace All" and "Replace One."
31183 If you previously searched for text in a message, it will be offered for 
31184 re-use as part of the prompt, shown in [ ] brackets.
31187 &lt;End of help on this topic&gt;
31188 </BODY>
31189 </HTML>
31190 ====== h_config_enable_view_attach =====
31191 <HTML>
31192 <HEAD>
31193 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
31194 </HEAD>
31195 <BODY>
31196 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
31198 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31199 Setting this feature causes Alpine to present attachments in boldface.
31200 The first available attachment is displayed in inverse.  This is the
31201 "selected" attachment.  Pressing RETURN will cause Alpine to display
31202 the selected attachment.  Use the arrow keys to change which of the
31203 attachments displayed in boldface is the current selection.
31207 Speaking of arrow keys, the Up and Down Arrows will select the next
31208 and previous attachments if one is available on the screen for selection.
31209 Otherwise, they will simply adjust the viewed text one line up or down.
31213 Similarly, when selectable items are present in a message, the Ctrl-F key
31214 can be used to select the next item in the message independent of which
31215 portion of the viewed message is currently displayed. The Ctrl-B key can
31216 be used to select the previous item in the same way. 
31217 <P> 
31218 &lt;End of help on this topic&gt;
31219 </BODY>
31220 </HTML>
31221 ====== h_config_enable_y_print =====
31222 <HTML>
31223 <HEAD>
31224 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
31225 </HEAD>
31226 <BODY>
31227 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
31229 This feature modifies the behavior of Alpine's Print command.
31231 By default, Alpine's print command is available by pressing the "%" key.  
31232 (This command is a substantial change from Pine versions before 4.00 -- 
31233 where the print command was "Y" -- based on numerous complaints about 
31234 printing being invoked inadvertently, since Y also means "Yes.")  
31238 This feature is supplied to mitigate any disruption or anxiety users 
31239 might feel as a result of this change.  
31243 Enabling this feature will cause Alpine to recognize both the old
31244 command, "Y" for Prynt, as well the new "%" method for invoking
31245 printing.  Note, key menu labels are not changed as a result of
31246 enabling this feature.
31250 &lt;End of help on this topic&gt;
31251 </BODY>
31252 </HTML>
31253 ====== h_config_enable_lessthan_exit =====
31254 <HTML>
31255 <HEAD>
31256 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
31257 </HEAD>
31258 <BODY>
31259 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
31261 If this feature is set, then on screens where there is an Exit command
31262 but no < command, the < key will perform the same function as the Exit
31263 command.
31264 This feature is set by default.
31266 &lt;End of help on this topic&gt;
31267 </BODY>
31268 </HTML>
31269 ====== h_config_enable_view_url =====
31270 <HTML>
31271 <HEAD>
31272 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
31273 </HEAD>
31274 <BODY>
31275 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
31276 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31277 When this feature is set (the default) Alpine will select possible URLs from the
31278 displayed text and display them in boldface for selection.
31280 The first available URL is displayed in inverse.  This is the
31281 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
31282 the selected URL via either built-in means as with mailto:, imap:,
31283 news:, and nntp:, or via an external application as defined
31284 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31285 variable.
31287 Use the arrow keys to change which of the URLs displayed in boldface
31288 is the current selection.
31290 Speaking of arrow keys, the Up and Down Arrows will select the next
31291 and previous URL if one is available on the screen for selection (unless 
31292 you have set the feature 
31293 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
31294 Otherwise, they will simply adjust the viewed text one line up or down.
31296 Similarly, when selectable items are present in a message, the Ctrl-F
31297 key can be used to select the next item in the message independent
31298 of which portion of the viewed message is currently displayed. The
31299 Ctrl-B key can be used to select the previous item in the same way.
31301 <UL>   
31302 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31303 </UL><P>
31304 &lt;End of help on this topic&gt;
31305 </BODY>
31306 </HTML>
31307 ====== h_config_enable_view_web_host =====
31308 <HTML>
31309 <HEAD>
31310 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
31311 </HEAD>
31312 <BODY>
31313 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
31315 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31316 When this feature is set (the default) Alpine will select possible web hostnames
31317 from the displayed text and display them in boldface for selection.  
31318 This can be useful when you receive messages referencing World Wide Web 
31319 sites without the use of complete URLs; for example, specifying only 
31320 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
31321 selectable 
31322 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
31323 rather than explicitly
31324 &quot;http://www.some.site.com&quot;.  
31326 The first available hostname is displayed in inverse.  This is the
31327 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
31328 the selected hostname via an external application as defined
31329 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31330 variable.
31332 Use the arrow keys (unless you have set the feature 
31333 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31334 to change which of the hostnames displayed in
31335 boldface is the current selection.
31337 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31338 key can be used to select the next web hostname in the message independent
31339 of which portion of the viewed message is currently displayed. The
31340 Ctrl-B key can be used to select the previous web hostnames in the same way.
31342 <UL>   
31343 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31344 </UL><P>
31345 &lt;End of help on this topic&gt;
31346 </BODY>
31347 </HTML>
31348 ====== h_config_enable_view_addresses =====
31349 <HTML>
31350 <HEAD>
31351 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
31352 </HEAD>
31353 <BODY>
31354 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
31356 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31357 Setting this feature causes Alpine to select possible email addresses
31358 from the displayed text and display them in boldface for selection.  
31361 The first available email address is displayed in inverse.  This is the
31362 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
31363 the message composition screen with the To: field filled in with the
31364 selected address.
31366 Use the arrow keys (unless you have set the feature 
31367 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31368 to change which of the hostnames displayed in
31369 boldface is the current selection.
31371 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31372 key can be used to select the next web hostname in the message independent
31373 of which portion of the viewed message is currently displayed. The
31374 Ctrl-B key can be used to select the previous web hostnames in the same way.
31376 <UL>   
31377 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31378 </UL><P>
31379 &lt;End of help on this topic&gt;
31380 </BODY>
31381 </HTML>
31382 ====== h_external_loads_inline_images_only =====
31383 <HTML>
31384 <HEAD>
31385 <TITLE>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></TITLE>
31386 </HEAD>
31387 <BODY>
31388 <H1>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></H1>
31390 Alpine allows you to pass a HTML message to the browser that you have configured in your
31391 <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A> variable. This allows
31392 you to read a message outside of Alpine. This is desirable when Alpine does not display
31393 html correctly, or when you wish to read the message and see the inline images in the message.
31396 An inline image is one that comes with the message and is necessary for the correct display of
31397 the message. However, there are instances in which the source of an image will come from
31398 external servers. If this feature is enabled (the default) then Alpine will only pass inline
31399 images to the browser and will remove the link to external images, so only inline images will
31400 be used to display the message, and no external image will be loaded. Alpine does this to protect
31401 your privacy and security.
31404 Please note that messages are usually formatted by the sender so that they display correctly once
31405 all images have been loaded. Enabling this feature might cause the message not to be correctly
31406 displayed by your browser.
31409 Also consider security and privacy implications of opening an HTML message in a browser. You are
31410 always protected when you do not use this feature, but you might not have the same level of
31411 protection if you try to open a spam or scam using the html view. Also commercial email is
31412 normally embedded with links to external images that let them, their partners, and your internet
31413 service provider (which could be your employer or school)  know that you opened their message or
31414 connected to a web site, violating your privacy.
31417 If you are worried about your privacy and security, do not use an external viewer to open
31418 html files, and keep using the internal mechanisms that Alpine provides to read messages.
31421 &lt;End of help on this topic&gt;
31422 </BODY>
31423 <HTML>
31424 ====== h_config_enable_view_arrows =====
31425 <HTML>
31426 <HEAD>
31427 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
31428 </HEAD>
31429 <BODY>
31430 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
31432 This feature modifies Up and Down arrow key behavior in Alpine's
31433 MESSAGE TEXT screen when selectable Attachments, URL's, or
31434 web-hostnames are presented. Alpine's usual behavior is to move to
31435 the next or previous selectable item if currently displayed or
31436 simply to adjust the screen view by one line.
31440 Setting this feature causes the UP and Down arrow key to behave as
31441 if no selectable items were present in the message.
31445 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
31446 item) functionality is unchanged.
31449 &lt;End of help on this topic&gt;
31450 </BODY>
31451 <HTML>
31452 ====== h_config_quell_charset_warning =====
31453 <HTML>
31454 <HEAD>
31455 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
31456 </HEAD>
31457 <BODY>
31458 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
31460 By default, if the message you are viewing contains characters that are
31461 not representable in your
31462 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
31463 then Alpine will
31464 add a warning to the start of the displayed text.
31465 If this option is set, then that editorial message will be suppressed.
31467 Setting this feature also suppresses the comment about the character set
31468 in header lines.
31469 For example, when viewing a message you might see
31471 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
31473 in the From header if your Character-Set is something other than ISO-8859-2.
31474 If you set this feature, the comment about the character set will
31475 no longer be there.
31477 &lt;End of help on this topic&gt;
31478 </BODY>
31479 </HTML>
31480 ====== h_config_quell_host_after_url =====
31481 <HTML>
31482 <HEAD>
31483 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
31484 </HEAD>
31485 <BODY>
31486 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
31488 By default, links in HTML text are displayed with the host the link
31489 references appended, within square brackets, to the link text.  Alpine
31490 does this to help indicate where a link will take you, particularly when
31491 the link text might suggest a different destination.
31494 Setting this feature will prevent the server name from being appended
31495 to the displayed text.
31498 &lt;End of help on this topic&gt;
31499 </BODY>
31500 </HTML>
31501 ====== h_config_prefer_plain_text =====
31502 <HTML>
31503 <HEAD>
31504 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
31505 </HEAD>
31506 <BODY>
31507 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
31509 A message being viewed may contain alternate versions of the same content.
31510 Those alternate versions are supposed to be ordered by the sending software such that the
31511 first alternative is the least preferred and the last alternative is the
31512 most preferred. Alpine will normally display the most-preferred version that
31513 it knows how to display. This is most often encountered where the two
31514 alternate versions are a plain text version and an HTML version, with the
31515 HTML version listed last as the most preferred.
31517 If this option is set, then any plain text version will be preferred to
31518 all other versions.
31520 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
31521 which will temporarily change the sense of this option.
31522 If this option is set you will first see the plain text version of a
31523 message.
31524 If you then type the &quot;A&quot; command, you will see the most preferred version,
31525 most likely HTML, instead.
31526 Typing the &quot;A&quot; command a second time will switch it back.
31527 Alternatively, if the present option is not set you will originally see
31528 the most preferred version of the message and typing &quot;A&quot; will switch to
31529 the plain text version.
31531 &lt;End of help on this topic&gt;
31532 </BODY>
31533 </HTML>
31534 ====== h_config_pass_control =====
31535 <HTML>
31536 <HEAD>
31537 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
31538 </HEAD>
31539 <BODY>
31540 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
31542 It is probably not useful to set this option.
31543 This is a legacy option left behind &quot;just in case&quot;.
31544 Multi-byte characters that have an octet that has the same
31545 value as a control character are permitted through whether or not
31546 this option is turned on.
31548 This feature controls how certain characters contained in messages are
31549 displayed.
31550 If set, all characters in a message will be sent to the
31551 screen. Normally, control characters are displayed as shown below to
31552 avoid a garbled screen and to 
31553 avoid inadvertently changing terminal setup parameters.
31554 Control characters are usually displayed as two character sequences like
31555 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
31556 for Control-C,
31557 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
31558 for ESCAPE,
31559 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
31560 for DELETE, and
31561 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
31562 for the character with value 133 (0x85).
31563 (The DEL character is displayed as ^?, regular control characters are displayed
31564 as the character ^ followed by the character obtained by adding the
31565 five low-order bits of the character to 0x40, and the C1
31566 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
31567 character obtained by adding the
31568 five low-order bits of the character to 0x40.)
31569 Sometimes, in cases where changing a single control character into a
31570 two-character sequence would confuse Alpine's display routines,
31571 a question mark is substituted for the control character.
31573 If you wish to filter out regular control characters but pass the
31574 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31575 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.
31577 &lt;End of help on this topic&gt;
31578 </BODY>
31579 </HTML>
31580 ====== h_config_pass_c1_control =====
31581 <HTML>
31582 <HEAD>
31583 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
31584 </HEAD>
31585 <BODY>
31586 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
31588 It is probably not useful to set this option.
31589 This is a legacy option left behind &quot;just in case&quot;.
31590 Multi-byte characters that have an octet that has the same
31591 value as a control character are permitted through whether or not
31592 this option is turned on.
31594 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31595 is set, then this feature has no effect.
31596 However, if you wish to filter out regular control characters but pass the
31597 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31598 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31599 unset and set this feature.
31601 &lt;End of help on this topic&gt;
31602 </BODY>
31603 </HTML>
31604 ====== h_config_fcc_on_bounce =====
31605 <HTML>
31606 <HEAD>
31607 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
31608 </HEAD>
31609 <BODY>
31610 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
31612 This feature controls an aspect of Alpine's behavior when bouncing a
31613 message. If set, normal FCC ("File Carbon Copy") processing will be
31614 done, just as if you had composed a message to the address you are
31615 bouncing to.  If not set, no FCC of the message will be saved. 
31617 &lt;End of help on this topic&gt;
31618 </BODY>
31619 </HTML>
31620 ====== h_config_show_cursor =====
31621 <HTML>
31622 <HEAD>
31623 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
31624 </HEAD>
31625 <BODY>
31626 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
31628 This feature controls an aspect of Alpine's displays.  If set, the system
31629 cursor will move to convenient locations in the displays.  For example,
31630 to the beginning of the status field of the highlighted index line, or
31631 to the highlighted word after a successful WhereIs command.  It is intended
31632 to draw your attention to an "interesting" spot on the screen.
31634 &lt;End of help on this topic&gt;
31635 </BODY>
31636 </HTML>
31637 ====== h_config_sort_fcc_alpha =====
31638 <HTML>
31639 <HEAD>
31640 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
31641 </HEAD>
31642 <BODY>
31643 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
31645 This feature controls an aspect of Alpine's FOLDER LIST screen.
31646 If set, the default Fcc folder will be sorted alphabetically with the other
31647 folders instead of appearing right after the INBOX.
31649 &lt;End of help on this topic&gt;
31650 </BODY>
31651 </HTML>
31652 ====== h_config_sort_save_alpha =====
31653 <HTML>
31654 <HEAD>
31655 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
31656 </HEAD>
31657 <BODY>
31658 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
31660 This feature controls an aspect of Alpine's FOLDER LIST screen.
31661 If set, the default save folder will be sorted alphabetically with the other
31662 folders instead of appearing right after the INBOX (and default FCC folder).
31664 &lt;End of help on this topic&gt;
31665 </BODY>
31666 </HTML>
31667 ====== h_config_single_list =====
31668 <HTML>
31669 <HEAD>
31670 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
31671 </HEAD>
31672 <BODY>
31673 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
31675 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
31676 the folders will be listed one per line instead of several per line
31677 in the FOLDER LIST display.
31679 &lt;End of help on this topic&gt;
31680 </BODY>
31681 </HTML>
31682 ====== h_config_vertical_list =====
31683 <HTML>
31684 <HEAD>
31685 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
31686 </HEAD>
31687 <BODY>
31688 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
31690 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
31691 the folders will be listed alphabetically down the columns rather
31692 than across the columns as is the default.
31694 &lt;End of help on this topic&gt;
31695 </BODY>
31696 </HTML>
31697 ====== h_config_verbose_post =====
31698 <HTML>
31699 <HEAD>
31700 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
31701 </HEAD>
31702 <BODY>
31703 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
31704 This feature controls an aspect of Alpine's message sending.  When enabled,
31705 Alpine will send a VERB (i.e., VERBose) command early in the posting process
31706 intended to cause the SMTP server to provide a more detailed account of
31707 the transaction.  This feature is typically only useful to system
31708 administrators and other support personnel as an aid in troubleshooting
31709 problems.
31711 Note, this feature relies on a specific capability of the system's mail
31712 transport agent or configured 
31713 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
31714 It is possible that this
31715 feature will cause problems for some transport agents, and may result in
31716 sending failure.  In addition, as the verbose output comes from the mail
31717 transport agent, it is likely to vary from one system to another. 
31718 <P><UL>
31719 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31720 </UL><P>
31721 &lt;End of help on this topic&gt;
31722 </BODY>
31723 </HTML>
31724 ====== h_config_auto_reply_to =====
31725 <HTML>
31726 <HEAD>
31727 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
31728 </HEAD>
31729 <BODY>
31730 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
31732 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
31733 will not prompt when a message being replied to contains a "Reply-To:"
31734 header value, but will simply use its value (as opposed to using the
31735 "From:" field's value).
31739 Note: Using the "Reply-To:" address is usually the preferred behavior,
31740 however, some mailing list managers choose to place the list's address in
31741 the "Reply-To:" field of any message sent out to the list.  In such
31742 cases, this feature makes it all too easy for personal replies to be
31743 inadvertently sent to the entire mail list, so be careful! 
31745 &lt;End of help on this topic&gt;
31746 </BODY>
31747 </HTML>
31748 ====== h_config_del_skips_del =====
31749 <HTML>
31750 <HEAD>
31751 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
31752 </HEAD>
31753 <BODY>
31754 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
31756 This feature controls an aspect of Alpine's Delete command.  If set, this
31757 feature will cause the Delete command to advance past following messages that
31758 are marked deleted.  In other words, pressing "D" will both mark the
31759 current message deleted and advance to the next message that is not marked
31760 deleted.
31761 This feature is set by default.
31763 &lt;End of help on this topic&gt;
31764 </BODY></HTML>
31765 ====== h_config_expunge_manually =====
31766 <HTML>
31767 <HEAD>
31768 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
31769 </HEAD>
31770 <BODY>
31771 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
31773 Normally, when you close a folder that contains deleted messages you are
31774 asked if you want to expunge those messages from the folder permanently.
31775 If this feature is set, you won't be asked and the deleted messages will
31776 remain in the folder.
31777 If you choose to set this feature you will have to expunge the
31778 messages manually using the eXpunge command, which you can use while
31779 in the MESSAGE INDEX screen.
31780 If you do not expunge deleted messages the size of your
31781 folder will continue to increase until you are out of disk space.
31783 <UL>   
31784 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31785 </UL><P>
31786 &lt;End of help on this topic&gt;
31787 </BODY>
31788 </HTML>
31789 ====== h_config_auto_expunge =====
31790 <HTML>
31791 <HEAD>
31792 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
31793 </HEAD>
31794 <BODY>
31795 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
31797 This features controls an aspect of Alpine's eXpunge command.  If set, you
31798 will <B>not</B> be prompted to confirm your intent before the expunge takes 
31799 place.
31800 Actually, this is only true for the INBOX folder and for folders in the
31801 Incoming Folders collection. See the feature
31802 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
31804 <UL>   
31805 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31806 </UL><P>
31807 &lt;End of help on this topic&gt;
31808 </BODY>
31809 </HTML>
31810 ====== h_config_full_auto_expunge =====
31811 <HTML>
31812 <HEAD>
31813 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
31814 </HEAD>
31815 <BODY>
31816 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
31818 This features controls an aspect of Alpine's eXpunge command.  If set, you
31819 will <B>not</B> be prompted to confirm your intent before the expunge 
31820 takes place.  This feature sets this behavior for all folders, unlike the
31821 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
31822 feature that works only for incoming folders.
31824 <UL>   
31825 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31826 </UL><P>
31827 &lt;End of help on this topic&gt;
31828 </BODY>
31829 </HTML>
31830 ====== h_config_auto_read_msgs =====
31831 <HTML>
31832 <HEAD>
31833 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
31834 </HEAD>
31835 <BODY>
31836 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
31837 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
31838 and the 
31839 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
31840 option is also set, then Alpine will
31841 automatically transfer all read messages to the designated folder and mark
31842 them as deleted in the INBOX.  Messages in the INBOX marked with an 
31843 &quot;N&quot; (meaning New, or unseen) are not affected.
31845 <UL>   
31846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31847 </UL><P>
31848 &lt;End of help on this topic&gt;
31849 </BODY>
31850 </HTML>
31851 ====== h_config_auto_fcc_only =====
31852 <HTML>
31853 <HEAD>
31854 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
31855 </HEAD>
31856 <BODY>
31857 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
31858 This features controls an aspect of Alpine's composer.
31859 The only time this feature will be used is if you attempt to send mail
31860 that has no recipients but does have an Fcc.
31861 Normally, Alpine will ask if you really mean to copy the message only to
31862 the Fcc.
31863 That is, it asks if you really meant to have no recipients.
31864 If this feature is set, you
31865 will <B>not</B> be prompted to confirm your intent to make only a copy
31866 of a message with no recipients.
31868 This feature is closely related to
31869 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
31870 The difference between this feature and that feature is that this feature
31871 considers a Bcc to be a recipient while that feature will ask for confirmation
31872 even if there is a Bcc when there is no To, Cc, or Newsgroup.
31873 The default values also differ. This feature defaults to asking the question
31874 and you have to turn it off.
31875 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
31876 unless you turn it on.
31879 <UL>   
31880 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31881 </UL><P>
31882 &lt;End of help on this topic&gt;
31883 </BODY>
31884 </HTML>
31885 ====== h_config_mark_fcc_seen =====
31886 <HTML>
31887 <HEAD>
31888 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
31889 </HEAD>
31890 <BODY>
31891 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
31893 This features controls the way Fccs (File carbon copies) are
31894 made of the messages you send.
31897 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
31898 copy will be marked as Unseen.
31899 When you look at the folder it was saved in the message will appear to
31900 be a New message until you read it.
31901 When this feature is enabled, the message will be marked as having
31902 been Seen.
31905 <UL>   
31906 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31907 </UL><P>
31908 &lt;End of help on this topic&gt;
31909 </BODY>
31910 </HTML>
31911 ====== h_config_no_fcc_attach =====
31912 <HTML>
31913 <HEAD>
31914 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
31915 </HEAD>
31916 <BODY>
31917 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
31919 This features controls the way Fcc's (File carbon copies) are
31920 made of the messages you send.
31923 Normally, Alpine saves an exact copy of your message as it was sent.
31924 When this feature is enabled, the &quot;body&quot; of the message
31925 you send (the text you type in the composer) is preserved in the 
31926 copy as before, however all attachments are replaced with text
31927 explaining what had been sent rather than the attachments themselves.
31930 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
31931 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
31932 allows you to interactively set whether or not attachments are saved
31933 to the Fcc'd copy.
31936 <UL>   
31937 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31938 </UL><P>
31939 &lt;End of help on this topic&gt;
31940 </BODY>
31941 </HTML>
31942 ====== h_config_read_in_newsrc_order =====
31943 <HTML>
31944 <HEAD>
31945 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
31946 </HEAD>
31947 <BODY>
31948 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
31950 This feature controls the order in which newsgroups will be presented.  If
31951 set, they will be presented in the same order as they occur in your 
31952 <!--chtml if pinemode="os_windows"-->
31953 &quot;NEWSRC&quot;
31954 <!--chtml else-->
31955 &quot;.newsrc&quot;
31956 <!--chtml endif-->
31957 file (the default location of which can be changed with the 
31958 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
31960 If not set, the newsgroups will be presented in alphabetical order.
31962 <UL>   
31963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31964 </UL><P>
31965 &lt;End of help on this topic&gt;
31966 </BODY>
31967 </HTML>
31968 ====== h_config_quell_tz_comment =====
31969 <HTML>
31970 <HEAD>
31971 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
31972 </HEAD>
31973 <BODY>
31974 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
31976 Normally, when Alpine generates a Date header for outgoing mail,
31977 it will try to include the symbolic timezone at the end of the
31978 header inside parentheses.
31979 The symbolic timezone is often three characters long, but on
31980 some operating systems, it may be longer.
31981 Apparently there are some SMTP servers in the world that will reject an
31982 incoming message if it has a Date header longer than about 80 characters.
31983 If this feature is set, the symbolic timezone normally generated by
31984 Alpine will not be included.
31985 You probably don't need to worry about this feature unless you run into
31986 the problem described above.
31989 &lt;End of help on this topic&gt;
31990 </BODY>
31991 </HTML>
31992 ====== h_config_post_wo_validation =====
31993 <HTML>
31994 <HEAD>
31995 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
31996 </HEAD>
31997 <BODY>
31998 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
32000 This feature controls whether the NNTP server is queried as newsgroups
32001 are entered for posting.  Validation over slow links (e.g. dialup using
32002 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
32004 &lt;End of help on this topic&gt;
32005 </BODY>
32006 </HTML>
32007 ====== h_config_send_wo_confirm =====
32008 <HTML>
32009 <HEAD>
32010 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
32011 </HEAD>
32012 <BODY>
32013 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
32015 By default, when you send or post a message you will be asked to confirm
32016 with a question that looks something like:
32019 <CENTER><SAMP>Send message?</SAMP></CENTER>
32022 If this feature is set, you
32023 will <B>not</B> be prompted to confirm your intent to send
32024 and your message will be sent.
32026 If this feature is set it disables some possibilities and renders some
32027 other features meaningless.
32028 You will not be able to use
32029 <A HREF="h_config_sending_filter">Sending Filters</A>,
32030 Verbose sending mode,
32031 <A HREF="h_config_compose_bg_post">Background Sending</A>,
32032 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
32033 or ^V to turn off the generation of flowed text for this message.
32034 These options are normally available as suboptions in the Send prompt, but
32035 with no Send prompt the options are gone.
32038 A somewhat related feature is
32039 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
32040 which may be used to eliminate the extra confirmation
32041 question when posting to a newsgroup.
32043 <UL>   
32044 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32045 </UL><P>
32046 &lt;End of help on this topic&gt;
32047 </BODY>
32048 </HTML>
32049 ====== h_config_quell_filtering_done_message =====
32050 <HTML>
32051 <HEAD>
32052 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
32053 </HEAD>
32054 <BODY>
32055 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
32057 If you use Filter Rules that move messages or set status of messages
32058 you sometimes see a message from Alpine that looks like
32061 <CENTER><SAMP>filtering done</SAMP></CENTER>
32064 If this feature is set, this message will be suppressed.
32065 If the feature
32066 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
32067 is set then this message will be suppressed regardless.
32070 <UL>   
32071 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32072 </UL><P>
32073 &lt;End of help on this topic&gt;
32074 </BODY>
32075 </HTML>
32076 ====== h_config_quell_filtering_messages =====
32077 <HTML>
32078 <HEAD>
32079 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
32080 </HEAD>
32081 <BODY>
32082 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
32084 If you use Filter Rules that move messages or set status of messages
32085 you sometimes see messages from Alpine that look like
32088 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
32094 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
32100 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
32103 If this feature is set, these messages will be suppressed.
32104 The feature
32105 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
32106 is related.
32109 <UL>   
32110 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32111 </UL><P>
32112 &lt;End of help on this topic&gt;
32113 </BODY>
32114 </HTML>
32115 ====== h_config_quell_post_prompt =====
32116 <HTML>
32117 <HEAD>
32118 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
32119 </HEAD>
32120 <BODY>
32121 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
32123 By default, when you post a message to a newsgroup you are asked to confirm
32124 that you want to post with the question
32127 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
32130 If this feature is set, you
32131 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
32132 and your message will be posted.
32135 <UL>   
32136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32137 </UL><P>
32138 &lt;End of help on this topic&gt;
32139 </BODY>
32140 </HTML>
32141 ====== h_config_check_mail_onquit =====
32142 <HTML>
32143 <HEAD>
32144 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
32145 </HEAD>
32146 <BODY>
32147 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
32149 If this feature is set, Alpine will check for new mail after you give the
32150 Quit command.
32151 If new mail has arrived since the previous check, you will be notified
32152 and given the choice of quitting or not quitting.
32154 <UL>   
32155 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32156 </UL><P>
32157 &lt;End of help on this topic&gt;
32158 </BODY>
32159 </HTML>
32160 ====== h_config_inbox_no_confirm =====
32161 <HTML>
32162 <HEAD>
32163 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
32164 </HEAD>
32165 <BODY>
32166 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
32168 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32169 command and there are no more folders or newsgroups to visit, you are asked
32170 if you want to return to the INBOX.
32171 If this feature is set you will not be asked.
32172 It will be assumed that you do want to return to the INBOX.
32174 <UL>   
32175 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32176 </UL><P>
32177 &lt;End of help on this topic&gt;
32178 </BODY>
32179 </HTML>
32180 ====== h_config_dates_to_local =====
32181 <HTML>
32182 <HEAD>
32183 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
32184 </HEAD>
32185 <BODY>
32186 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
32188 Normally, the message dates that you see in the
32189 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
32190 For example, if a message was sent to you from a few timezones to the east
32191 it might appear that it was sent from the future;
32192 or if it was sent from somewhere to the west it might appear
32193 as if it is from yesterday even though it was sent only a few minutes ago.
32194 If this feature is set an attempt will be made to convert the dates
32195 to your local timezone to be displayed.
32197 Note that this does not affect the results of Select by Date or of
32198 anything else other than these displayed dates.
32199 When viewing the message you may look at the original unconverted value of the Date
32200 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
32202 <UL>   
32203 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32204 </UL><P>
32205 &lt;End of help on this topic&gt;
32206 </BODY>
32207 </HTML>
32208 ====== h_config_tab_no_prompt =====
32209 <HTML>
32210 <HEAD>
32211 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
32212 </HEAD>
32213 <BODY>
32214 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
32216 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32217 command and there is a problem checking a folder, you are asked
32218 whether you want to continue with the search in the following folder or not.
32219 This question gives you a chance to stop the NextNew processing.
32220 (The checking problem might be caused by the fact that the folder does not
32221 exist, or by an authentication problem, or by a server problem
32222 of some sort.)
32225 If this feature is set you will not be asked.
32226 It will be assumed that you do want to continue.
32228 <UL>   
32229 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32230 </UL><P>
32231 &lt;End of help on this topic&gt;
32232 </BODY>
32233 </HTML>
32234 ====== h_config_input_history =====
32235 <HTML>
32236 <HEAD>
32237 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
32238 </HEAD>
32239 <BODY>
32240 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
32242 Many of the prompts that ask for input in the status line near the
32243 bottom of the screen will respond to Up Arrow and Down Arrow
32244 with the history of previous entries.
32245 For example, in the MESSAGE INDEX screen when you use the WhereIs
32246 command the text you entered will be remembered and can be recalled
32247 by using the Up Arrow key.
32248 Another example, when saving a message the folders saved to will
32249 be remembered and can be recalled using the arrow keys.
32251 In the Save prompt, some users prefer that the Up and Down arrow keys
32252 be used for the Previous Collection and Next Collection commands
32253 instead of for a history of previous saves.
32254 If this option is set the Up and Down arrow keys will become synonyms for the
32255 Previous Collection and Next Collection (^P and ^N) commands in the
32256 prompt for the name of a folder to Save to or in the prompt for the
32257 name of a folder to GoTo.
32258 When this feature is not set (the default), ^P and ^N will change the
32259 collection and the arrow keys will show the history.
32261 <UL>   
32262 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32263 </UL><P>
32264 &lt;End of help on this topic&gt;
32265 </BODY>
32266 </HTML>
32267 ====== h_config_confirm_role =====
32268 <HTML>
32269 <HEAD>
32270 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
32271 </HEAD>
32272 <BODY>
32273 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
32275 If you have roles, when you Reply to or Forward a message, or Compose
32276 a new message, Alpine
32277 will search through your roles for one that matches.
32278 Normally, if no matches are found you will be placed into the composer
32279 with no opportunity to select a role.
32280 If this feature is set, then you will be asked to confirm that you don't
32281 want a role.
32282 This will give you the opportunity to select a role (with the ^T command).
32283 If you confirm no role with a Return, you will be placed in
32284 the composer with no role.
32285 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
32286 These behave the same as if you pressed the Return.
32287 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
32288 match what you might type if there was a role match.)
32290 If you are using the alternate form of the Compose command called
32291 &quot;Role&quot;, then all of your roles will be available to you,
32292 independent of the value of this feature and of the values set for all of
32293 Reply Use, Forward Use, and Compose Use.
32295 <UL>   
32296 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32297 </UL><P>
32298 &lt;End of help on this topic&gt;
32299 </BODY>
32300 </HTML>
32301 ====== h_config_news_cross_deletes =====
32302 <HTML>
32303 <HEAD>
32304 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
32305 </HEAD>
32306 <BODY>
32307 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
32309 This feature controls what Alpine does when you delete a message in a
32310 newsgroup that appears in more than one newsgroup.  Such a message
32311 is sometimes termed a &quot;crossposting&quot; in that it was posted
32312 across several newsgroups.
32315 Alpine's default behavior when you delete such a message is to remove
32316 only the copy in the current newsgroup from view when you use the
32317 &quot;Exclude&quot; command or the next time you visit the newsgroup.
32320 Enabling this feature causes Alpine to remove every occurrence of the
32321 message from all newsgroups it appears in and to which you are
32322 subscribed.
32325 NOTE: As currently implemented, enabling this feature may increase the
32326 time it takes the Expunge command and newsgroup closing to complete.
32329 <UL>   
32330 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32331 </UL><P>
32332 &lt;End of help on this topic&gt;
32333 </BODY>
32334 </HTML>
32335 ====== h_config_news_catchup =====
32336 <HTML>
32337 <HEAD>
32338 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
32339 </HEAD>
32340 <BODY>
32341 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
32343 This feature controls what Alpine does as it closes a newsgroup.
32344 When set, Alpine will offer to delete all messages from the newsgroup
32345 as you are quitting Alpine or opening a new folder.
32348 This feature is useful if you typically read all the interesting messages
32349 in a newsgroup each time you open it.  This feature saves you from
32350 having to delete each message in a newsgroup as you read it or from
32351 selecting all the messages and doing an
32352 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
32353 move on to the next folder or newsgroup.
32356 <UL>   
32357 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32358 </UL><P>
32359 &lt;End of help on this topic&gt;
32360 </BODY>
32361 </HTML>
32362 ====== h_config_next_thrd_wo_confirm =====
32363 <HTML>
32364 <HEAD>
32365 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
32366 </HEAD>
32367 <BODY>
32368 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
32370 This feature controls an aspect of Alpine's Next and Prev commands in
32371 the case where you are using one of the
32372 &quot;separate-index-screen&quot; styles for the configuration option
32373 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
32374 and currently have the folder sorted by a Threaded or OrderedSubject sort.
32375 When you are Viewing a particular thread you have a
32376 MESSAGE INDEX of only the messages in that thread.
32377 If you press the Next command with the last message in the thread highlighted
32378 you will normally be asked if you want to &quot;View next thread?&quot;,
32379 assuming there is a next thread to view.
32380 If this feature is set it will be assumed that you always want to view the
32381 next thread and you won't be asked to confirm that.
32382 Similarly, if the first message of the thread is highlighted and you
32383 press the Prev command, this feature will prevent the question
32384 &quot;View previous thread&quot;.
32386 This feature only has an effect in the MESSAGE INDEX screen.
32387 If you then view a particular message from that screen and press the
32388 Next command, you will be sent to the next thread without being asked,
32389 independent of the setting of this feature.
32391 The feature
32392 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
32394 &lt;End of help on this topic&gt;
32395 </BODY>
32396 </HTML>
32397 ====== h_config_kw_braces =====
32398 <HTML>
32399 <HEAD>
32400 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
32401 </HEAD>
32402 <BODY>
32403 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
32405 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
32406 TEXT screens.
32407 If you have modified the
32408 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32409 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
32410 are used to display keywords or their initials along with the Subject; then
32411 this option may be used to modify the resulting display slightly.
32412 By default, the keywords or initials displayed for these tokens will be
32413 surrounded with curly braces ({ and }) and a trailing space.
32414 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
32415 a message, the &quot;SUBJKEY&quot; token will normally look like
32417 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
32419 and the SUBJKEYINIT token would look like
32421 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
32423 The default character before the keywords is the left brace ({) and the
32424 default after the keywords is the right brace followed by a space (} ).
32426 This option allows you to change that.
32427 You should set it to two values separated by a space.
32428 The values may be quoted if they include space characters.
32429 So, for example, the default value could be specified explicitly by setting this
32430 option to
32432 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
32434 The first part wouldn't need to be quoted (but it doesn't hurt).
32435 The second part does need the quotes because it includes a space character.
32436 If you wanted to change the braces to brackets you could use
32438 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
32440 Inside the quotes you can use backslash quote to mean quote, so
32442 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
32444 would produce
32446 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
32448 It is also possible to color keywords in the index using the
32449 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
32451 It is not possible to change the fact that a space character is used to
32452 separate the keywords if more than one keyword is set for a message.
32453 It is also not possible to change the fact that there are no separators
32454 between the keyword initials if more than one keyword is set.
32456 &lt;End of help on this topic&gt;
32457 </BODY>
32458 </HTML>
32459 ====== h_config_opening_sep =====
32460 <HTML>
32461 <HEAD>
32462 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
32463 </HEAD>
32464 <BODY>
32465 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
32467 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
32468 With some setups the text of the subject is followed
32469 by the opening text of the message if there is any room available in the index line.
32470 If you have configured your
32471 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32472 to include one of the Subject tokens that causes this behavior
32473 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
32474 to modify what is displayed slightly.
32475 By default, the Subject is separated from the opening text of the message by
32476 the three characters space dash space;
32478 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
32480 Use this option to set it to something different.
32481 The value must be quoted if it includes any space characters.
32482 For example, the default value could be specified explicitly by setting this
32483 option to
32485 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
32487 &lt;End of help on this topic&gt;
32488 </BODY>
32489 </HTML>
32490 ====== h_config_select_wo_confirm =====
32491 <HTML>
32492 <HEAD>
32493 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
32494 </HEAD>
32495 <BODY>
32496 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
32498 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
32499 These commands all take text input to specify the name of the folder or
32500 file to be used, but allow you to press ^T for a list of possible names.
32501 If set, the selected name will be used immediately, without further
32502 opportunity to confirm or edit the name.
32504 Some related help topics are
32505 <UL>
32506 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
32507 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
32508 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
32509 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
32510 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
32511 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
32512 </UL>
32514 &lt;End of help on this topic&gt;
32515 </BODY>
32516 </HTML>
32517 ====== h_config_save_part_wo_confirm =====
32518 <HTML>
32519 <HEAD>
32520 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
32521 </HEAD>
32522 <BODY>
32523 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
32525 This feature controls an aspect of Alpine's Save command.
32526 By default, when you Save a message that has some deleted parts, you will
32527 be asked to confirm that you want to Save with a prompt that looks like:
32529 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
32531 If this feature is set, you will not be asked.
32533 &lt;End of help on this topic&gt;
32534 </BODY>
32535 </HTML>
32536 ====== h_config_use_resentto =====
32537 <HTML>
32538 <HEAD>
32539 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
32540 </HEAD>
32541 <BODY>
32542 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
32544 This feature is turned off by default because turning it on causes problems
32545 with some deficient IMAP servers.
32546 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
32547 <A HREF="h_rule_patterns">Pattern</A>
32548 contains a To header pattern and this feature is turned on,
32549 then a check is made in the message to see
32550 if a Resent-To header is present, and that is used instead of the To header.
32551 If this feature is not turned on, then the regular To header will always
32552 be used.
32555 &lt;End of help on this topic&gt;
32556 </BODY>
32557 </HTML>
32558 ====== h_config_use_reg_start_for_stayopen =====
32559 <HTML>
32560 <HEAD>
32561 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
32562 </HEAD>
32563 <BODY>
32564 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
32566 This feature affects which message is selected as the current message
32567 when you enter a
32568 <A HREF="h_config_permlocked">Stay Open</A> folder.
32570 Normally, the starting position for an incoming folder (which most Stay Open
32571 folders will likely be) is controlled by the
32572 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
32573 However, if a folder is a Stay Open folder, when you re-enter the folder
32574 after the first time the current message will be the same as it was when
32575 you left the folder.
32576 An exception is made if you use the TAB command to get to the folder.
32577 In that case, the message number will be incremented by one from what it
32578 was when you left the folder.
32580 The above special behavior is thought to be useful.
32581 However, it is special and different from what you might at first expect.
32582 If this feature is set, then Stay Open folders will not be treated specially
32583 as far as the startup rule is concerned.
32586 &lt;End of help on this topic&gt;
32587 </BODY>
32588 </HTML>
32589 ====== h_config_use_current_dir =====
32590 <HTML>
32591 <HEAD>
32592 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
32593 </HEAD>
32594 <BODY>
32595 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
32597 This feature controls an aspect of several commands. 
32598 If set, your &quot;current working directory&quot; 
32599 <!--chtml if pinemode="running"-->
32600 (which, at least for your current Alpine &quot;session,&quot; 
32601 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
32602 <!--chtml endif-->
32603 will be used instead of your home directory 
32604 <!--chtml if pinemode="running"-->
32605 (which, in the present configuration of your system, is
32606  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
32607 <!--chtml endif-->
32608 for all of the following operations:<UL>
32609     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
32610     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
32611     <LI> <!--chtml if pinemode="function_key"-->F4
32612          <!--chtml else-->Ctrl-R
32613          <!--chtml endif--> file inclusion in the COMPOSER
32614     <LI> <!--chtml if pinemode="function_key"-->F5
32615          <!--chtml else-->Ctrl-J
32616          <!--chtml endif--> file attachment in the COMPOSER
32617 </UL>
32618 <!--chtml if pinemode="os_windows"-->
32620 If you are starting PC-Alpine from a desktop icon or the Start menu, 
32621 you can set the &quot;current drive&quot; 
32622 by specifying it in the &quot;Start in:&quot; 
32623 box found in the Shortcut tab of the Properties.  
32624 <!--chtml endif-->
32626 <UL>   
32627 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32628 </UL>
32631 &lt;End of help on this topic&gt;
32632 </BODY>
32633 </HTML>
32634 ====== h_config_save_wont_delete =====
32635 <HTML>
32636 <HEAD>
32637 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
32638 </HEAD>
32639 <BODY>
32640 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
32642 This feature controls one aspect of the Save command.  If set, Save will
32643 not mark the message &quot;deleted&quot; (its default behavior) after
32644 it has been copied to the designated folder.
32647 &lt;End of help on this topic&gt;
32648 </BODY>
32649 </HTML>
32650 ====== h_config_use_boring_spinner =====
32651 <HTML>
32652 <HEAD>
32653 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
32654 </HEAD>
32655 <BODY>
32656 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
32658 When Alpine is delayed for some reason it usually shows that
32659 something is happening with a small animated display in the status
32660 message line near the bottom of the screen.
32661 Setting this feature will cause that animation to be the same
32662 each time instead of having Alpine choose a random animation.
32663 You may turn the animation off altogether by setting the
32664 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
32665 option to zero.
32668 &lt;End of help on this topic&gt;
32669 </BODY>
32670 </HTML>
32671 ====== h_config_unsel_wont_advance =====
32672 <HTML>
32673 <HEAD>
32674 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
32675 </HEAD>
32676 <BODY>
32677 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
32679 This feature controls one aspect of the Unselect Current message command.
32680 Normally, when the Unselect current message command (:) is typed when the
32681 current message is selected, the message will be unselected and the next
32682 message will become the current message.
32683 If this feature is set, the cursor will not advance to the next message.
32684 Instead, the current message will remain the current message after
32685 unselecting.
32688 &lt;End of help on this topic&gt;
32689 </BODY>
32690 </HTML>
32691 ====== h_config_prune_uses_iso =====
32692 <HTML>
32693 <HEAD>
32694 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
32695 </HEAD>
32696 <BODY>
32697 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
32699 By default, Alpine asks monthly whether or not you would like to rename
32700 some folders to a new name containing the date.
32701 It also asks whether or not you would like to delete some old folders.
32702 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
32703 explanation.
32706 By default, the name used when renaming a folder looks like
32708 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
32710 For example, the first time you run Alpine in May of 2004,
32711 the folder &quot;sent-mail&quot; might be renamed to
32713 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
32715 If this feature is set, the name used will be of the form
32717 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
32719 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
32720 month (01, 02, ..., 12).
32721 For the April, 2004 example above, it would instead be
32723 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
32725 because April is the 4th month of the year.
32726 A reason you might want to set this feature is so that the folders
32727 will sort in chronological order.
32730 &lt;End of help on this topic&gt;
32731 </BODY>
32732 </HTML>
32733 ====== h_config_save_advances =====
32734 <HTML>
32735 <HEAD>
32736 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
32737 </HEAD>
32738 <BODY>
32739 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
32741 This feature controls one aspect of the Save command.  If set, Save will
32742 (in addition to copying the current message to the designated folder) also
32743 advance to the next message.
32746 &lt;End of help on this topic&gt;
32747 </BODY>
32748 </HTML>
32749 ====== h_config_force_arrow =====
32750 <HTML>
32751 <HEAD>
32752 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
32753 </HEAD>
32754 <BODY>
32755 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
32757 This feature affects Alpine's MESSAGE INDEX display routine.
32758 If set, the normal inverse-video cursor will be
32759 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
32760 second column of the index display.
32762 This is the same index cursor you get if you turn on
32763 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
32764 line coloring will still be present if this feature is turned on and
32765 <!--#echo var="FEAT_assume-slow-link"--> is off.
32767 An alternative version of the Arrow cursor is available by including the
32768 <A HREF="h_config_index_arrow_color">ARROW</A>
32769 token in the
32770 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32772 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
32773 but that is not implemented.
32776 &lt;End of help on this topic&gt;
32777 </BODY>
32778 </HTML>
32779 ====== h_config_ignore_size =====
32780 <HTML>
32781 <HEAD>
32782 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
32783 </HEAD>
32784 <BODY>
32785 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
32787 When you have an account residing in an IMAP server, Alpine records the 
32788 size of each message as reported by the server. However, when Alpine saves 
32789 a message in such IMAP server, Alpine will compute the size of the message 
32790 independently, from the data it received. If these two numbers do not 
32791 match for a message, Alpine asks you if you still want to take the risk of 
32792 saving such message, since data corruption or loss of data could result 
32793 from this save.
32796 Sometimes the root of this problem is that the IMAP server does not 
32797 compute sizes correctly, and there will not be loss of information when 
32798 saving such message. Enabling this feature will make Alpine ignore such 
32799 error and continue saving the message without producing any warnings or 
32800 ever stopping the process, as if there had not been any error. This option 
32801 applies to all IMAP servers that you use, so if you enable this feature, 
32802 size discrepancy warnings will not be given for any IMAP server you 
32803 connect to.
32806 Example of a server where you could reproduce this problem is the Gmail 
32807 IMAP server. Another example can be found in some versions of the Exchange 
32808 server.
32811 It is recommended that this feature be disabled most of the time and only 
32812 enabled when you find a server which you can determine that has the above 
32813 mentioned defect, but be disabled again after making the save operation 
32814 succeed.
32817 &lt;End of help on this topic&gt;
32818 </BODY>
32819 </HTML>
32820 ====== h_config_force_low_speed =====
32821 <HTML>
32822 <HEAD>
32823 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
32824 </HEAD>
32825 <BODY>
32826 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
32828 UNIX Alpine only.
32830 This feature affects Alpine's display routines.  If set, the normal
32831 inverse-video cursor (used to highlight the current item in a list) will be
32832 replaced by an &quot;arrow&quot; cursor and other
32833 screen update optimizations for
32834 low-speed links (e.g. 2400 bps dialup connections) will be activated.
32835 One of the optimizations is that colored index lines (set up with Indexcolor
32836 Rules) will not be colored.
32837 If you are just turning this feature on because you like using
32838 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
32839 coloring by turning this feature off and the
32840 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
32843 &lt;End of help on this topic&gt;
32844 </BODY>
32845 </HTML>
32846 ====== h_config_show_delay_cue =====
32847 <HTML>
32848 <HEAD>
32849 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
32850 </HEAD>
32851 <BODY>
32852 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
32854 If set, this feature will cause an asterisk to appear in the upper
32855 left-hand corner of the screen whenever Alpine checks for new mail.
32856 Two asterisks whenever Alpine saves (checkpoints) the state of the current
32857 mailbox to disk.
32859 <!--chtml if pinemode="os_windows"-->
32861 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
32862 it is trying to open a network connection (e.g, to open your INBOX
32863 on an IMAP
32864 server) or read from the network connection.  A greater-than symbol,
32865 will be displayed when PC-Alpine is trying to write to the network
32866 connection (e.g, sending a command to your IMAP server).
32867 <!--chtml endif-->
32870 &lt;End of help on this topic&gt;
32871 </BODY>
32872 </HTML>
32873 ====== h_config_color_style =====
32874 <HTML>
32875 <HEAD>
32876 <TITLE>OPTION: Color Style</TITLE>
32877 </HEAD>
32878 <BODY>
32879 <H1>OPTION: Color Style</H1>
32881 UNIX Alpine only.
32883 If the terminal or terminal emulator you are using is capable of displaying
32884 colors, this option controls whether or not color will be used in Alpine.
32885 If you turn color on and things are set up correctly,
32886 you should see color appear on the screen immediately.
32887 Modern terminal emulators are usually capable of displaying colors.
32889 The available options include:
32892 <DL>
32893 <DT>no-color</DT>
32894 <DD>Don't use color.
32895 </DD>
32897 <DT>use-termdef</DT>
32898 <DD>In order to decide if your terminal is capable of color, Alpine looks in
32899 the terminal capabilities database, TERMINFO or TERMCAP, depending on
32900 how Alpine was compiled.
32901 This is a good option to choose if you switch between a color and a non-color
32902 terminal with the same Alpine configuration.
32903 Alpine will know to use color on the color terminal because it is described
32904 in the termcap entry, and Alpine will know to use black and white on the
32905 non-color terminal.
32906 The Alpine Technical Notes, distributed with the source code of Alpine
32907 have more information on configuring a TERMCAP or TERMINFO
32908 entry for color Alpine.
32909 This is usually something a system administrator does.
32910 </DD>
32912 <DT>force-ansi-8color</DT>
32913 <DD>This is probably the setting that most people should use.
32914 Because setting up a termcap entry is confusing and because the
32915 terminal capabilities database is often not correctly configured for color,
32916 this choice and the next may be easier for you to use.
32917 If your terminal emulator responds to ANSI color escape sequences, which
32918 many do, this option will cause Alpine to believe your terminal will respond
32919 to the escape sequences that produce eight different foreground and background
32920 colors.
32921 The escape sequences used to set the foreground colors are
32923   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
32925 where the color_number is an ASCII digit between 0 and 7.
32926 The numbers 0 through 7 should correspond to the colors black, red, green,
32927 yellow, blue, magenta, cyan, and white.
32928 Some terminal emulators use a pre-ANSI scheme that swaps
32929 the colors blue and red and the colors yellow and cyan.
32930 This will cause the default colors to be different, but other than that
32931 things should work fine.
32932 There is also a 9th color available, the last one shown, which is the default
32933 color from the terminal emulator.
32934 When used as a background color some people refer to this color as
32935 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
32936 shown in the color swatch of the SETUP COLOR screen.
32937 The foreground transparent color is shown as
32938 the color of the &quot;TRAN&quot; text.
32939 (The transparent color will not work correctly in a PC-Alpine configuration.)
32940 The escape sequences used to set the background colors are the same
32941 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
32942 The escape sequences for foreground and background default colors (transparent)
32943 are 39m and 49m.
32945 Note: With the Tera Term terminal emulator this setting works well.
32946 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
32947 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
32948 menu, in the &quot;Window&quot; submenu.
32949 </DD>
32951 <DT>force-ansi-16color</DT>
32952 <DD>Many terminal emulators know about the same eight colors above
32953 plus eight more.
32954 This option attempts to use all 16 colors.
32955 The same escape sequences as for the eight-color terminal are used
32956 for the first eight colors.
32957 The escape sequences used to set foreground colors 8-15 are the same as
32958 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
32959 The background color sequences for colors 8-15 are the same as for 0-7
32960 except the &quot;4&quot; is replaced with &quot;10&quot;.
32961 You can tell if the 16 colors are working by turning on this option
32962 and then going into one of the color configuration screens, for example,
32963 the configuration screen for Normal Color.
32964 If you see 16 different colors to select from (plus a 17th for
32965 the transparent color), it's working.
32966 </DD>
32968 <DT>force-xterm-256color</DT>
32969 <DD>Some versions of xterm (and some other terminal emulators)
32970 have support for 256 colors.
32971 The escape sequences used to set the foreground colors are
32973   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
32975 where the color_number is an ASCII digit between 0 and 255.
32976 Background colors are the same with the 38 replaced with a 48.
32977 The numbers 0 through 15 are probably similar to the 16 color version
32978 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
32979 The terminal default (transparent) color is the 257th color at the bottom.
32980 Some terminal emulators will misinterpret these escape sequences causing
32981 the terminal to blink or overstrike characters or to do something else
32982 undesirable.
32984 The PuTTY terminal emulator has an option called &quot;Allow terminal to
32985 use xterm 256-colour mode&quot; which allows PuTTY to work well with
32986 this 256-color setting.
32988 </DD>
32989 </DL>
32992 The normal default is &quot;no-color&quot;.
32995 Once you've turned on color you may set the
32996 colors of many objects on the screen individually.
32997 For example, you may add colors to the status letters on the MESSAGE
32998 INDEX page.
32999 Most categories of color that Alpine supports are configurable here.
33000 For example, &quot;Normal Color&quot;
33001 is the color used to display most of the text in Alpine, and
33002 &quot;Reverse Color&quot; is used to display highlighted text, such as the
33003 current message in the MESSAGE INDEX.
33005 Lines in the MESSAGE INDEX may also be colored.
33006 Use Setup Rules to get to the Indexcolor configuration screen.
33009 <UL>   
33010 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33011 </UL><P>
33012 &lt;End of help on this topic&gt;
33013 </BODY>
33014 </HTML>
33015 ====== h_config_disable_index_locale_dates =====
33016 <HTML>
33017 <HEAD>
33018 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
33019 </HEAD>
33020 <BODY>
33021 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
33023 This feature affects the display of dates in the MESSAGE INDEX.
33024 Normally an attempt is made to localize the dates
33025 used in the MESSAGE INDEX display to your locale.
33026 This is controlled with the
33027 LC_TIME locale setting on a UNIX system.
33028 On Windows the Regional Options control panel may be used to set the date format.
33029 At the programming level, Alpine is using the strftime routine
33030 to print the parts of a date.
33032 If this feature is set, dates are displayed in English and
33033 with the conventions of the United States.
33036 <UL>   
33037 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33038 </UL><P>
33039 &lt;End of help on this topic&gt;
33040 </BODY>
33041 </HTML>
33042 ====== h_config_auto_open_unread =====
33043 <HTML>
33044 <HEAD>
33045 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
33046 </HEAD>
33047 <BODY>
33048 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
33050 This feature controls the behavior of the TAB key when traversing folders
33051 in the optional 
33052 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
33053 collection or in optional <!--#echo var="VAR_news-collections"-->.
33055 When the TAB
33056 (<A HREF="h_common_nextnew">NextNew</A>)
33057 key is pressed, and there
33058 are no more unseen messages in the current (incoming message or news)
33059 folder, Alpine will search the list of folders in the current collection for
33060 one containing New or Recent (new since the last time the folder was
33061 opened) messages.
33062 This behavior may be modified slightly with the
33063 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
33064 feature that causes Alpine to look for Unseen messages instead of Recent
33065 messages.
33066 Normally, when such a folder is found, Alpine will ask
33067 whether you wish to open the folder.  If this feature is set, Alpine will
33068 automatically open the folder without prompting.
33070 This feature also affects some other similar situations.
33071 If you have a
33072 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
33073 that is equal to one of the &quot;separate-&quot; values, and you are
33074 viewing a thread; then when you type the NextNew command and are at the
33075 end of the current thread you will automatically go to the next thread
33076 if this feature is set.
33077 By default, you would be asked if you want to view the next thread.
33078 You will also be asked at times whether or not you want to view the next
33079 thread after you delete the last message in the thread.
33080 Setting this feature will also cause that question to be skipped.
33083 <UL>   
33084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33085 </UL><P>
33086 &lt;End of help on this topic&gt;
33087 </BODY>
33088 </HTML>
33089 ====== h_config_auto_include_reply =====
33090 <HTML>
33091 <HEAD>
33092 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
33093 </HEAD>
33094 <BODY>
33095 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
33097 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
33098 will ask whether you wish to include the original message in your reply.
33099 If this feature is set and the feature
33100 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
33101 is <EM>not</EM> set, then the original message will be included in the reply
33102 automatically, without prompting.
33104 &lt;End of help on this topic&gt;
33105 </BODY>
33106 </HTML>
33107 ====== h_config_select_in_bold =====
33108 <HTML>
33109 <HEAD>
33110 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
33111 </HEAD>
33112 <BODY>
33113 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
33115 This feature controls an aspect of Alpine's 
33116 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
33117 commands; in
33118 particular, the Select and WhereIs commands. Select and WhereIs (with the
33119 ^X subcommand) will search the current folder for messages meeting a
33120 specified criteria, and &quot;tag&quot; the resulting messages with an 
33121 &quot;X&quot; in the
33122 first column of the applicable lines in the MESSAGE INDEX.  If this feature
33123 is set, instead of using the &quot;X&quot; to denote a selected message, 
33124 Alpine will
33125 attempt to display those index lines in boldface. Whether this is
33126 preferable to the &quot;X&quot; will depend on personal taste and the type of
33127 terminal being used.
33129 <UL>   
33130 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33131 </UL><P>
33132 &lt;End of help on this topic&gt;
33133 </BODY>
33134 </HTML>
33135 ====== h_config_alt_auth =====
33136 <HTML>
33137 <HEAD>
33138 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
33139 </HEAD>
33140 <BODY>
33141 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
33143 This feature affects how Alpine connects to IMAP servers.
33144 Its utility has largely been overtaken by events,
33145 but it may still be useful in some circumstances.
33146 If you only connect to modern IMAP servers that support
33147 &quot;STARTTLS&quot; you can ignore this feature.
33150 Details:
33153 By default, Alpine will attempt to connect to an IMAP server on the
33154 normal IMAP service port (143), and if the server offers &quot;Transport Layer
33155 Security&quot; (STARTTLS) and Alpine has been compiled with encryption capability,
33156 then a secure (encrypted) session will be negotiated.
33159 With this feature enabled, before connecting on the normal IMAP port, Alpine
33160 will first attempt to connect to an alternate IMAP service port (993) used
33161 specifically for encrypted IMAP sessions via the Secure Sockets Layer
33162 (SSL) or Transport Layer Security (TLS) method.
33163 If the SSL attempt fails, Alpine will then try the default
33164 behavior described in the previous paragraph.
33167 STARTTLS negotiation on the normal port is preferred, and supersedes the use of
33168 SSL on port 993, but older servers may not provide STARTTLS support.
33169 This feature may be convenient when accessing IMAP servers that do not support
33170 STARTTLS, but do support SSL or TLS connections on port 993.
33171 However, it is important to understand that with this feature enabled,
33172 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
33173 but it will proceed to make an insecure connection if that is the only
33174 option offered by the server, or if the Alpine in question has been built
33175 without encryption capability.
33178 Note that this feature specifies a per-user (or system-wide) default
33179 behavior, but host/folder specification flags may be used to control the
33180 behavior of any specific connection.
33181 This feature interacts with some of
33182 the possible host/folder path specification flags as follows:
33185 The <SAMP>/starttls</SAMP> host flag, for example,
33188 <CENTER><SAMP>{foo.example.com/starttls}INBOX</SAMP></CENTER>
33190 will over-ride this feature for the specified host by bypassing the
33191 SSL or TLS connection attempt.
33192 Moreover, with <SAMP>/starttls</SAMP> specified,
33193 the connection attempt will fail if the
33194 service on port 143 does not offer TLS support.
33197 The <SAMP>/ssl</SAMP> host flag, for example,
33200 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
33202 will insist on an SSL or TLS connection for the specified host,
33203 and will fail if the SSL or TLS service on port 993 is not available.
33204 Alpine will not subsequently retry a connection
33205 on port 143 if <SAMP>/ssl</SAMP> is specified.
33208 <UL>   
33209 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33210 </UL><P>
33211 &lt;End of help on this topic&gt;
33212 </BODY>
33213 </HTML>
33214 ====== h_config_file_dir ======
33215 <HTML>
33216 <HEAD>
33217 <TITLE>OPTION: File Directory</TITLE>
33218 </HEAD>
33219 <BODY>
33220 <H1>OPTION: File Directory</H1>
33222 PC-Alpine only.
33224 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
33225 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
33226 Message Index's &quot;E&nbsp;Export&quot; command.
33229 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
33230 component, Alpine assumes the file exists in the user's home directory.
33231 Under Windows operating systems, this definition isn't always clear.  This 
33232 feature allows you to explicitly set where Alpine should look for files
33233 without a leading path.
33236 NOTE: this feature's value is ignored if either 
33237 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
33238 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
33241 <UL>   
33242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33243 </UL><P>
33244 &lt;End of help on this topic&gt;
33245 </BODY>
33246 </HTML>
33247 ====== h_config_quote_all_froms =====
33248 <HTML>
33249 <HEAD>
33250 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
33251 </HEAD>
33252 <BODY>
33253 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
33255 This feature controls an aspect of the Save command (and also the way
33256 outgoing messages are saved to an FCC folder).  If set, Alpine will add
33257 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
33258 when they are saved to another folder, including lines syntactically
33259 distinguishable from the type of message separator line commonly used on
33260 Unix systems.
33263 The default behavior is that a &quot;>&quot; will be prepended only to lines
33264 beginning with &quot;From &quot; that might otherwise be confused with a message
33265 separator line on Unix systems.  If pine is the only mail program you use,
33266 this default is reasonable.  If another program you use has trouble
33267 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
33268 enable this feature.  This feature only applies to the common Unix mailbox
33269 format that uses message separator lines beginning with &quot;From &quot;.  If
33270 Alpine has been configured to use a different mailbox format (possibly
33271 incompatible with other mail programs), then this issue does not arise,
33272 and the feature is irrelevant.
33275 &lt;End of help on this topic&gt;
33276 </BODY>
33277 </HTML>
33278 ====== h_config_normal_color =====
33279 <HTML>
33280 <HEAD>
33281 <TITLE>OPTION: Normal Color</TITLE>
33282 </HEAD>
33283 <BODY>
33284 <H1>OPTION: Normal Color</H1>
33286 Sets the color Alpine normally uses.
33287 The foreground color is the color of the actual character and the
33288 background color is the color of the area behind the character.
33289 By default this color is black characters on a white background.
33291 <A HREF="h_color_setup">Descriptions of the available commands</A>
33293 Look <A HREF="h_edit_nav_cmds">here</A>
33294 to see the available Editing and Navigation commands.
33296 &lt;End of help on this topic&gt;
33297 </BODY>
33298 </HTML>
33299 ====== h_config_reverse_color =====
33300 <HTML>
33301 <HEAD>
33302 <TITLE>OPTION: Reverse Color</TITLE>
33303 </HEAD>
33304 <BODY>
33305 <H1>OPTION: Reverse Color</H1>
33307 Sets the color Alpine uses for reverse video characters.
33308 The foreground color is the color of the actual character and the
33309 background color is the color of the area behind the character.
33311 <A HREF="h_color_setup">Descriptions of the available commands</A>
33313 Look <A HREF="h_edit_nav_cmds">here</A>
33314 to see the available Editing and Navigation commands.
33316 &lt;End of help on this topic&gt;
33317 </BODY>
33318 </HTML>
33319 ====== h_config_title_color =====
33320 <HTML>
33321 <HEAD>
33322 <TITLE>OPTION: Title Color</TITLE>
33323 </HEAD>
33324 <BODY>
33325 <H1>OPTION: Title Color</H1>
33327 Sets the color Alpine uses for the titlebar (the top line on the screen).
33328 The foreground color is the color of the actual character and the
33329 background color is the color of the area behind the character.
33330 By default, the Title Color is black characters on a yellow background.
33332 The actual titlebar color may be different from the Title Color if
33333 the option
33334 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
33335 is set to some value other than the default.
33336 It may also be different if the current folder is closed and the
33337 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
33338 color is set to something different from the Title Color.
33340 <A HREF="h_color_setup">Descriptions of the available commands</A>
33342 Look <A HREF="h_edit_nav_cmds">here</A>
33343 to see the available Editing and Navigation commands.
33345 &lt;End of help on this topic&gt;
33346 </BODY>
33347 </HTML>
33348 ====== h_config_titleclosed_color =====
33349 <HTML>
33350 <HEAD>
33351 <TITLE>OPTION: Title Closed Color</TITLE>
33352 </HEAD>
33353 <BODY>
33354 <H1>OPTION: Title Closed Color</H1>
33356 Sets the color Alpine uses for the titlebar (the top line on the screen)
33357 when the current folder is closed.
33358 The foreground color is the color of the actual character and the
33359 background color is the color of the area behind the character.
33360 By default, the Title Color Closed Color is white characters on a red background.
33362 By setting this color to something noticeable you will be alerted to the
33363 fact that the current folder is closed, perhaps unexpectedly.
33365 &lt;End of help on this topic&gt;
33366 </BODY>
33367 </HTML>
33368 ====== h_config_status_color =====
33369 <HTML>
33370 <HEAD>
33371 <TITLE>OPTION: Status Color</TITLE>
33372 </HEAD>
33373 <BODY>
33374 <H1>OPTION: Status Color</H1>
33376 Sets the color Alpine uses for status messages written to the message
33377 line near the bottom of the screen.
33378 The foreground color is the color of the actual character and the
33379 background color is the color of the area behind the character.
33380 By default, the Status Color is the same as the Reverse Color.
33382 <A HREF="h_color_setup">Descriptions of the available commands</A>
33384 Look <A HREF="h_edit_nav_cmds">here</A>
33385 to see the available Editing and Navigation commands.
33387 &lt;End of help on this topic&gt;
33388 </BODY>
33389 </HTML>
33390 ====== h_config_index_opening_color =====
33391 <HTML>
33392 <HEAD>
33393 <TITLE>OPTION: Index Opening Color</TITLE>
33394 </HEAD>
33395 <BODY>
33396 <H1>OPTION: Index Opening Color</H1>
33398 With some setups the text of the subject is followed
33399 by the opening text of the message if there is any room available in the index line.
33400 If you have configured your
33401 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33402 to include one of the Subject tokens that causes this behavior
33403 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
33404 this opening text with this option.
33405 This coloring takes place for all but the current index line, and the Opening
33406 Color appears to be in front of any color from an Index Color Rule.
33408 By default the Index Opening Color is gray characters on a white background.
33411 <A HREF="h_color_setup">Descriptions of the available commands</A>
33413 Look <A HREF="h_edit_nav_cmds">here</A>
33414 to see the available Editing and Navigation commands.
33416 &lt;End of help on this topic&gt;
33417 </BODY>
33418 </HTML>
33419 ====== h_config_index_pri_color =====
33420 <HTML>
33421 <HEAD>
33422 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
33423 </HEAD>
33424 <BODY>
33425 <H1>OPTION: Index Priority Symbol Colors</H1>
33427 The X-Priority header is a non-standard header that is used in a
33428 somewhat standard way by many mail programs.
33429 Alpine expects the value of this header to be a digit with a value
33430 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
33431 Alpine can be made to display an indication of this priority in
33432 messages by use of one of the tokens
33433 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
33434 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
33435 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33438 You may set the color used to draw these tokens by use of the colors
33439 Index High Priority Symbol Color and Index Low Priority Symbol Color.
33440 This coloring takes place for all but the current index line, and the Priority
33441 Color appears to be in front of any color from an Index Color Rule.
33442 If the priority has a value of 1 or 2 the High Priority color will be
33443 used,
33444 and if the value is 4 or 5 the Low Priority color will be used.
33446 If you don't set these colors the index line will be colored in the same color as
33447 the bulk of the index line.
33450 <A HREF="h_color_setup">Descriptions of the available commands</A>
33452 Look <A HREF="h_edit_nav_cmds">here</A>
33453 to see the available Editing and Navigation commands.
33455 &lt;End of help on this topic&gt;
33456 </BODY>
33457 </HTML>
33458 ====== h_config_index_subject_color =====
33459 <HTML>
33460 <HEAD>
33461 <TITLE>OPTION: Index Subject Color</TITLE>
33462 </HEAD>
33463 <BODY>
33464 <H1>OPTION: Index Subject Color</H1>
33466 You may set the color used to draw the Subject part of the index line.
33467 This coloring takes place for all but the current index line, and the Subject
33468 Color appears to be in front of any color from an Index Color Rule.
33470 If you don't set this color it will be colored in the same color as
33471 the bulk of the index line.
33474 <A HREF="h_color_setup">Descriptions of the available commands</A>
33476 Look <A HREF="h_edit_nav_cmds">here</A>
33477 to see the available Editing and Navigation commands.
33479 &lt;End of help on this topic&gt;
33480 </BODY>
33481 </HTML>
33482 ====== h_config_index_from_color =====
33483 <HTML>
33484 <HEAD>
33485 <TITLE>OPTION: Index From Color</TITLE>
33486 </HEAD>
33487 <BODY>
33488 <H1>OPTION: Index From Color</H1>
33490 You may set the color used to draw the From part of the index line.
33491 This coloring takes place for all but the current index line, and the From
33492 Color appears to be in front of any color from an Index Color Rule.
33494 If you don't set this color it will be colored in the same color as
33495 the bulk of the index line.
33498 <A HREF="h_color_setup">Descriptions of the available commands</A>
33500 Look <A HREF="h_edit_nav_cmds">here</A>
33501 to see the available Editing and Navigation commands.
33503 &lt;End of help on this topic&gt;
33504 </BODY>
33505 </HTML>
33506 ====== h_config_index_arrow_color =====
33507 <HTML>
33508 <HEAD>
33509 <TITLE>OPTION: Index Arrow Color</TITLE>
33510 </HEAD>
33511 <BODY>
33512 <H1>OPTION: Index Arrow Color</H1>
33514 If you have configured your
33515 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33516 to include the &quot;ARROW&quot; token, you may set the color of
33517 the arrow displayed with this option.
33518 If you don't set the color it will be colored in the same color as
33519 the bulk of the index line.
33522 <A HREF="h_color_setup">Descriptions of the available commands</A>
33524 Look <A HREF="h_edit_nav_cmds">here</A>
33525 to see the available Editing and Navigation commands.
33527 &lt;End of help on this topic&gt;
33528 </BODY>
33529 </HTML>
33530 ====== h_config_index_color =====
33531 <HTML>
33532 <HEAD>
33533 <TITLE>OPTION: Index Colors</TITLE>
33534 </HEAD>
33535 <BODY>
33536 <H1>OPTION: Index Colors</H1>
33538 You may add color to the single character symbols that give the status
33539 of each message in the MESSAGE INDEX.
33540 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
33541 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
33542 screen depending on whether the message is addressed to you, and whether
33543 the message is marked Important, is Deleted, is Answered, or is New.
33544 The color for each of those characters may be specified by setting the
33545 &quot;Index-to-me&quot; Symbol Color,
33546 the &quot;Index-important&quot; Symbol Color,
33547 the &quot;Index-deleted&quot; Symbol Color,
33548 the &quot;Index-answered&quot; Symbol Color,
33549 and the &quot;Index-new&quot; Symbol Color.
33550 There are also two other symbol colors called &quot;Index-recent&quot;
33551 and &quot;Index-unseen&quot;.
33552 These two colors will only be used if you have configured your
33553 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
33554 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
33556 The default colors for these symbols are:
33557 <TABLE>
33558 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
33559 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
33560 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33561 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
33562 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
33563 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33564 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33565 </TABLE>
33567 Besides coloring the message status symbols, you may also color the
33568 entire index line.
33569 This is done by using the
33570 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
33571 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
33572 When the entire line is colored that color will be &quot;behind&quot; the
33573 status symbol colors talked about in the paragraph above.
33575 You may also color
33576 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33577 in the index using the
33578 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
33579 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
33580 the Subject using
33581 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
33582 the From field using
33583 <A HREF="h_config_index_from_color">Index From Color</A>;
33584 and the
33585 <A HREF="h_config_index_opening_color">Index Opening</A> text.
33587 <A HREF="h_color_setup">Descriptions of the available commands</A>
33589 Look <A HREF="h_edit_nav_cmds">here</A>
33590 to see the available Editing and Navigation commands.
33592 &lt;End of help on this topic&gt;
33593 </BODY>
33594 </HTML>
33595 ====== h_config_metamsg_color =====
33596 <HTML>
33597 <HEAD>
33598 <TITLE>OPTION: Meta-Message Color</TITLE>
33599 </HEAD>
33600 <BODY>
33601 <H1>OPTION: Meta-Message Color</H1>
33603 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
33604 that aren't part of the message itself.
33605 For example, an attachment that isn't shown might produce a meta
33606 message something like:
33608 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
33610 If you set the
33611 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
33612 option you might see
33614 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
33616 Warnings about suspicious looking URLs in HTML will also be colored
33617 with this color.
33619 The foreground color is the color of the actual character and the
33620 background color is the color of the area behind the character.
33621 By default, the Meta-Message Color is black characters on a yellow background.
33623 <A HREF="h_color_setup">Descriptions of the available commands</A>
33625 Look <A HREF="h_edit_nav_cmds">here</A>
33626 to see the available Editing and Navigation commands.
33628 &lt;End of help on this topic&gt;
33629 </BODY>
33630 </HTML>
33631 ====== h_config_keylabel_color =====
33632 <HTML>
33633 <HEAD>
33634 <TITLE>OPTION: KeyLabel Color</TITLE>
33635 </HEAD>
33636 <BODY>
33637 <H1>OPTION: KeyLabel Color</H1>
33639 Sets the color Alpine uses for the labels of the keys in the two-line
33640 menu at the bottom of the screen.
33641 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33642 This option sets the color used when displaying &quot;PrevMsg&quot;.
33643 The foreground color is the color of the actual character and the
33644 background color is the color of the area behind the character.
33645 By default, the KeyLabel Color is the same as the Normal Color.
33647 WARNING: Some terminal emulators have the property that the screen will scroll
33648 down one line whenever a character is written to the character cell in the
33649 lower right corner of the screen.
33650 Alpine can usually avoid writing a character in that corner of the screen.
33651 However, if you have defined a KeyLabel Color then Alpine does have to write
33652 a character in that cell in order to color the cell correctly.
33653 If you find that your display sometimes scrolls up a line this could be
33654 the problem.
33655 The most obvious symptom is probably that the titlebar at the top of the
33656 screen scrolls off the screen.
33657 Try setting KeyLabel Color to Default to see if that fixes the problem.
33659 <A HREF="h_color_setup">Descriptions of the available commands</A>
33661 Look <A HREF="h_edit_nav_cmds">here</A>
33662 to see the available Editing and Navigation commands.
33664 &lt;End of help on this topic&gt;
33665 </BODY>
33666 </HTML>
33667 ====== h_config_keyname_color =====
33668 <HTML>
33669 <HEAD>
33670 <TITLE>OPTION: KeyName Color</TITLE>
33671 </HEAD>
33672 <BODY>
33673 <H1>OPTION: KeyName Color</H1>
33675 Sets the color Alpine uses for the names of the keys in the two-line
33676 menu at the bottom of the screen.
33677 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33678 This option sets the color used when displaying the &quot;P&quot;.
33679 The foreground color is the color of the actual character and the
33680 background color is the color of the area behind the character.
33681 By default, the KeyName Color is the same as the Reverse Color.
33683 <A HREF="h_color_setup">Descriptions of the available commands</A>
33685 Look <A HREF="h_edit_nav_cmds">here</A>
33686 to see the available Editing and Navigation commands.
33688 &lt;End of help on this topic&gt;
33689 </BODY>
33690 </HTML>
33691 ====== h_config_slctbl_color =====
33692 <HTML>
33693 <HEAD>
33694 <TITLE>OPTION: Selectable Item Color</TITLE>
33695 </HEAD>
33696 <BODY>
33697 <H1>OPTION: Selectable Item Color</H1>
33699 Sets the color Alpine uses for selectable items, such as URLs.
33700 The foreground color is the color of the actual character and the
33701 background color is the color of the area behind the character.
33702 By default, the Selectable Item Color is the same as the Normal Color,
33703 except that it is bold.
33705 <A HREF="h_color_setup">Descriptions of the available commands</A>
33707 Look <A HREF="h_edit_nav_cmds">here</A>
33708 to see the available Editing and Navigation commands.
33710 &lt;End of help on this topic&gt;
33711 </BODY>
33712 </HTML>
33713 ====== h_config_quote_color =====
33714 <HTML>
33715 <HEAD>
33716 <TITLE>OPTION: Quote Colors</TITLE>
33717 </HEAD>
33718 <BODY>
33719 <H1>OPTION: Quote Colors</H1>
33721 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
33722 screen.
33723 If a line begins with a &gt; character (or space followed by &gt;)
33724 it is considered a quote.
33725 That line will be given the Quote1 Color (first level quote).
33726 If there is a second level of quoting then the Quote2 Color will be used.
33727 Alpine considers there to be a second level of quoting if that first &gt; is
33728 followed by another &gt; (or space followed by &gt;).
33729 If there are characters other than whitespace and &gt; signs, then it isn't
33730 considered another level of quoting.
33731 Similarly, if there is a third level of quoting the Quote3 Color will be
33732 used.
33733 If there are more levels after that the Quote Colors are re-used.
33734 If you define all three colors then it would repeat like Color1, Color2, Color3,
33735 Color1, Color2, Color3, ...
33736 If you only define the first two it would be
33737 Color1, Color2, Color1, Color2, ...
33738 If you define only the Quote1 Color, then the entire quote would be that
33739 color regardless of the quoting levels.
33740 By default, the Quote1 Color is black characters on a greenish-blue background;
33741 the Quote2 Color is black characters on a dull yellow background; and
33742 the Quote3 Color is black characters on a green background.
33744 <A HREF="h_color_setup">Descriptions of the available commands</A>
33746 Look <A HREF="h_edit_nav_cmds">here</A>
33747 to see the available Editing and Navigation commands.
33749 &lt;End of help on this topic&gt;
33750 </BODY>
33751 </HTML>
33752 ====== h_config_folder_color =====
33753 <HTML>
33754 <HEAD>
33755 <TITLE>OPTION: Folder Color</TITLE>
33756 </HEAD>
33757 <BODY>
33758 <H1>OPTION: Folder Color</H1>
33760 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
33761 screen. By default, the Folder Color is the normal text color.
33764 If you set a color for this feature, other than the normal color
33765 (the default), or a color for
33766 <A HREF="h_config_directory_color">Directory Color</A>, then directories
33767 will be colored according to the color specified in the
33768 <A HREF="h_config_directory_color">Directory Color</A> option. In this
33769 case, the color will be the only indication that the colored name
33770 refers to a directory. The normal behavior is that Alpine
33771 indicates that a name refers to a directory by appending a
33772 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
33773 the folder.
33776 If a folder is a directory, then the folder name will be painted
33777 according to the color defined by this variable, and a separator
33778 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
33779 to the name. That
33780 indicator will be painted according to the color defined in the
33781 <A HREF="h_config_directory_color">Directory Color</A> option.
33784 &lt;End of help on this topic&gt;
33785 </BODY>
33786 </HTML>
33787 ====== h_config_directory_color =====
33788 <HTML>
33789 <HEAD>
33790 <TITLE>OPTION: Directory Color</TITLE>
33791 </HEAD>
33792 <BODY>
33793 <H1>OPTION: Directory Color</H1>
33795 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
33796 screen. By default, the Folder Color is the normal text color.
33798 If you set a color for this feature, other than the normal color
33799 (the default), or a color for
33800 <A HREF="h_config_folder_color">Folder Color</A>, then folders
33801 will be colored according to the color specified in the
33802 <A HREF="h_config_folder_color">Folder Color</A> option. In this
33803 case, the color will be the only indication that the colored name
33804 refers to a directory. The normal behavior is that Alpine
33805 indicates that a name refers to a directory by appending a
33806 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
33807 the folder.
33809 If a folder is a directory, then the folder name will be painted
33810 according to the color defined by the option
33811 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
33812 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
33813 after the name. That
33814 indicator will be painted according to the color defined in this
33815 option.
33817 &lt;End of help on this topic&gt;
33818 </BODY>
33819 </HTML>
33820 ====== h_config_folder_list_color =====
33821 <HTML>
33822 <HEAD>
33823 <TITLE>OPTION: Folder-List Color</TITLE>
33824 </HEAD>
33825 <BODY>
33826 <H1>OPTION: Folder-List Color</H1>
33828 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
33829 screen. By default, the Folder-List Color is the normal text color.
33831 This text refers to the informative text that Alpine displays so you
33832 can recognize each collection. The color of the content of each collection
33833 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
33834 and <A HREF="h_config_directory_color">Directory Color</A>.
33836 Unlike the options
33837 <A HREF="h_config_folder_color">Folder Color</A>
33838 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
33839 this option does not affect the way that Alpine reports folders,
33840 directories and folders that are directories.
33842 &lt;End of help on this topic&gt;
33843 </BODY>
33844 </HTML>
33845 ====== h_config_incunseen_color =====
33846 <HTML>
33847 <HEAD>
33848 <TITLE>OPTION: Incoming Unseen Color</TITLE>
33849 </HEAD>
33850 <BODY>
33851 <H1>OPTION: Incoming Unseen Color</H1>
33853 If the option
33854 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
33855 is turned on it is possible to highlight the folders that contain
33856 unseen messages by coloring them with this color.
33857 By default, this is the same as the Normal Color and no highlighting is done.
33859 Usually the &quot;current&quot; folder (the folder the cursor is on)
33860 is highlighted using reverse video.
33861 If the current folder is colored because it contains unseen messages then
33862 the color used to show that it is also the current folder is controlled
33863 by the
33864 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
33865 feature at the top of the SETUP COLOR screen.
33867 <A HREF="h_color_setup">Descriptions of the available commands</A>
33869 Look <A HREF="h_edit_nav_cmds">here</A>
33870 to see the available Editing and Navigation commands.
33872 &lt;End of help on this topic&gt;
33873 </BODY>
33874 </HTML>
33875 ====== h_config_signature_color =====
33876 <HTML>
33877 <HEAD>
33878 <TITLE>OPTION: Signature Color</TITLE>
33879 </HEAD>
33880 <BODY>
33881 <H1>OPTION: Signature Color</H1>
33883 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
33884 screen. According to USENET conventions, the signature is defined as the
33885 paragraph following the &quot;sigdashes&quot;, that is, the special line
33886 consisting of the three characters
33887 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
33888 empty line right after the sigdashes to be considered as part of the
33889 signature.
33890 By default, the Signature Color is blue characters on a white background.
33892 <A HREF="h_color_setup">Descriptions of the available commands</A>
33894 Look <A HREF="h_edit_nav_cmds">here</A>
33895 to see the available Editing and Navigation commands.
33897 &lt;End of help on this topic&gt;
33898 </BODY>
33899 </HTML>
33900 ====== h_config_prompt_color =====
33901 <HTML>
33902 <HEAD>
33903 <TITLE>OPTION: Prompt Color</TITLE>
33904 </HEAD>
33905 <BODY>
33906 <H1>OPTION: Prompt Color</H1>
33908 Sets the color Alpine uses for confirmation prompts and questions that
33909 appear in the status line near the bottom of the screen.
33910 The foreground color is the color of the actual character and the
33911 background color is the color of the area behind the character.
33912 By default, the Prompt Color is the same as the Reverse Color.
33914 <A HREF="h_color_setup">Descriptions of the available commands</A>
33916 Look <A HREF="h_edit_nav_cmds">here</A>
33917 to see the available Editing and Navigation commands.
33919 &lt;End of help on this topic&gt;
33920 </BODY>
33921 </HTML>
33922 ====== h_config_header_general_color =====
33923 <HTML>
33924 <HEAD>
33925 <TITLE>OPTION: Header General Color</TITLE>
33926 </HEAD>
33927 <BODY>
33928 <H1>OPTION: Header General Color</H1>
33930 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
33931 screen.
33932 The foreground color is the color of the actual character and the
33933 background color is the color of the area behind the character.
33934 By default, this is the same as the Normal Color.
33936 It is also possible to set the colors for specific header fields, for
33937 example the Subject, using
33938 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
33939 If both a Header General Color and a specific Viewer Header Color are set
33940 the specific color will override the general color, as you would expect.
33942 <A HREF="h_color_setup">Descriptions of the available commands</A>
33944 Look <A HREF="h_edit_nav_cmds">here</A>
33945 to see the available Editing and Navigation commands.
33947 &lt;End of help on this topic&gt;
33948 </BODY>
33949 </HTML>
33950 ====== h_config_incol =====
33951 <HTML>
33952 <HEAD>
33953 <TITLE>Index Line Color</TITLE>
33954 </HEAD>
33955 <BODY>
33956 <H1>Index Line Color</H1>
33958 This option is used to set the color of a line in the index when the
33959 message for that line matches the Pattern.
33960 This colors the whole index line, except possibly the status letters,
33961 which may be colored separately using the
33962 <A HREF="h_color_setup">Setup Kolor</A> screen.
33963 The foreground color is the color of the actual characters and the
33964 background color is the color of the area behind the characters.
33966 <A HREF="h_color_setup">Descriptions of the available commands</A>
33968 Look <A HREF="h_edit_nav_cmds">here</A>
33969 to see the available Editing and Navigation commands.
33971 &lt;End of help on this topic&gt;
33972 </BODY>
33973 </HTML>
33974 ====== h_config_usetransparent_color =====
33975 <HTML>
33976 <HEAD>
33977 <TITLE>OPTION: Use Transparent Color</TITLE>
33978 </HEAD>
33979 <BODY>
33980 <H1>OPTION: Use Transparent Color</H1>
33982 This is a special color supported by some terminal emulators.
33983 It is intended to result in the default foreground or background color
33984 from the terminal emulator.
33985 This is the color the terminal was displaying characters in before you started Alpine.
33986 The reason it is called Transparent is because you could set the foreground color
33987 to some specific color, like Red, and then set the background color to the
33988 Transparent Color. If it works as expected, the background color from the terminal
33989 window in which Alpine is running will show through but with the Red characters
33990 in the foreground.
33992 <A HREF="h_color_setup">Descriptions of the available commands</A>
33994 Look <A HREF="h_edit_nav_cmds">here</A>
33995 to see the available Editing and Navigation commands.
33997 &lt;End of help on this topic&gt;
33998 </BODY>
33999 </HTML>
34000 ====== h_config_usenormal_color =====
34001 <HTML>
34002 <HEAD>
34003 <TITLE>OPTION: Use Normal Color</TITLE>
34004 </HEAD>
34005 <BODY>
34006 <H1>OPTION: Use Normal Color</H1>
34008 When you use this color value, the actual color used will be the same
34009 as the corresponding Normal Color.
34010 For example if your Normal Color is black on white and you set both
34011 the foreground and background colors here to use the Normal Color, you'll
34012 get black on white. If you later change the Normal Color to red on blue
34013 this color will also change to red on blue.
34015 <A HREF="h_color_setup">Descriptions of the available commands</A>
34017 Look <A HREF="h_edit_nav_cmds">here</A>
34018 to see the available Editing and Navigation commands.
34020 &lt;End of help on this topic&gt;
34021 </BODY>
34022 </HTML>
34023 ====== h_config_usenone_color =====
34024 <HTML>
34025 <HEAD>
34026 <TITLE>OPTION: Use None Color</TITLE>
34027 </HEAD>
34028 <BODY>
34029 <H1>OPTION: Use None Color</H1>
34031 This is a special color that simply means to leave the color alone.
34032 It is useful for Index symbols and for Keyword Colors used in the Subject
34033 field of an index line.
34034 The most likely use is to set an explicit foreground color and then set
34035 the background color to the None Color.
34036 That will cause the symbol or keyword to be drawn in the foreground color
34037 with a background equal to whatever color the rest of the index line is already
34038 drawn in.
34039 You will see no visible effect unless you have assigned Indexcolor Rules to
34040 color index lines or you have set an actual color for the Reverse Color.
34042 <A HREF="h_color_setup">Descriptions of the available commands</A>
34044 Look <A HREF="h_edit_nav_cmds">here</A>
34045 to see the available Editing and Navigation commands.
34047 &lt;End of help on this topic&gt;
34048 </BODY>
34049 </HTML>
34050 ====== h_config_dflt_color =====
34051 <HTML>
34052 <HEAD>
34053 <TITLE>OPTION: Default Color</TITLE>
34054 </HEAD>
34055 <BODY>
34056 <H1>OPTION: Default Color</H1>
34058 Setting default will cause the color to be the default color.
34059 Unsetting default is normally done by choosing a color, but in some cases
34060 you may want to declare the current default color to be your non-default
34061 choice.
34062 For example, the default Keyname Color is the same as the Reverse Color.
34063 Whenever the Reverse Color changes the Keyname Color will also change, unless
34064 you've changed it or unset the default box.
34066 <A HREF="h_color_setup">Descriptions of the available commands</A>
34068 Look <A HREF="h_edit_nav_cmds">here</A>
34069 to see the available Editing and Navigation commands.
34071 &lt;End of help on this topic&gt;
34072 </BODY>
34073 </HTML>
34074 ====== h_config_bold_slctbl =====
34075 <HTML>
34076 <HEAD>
34077 <TITLE>OPTION: Bold</TITLE>
34078 </HEAD>
34079 <BODY>
34080 <H1>OPTION: Bold</H1>
34082 The color for this particular section may have the Bold attribute turned
34083 on or off.
34084 Setting bold will cause the characters to be bold.
34086 <A HREF="h_color_setup">Descriptions of the available commands</A>
34088 Look <A HREF="h_edit_nav_cmds">here</A>
34089 to see the available Editing and Navigation commands.
34091 &lt;End of help on this topic&gt;
34092 </BODY>
34093 </HTML>
34094 ====== h_config_kw_color =====
34095 <HTML>
34096 <HEAD>
34097 <TITLE>OPTION: Keyword Colors</TITLE>
34098 </HEAD>
34099 <BODY>
34100 <H1>OPTION: Keyword Colors</H1>
34102 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
34103 Keywords are displayed as part of the Subject by default.
34104 They are also displayed as part of the Subject if the tokens
34105 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
34106 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
34107 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
34108 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
34110 For example, you might have set up a Keyword
34111 &quot;Work&quot; using the
34112 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
34113 You could cause that Keyword to show up as a special color
34114 by setting up the Keyword Color using this option, and then including it
34115 in the MESSAGE INDEX screen using one of the tokens listed above in the
34116 <!--#echo var="VAR_index-format"-->.
34118 <A HREF="h_color_setup">Descriptions of the available commands</A>
34120 Look <A HREF="h_edit_nav_cmds">here</A>
34121 to see the available Editing and Navigation commands.
34123 &lt;End of help on this topic&gt;
34124 </BODY>
34125 </HTML>
34126 ====== h_config_customhdr_color =====
34127 <HTML>
34128 <HEAD>
34129 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
34130 </HEAD>
34131 <BODY>
34132 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
34134 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
34135 For example, you may set the color of the Subject header or the From header.
34136 The foreground color is the color of the actual character and the
34137 background color is the color of the area behind the character.
34139 In addition to setting the colors for particular headers (like the Subject)
34140 you may also set a color to be used for all headers unless overridden by a
34141 more specific Viewer Header Color.
34142 To do this use the
34143 <A HREF="h_config_header_general_color">Header General Color</A>.
34145 For Header Colors,
34146 there is an additional line on the
34147 screen labeled &quot;Pattern to match&quot;.
34148 If you leave that blank, then the whole field for that header will
34149 be colored.
34150 However, if you give a pattern to match, the coloring will only take place
34151 if there is a match for that pattern in the value of the field.
34152 For example, if you are working on a color for the Subject header and
34153 you fill in a pattern of &quot;important&quot;, then only Subjects that
34154 contain the word &quot;important&quot; will be colored.
34156 If the pattern you enter is a comma-separated list of patterns, then coloring
34157 happens if any of those patterns matches.
34159 <A HREF="h_color_setup">Descriptions of the available commands</A>
34161 Look <A HREF="h_edit_nav_cmds">here</A>
34162 to see the available Editing and Navigation commands.
34164 &lt;End of help on this topic&gt;
34165 </BODY>
34166 </HTML>
34167 ====== h_config_indextoken_color =====
34168 <HTML>
34169 <HEAD>
34170 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
34171 </HEAD>
34172 <BODY>
34173 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
34175 This option allows you to set up the color in which any token, not specified by the
34176 previous options, will be colored in the MESSAGE INDEX screen. 
34178 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
34179 a token that can be used in the index format. 
34180 The list of available tokens is <A HREF="h_index_tokens">here</A>.
34182 If you fail to enter a valid token your entry will be ignored, and you will be asked to
34183 enter a new one. Once you have entered a valid token, a line will be added to the
34184 configuration screen that you can use to set up the colors in which that token will
34185 be painted. This is done in the same way that you configure colors for other
34186 variables.
34188 <A HREF="h_color_setup">Descriptions of the available commands</A>
34190 Look <A HREF="h_edit_nav_cmds">here</A>
34191 to see the available Editing and Navigation commands.
34193 &lt;End of help on this topic&gt;
34194 </BODY>
34195 </HTML>
34196 ====== h_config_customhdr_pattern =====
34197 <HTML>
34198 <HEAD>
34199 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
34200 </HEAD>
34201 <BODY>
34202 <H1>OPTION: Viewer Header Color Pattern</H1>
34204 If you leave this blank, then the whole field for the header will
34205 be colored.
34206 If you give a pattern to match, the coloring will only take place
34207 if there is a match for that pattern in the value of the field.
34208 For example, if you are working on a color for the Subject header and
34209 you fill in a pattern of &quot;important&quot;, then only Subjects that
34210 contain the word &quot;important&quot; will be colored.
34212 For address headers (like From and To) and for the Newsgroups header,
34213 a pattern match will cause only the matched addresses or newsgroups to be
34214 colored.
34215 If there is no pattern to match, then all of the addresses or newsgroups
34216 in the relevant header will be colored.
34218 The matching pattern may be a comma-separated list of patterns to match
34219 instead of a single pattern.
34220 For example, you could use the pattern &quot;important,urgent&quot; which would
34221 cause a match if either the word &quot;important&quot; or the word
34222 &quot;urgent&quot; appeared in the value of the header.
34223 You could list several comma-separated email addresses in the Header
34224 From Color pattern so that those addresses will be colored when any of
34225 them appear in the From header.
34227 To add a new matching pattern or change the existing pattern use the 
34228 <!--chtml if pinemode="function_key"-->
34229 &quot;F4&quot;
34230 <!--chtml else-->
34231 &quot;C&quot;
34232 <!--chtml endif-->
34233 &quot;Change&quot; command that is available when the &quot;Pattern to
34234 match&quot; line is highlighted.
34236 <!--chtml if pinemode="function_key"-->
34237 &quot;F10&quot;
34238 <!--chtml else-->
34239 &quot;D&quot;
34240 <!--chtml endif-->
34241 &quot;Delete&quot; command may be used to quickly remove all patterns
34242 for a particular header.
34244 &lt;End of help on this topic&gt;
34245 </BODY>
34246 </HTML>
34247 ====== h_color_setup =====
34248 <HTML>
34249 <HEAD>
34250 <TITLE>SETUP COLOR COMMANDS</TITLE>
34251 </HEAD>
34252 <BODY>
34253 <H1>SETUP COLOR COMMANDS</H1>
34254 <!--chtml if pinemode="function_key"-->
34255 <PRE>
34256 Available Commands -- Group 1
34257 -------------------------------
34258 F1  Display this help text
34259 F2  Show other available commands
34260 F3  Exit to MAIN MENU
34261 F4  Select the highlighted foreground or background color
34262 F5  Move to previous line
34263 F6  Move to next line
34264 F7  Previous page
34265 F8  Next page
34266 F9  Add a config section for a header field
34267 F10 Restore all default colors (for all sections)
34268 F11 Print color configuration screen
34269 F12 Whereis (search for word)
34271 Available Commands -- Group 2
34272 -------------------------------
34273 F1  Display this help text
34274 F2  Show other available commands
34275 F5  Delete config section for highlighted header field
34276 F6  Shuffle the order of Header Color sections
34277 </PRE>
34278 <!--chtml else-->
34279 <PRE>
34280 General commands
34281 -------------------------------------------------
34282  ?  Display this help text     E  Exit back to MAIN MENU
34283  P  Previous Line              N  Next Line
34284  -  Previous page             Spc (space bar) Next page
34285  W  WhereIs (search for word)  %  Print color configuration screen
34287 Color Setup Commands
34288 ------------------------------------------------
34289  *  Select the highlighted foreground or background color
34290  A  Add a config section for a header field
34291  D  Delete config section for highlighted header field
34292  R  Restore all default colors (for all sections)
34293  $  Shuffle the order of Header Color sections
34294 </PRE>
34295 <!--chtml endif-->
34297 <H2>Description of the Setup Color Screen</H2>
34299 From this screen you may turn on color and set the colors of
34300 various parts of the Alpine display.
34301 For help on turning on color move your cursor into the Color Style section
34302 at the top of the Setup Color screen and ask for help.
34305 There are several sections in the Setup Color Screen.
34306 At the top are some settings that handle the style of color used
34307 with your terminal emulator (UNIX only), and some settings that
34308 control how the current indexline and the titlebar are colored.
34309 After that comes a long section called GENERAL COLORS that allows
34310 you to set the color of many elements in the Alpine screens.
34311 For example, the color of the titlebar, status messages,
34312 selectable links, quotes and signatures in messages, and so on.
34313 After that is a section called INDEX COLORS that allows you to
34314 set the colors of various pieces of the displayed index lines in
34315 the MESSAGE INDEX screen.
34316 The next section is HEADER COLORS. This is for coloring headers of
34317 messages in the MESSAGE TEXT screen in just about any way you would like.
34318 Finally, the KEYWORD COLORS section allows you to highlight
34319 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
34320 in the MESSAGE INDEX screen.
34323 To change a color, highlight the color you want to change (for example,
34324 the Status Color) by moving
34325 the cursor into it.
34326 You may want to read the help text for the color to see a brief description
34327 of what you are coloring.
34328 Then press &quot;C&quot; for Change to set the color to something new.
34329 That will put you into a screen with two columns of colors, one for
34330 the foreground color and one for the background color.
34331 The foreground color is just the color you want the actual characters
34332 to be and the background color is the color of the rest of the rectangle
34333 behind the characters.
34334 Select the foreground and background colors desired by using the Next and
34335 Prev keys to highlight the color, and the * command to select it.
34337 To set a color to its default value, set the X in the Default line at
34338 the bottom of the list of colors.
34341 The HEADER COLORS section is a little bit different from the others.
34342 Besides coloring the specific fields that Alpine knows about, you may also
34343 color specific header fields when viewing a message in the MESSAGE TEXT
34344 screen.
34345 For example, you may color the Subject header a particular color.
34346 There are a few commands for use with headers.
34347 The &quot;AddHeader&quot; command adds a section to the color
34348 configuration screen that allows you to set the color for that header.
34349 You'll be asked for the name of the header field you want to color.
34350 If you wanted to color the Subject, you would answer
34351 with the word &quot;subject&quot;.
34352 Once you've added a header field, the color setting works just like the
34353 other color fields, except that there is an additional line on the
34354 configuration screen labeled &quot;Pattern to match&quot;.
34355 If you leave that blank, then the whole field for that header will always
34356 be colored.
34357 However, if you give a pattern to match, the coloring will only take place
34358 if there is a match for that pattern in the value of the field.
34359 For example, if you are working on a color for the Subject header and
34360 you fill in a pattern of &quot;important&quot;, then only Subjects that
34361 contain the word &quot;important&quot; will be colored.
34363 The &quot;DeleteHdr&quot; command removes a header section from the
34364 configuration altogether.
34365 The &quot;Shuffle&quot; command changes the order of header sections.
34366 This is only necessary if you use header sections with pattern fields.
34367 For example, if you have two Subject sections, one with one pattern and
34368 another with another pattern, and the subject for a particular message
34369 happens to match both, then the color from the first match is used.
34372 The command &quot;RestoreDefs&quot; will restore all of the default colors.
34373 Each section will change to the default value used for that section when
34374 color is first enabled.
34375 When you restore all default colors the color settings for the Header Colors
34376 will be unset (since that's the default), but the header fields you've
34377 added will remain so that you may easily reset them.
34378 In order to get rid of them completely you'd have to use
34379 the &quot;DeleteHdr&quot; command.
34382 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
34383 may be set with matching rules and that is configured separately from
34384 the rest of the color settings described here.
34385 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
34386 instead of in the Setup/Kolor section.
34388 <P><UL>
34389 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34390 </UL><P>
34391 &lt;End of help on this topic&gt;
34392 </BODY>
34393 </HTML>
34394 ====== h_config_news_uses_recent ======
34395 <HTML>
34396 <HEAD>
34397 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
34398 </HEAD>
34399 <BODY>
34400 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
34402 This feature causes certain messages to be marked as "New" in the
34403 MESSAGE INDEX of newsgroups.
34404 This feature is set by default.
34408 When opening a newsgroup, Alpine will consult your "newsrc" file and
34409 determine the last message you have previously disposed of via the "D"
34410 key.  If this feature is set, any subsequent messages will be shown in the
34411 Index with an "N", and the first of these messages will be highlighted.
34412 Although this is only an approximation of true "New" or "Unseen"
34413 status, it provides a useful cue to distinguish more-or-less recent
34414 messages from those you have seen previously, but are not yet ready to
34415 mark deleted.
34419 Background: your "newsrc" file (used to store message status information
34420 for newsgroups) is only capable of storing a single flag, and Alpine uses
34421 this to record whether or not you are "done with" a message, as
34422 indicated by marking the message as "Deleted".  Unfortunately, this
34423 means that Alpine has no way to record exactly which messages you have
34424 previously seen, so it normally does not show the "N" status flag for
34425 any messages in a newsgroup. This feature enables a starting
34426 *approximation* of seen/unseen status that may be useful.
34428 &lt;End of help on this topic&gt;
34429 </BODY>
34430 </HTML>
34431 ====== h_config_expose_hidden_config =====
34432 <HTML>
34433 <HEAD>
34434 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
34435 </HEAD>
34436 <BODY>
34437 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
34439 If set, this causes configuration options and features that are normally
34440 hidden from view to be editable in the Setup/Config screen.
34443 The purpose of this feature is to allow you to change configuration
34444 features and variables that are normally hidden.
34445 This is particularly useful if you are using a remote configuration,
34446 where it is difficult to edit the contents manually, but it may also be used
34447 on a local pinerc configuration file.
34449 If set, several configuration variables and features that are normally
34450 hidden from view will show up in the Setup/Configuration screen.
34451 They will be at the bottom of the configuration screen.
34452 You can find them by searching for the words &quot;hidden configuration&quot;.
34455 Note that this is an advanced feature that should be used with care.
34456 The reason that this part of the configuration is normally hidden is because
34457 there is a significant potential for causing problems if you change these
34458 variables.
34459 If something breaks after a change try changing it back to see if that is
34460 what is causing the problem.
34461 There are also some variables that are normally hidden because they are
34462 manipulated through Alpine in other ways.
34463 For example, colors are normally set using the Setup/Kolors screen and
34464 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
34465 the Setup/AddressBooks screen, so there is little reason to edit these directly.
34466 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
34467 the Add, Delete, and Rename commands in the FOLDER LIST screen,
34468 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
34469 internally by Alpine and not set directly by the user.
34471 <UL>   
34472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34473 </UL><P>
34474 &lt;End of help on this topic&gt;
34475 </BODY>
34476 </HTML>
34477 ====== h_config_disable_signature_edit =====
34478 <HTML>
34479 <HEAD>
34480 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
34481 </HEAD>
34482 <BODY>
34483 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
34485 If set, this disables the editing of signature files from within
34486 the Setup/Config screen.
34488 <UL>   
34489 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34490 </UL><P>
34491 &lt;End of help on this topic&gt;
34492 </BODY>
34493 </HTML>
34494 ====== h_config_disable_roles_templateedit =====
34495 <HTML>
34496 <HEAD>
34497 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
34498 </HEAD>
34499 <BODY>
34500 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
34502 If set, this disables the editing of template files within the
34503 Role setup screen.
34505 <UL>   
34506 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34507 </UL><P>
34508 &lt;End of help on this topic&gt;
34509 </BODY>
34510 </HTML>
34511 ====== h_config_disable_roles_sigedit =====
34512 <HTML>
34513 <HEAD>
34514 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
34515 </HEAD>
34516 <BODY>
34517 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
34519 If set, this disables the editing of signature files within the
34520 Role setup screen.
34522 <UL>   
34523 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34524 </UL><P>
34525 &lt;End of help on this topic&gt;
34526 </BODY>
34527 </HTML>
34528 ====== h_config_disable_roles_setup =====
34529 <HTML>
34530 <HEAD>
34531 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
34532 </HEAD>
34533 <BODY>
34534 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
34536 If set, this disables the Setup/Rules/Roles command.
34538 <UL>   
34539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34540 </UL><P>
34541 &lt;End of help on this topic&gt;
34542 </BODY>
34543 </HTML>
34544 ====== h_config_disable_pipes_in_templates =====
34545 <HTML>
34546 <HEAD>
34547 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
34548 </HEAD>
34549 <BODY>
34550 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
34552 By default, if a template file name is followed by a vertical bar (|) then
34553 that causes the file to be executed to produce the text for the template.
34554 If this feature is set, then this is not allowed.
34556 <UL>   
34557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34558 </UL><P>
34559 &lt;End of help on this topic&gt;
34560 </BODY>
34561 </HTML>
34562 ====== h_config_disable_pipes_in_sigs =====
34563 <HTML>
34564 <HEAD>
34565 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
34566 </HEAD>
34567 <BODY>
34568 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
34570 By default, if a signature file name is followed by a vertical bar (|) then
34571 that causes the file to be executed to produce the text for the signature.
34572 If this feature is set, then this is not allowed.
34574 <UL>   
34575 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34576 </UL><P>
34577 &lt;End of help on this topic&gt;
34578 </BODY>
34579 </HTML>
34580 ====== h_config_disable_password_cmd =====
34581 <HTML>
34582 <HEAD>
34583 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
34584 </HEAD>
34585 <BODY>
34586 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
34588 If set, then the Setup/Newpassword command is disabled.
34590 <UL>   
34591 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34592 </UL><P>
34593 &lt;End of help on this topic&gt;
34594 </BODY>
34595 </HTML>
34596 ====== h_config_disable_password_caching =====
34597 <HTML>
34598 <HEAD>
34599 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
34600 </HEAD>
34601 <BODY>
34602 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
34604 Normally, loginname/password combinations are cached in Alpine so that
34605 you do not have to enter the same password more than once in a session.
34606 A disadvantage to this approach is that the password must be stored in
34607 the memory image of the running Alpine in order that it can be re-used.
34608 In the event that Alpine crashes and produces a core dump, and that core
34609 dump is readable by others, the loginname and password could be read
34610 from the core dump.
34612 If this feature is set, then the passwords will not be cached and you
34613 will have to retype the password whenever Alpine needs it.
34614 Even with this feature set there is still some chance that the core
34615 file will contain a password, so care should be taken to make the
34616 core files unreadable.
34618 NOTE: If PASSFILE caching is enabled, this does not disable it.
34619 That is a separate and independent feature.
34620 <UL>   
34621 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34622 </UL><P>
34623 &lt;End of help on this topic&gt;
34624 </BODY>
34625 </HTML>
34626 ====== h_config_disable_password_file_saving =====
34627 <HTML>
34628 <HEAD>
34629 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
34630 </HEAD>
34631 <BODY>
34632 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
34634 <P> This feature disables caching of passwords, even if your version of Alpine allows
34635 saving passwords. For MAC OS users saving passwords is done using the Apple Key Chain, for
34636 Windows users caching passwords is done using the internal Windows Credentials, and for
34637 other users this is done by using the password file. In this feature, the phrase
34638 &quot;password file&quot; is a misnomer and represents the way in which your system
34639 stores passwords.
34642 Specifically, this feature changes the behavior of Alpine when a login name and password combination
34643 for a specific server is not found in the password file. The default behavior is that
34644 Alpine will ask the user if they wish to save this information in the password file for future
34645 use. It is assumed that if a user created a password file it is because they intend
34646 to use it, but in some instances a user might want to save some passwords and not others.
34647 In this case, enabling this feature will make Alpine not add any more passwords to the
34648 password file and will only use the passwords that it already saved. If you wish to allow
34649 Alpine to save more passwords in the password file, disable this feature.
34651 <P> Regardless of which method Alpine uses to store passwords, this is done in a secure
34652 way when compiled with OpenSSL or LibreSSL. This is very likely to be your version, and
34653 you can check this by reading the encryption features
34654 <A HREF="X-Alpine-Config:">supported</A> by Alpine.
34657 <UL>   
34658 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34659 </UL><P>
34660 &lt;End of help on this topic&gt;
34661 </BODY>
34662 </HTML>
34663 ====== h_config_disable_kb_lock =====
34664 <HTML>
34665 <HEAD>
34666 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
34667 </HEAD>
34668 <BODY>
34669 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
34671 If set, then the Keyboard Lock command is removed from the MAIN MENU.
34673 <UL>   
34674 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34675 </UL><P>
34676 &lt;End of help on this topic&gt;
34677 </BODY>
34678 </HTML>
34679 ====== h_config_disable_config_cmd =====
34680 <HTML>
34681 <HEAD>
34682 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
34683 </HEAD>
34684 <BODY>
34685 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
34687 If set, then the Setup/Config screen is disabled.
34689 <UL>   
34690 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34691 </UL><P>
34692 &lt;End of help on this topic&gt;
34693 </BODY>
34694 </HTML>
34695 ====== h_config_allow_chg_from =====
34696 <HTML>
34697 <HEAD>
34698 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
34699 </HEAD>
34700 <BODY>
34701 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
34703 This feature affects Alpine's handling of the &quot;From:&quot; header field
34704 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
34705 option.
34707 If this feature is set then the From line can be changed just like
34708 all the other header fields that can be changed.
34709 This feature defaults to <EM>ON</EM>.
34711 Even with this feature turned ON (the default) you will not be able 
34712 to change the From header unless you add it to your list of
34713 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
34714 You may also want to change the
34715 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
34716 if you want the From header to always show up in the composer without
34717 having to type the Rich Headers command first.
34719 Note that many sites restrict the use of this feature in order to
34720 reduce the chance of falsified addresses and misdirected mail.
34721 If you want to change the value of what gets included in the From header
34722 in messages you send
34723 look <A HREF="h_config_change_your_from">here</A> for a description.
34725 <UL>   
34726 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34727 </UL><P>
34728 &lt;End of help on this topic&gt;
34729 </BODY>
34730 </HTML>
34731 ====== h_config_disable_collate =====
34732 <HTML>
34733 <HEAD>
34734 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
34735 </HEAD>
34736 <BODY>
34737 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
34739 This is a hard to understand feature that should only be used in rare cases.
34740 Normally, the C function call
34742 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
34744 is used by Alpine.
34745 If you want to try turning it off,
34746 setting this feature will turn it off.
34747 This part of the locale has to do with the sort order
34748 of characters in your locale.
34750 <UL>   
34751 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34752 </UL><P>
34753 &lt;End of help on this topic&gt;
34754 </BODY>
34755 </HTML>
34756 ====== h_config_quell_attach_extra_prompt =====
34757 <HTML>
34758 <HEAD>
34759 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
34760 </HEAD>
34761 <BODY>
34762 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
34764 By default, when you attempt to view an attachment externally
34765 from the &quot;Attachment View&quot; screen, you are asked if you
34766 really want to view the selected attachment.
34769 If this feature is set, you will <B>not</B> be prompted to confirm
34770 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
34771 prompt. This feature was added for those wanting to preserve that
34772 behavior (along with 
34773 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
34776 <UL>   
34777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34778 </UL><P>
34779 &lt;End of help on this topic&gt;
34780 </BODY>
34781 </HTML>
34782 ====== h_config_quell_attach_ext_warn =====
34783 <HTML>
34784 <HEAD>
34785 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
34786 </HEAD>
34787 <BODY>
34788 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
34791 This feature suppresses the extra warning you can get when trying
34792 to view an attachment for which there is no mime-type match.  Turning
34793 on this feature will just run the program according to extension
34794 instead of first warning the user that it will run according to the
34795 file's extension.
34797 This feature can be used along side 
34798 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
34799 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
34801 <UL>   
34802 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34803 </UL><P>
34804 &lt;End of help on this topic&gt;
34805 </BODY>
34806 </HTML>
34807 ====== h_config_mailcap_params =====
34808 <HTML>
34809 <HEAD>
34810 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
34811 </HEAD>
34812 <BODY>
34813 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
34815 If set, this will allow mailcap named parameter substitution to occur
34816 in mailcap entries.
34817 By default, this is turned off to prevent security problems that may occur
34818 with some incorrect mailcap configurations.
34819 For more information, see RFC1524 and look for "named parameters" in the
34820 text of the RFC.
34822 <UL>   
34823 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34824 </UL><P>
34825 &lt;End of help on this topic&gt;
34826 </BODY>
34827 </HTML>
34828 ====== h_config_disable_shared =====
34829 <HTML>
34830 <HEAD>
34831 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
34832 </HEAD>
34833 <BODY>
34834 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
34836 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
34837 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
34838 will be disabled.
34839 The reason this feature exists is because there are some implementations
34840 of system password lookup routines that are very slow when presented with
34841 a long loginname that does not exist.
34842 This feature could be set to prevent the delay at startup time when the
34843 names above are searched for in the password file.
34845 <UL>   
34846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34847 </UL><P>
34848 &lt;End of help on this topic&gt;
34849 </BODY>
34850 </HTML>
34851 ====== h_config_hide_nntp_path =====
34852 <HTML>
34853 <HEAD>
34854 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
34855 </HEAD>
34856 <BODY>
34857 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
34859 Normally the Path header that Alpine generates when posting to a newsgroup
34860 contains the name of the computer from which the message is being sent and
34861 the user name.
34862 Some believe that this information is used by spammers.
34863 If this feature is set, that information will be replaced with the text
34865 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
34867 instead.
34869 It should be noted that many servers being connected to will still reveal
34870 the information that this feature attempts to protect.
34872 <UL>   
34873 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34874 </UL><P>
34875 &lt;End of help on this topic&gt;
34876 </BODY>
34877 </HTML>
34878 ====== h_config_no_bezerk_zone =====
34879 <HTML>
34880 <HEAD>
34881 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
34882 </HEAD>
34883 <BODY>
34884 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
34886 POSIX mandates a timezone in UNIX mailbox format folder delimiters
34887 (the line that begins with From <SPACE>).
34888 Some versions of Berkeley mail have trouble with this, and don't recognize
34889 the line as a message delimiter.
34890 If this feature is set, the timezone will be left off the delimiter line.
34892 <UL>   
34893 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34894 </UL><P>
34895 &lt;End of help on this topic&gt;
34896 </BODY>
34897 </HTML>
34898 ====== h_config_quell_domain_warn =====
34899 <HTML>
34900 <HEAD>
34901 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
34902 </HEAD>
34903 <BODY>
34904 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
34906 When your configuration is set up so that your domain name contains no dots,
34907 it is usually a configuration error.
34908 By default, Alpine will warn you about this when you start it up.
34909 You will see a warning message that looks like
34912 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
34915 If this feature is set, the warning is turned off.
34917 <UL>   
34918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34919 </UL><P>
34920 &lt;End of help on this topic&gt;
34921 </BODY>
34922 </HTML>
34923 ====== h_config_quell_imap_env =====
34924 <HTML>
34925 <HEAD>
34926 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
34927 </HEAD>
34928 <BODY>
34929 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
34931 In the MESSAGE INDEX screen, if the open folder is being accessed
34932 using IMAP, Alpine normally tries to paint the index lines on the screen
34933 as soon as the information arrives from the IMAP server.
34934 This means that the index information makes it onto the screen more quickly
34935 than it otherwise would.
34936 This sometimes results in behavior that bothers some users.
34937 For example, when paging to a new page of the index, it may be possible for
34938 the lines to be painted on the screen in a random order, rather than from
34939 top to bottom.
34942 Setting this feature causes Alpine to wait for all of the information
34943 to be gathered before it paints the index screen.
34944 Once it collects all of the information, the screen will be painted quickly
34945 from top to bottom.
34947 <UL>   
34948 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34949 </UL><P>
34950 &lt;End of help on this topic&gt;
34951 </BODY>
34952 </HTML>
34953 ====== h_config_quell_news_env =====
34954 <HTML>
34955 <HEAD>
34956 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
34957 </HEAD>
34958 <BODY>
34959 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
34961 In the MESSAGE INDEX screen, if the open folder is being accessed
34962 using NNTP (News), Alpine normally tries to paint the index lines on the screen
34963 as soon as the information arrives from the NNTP server.
34964 This means that the index information makes it onto the screen more quickly
34965 than it otherwise would.
34966 This sometimes results in behavior that bothers some users.
34967 For example, when paging to a new page of the index, it may be possible for
34968 the lines to be painted on the screen in a random order, rather than from
34969 top to bottom.
34972 Setting this feature causes Alpine to wait for all of the information
34973 to be gathered before it paints the index screen.
34974 Once it collects all of the information, the screen will be painted quickly
34975 from top to bottom.
34977 <UL>   
34978 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34979 </UL><P>
34980 &lt;End of help on this topic&gt;
34981 </BODY>
34982 </HTML>
34983 ====== h_config_quell_content_id =====
34984 <HTML>
34985 <HEAD>
34986 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
34987 </HEAD>
34988 <BODY>
34989 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
34991 This feature changes the behavior of Alpine when sending messages.
34992 It is intended to work around a bug in Microsoft's Outlook XP mail user
34993 agent.
34994 As of this writing, Microsoft has acknowledged the bug but
34995 has not added it to the Knowledge Base.
34996 We have been told that there will be a post-SP1 hotfix for Outlook XP.
34997 This particular bug has bug fix number OfficeQFE:4781.
34998 The nature of the bug is that messages with attachments that
34999 contain a Content-ID header (which standard Alpine attachments do)
35000 do not show the attachment indicator (a paperclip) when viewed with
35001 Outlook XP.
35002 So the user has no indication that the message contains an attachment.
35005 If this feature is set then Alpine will remove most Content-ID headers
35006 before sending a message.
35007 If an attachment is of type MESSAGE, then the existing Content-ID headers
35008 inside the message will be left intact.
35009 This would only happen with Alpine if a message was forwarded as an attachment
35010 or if a message with a message attached was forwarded.
35011 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
35012 the Content-ID headers of the alternative parts will not be removed.
35015 Because the Content-ID header is a standard part of MIME it is possible
35016 that setting this feature will break something.
35017 For example, if an attachment has a Content-ID header that is necessary
35018 for the correct functioning of that attachment, it is possible that Alpine
35019 may remove that header when the attachment is forwarded.
35020 However, it seems fairly safe at this time.
35023 <UL>   
35024 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35025 </UL><P>
35026 &lt;End of help on this topic&gt;
35027 </BODY>
35028 </HTML>
35029 ====== h_config_winpos_in_config =====
35030 <HTML>
35031 <HEAD>
35032 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
35033 </HEAD>
35034 <BODY>
35035 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
35037 PC-Alpine only.
35040 Normally, PC-Alpine will store its window size and position in the
35041 Windows Registry.
35042 This is convenient if you want to use the same remote
35043 configuration from more than one PC.
35044 If you use multiple configuration files to start PC-Alpine, you may want
35045 to store the window size and position in the configuration file instead
35046 of in the Registry.
35047 Setting this feature causes the value to be stored in 
35048 <A HREF="h_config_window_position">Window-Position</A>.
35051 <UL>   
35052 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35053 </UL><P>
35054 &lt;End of help on this topic&gt;
35055 </BODY>
35056 </HTML>
35057 ====== h_config_quell_ssl_largeblocks =====
35058 <HTML>
35059 <HEAD>
35060 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
35061 </HEAD>
35062 <BODY>
35063 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
35065 PC-Alpine only.
35067 This feature changes the behavior of fetching messages
35068 and attachments so that the message data is fetched in chunks no larger
35069 than 12K bytes.
35070 This works around a bug in Microsoft's SSL/TLS support.
35071 Some versions of Microsoft SSL are not able to read full-sized (16K)
35072 SSL/TLS packets.
35073 Some servers will send such packets and this will
35074 cause PC-Alpine to crash with the error
35077 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
35080 Microsoft is aware of the problem and has developed a hotfix for it, it is
35081 discussed in article 300562 in the Microsoft Knowledge Base.
35083 <UL>   
35084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35085 </UL><P>
35086 &lt;End of help on this topic&gt;
35087 </BODY>
35088 </HTML>
35089 ====== h_config_quell_partial =====
35090 <HTML>
35091 <HEAD>
35092 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
35093 </HEAD>
35094 <BODY>
35095 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
35097 Partial fetching is a feature of the IMAP protocol.
35098 By default, Alpine
35099 will use partial fetching when copying the contents of a message or attachment
35100 from the IMAP server to Alpine.
35101 This means that the fetch will be done in many
35102 small chunks instead of one big chunk. The main benefit of this approach is
35103 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
35104 to stop the fetch early. In some cases partial fetching may cause a performance
35105 problem so that the fetching of data takes significantly longer when partial
35106 fetching is used. Turning on this feature will turn off partial fetching.
35108 <UL>   
35109 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35110 </UL><P>
35111 &lt;End of help on this topic&gt;
35112 </BODY>
35113 </HTML>
35114 ====== h_config_quell_personal_name_prompt =====
35115 <HTML>
35116 <HEAD>
35117 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
35118 </HEAD>
35119 <BODY>
35120 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
35122 PC-Alpine only.  This feature quells the prompting for a 
35123 <A HREF="h_config_pers_name">personal name</A>.  This
35124 prompt normally happens before composing a message, and only happens when
35125 there is no personal name already set.
35127 <UL>   
35128 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35129 </UL><P>
35130 &lt;End of help on this topic&gt;
35131 </BODY>
35132 </HTML>
35133 ====== h_config_quell_user_id_prompt =====
35134 <HTML>
35135 <HEAD>
35136 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
35137 </HEAD>
35138 <BODY>
35139 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
35141 PC-Alpine only.  This feature quells the prompting for a 
35142 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
35143 if the information can be obtained from the login name used
35144 to open the INBOX.  Normally, this prompt happens before composing
35145 a message, and only happens when there is no user-id already set
35146 in the configuration.
35148 With this feature set, composing a message is only possible after
35149 establishing a connection to the INBOX.
35151 <UL>   
35152 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35153 </UL><P>
35154 &lt;End of help on this topic&gt;
35155 </BODY>
35156 </HTML>
35157 ====== h_config_save_aggregates =====
35158 <HTML>
35159 <HEAD>
35160 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
35161 </HEAD>
35162 <BODY>
35163 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
35165 This feature will optimize an aggregate copy operation, if
35166 possible, by issuing a single IMAP <EM>COPY</EM> command with a
35167 list of the messages to be copied.
35168 This feature is set by default.
35169 This may reduce network traffic and elapsed time for the Save.
35170 <EM>However, many IMAP servers (including the UW IMAP server) do
35171 not preserve the order of messages when this optimization is applied.</EM>
35172 If this feature is not set, 
35173 Alpine will copy each message individually and the order of the messages
35174 will be preserved.
35176 <UL>   
35177 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35178 </UL><P>
35179 &lt;End of help on this topic&gt;
35180 </BODY>
35181 </HTML>
35182 ====== h_config_use_system_translation =====
35183 <HTML>
35184 <HEAD>
35185 <TITLE>FEATURE: Use System Translation</TITLE>
35186 </HEAD>
35187 <BODY>
35188 <H1>FEATURE: Use System Translation</H1>
35190 UNIX Alpine only.
35192 Alpine normally uses its own internal software to convert between the multi-byte
35193 representation of characters and the Unicode representation of those
35194 same characters.
35195 It converts from the multi-byte characters your keyboard produces to Unicode,
35196 and from Unicode to the multi-byte characters your display expects.
35197 Alpine also uses its own internal software to decide how much space on
35198 the screen a particular Unicode character will occupy.
35201 Setting this feature tells Alpine to use the system-supplied routines to
35202 perform these tasks instead.
35203 In particular there are three tasks and three system routines that will
35204 be used for these tasks.
35207 To convert from multi-byte to Unicode the routine
35210 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
35213 is used.
35214 To convert from Unicode to multi-byte the routine
35217 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
35220 is used.
35221 And to find the screen width a particular Unicode character will
35222 occupy the routine used is
35225 <CENTER><SAMP>wcwidth</SAMP></CENTER>
35228 This feature has been only lightly tested.
35229 The internal routines should normally be used unless you run into
35230 a problem that you think may be solved by using the system routines.
35231 Note that your environment needs to be set up for these
35232 routines to work correctly.
35233 In particular, the LANG or LC_CTYPE variable in your environment will
35234 need to be set.
35237 <UL>   
35238 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35239 </UL><P>
35240 &lt;End of help on this topic&gt;
35241 </BODY>
35242 </HTML>
35243 ====== h_config_suspend_spawns =====
35244 <HTML>
35245 <HEAD>
35246 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
35247 </HEAD>
35248 <BODY>
35249 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
35251 This feature affects Alpine's behavior when process suspension is enabled
35252 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
35253 temporarily interact with the operating system command &quot;shell&quot; 
35254 without
35255 quitting Alpine, and then subsequently resume the still-active Alpine session.
35258 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
35259 is set and subsequently the Ctrl-Z key
35260 is pressed, Alpine will normally suspend itself and return temporary control
35261 to Alpine's parent shell process.  However, if this feature is set, Alpine
35262 will instead create an inferior subshell process.  This is useful when the
35263 parent process is not intended to be used interactively.  Examples include
35264 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
35265 or via a menu system.<P>
35267 Note that one typically resumes a suspended Alpine by entering the Unix
35268 &quot;fg&quot; command, but if this feature is set, it will be necessary to
35269 enter the &quot;exit&quot; command instead.
35271 <UL>   
35272 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35273 </UL><P>
35274 &lt;End of help on this topic&gt;
35275 </BODY>
35276 </HTML>
35277 ====== h_config_8bit_smtp =====
35278 <HTML>
35279 <HEAD>
35280 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
35281 </HEAD>
35282 <BODY>
35283 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
35285 This feature affects Alpine's behavior when sending mail.
35286 By default, this feature is set.
35287 Internet standards
35288 require that all electronic mail messages traversing the global Internet
35289 consist of 7bit ASCII characters unless a pair of cooperating mail 
35290 transfer agents explicitly agree to allow 8bit messages.  In general, 
35291 then, exchanging messages in non-ASCII characters requires MIME encoding.
35293 However, there are now Internet standards that allow for unencoded 8bit
35294 exchange of messages between cooperating systems.  When this feature is set
35295 Alpine will try to negotiate unencoded 8bit transmission during the
35296 sending process.  Should the negotiation fail, Alpine will fall back to its
35297 ordinary encoding rules. 
35299 Note, this feature relies on your system's mail transport agent or
35300 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
35301 having the negotiation mechanism introduced in
35302 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
35303 &quot;8BITMIME&quot;. 
35305 ESMTP allows for graceful migration to upgraded mail transfer agents, but
35306 it is possible that this feature might cause problems for some servers. 
35307 <P><UL>
35308 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35309 </UL>
35310 <P>&lt;End of help on this topic&gt;
35311 </BODY>
35312 </HTML>
35313 ====== h_config_8bit_nntp =====
35314 <HTML>
35315 <HEAD>
35316 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
35317 </HEAD>
35318 <BODY>
35319 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
35321 This feature affects Alpine's behavior when posting news.  
35325 The Internet standard for exchanging USENET news messages (RFC-1036)
35326 specifies that USENET messages should conform to Internet mail standards
35327 and contain only 7bit characters, but much of the news transport software
35328 in use today is capable of successfully sending messages containing 8bit
35329 characters.  Hence, many people believe that it is appropriate to send 8bit
35330 news messages without any MIME encoding.
35334 Moreover, there is no Internet standard for explicitly negotiating 8bit
35335 transfer, as there is for Internet email.  Therefore, Alpine provides the
35336 option of posting unencoded 8bit news messages, though not as the default.
35337 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
35338 postings that contain 8bit characters. 
35342 Note, articles may cross a path or pass through news transport software
35343 that is unsafe or even hostile to 8bit characters.  At best this will only
35344 cause the posting to become garbled.  The safest way to transmit 8bit
35345 characters is to leave Alpine's MIME encoding turned on, but recipients
35346 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
35347 messages.
35349 &lt;End of help on this topic&gt;
35350 </BODY>
35351 </HTML>
35352 ====== h_config_mark_for_cc =====
35353 <HTML>
35354 <HEAD>
35355 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
35356 </HEAD>
35357 <BODY>
35358 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
35360 This feature affects Alpine's MESSAGE INDEX display.
35361 By default, a '+' is displayed in the first column if the
35362 message is addressed directly to you.
35363 When this feature is set and the message is not addressed to you, then a
35364 '-' character is displayed if the message is instead Cc'd directly
35365 to you.
35368 <UL>   
35369 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35370 </UL><P>
35371 &lt;End of help on this topic&gt;
35372 </BODY>
35373 </HTML>
35374 ====== h_config_tab_uses_unseen =====
35375 <HTML>
35376 <HEAD>
35377 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
35378 </HEAD>
35379 <BODY>
35380 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
35382 This feature affects Alpine's behavior when using the TAB
35383 <A HREF="h_common_nextnew">NextNew Command</A>
35384 to move from one folder to the next.
35385 Alpine's usual behavior is to search for folders
35386 with <EM>Recent</EM> messages in them.
35387 Recent messages are messages that have arrived since the last time the
35388 folder was opened.
35391 Setting this feature causes Alpine to search for <EM>Unseen</EM>
35392 messages instead of Recent messages.
35393 Unseen messages remain Unseen until you view them (or flag then as Seen with
35394 the <A HREF="h_common_flag">Flag Command</A>).
35395 Setting this feature allows you to locate messages you have not read
35396 instead of only recently received messages.
35397 When this feature is set, the feature
35398 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
35399 will have no effect, so the checking may be slower.
35402 Another reason why you might want to use this feature is that Alpine sometimes
35403 opens folders implicitly behind the scenes, and this clears the
35404 Recent status of all messages in the folder.
35405 One example where this happens is when Saving or filtering a
35406 message to another folder.
35407 If that message has some <A HREF="h_config_keywords">keywords</A>
35408 set, then because of some shortcomings
35409 in the IMAP specification, the best way to ensure that those keywords are
35410 still set in the saved copy of the message is to open the folder and
35411 set the keywords explicitly.
35412 Because this clears the Recent status of all messages in that folder the
35413 folder will not be found by the NextNew command unless this feature is set.
35416 &lt;End of help on this topic&gt;
35417 </BODY>
35418 </HTML>
35419 ====== h_config_tab_new_only =====
35420 <HTML>
35421 <HEAD>
35422 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
35423 </HEAD>
35424 <BODY>
35425 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
35427 This feature affects Alpine's behavior when using the TAB key to move from
35428 one message to the next.  Alpine's usual behavior is to select the next
35429 unread message or message flagged as "Important".
35433 Setting this feature causes Alpine to skip the messages flagged as important,
35434 and select unread messages exclusively.  Tab behavior when there are no
35435 new messages left to select remains unchanged.
35437 &lt;End of help on this topic&gt;
35438 </BODY>
35439 </HTML>
35440 ====== h_config_warn_if_subj_blank =====
35441 <HTML>
35442 <HEAD>
35443 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
35444 </HEAD>
35445 <BODY>
35446 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
35448 This feature affects Alpine's behavior when you send a message being
35449 composed.
35450 If this option is set, Alpine will check to see if the message about to be sent
35451 has a subject or not.
35452 If not, you will be asked if you want to send the message anyway.
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_warn_if_fcc_blank =====
35462 <HTML>
35463 <HEAD>
35464 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
35465 </HEAD>
35466 <BODY>
35467 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
35469 This feature affects Alpine's behavior when you send a message being
35470 composed.
35471 If this option is set, Alpine will check to see if the message about to be sent
35472 has an Fcc or not.
35473 If not, you will be asked if you want to send the message anyway.
35476 <UL>   
35477 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35478 </UL><P>
35479 &lt;End of help on this topic&gt;
35480 </BODY>
35481 </HTML>
35482 ====== h_config_warn_if_no_to_or_cc =====
35483 <HTML>
35484 <HEAD>
35485 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
35486 </HEAD>
35487 <BODY>
35488 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
35490 This feature affects Alpine's behavior when you send a message being
35491 composed.
35492 If this option is set, Alpine will check to see if the message about to be sent
35493 has either a To address, a Cc address, or a Newsgroup.
35494 If none of these is set,
35495 you will be asked if you want to send the message anyway.
35498 This feature is closely related to
35499 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
35500 Alpine will normally ask if you want to copy a message only to the Fcc.
35501 This feature also applies to cases where there is a Bcc but still no To, Cc,
35502 or Newsgroup.
35503 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
35504 message with only an Fcc, then you won't be asked about sending with
35505 a blank To and Cc and Newsgroups header even if this feature is set.
35506 Similarly, if you have already been asked if you want to send to the Fcc
35507 only and you have answered Yes, then you won't be asked again about sending with
35508 blank To, Cc, and Newsgroups headers even if this feature is set.
35511 <UL>   
35512 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35513 </UL><P>
35514 &lt;End of help on this topic&gt;
35515 </BODY>
35516 </HTML>
35517 ====== h_config_quell_dead_letter =====
35518 <HTML>
35519 <HEAD>
35520 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
35521 </HEAD>
35522 <BODY>
35523 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
35525 This feature affects Alpine's behavior when you cancel a message being
35526 composed.  Alpine's usual behavior is to write the canceled message to
35527 a file named 
35528 <!--chtml if pinemode="os_windows"-->
35529 &quot;DEADLETR&quot;,
35530 <!--chtml else-->
35531 &quot;dead.letter&quot; in your home directory,
35532 <!--chtml endif-->
35533 overwriting any previous message. Under
35534 some conditions (some routine), this can introduce a noticeable delay.
35535 Setting this feature will cause Alpine NOT to write canceled compositions
35536 into the file.
35538 NOTE: Enabling this feature means NO record of canceled messages is
35539 maintained.
35541 This feature affects the newer option
35542 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
35543 number of dead letter files to keep around.
35544 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
35546 <UL>   
35547 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35548 </UL><P>
35549 &lt;End of help on this topic&gt;
35550 </BODY>
35551 </HTML>
35552 ====== h_config_quell_beeps =====
35553 <HTML>
35554 <HEAD>
35555 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
35556 </HEAD>
35557 <BODY>
35558 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
35560 This feature affects Alpine's behavior when it displays status message
35561 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
35562 will not affect the display of such messages, but will cause those that
35563 emit a beep to become silent.
35566 <UL>   
35567 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35568 </UL><P>
35569 &lt;End of help on this topic&gt;
35570 </BODY>
35571 </HTML>
35572 ====== h_config_suppress_user_agent =====
35573 <HTML>
35574 <HEAD>
35575 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
35576 </HEAD>
35577 <BODY>
35578 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
35580 If this feature is set then Alpine will not generate a
35581 <CODE>User-Agent</CODE> header in outgoing messages.
35583 <UL>   
35584 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35585 </UL><P>
35586 &lt;End of help on this topic&gt;
35587 </BODY>
35588 </HTML>
35589 ====== h_config_quell_lock_failure_warnings =====
35590 <HTML>
35591 <HEAD>
35592 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
35593 </HEAD>
35594 <BODY>
35595 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
35597 This feature affects Alpine's behavior when it encounters a problem
35598 acquiring a mail folder lock.  Typically, a secondary file associated
35599 with the mail folder being opened is created as part of the locking
35600 process.  On some systems, such file creation has been administratively
35601 precluded by the system configuration.
35603 Alpine issues a warning when such failures occur, which can become bothersome
35604 if the system is configured to disallow such actions.  Setting this
35605 feature causes Alpine to remain silent when this part of lock creation fails.
35607 WARNING: systems that have been configured in a way that precludes locking
35608 introduce some risk of mail folder corruption when more than one program
35609 attempts to modify the mail folder.  This is most likely to occur to one's
35610 INBOX or other incoming message folder. 
35612 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
35614 <UL>   
35615 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35616 </UL><P>
35617 &lt;End of help on this topic&gt;
35618 </BODY>
35619 </HTML>
35620 ====== h_config_enable_role_take ======
35621 <HTML>
35622 <HEAD>
35623 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
35624 </HEAD>
35625 <BODY>
35626 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
35628 Normally, the Take command takes addresses from a message and helps you
35629 put them into your Address Book.
35630 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
35631 you may find it useful
35632 to be able to Take information from a message's headers and put it into
35633 a new Rule.
35634 When this feature is set, you will be given an extra prompt that gives
35635 you the choice to Take into the Address Book or Take into a rule.
35636 <P><UL>
35637 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35638 </UL>
35640 &lt;End of help on this topic&gt;
35641 </BODY>
35642 </HTML>
35643 ====== h_config_enable_take_export ======
35644 <HTML>
35645 <HEAD>
35646 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
35647 </HEAD>
35648 <BODY>
35649 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
35651 Normally, the Take command takes addresses from a message and helps you
35652 put them into your Address Book.
35653 When this feature is set, you will be given an extra prompt that gives you
35654 the choice to Take addresses into a file instead of your Address
35655 Book.
35656 Only the user@domain_name part of the address is put in the file.
35657 <P><UL>
35658 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35659 </UL>
35661 &lt;End of help on this topic&gt;
35662 </BODY>
35663 </HTML>
35664 ====== h_config_quell_folder_internal_msg ======
35665 <HTML>
35666 <HEAD>
35667 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
35668 </HEAD>
35669 <BODY>
35670 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
35672 This feature determines whether or not Alpine will create 
35673 &quot;pseudo messages&quot; in folders that are in standard Unix or 
35674 MMDF format. <P> 
35676 Alpine will normally create these pseudo messages when they are not already
35677 present in a standard Unix or MMDF folder.  Their purpose is to record
35678 certain mailbox state data needed for correct IMAP and POP server
35679 operation, and also for Alpine to be able to mark messages as Answered when
35680 the Reply has been postponed.<P>
35682 Sites that do not use IMAP/POP for remote mail access, and that need to
35683 support mail tools that are adversely affected by the presence of the
35684 pseudo-messages (e.g. some mail notification tools) may enable this
35685 feature to tell Alpine not to create them.  Note that Alpine's 
35686 &quot;Answered&quot; flag
35687 capability will be adversely affected if this is done.<P>
35689 Note too that, even if this feature is enabled, Alpine will not remove
35690 pseudo-messages when it encounters them (e.g. those created by UW's imapd
35691 or ipopd servers.) This feature has no effect on folders that are not in
35692 standard Unix or MMDF format, as pseudo-messages are not needed in the
35693 other formats to record mailbox state information.
35694 <P><UL>
35695 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35696 </UL>
35698 &lt;End of help on this topic&gt;
35699 </BODY>
35700 </HTML>
35701 ====== h_config_mulnews_as_typed ======
35702 <HTML>
35703 <HEAD>
35704 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
35705 </HEAD>
35706 <BODY>
35707 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
35709 This feature will be of little use to most users.
35710 It has no effect unless the feature
35711 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
35712 is set.
35714 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
35715 then the setting of this feature may have an effect on the names of the
35716 newsrc files used.
35717 Normally, the name of the news server will be canonicalized before it is
35718 used in the newsrc file name.
35719 For example, if you type the news server name
35722 <CENTER><SAMP>servername</SAMP></CENTER>
35725 it is likely that the canonical name will be something like
35728 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
35731 Or it may be the case that
35734 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
35737 is really an alias (a DNS CNAME) for
35740 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
35743 If this feature is not set, then the canonicalized names will be used.
35744 If this feature is set, then the name you typed in (or put in your
35745 configuration) will be used.
35747 <P><UL>
35748 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35749 </UL>
35751 &lt;End of help on this topic&gt;
35752 </BODY>
35753 </HTML>
35754 ====== h_config_quell_empty_dirs ======
35755 <HTML>
35756 <HEAD>
35757 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
35758 </HEAD>
35759 <BODY>
35760 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
35762 This feature causes Alpine to remove from the display any directories
35763 that do not contain at least one file or directory.  This can be useful
35764 to prevent overly cluttered folder lists when a collection is stored on
35765 a server that treats all names as both a folder and a directory.
35768 Note, enabling this feature can cause surprising behavior!  For example,
35769 you can still use Add to create a directory, but unless you immediately
35770 enter that directory and create a folder, that newly created directory
35771 may not be displayed next time you enter the folder list.
35774 The description above is not quite correct.
35775 Only directories which potentially may hold messages are hidden if empty.
35776 That is, a directory which is really just a directory and is not selectable
35777 as a folder will not be hidden.
35778 Such directories can occur on servers that treat most names as both a folder
35779 and a directory.
35780 These directories are typically created implicitly when a folder is created
35781 inside a directory that does not yet exist.
35784 <UL>   
35785 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35786 </UL><P>
35787 &lt;End of help on this topic&gt;
35788 </BODY>
35789 </HTML>
35790 ====== h_config_termcap_wins =====
35791 <HTML>
35792 <HEAD>
35793 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
35794 </HEAD>
35795 <BODY>
35796 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
35798 This feature may affect Alpine's low-level input routines.  Termcap (or
35799 terminfo, depending on how your copy of Alpine was compiled and linked)
35800 is the name of the database that describes terminal capabilities.  In
35801 particular, it describes the sequences of characters that various keys
35802 will emit.
35805 An example would be the Up Arrow key on the keyboard.  Up
35806 Arrow is not a distinct character on most Unix systems.  When you press
35807 the Up Arrow key a short sequence of characters are produced.  This
35808 sequence is supposed to be described in the termcap database by the
35809 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
35810 are using terminfo instead of termcap).
35813 By default, Alpine defines some terminal
35814 escape sequences that are commonly used.  For example, the sequence
35815 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
35816 &quot;ESC&nbsp;[&nbsp;A&quot;
35817 is also recognized as an Up Arrow key.  These are chosen because common
35818 terminals like VT100's or ANSI standard terminals produce these
35819 sequences when you press the Up Arrow key.
35822 If your system's termcap
35823 (terminfo) database assigns some other function to the sequence
35824 &quot;ESC&nbsp;O&nbsp;A&quot;
35825 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
35826 database assigns a sequence that doesn't begin with an escape
35827 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
35828 This usually works fine
35829 because most terminals emit the escape sequences that Alpine has defined
35830 by default.  We have also found that it is usually better to have these
35831 defaults take precedence over the definitions contained in the database
35832 because the defaults are more likely to be correct than the database.
35835 There are some terminals where this breaks down.  If you want Alpine to
35836 believe the definitions given in your termcap (terminfo) database in
35837 preference to the defaults the Alpine itself sets up, then you may turn
35838 this feature on.  Then, sequences of characters that are defined in
35839 both termcap (terminfo) and in Alpine's set of defaults will be
35840 interpreted the way that termcap (terminfo) says they should be
35841 interpreted.  Also, if your terminal capabilities database assigns a
35842 sequence that doesn't begin with escape, it will not be ignored.
35845 <UL>   
35846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35847 </UL><P>
35848 &lt;End of help on this topic&gt;
35849 </BODY>
35850 </HTML>
35851 ====== h_config_cruise_mode =====
35852 <HTML>
35853 <HEAD>
35854 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
35855 </HEAD>
35856 <BODY>
35857 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
35859 This feature affects Alpine's behavior when you hit the
35860 &quot;Space&nbsp;Bar&quot; at
35861 the end of a displayed message.  Typically, Alpine complains that the end
35862 of the text has already been reached.  Setting this feature causes such
35863 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
35864 taking you to the next &quot;interesting&quot; message,
35865 or scanning ahead to the 
35866 next incoming folder with &quot;interesting&quot; messages.
35869 <UL>   
35870 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35871 </UL><P>
35872 &lt;End of help on this topic&gt;
35873 </BODY>
35874 </HTML>
35875 ====== h_config_cruise_mode_delete =====
35876 <HTML>
35877 <HEAD>
35878 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
35879 </HEAD>
35880 <BODY>
35881 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
35883 This feature modifies the behavior of Alpine's 
35884 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
35885 Setting this feature causes Alpine to implicitly delete read
35886 messages when it moves on to display the next &quot;interesting&quot; message.
35888 NOTE: Beware when enabling this feature AND the 
35889 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
35890 feature.
35892 <UL>   
35893 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35894 </UL><P>
35895 &lt;End of help on this topic&gt;
35896 </BODY>
35897 </HTML>
35898 ====== h_config_slash_coll_entire =====
35899 <HTML>
35900 <HEAD>
35901 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
35902 </HEAD>
35903 <BODY>
35904 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
35906 The slash (/) command is available from the MESSAGE INDEX screen when
35907 the folder is sorted by either Threads or OrderedSubject, and the
35908 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
35909 is set to something other than &quot;none&quot;.
35910 Normally, the slash command Collapses or Expands the subthread that
35911 starts at the currently highlighted message, if any.
35912 If this option is set, then the slash command Collapses or Expands the
35913 <EM>entire</EM> current thread instead of just the subthread.
35914 The current thread is simply the top-level thread that contains the
35915 current message.
35918 <UL>   
35919 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35920 </UL><P>
35921 &lt;End of help on this topic&gt;
35922 </BODY>
35923 </HTML>
35924 ====== h_config_color_thrd_import =====
35925 <HTML>
35926 <HEAD>
35927 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
35928 </HEAD>
35929 <BODY>
35930 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
35932 This option affects only the THREAD INDEX screen.
35933 Whether or not you ever see a THREAD INDEX screen depends on the setting
35934 of the configuration option
35935 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
35936 and on the sort order of the index.
35939 If a message within a thread is flagged as Important
35940 and this option is set, then
35941 the entire line in the THREAD INDEX will be colored the color of the
35942 Index-important Symbol, which can be set using the
35943 <A HREF="h_color_setup">Setup Kolor</A> screen.
35946 <UL>   
35947 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35948 </UL><P>
35949 &lt;End of help on this topic&gt;
35950 </BODY>
35951 </HTML>
35952 ====== h_config_allow_goto =====
35953 <HTML>
35954 <HEAD>        
35955 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
35956 </HEAD>
35957 <BODY>
35958 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
35960 This feature modifies the behavior of Alpine's file browser.  Setting this
35961 feature causes Alpine to offer the "G Goto" command in the file browser.
35962 That is the default.
35966 The Goto command allows you to explicitly type in the desired directory.
35968 &lt;End of help on this topic&gt;
35969 </BODY></HTML>
35970 ====== h_config_add_ldap =====
35971 <HTML>
35972 <HEAD>
35973 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
35974 </HEAD>
35975 <BODY>
35976 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
35978 If both the Directory option
35979 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
35980 and this feature are set,
35981 then when an implicit directory lookup is done from the
35982 composer you will automatically be prompted to add the result of the
35983 directory lookup to your address book.
35985 <UL>   
35986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35987 </UL><P>
35988 &lt;End of help on this topic&gt;
35989 </BODY>
35990 </HTML>
35991 ===== h_patterns_compat_behavior =====
35992 <HTML>
35993 <HEAD>
35994 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
35995 </HEAD>
35996 <BODY>
35997 <H1>Rules Behavior Changes in Pine 4.50</H1>
35999 In Alpine, Rules that contain unrecognized elements
36000 are ignored.
36001 In most cases, the unrecognized elements will be something that was
36002 added as a new Rules feature in a later version of Alpine.
36003 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
36004 ignore rules that contained unrecognized elements.
36005 For example, a new element of Rules that was added in Pine 4.50 is
36006 Age interval.
36007 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
36008 all messages older than a week red.
36009 Now, if you run Pine 4.44 using that same configuration file, it will not
36010 recognize the Age interval and so will just ignore it.
36011 That means that all messages will match that rule so all messages will
36012 be colored red when using Pine version 4.44.
36015 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
36016 However, since the behavior still exists in versions prior to Pine 4.50 and
36017 since Filtering is a potentially destructive operation, another measure
36018 was taken to attempt to avoid unintentional Filtering of messages.
36019 The first time that you run Alpine or a Pine that is version 4.50 or greater,
36020 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
36021 will be copied to a new Filters configuration variable
36022 with a different name (&quot;Patterns-Filters2&quot;).
36023 From then on, Alpine will continue to use the new
36024 variable.
36025 Of course, Pine version 4.44 or lower will continue to use the old
36026 variable.
36027 That means that if you are using Alpine
36028 and also using a version of Pine that is older than 4.50, they will not
36029 share the configuration information about Filters.
36030 If you make a change in one version you won't see it in the other version.
36033 Since Scoring can be used to trigger Filtering, the same thing has been
36034 done for Score rules.
36035 The old configuration variable name is (&quot;Patterns-Scores&quot;)
36036 and the new name is (&quot;Patterns-Scores2&quot;).
36037 The same is not true of Role, Indexcolor, and Other rules that are
36038 thought to be less harmful when a mistake is made.
36041 &lt;End of help on this topic&gt;
36042 </BODY>
36043 </HTML>
36044 ======= h_config_filt_opts_sentdate =======
36045 <HTML>
36046 <HEAD>
36047 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
36048 </HEAD>
36049 <BODY>
36050 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
36052 By default, the Age interval of a Pattern uses a message's time of
36053 arrival to compute the age of the message.
36054 If this feature is set, the date in the message's Date header will
36055 be used instead.
36057 &lt;End of help on this topic&gt;
36058 </BODY>
36059 </HTML>
36060 ======= h_config_filt_opts_notdel =======
36061 <HTML>
36062 <HEAD>
36063 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
36064 </HEAD>
36065 <BODY>
36066 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
36068 If this option is set then a message will be moved into the
36069 specified folder only if it is not marked for deletion.
36070 This is useful if you have multiple Alpine sessions running
36071 simultaneously and you don't want messages to be filtered into a
36072 folder more than once.
36073 It is also useful if you want to filter
36074 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
36075 This method is not foolproof.
36076 There may be cases where a message
36077 gets marked deleted and so it is never filtered into the folder.
36078 For example, if you deleted it in another Alpine session or another mail
36079 program that didn't use the filtering rule.
36081 This option has no effect if the Filter Action is not set to Move.
36083 &lt;End of help on this topic&gt;
36084 </BODY>
36085 </HTML>
36086 ======= h_config_filt_opts_nonterm =======
36087 <HTML>
36088 <HEAD>
36089 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
36090 </HEAD>
36091 <BODY>
36092 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
36094 If this option is set then this is a non-terminating rule.
36095 Usually, for each message, Alpine searches through the Filter Rules until
36096 a match is found and then it performs the action associated with that rule.
36097 Rules following the match are not considered.
36098 If this option is set then the search for matches will continue at the next
36099 rule.
36101 If a non-terminating rule matches then the actions associated with
36102 that rule, except for any implied deletion of the message, are performed
36103 before the match for the next rule is checked.
36104 For example, if the non-terminating rule sets the Important status, then that
36105 status will be set when the next rule is considered.
36106 However, if the non-terminating rule Moves the message, the message will
36107 actually be copied instead of copied and deleted so that it is still there
36108 for the next rule.
36109 A moved message is deleted after all the relevant rules have been checked.
36110 The name of the &quot;Move&quot; action is confusing in this case because
36111 a single message can be moved to more than one folder.
36112 It turns the Move into a Copy instead, but it is still followed by a deletion
36113 at the end.
36115 This option may be useful if you want to have a single message filtered to
36116 two different folders because it matches two different Patterns.
36117 For example, suppose you normally filter messages to a particular mailing
36118 list into one folder, and messages addressed directly to you into a second
36119 folder.
36120 If a message is sent to both you and the list (and you can tell that by
36121 looking at the headers of the message) this option may give you a convenient
36122 way to capture a copy to each folder.
36123 (It may also cause you to capture two copies to each folder,
36124 depending on whether your mail system delivers one or two copies of the
36125 message to you and on how the list works.)
36127 &lt;End of help on this topic&gt;
36128 </BODY>
36129 </HTML>
36130 ====== h_command_external_browser =====
36131 <HTML>
36132 <HEAD>
36133 <TITLE>The External Browser Command</TITLE>
36134 </HEAD>
36135 <BODY>
36136 <H1>The External Browser Command</H1>
36139 A new command was added to Alpine that allows users to send HTML messages to be displayed
36140 by a web browser. This is helpful when a user wants to see images in the context of the
36141 message, or get a better display of the message than Alpine provides.
36144 The simplest way to use this command is to do as follows. While reading a message,
36145 press the &quot;V&quot; to go to the <A href="h_attachment_screen">ATTACHMENT SCREEN</A>.
36146 In that screen move the cursor until it is on top of a TEXT/HTML attachment and press the
36147 &quot;X&quot; key. This will make Alpine launch the browser you have configured for
36148 in the <a href="h_config_browser"><!--#echo var="VAR_url-viewers"--></a> variable, and
36149 you should be able to read the message in your browser, as well as in Alpine.
36151 <P> If the message you sent to your browser has inline images, then the images attached to
36152 the message that are necessary for the display of the message are also sent to the browser
36153 for its display.
36155 <P> The text that follows will explain more details about this command, and is only
36156 recommended for more advanced users.
36158 <h1><CENTER>Displaying Images</CENTER></h1>
36160 <P> First, we will talk about displaying images in an HTML file. Typically, HTML images
36161 are displayed as the result of some specific code of the form
36162 <center>
36163 <PRE>
36164 &lt;img src=&quot;...&quot;&gt;,
36165 </PRE>
36166 </center>
36167 where the text between the quotes tells Alpine how to find the image.
36168 If the source of the image is internal to the message, Alpine passes that image to the
36169 browser. Otherwise Alpine erases the link to the image. This is done so that
36170 you can be protected from a bad use of external images. Images can be used to track
36171 that you read the message, or your location, devices you own, etc.. Since Alpine does
36172 not open images in any messages, your
36173 privacy is always protected this way. Therefore, when you do not pass the links to
36174 external images to a browser, your privacy is being protected. However, doing this
36175 might make the message not be displayed correctly, since when the message was
36176 created the images were part of the formatted message, and not having images might make
36177 this formatting look awkward.
36179 <P> If you would like that Alpine display all images, regardless of their source, and
36180 regardless of the sender, then you need to disable the feature <a
36181 href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>.
36182 The message will display as intended, but you will leak information to the sender of the
36183 message, as well as to your internet service provider, which could be your employer, or
36184 school, etc.
36186 <P> Alpine provides an alternative mechanism to either send all links to the images to the
36187 external browser or to send only those that are attached to the message you are trying to
36188 display. In order to use this mechanism you must first enable
36189 <a href="h_config_enable_view_attach"><!--#echo var="FEAT_enable-msg-view-attachments"--></a>.
36190 This allows Alpine to add direct links to each attachments. If you want to send an HTML
36191 attachment to an external browser, you would place the cursor over the attachment and press
36192 the &quot;Return&quot; or &quot;Enter&quot; key to open the attachment. When you do that
36193 you will see a prompt and menu which says
36195 <pre>
36196 View selected Attachment  ?
36197 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36198 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36199 </pre>
36201 <P>In order to send this message to an external browser, you would press the &quot;X&quot;
36202 key. This will change the prompt and menu to
36204 <pre>
36205 View selected Attachment using external viewer including inline images only ?
36206 &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
36207 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I All images
36208 </pre>
36210 <P>This is telling you that if you answer &quot;Yes&quot; to this question, and external
36211 browser will be used to send this messages, and only inline images, that is, those attached
36212 in the message will be sent to the browser. If you would like to send all images in
36213 this case, the menu tells you that you must press the &quot;I&quot; key. Pressing
36214 that key changes the prompt and menu to
36216 <pre>
36217 View selected Attachment using external viewer including all images ?
36218 &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
36219 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I Inline imgs
36220 </pre>
36222 <P>and as you can see the prompt says that if you press &quot;Yes&quot; then the message
36223 will be sent to the browser including the source of all images, including those in
36224 external servers. Notice that the &quot;X&quot; command now is a toggle. If you
36225 were to press it now, you would return to the original prompt,
36227 <pre>
36228 View selected Attachment  ?
36229 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36230 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36231 </pre>
36233 <P>which means that if you answer &quot;Yes&quot; at this time your message would not
36234 be sent to your external browser for display, unless you have configured a mailcap
36235 entry to display HTML files.
36237 <P> One of the lessons of this discussion is that if you never press the &quot;X&quot;
36238 command in the ATTACHMENT SCREEN, and you never press the &quot;X&quot; command when
36239 launching a viewer for an attachment in the MESSAGE TEXT screen, you will never use this
36240 mechanism, and Alpine will resort to your already configured mechanisms to open HTML
36241 text.This means you can live your life without worrying that Alpine will do anything
36242 different because of this new feature. You do not have to use it, but if you do, you should
36243 know the risks and advantages and decide when and how to use it.
36245 <h1><CENTER>Saving HTML Messages to Disk</CENTER></h1>
36248 No matter what your reason to send a message to an external web browser is, Alpine must
36249 write your message to a file (and also all related inline images), and point your browser
36250 to open that file. Alpine saves all your messages and auxiliary images in a subdirectory
36251 of the ~/.alpine-html directory in unix-like Alpine, or the alpine-html folder in your home
36252 directory in PC-Alpine. If Alpine cannot access these directories, or create folders
36253 in them, then the full mechanism described above will fail, and you will not be able
36254 to send messages to an external browser for display.
36257 Unfortunately browsers do not remove the file that Alpine created, nor the images
36258 that Alpine saved in order to display this message, so if you use this mechanism often
36259 you will create many directories and files which the browser will not remove. Alpine
36260 will remove these files when you exit Alpine. Any temporary directory that Alpine
36261 created that has existed for longer than 10 minutes will be automatically erased.
36262 Alpine also erases these directories upon exiting.
36265 When Alpine creates a directory to house the files associated to a message that will
36266 pass to an external browser, it tries to delete that directory later on, according to
36267 the discussion above. What this means is that you should consider the contents of the
36268 ~/.alpine-html directory in unix-like Alpine and the alpine-html folder in PC-Alpine
36269 as temporary, and not rely on their existence. If you attempt to save files in one of
36270 these directories, chances are your data will be deleted by Alpine. Since deleting is
36271 a destructive action,
36272 every session of Alpine that you have open will only attempt to remove the directories
36273 it created, with their content in them. If this operation fails, Alpine will not try
36274 to investigate, nor will report to you, why the operation failed. Therefore, users
36275 should periodically check their html directory to see if there is content there that
36276 they wish to delete.
36279 <UL>
36280 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36281 </UL><P>
36282 &lt;End of help on this topic&gt;
36283 </BODY>
36284 </HTML>
36285 ===== h_mainhelp_smime ======
36286 <HTML>
36287 <HEAD>
36288 <TITLE>S/MIME Overview</TITLE>
36289 </HEAD>
36290 <BODY>
36291 <H1>S/MIME Overview</H1>
36293 S/MIME is a standard for the public key encryption and signing of email.
36294 UNIX Alpine contains a basic implementation of S/MIME based on
36295 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
36296 same support can be provided using the 
36297 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
36298 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
36299 To check if this version of Alpine supports S/MIME look at
36300 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
36301 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
36303 Some limitations:
36304 <UL>
36305    <LI> There is no provision for checking for CRLs
36306         (Certificate Revocation Lists) in Alpine.
36307    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
36308    <LI> There is no mechanism available for feeding either an entire incoming
36309         or an entire outgoing message to an external
36310         filter and using that external filter to do S/MIME or PGP processing.
36311    <LI> Because the implementation currently uses OpenSSL, there is only a very
36312         limited integration with the Mac OS Keychain (the storing and access of
36313         public certificates).
36314 </UL>
36316 The S/MIME configuration screen is reached by going to the Main Menu and typing
36317 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
36320 <H2>S/MIME BASICS</H2>
36322 In order to digitally sign messages you send you must have a public/private key-pair.
36323 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
36324 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
36325 users or a company which provides certificates for its workers.
36326 These certificates are bound to an email address, so the identity being verified is the
36327 email address not a person's name.
36329 Mail is signed by using the sender's private key, which only the owner of the private key
36330 has access to.
36331 The signature is verified using the signer's public key, which anyone can
36332 have access to.
36333 With Alpine, the first time you receive a signed message the public key of the
36334 sender will be stored for future use.
36337 Mail is encrypted using the recipient's public key and decrypted by
36338 the recipient with their private key.
36341 You need a key of your own in order to sign outgoing messages and to have others
36342 encrypt messages sent to you.
36343 You do not need a key of your own to verify signed messages sent by others or to
36344 encrypt messages sent to others.
36346 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
36348 By default UNIX Alpine stores the certificates it uses in a directory in your
36349 home directory.
36350 The directory name is
36352 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
36354 For PC-Alpine, the equivalent directory is called 
36355 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
36356 and is also located under your home directory.
36358 Within that directory are three subdirectories.
36359 Each of the three subdirectories contains files with PEM-encoded contents,
36360 the default format for OpenSSL.
36361 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
36362 The files within that directory have names that are email addresses with the
36363 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
36364 An example filename is
36366 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36368 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
36369 your private key.
36370 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
36371 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
36372 Authorities that you want to trust but that aren't contained in the set of system CAs.
36373 Those files may have arbitrary names as long as they end with the
36374 suffix &quot;<SAMP>.crt</SAMP>&quot;.
36376 <H2>HOW TO SIGN AND ENCRYPT</H2>
36378 If you have a certificate you may sign outgoing messages.
36379 After typing the Ctrl-X command to send a message you will see the prompt
36381 <CENTER><SAMP>Send message?</SAMP></CENTER>
36383 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
36384 Typing the &quot;G&quot; command will change the prompt to
36386 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
36388 Typing the &quot;E&quot; command will change the prompt to
36390 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
36392 You may even type both to get
36394 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
36397 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
36399 The reading of a signed message should not require any special action on
36400 your part.
36401 There should be an editorial addition at the start of the message which
36402 says either
36404 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
36408 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
36410 If an encrypted message is sent to you the encrypted text will not
36411 be shown.
36412 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
36413 you are viewing the message) and supply your passphrase when asked.
36415 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
36416 which gives you some information about the certificate used to sign or encrypt the message.
36418 <H2>MISCELLANEOUS</H2>
36420 If you have access to a private certificate in the PKCS12 format, which 
36421 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
36422 use the following commands to generate private keys, public and certificate
36423 authorities certificates. In the examples below, we assume that the 
36424 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
36425 that your email address is &quot;your@address.com&quot;.
36428 In order to create a private key use the command
36430 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
36432 In order to create a public certificate use the command
36434 <CENTER><SAMP>
36435 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
36436 </SAMP></CENTER>
36438 In order to create a certificate authority certificate use the command
36440 <CENTER><SAMP>
36441 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
36442 </SAMP></CENTER>
36444 <P> If the previous command produces an empty file, it means that the 
36445 certificate authority was not included in the .p12 file, so you will have 
36446 to get it from some other sources. You will need these certificates, so 
36447 that you can validate correctly signatures.
36450 After you have exported these certificates and keys, you can  use the import 
36451 command in Alpine, from the S/MIME configuration screen,
36452 to import these certificates into Alpine. They will be available for use
36453 as soon as you import them.
36455 &lt;End of help on this topic&gt;
36456 </BODY>
36457 </HTML>
36458 ====== h_config_smime_pubcertdir =====
36459 <HTML>
36460 <HEAD>
36461 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
36462 </HEAD>
36463 <BODY>
36464 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
36467 If the option
36468 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36469 is set then this option will have no effect.
36471 Normally, Public Certificates for use with S/MIME will be stored in the directory
36472 which is the value of this option.
36473 Those certificates will be stored in PEM format, one certificate per file.
36474 The name of the file for the certificate corresponding to
36476 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36478 should be
36480 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
36482 For example, a file for user@example.com would be in the file
36484 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36486 in this directory.
36488 Use the Setup/SMIME screen to modify this variable.
36490 Typically, the public certificates that you have will come from S/MIME signed
36491 messages that are sent to you.
36492 Alpine will extract the public certificate from the signed message and store
36493 it in the certificates directory.
36494 These PEM format public certificates look something like:
36495 <PRE>
36496 -----BEGIN CERTIFICATE-----
36497 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
36498 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
36499 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
36501 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
36502 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
36503 -----END CERTIFICATE-----
36504 </PRE>
36506 <UL>   
36507 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36508 </UL><P>
36510 <UL>   
36511 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36512 </UL><P>
36513 &lt;End of help on this topic&gt;
36514 </BODY>
36515 </HTML>
36516 ====== h_config_smime_pubcertcon =====
36517 <HTML>
36518 <HEAD>
36519 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
36520 </HEAD>
36521 <BODY>
36522 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
36525 If this option is set it will be used instead of
36526 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
36528 This option gives you a way to store certificates remotely on an IMAP server
36529 instead of storing the certificates one per file locally.
36530 In order to do that you just give this option a remote folder name for a folder
36531 which does not yet exist.
36532 The name is similar to the name you might use for a remote configuration file.
36533 A remote folder name might look something like:
36535 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
36538 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36539 about the syntax of folder names.
36541 Use the Setup/SMIME screen to modify this variable.
36543 <UL>   
36544 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36545 </UL><P>
36547 <UL>   
36548 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36549 </UL><P>
36550 &lt;End of help on this topic&gt;
36551 </BODY>
36552 </HTML>
36553 ====== h_config_smime_privkeydir =====
36554 <HTML>
36555 <HEAD>
36556 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
36557 </HEAD>
36558 <BODY>
36559 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
36562 In order to sign outgoing S/MIME messages you will need a
36563 personal digital ID certificate.
36564 You will usually get such a certificate from a certificate authority such as
36565 Thawte or CAcert.
36566 (In order to encrypt outgoing messages you don't need a personal digital ID, you
36567 need the public certificate of the recipient instead.)
36568 If the option
36569 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
36570 is set then this option will have no effect.
36572 Normally, Private Keys for use with S/MIME will be stored in the directory
36573 which is the value of this option.
36574 Those certificates will be stored in PEM format, one certificate per file.
36575 The name of the file for the certificate corresponding to your
36577 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36579 should be
36581 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
36583 For example, if your address is user@example.com the name of the file would be
36585 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
36587 in this directory.
36589 Use the Setup/SMIME screen to modify this variable.
36591 Typically, the private key that you have will come from a Certificate
36592 Authority.
36593 The private key should be stored in a PEM format file that
36594 looks something like:
36595 <PRE>
36596 -----BEGIN RSA PRIVATE KEY-----
36597 Proc-Type: 4,ENCRYPTED
36598 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
36600 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
36601 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
36602 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
36604 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
36605 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
36606 -----END RSA PRIVATE KEY-----
36607 </PRE>
36609 <UL>   
36610 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36611 </UL><P>
36613 <UL>   
36614 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36615 </UL><P>
36616 &lt;End of help on this topic&gt;
36617 </BODY>
36618 </HTML>
36619 ====== h_config_smime_privkeycon =====
36620 <HTML>
36621 <HEAD>
36622 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
36623 </HEAD>
36624 <BODY>
36625 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
36628 If this option is set it will be used instead of
36629 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36631 This option gives you a way to store keys remotely on an IMAP server
36632 instead of storing the keys one per file locally.
36633 In order to do that you just give this option a remote folder name for a folder
36634 which does not yet exist.
36635 The name is similar to the name you might use for a remote configuration file.
36636 A remote folder name might look something like:
36638 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
36641 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36642 about the syntax of folder names.
36644 Use the Setup/SMIME screen to modify this variable.
36646 <UL>   
36647 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36648 </UL><P>
36650 <UL>   
36651 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36652 </UL><P>
36653 &lt;End of help on this topic&gt;
36654 </BODY>
36655 </HTML>
36656 ====== h_config_smime_cacertdir =====
36657 <HTML>
36658 <HEAD>
36659 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
36660 </HEAD>
36661 <BODY>
36662 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
36665 If the option
36666 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
36667 is set then this option will have no effect.
36669 CACert is a shorthand name for certification authority certificate.
36670 Normally Alpine will use the CACerts that are located in the standard system
36671 location for CACerts.
36672 It may be the case that one of your correspondents has a Digital ID which has
36673 been signed by a certificate authority that is not in the regular set of system certificate
36674 authorities.
36675 You may supplement the system list by adding further certificates of your own.
36676 These should  be stored in the directory
36677 which is the value of this option.
36678 The certificates will be stored in PEM format, one certificate per file.
36679 The names of the files can be anything ending in &quot;.crt&quot;.
36681 Use the Setup/SMIME screen to modify this variable.
36683 These PEM format CA certificates look very similar to your public
36684 certificates for particular email addresses
36685 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
36687 <UL>   
36688 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36689 </UL><P>
36691 <UL>   
36692 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36693 </UL><P>
36694 &lt;End of help on this topic&gt;
36695 </BODY>
36696 </HTML>
36697 ====== h_config_smime_cacertcon =====
36698 <HTML>
36699 <HEAD>
36700 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
36701 </HEAD>
36702 <BODY>
36703 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
36706 If this option is set it will be used instead of
36707 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
36709 This option gives you a way to store certificates remotely on an IMAP server
36710 instead of storing the certificates one per file locally.
36711 In order to do that you just give this option a remote folder name for a folder
36712 which does not yet exist.
36713 The name is similar to the name you might use for a remote configuration file.
36714 A remote folder name might look something like:
36716 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
36719 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36720 about the syntax of folder names.
36722 Use the Setup/SMIME screen to modify this variable.
36724 <UL>   
36725 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36726 </UL><P>
36728 <UL>   
36729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36730 </UL><P>
36731 &lt;End of help on this topic&gt;
36732 </BODY>
36733 </HTML>
36734 ========== h_config_smime_sign_by_default ==========
36735 <HTML>
36736 <HEAD>
36737 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
36738 </HEAD>
36739 <BODY>
36740 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
36743 This feature only has an effect if your version of Alpine includes
36744 support for S/MIME.
36745 It affects Alpine's behavior when you send a message.
36746 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
36748 Only the default value is affected.
36749 In any case, you may still toggle the Signing option on or off before sending
36750 with the &quot;G Sign&quot; command (provided you have a personal digital ID
36751 certificate).
36753 <UL>   
36754 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36755 </UL><P>
36758 <UL>   
36759 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36760 </UL><P>
36761 &lt;End of help on this topic&gt;
36762 </BODY>
36763 </HTML>
36764 ========== h_config_smime_use_cert_store ==========
36765 <HTML>
36766 <HEAD>
36767 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
36768 </HEAD>
36769 <BODY>
36770 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
36773 This feature only has an effect if your version of Alpine includes
36774 support for S/MIME.
36775 It affects Alpine's behavior when you validate a message, and should
36776 not be disabled, unless you are performing a test.
36778 There are two important aspects of validation: validation of the message
36779 (that is, the message was not modified after it was sent) 
36780 as well as validation of the identity of the sender. This option has to 
36781 do with the latter. 
36783 In order to validate that the message came from the sender in the message
36784 and not an impersonator, Alpine can 
36785 either use the certificates that come in the message, or the ones that 
36786 you have personally stored. If this feature is enabled (the default) then 
36787 Alpine will use certificates that you have already saved in your store 
36788 and not those that come in the message to validate the sender of the 
36789 message. In particular, the first time that you receive a signed message
36790 from a sender, and their certificate does not validate against your
36791 store, then you will be asked if you wish to save such certificate. If
36792 you do not wish to save the certificate, then Alpine will fail to validate
36793 the signature of the message. Otherwise, Alpine will proceed to validate
36794 the signature of the message. This behavior helps you prevent against impersonation, because 
36795 it is assumed that you trust the certificates that you have saved, and 
36796 might not trust those that came with the message that you are validating.
36798 <UL>   
36799 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36800 </UL><P>
36803 <UL>   
36804 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36805 </UL><P>
36806 &lt;End of help on this topic&gt;
36807 </BODY>
36808 </HTML>
36809 ========== h_config_smime_pubcerts_in_keychain ==========
36810 <HTML>
36811 <HEAD>
36812 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
36813 </HEAD>
36814 <BODY>
36815 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
36818 If this feature is set the Mac OS X default keychain will be used as the place
36819 to store public certificates instead of a
36820 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
36821 or a
36822 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
36824 <UL>   
36825 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36826 </UL><P>
36828 <UL>   
36829 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36830 </UL><P>
36831 &lt;End of help on this topic&gt;
36832 </BODY>
36833 </HTML>
36834 ========== h_config_smime_dont_do_smime ==========
36835 <HTML>
36836 <HEAD>
36837 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
36838 </HEAD>
36839 <BODY>
36840 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
36843 Setting this feature turns off all of Alpine's S/MIME support.
36844 You might want to set this if you are having trouble due to the S/MIME support.
36846 <UL>   
36847 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36848 </UL><P>
36851 <UL>   
36852 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36853 </UL><P>
36854 &lt;End of help on this topic&gt;
36855 </BODY>
36856 </HTML>
36857 ========== h_config_smime_encrypt_by_default ==========
36858 <HTML>
36859 <HEAD>
36860 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
36861 </HEAD>
36862 <BODY>
36863 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
36866 This feature only has an effect if your version of Alpine includes
36867 support for S/MIME.
36868 It affects Alpine's behavior when you send a message.
36869 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
36871 Only the default value is affected.
36872 In any case, you may still toggle the Encrypt option on or off before sending
36873 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
36874 for the recipient).
36876 <UL>   
36877 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36878 </UL><P>
36881 <UL>   
36882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36883 </UL><P>
36884 &lt;End of help on this topic&gt;
36885 </BODY>
36886 </HTML>
36887 ========== h_config_smime_remember_passphrase ==========
36888 <HTML>
36889 <HEAD>
36890 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
36891 </HEAD>
36892 <BODY>
36893 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
36896 This feature only has an effect if your version of Alpine includes
36897 support for S/MIME.
36898 If this option is set, you will only have to enter your passphrase for your private key
36899 once during an Alpine session.
36901 <UL>   
36902 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36903 </UL><P>
36906 <UL>   
36907 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36908 </UL><P>
36909 &lt;End of help on this topic&gt;
36910 </BODY>
36911 </HTML>
36912 ====== h_config_smime_transfer_pub_to_con =====
36913 <HTML>
36914 <HEAD>
36915 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
36916 </HEAD>
36917 <BODY>
36918 <H1>S/MIME: Transfer Public Certs to Container</H1>
36921 The Transfer command will copy the public certificates in your configured
36922 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
36923 to the container in your configured
36924 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
36925 This might be useful if you decide to switch from using a cert directory to a cert
36926 container.
36928 Warning: Any previous contents in the container will be lost.
36930 <UL>   
36931 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36932 </UL><P>
36934 <UL>   
36935 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36936 </UL><P>
36937 &lt;End of help on this topic&gt;
36938 </BODY>
36939 </HTML>
36940 ====== h_config_smime_transfer_pub_to_dir =====
36941 <HTML>
36942 <HEAD>
36943 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
36944 </HEAD>
36945 <BODY>
36946 <H1>S/MIME: Transfer Public Certs to Directory</H1>
36949 The Transfer command will copy the public certificates in your configured
36950 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36951 to the directory in your configured
36952 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
36953 This might be useful if you decide to switch from using a cert container to a cert
36954 directory.
36956 <UL>   
36957 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36958 </UL><P>
36960 <UL>   
36961 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36962 </UL><P>
36963 &lt;End of help on this topic&gt;
36964 </BODY>
36965 </HTML>
36966 ====== h_config_smime_transfer_priv_to_con =====
36967 <HTML>
36968 <HEAD>
36969 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
36970 </HEAD>
36971 <BODY>
36972 <H1>S/MIME: Transfer Private Keys to Container</H1>
36975 The Transfer command will copy the private keys in your configured
36976 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36977 to the container in your configured
36978 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
36979 This might be useful if you decide to switch from using a key directory to a key
36980 container.
36982 Warning: Any previous contents in the container will be lost.
36984 <UL>   
36985 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36986 </UL><P>
36988 <UL>   
36989 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36990 </UL><P>
36991 &lt;End of help on this topic&gt;
36992 </BODY>
36993 </HTML>
36994 ====== h_config_smime_transfer_priv_to_dir =====
36995 <HTML>
36996 <HEAD>
36997 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
36998 </HEAD>
36999 <BODY>
37000 <H1>S/MIME: Transfer Private Keys to Directory</H1>
37003 The Transfer command will copy the private keys in your configured
37004 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37005 to the directory in your configured
37006 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37007 This might be useful if you decide to switch from using a key container to a key
37008 directory.
37010 <UL>   
37011 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37012 </UL><P>
37014 <UL>   
37015 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37016 </UL><P>
37017 &lt;End of help on this topic&gt;
37018 </BODY>
37019 </HTML>
37020 ====== h_config_smime_transfer_cacert_to_con =====
37021 <HTML>
37022 <HEAD>
37023 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
37024 </HEAD>
37025 <BODY>
37026 <H1>S/MIME: Transfer CA Certs to Container</H1>
37029 The Transfer command will copy the CA certificates in your configured
37030 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
37031 to the container in your configured
37032 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37033 This might be useful if you decide to switch from using a CA cert directory to a CA cert
37034 container.
37036 Warning: Any previous contents in the container will be lost.
37038 <UL>   
37039 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37040 </UL><P>
37042 <UL>   
37043 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37044 </UL><P>
37045 &lt;End of help on this topic&gt;
37046 </BODY>
37047 </HTML>
37048 ====== h_config_smime_transfer_cacert_to_dir =====
37049 <HTML>
37050 <HEAD>
37051 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
37052 </HEAD>
37053 <BODY>
37054 <H1>S/MIME: Transfer CA Certs to Directory</H1>
37057 The Transfer command will copy the CA certificates in your configured
37058 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37059 to the directory in your configured
37060 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37061 This might be useful if you decide to switch from using a CA cert container to a CA cert
37062 directory.
37064 <UL>   
37065 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37066 </UL><P>
37068 <UL>   
37069 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37070 </UL><P>
37071 &lt;End of help on this topic&gt;
37072 </BODY>
37073 </HTML>
37074 ====== h_config_smime_transfer_pubcon_to_key =====
37075 <HTML>
37076 <HEAD>
37077 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37078 </HEAD>
37079 <BODY>
37080 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37082 Mac OS X Alpine only.
37084 The Transfer command will copy the public certificates in your configured
37085 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37086 to your default Mac OS X Keychain.
37087 This might be useful if you decide to switch from using a cert container to using
37088 the Keychain to store your public certs, which you may do by using the
37089 feature
37090 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
37092 <UL>   
37093 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37094 </UL><P>
37096 <UL>   
37097 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37098 </UL><P>
37099 &lt;End of help on this topic&gt;
37100 </BODY>
37101 </HTML>
37102 ====== h_config_smime_transfer_pubkey_to_con =====
37103 <HTML>
37104 <HEAD>
37105 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37106 </HEAD>
37107 <BODY>
37108 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37111 The Transfer command will copy the public certificates in your configured
37112 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37113 to your default Mac OS X Keychain.
37114 This might be useful if you decide to switch from using a cert container to using
37115 the Keychain to store your public certs.
37117 <UL>   
37118 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37119 </UL><P>
37121 <UL>   
37122 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37123 </UL><P>
37124 &lt;End of help on this topic&gt;
37125 </BODY>
37126 </HTML>
37127 ====== h_config_smime_public_certificates =====
37128 <HTML>
37129 <HEAD>
37130 <TITLE>S/MIME: Manage Public Certificates</TITLE>
37131 </HEAD>
37132 <BODY>
37133 <H1>S/MIME: Manage Public Certificates</H1>
37136 This menu item allows you to manage your public certificates, this
37137 may include your own public certificate, but it normally includes
37138 certificates of people you correspond with. These certificates are
37139 saved by Alpine automatically when they are found in signed messages
37140 that you receive. This interface allows you to manage them, by
37141 giving you the option to delete them, or trust them (in the case
37142 of self-signed certificates).
37145 Please note that Alpine will not validate a message that was sent to you
37146 using a self-signed certificate, unless you decide to trust that certificate.
37147 Internally, a certificate is trusted by copying it to the
37148 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
37149 collection. If you decide that you want to stop trusting a self-signed
37150 certificate, you must delete such certificate from such collection.
37152 The <B>I</B> Import command available in this screen allows you to 
37153 import a command to this collection.
37155 <UL>   
37156 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37157 </UL><P>
37159 <UL>   
37160 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37161 </UL><P>
37162 &lt;End of help on this topic&gt;
37163 </BODY>
37164 </HTML>
37165 ====== h_config_smime_private_keys =====
37166 <HTML>
37167 <HEAD>
37168 <TITLE>S/MIME: Manage Private Keys</TITLE>
37169 </HEAD>
37170 <BODY>
37171 <H1>S/MIME: Manage Private Keys</H1>
37174 This option allows you to manage your private key. Normally a person has only
37175 one key, in the same way that a person only has one valid passport, or ID card,
37176 at any given time. This option allows you to manage private keys. You can
37177 delete them or import them. Additionally, you can view information
37178 about your public certificate, such as the issuer and the dates of validity
37179 of such certificate, among others.
37182 If you have more than one e-mail address for which you want to use the 
37183 same private key, you must add all those addresses to the private key at 
37184 the moment that the key is generated. When you receive a signed message using 
37185 a key generated for several e-mail addresses, Alpine will save a 
37186 certificate for each e-mail address included in such certificate.
37188 The <B>I</B> Import command available in this screen allows you to 
37189 import a command to this collection.
37191 <UL>   
37192 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37193 </UL><P>
37195 <UL>   
37196 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37197 </UL><P>
37198 &lt;End of help on this topic&gt;
37199 </BODY>
37200 </HTML>
37201 ====== h_config_smime_certificate_authorities =====
37202 <HTML>
37203 <HEAD>
37204 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
37205 </HEAD>
37206 <BODY>
37207 <H1>S/MIME: Manage Certificate Authorities</H1>
37210 This collection contains certificates that are needed to validate the 
37211 certificate of another person, and therefore contains certificates that 
37212 you trust. Typically a certificate is signed by another entity, called a 
37213 certificate authority. This option allows you to manage which certificates 
37214 you trust, allowing you to import them and to delete them or view information
37215 about each certificate, such as the issuer and the dates of validity
37216 of such certificate.
37218 The <B>I</B> Import command available in this screen allows you to 
37219 import a command to this collection.
37221 <UL>   
37222 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37223 </UL><P>
37225 <UL>   
37226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37227 </UL><P>
37228 &lt;End of help on this topic&gt;
37229 </BODY>
37230 </HTML>
37231 ====== h_config_smime_password_file_certificates =====
37232 <HTML>
37233 <HEAD>
37234 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
37235 </HEAD>
37236 <BODY>
37237 <H1>S/MIME: Manage Password File Certificates</H1>
37240 This option allows you to manage the certificates that are used to
37241 encrypt and decrypt your password file. This is useful in case you
37242 want to change the certificates used to encrypt your password file.
37244 Depending on the version of Alpine that you used for the first time
37245 to set this up, you might have had to enter a password to enter this
37246 screen. In the case that you did not enter a password to enter this
37247 screen, you should know two things that are important:
37248 <UL>
37249 <LI> If anyone takes control of your computer (for example, if you 
37250 left it unattended) then that person can add a password to your
37251 password file and make it unreadable to you in the future.
37252 <LI> If anyone can access your computer (this includes remote access)
37253 then that person can steal your password file and decrypt it without
37254 your help. This gives access to that person to the same services you
37255 have access and such person can use your name to access that service.
37256 In particular, that person can try to hack into your service provider
37257 with your name on it, or that person could try to send spam with
37258 your name.
37259 </UL>
37260 <P> Needless to say, this is not advisable. You should keep your
37261 password file protected. In order to do so, all you need to do is use
37262 the &quot;Create Key&quot; command to create a key. Once you do this,
37263 Alpine will use that key, encrypted with the password used to create that
37264 key, to protect your password file.
37266 In this screen you can import a new key to encrypt your password file, 
37267 and read cryptographic information on your current key.
37269 To import a new key press &quot;RETURN&quot; and enter the location of
37270 the new key. You will be asked to enter the password of the new key. If
37271 this part of the process is successful, Alpine will search for the 
37272 certificate that matches that key. If your key is named 
37273 &quot;your_email@address.com.key&quot;, then Alpine will look for your
37274 certificate in the same directory in the file named
37275 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
37276 as part of your key (that is, it will look to see if your certificate
37277 is in the file &quot;your_email@address.com.key&quot;), if all of this
37278 fails, Alpine will ask you to enter the location of the certificate
37279 that matches the key you unlocked. If a certificate is found, it will be 
37280 used, and in this case, the password file will be read, decrypted with the 
37281 old key and encrypted with the new key. Once this is done, the new key and 
37282 certificates are saved, and the old keys are permanently deleted.
37284 Alpine does not create a backup of your password file, or your old keys
37285 that will be replaced. If you need to keep old copies, you will have to do
37286 this operation outside Alpine.
37288 Observe that you can use this screen to remove the password for the key.
37289 As explained earlier, this is not advisable, but you can always restore the
37290 password to encrypt your password file by creating a new key.
37292 Be safe and keep your password file encrypted with a password.
37293 <UL>   
37294 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37295 </UL><P>
37297 <UL>   
37298 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37299 </UL><P>
37300 &lt;End of help on this topic&gt;
37301 </BODY>
37302 </HTML>
37303 ====== h_certificate_information =====
37304 <HTML>
37305 <HEAD>
37306 <TITLE>S/MIME: Certificate Information Screen</TITLE>
37307 </HEAD>
37308 <BODY>
37309 <H1>S/MIME: Certificate Information Screen</H1>
37312 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
37313 such as its owner, e-mail address, issuer, and interval of validity, 
37314 among others.
37316 In the case of public certificates, this screen shows you if there was a
37317 failure when attempting to validate such message. If the certificate is
37318 self-signed, then the <B>T</B> Trust command will be available, which
37319 you can use to trust such certificate and make Alpine not fail validating 
37320 signatures signed with such certificate.
37322 You can also mark a certificate deleted, with the <B>D</B> command, or 
37323 remove the deleted mark with the <B>U</B> undelete command.
37325 In the case of your private key, Alpine shows you the information
37326 from your public key. Additionally, Alpine allows you to see public
37327 and private information about your key, with the <B>B</B> and
37328 <B>R</B> commands respectively.
37329 <UL>   
37330 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37331 </UL><P>
37333 <UL>   
37334 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37335 </UL><P>
37336 &lt;End of help on this topic&gt;
37337 </BODY>
37338 </HTML>
37339 ====== h_config_smime_manage_public_menu =====
37340 <HTML>
37341 <HEAD>
37342 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
37343 </HEAD>
37344 <BODY>
37345 <H1>S/MIME: Commands that Manage Public Certificates</H1>
37348 This screen allows you to manage your public certificates. 
37350 The format of this screen is as follows. There are five fields: The 
37351 leftmost field is normally empty, but it could contain the letter 
37352 &quot;D&quot; to indicate that that certificate has been marked for 
37353 deletion. The next field is the e-mail address of the owner of the 
37354 certificate, shown in its entirety. The third and fourth field are the 
37355 first and last day validity for that certificate, respectively. The date
37356 is displayed in the user's locale unless the option 
37357 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
37358 is set. In this case, the month, day and year are represented by two
37359 digits, and the format used is mm/dd/yy. Finally, the fifth 
37360 field is what can be displayed of the MD5 hash of the certificate. You can 
37361 use any of the last three fields to distinguish between two certificates 
37362 for the same owner.
37364 Available commands in this screen and a short description of what they 
37365 do follows.
37366 <UL>
37367 <LI> <B>I</B> Imports a public certificate to this collection.
37368 <LI> <B>V</B> View information about a certificate such as the name of the person the
37369 certificate was issued to, its dates of validity, and validity status.
37370 <LI> <B>D</B> Marks a certificate deleted.
37371 <LI> <B>U</B> Removes the deletion mark on a certificate.
37372 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37373 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
37374 trust a certificate by copying it to the collection of trusted certificates.
37375 </UL>
37377 All commands provide feedback to let you know about their success or failure.
37379 <UL>   
37380 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37381 </UL><P>
37383 <UL>   
37384 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37385 </UL><P>
37386 &lt;End of help on this topic&gt;
37387 </BODY>
37388 </HTML>
37389 ====== h_config_smime_manage_private_menu =====
37390 <HTML>
37391 <HEAD>
37392 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
37393 </HEAD>
37394 <BODY>
37395 <H1>S/MIME: Commands that Manage Private Keys</H1>
37398 This screen allows you to manage your private key.
37400 The format of this screen is as follows. There are five fields: The 
37401 leftmost field is normally empty, but it could contain the letter 
37402 &quot;D&quot; to indicate that that certificate has been marked for 
37403 deletion. The next field is the e-mail address of the owner of the 
37404 certificate, shown in its entirety. The third field is the first day of 
37405 validity for that certificate; the fourth field in the last day that that 
37406 certificate is valid, and the fifth field is what can be displayed of the 
37407 MD5 hash of the public certificate corresponding to this private key. You 
37408 can use any of the last three fields to distinguish between two 
37409 certificates for the same owner.
37411 Available commands and a short description of what they do follows.
37412 <UL>
37413 <LI> <B>I</B> Imports a new public key to this collection.
37414 <LI> <B>V</B> View information about the public certificate corresponding to this
37415 key.
37416 <LI> <B>D</B> Marks a key to be deleted.
37417 <LI> <B>U</B> Removes the deletion mark on a key.
37418 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
37419 Note that expunging a private key does not remove the public key, which must
37420 be removed separately.
37421 </UL>
37423 All commands provide feedback to let you know about their success or failure.
37425 <UL>   
37426 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37427 </UL><P>
37429 <UL>   
37430 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37431 </UL><P>
37432 &lt;End of help on this topic&gt;
37433 </BODY>
37434 </HTML>
37435 ====== h_config_smime_manage_cacerts_menu =====
37436 <HTML>
37437 <HEAD>
37438 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
37439 </HEAD>
37440 <BODY>
37441 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
37444 This screen allows you to manage your collection of certificates that you
37445 trust. 
37447 The format of this screen is as follows. There are five fields: The 
37448 leftmost field is normally empty, but it could contain the letter 
37449 &quot;D&quot; to indicate that that certificate has been marked for 
37450 deletion. The next field is the e-mail address of the owner of the 
37451 certificate, shown in its entirety. The third field is the first day of 
37452 validity for that certificate; the fourth field in the last day that that 
37453 certificate is valid, and the fifth field is what can be displayed of the 
37454 MD5 hash of the certificate. You can use any of the last three fields to 
37455 distinguish between two certificates for the same owner.
37457 Available commands and a short description of what they do follows.
37458 <UL>
37459 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
37460 done by reading the certificate and validating it. Once a certificate
37461 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
37462 to the certificate, if necessary.
37463 <LI> <B>V</B> View information about this certificate, such as its issuer 
37464 and validity dates.
37465 <LI> <B>D</B> Marks a certificate to be deleted.
37466 <LI> <B>U</B> Removes the deletion mark on a certificate.
37467 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37468 </UL>
37470 All commands provide feedback to let you know about their success or failure.
37472 <UL>
37473 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37474 </UL><P>
37476 <UL>   
37477 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37478 </UL><P>
37479 &lt;End of help on this topic&gt;
37480 </BODY>
37481 </HTML>
37482 ====== h_config_lame_list_mode =====
37483 <HTML>
37484 <HEAD>
37485 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
37486 </HEAD>
37487 <BODY>
37488 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
37490 This feature modifies the method Alpine uses to ask your IMAP
37491 server for folder names to display in the FOLDER LIST screen.
37492 It is intended to compensate for a small set of IMAP servers that
37493 are programmed to ignore a part of the request, and thus respond
37494 to Alpine's query with nonsensical results.
37497 If you find that Alpine is erroneously displaying blank folder lists,
37498 try enabling this feature.
37501 NOTE: Enabling this feature has consequences for the Goto and Save
37502 commands.  Many servers allow access to folders outside the area
37503 reserved for your personal folders via some reserved character,
37504 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
37505 allows, at the Goto and Save prompts, quick access to folders
37506 outside your personal folder collection without requiring a specific
37507 collection definition.  This behavior will generally not be available
37508 when this feature is enabled.
37511 <UL>   
37512 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37513 </UL><P>
37514 &lt;End of help on this topic&gt;
37515 </BODY>
37516 </HTML>
37517 ====== h_config_enable_mulnewsrcs =====
37518 <HTML>
37519 <HEAD>
37520 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
37521 </HEAD>
37522 <BODY>
37523 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
37525 This feature makes it so Alpine can use multiple newsrcs based on
37526 the news server being connected to, which allows for separate lists
37527 of subscribed-to newsgroups. When this feature is not set, there is only
37528 one list of newsgroups.
37530 Under this feature, the name of a newsrc is based on the news server.
37531 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
37532 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
37533 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
37534 Setting this feature for the first time will allow for the option of using
37535 your old newsrc the next time you read news.
37537 If this feature is set, then the feature
37538 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
37539 also may affect the name of the newsrc file that is used.
37541 <UL>   
37542 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37543 </UL><P>
37544 &lt;End of help on this topic&gt;
37545 </BODY>
37546 </HTML>
37547 ======= h_ab_export_vcard =======
37548 <HTML>
37549 <HEAD>
37550 <TITLE>Address Book Export Format</TITLE>
37551 </HEAD>
37552 <BODY>
37553 <H1>Address Book Export Format</H1>
37555 You are exporting address book data from Alpine to a file outside of Alpine.
37556 You are being asked to choose the format of the export.
37557 Here are the choices:
37559 <DL>
37560 <DT><EM>A</EM>ddress List</DT>
37561 <DD>
37562 The addresses from the address book entries you are saving
37563 from will be saved one address per line.
37564 Address book lists (those with more than one address) will have
37565 all of their addresses saved separately.
37566 </DD>
37568 <DT><EM>V</EM>Card</DT>
37569 <DD>
37570 The entries will be saved in
37571 <A HREF="h_whatis_vcard">vCard</A> format.
37572 </DD>
37574 <DT><EM>T</EM>ab Separated</DT>
37575 <DD>
37576 The entries will be saved in tab-separated columns.
37577 There will be just 4 columns of data that correspond to Alpine's
37578 Nickname field, Full Name field, Address field, and Comment field.
37579 It might prove useful to Select only the Simple, non-List address book
37580 entries before Saving.
37581 </DD>
37583 <DT><EM>^C</EM> Cancel</DT>
37584 <DD>
37585 Cancel out of the Save.
37586 </DD>
37588 </DL>
37592 &lt;End of help on this topic&gt;
37593 </BODY>
37594 </HTML>
37595 ====== h_config_predict_nntp_server =====
37596 <HTML>
37597 <HEAD>
37598 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
37599 </HEAD>
37600 <BODY>
37601 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
37603 This feature allows Alpine to assume that the open NNTP server at the
37604 time of composition is the NNTP server to which the message should be
37605 posted.  This is especially recommended when there are multiple News
37606 collections.  If this feature is not set, Alpine will try to post to the first server in
37607 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
37608 this feature also negates the need to add News collection servers to
37609 the <!--#echo var="VAR_nntp-server"--> variable.
37611 This feature can be especially handy when used in conjunction with
37612 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
37614 <UL>   
37615 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37616 </UL><P>
37617 &lt;End of help on this topic&gt;
37618 </BODY>
37619 </HTML>
37620 ====== h_config_nntp_search_uses_overview =====
37621 <HTML>
37622 <HEAD>
37623 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
37624 </HEAD>
37625 <BODY>
37626 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
37628 This feature should probably be turned on unless it causes trouble.
37629 The results of the NNTP overview command (XOVER) may be used to help
37630 with some searches in news groups.
37631 It should result in quicker response time.
37632 Turning this feature on apparently causes search results which are
37633 different from what you would get with the feature turned off on some
37634 servers.
37636 <UL>   
37637 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37638 </UL><P>
37639 &lt;End of help on this topic&gt;
37640 </BODY>
37641 </HTML>
37642 ====== h_config_thread_sorts_by_arrival =====
37643 <HTML>
37644 <HEAD>
37645 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
37646 </HEAD>
37647 <BODY>
37648 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
37650 This feature affects how a threading sort arranges threads.  The default way
37651 to arrange threads is by the date of the earliest message in the thread.
37652 This feature arranges threads by the last message to arrive in a thread.
37654 This feature causes old threads that get recent messages to sort to the bottom,
37655 where previously a message arrival to a thread would not rearrange the order of
37656 that thread.
37658 <UL>   
37659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37660 </UL><P>
37661 &lt;End of help on this topic&gt;
37662 </BODY>
37663 </HTML>
37664 ====== h_config_textplain_int =====
37665 <HTML>
37666 <HEAD>
37667 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
37668 </HEAD>
37669 <BODY>
37670 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
37672 This feature modifies the method Alpine uses to display Text/Plain
37673 MIME attachments from the Attachment Index screen.  Normally, the
37674 &quot;View&quot; command searches for any externally defined (usually
37675 via the
37676 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
37677 and displays the selected text within that viewer.
37680 Enabling this feature causes Alpine to ignore any external viewer
37681 settings and always display text with Alpine's internal viewer.
37684 <UL>   
37685 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37686 </UL><P>
37687 &lt;End of help on this topic&gt;
37688 </BODY>
37689 </HTML>
37690 ====== h_config_wp_columns =====
37691 <HTML>
37692 <HEAD>
37693 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
37694 </HEAD>
37695 <BODY>
37696 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
37698 Web Alpine only.
37700 This configuration setting specifies the number of horizontal characters
37701 used to format various WebAlpine pages.  Smaller values will tend to reduce
37702 the amount of horizontal scrolling required to view pages within narrow
37703 browsers, such as those found on PDAs, and larger values will tend to 
37704 spread more information across the page.
37707 The Message List page uses the width to determine how many characters
37708 to assign each field.  Note, a smaller value may result in a disproportionate
37709 amount of blank space between fields on each line.  Similarly, a large
37710 value may result in cramped fields or horizontal scrolling.
37713 The Message View page uses this value to determine when to wrap lines
37714 in displayed message text.  Note, a smaller value may result in jagged
37715 right margins or confusing quoting.  A larger value may cause lines of text to
37716 run beyond the browser's right edge, requiring horizontal scrolling.
37719 <UL>   
37720 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37721 </UL><P>
37722 &lt;End of help on this topic&gt;
37723 </BODY>
37724 </HTML>
37725 ====== h_config_wp_state =====
37726 <HTML>
37727 <HEAD>
37728 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
37729 </HEAD>
37730 <BODY>
37731 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
37733 Web Alpine only.
37735 Various aspects of cross-session state.
37738 <UL>   
37739 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37740 </UL><P>
37741 &lt;End of help on this topic&gt;
37742 </BODY>
37743 </HTML>
37744 ====== h_config_wp_aggstate =====
37745 <HTML>
37746 <HEAD>
37747 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
37748 </HEAD>
37749 <BODY>
37750 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
37752 Web Alpine only.
37754 Aggregate operations tab state.
37757 <UL>   
37758 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37759 </UL><P>
37760 &lt;End of help on this topic&gt;
37761 </BODY>
37762 </HTML>
37763 ====== h_config_wp_indexlines =====
37764 <HTML>
37765 <HEAD>
37766 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
37767 </HEAD>
37768 <BODY>
37769 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
37771 Web Alpine only.
37773 Number of index lines in table.
37776 <UL>   
37777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37778 </UL><P>
37779 &lt;End of help on this topic&gt;
37780 </BODY>
37781 </HTML>
37782 ====== h_config_wp_indexheight =====
37783 <HTML>
37784 <HEAD>
37785 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
37786 </HEAD>
37787 <BODY>
37788 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
37790 Web Alpine only.
37792 Index table row height.
37795 <UL>   
37796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37797 </UL><P>
37798 &lt;End of help on this topic&gt;
37799 </BODY>
37800 </HTML>
37801 ====== h_config_rss_news =====
37802 <HTML>
37803 <HEAD>
37804 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
37805 </HEAD>
37806 <BODY>
37807 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
37809 Web Alpine only.
37811 RSS News feed.
37814 <UL>   
37815 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37816 </UL><P>
37817 &lt;End of help on this topic&gt;
37818 </BODY>
37819 </HTML>
37820 ====== h_config_rss_weather =====
37821 <HTML>
37822 <HEAD>
37823 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
37824 </HEAD>
37825 <BODY>
37826 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
37828 Web Alpine only.
37830 RSS Weather feed.
37833 <UL>   
37834 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37835 </UL><P>
37836 &lt;End of help on this topic&gt;
37837 </BODY>
37838 </HTML>
37839 ====== h_config_send_confirms_only_expanded =====
37840 <HTML>
37841 <HEAD>
37842 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
37843 </HEAD>
37844 <BODY>
37845 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
37847 This Web Alpine option specifies whether or not a Send confirmations
37848 happens when a composed message is readied for sending or not.  The
37849 default behavior is to not confirm that the nicknames were expanded to
37850 the intended addresses.
37853 <UL>   
37854 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37855 </UL><P>
37856 &lt;End of help on this topic&gt;
37857 </BODY>
37858 </HTML>
37859 ====== h_config_enable_jump_command =====
37860 <HTML>
37861 <HEAD>
37862 <TITLE>FEATURE: enable-jump-command</TITLE>
37863 </HEAD>
37864 <BODY>
37865 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
37867 This Web Alpine option specifies whether or not a Jump command is
37868 offered in the Message List and Message View pages.  The command is
37869 implemented as an input field in the left column of the List and View
37870 screens. 
37873 When enabled and a number is entered in the input field while the
37874 Message List is displayed, the Message List is reframed with the
37875 specified message.  While viewing a message, the message associated
37876 with the specified message number is displayed.
37879 <UL>   
37880 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37881 </UL><P>
37882 &lt;End of help on this topic&gt;
37883 </BODY>
37884 </HTML>
37885 ====== h_config_enable_newmail_sound =====
37886 <HTML>
37887 <HEAD>
37888 <TITLE>FEATURE: enable-newmail-sound</TITLE>
37889 </HEAD>
37890 <BODY>
37891 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
37893 This Web Alpine option specifies whether or not a sound file is sent
37894 to the web browser along with the newmail notification message.
37898 <UL>   
37899 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37900 </UL><P>
37901 &lt;End of help on this topic&gt;
37902 </BODY>
37903 </HTML>
37904 ====== h_config_render_html_internally =====
37905 <HTML>
37906 <HEAD>
37907 <TITLE>FEATURE: render-html-internally</TITLE>
37908 </HEAD>
37909 <BODY>
37910 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
37912 By default, Web Alpine will pass cleansed HTML text you receive in messages 
37913 to the browser for display (rendering).  This feature causes Web Alpine to convert 
37914 the HTML text into plain text in the same way Unix and PC-Alpine do.
37918 <UL>   
37919 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37920 </UL><P>
37921 &lt;End of help on this topic&gt;
37922 </BODY>
37923 </HTML>
37924 ====== h_config_role_undo =====
37925 Yes, remember changes and exit back to list of roles; No, discard changes
37926 made in this screen; ^C, cancel exit and stay in this config screen.
37927 ====== h_exit_editor =====
37928 S, save changes and exit from the editor; D, do not save changes but
37929 do exit from the editor; or ^C, cancel exit and stay in the editor.
37930 ====== h_config_undo =====
37931 Yes, save changes and exit; No, exit without saving any changes made since
37932 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
37933 ====== h_os_index_whereis =====
37934 Enter ^V or ^Y to go immediately to the last or first message in the index.
37935 Or, enter the match string followed by RETURN.
37936 ====== h_os_index_whereis_agg =====
37937 Enter ^V or ^Y to go immediately to the last or first message in the index,
37938 Or, enter the match string followed by RETURN (or ^X to select all matches).
37939 =========== h_oe_add_full ==================
37940 Type the full name of the person being added and press the RETURN key.
37941 Press ^C to cancel addition.
37942 =========== h_oe_add_nick ==================
37943 Type a short nickname and press RETURN.  A nickname is a short easy-to-
37944 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
37945 ========== h_oe_add_addr ================
37946 Type the e-mail address and press RETURN.
37947 Press ^C to cancel addition.
37948 ========== h_oe_crlst_full ==============
37949 Type a long name or description for the list that you are creating and
37950 press RETURN.  Press ^C to cancel creation of list.
37951 =========== h_oe_crlst_nick =============
37952 Type a nickname (short, easy-to-remember name or single word) for the list
37953 you are creating and press RETURN.  Press ^C to cancel.
37954 ========== h_oe_crlst_addr ==============
37955 Type an e-mail address, or a nickname already in the address book that you
37956 want to be part of this list and press RETURN.
37957 ========== h_oe_adlst_addr =============
37958 Type an e-mail address or a nickname already in the address book that you
37959 want to add to this list and press RETURN.
37960 ========== h_oe_editab_nick ============
37961 Change the nickname using the arrow keys and delete key.  Press RETURN
37962 when done.  Press ^C to cancel editing and leave the nickname as it was.
37963 ========== h_oe_editab_full ============
37964 Change the full name using the arrow keys and delete key.  Press RETURN
37965 when done.  Press ^C to cancel editing and leave the full name as it was.
37966 ========== h_oe_editab_addr ============
37967 Change the address using the arrow keys and delete key.  Press RETURN
37968 when done.  Press ^C to cancel editing and leave the address as it was.
37969 ========== h_oe_editab_fcc ============
37970 Change the fcc using the arrow keys and delete key.  Press RETURN when
37971 done.  Press ^C to cancel editing and leave the fcc as it was.
37972 ========== h_oe_editab_comment ============
37973 Change the comment field using the arrow keys and delete key.  Press RETURN
37974 when done.  Press ^C to cancel editing and leave the comment as it was.
37975 ====== h_ab_forward =====
37976 Yes, expand nicknames and qualify local names with your current domain name;
37977 No, leave nicknames and local names as is;  ^C, cancel.
37978 ========== h_ab_export ==========
37979 Type the name of a file to write the addresses into and
37980 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
37981 ========== h_ab_edit_a_field ==========
37982 Edit any of the fields of the currently selected entry by typing one of the
37983 letters at the bottom of the screen.  Press ^C to cancel edit.
37984 ====== h_ab_del_data_revert =====
37985 Press B to completely delete addrbook and revert to default, C to delete config
37986 and revert while leaving data, or D to only delete data (make it empty).
37987 ====== h_ab_del_data_modify =====
37988 Press B to completely delete addrbook, C to delete configuration while leaving
37989 data, or D to delete data (make it empty) but leave config. ^C to cancel.
37990 ====== h_ab_del_config_modify =====
37991 Yes, remove this address book from my configuration.
37992 No, make no changes now.
37993 ====== h_ab_del_config_revert =====
37994 Yes, remove this address book from my config and revert to default.
37995 No, make no changes now.
37996 ====== h_ab_del_default =====
37997 Yes, remove this default address book from my configuration.
37998 No, make no changes now.
37999 ====== h_ab_really_delete =====
38000 Yes, delete the actual contents of the address book, not just the 
38001 configuration.  No, don't delete the data after all, cancel and start over.
38002 ====== h_ab_del_ignore =====
38003 Press I to ignore all the default address books for this category.  Press R to
38004 remove this one address book and add the others to your personal list.
38005 ====== h_ab_del_dir_ignore =====
38006 Press I to ignore all the default directory servers for this category.
38007 Press R to remove this one server and add the others to your personal list.
38008 ====== h_ab_copy_dups =====
38009 Yes, overwrite the existing entry.
38010 No, skip duplicates but save the rest. Press ^C to cancel.
38011 ====== h_confirm_cancel =====
38012 Type C to Confirm that you want to abandon the message you are composing.
38013 Type N or ^C to cancel out of the cancel and keep composing.
38014 ====== h_ab_text_or_vcard =====
38015 Text, start composer with displayed text already included.
38016 VCard, start composer with address book entry attached as a vCard. ^C cancels.
38017 ====== h_ab_backup_or_ldap =====
38018 Backup, copy email address from entry and allow editing of it.
38019 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
38020 ====== h_ldap_text_or_vcard =====
38021 Text: export displayed text for selected entry. Address: export only the
38022 email address. VCard: export entry in vCard format. ^C cancels.
38023 ====== h_ab_save_exp =====
38024 Save, save entry or entries to an address book.
38025 Export, save to file outside of pine. ^C cancels save.
38026 ====== h_ab_add =====
38027 A, add a brand new entry to this address book.
38028 E, edit the entry that is currently highlighted. ^C to cancel.
38029 ====== h_ab_shuf =====
38030 U, swap order of highlighted address book and the one above it.
38031 D, swap order of highlighted address book and the one below it. ^C to cancel.
38032 ====== h_ab_shuf_up =====
38033 U, swap order of highlighted address book and the one above it.
38034 Press ^C to cancel.
38035 ====== h_ab_shuf_down =====
38036 D, swap order of highlighted address book and the one below it.
38037 Press ^C to cancel.
38038 ====== h_folder_prop =====
38039 Count is # of messages in the folder, Unseen means messages that have not
38040 been read, New means messages that were Recently added to the folder.
38041 ====== h_role_shuf =====
38042 U, swap order of highlighted rule and the one above it.
38043 D, swap order of highlighted rule and the one below it. ^C to cancel.
38044 ====== h_role_shuf_up =====
38045 U, swap order of highlighted rule and the one above it.
38046 Press ^C to cancel.
38047 ====== h_role_shuf_down =====
38048 D, swap order of highlighted rule and the one below it.
38049 Press ^C to cancel.
38050 ====== h_incoming_shuf =====
38051 B, swap order of highlighted directory and the one before it.
38052 F, swap order of highlighted directory and the one after it. ^C to cancel.
38053 ====== h_incoming_shuf_up =====
38054 B, swap order of highlighted directory and the one before it.
38055 Press ^C to cancel.
38056 ====== h_incoming_shuf_down =====
38057 F, swap order of highlighted directory and the one after it.
38058 Press ^C to cancel.
38059 ====== h_dir_shuf =====
38060 U, swap order of highlighted directory and the one above it.
38061 D, swap order of highlighted directory and the one below it. ^C to cancel.
38062 ====== h_dir_shuf_up =====
38063 U, swap order of highlighted directory and the one above it.
38064 Press ^C to cancel.
38065 ====== h_dir_shuf_down =====
38066 D, swap order of highlighted directory and the one below it.
38067 Press ^C to cancel.
38068 ====== h_hdrcolor_shuf =====
38069 U, swap order of highlighted Header Color and the one above it.
38070 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
38071 ====== h_hdrcolor_shuf_up =====
38072 U, swap order of highlighted Header Color and the one above it.
38073 Press ^C to cancel.
38074 ====== h_hdrcolor_shuf_down =====
38075 D, swap order of highlighted Header Color and the one below it.
38076 Press ^C to cancel.
38077 ========== h_oe_editab_al ============
38078 Change the address using the arrow keys and delete key.  Press RETURN
38079 when done.  Press ^C to cancel editing and leave the address as it was.
38080 ========== h_dir_comp_search ===============
38081 Type a string to look for just like you would in the composer. Your configured
38082 rules for the servers with the implicit flag set will be used.
38083 ========== h_oe_searchab ===============
38084 Type the word or name you want to search for and press RETURN.  If you press
38085 RETURN without entering anything the word in [] will be searched for.
38086 ========== h_oe_chooseabook ==========
38087 Choose the address book you want to save the new entry in.
38088 Use ^N or ^P to change address books.  ^C to cancel.
38089 ========== h_oe_takeaddr ==========
38090 Edit the e-mail address using the arrow and delete keys.  Press RETURN
38091 when done.  Press ^C to cancel adding this entry to the address book.
38092 ========== h_oe_take_replace ==========
38093 Press R to replace the old entry with this new data.  You will still have
38094 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
38095 ========== h_oe_take_replace_or_add ==========
38096 Press R to replace the old entry.  Press A to add the selected addresses to
38097 the old existing list.  N to enter another nickname. ^C to cancel now.
38098 ========== h_oe_takename ==========
38099 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
38100 when done.  Press ^C to cancel adding this entry to the address book.
38101 ========== h_oe_takenick ==========
38102 Type a nickname (short easy-to-remember name, initials or single word) for this
38103 entry in the address book and press RETURN.  Press ^C to cancel addition.
38104 ========== h_oe_jump ==========
38105 Type the message number you want to jump to and press RETURN.  The word "end"
38106 represents the last message. Press ^C to cancel jumping to another message.
38107 ========== h_oe_jump_thd ==========
38108 Type the thread number you want to jump to and press RETURN.  The word "end"
38109 represents the last thread. Press ^C to cancel jumping to another thread.
38110 ========== h_oe_debuglevel ==========
38111 Higher number shows more debugging details.
38112 Press ^C if you want to cancel the change.
38113 ========== h_oe_broach ==========
38114 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
38115 to go to the previous/next collections in the list.  Press ^C to cancel goto.
38116 ========== h_oe_foldsearch ==========
38117 Type the text you want to search for in foldernames and press RETURN.  If you
38118 press RETURN without entering anything, any text in [] will be searched for.
38119 ========== h_oe_foldrename ==========
38120 Change the old name of the folder to the new name using the arrow and
38121 delete keys and press RETURN.  Press ^C to cancel rename.
38122 ========== h_oe_login ==========
38123 Enter your login name for the host you are opening the mailbox on.  Just press
38124 RETURN to use your login from this host as is, or edit it with delete key.
38125 ========== h_oe_passwd ==========
38126 Type your password for the host and login shown as part of the prompt.
38127 Press ^C to cancel opening folder.
38128 ========== h_oe_choosep ==========
38129 Enter the number associated with the printer you want to select.  Press ^C to
38130 cancel the printer selection.  The current selection is highlighted.
38131 ========== h_oe_customp ==========
38132 Type the name of the Unix print command and press RETURN.  Press ^C to
38133 cancel the printer selection.
38134 ========== h_oe_searchview ==========
38135 Type the word or name you want to search for and press RETURN.  If you press
38136 RETURN without entering anything the word in [] will be searched for.
38137 ========== h_oe_keylock ==========
38138 The keyboard is in use and locked by another user.  Only that user can
38139 unlock this keyboard by typing the password.
38140 ========== h_wt_expire ==========
38141 At the beginning of each month Alpine offers to rename your current sent-mail
38142 folder to one named for the month so you have a sent-mail folder for each month
38143 ========== h_wt_delete_old ==========
38144 It is the beginning of the month, and we need to conserve disk
38145 space.  Please delete any sent-mail that you do not need.
38146 ========== h_select_sort ==========
38147 Select the order for sorting the index by typing the capitalized letter.
38148 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
38149 ========== h_no_F_arg ============
38150 Enter name of file to be opened.
38152 ========== h_sticky_personal_name ==========
38153 Type in your name as you want it to appear on outgoing email.  This entry
38154 will be saved into your Alpine configuration file.
38155 ========== h_sticky_inbox ============
38156 INBOX syntax is usually {complete.machine.name}INBOX
38157 This entry will be saved in your Alpine configuration file.
38158 ========== h_sticky_smtp ============
38159 The name of the computer on your campus that relays your outgoing email
38160 to the Internet.  This entry will be saved in your Alpine configuration file.
38161 ========== h_sticky_user_id ==========
38162 The username or login-id part of your email address.  This entry will be
38163 saved in your Alpine configuration file.
38164 ========== h_sticky_domain ==========
38165 The domain part of your email address, NOT the name of your PC.  This
38166 entry will be saved in your Alpine configuration file.
38167 ========== h_bounce =========
38168 Enter the address or nickname of the intended recipient.  Alpine will resend
38169 the message, which will retain the original author's From: address.
38170 ========== h_incoming_add_folder_nickname =========
38171 Enter an (optional) nickname that will be used in lieu of the actual
38172 host and folder names in the FOLDER LIST display.
38173 ========== h_anon_forward ==========
38174 Enter the address of your intended recipient, or ^C to cancel.
38175 Example: jsmith@somewhere.edu
38176 ========== h_news_subscribe ==========
38177 Enter the name of the newsgroup to which you wish to subscribe,
38178 or ^C to cancel.  Example: comp.mail.pine
38179 ========== h_pipe_msg ==========
38180 Enter the name of the Unix command to which you wish to send this
38181 message, or ^C to cancel.
38182 ========== h_pipe_attach ==========
38183 Enter the name of the Unix command to which you wish to send this
38184 attachment, or ^C to cancel.
38185 ========== h_select_by_num ==========
38186 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38187 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38188 ========== h_select_by_gm_content ==========
38189 Enter your search key in the same way that you would enter a search
38190 key in the web interface for Gmail.
38191 ========== h_select_by_thrdnum ==========
38192 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38193 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38194 ========== h_select_txt_from ==========
38195 Messages with From: headers containing the entered string will be selected.
38196 ^C to cancel. ^G again to see original options.
38197 ========== h_select_txt_not_from ==========
38198 Messages without From: headers containing the entered string will be selected.
38199 ^C to cancel. ^G again to see original options.
38200 ========== h_select_txt_to ==========
38201 Messages with To: headers containing the entered string will be selected.
38202 ^C to cancel. ^G again to see original options.
38203 ========== h_select_txt_not_to ==========
38204 Messages without To: headers containing the entered string will be selected.
38205 ^C to cancel. ^G again to see original options.
38206 ========== h_select_txt_cc ==========
38207 Messages with Cc: headers containing the entered string will be selected.
38208 ^C to cancel. ^G again to see original options.
38209 ========== h_select_txt_not_cc ==========
38210 Messages without Cc: headers containing the entered string will be selected.
38211 ^C to cancel. ^G again to see original options.
38212 ========== h_select_txt_subj ==========
38213 Messages with Subject: headers containing the entered string will be selected.
38214 ^C to cancel.  ^X enters Subject: line of current message.
38215 ========== h_select_txt_not_subj ==========
38216 Messages without Subject headers containing the entered string will be selected.
38217 ^C to cancel.  ^X enters Subject: line of current message.
38218 ========== h_select_txt_all ==========
38219 All messages containing the entered string will be selected.  Headers and body,
38220 but not encoded attachments, will be compared.  Enter ^C to cancel.
38221 ========== h_select_txt_not_all ==========
38222 All messages that don't contain the entered string will be selected.  Headers
38223 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
38224 ========== h_select_txt_body ==========
38225 All messages containing the entered string will be selected. Body text, but
38226 not headers or encoded attachments, will be compared. ^C to cancel.
38227 ========== h_select_txt_not_body ==========
38228 All messages that don't contain the entered string will be selected. Body
38229 text, but not headers or encoded attachments, will be compared. ^C to cancel.
38230 ========== h_select_txt_recip ==========
38231 Messages with Cc: or To: headers containing the entered string will be selected.
38232 ^C to cancel. ^G again to see original options.
38233 ========== h_select_txt_not_recip ==========
38234 Messages without Cc: or To: headers containing the string will be selected.
38235 ^C to cancel. ^G again to see original options.
38236 ========== h_select_txt_partic ==========
38237 Messages with Cc, To, or From headers containing the string will be selected.
38238 ^C to cancel. ^G again to see original options.
38239 ========== h_select_txt_not_partic ==========
38240 Messages without Cc, To, or From headers containing the string will be selected.
38241 ^C to cancel. ^G again to see original options.
38242 ========== h_select_date ==========
38243 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
38244 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
38245 ========== h_attach_index_whereis ==========
38246 Enter some text that appears in the Attachment Index entry for the desired
38247 attachment.  The first attachment containing that text will be highlighted.
38248 ========== h_kb_lock ==========
38249 Keystrokes entered here (up to a RETURN) comprise a password that must
38250 be entered again later in order to unlock the keyboard.
38251 ========== h_compose_default ==========
38252 N, compose a new message. R, set a role.
38253 ^C to cancel.
38254 ========== h_untranslatable ==========
38255 Send using UTF-8 character set; Send but replace untranslatable characters
38256 with question marks; return to the composer; or cancel message altogether.
38257 ========== h_compose_intrptd ==========
38258 N, compose a new msg. I, continue interrupted msg. R, set a role.
38259 ^C to cancel.
38260 ========== h_compose_postponed ==========
38261 N, compose a new message. P, continue postponed msg. R, set a role.
38262 ^C to cancel.
38263 ========== h_compose_intrptd_postponed ==========
38264 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38265 R, set a role. ^C to cancel.
38266 ========== h_compose_form ==========
38267 N, compose a new message. F, use form letter. R, set a role.
38268 ^C to cancel.
38269 ========== h_compose_intrptd_form ==========
38270 N, compose a new msg. I, continue interrupted msg. F, use form letter.
38271 R, set a role. ^C to cancel.
38272 ========== h_compose_postponed_form ==========
38273 N, compose a new message. P, continue postponed msg. F, use form letter.
38274 R, set a role. ^C to cancel.
38275 ========== h_compose_intrptd_postponed_form ==========
38276 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38277 F, use form letter. R, set a role. ^C to cancel.
38278 ========== h_config_context_del_except ==========
38279 If you delete the last exceptional collection you can only add it back by
38280 manually editing the exceptions config file.
38281 ========== h_config_whereis ==========
38282 To move quickly to a particular line, enter a search string or
38283 ^C to cancel.
38284 ========== h_config_edit_scorei ==========
38285 Enter interval in the form (min,max). -INF and INF may be used to represent
38286 -infinity and infinity. ^C to cancel change. RETURN to accept change.
38287 ========== h_config_add ==========
38288 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
38289 pressing RETURN sets the Empty Value (this turns off any global default).
38290 ========== h_config_add_custom_color ==========
38291 Enter a header fieldname. For example, "subject" or "from".
38293 ========== h_config_add_pat_hdr ==========
38294 Enter a header fieldname. For example, "reply-to" or "organization" or
38295 any fieldname you want that isn't included already.
38296 ========== h_config_print_opt_choice ==========
38297 You may edit either the initialization string (characters printed before
38298 printing starts) or the trailer string.  Choose one or ^C to cancel.
38299 ========== h_config_print_init ==========
38300 Enter a C-style string for this.  You may use common backslash escapes like
38301 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
38302 ========== h_config_change ==========
38303 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
38304 delete current (highlighted) character, etc.  Enter ^C to cancel change.
38305 ========== h_config_replace_add ==========
38306 Replace ignores the current default, Add places the current default in your
38307 editing buffer as if you had typed it in.
38308 ========== h_config_insert_after ==========
38309 Enter a nickname for this print command.  (InsertBefore puts the new item
38310 before the current line, InsertAfter puts it after the current line.)
38311 ========== h_config_print_cmd ==========
38312 Enter command to be executed for the printer.  Use normal editing keys
38313 to modify, ^C to cancel, carriage return to accept current value.
38314 ========== h_config_role_del ==========
38315 Answering Yes will remove this rule completely from your rules list.
38316 ========== h_config_role_addfile ==========
38317 Type the name of a file to add to your configuration. You don't need to
38318 use a file, you may add rules directly (with Add) without using a file.
38319 ========== h_config_role_delfile ==========
38320 Answering Yes will remove this rule file completely from your rules list.
38321 The rules data file itself will not be removed.
38322 ========== h_config_print_del ==========
38323 Answering Yes will remove this printer completely from your printer list.
38324 ========== h_config_print_name_cmd ==========
38325 You may edit the Nickname of this printer, the Command to be executed when
38326 printing, or change the Options associated with this printer.
38327 ========== h_send_check_fcc ==========
38328 Yes, send message without an Fcc.
38329 No, return to composer.
38330 ========== h_send_check_subj ==========
38331 Yes, send message without a Subject.
38332 No, return to composer.
38333 ========== h_send_check_to_cc ==========
38334 Yes, send message without a To address, or a Cc address, or a Newsgroup.
38335 No, return to composer.
38336 ========== h_send_fcc_only ==========
38337 Yes, copy message to Fcc only and send to NO recipients.
38338 No, return to composer.
38339 ========== h_send_prompt ==========
38340 Yes, send the message.
38341 No or ^C, return to composer.
38342 ========== h_send_prompt_flowed ==========
38343 Yes, send the message.  No or ^C, return to composer.
38344 What's Flowed? See Do Not Send Flowed Text in config screen.
38345 ========== h_send_prompt_dsn ==========
38346 Yes, send the message.  No or ^C, return to composer.
38347 What's DSNOpts? See Enable Delivery Status Notification in config screen.
38348 ========== h_send_prompt_dsn_flowed ==========
38349 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
38350 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
38351 ========== h_role_confirm ==========
38352 Yes, use displayed role. No, compose without a role.
38353 ^C, cancel the message. ^T, select a role from your other eligible roles.
38354 ========== h_norole_confirm ==========
38355 Return, compose without a role.
38356 ^C, cancel the message. ^T, select a role from your eligible roles.
38357 ========== h_custom_print ==========
38358 Enter a Unix command that accepts its data on standard input.
38359 Alpine will display any information the command sends to standard output.
38360 ========== h_convert_abooks_and_sigs ==========
38361 You will be given the opportunity to convert address books and signature files
38362 to remote configurations.
38363 ========== h_convert_abooks ==========
38364 You will be given the opportunity to convert address books to remote
38365 configurations.
38366 ========== h_flag_keyword ==========
38367 Enter the name of the keyword you want to add for this folder.
38368 No spaces, parentheses, braces, percents or asterisks are allowed.
38369 ========== h_select_keyword ==========
38370 Enter the keyword you want to match, or use ^T to select a keyword from a list
38371 of possible keywords for this folder. Use ! to look for non-matches instead.
38372 ========== h_type_keyword ==========
38373 Enter the keyword you want to add. You may add a nickname in the next step.
38374 No spaces, parentheses, braces, percents or asterisks are allowed.
38375 ========== h_type_keyword_nickname ==========
38376 Enter an optional nickname for the keyword you want to add.
38377 Type Carriage return to use the keyword name instead of a nickname.
38378 ========== h_convert_sigs ==========
38379 You will be given the opportunity to convert signature files to remote
38380 configurations.
38381 ========== h_convert_abook ==========
38382 Yes is fairly safe. You will be ADDing a remote address book that is a copy
38383 of the current address book. The current abook won't be removed automatically.
38384 ========== h_convert_sig ==========
38385 Answering Yes copies the contents of the signature file into your Alpine
38386 configuration file. After that, the contents of the file will not be used.
38387 ========== h_save_addman ==========
38388 Enter the simple name of the folder you want to add. Carriage return to
38389 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
38390 ========== h_reopen_folder ==========
38391 Yes reopens the folder, as if you were starting over. This uncovers new mail.
38392 No leaves the folder index as it was without discovering new mail.
38393 ========== h_convert_pinerc_server ==========
38394 This is the name of the host (computer) where the remote Alpine configuration
38395 will be stored. This should be an IMAP server that you have permission to use.
38396 ========== h_convert_pinerc_folder ==========
38397 Enter the correct remote folder name. This folder is special and should
38398 contain only configuration data. It shouldn't contain other mail messages.
38399 ========== h_role_compose ==========
38400 Compose a New message, Reply to current message, Forward current message, or
38401 Bounce message. Then you will be asked to choose one of your Roles to be used.
38402 ========== h_role_aggregate ==========
38403 Compose a reply, or forward, or bounce the selected messages. Then you 
38404 will be asked to choose one of your Roles to be used for this operation.
38405 ========== h_save_size_changed ==========
38406 The reported size of a message is not the same as the actual size. Answer Yes
38407 to continue and hope for the best or No to Cancel the entire Save.
38408 ========== h_select_by_larger_size ==========
38409 Enter a number or ^C to cancel. All messages greater than this many characters
38410 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38411 ========== h_select_by_smaller_size ==========
38412 Enter a number or ^C to cancel. All messages less than this many characters
38413 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38414 ========== h_preserve_field ==========
38415 Use 'p' to toggle between preserving or not preserving the original To:
38416 and Cc: fields of the message. Enter ^C to cancel message.
38417 ========== h_privacy_policy ==========
38418 x-alpine-http:http://alpine.x10host.com/privacy.html
38419 ========== h_apache_license ==========
38420 x-alpine-http:http://alpine.x10host.com/legal/apache_license.html