* Fixes and improvements to documentation contributed by Dennis Davis.
[alpine.git] / pith / pine.hlp
blob8af796188130e08e12bf914e633a0576b9221826
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 510 2020-10-10 00:21:51
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> Version 2.24 adds new features and addresses bugs found in previous
187 releases.
189 <P> New features include:
191 <UL>
192 <LI> Implementation of XOAUTH2 for Yahoo! Mail. <A href="h_yahoo_configuration">Learn More</A>
194 <LI> Expansion of the configuration screen for XOAUTH2 to include
195      username, authorization flow, and tenant.
197 <LI> XOAUTH2: automatic renew of access token and connection to a server
198      within 60 seconds of expiration of the access token.
200 <LI> If a user has more than one client-id for a service, Alpine
201      asks the user which client-id to use and associates that client-id to
202      the credentials in the XOAUTH2 configuration screen.
203      <A HREF="h_xoauth2_config_screen">Learn more</A>.
205 <LI> Addition of Yandex.com to the list of services that Alpine can use XOAUTH2 to
206      authenticate for reading and sending email. <A href="h_yandex_configuration">Learn More</A>
208 <LI> Addition of a link to the Apache License 2.0 (see above). This is 
209      available from the Release Notes as well as the welcome screen.
211 <LI> Modifications to protect the privacy of users:
212 <UL>
213 <LI> Alpine does not generate Sender or X-X-Sender by default
214      by enabling  <a href="h_config_disable_sender"><!--#echo var="FEAT_disable-sender"--></a>
215      as the default.
216 <LI> Alpine does not disclose User Agent by default by enabling
217      <A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A>
218      by default.
219 <LI> Alpine uses the domain in the From: header of a message
220      to generate a message-id and suppresses all information
221      about Alpine, version, revision, and time of generation
222      of the message-id from this header. This information is
223      replaced by a random string.
224 </UL>
226 <LI> Unix Alpine displays configure options and flags when 
227      invoked as &quot;alpine -v&quot;. Suggested by Matt Ackeret.
229 <LI> Alpine will ding the terminal bell when asking  about quitting
230      when new mail arrives. This is consistent with Alpine dinging the
231      bell when new mail arrives. The bell will not ding if it is disabled
232      for status messages. Suggested by Chime Hart.
234 <LI> When messages are selected, pressing the &quot;;&quot; command to broaden or narrow
235      a search, now offers the possibility to completely replace the search, and
236      is almost equivalent to being a shortcut to &quot;unselect all messages, and select
237      again&quot;. The difference is that cancelling this command will not unselect
238      all currently selected messages. Suggested by Holger Trapp.
240 <LI> Alpine will not write debug files unless started with the option -d, 
241      so for example &quot;alpine -d 2&quot; will generate a debug file at level 2, 
242      but just issuing the alpine command will not write any debug to a file.
244 <LI> Experimental: Attempt to implement the Encryption Range in Windows. It works
245      in Windows 10, and it should work in Windows 8.1. It needs testing in
246      Windows 7 and Windows Vista.
248 <LI> Addition of variables <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>
249      and <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>
250      which allow a user to specify locations for certificates that the user
251      trusts.
253 <LI> Ignore non-empty initial challenge in the GSSAPI authenticator. Based
254      on a patch written by Jarek Polok, but submitted by Ignacio Reguero.
256 <LI> When a server expires a refresh token, Alpine needs to cancel it
257     internally. Alpine will attempt to get a new one when it  reopens the
258     folder after it cancels it.
260 <LI> Set up the IMAP ID at the moment of logging in to the server, rather than
261      as a one time option, in case we need to use a special IMAP ID.
262 </UL>
265 Bugs addressed:
267 <UL>
268 <LI> When Alpine starts a PREAUTH connection, it might still ask the user
269      to login. Reported by Frank Tobin.
271 <LI> Crash while resizing the screen when viewing a calendar event.
273 <LI> When Alpine opens a folder in a server whose address is given numerically
274      it might crash due to an incorrect freeing of memory. Reported by Wang Kang.
276 <LI> Crash when Alpine frees memory on a system where LC_CTYPE is not 
277      configured, and the user calls the file browser to attach files to
278      a message. Reported by Luis Gerardo Tejero.
280 <LI> Invalid signatures created by Alpine, when built with recent
281      releases of the Openssl-1.1.1 series (but not in the Openssl-1.0.1 series).
282      Fix contributed by Bernd Edlinger.
284 <LI> After returning from the directory side of a dual-folder, sometimes 
285      Alpine would return to the first folder in the parent directory or to 
286      the dual-folder. The fix is to return to the original dual-folder as 
287      intended. Reported by Holger Trapp.
289 <LI> When an attachment is deleted and the original message is saved, Alpine
290      might write only a part of the name of the file deleted. Reported by Holger
291      Trapp.
293 <LI> URLs that are surrounded by white space are not cleaned by Alpine before
294      passing them to the browser, resulting in no display of the URL when Alpine
295      tries to open it. Reported by Gregory Heytings.
297 <LI>  When Alpine is built without smime, password file functionality might
298       fail. Reported by Andres Fehr.
300 <LI> Crash in PC-Alpine when using the eXternal command.
302 <LI> Fix in Macs that made Alpine abort a ssh connection to an imap server.
303      Reported and assisted by Wang Kang.
304 </UL>
307 Version 2.23 has new additions and addresses bugs found in previous releases.
310 Additions include:
312 <UL>
313 <LI> Implementation of XOAUTH2 authentication support for Outlook.
314      Based on documentation suggested by Andrew C Aitchison. <A href="h_outlook_configuration">Learn More</A>
316 <LI> Add support for the OAUTHBEARER authentication method in Gmail. Thanks to
317      Alexander Perlis for suggesting it and explaining how the method works. <A href="h_gmail_configuration">Learn More</A>
319 <LI> Creation of Alpine's Privacy Policy. This is presented as a link to
320     an online document from the Release Notes (Link at the top of this
321     document.) Upon user request, Alpine downloads and displays this
322     document. Links to the privacy policy are also displayed when a user
323     starts Alpine for the first time, or when a user starts a new version
324     of Alpine. There is no default exit greeting command for these
325     screens, and to exit the user must press "E", instead of the old
326     default, which was the RETURN command. The RETURN command will open
327     the handle on which the cursor is on, which by default is the Privacy
328     Policy.
330 <LI> Support for the SASL-IR IMAP extension that avoids a round trip during
331      authentication. Similar support added for the SMTP, NNTP and POP3 
332      protocols. Thanks to Geoffrey Bodwin for a report that lead to this
333      implementation.
335 <LI> Alpine can pass an HTML message to an external web browser, by using the
336      &quot;External&quot; command in the <a href="h_attachment_screen">ATTACHMENT INDEX</a>
337      screen. <A href="h_command_external_browser">Learn more</A>.
339 <LI> New configuration variable
340      <a href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
341      that controls if Alpine will keep the source link to all the images in the
342      HTML message, or will only pass a link to inline images included in the message. For your
343      privacy and security this feature is enabled by default.
345 <LI> When reading an email and a user selects an email address to which to compose
346      a message from the message, the user will be able to select a role to compose
347      that message.
349 <LI> New variable system-certs-path that allows users to indicate the 
350      location of the directory where certificates are located. In PC-Alpine 
351      this must be C:\\libressl\\ssl\\certs. The C: drive can be replaced 
352      by the name of the drive where the binary and DLL files are located.
354 <LI> New variable system-certs-file that allows users to configure the
355      location of a container of certificate authority (CA) certificates
356      to be used to validate certificates of remote servers.
358 <LI> Remove sleep of 5 seconds for mailcap programs that use the terminal
359      to display content. Suggested by Carl Edquist. In addition, remove the
360      configurable process table command and its corresponding sleep time.
361 </UL>
364 Bugs addressed:
366 <UL>
367  <LI> Security Bug: Alpine can be configured to start a secure connection using /tls
368       on an insecure connection. However, if the connection is PREAUTH, Alpine
369       will not upgrade the connection to a secure connection, because a client
370       must not issue a STARTTLS to a server that supports it in authenticated
371       state. This makes Alpine continue to use an insecure connection with the
372       server, exposing user data. Reported by Damian Poddebniak and Fabian
373       Ising from Münster University of Applied Sciences.
375    <LI> Selecting by subject might not copy the subject of the current message
376      to the selection text correctly. Reported by Iosif Fettich.
378    <LI> Alpine does not set the return path correctly when using a role while bouncing
379     a message. Reported by Dr. C. Griewatsch.
381 <LI>Bug in PC-Alpine that made Alpine go into an infinite loop and
382     consume CPU when it was iconized. Reported by Holger Schieferdecker in
383     comp.mail.pine.
385 <LI>Crash in Alpine when attempting to reply to a multipart/alternative 
386     message that is malformed, and the option to include attachments in
387     reply is enabled. Reported and patched by Peter Tirsek.
389 <LI>Bug that makes Alpine split encoded words in the subject of a message
390     in the middle of a utf-8 character into two encoded words, breaking the
391     encoding. Reported by Jean Chevalier.
393 <LI> Alpine would not redraw the screen when a check for new mail in an
394     incoming folder failed due to a failure while validating the server 
395     certificate, and the user did not allow the connection to proceed.
397 <LI> Crash in Alpine while resizing the screen when using any of the tokens
398     SUBJKEYTEXT, SUBJECTTEXT, or SUBJKEYINITTEXT in the index format, and 
399     the screen was resized. Reported by Iggy Mogo.
401 <LI> When Alpine is trying to authenticate to Gmail, using the XOAUTH2 method,
402     it does not display the url the user needs to open, in order to authorize
403     Alpine to access Gmail using XOAUTH2 when Alpine still has not created
404     a screen. Reported by Baron Fujimoto.
406 <LI> When an html anchor does not quote the link in the href parameter,
407     alpine does not link to it.
409 <LI> Attempt to fix a bug that breaks scrolling of a message in Alpine when
410      the screen is resized. Reported in the Debian bug system at
411      <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956361">https://bugs.debian.org/cgi-bin/bugreport.cgie?bug=956361</A>.
412 </UL>
415 Version 2.22 addresses bugs found in previous releases and has several
416 additions as well.
419 Additions include:
421 <UL>
422 <LI> Support for <A HREF="h_xoauth2">XOAUTH2</A> authentication method in Gmail.
423      <A href="h_gmail_configuration">Learn More</A>
425 <LI> PC-Alpine builds with LibreSSL and supports S/MIME.
427 <LI> NTLM authentication support with the ntlm library, in Unix systems.
428 Based on code provided by Maciej W. Rozycki.
430 <LI> Add /tls1_3 flag for servers that support it. Read more information
431 in the secure protocols <A HREF="h_network_encryption_security">help</A>.
433 <LI> To increase user's privacy, remove phone-home code that would prompt 
434 users to send an email message upon starting Alpine for the first time for 
435 purposes of counting. Your use of Alpine does not disclose information about 
436 you or your use of Alpine to the developers of Alpine.
438 <LI> New variable 
439 <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> 
440 that allows users to configure versions of the SSL/TLS protocol that Alpine is 
441 restricted to try when establishing a secure connection SSL/TLS to a remote 
442 server. The default can be set at compilation time.
444 <LI> Add -dict option to PC-Pico, which allows users to choose a dictionary
445 when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
447 <LI> Improvements to the configure stage of compilation. Some of
448 these contributed by Helmut Grohne. See
449 <A href="https://bugs.debian.org/876164">Bug 876164</A> in Debian.
451 <LI> Add &quot;remove password&quot; command to the management screen for the 
452 password file encryption key. This allows users to use their password file
453 without entering a master password.
455 <LI> Add the &quot;g&quot; option to the select command that works in IMAP 
456 servers that implement the X-GM-EXT-1 capability (such as the one offered 
457 by Gmail.) This allows users to do selection in Alpine as if they were 
458 doing a search in the web interface for Gmail.
460 <LI> New variable close-connection-timeout, which tells Alpine to close
461 a connection that is having problems being kept alive after the number
462 of seconds configured in this variable, if the connection has not
463 recovered. The default is 0, which means to keep the connection alive
464 and wait for the connection to recover.
466 <LI> When a message is of type multipart/mixed, and its first part is
467 multipart/signed, Alpine will include the text of the original message
468 in a reply message, instead of including a multipart attachment.
469 Suggested by Barry Landy.
471 <LI> S/MIME: Some clients do not transform messages to canonical form when 
472 signing first and encrypting second, which makes Alpine fail to parse the 
473 signed data after encryption. Reported by Holger Trapp.
475 <LI> Add /auth=XYZ to the way to define a server. This allows users to  
476 select the method to authenticate to an IMAP, SMTP or POP3 server.
477 Examples are /auth=plain, or /auth=gssapi, etc.
479 <LI> Add backward search in the index screen. Based on patch by Astyanax Foo, 
480 submitted in 2009, but resubmitted by Erich Eckner on 2019.
482 <LI> SMIME: When Alpine is set to validate a message using the user's store, and
483      user agrees to save a certificate of another user, use the saved 
484      certificate immediately to verify the smime message. Reported by 
485      Stefan Mueller.
487 <LI> Do not use a delay when printing messages to screen when the initial
488      keystroke sequence of commands is active. Based on a report from Holger
489      Trapp.
491 <LI> In PC-Alpine, when the decoded name of an attachment does not agree
492      with its encoded name, Alpine will offer to save the file using the
493      UTF8 encoded name.
494 </UL>
497 Bugs that have been addressed include:
498 <UL>
499    <LI> Width of characters is not always determined correctly when wcwidth
500         is used. Revert to using code for the Windows operating system. 
501         Reported by Andrew Ho.
503    <LI> The call realpath(..., NULL) gives an error in Solaris, which means that
504         we need to allocate memory for storing the resolved path. Reported by
505         Fabian Schmidt.
507    <LI> Crash when attempting to bounce a message due to lack of space in
508         allocated space for key menu array. Reported by David Sewell.
510    <LI> Crash when a CA certificate failed to load, and user attempted to
511         view certificate information of other certificate authorities.
513    <LI> Crash in the S/MIME configuration screen when a user turned off S/MIME, and
514         then re-enabled it. Also crash when attempting to enter the S/MIME 
515         configuration screen if S/MIME was turned off.
517    <LI> Deactivate some color code from Pico (as standalone editor in the
518         windows version) until I find a way to activate it again. This is 
519         not critical and it is not something that PC-Pico must have (some 
520         of it already exists in other ways, like color support, what does 
521         not exist is the more complex code that Unix-Pico has with color 
522         codes for specific colors.)
524    <LI> When a message is multipart, and the first part is flowed text, 
525         then forwarding the message will set the first part to be flowed, 
526         and sent that way even when the option Do Not Send Flowed Text is 
527         enabled. Reported by Holger Trapp.
529    <LI> When a message/rfc822 part of a message is encoded with
530         Content-Transfer-Encoding: QUOTED-PRINTABLE, Alpine will stop 
531         processing that message. Later this causes Alpine to crash because 
532         when it displays messages, it assumes that both header and body 
533         parts are processed. Reported by Mark Crispin in 2010, in the 
534         Alpine-info list (message with subject "crash bug in 
535         alpine/mailpart.c:format_msg_att()") with no example, and reported 
536         now by Holger Trapp, with an example.
538    <LI> In addition to the previous report, Alpine encodes message/rfc822
539         messages as QUOTED-PRINTABLE, in contradiction with RFC 2045, 
540         when it receives a report that its encoding is 8bit. We preserve 
541         the encoding reported by the IMAP server, and do not encode in 
542         QUOTED-PRINTABLE.
544    <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can 
545         build when using Visual Studio 2017. Fix contributed by 
546         Ulf-Dietrich Braunmann.
548    <LI> When the locale is not set up to UTF-8, alpine might determine the 
549         width of a character incorrectly. Reported by Alexandre Fedotov.
551    <LI> In some rare cases, when attachments are deleted before saving 
552         emails, the filenames will be displayed in RFC1522 representation, 
553         instead of in decoded form. Reported and patched by Wang Kang.
555    <LI> When colors are edited from the main setup configuration screen, some
556         color settings are not updated until Alpine is restarted. Reported by
557         Andrew Hill.
559    <LI> If the first part of a message is multipart/alternative, and the 
560         first part of this is also a multipart type, then Alpine might 
561         fail to select the first text part when replying to a message. 
562         Reported by Lucio Chiappetti.
564    <LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
565         Reported and patched by Kyle George.
567    <LI> If the directory where Alpine saves the certificates is empty,
568         alpine would not create a self-signed certificate to encrypt the 
569         password file.
571    <LI> S/MIME: The list of public certificates is freed before it is 
572         reused when a signature fails to verify. This causes Alpine to 
573         crash. Patch submitted by Linus Torvalds.
575    <LI> S/MIME: A message could fail to verify its signature even if the
576         certificate was saved when the message was open. Based on a report 
577         by David Woodhouse to the RedHat bugzilla system.
579    <LI> When there are time changes in the clock, Alpine might go to sleep
580         for big amounts of time while displaying messages in the screen. 
581         Reset sleep time to 5 seconds in case it finds it needs to sleep 
582         more than 5 seconds or a negative amount of time.
584    <LI> Restore recognition of empty directories. It was deleted by mistake
585         when added support for internationalization in folders. Based on a 
586         report by Michael Rutter.
588    <LI> Alpine stops parsing the mailcap file when it finds an invalid entry.
589         Reported by Matt Roberds to the Debian bug system at 
590         <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370</A>.
592    <LI> Crash with error "Lock when already locked" when an attempt to check
593         for new mail on a locked stream that is being used for a save 
594         operation. Reported by Carlos E.R.
596    <LI> Alpine removes trailing spaces from passwords, making a longin attempt
597         fail. Reported by R. Lyons.
599    <LI> Alpine crashes when opening a remote imap folder and computing scores.
600         Reported by Paul DeStefano.
602    <LI> When more than one server was given in the server-name configuration
603         option of rldap servers, none of them worked. Reported by Robert Wolf.
604 </UL>
607 Version 2.21 addresses bugs found in previous releases and has several 
608 additions as well.
611 Additions include:
612 <UL>
613   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
614        user to choose the dictionary used to spell check, in case the user 
615        communicates in more than one language. Examples of values for the 
616        variable are "en_US" or "de_DE", etc. Only the first 10 
617        dictionaries are offered.
619   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
620        Based on a contribution by Wang Kang.
622   <LI> Colors configured in Alpine are inherited in the composer.
624   <LI> When Alpine is compiled with password file and SMIME support 
625        the password file is encrypted using a private key/public 
626        certificate pair. If one such pair cannot be found, one will be 
627        created. <A HREF="h_password_file_support">Learn more</A>.
629   <LI> Alpine builds with any version of OpenSSL greater than or equal
630        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
631        LibreSSL.
633   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
634        format, which removes text in the SUBJECT between &quot;[&quot; and 
635        &quot;]&quot;.
637   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
638        but it differns in that it gives the time in which the message was
639        sent for messages that are less than a week old. it uses a 24 hour
640        format.
642   <LI> Alpine will include attachments when forwarding some 
643        multipart/alternative messages for which it did not use to include 
644        attachments.
646   <LI> New configuration option 
647        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
648        which adds more ways to control features and variables when you
649        start to reply to a message.
651   <LI> Added support for RFC 2971 - IMAP ID extension.
653   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
654        that allows users to ignore errors in the computation of the size
655        of a message from defective servers.
657   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
658        clients such as Thunderbird do not validate signatures that use sha1 digest.
660   <LI> Add the configuration variable "default-directories", which is called
661        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
662        variable saves a list of directories that are readily accessible 
663        for save or export of attachments. This makes it easier to save 
664        attachments in directories that are hard to navigate to, or that 
665        are accessed frequently.
667   <LI> When a filename is attached and its name is encoded, the save 
668        attachment command will offer to save the file in the encoded form. 
669        This might work for some users, but the save command will have a 
670        subcommand ^N to decode the file name and save the file with the 
671        decoded name.
673   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
674        as well as autocompletes automatically when only one possibility exists 
675        for the ^J attach command.
677   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
678        the html OL tag.
680   <LI> Ignore message from smtp server after a successful authentication
681        challenge.
683   <LI> When a message is saved in the Form Letter folder, add the ability
684        to save the role being used to compose such message so that settings
685        such as the SMTP server set in the role can be used when sending
686        such form message. Suggested and patched by Frank Doepper.
688   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
689        SSLCERTSDIR is not found.
691   <LI> When Alpine sends an attachment, it will set the boundary attribute
692        in lower case, as some SMTP servers, such as those of libero.it 
693        reject messages if the boundary attribute is in uppercase.
695   <LI> Add the ability to change the private key and certificates used
696        to encrypt a password file in the SMIME setup configuration screen.
697        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
699   <LI> SMIME: The ctrl-E command that gives information on the certificate
700        is only available for messages that have a signed or encrypted 
701        part.
703   <LI> SMIME: If a message contains a RFC822 attachment that is
704        signed/decrypted add the ability to view its SMIME information.
706   <LI> SMIME: Certificate information in the S/MIME screen is available 
707        for certificates stored in a container.
709   <LI> SMIME: Offer the common name of the person, instead of the name of
710        file containing the certificate, as the name to be displayed in the 
711        certificate management screen for certificate authorities. 
712        Suggested by Matthias Rieber.
714   <LI> SMIME: Management of several alternate name (SAN) certificates is 
715        improved. When importing a SAN certificate, also import a certificate
716        for the filename, besides for the e-mail addresses in the
717        certificate. Suggested by Matthias Rieber.
719   <LI> SMIME: add full year when displaying information about a certificate
720        in the certificate management screen. Suggested by Matthias Rieber.
722   <LI> SMIME: sort certificates by some type of alphabetical order in the
723        displayed name.
725   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
726        certificates included in signatures, when the option "Validate 
727        Using Certificate Store Only" is enabled. If the user does not wish 
728        to save it, validation will fail.
730   <LI> HTML: Add support for decoding entities in hexadecimal notation.
731        Suggested by Tulip&aacute;nt Gergely.
733   <LI> The &quot;#&quot; command, when used as part of an aggregate
734        operation will allow users to select the role used in either 
735        replying, forwarding or replying to the group of selected messages, 
736        Suggested by Hisashi T Fujinaka.
738   <LI> If the charset of a message can not be determined, use the value set
739        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
741   <LI> Resizing setup screen will redraw screen.
743   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
744        in the width ambiguous zone, it will use other means to determine
745        the width, such as call wcwidth.
747   <LI> Pico: Code reorganization in the search command to make it easier to
748        add subcommands of the search command.
750   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
751        subcommand of the search command to bring this choice into view.
753   <LI> Pico: Add the ability to search for strings in the beginning or end
754        of a line. Use the Ctrl-^ subcommand of the search command to bring 
755        this choice into view.
757   <LI> For a multipart/alternative message, the Take Address command will 
758        work on the part that is being read.
760   <LI> When sending a message, allow for 512 characters of consecutive 
761        non-white space before folding the subject line.
763   <LI> Make sure titlebar (the line at the top of the screen) always 
764        contains the name of the folder/newsgroup that is open, if this 
765        fits in the title.
767   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
768        will also scramble the name, version and operating system in the 
769        message-id header. Based on a contribution by Dennis Davis, which 
770        is itself based on a contribution by Mark Hills.
772   <LI> Change in logic in imap_set_password function to make Alpine ask if
773        a user wants to save a password before reading the password file.
775   <LI> When exporting all parts of a message, if two attachments have the same
776        name, do not overwrite a file more than once, but instead add a counter
777        number to the filename to make a new file that does not exist in the file
778        system.
780   <LI> Add the Control-R subcommand to the save command for attachments. 
781        This subcommand toggles if the saving will be done in binary mode 
782        for text attachments. When a user saves an attachment using binary
783        mode it will be saved as it was sent, otherwise the attachment will
784        be transformed to UTF-8 for further transformation through internal
785        and user defined filters for saving.
787   <LI> Add command line argument -smimedir, which allows users to specify
788        the default path for a directory that contains the public, private, 
789        and ca directories. This is useful in case a user has a backup of 
790        old certificates that cannot be installed in the ~/.alpine-smime 
791        dir.
793   <LI> Reimplementation of the code that allows the .pinerc file to be a
794        symbolic link by Kyle George from tcpsoft.com to use realpath.
796   <LI> When saving an attachment, the "^T" command leads to a screen where the
797        "A" command can be used to add a file. A directory can be added by
798        pressing "^X" after the "A" command. Added after a suggestion by
799        Stefan Goessling.
801   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
802        scroll through the history of directories used to save attachments, 
803        while preserving the given name of the file. Suggested by Peter 
804        Koellner.
806   <LI> SMIME: Turn off automatic signing and encrypting of a message when
807        bouncing. Suggested after a discussion with Matthias Rieber.
809   <LI> When messages are selected, warn the user if a message that is not
810        selected will be bounced, or if not all selected messages will be 
811        bounced. Suggested by Ulf-Dietrich Braumann.
813   <LI> The bounce command adds a subcommand to choose a role.
815   <LI> When selecting messages by number, the &quot;.&quot; character can 
816        be used to specify the message on which the cursor is on.
818   <LI> When Alpine opens an attachment, it sometimes changes the extension 
819        of the file that is being opened and replaces it by another for the 
820        same mime type. If Alpine finds that the extension of the file 
821        corresponds with the mime type, according to the mime-types file, 
822        then it will keep it, and no substitution will be made.
824   <LI> Set no restrictions on the length of encoded subjects, but encode
825        words in length of no more than 75 characters.
826 </UL>
830 Bugs that have been addressed include:
831 <UL>
832   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
833        Alpine will use the function ASN1_TIME_print to determine the date 
834        of validity. Reported by Ben Stienstra.
836   <LI> SMIME: Crash when attempting to unlock the password file and an
837        incorrect password is entered.
839   <LI> SMIME: Crash when checking the signature of a message that contains
840        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
841        Krellner.
843   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
845   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
846        remote containers. Reported by Matthias Rieber.
848   <LI> SMIME: certificates included in messages were not being transferred
849        to a remote container.
851   <LI> SMIME: Crash if public certificates are located in an inaccessible
852        remote server and the private key is not available.
854   <LI> SMIME: Alpine does not remove temporary files created when adding a 
855        CA certificate to a container. Reported by Holger Trapp.
857   <LI> SMIME: When reading a local certificate, Alpine converts the name 
858        of the certificate to lowercase, which may make Alpine not be able 
859        to read such certificate. Reported by Dennis Davis.
861   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
862        entering a password to read an encrypted message will make Alpine 
863        forget the key and not ask the password to unlock it again in case 
864        it is necessary to unlock it again. Reported by Ulf-Dietrich 
865        Braumann.
867   <LI> Alpine would use freed memory while trying to compute the color
868        of the titlebar. This happened when trying to continue a postponed 
869        message.
871   <LI> Alpine failed to read an encrypted password file if too many
872        passwords were saved in the password file.
874   <LI> When selecting messages while in Threaded Index Screen, some 
875        messages other than top of threads could appear in the index, making
876        Alpine display messages &quot;out of the screen.&quot;
878   <LI> The index format would be chopped at the position of an unrecognized 
879        token, instead of skipping the token as intended.
881   <LI> Work in progress: Avoid calling non-safe functions when Alpine
882        receives a signal. See bug report 
883        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
885   <LI> Crash when attempting to read a message after a bounce command. 
886        In order to produce a crash one needed to use the ^T subcommand and 
887        do a search in a LDAP directory. The crash is produced by changes 
888        to the text in the title bar. Reported by Heinrich Mislik in the 
889        Alpine-info list.
891   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
892        making Alpine not display the correct character at the position 
893        that wrapping is done. Reported by Wang Kang.
895   <LI> Pico: Searching for a string that is too long causes Pico to crash
896        in the next search.
898   <LI> Fix vulnerability in regex library. This only affects those who use
899        this library, such as the windows version of Alpine. See 
900        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
901        for more details.
903   <LI> Alpine would not set include and lib paths for OpenSSL if this was
904        installed in /usr/local/ssl.
906   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
907        contents when saving its configuration.
909   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
910        the name. Reported by Andreas Fehr.
912   <LI> When opening an INBOX folder in a context different from the 
913        incoming folders collection, from the command line, Alpine would 
914        open the INBOX folder from the incoming folders collection.
916   <LI> Mismatch in size of UCS and CELL caused a corruption in the
917        content of a pointer, which made the speller in PC-Alpine get the 
918        content of a word incorrectly.
920   <LI> Skip testing openssl compatibility version when cross-compilation
921        is detected. Fix contributed by Antti Sepp&auml;l&auml;
923   <LI> Alpine fails to remove temporary files used during a display or sending
924        filter. Fix contributed by Phil Brooke.
926   <LI> When the index is in zoomed state, adding new messages to the 
927        selection would not show those messages if those messages are on 
928        top of the current message in the top of the screen. Reported by
929        Ulf-Dietrich Braumann. In addition, when the user scrolls through
930        the index, this scroll smoothly, without jumping pages. Reported
931        by Holger Trapp.
933   <LI> Crash when reviewing history of saving attachments.
935   <LI> Crash when canceling a goto command on a local collection that has
936        not been expanded and attempting to expand such collection.
938   <LI> Crash in Pico when forwarding messages that contain a direction mark
939        at the end of a line. Reported by James Mingo.
941   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
942 </UL>
946 Version 2.20 addresses bugs found in previous releases and has several 
947 additions as well.
950 Additions include:
953 <UL>
954   <LI> Upgrade UW-IMAP to Panda IMAP from 
955        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
956   <LI> S/MIME: Add screen to manage certificates.
957   <LI> S/MIME: Signatures are validated using the user's certificates instead
958        of the ones included in the message. Behavior can be disabled by
959        disabling the option <A href="h_config_smime_use_cert_store">
960         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
961        by default.
962   <LI> S/MIME: sign messages using intermediate certificates when needed 
963        and possible.
964   <LI> S/MIME: validation of certificates for servers that modify signed 
965        content.
966   <LI> S/MIME: signed and encrypted messages will be signed first and 
967        encrypted second, so that they can be decoded by other clients.
968   <LI> S/MIME: add the sender certificate to the list of certificates in
969        encrypted messages to make it possible for the sender to decrypt
970        the message they sent.
971   <LI> S/MIME: When transferring certificates to a local container, create 
972        container with default names PublicContainer, PrivateContainer and 
973        CAContainer, as appropriate for these files, unless the user has 
974        provided some other names.
975   <LI> S/MIME: Forwarding a message will include the signed part as part
976        of the text and not as a multipart message, just as the reply
977        command does.
978   <LI> HTML: Style tag in body of html message causes Alpine to not write
979        its content until a new &lt;/style&gt;
980   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
981        the same inline tag; the same is valid for the &lt;HR&gt; tag.
982   <LI> Add support to selective expunge through a subcommand of the 
983        select-apply commands. Read more in the <A 
984        HREF="h_index_cmd_expunge">help</A> for the expunge command.
985   <LI> Pico: New subcommand of the search command, allows to reverse the
986        direction of search.
987   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
988        the key and certificate used to encrypt the password file are saved 
989        in the ~/.alpine-smime/.pwd directory, or in the directory specified
990        by the -pwdcertdir command line option. 
991        <A HREF="h_password_file_support">Learn more</A>.
992   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
993        server to use different ways to connect using ssl, for 
994        example {server.com/tls1} will attempt to connect to 
995        server.com at the ssl imap port (port 993) and establish a 
996        connection using TLSv1. These flags can be used in 
997        conjunction with the /ssl flag, the ssl flag is redundant. 
998        Conversely, however, the /ssl flag does not imply any of 
999        these flags; the /ssl flag means SSLv3 or, if not available, 
1000        SSLv2 in the SSL port.
1001   <LI> Alpine does not attempt to automatically reopen a collection 
1002        that was not opened due to cancellation by the user. 
1003        Instead, the user must try to open it explicitly.
1004   <LI> Alpine searches for a certificate that matches an email address in
1005        all addresses in a certificate (instead of just the first 
1006        one) but when it tries to unlock the certificate, it asks 
1007        for the password for the first email address in that 
1008        certificate.
1009   <LI> Style tag in body of html message causes Alpine to not write its content
1010        until a new &lt;/style&gt;
1011   <LI> Experimental: Write the content-type of a message in 
1012        lowercase, as some non-compliant servers do not understand 
1013        uppercase content-type, such as those of GMX.de.
1014   <LI> Experimental: Do not send the RSET command before attempting
1015        to send a message, as this causes a delay in some evily managed
1016        servers.
1017   <LI> Opening a folder updates recent count in maildrops (this 
1018        already works for other types of folders)
1019   <LI> Automatically redraw screen after opening an attachment 
1020        instead of simply clearing it.
1021   <LI> Pico: Justification works without need of a predefined quote 
1022        string. This allows justification of blocks of text that are 
1023        indented with spaces.
1024   <LI> Decode the name of attachment names, so they can be written as part   
1025        of the description of the part. 
1026   <LI> Check bounds and tie strings off to improve security. Contributed 
1027        by James Jerkins.
1028   <LI> Replace tabs by spaces in From and Subject fields to control for
1029        size in screen of these fields. Change only in index screen display.
1030   <LI> Aggregate operations allows bouncing a list of messages using a role.
1031        Suggested by Ulf-Dietrich Braumann.
1032   <LI> Disable saving new passwords to the password file. Implemented
1033        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
1034   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
1035      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
1036      Charles M. Register.
1037 </UL>
1041 Bugs that have been addressed include:
1042 <UL>
1043   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
1044        in personal names. Reported by Lev Gorenstein.
1045   <LI> When writing the .pinerc file, lines were truncated if they were longer
1046        than 10,000 characters. This could cause data corruption, so now lines
1047        are allowed to be of any length.
1048   <LI> S/MIME: signed messages that contained an attachment would not validate.
1049   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
1050        validate. Thanks to Andreas Schamanek for testing, debugging and 
1051        advising during the process of fixing this problem.
1052   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
1053        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
1054        and Stefan Mueller.
1055   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
1056        home directory.
1057   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
1058        SMIME making it not possible to sign or encrypt messages.
1059   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
1060        information that is not part of the body, and hence making the body
1061        of the message seem wrong.
1062   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
1063        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
1064        enabled, the message contains 8bit characters and the smtp server 
1065        supports 8bit sending.
1066   <LI> When replying to several messages, subject will be decoded first,
1067        and then stripped from re/fwd before they are compared to determine
1068        the subject of the replied message.
1069   <LI> Crash when tcp connection to NNTP server was lost after connection
1070        had been established, but lost immediately afterwards.
1071   <LI> Crash with message &quot;lock when already locked&quot;, when painting
1072        an index was based on scores that needed information from a remote
1073        addressbook in the same server as the folder opened. Reported by
1074        Peter Koellner.
1075   <LI> Crash in message/rfc822 attachments encoded in base64.
1076   <LI> Postponed messages whose content-type is text/html, text/enriched and
1077        text/richtext are sent with that content-type, even though, after
1078        resuming composition, Alpine had changed its type to text/plain.
1079   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
1080        character set, which might lead to a crash or a corruption in the 
1081        screen. Work was done to contain the bug. A more complete fix will 
1082        be done in a future release. Reported by Professor Robert Funnell.
1083   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
1084   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
1085   <LI> Save command did not warn of existence of a message with a deleted 
1086        attachment in an aggregate save, unless cursor was positioned on a message 
1087        with a deleted attachment. Reported by Florian Herzig.
1088   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
1089        in an IMAP server.
1090   <LI> DATE tokens were not internally transformed to UTF-8, which made their
1091        values not appear complete in the screen. Reported by Werner Scheinast.
1092   <LI> Fixes to configure script so that it will not require PAM for every system.
1093   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
1094        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
1095        during the build. Fix by Ulf-Dietrich Braumann.
1096   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
1097        needs to use tcl_getstringresult() instead. Reported by 
1098        Ulf-Dietrich Braumann.
1099   <LI> Quoted string in URL Viewers configuration variable were not 
1100        unquoted before passing to viewer.
1101   <LI> Fix in configure script to detect location of tcl library; add
1102        /usr/local in FreeBSD and fix a bug in configure script that used 
1103        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
1104        by Werner Scheinast.
1105   <LI> Move SSL configurations from UW-IMAP to configure script, and
1106        update OpenSSL configuration for Mac OS X.
1107   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
1108   <LI> When the download of an attachment is interrumpted, Alpine stills
1109      caches what was downloaded, making the download incomplete for 
1110      subsequent calls of Alpine attempting to open the attachment. In the 
1111      future, Alpine will not cache any downloaded part of the attachment 
1112      when it is interrupted.
1113 </UL>
1118 Version 2.11 addresses bugs found in previous releases and has a few 
1119 additions as well.
1122 Additions include:
1125 <UL>
1126    <LI> Alpine requires version 1.0.0c of Openssl to build.
1127    <LI> Increase encryption of S/MIME encrypted messages.
1128    <LI> Pico: Improvements in justification of paragraphs: lines that begin
1129 with a quote string, followed by a space were considered individual paragraphs,
1130 now they are considered part of a paragraph. Based on earlier joint work
1131 with Jeff Franklin.
1132    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
1133    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
1134 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
1135    <LI> Added recognition of ws and wss URIs.
1136    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
1137  <A HREF="h_config_directory_color">directory names</A>,
1138  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
1139    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
1140 used in the display of the INDEX SCREEN.
1141    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
1142 that adds the ability to preserve To: and Cc: fields when replying to a 
1143 message, as specified by original sender.
1144    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
1145  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
1146    <LI> Quota command includes subcommands for printing, forwarding, etc.
1147 </UL>
1150 Bugs that have been addressed include:
1152 <UL>
1153   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
1154   <LI> Crash when resizing the screen in a configuration screen.
1155   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
1156   <LI> Do not use a shell to open a browser.
1157   <LI> Configure script did not test for crypto or pam libraries.
1158   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
1159   <LI> Change Cygwin directory separator to &quot;/&quot;.
1160   <LI> Alpine could set List- headers, contrary to RFC 2369.
1161 </UL>
1164 Version 2.10 addresses bugs found in previous releases and has a few 
1165 additions as well.
1168 Additions include:
1171 <UL>
1172    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
1173    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
1174    <LI> Foreign characters are decoded correctly in IMAP folder names.
1175    <LI> Question about breaking connection to slow servers includes their name.
1176    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
1177    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
1178    <LI> Cygwin: Alpine builds without need of patch.
1179    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
1180    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
1181    <LI> Add support for strong encryption of password file when S/MIME is built in.
1182 </UL>
1185 Bugs that have been addressed include:
1188 <UL>
1189    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
1190    <LI> Double allocation of memory in Pico.
1191    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
1192    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
1193    <LI> Not recognition of environment variables in some options.
1194    <LI> Not display of login prompt during initial keystrokes.
1195    <LI> justification of long urls breaks them.
1196    <LI> Incorrect New Mail message when envelope is not available.
1197    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
1198    <LI> Crash when resizing the screen after display of LDAP search.
1199    <LI> Crash when redrawing screen while opening a remote folder collection.
1200    <LI> Infinite loop in scrolltool function during notification of new mail.
1201    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
1202    <LI> No display of signed and encrypted S/MIME messages.
1203    <LI> Alpine will not build with OpenSSL.
1204    <LI> Crash for double locking in calls to c-client.
1205    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
1206    <LI> Ignore the references header when threading messages
1207    <LI> No update of colors in index screen after update to addressbook.
1208 </UL>
1211 Version 2.01 addresses bugs found in previous releases and has a few 
1212 additions as well.
1215 Additions include:
1218 <UL>
1219    <LI> Fixed non-ASCII web alpine handling
1220    <LI> Added web alpine help.
1221    <LI> Allow web alpine inbox on second IMAP server.
1222    <LI> Allow web alpine config reset after bad inbox-path gets set.
1223    <LI> Added web alpine ability to create group contact from contact list members.
1224    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
1225    <LI> Tidied up web alpine script layout.
1226    <LI> Fixed web alpine status message ordering
1227    <LI> Added web alpine Fcc setting via Contacts in Compose
1228    <LI> Fixed web alpine autodraft attachment issues
1229    <LI> Fixed web alpine problems with recent count maintenance
1230    <LI> Fixed web alpine newmail arrival display in message list
1231    <LI> Added web alpine confirmation to folder create for Move/Copy
1232    <LI> Added web alpine user-domain support
1233    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
1234 </UL>
1237 Bugs that have been addressed include:
1240 <UL>
1241    <LI> In web alpine fixed delete all selected within a search result to reorient
1242         correctly to whole-mailbox message list.
1243    <LI> Fixed web alpine delete in view page to be sensitive to sort
1244    <LI> Fixed web alpine open of folder within directory from folder manager page.
1245    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
1246    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
1247    <LI> Fixed web alpine adding contacts from message list and view
1248    <LI> Fixed web alpine create of non-existent fcc
1249    <LI> Remove mistakenly left debugger statement in web alpine javascript.
1250    <LI> Some UNIX alpine build problems fixed
1251    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
1252         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
1253         by locale charmap call on some Solaris 8 systems.
1254    <LI> MacOS Keychain logins were not working correctly with generic host names, like
1255         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
1256         new password requests when not needed
1257    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
1258         last folder in the list
1259    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
1260         looked for along with the email address
1261    <LI> Changes to configure to get spellcheck options with work with arguments.
1262    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
1263         returned by gethostname (iPhone can do this)
1264    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
1265         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
1266    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
1267         Jake Scott of marganstanley.com.
1268    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
1269         is not used in alpine.
1270    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
1271         Apparently this causes RIM Blackberry BIS service problems. This is not
1272         used in alpine.
1273    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
1274    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
1275         Fix from Ludwig Nussel of SUSE and from Crispin.
1276    <LI> Include whole filename in export filename history
1277    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
1278 </UL>
1281 Version 2.00
1282 addressed bugs found in previous releases and had a few additions as well.
1284 Additions included:
1287 <UL>
1288    <LI> Redesigned Web Alpine interface
1289    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
1290         in UNIX versions of Alpine
1291    <LI> Attempt to include the attachment filename as part of the name of the
1292         temporary file used when viewing an attachment with an external program.
1293         Add some randomness to that filename to make it hard to predict the filename.
1294         Add a filename extension, usually derived from the type/subtype, to the
1295         temporary filename. This was previously done only on Windows and MacOS X.
1296    <LI> Enhance address completion in the composer (TAB command) so that it looks
1297         through nicknames, fullnames, and addresses from the address book; addresses
1298         from the message being viewed, if any; and the results from
1299         <A HREF="h_direct_config">LDAP Directory Server</A>
1300         lookups for all of the defined directory servers that have the
1301         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
1302         feature set.
1303    <LI> Make the default character set setting more liberal in what it will accept
1304         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
1305    <LI> Remove the Alpine revision number from the titlebar in released versions
1306         while leaving it there in snapshot versions
1307    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
1308         display of asterisks when you type a password for Alpine
1309    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
1310    <LI> When the
1311         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
1312         feature is turned on convert not only the dates in the index screen but also
1313         the dates in the MESSAGE VIEW
1314 </UL>
1317 Bugs addressed in the 2.00 release included:
1320 <UL>
1321    <LI> Crash when using tab-completion for selecting a Save filename
1322    <LI> Make Web Alpine help text images relative for more portability
1323    <LI> Fixed attach save of html parts in Web Alpine
1324    <LI> Viewing, printing, exporting, replying, and bouncing of message
1325         digests was broken. Replying and bouncing should not have been
1326         allowed at all for digests. It would be nice to have a more standard
1327         index-like view of a message digest but that has not been addressed
1328         with this minor bug fix.
1329    <LI> Adjust wrapping of HTML messages so that the margins specified by
1330         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
1331         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
1332         are observed correctly
1333    <LI> Interrupt of WhereIs command in index was broken
1334    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1335         option did not work correctly interpreting unknown characters in message headers
1336    <LI> Long address lines could cause blank continuation lines
1337    <LI> Save to a local default INBOX failed if the primary collection was also local,
1338         which it is by default. The save went to  ~/mail/inbox instead.
1339    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
1340         inbox, not the inbox in the primary collection
1341    <LI> Address book entries with lots of addresses would be truncated when
1342         entered in the composer with a screen size wider than 270 or so characters
1343    <LI> Some fields in the index screen were truncated when the screen width was
1344         wider than 256 characters
1345    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
1346         folder, and there is a more than 10 minute pause between typing the TAB
1347         and typing the Yes
1348 </UL>
1351 Version 1.10(962)
1352 addressed bugs found in previous releases and had a few additions as well.
1354 Additions included:
1357 <UL>
1358    <LI> Add the possibility of setting a default role
1359         (see <A HREF="h_role_select">Roles Screen</A>)
1360         which may be convenient if your work flow involves acting in one
1361         role for a while then switching to another role and staying in the
1362         new role for another period of time
1363    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1364         is encountered, ask the user if he or she wants to continue with the
1365         risky Save anyway instead of aborting. This may be helpful if your
1366         IMAP server is broken in this way but be aware that it is possible there
1367         was a real error instead of just a broken server implementation.
1368    <LI> Some configure adjustments for Kerberos detection and
1369         for SCO OpenServer 5 support
1370    <LI> Hide INBOX in a collection if it also appears as an
1371         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1372    <LI> Show asterisks for feedback when the user is typing a password
1373    <LI> Performance improvement for threading of large folders
1374    <LI> Previously, the search used to find
1375         Pattern matches containing To patterns searched for both To
1376         and Resent-To headers. The relatively complicated search this
1377         produces causes problems when using some deficient IMAP servers.
1378         Now the default is to look only for To headers and ignore the
1379         presence of Resent-To. The previous behavior may be restored
1380         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1381    <LI> Add an
1382         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1383         to help with reading malformed unlabeled messages
1384    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1385    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1386    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1387 </UL>
1390 Bugs addressed in the 1.10(962) release included:
1393 <UL>
1394    <LI> Crash when encountering certain errors from an SMTP server
1395    <LI> Crash in composer caused by overflow in replace_pat()
1396    <LI> Hang when authenticating to an SMTP server that fails with a
1397         &quot;connection disconnected&quot; error
1398    <LI> Bug in handling of trailing tab character in flowed text
1399    <LI> Security enhancement for mailcap parameter substitution
1400    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1401         did not work if the message being replied to was not flowed text
1402         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1403         was not turned on
1404    <LI> Don't allow printer to be changed through hidden config screen
1405         if system administrator didn't want it to be allowed
1406    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1407         should know that it won't work, causing error messages to appear
1408    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1409         of double-quote double-quote didn't work right
1410    <LI> Quoting wasn't being done to protect special characters from the
1411         MacOS X shell when
1412         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1413         was not defined
1414    <LI> On MacOS X message attachments should be shown internally instead of
1415         being shown using the Mail application
1416    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1417         sometimes set the outgoing charset to X-UNKNOWN, making the result
1418         unreadable
1419    <LI> When the sending of a message failed lines with leading spaces had one
1420         additional space inserted in each of those lines when the user
1421         was returned to the composer
1422    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1423         that contained non-ascii characters because it was truncating the
1424         line being searched so that it was shorter than what was visible on
1425         the screen
1426    <LI> When composing, an attachment with a long name that causes wrapping in
1427         just the wrong place would generate an error and cause the send
1428         of the attachment to fail
1429    <LI> After calling the file browser to attach a file in the composer, a resize
1430         of the window when back in the composer would redraw the last screen that
1431         had been shown in the browser instead of the current composer screen
1432    <LI> Possible crash in index screen when encountering unparsable addresses
1433         or when using one of the PRIORITY tokens or the HEADER token in the
1434         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1435    <LI> Problems with Header Color editing if the configuration option
1436         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1437         was inadvertently changed to the Empty Value in the hidden config screen
1438    <LI> When resuming the final postponed message from an Exchange server the user
1439         could get a certificate validation failure because alpine was trying
1440         to validate the canonical name of the folder instead of the name the
1441         user used
1442    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1443         failure to find a match
1444    <LI> Make matching of extension names case independent in mimetypes files
1445    <LI> Windows dialog boxes for entering text were not working correctly
1446    <LI> Replying to or Forwarding multipart/alternative messages which had a
1447         single text/html part did not work well
1448    <LI> Printing the print confirmation page caused a crash
1449    <LI> A To line with a long, quoted personal name could display incorrectly
1450         if it was close to the same width as the screen
1451    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1452         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1453         are turned on hide (0/0) when the folder is empty
1454    <LI> Folder completion while Saving didn't work if the collection being
1455         saved to was the local home directory
1456 </UL>
1459 Version 1.00
1460 was an evolutionary release based on Pine, which was also
1461 developed at the University of Washington.
1462 It is upwards-compatible for existing Pine users.
1465 Changes included:
1467 <UL>
1468    <LI> Ground-up reorganization of source code around addition
1469         of "pith/" core routine library.
1470    <LI> Fundamental improvement in Alpine's internal text handling, which
1471         is now based exclusively on Unicode. This allows displaying incoming
1472         messages and producing outgoing messages in many different languages.
1473    <LI> Ground-up reorganization of build and install procedures
1474         based on GNU Build System's autotools. NOTE, the included IMAP library
1475         build is not based on autotools, so some features will not work. However,
1476         it should get built automatically during the Alpine build process.
1477    <LI> Web-based version included built on TCL designed to run under
1478         a suitable CGI-supporting web server such as Apache.
1479 </UL>
1483 Details on changes in previous (prerelease) versions of Alpine
1484 may be found at the following URL:
1486 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1489 <HR WIDTH="75%"><P>
1491 <H2>Getting Help</H2>
1492 <DL>
1493 <DT>Online Help</DT>
1494 <DD>
1495 Every Alpine screen and command has associated help text
1496 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1497 </DD>
1499 <DT>Web Help</DT>
1500 <DD>
1501 The most current source of information about Alpine,
1502 including new version availability, is the web page at
1504 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1505 </DD>
1506 </DL>
1508 <HR WIDTH="75%"><P>
1510 <H2>Additional Information</H2>
1512 General Alpine configuration information can be found
1513 <A HREF="h_news_config">here</A>.
1515 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1516 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1517 access is provided by the IMAP Toolkit Environment (c-client library)
1518 version <!--#echo var="C_CLIENT_VERSION"-->.
1519 <P> 
1520 Alpine was developed until 2009 by the Office of Computing 
1521 &amp; Communications at the University of Washington in Seattle.  
1522 Since then, the effort of developing Alpine has been continued by
1523 a community of volunteers who make good software even better!
1526 Alpine Copyright 2013-2020 Eduardo Chappa, 
1527 <BR> Copyright 2006-2008 University of Washington.
1530 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1531 or instead you can find the Apache License, version 2.0 at the web URL:
1534 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1537 &lt;End of Release Notes&gt;
1538 </BODY>
1539 </HTML>
1540 ====== h_password_file_support ======
1541 <HTML>
1542 <HEAD>
1543 <TITLE>Encryption for Password File Support Explained</TITLE>
1544 </HEAD>
1545 <BODY>
1546 <H1>Encryption for Password File Support Explained</H1>
1548 Index<BR>
1549 <OL>
1550 <LI><A HREF="#content">Explanation</A>
1551 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1552 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1553 </OL>
1555 <P><A NAME="content">Unix Alpine Only.</A>
1557 <P> If your version of Alpine has been built with password file support
1558 then you can use a special file to save your passwords, and avoid typing
1559 them every time you open a connection to a remote server.
1561 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1562 password file will be encrypted with a strong key. There are two ways in 
1563 which this can happen: Alpine will either use a matching private key and 
1564 public certificate pair that you already own, or it will create one for 
1565 you, just for purposes of encrypting this file. We describe both processes 
1566 below.
1568 <P> Initially, Alpine will scan your public and private directories for a 
1569 certificate/private key pair that works. Alpine will pick the first pair 
1570 that it finds that matches. 
1572 <P> Once a pair has been chosen, it will be copied to the directory 
1573 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1574 that directory. The first time this process is done, this directory will 
1575 be created, a key/certificate pair will be copied to it, from then on 
1576 this pair will be used to encrypt and decrypt your password file. 
1578 <P> If you want to use a specific key and certificate pair to encrypt
1579 your password file, you can create the directory ~/.alpine-smime/.pwd 
1580 manually, and then create your preferred key/certificate pair there.
1581 Alpine will use this key regardless of if it has expired, or if it is
1582 self-signed. These issues do not affect the encryption or decryption
1583 of the password file.
1585 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1586 your key/certificate pair, you can specify a different one with the 
1587 -pwdcertdir command line option in Alpine. If the directory specified by 
1588 this option is not found Alpine will fail to encrypt and decrypt your 
1589 password file. However if it exists, Alpine will search for a 
1590 key/certificate pair in that
1591 directory, and if it does not find one, it will create one and save it
1592 in that directory.
1594 <P> Alpine does not care about the names of the key and certificates in 
1595 this directory, but the private key must have &quot;.key&quot; extension 
1596 and your public certificate must have the &quot;.crt&quot; extension. The
1597 name of the private key will be used in the prompt when you are asked
1598 to unlock your key to decrypt your password.
1600 <P> If Alpine cannot find a suitable private key and public certificate 
1601 pair to encrypt your password, it will create one. You will be asked to 
1602 create a &quot;Master Password&quot; to protect such key. At this moment 
1603 there are no restrictions on passwords, other than they have to be at 
1604 least 8 characters long, but future versions of Alpine will include 
1605 functionality to restrict master passwords, as set up by the administrator 
1606 of the system in the pine.conf.fixed file.
1608 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1610 <P>Assume you have a private key called peter@address.com.key in your, 
1611 ~/.alpine-smime/private directory, and a public certificate called 
1612 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1613 are your only key/certificate pair.
1615 <P> When Alpine starts for the first time, without command line options, 
1616 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1617 it will create it. Then it will go through your keys and certificates and 
1618 find a pair that it can use, and copy the files peter@address.com.key,
1619 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1620 you can do the same by copying these files by yourself. This can be done
1621 with the sequence of commands
1623 <PRE>
1624 mkdir ~/.alpine-smime/.pwd
1625 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1626 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1627 </PRE>
1629 <P> When Alpine starts, you will be asked the password to unlock your
1630 private key with the prompt.
1632 <PRE>
1633 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1634 </PRE>
1636 <P> If you prefer to use different names for your private and public keys 
1637 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1638 preserve the extension of the files. For example, you can use the names 
1639 private_key.key and public_cert.crt instead. In this case, the prompt you 
1640 will see when you are asked to unlock your private key will read
1642 <PRE>
1643 Enter password of key &lt;private_key&gt; to unlock password file:
1644 </PRE>
1646 <P>Observe that you do not need to use an existing key/certificate pair, 
1647 and that you can create a new private key/public certificate pair to 
1648 encrypt and decrypt your password file. Alpine provides a mechanism to
1649 change the encryption key for this file in the S/MIME configuration
1650 screen.
1652 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1654 <P> If Alpine cannot find a suitable private key and public certificate pair
1655 to encrypt your password file, it will create one. When doing so, it will
1656 start the process with the following warning:
1658 <PRE>
1659 Creating a Master Password for your Password file.
1660 </PRE>
1662 <P> Then Alpine will ask you to enter your Master Password:
1664 <PRE>
1665 Create master password (attempt 1 of 3):
1666 </PRE>
1668 <P> Once you enter this password, and it validates according to system policy,
1669 you will be asked to confirm this password. 
1671 <PRE>
1672 Confirm master password (attempt 1 of 3):
1673 </PRE>
1675 <P> If you input the same password, then Alpine will set that as your 
1676 Master Password, and you will use this password to unlock your key in the 
1677 future.
1679 <P> If you would like to switch your Master Password in the future, you can 
1680 do so by creating a new public key and public certificate pair. You can do 
1681 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1682 Certificate for Password File&quot; section, simply enter your current 
1683 password to unlock your current key and then press &quot;C&quot; to create 
1684 a new key.
1687 &lt;End of help&gt;
1688 </BODY>
1689 </HTML>
1690 ====== h_network_encryption_security ======
1691 <HTML>
1692 <HEAD>
1693 <TITLE>Network Encryption Security Explained</TITLE>
1694 </HEAD>
1695 <BODY>
1696 <H1>Network Encryption Security Explained</H1>
1698 You can specify which encryption protocol you would like to try when
1699 creating a secure connection to a server. Alpine will attempt to use
1700 that encryption protocol, but in practice the protocol being used will
1701 default to the most secure protocol that both Alpine and the server
1702 support.
1704 <P> If you use the latest version of OpenSSL, the /ssl modifier to the 
1705 server definition will use the most secure version of the TLS encryption 
1706 protocol. The same will be true if you try /tls1_1 or /tls1_2, but in an 
1707 old version of OpenSSL (pre 1.1.0 series) /tls1_1 might mean to use 
1708 version 1.1 of the TLS protocol.
1710 <P> You will never go wrong by using the /ssl modifier. At the time of
1711 this writing OpenSSL had released version 1.1.1, with support for
1712 TLS version 1.3. If your version of OpenSSL does not support this version
1713 of the TLS protocol, then the /tls1_3 modifier will only mean to use
1714 the most secure version of the TLS protocol that OpenSSL and the
1715 server can negotiate. In future versions of OpenSSL, /tls1_3 might mean
1716 to try to negotiate a higher version of the TLS protocol.
1718 <P> In order to avoid confusion, the /ssl flag is the best way to guarantee
1719 the highest encryption protocol available, and it is the recommended
1720 modifier to the server definition to create a secure encrypted connection.
1723 &lt;End of help&gt;
1724 </BODY>
1725 </HTML>
1726 ====== h_gmail_configuration ======
1727 <HTML>
1728 <HEAD>
1729 <TITLE>Configuring Access to Gmail Using XOAUTH2</TITLE>
1730 </HEAD>
1731 <BODY>
1732 <H1>Configuring Access to Gmail Using XOAUTH2</H1>
1734 Gmail allows you to access their IMAP and SMTP server using either the XOAUTH2
1735 or OAUTHBEARER authentication method. You can choose any of them. A sample configuration for reading
1736 incoming mail is
1739 inbox-path = {imap.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2}INBOX<BR>
1740 smtp-server = smtp.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2
1743 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
1746 Gmail implements the authorize method. This means that in order to use xoauth2, you must
1747 open a URL, login to your Gmail account, and authorize Alpine to access your email. As a
1748 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
1749 Once you have done that, Alpine will be able to get a refresh and access token, which
1750 Alpine will use later to read and send email.
1753 &lt;End of help&gt;
1754 </BODY>
1755 </HTML>
1756 ====== h_outlook_configuration ======
1757 <HTML>
1758 <HEAD>
1759 <TITLE>Configuring Access to Outlook Using XOAUTH2</TITLE>
1760 </HEAD>
1761 <BODY>
1762 <H1>Configuring Access to Outlook Using XOAUTH2</H1>
1764 Outlook allows you to access their IMAP and SMTP server using the XOAUTH2
1765 authentication method. A sample configuration for reading incoming mail is
1768 inbox-path = {outlook.office365.com/ssl/user=YourId@outlook.com/auth=xoauth2}INBOX<BR>
1769 smtp-server = smtp.office365.com/submit/user=YourId@outlook.com/auth=xoauth2
1772 Outlook implements the authorize and device methods to get your authorization to access
1773 your account. Alpine uses by default the device method, so try that one first.
1776 &lt;End of help&gt;
1777 </BODY>
1778 </HTML>
1779 ====== h_yahoo_configuration ======
1780 <HTML>
1781 <HEAD>
1782 <TITLE>Configuring Access to Yahoo! Using XOAUTH2</TITLE>
1783 </HEAD>
1784 <BODY>
1785 <H1>Configuring Access to Yahoo! Using XOAUTH2</H1>
1787 Yahoo! allows you to access their IMAP and SMTP server using either the XOAUTH2 or
1788 OAUTHBEARER authentication method. You can choose any of them. A sample configuration for
1789 reading incoming mail is
1792 inbox-path = {imap.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2}INBOX<BR>
1793 smtp-server = smtp.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2
1796 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
1799 Yahoo! implements the authorize method. This means that in order to use xoauth2, you must
1800 open a URL, login to your Yahoo! account, and authorize Alpine to access your email. As a
1801 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
1802 Once you have done that, Alpine will be able to get a refresh and access token, which
1803 Alpine will use later to read and send email.
1806 &lt;End of help&gt;
1807 </BODY>
1808 </HTML>
1809 ====== h_yandex_configuration ======
1810 <HTML>
1811 <HEAD>
1812 <TITLE>Configuring Access to Yandex Using XOAUTH2</TITLE>
1813 </HEAD>
1814 <BODY>
1815 <H1>Configuring Access to Yandex Using XOAUTH2</H1>
1817 Yandex allows you to access their IMAP and SMTP server using the XOAUTH2
1818 authentication method. A sample configuration for reading incoming mail is
1821 inbox-path = {imap.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2}INBOX<BR>
1822 smtp-server = smtp.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2
1825 Yandex implements the authorize method. This means that in order to use xoauth2, you must
1826 open a URL, login to your Yandex account, and authorize Alpine to access your email. As a
1827 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
1828 Once you have done that, Alpine will be able to get a refresh and access token, which
1829 Alpine will use later to read and send email.
1832 &lt;End of help&gt;
1833 </BODY>
1834 </HTML>
1835 ====== h_xoauth2 ======
1836 <HTML>
1837 <HEAD>
1838 <TITLE>XOAUTH2 Authenticator Explained</TITLE>
1839 </HEAD>
1840 <BODY>
1841 <H1>XOAUTH2 Authenticator Explained</H1>
1843 The XOAUTH2 authenticator method is a way in which you can sign in to your
1844 account to read and send email. This method is different from the traditional
1845 username/password that users are accustomed to, and it needs to be set up
1846 by the user. This text will help you understand this authentication method.
1848 <P> A quick list of services supported by Alpine are (follow each link for
1849 specific configuration instructions)
1851 <UL>
1852 <LI> <A href="h_gmail_configuration">Gmail</A>
1853 <LI> <A href="h_outlook_configuration">Outlook</A>
1854 <LI> <A href="h_yahoo_configuration">Yahoo!</A>
1855 <LI> <A href="h_yandex_configuration">Yandex</A>
1856 </UL>
1859 The most important difference between this method and other authentication
1860 methods is what happens if someone steals your credentials. This method is
1861 attached to three components: Your username, your password and your email
1862 program.
1865 At the beginning of this process, the developer of the email program 
1866 registers the email program with the email service provider (Gmail, 
1867 Outlook, etc.) In return, the email service provider creates a client-id.
1868 In addition, some services provice a client-secret.
1869 Since Alpine is an open source program, these values are part
1870 of the source code, and are known to everyone, and cannot be obfuscated.
1873 After a program has been registered with an email service provider, the 
1874 user must authorize the email program access to their email account in 
1875 that service. Alpine helps you do that, but it cannot do all the process 
1876 for you, and you will need to use an external web browser to authorize
1877 Alpine to read and send email.
1880 This part of the process is simple. Alpine creates a URL based on the id 
1881 and secret created by the email service, which the user opens. Once the 
1882 URL has been opened, the user signs in to the server, and once signed into
1883 the account, the user is asked to authorize Alpine access to the email 
1884 account. If the user agrees, an &quot;<I>Access Code</I>&quot; will be
1885 generated.
1888 An Access Code is a very long string, and so the recommendation is to copy 
1889 and paste this code back into Alpine, at the time Alpine is helping you 
1890 set up this authenticator. This part of the process is done only once per 
1891 email program (If you run Alpine in several computers, you would do this 
1892 once per computer. Each computer gets its own Access Code.)
1895 Once Alpine has an Access Code, it goes back internally to the email 
1896 service and asks it to generate two strings, called the &quot;<I>Refresh 
1897 Token</I>&quot; and the &quot;<I>Access Token</I>&quot;. This part is 
1898 invisible to the user, and they will never see it, but in order for you to 
1899 understand what to do in case you lose them, you need to understand their 
1900 use.
1903 The <I>Access Token</I> is the equivalent of a temporary password. It 
1904 allows the user to access (and reaccess as many times as they would like)
1905 their email account for a limited amount of time, typically 1 hour after
1906 it was issued. After that time expires, users need a new Access Token.
1909 The <I>Refresh Token</I> is the equivalent of a password generator. With 
1910 this token, Alpine can go to the email service provider and request a new 
1911 Access Token. This part of the process does not need user intervention, 
1912 anyone can do this, as long as they have the Refresh Token, program id and 
1913 program secret, so it is important that users keep their Refresh Token as 
1914 secure as they can.
1917 Given that the Refresh Token and the Access Token are long strings, users 
1918 are not supposed to be able to memorize them and recall them later. Alpine 
1919 will store them in the password file, should a user have one. Otherwise, 
1920 the user will have to create one each time they run Alpine, starting by 
1921 creating the Access Code all over each time they try to sign in to their 
1922 email account. When Alpine is compiled with SSL and password file support, 
1923 it will default to saving this information using encryption and under a 
1924 master password, so unless they have made changes to this process, their 
1925 Refresh and Access Tokens are saved securely and persist from one session 
1926 to the next.
1929 Should any person steal your Refresh Token, you must login to your account 
1930 with your username and password and revoke Alpine authorization to your 
1931 account. This is enough to stop the person who stole your Refresh Token 
1932 from accessing your email service. In the case of Gmail, changing your 
1933 password will invalidate your Refresh Token, and this will be enough to 
1934 prevent others from using a stolen Refresh Token. Consult with your email
1935 service provider to learn what you can do if someone steals your Refresh
1936 Token.
1939 If, for any reason, Alpine cannot sign in to your email service for two 
1940 consecutive times with Access Codes generated by your Refresh Token, it 
1941 will remove the Refresh Token from your password file, forcing you to get 
1942 a new one, by getting an Access Code first, and granting authorization to
1943 Alpine to access your email once again.
1946 This implementation of XOAUTH2 knows the list of servers that it can
1947 access using the same credentials, so Alpine will be able to read and send
1948 emails using the same Access Token. You will not have to create
1949 Access and Refresh Tokens for the IMAP and SMTP servers separately.
1952 &lt;End of help&gt;
1953 </BODY>
1954 </HTML>
1955 ====== h_xoauth2_config_screen ======
1956 <HTML>
1957 <HEAD>
1958 <TITLE>XOAUTH2 Configuration Screen</TITLE>
1959 </HEAD>
1960 <BODY>
1961 <H1>XOAUTH2 Configuration Screen</H1>
1963 The XOAUTH2 configuration screen helps you connect your client-id and
1964 other configuration information about the service you want to use with
1965 Alpine.
1967 <P> Alpine provides a default configuration for you. For some providers
1968 this configuration does not work, and requires you to get your own
1969 Client-ID for Alpine. Depending on the service, you might need extra information,
1970 such as a Client-Secret or a Tenant.
1972 <P> If the default configuration of Alpine does not work for you, you can simply
1973 replace the default configuration of Alpine by your new configuration. If for
1974 any reason you need to have a second client-id, you can use the ^A command to
1975 add a new configuration for one of the supported services by Alpine.
1977 <P> If you wish to delete a configuration for a service, place the cursor
1978 on the configuration you want to delete and press ^D.
1980 <P> When you have more than one client-id for the same service, is is convenient
1981 to fill up the username field. This will tell Alpine that that specific configuration
1982 is to be used with the username(s) specified in that variable. If Alpine cannot
1983 detemine which configuration to use, it will ask you to select the correct
1984 Client-ID for your connection. This could happen when you are trying to login to
1985 your account. The client-id you select will be used by Alpine for that and future
1986 connections to that server.
1990 &lt;End of help&gt;
1991 </BODY>
1992 </HTML>
1993 ====== h_tls_failure_details ======
1994 <HTML>
1995 <HEAD>
1996 <TITLE>Certificate Validation Details</TITLE>
1997 </HEAD>
1998 <BODY>
1999 <H1>Certificate Validation Details</H1>
2001 This screen gives details as to why the certificate validation failed: the
2002 name of the desired server system; the reason for failure; and the name on
2003 the certificate.  This is primarily of interest to experts.
2006 &lt;End of help&gt;
2007 </BODY>
2008 </HTML>
2009 ====== h_tls_failure ======
2010 <HTML>
2011 <HEAD>
2012 <TITLE>TLS or SSL Failure</TITLE>
2013 </HEAD>
2014 <BODY>
2015 <H1>TLS or SSL Failure</H1>
2017 An attempt was made to establish a secure, encrypted connection to the
2018 server system using either Transport Layer Security (TLS) or the older
2019 Secure Sockets Layer (SSL).  This attempt failed.
2022 You should contact your server system management for more assistance.
2023 The problem is probably at the server system and not in Alpine or your local
2024 system.  The text in this screen may be helpful for the server system
2025 management in debugging the problem,
2028 &lt;End of help&gt;
2029 </BODY>
2030 </HTML>
2031 ====== h_tls_validation_failure ======
2032 <HTML>
2033 <HEAD>
2034 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
2035 </HEAD>
2036 <BODY>
2037 <H1>TLS and SSL Certificate Validation Failures</H1>
2039 An attempt was made to establish a secure, encrypted connection to the
2040 server system using either Transport Layer Security (TLS) or the older
2041 Secure Sockets Layer (SSL).
2044 An important part of this procedure is server certificate validation.  A
2045 server certificate is an &quot;electronic identification card&quot; for the server
2046 system that is signed by a well-known certificate authority (CA).  Alpine
2047 compares the server system identity in the server certificate with the
2048 name of the server system to which it is trying to connect.  Alpine also
2049 verifies that the CA signature is authentic.
2052 Some common failure conditions are:
2055 <UL>
2056   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
2057 signed its own certificate.  This does not necessarily indicate anything
2058 bad; the server operators may simply have elected to not purchase a
2059 signed certificate from a certificate authority.
2061   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
2062 the signature on the server system is from an unknown certificate authority.
2063 It can also mean that no certificate authority certificates have been
2064 installed on the local UNIX system.
2066   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
2067 the same as either of the above two conditions in UNIX Alpine.  Note that
2068 Windows systems typically have a full set of certificate authority
2069 certificates installed, so it is more likely to be a self-signed
2070 certificate than an unknown certificate authority.
2072   <LI> Server name does not match certificate.  This means that the server
2073 presented a proper signed certificate for a name other than the desired
2074 name.
2075 </UL>
2078 Any of these conditions can indicate that you are being attacked and have
2079 been directed to an imposter server that will record your password and
2080 your private mail messages.  It can also mean something innocuous.
2083 If you are certain that the problem is innocuous, you can append the
2084 option
2087 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
2090 to the server system name where it appears in your configuration (e.g. the
2091 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
2092 a folder-collection, or a news or SMTP server).  This will
2093 disable certificate validation.  On the other hand, if you are attacked,
2094 you will get no warning if you do this.
2096 <P> When you get an error indicating a self-signed certificate from the 
2097 remote server, you can download and install the certificate for that 
2098 server. Avoid using the /NoValidate-Cert modifier. Alpine cannot help you 
2099 with this process because certificates are part of the system and are not 
2100 under the control of the user. Find directions on how to download and 
2101 install certificates for your system using your favorite search engine.
2104 &lt;End of Cert Validation Failures help&gt;
2105 </BODY>
2106 </HTML>
2107 ====== h_oauth2_start ======
2108 <HTML>
2109 <HEAD>
2110 <TITLE>Setting up XOAUTH2 Authentication</TITLE>
2111 </HEAD>
2112 <BODY>
2113 <H1>Setting up XOAUTH2 Authentication</H1>
2115 You are trying to connect to a server that uses the XOAUTH2 method of
2116 authentication.
2119 In order to set this up, you need to authenticate in the target server
2120 and authorize Alpine to access your email account.
2123 After you have authorized Alpine, the server will generate an
2124 &quot;access code.&quot; In order to use this code, press 'C'
2125 and copy and paste this code back into Alpine.
2128 After you have input the code, Alpine will conclude logging you into your
2129 account.
2132 &lt;End of setting up XOAUTH2 Authentication help&gt;
2133 </BODY>
2134 </HTML>
2135 ====== h_release_tlscerts ======
2136 <HTML>
2137 <HEAD>
2138 <TITLE>TLS and SSL usage note</TITLE>
2139 </HEAD>
2140 <BODY>
2141 <H1>TLS and SSL usage note</H1>
2144 When using Alpine from Unix or Windows 2000,
2145 server certificates must be signed by a trusted certificate authority.
2146 You may relax this requirement (at the cost of some security) by using
2148 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
2149 modifier in the mailbox name.
2152 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
2155 The fully-qualified host name of the server should be used
2156 so that it matches the host name in the server certificate.
2158 Here is an example of a host specification that directs Alpine to use
2159 the SSL port (993) and an encrypted data stream.
2161 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
2163 &lt;End of TLS usage help&gt;
2164 </BODY>
2165 </HTML>
2166 ====== h_news_config ======
2167 <HTML>
2168 <HEAD>
2169 <TITLE>Alpine Configuration</TITLE>
2170 </HEAD>
2171 <BODY>
2172 <H1>Alpine Configuration</H1>
2174 <H2>Using Environment Variables</H2>
2176 The values of Alpine configuration options may include environment variables
2177 that are replaced by the value of the variable at the time Alpine is run
2178 (and also at the time the config option is changed).
2179 The syntax to use environment variables is a subset of the common Unix
2180 shell dollar-syntax.
2181 For example, if
2183 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
2185 appears in the value of an Alpine configuration option it is looked up in the
2186 envirom ent (using getenv(&quot;VAR&quot;)) and its
2187 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
2188 To include a literal dollar sign you may precede the dollar sign with another
2189 dollar sign.
2190 In other words, if the text
2192 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
2194 is the value of a configuration option, it will be expanded to
2196 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
2198 and no environment lookup will be done.
2199 For Unix Alpine it will also work to use a backslash character to
2200 escape the special meaning of the dollar sign, but $$ is preferable since
2201 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
2202 to be in a shared configuration file.
2205 This all sounds more complicated than it actually is.
2206 An example may make it clearer.
2207 Unfortunately, the way in which environment variables are set is OS-dependent 
2208 and command shell-dependent.
2209 In some Unix command shells you may use
2211 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
2212    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
2214 Now, if you use Alpine's Setup/Config screen to set
2216 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
2218 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
2219 so that this would be equivalent to
2221 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
2223 Note, environment variable substitution happens after configuration
2224 options that are lists are split into the separate elements of the list,
2225 so a single environment variable can't contain a list of values.
2228 The environment variable doesn't have to be the only thing
2229 after the equal sign.
2230 However, if the name of the variable is not at the end of the line or
2231 followed by a space (so that you can tell where the variable name ends),
2232 it must be enclosed in curly braces like
2234 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
2236 It is always ok to use the braces even if you don't need to.
2238 It is also possible to set a default value for an environment variable.
2239 This default value will be used if the environment variable is not
2240 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
2241 The syntax used to set a default value is
2243 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
2245 If the config file contains
2247 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
2249 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
2250 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
2251 the value that <SAMP>VAR</SAMP> was set to, otherwise,
2252 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
2253 the default value.
2254 (Note that the variable is called &quot;personal-name&quot; in the config
2255 file but is displayed in the config screen as
2256 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
2257 In general, the value that goes into a config file is never exactly the
2258 same as the value you see on the screen.)
2261 An example where an environment variable might be useful is the
2262 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
2263 Suppose most users used the server
2265 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
2267 but that there were some exceptions who used
2269 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
2271 In this case, the system manager might include the following line in
2272 the systemwide default Alpine configuration file
2274 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
2276 For the exceptional users adding
2278 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
2280 to their environment should work.
2282 Another example might be the case where a user has to use a different
2283 SMTP server from work and from home.
2284 The setup might be something as simple as
2286 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
2288 or perhaps a default value could be given.
2289 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
2290 a list of SMTP servers.
2293 <H2>Configuration precedence</H2>
2295 There are several levels of Alpine configuration.  Configuration values at
2296 a given level override corresponding values at lower levels.  In order of
2297 increasing precedence:
2299 <UL>
2300  <LI> built-in defaults
2301  <LI> system-wide
2302 <!--chtml if pinemode="os_windows"-->
2303       config file from command line or provided
2304       by "PINECONF" environment variable
2305 <!--chtml else-->
2306       pine.conf file
2307 <!--chtml endif-->
2308  <LI> personal configuration file
2309  <LI> personal exceptions configuration file
2310  <LI> command-line options
2311  <!--chtml if pinemode="os_windows"--><!--chtml else-->
2312  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
2313 </UL>
2315 The values in both the personal configuration file and the
2316 <A HREF="h_config_exceptions">exceptions</A>
2317 configuration file may be set using the Setup command.
2318 Setup/Config is the command to change most of the personal configuration
2319 options.
2320 The other Setup subcommands are also used to change the configuration,
2321 for example, Setup/AddressBook, Setup/Rules, and so on.
2322 Changing the personal exceptions configuration is very similar.
2323 To change a value in the Config screen you would use the command
2324 Setup/eXceptions/Config.
2325 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
2327 There are a couple exceptions to the rule that configuration values are replaced
2328 by the value of the same option in a higher-precedence file.
2329 The Feature-List variable has values that are additive, but can be
2330 negated by prepending &quot;no-&quot; in front of an individual feature name.
2331 So for features, each individual feature's value is replaced by the value
2332 of the same feature in a higher-precedence file.
2333 Note that this is done automatically for you when you change these values via
2334 the Setup/Config command.
2335 The other exception to the <EM>replace</EM> semantics happens when you
2336 use <A HREF="h_config_inheritance">configuration inheritance</A>
2337 for option lists.
2340 <H2>File name defaults</H2>
2342 Notes:<P>
2344 <BR> &lt;exe dir&gt; = directory where pine.exe found.
2345 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
2346 <BR> # = default file name is overridable in pinerc.
2347 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
2348 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
2349 <BR> + between the mailcap paths implies that the two files are combined.
2350 <BR> ; between other default paths implies that the first one found is used.
2351 </P>
2352 Alpine looks for most support files in the same directory it finds its
2353 personal configuration file (pinerc).  The -p command-line flag may be
2354 used to specify a particular path name for the pinerc file.  If a
2355 pinerc file does not exist, it will be created (if directory permissions
2356 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
2357 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
2358 file does not exist in either one, it will create one in the first of those
2359 two directories that is writable.  In detail:
2360 <PRE>
2362 PC-Alpine:
2364  executable     &lt;DOS search path&gt;&#92;pine.exe
2365  help index     &lt;exe dir&gt;&#92;pine.ndx
2366  help text      &lt;exe dir&gt;&#92;pine.hlp
2368  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
2369  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
2370  global cfg     $PINECONF
2372  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
2373  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
2374  signature#     &lt;pinerc dir&gt;&#92;pine.sig
2375  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
2376  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
2377  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
2378  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
2379  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
2380  postponed#     $HOME&#92;mail&#92;postpond.mtx
2381  interrupted    $HOME&#92;mail&#92;intruptd
2383 Unix Alpine:
2385  executable     &lt;Unix search path&gt;/pine
2386  persnl cfg     ~/.pinerc
2387  except cfg     ~/.pinercex
2388  global cfg     <!--#echo var="PINE_CONF_PATH"-->
2389  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
2390  local help     <!--#echo var="PINE_INFO_PATH"-->
2392  interrupted    ~/.pine-interrupted-mail
2393  debug          ~/.pine-debugN
2394  crash          ~/.pine-crash
2395  newsrc#        ~/.newsrc
2396  signature#     &lt;pinerc dir&gt;/.signature
2397  addressbook#   &lt;pinerc dir&gt;/.addressbook
2398  postponed#     ~/mail/postponed-msgs
2399  sentmail#      ~/mail/sent-mail
2400  mailcap#       ~/.mailcap + /etc/mailcap
2401                            + /usr/etc/mailcap + /usr/local/etc/mailcap
2402  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
2404  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
2405  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
2406  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
2407  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
2408  password       /etc/passwd
2410 Unix Alpine and PC-Alpine:
2412  .ab*           remote addressbook support files
2413  a[1-9]*        temporary (while Alpine is running) addressbook files
2415 </PRE>
2418 <H2>Mailcap files</H2>
2420 Alpine honors the mailcap configuration system for specifying external
2421 programs for handling attachments.  The mailcap file maps MIME attachment
2422 types to the external programs loaded on your system that can display
2423 and/or print the file.  A sample mailcap file comes bundled with the Alpine
2424 distribution.  It includes comments that explain the syntax you need to
2425 use for mailcap.  With the mailcap file, any program (mail readers,
2426 newsreaders, WWW clients) can use the same configuration for handling
2427 MIME-encoded data.
2430 <H2>MIME-Types files</H2>
2432 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
2433 what Content-Type to use for labeling an attached file, based on
2434 the file extension.  That is, this file provides a mapping between
2435 filename extensions and MIME content-types.
2438 <H2>Environment variables</H2>
2440 PC-Alpine uses the following environment variables:
2441 <DL>
2442 <DT>PINERC</DT>
2443 <DD>Optional path to pinerc file.</DD>
2444 <DT>PINERCEX</DT>
2445 <DD>Optional path to personal exceptions configuration file.</DD>
2446 <DT>PINECONF</DT>
2447 <DD>Optional path to global pine config file.</DD>
2448 <DT>HOME</DT>
2449 <DT>TMPDIR, TMP, or TEMP</DT>
2450 <DT>COMSPEC</DT>
2451 <DT>MAILCAPS</DT>
2452 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
2453 <DT>USER_DICTIONARY</DT>
2454 <DD>Used to specify the file to contain the user's spell check
2455 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
2456 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
2457 </DL>
2459 Unix Alpine uses the following environment variables:
2460 <DL>
2461 <DT>TERM</DT>
2462 <DD>Tells Alpine what kind of terminal is being used.</DD>
2463 <DT>DISPLAY</DT>
2464 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
2465 <DT>SHELL</DT>
2466 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
2467 <DT>TMPDIR, TMP, or TEMP</DT>
2468 <DT>MAILCAPS</DT>
2469 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
2470 </DL>
2471 <!--chtml if pinemode="os_windows"-->
2473 <H2>Common PC-Alpine Configuration Problems</H2>
2475 <H3>Configuration settings aren't being saved</H3>
2477 <P>This problem can happen if you run pine from one directory and
2478 then decide to move your pine directory to another location.  PC-Alpine
2479 stores certain variables, including the configuration location, in the
2480 Windows Registry (which you shouldn't ever need to manually edit).  There
2481 are a couple of ways to go about removing or resetting the values in the
2482 registry.
2485 1) Run PC-Alpine's registry value deletion command.  This can be done by
2486 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
2487 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
2488 value to the above command.
2491 2) Tell PC-Alpine where to look for the configuration file.  Configuration
2492 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
2493 option, you can tell PC-Alpine the location of your pinerc.  An example of
2494 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;.
2495 Again, you can use the DOS prompt or the shortcut method explained in (1).
2498 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
2499 set registry values to the current setting, and is therefore useful with
2500 the &quot;-p&nbsp;PINERC&quot; option.
2502 <!--chtml endif-->
2504 &lt;End of Configuration Notes&gt;
2505 </BODY>
2506 </HTML>
2507 ====== h_news_legal ======
2508 <html>
2509 <head>
2510 <TITLE>Alpine Legal Notices</TITLE>
2511 </head>
2512 <body>
2514 <H1>Alpine Legal Notices</H1>
2516 Alpine and its constituent programs are covered by the Apache License Version 2.0.
2520 &lt;End of Alpine Legal Notices&gt;
2521 </BODY>
2522 </HTML>
2523 ===== h_info_on_mbox =====
2524 <HTML>
2525 <HEAD>
2526 <TITLE>Information on mbox driver</TITLE>
2527 </HEAD>
2528 <BODY>
2529 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
2531 Beginning with Pine 4.00 (Pine came before Alpine)
2532 a new INBOX access method is
2533 available as part of the standard configuration.  It is called the
2534 &quot;mbox&quot; driver and it works like this:<P>
2537 <BLOCKQUOTE>
2538 If the file &quot;mbox&quot; exists in the user's home directory, and
2539 is in Unix mailbox format, then when INBOX is opened this file will be
2540 selected as INBOX instead of the mail spool file.  Messages will be
2541 automatically transferred from the mail spool file into the mbox
2542 file.
2543 </BLOCKQUOTE>
2546 The advantage of this method is that, after new mail has been copied
2547 from the system mail spool, all subsequent access is confined to the
2548 user's home directory, which is desirable on some systems.  However, a
2549 possible disadvantage is that mail tools other than those from the
2550 University of Washington will not know to look for mail in the user's
2551 mbox file.  For example, POP or IMAP servers other than those from the
2552 University of Washington, and many &quot;new mail notification&quot;
2553 programs may not work as expected with this driver enabled.<P>
2555 To disable this behavior, either remove/rename the &quot;mbox&quot;
2556 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
2557 option in Setup/Config
2558 and add &quot;mbox&quot; to it:
2560 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
2562 &lt;End of help on this topic&gt;
2563 </BODY>
2564 </HTML>
2565 ===== h_info_on_locking =====
2566 <HTML>
2567 <HEAD>
2568 <TITLE>FAQs on Alpine Locking</TITLE>
2569 </HEAD>
2570 <BODY>
2571 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
2573 There is an extensive section on locking in the Alpine technical notes;
2574 this information is intended to provide answers to some common questions:<P>
2575 <OL>
2576 <LI> Why did locking change in Pine 4.00?<BR>
2577 The actual locking mechanisms did not change in 4.00.
2578 What changed is that when one particular locking mechanism used by Alpine 
2579 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
2580 failure would occur, but no warning was issued.<P>
2582 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
2583 Yes.  It means that Alpine was unable to create a lockfile in the
2584 spool directory, generally because of overly restrictive protections on the
2585 spool directory.  The correct permissions on the spool directory for
2586 running Alpine are 1777, i.e. read-write-execute permission for everyone,
2587 with the sticky-bit set, so only owners of a file can delete them.<P>
2589 <LI> Why does Alpine require that the mail spool directory have 1777
2590    protections?<BR>
2591 Alpine was designed to run without special privileges.  This means that in
2592 order to create a lockfile in the spool directory, it is necessary to have
2593 the spool directory permissions be world-writable.<P>
2595 <LI> Can't you create the lockfile somewhere else?<BR>
2596 No.  The lockfile in question must be in the mail spool directory, because
2597 that's where the mail delivery program expects to find it, and the purpose
2598 of the file is to coordinate access between the mail client (Alpine) and the
2599 mail delivery program.<P>
2601 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
2602 No.  Remember that the individual mail files in the spool directory are
2603 NOT world-writable, only the containing directory.  Setting the &quot;sticky
2604 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
2605 -- means that only the owner of the file (or root) can delete files in the 
2606 directory.  So the only bad behavior that is invited by the 1777 mode is that 
2607 anyone could
2608 create a random file in the spool directory.  If the spool directory is
2609 under quota control along with home directories, there is little incentive
2610 for anyone to do this, and even without quotas a periodic scan for
2611 non-mail files usually takes care of the problem.  <P>
2613 <LI> Why not run Alpine as setgid mail?<BR>
2614 Alpine was never designed to run with privileges, and to do so introduces a
2615 significant security vulnerability.  For example, if a user suspends Alpine,
2616 the resulting shell will have group privileges.  This is one example of
2617 why we strongly recommend against running Alpine as a privileged program.
2618 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
2619 users
2620 could not test Alpine versions or other mailers that had not been installed
2621 by the system administrators.<P>
2624 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
2625 There are, but they all have different sets of tradeoffs, and not all will
2626 work on all systems.  Some examples:<UL>
2627  <LI> Use lock system calls.  Works fine on a few systems, provided mail
2628    spool is local.   Doesn't work reliably if NFS is used.
2629    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
2630    use the same calls.
2631  <LI> Deliver mail to user's home directory.  An excellent solution, highly
2632    recommended -- but one which is incompatible with some &quot;legacy&quot; 
2633 mail tools that always look in the spool directory for the mail.
2634 </UL><P>
2636 <LI> Are these spool directory lock files the only kinds of locks used by
2637    Alpine?<BR>
2638 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
2639 mailbox format folders, these are used to coordinate access between
2640 multiple Alpine sessions.  <P>
2642 <LI> What about the 
2643 <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>
2644 This is for people who are content to live dangerously, or who have
2645 specific knowledge that the spool directory lockfiles are superfluous on
2646 their system (because both Alpine and the mail delivery program are using 
2647 system call file locking in a context that works reliably, e.g. not NFS.)<P>
2649 <LI> Where can I find more details on how Alpine locking works?<BR>
2650 See the Alpine Technical Notes.<P>
2652 </OL>
2654 &lt;End of help on this topic&gt;
2655 </BODY>
2656 </HTML>
2657 ===== h_finding_help ====
2658 <HTML>
2659 <HEAD>
2660 <TITLE>Finding more information and requesting help</TITLE>
2661 </HEAD>
2662 <BODY>
2663 <H1>Places to Look for More Answers</H1>
2664 If you have questions about or problems with Alpine that you cannot resolve 
2665 after consulting the program's internal, context-sensitive help screens, here 
2666 are additional information resources that you may find helpful:
2668 <UL>
2669   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
2671   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
2673   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
2674 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
2675   since the last version, which may be useful for you to be aware of, 
2676 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
2677 a change in the way an aspect of Alpine works.  There, you will also find notes 
2678 on Alpine configuration.<P>
2679   <LI> The main site for Alpine contains information on configuring and solving problems
2680        with Alpine, it can be found at
2682 <CENTER><A HREF="http://alpine.x10host.com/alpine/">http://alpine.x10host.com/alpine/</A></CENTER>  
2684   <LI> Archives of the Alpine-info mailing list, at <A 
2685 href="http://mailman13.u.washington.edu/pipermail/alpine-info/">http://mailman13.u.washington.edu/pipermail/alpine-info/</A>
2687   <LI>The newsgroup comp.mail.pine.
2689 </UL>
2690 <P><HR WIDTH="75%">
2691 <H1>Requesting help</H1>
2692 If the internal help, the Release Notes, and your 
2693 local online and print resources do not help you resolve a problem, please
2694 start by contacting your local computer support staff and asking for help.
2696 This is especially true if:
2697 <ul>
2698   <li>You suddenly have trouble sending or receiving mail.
2699   <li>You receive a "disk quota exceeded" message.
2700   <li>You have forgotten your password.
2701   <li>You think your account may have been compromised.
2702   <li>You need help viewing an attachment.
2703   <li>You need to know how to configure your:
2704       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
2705       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
2706       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
2707       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
2708   <li>You want to know what alternative editors or spellcheckers you may be able to use.
2709   <li>You want to block email from a particular person.
2710   <li>You're going on vacation and need to autorespond to incoming mail.
2711   <li>You want to automatically file or filter incoming messages.
2712 </ul>
2714 In all of these cases,
2715 you should contact <B>your</B> support staff, because <B>only they</B> 
2716 will be able to assist you effectively. Your support staff may be, depending on who 
2717 provides you with the email account you use Alpine with, for example:<UL>
2718 <LI> the computing help desk of (a department of) your university, school, 
2719 employer, ... ; or
2720 <LI> the customer service center of your Internet Service Provider; or
2721 <LI> the friendly volunteer helpers of your Freenet; or
2722 <LI> the person who setup your computer and internet connection.
2723 </UL>
2726 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
2727 newsgroup can be a valuable source of information and assistance for Alpine 
2728 user issues.
2730 For systems/email administrators, developers, trainers, user support
2731 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
2732 level, the mailing list alpine-info is available; for information on
2733 subscribing and posting to it, see
2735 <CENTER><A HREF="https://mailman13.u.washington.edu/mailman/listinfo/alpine-info">https://mailman13.u.washington.edu/mailman/listinfo/alpine-info</A></CENTER>
2738 Regardless of whom you are asking for help with Alpine, remember 
2739 to provide as much detail as you can about the
2740 nature of any problem you are encountering, such as
2741 <UL>
2742 <LI>when it first occurred;
2743 <LI>what, if anything, happened that might have brought it about;
2744 <LI>whether it still persists;
2745 <LI>whether it is reproducible, and if so, how;
2746 <LI>what, if anything, you already tried to solve it.
2747 </UL> 
2748 It may also be helpful if you specify what version of Alpine you are using 
2749 <!--chtml if pinemode="running"-->
2750 -- this is <!--#echo var="ALPINE_VERSION"--> --
2751 <!--chtml endif-->
2752 and on what system, and when the copy of Alpine you are using was created
2753 <!--chtml if pinemode="running"-->
2754 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
2755 <!--chtml endif-->
2757 <!--chtml if pinemode="running"-->
2758 <P>   
2759 When the Alpine program you are currently using was installed, a support
2760 contact email address may have been set up; in that case, you can simply select
2761 this link now to send a message to it:<BR>
2762 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
2763 <!--chtml endif-->
2764 <!--chtml if [ -r PINE_INFO_PATH ]-->
2765 <HR WIDTH="75%">Local Support Contacts:<P>
2766 <!--#include file="PINE_INFO_PATH"-->
2767 <HR WIDTH="75%">
2768 <!--chtml endif-->
2769 <P> 
2770 &lt;End of help on this topic&gt;
2771 </BODY>
2772 </HTML>
2773 ===== new_user_greeting ======
2774 <HTML>
2775 <HEAD>
2776 <TITLE>NEW USER GREETING</TITLE>
2777 </HEAD>
2778 <BODY>
2779 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2780 <BR>
2781 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2782 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
2783 select Setup/Config to see many of the options available to you. Also note
2784 that all screens have context-sensitive help text available.
2787 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
2788 href="h_apache_license">Apache License 2.0</A>.
2791 Alpine's privacy policy is a living, online only, document, which can be found at
2792 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
2793 By following the previous link,  Alpine
2794 will connect to an external server, and will download it and display
2795 it for you. Please take some time to read it and understand it.
2796 Since the Privacy Policy could be ammended to take into consideration
2797 new additions to Alpine, please check it periodically. You can always
2798 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
2801 To Exit this screen and continue your Alpine session press "E".
2802 </BODY>
2803 </HTML>
2804 ===== new_alpine_user_greeting ======
2805 <HTML>
2806 <HEAD>
2807 <TITLE>NEW ALPINE USER GREETING</TITLE>
2808 </HEAD>
2809 <BODY>
2810 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2811 <BR>
2812 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2813 Your Alpine configuration file indicates that you may have used Pine before
2814 but not Alpine.
2815 If you are familiar with the way Pine works, you should be comfortable
2816 using Alpine.
2817 Your Pine configuration file is automatically used for Alpine.
2818 The Release Notes may be viewed by pressing 
2819 &quot;R&quot; now or while in the MAIN MENU.
2822 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
2823 href="h_apache_license">Apache License 2.0</A>.
2826 Alpine's privacy policy is a living, online only, document, which can be found at
2827 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
2828 By following the previous link,  Alpine
2829 will connect to an external server, and will download it and display
2830 it for you. Please take some time to read it and understand it.
2831 Since the Privacy Policy could be ammended to take into consideration
2832 new additions to Alpine, please check it periodically. You can always
2833 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
2836 To Exit this screen and continue your Alpine session press "E".
2837 </BODY>
2838 </HTML>
2839 ===== new_version_greeting ======
2840 <HTML>
2841 <HEAD>
2842 <TITLE>NEW VERSION GREETING</TITLE>
2843 </HEAD>
2844 <BODY>
2845 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2846 <BR>
2847 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
2848 Your Alpine configuration file indicates that you may not have used 
2849 this version of Alpine before.  This version's significant changes are
2850 documented in the Release Notes, which may be viewed by pressing 
2851 &quot;R&quot; now or while in the MAIN MENU.
2855 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
2856 href="h_apache_license">Apache License 2.0</A>.
2859 Alpine's privacy policy is a living, online only, document, which can be found at
2860 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
2861 By following the previous link,  Alpine
2862 will connect to an external server, and will download it and display
2863 it for you. Please take some time to read it and understand it.
2864 Since the Privacy Policy could be ammended to take into consideration
2865 new additions to Alpine, please check it periodically. You can always
2866 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
2869 To Exit this screen and continue your Alpine session press "E".
2870 </BODY>
2871 </HTML>
2873 ===== main_menu_tx ======
2874 <HTML>
2875 <HEAD>
2876 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
2877 </HEAD>
2878 <BODY>
2879 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
2880 <DIV ALIGN=CENTER>
2881 Version <!--#echo var="ALPINE_VERSION"-->
2882 <!--chtml if pinemode="running"-->
2883 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
2884 <!--chtml endif-->
2885 </DIV>
2886 <CENTER>Copyright 2013-2020 Eduardo Chappa,
2887 <BR>Copyright 2006-2008 University of Washington.
2888 </CENTER>
2891 When you are viewing a help screen, there may be links to
2892 other topics highlighted (in Reverse video) in the text.
2893 Here is an example.
2894 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
2895 highlighted.
2896 If you type carriage return (or V for View Link, see the commands at the
2897 bottom of the screen) you will be taken to a new help screen to view the
2898 Introduction.
2899 The commands at the bottom of the screen should then include
2900 &quot;P Prev Help&quot;.
2901 If you type &quot;P&quot; you will end up back here.
2902 If you type &quot;E&quot; for Exit, you will be back out of help and returned
2903 to the place you were in Alpine when you entered Help.
2904 In this case, you would go back to the MAIN MENU.
2905 There are also other links that are highlighted in bold (or the color used
2906 by your terminal to display bold).
2907 The items after the Introduction in the TABLE OF CONTENTS are all examples
2908 of such links.
2909 In order to view those links, you first have to make the link you want
2910 to view the current link.
2911 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
2912 (see bottom of screen) can do that for you.
2915 <H2>TABLE OF CONTENTS</H2>
2916 <OL>
2917   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
2918   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
2919 <!--chtml if [ -r PINE_INFO_PATH ]-->
2920   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
2921 <!--chtml endif-->
2922   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
2923   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
2924   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
2925   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
2926   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
2927   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
2928   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
2929   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
2930   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
2931   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
2932   <LI> <A HREF="h_mainhelp_folders">Folders</A>
2933   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
2934   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
2935   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
2936   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
2937   <LI> <A HREF="h_mainhelp_roles">Roles</A>
2938   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
2939   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
2940   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
2941   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
2942   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
2943   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
2944   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
2945   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
2946   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
2947 </OL>
2950 &lt;End of help on this topic&gt;
2951 </BODY>
2952 </HTML>
2953 ===== h_mainhelp_intro ======
2954 <HTML>
2955 <HEAD>
2956 <TITLE>Introduction</TITLE>
2957 </HEAD>
2958 <BODY>
2959 <H1>Introduction</H1>
2961 Alpine is an &quot;Alternatively Licensed Program for Internet
2962 News and Email&quot; produced until 2009 by the University of Washington.
2963 It is intended to be an easy-to-use program for
2964 sending, receiving, and filing Internet electronic mail messages and
2965 bulletin board (Netnews/Usenet) messages. Alpine supports the following
2966 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
2967 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
2968 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
2969 Directory Access Protocol).<p>
2971 Although originally designed for inexperienced email users, Alpine has
2972 evolved to support many advanced features.  There are an ever-growing
2973 number of configuration and personal-preference options, though which of
2974 them are available to you is determined by your local system managers. 
2976 <H2>WHAT ALPINE DOES...</H2>
2978 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
2979 allows you to
2980 compose and read messages using Internet mail standards.  (Whether you
2981 can correspond with others on the Internet depends on whether or not your
2982 computer is connected to the Internet.)  Alpine also allows reading and
2983 posting messages on the Internet &quot;net news&quot; system, provided
2984 that your site operates a suitable news server.
2986 <H2>WHAT ALPINE DOES NOT DO...</H2>
2988 A &quot;mail user agent&quot; such as Alpine is just one part of a
2989 messaging system. Here are some things that are <B>not</B> done by Alpine,
2990 but require other programs:<P>
2991 <UL>
2992  <LI> Actual relaying of email... which is done by &quot;message transfer 
2993 agents&quot;.
2994  <LI> Vacation messages... automatically responding to incoming messages
2995  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
2996 email.
2997  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
2998  <LI> List processing... resending one message to a list of recipients.
2999 </UL>
3002 &lt;End of help on this topic&gt;
3003 </BODY>
3004 </HTML>
3006 ===== h_mainhelp_pinehelp ======
3007 <HTML>
3008 <HEAD>
3009 <TITLE>Alpine Help</TITLE>
3010 </HEAD>
3011 <BODY>
3012 <H1>Alpine Help</H1>
3014 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
3015 use will have its own help text, explaining the choices available for that
3016 screen. This general help section, on the other hand, attempts to give an 
3017 overall picture of what Alpine is capable of doing, as well as pointers to 
3018 additional help sections about specific topics.<p>
3020 Much of the help text contains links to further help topics, similar to
3021 how the World Wide Web works.
3022 You may choose a link to view using the &quot;NextLink&quot; and
3023 &quot;PrevLink&quot; commands to change the link that is highlighted.
3024 The &quot;View Link&quot; command will then show you the highlighted link.
3025 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
3026 will return you to where you were before viewing the link, and &quot;Exit Help&quot
3027 will return you to the location in Alpine before you asked for help.
3028 For example, if you are reading this text in Alpine you may return to the
3029 help table of contents with the &quot;Prev Help&quot; command or you may view the
3030 Release notes link in the next paragraph and then return here with
3031 &quot;Prev Help&quot;.
3034 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
3035 on the current Alpine version are also available from the MAIN MENU: Press
3036 <!--chtml if pinemode="function_key"-->
3037 &quot;F9&quot;
3038 <!--chtml else-->
3039 &quot;R&quot;
3040 <!--chtml endif-->
3041 to browse the release notes.  These include changes since the last release,
3042 configuration information, the history of the Alpine
3043 project, credits, and legal notices.
3045 Alpine releases are available via the world wide web at
3047 <CENTER><SAMP><A 
3048 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
3049 ></CENTER>
3052 If you would like to print <EM>all</EM> of Alpine's internal help text
3053 (not recommended) for a little light bedtime reading, then press
3054 <!--chtml if pinemode="function_key"-->
3055 &quot;F12&quot;
3056 <!--chtml else-->
3057 &quot;Z&quot;
3058 <!--chtml endif-->
3059 now.  (This assumes that the
3060 copy of Alpine you are using has been properly configured for printing
3061 at your site.)
3063 &lt;End of help on this topic&gt;
3064 </BODY>
3065 </HTML>
3066 ===== h_mainhelp_localsupport ======
3067 <HTML>
3068 <HEAD>
3069 <TITLE>Local Support Contacts</TITLE>
3070 </HEAD>
3071 <BODY>
3072 <H1>Local Support Contacts</H1>
3074 <!--chtml if [ -r PINE_INFO_PATH ]-->
3075 <!--#include file="PINE_INFO_PATH"-->
3076 <!--chtml else-->
3077 No Local Support Contacts configured.
3078 <!--chtml endif-->
3081 &lt;End of help on this topic&gt;
3082 </BODY>
3083 </HTML>
3085 ===== h_mainhelp_cmds ======
3086 <HTML>
3087 <HEAD>
3088 <TITLE>Giving Commands in Alpine</TITLE>
3089 </HEAD>
3090 <BODY>
3091 <H1>Giving Commands in Alpine</H1>
3093 Unless configured otherwise
3094 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
3095 the bottom two lines of the screen are always used to list the
3096 commands you can give.  You press the keys that are highlighted to give
3097 the command.  The commands for getting help and going back to the main
3098 menu are always present (except when viewing help as you are now).
3099 <!--chtml if pinemode="function_key"-->
3100 <!--chtml else-->
3102 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
3103 you see at the bottom of any screen. In some cases there are 3 or
3104 even 4 different
3105 sets of keys that can be seen by using the O key. <EM>All commands are 
3106 active</EM>, even if they are not currently showing at the bottom of your 
3107 screen. In other words, you <EM>never</EM> need to press the O key, except to 
3108 remind yourself of the proper key to press to perform an operation.
3110 <H2>Control Key Commands</H2>
3111 When composing mail, and in a few other places, in Alpine you
3112 have to use Control keys. This means pressing the Control key (usually labeled 
3113 &quot;Ctrl&quot;) and the
3114 letter indicated at the same time.  Usually, this is shown with a
3115 &quot;^&quot; in front of the letter.  On some systems, certain control
3116 characters are intercepted before they get to Alpine.  As a work-around,
3117 you can press the ESCAPE key twice followed by the desired key.  For
3118 example, if Ctrl-O (^O) does not work on your system, try typing
3119 &quot;ESC ESC O&quot;.
3120 <!--chtml endif-->
3121 <H2>Paging Up and Down</H2>
3122 The &quot;+&quot; and &quot;-&quot; keys are used for
3123 moving to the next or previous page.  The space bar is a synonym for
3124 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
3125 up as you do in the message composer.  On screens with a WhereIs (search)
3126 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
3127 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
3128 of the message or list.
3130 <H2>Return Key</H2>
3131 The return key is usually a synonym for a frequently used
3132 command.  When viewing a message, there is currently not a default
3133 command, so RETURN does nothing; when in the index, it is synonymous with
3134 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
3135 enclosed in square brackets [] is the same as the return key.
3137 <H2>Control Keys Not Used By Alpine</H2>
3138 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
3139 value, but in places where Alpine is expecting text input, e.g. in the composer or 
3140 at prompts for file/folder names, control keys must be used for editing and 
3141 navigation functions.
3144 Alpine has used nearly all the control keys available.  There are, however,
3145 certain control keys that are reserved by other programs or for technical
3146 reasons.  Alpine does not use any of these keys:
3147 <DL>
3148  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
3149  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
3150  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
3151 </DL>
3153 Note: Ctrl-S and Ctrl-Q can be subject to 
3154 <A HREF="h_special_xon_xoff">special handling</A>.
3156 In addition, while the ESC key alone is not used for command input,
3157 Alpine will recognize two consecutive ESC key presses followed by a letter 
3158 key as a substitute for control key input.  For example, the control key
3159 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
3160 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
3161 This is useful if the communication program you are using
3162 (e.g. Telnet) has its own, conflicting, idea of what certain control
3163 characters mean.
3166 <H2>Repainting the Screen</H2>
3167 Sometimes what is displayed on the screen will be
3168 incorrect due to noise on the phone line or other causes and you will want
3169 to repaint the whole screen to make it correct.  You can use the Ctrl-L
3170 command to do this.  It never hurts to do it when in doubt.
3173 &lt;End of help on this topic&gt;
3174 </BODY>
3175 </HTML>
3176 ===== h_mainhelp_status ======
3177 <HTML>
3178 <HEAD>
3179 <TITLE>Titlebar Line</TITLE>
3180 </HEAD>
3181 <BODY>
3182 <H1>Titlebar Line</H1>
3184 The top line of the screen is Alpine's titlebar line.  It will always display
3185 the current version of Alpine and will also convey information about the
3186 status of the program.  This is where you look to find out what
3187 collection, folder and message number is active and where you are in Alpine.
3190 If the titlebar line says &quot;READONLY&quot; it means that the open folder
3191 (typically your INBOX) is &quot;locked&quot; by another mail session --
3192 most likely a more recent session of Alpine has taken the INBOX lock.
3195 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
3196 access a
3197 folder on a remote mail server, and for some reason, communication with
3198 the mail server has either been lost, or never successfully established.
3199 This can be a result of trying to open a non-existent folder, or one
3200 stored on an invalid or non-operational server, or it can mean that Alpine
3201 has been suspended for more that 30 minutes while accessing a remote mail
3202 server.
3205 &lt;End of help on this topic&gt;
3206 </BODY>
3207 </HTML>
3208 ===== h_mainhelp_mainmenu ======
3209 <HTML>
3210 <HEAD>
3211 <TITLE>Main Menu</TITLE>
3212 </HEAD>
3213 <BODY>
3214 <H1>Main Menu</H1>
3216 The Main Menu lists Alpine's main options.
3217 The key or keys you must type to enter your
3218 choice are to the left of each option or command name.
3219 You can type either uppercase or lowercase letters,
3220 and you should not press &lt;Return&gt; after typing the
3221 letter (unless you are specifically asking for the default,
3222 highlighted command).
3225 From the Main Menu you can choose to read online help, write (compose) and 
3226 send a message, look at an index of your mail messages, open or maintain
3227 your mail folders, update your address book, configure Alpine, and quit Alpine.
3228 There are additional options listed at
3229 the bottom of the screen as well.
3232 The Help command usually returns context-sensitive help information.
3233 However, in the Main Menu you get the most general help, which includes
3234 a Table of Contents.
3235 The last entry in the Table of Contents is an Index of help topics,
3236 so this is a good place to go if you are having trouble finding how
3237 to do something.
3239 <H2>Main Menu Commands</H2>
3240 The Alpine main menu lists the most common Alpine functions. A <a
3241 href="h_main_menu_commands">full list of these
3242 commands</a> and what they do is available.
3244 &lt;End of help on this topic&gt;
3245 </BODY>
3246 </HTML>
3247 ===== h_mainhelp_abooks ======
3248 <HTML>
3249 <HEAD>
3250 <TITLE>Address Books</TITLE>
3251 </HEAD>
3252 <BODY>
3253 <H1>Address Books</H1>
3256 As you use email, you can build a list of your regular email correspondents 
3257 in your Alpine
3258 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
3259 screen. Your
3260 personal address book will be highlighted. Press &lt;Return&gt; to view it.
3261 You can use the address book to store email addresses for individuals or
3262 groups, to create easily
3263 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
3264 address when you are composing a message.
3266 There are two ways to add addresses to your address book: you can add them 
3267 manually or take them from messages (by pressing T to access the Take command). 
3268 With either method, you specify nicknames for your correspondents. A single 
3269 address book entry (or nickname) can point to just one email address, or, it can
3270 point to more than one. When it points to more than one, it is called a 
3271 distribution list. Each distribution list has a nickname, a full name, and a 
3272 list of addresses. These
3273 addresses may be actual addresses, other nicknames in your address book, or 
3274 other
3275 distribution lists.
3278 Additional information is available in Alpine's online help:
3279 <ul>
3280   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
3281 </ul>
3283 &lt;End of help on this topic&gt;
3284 </BODY>
3285 </HTML>
3286 ===== h_mainhelp_ldap ======
3287 <HTML>
3288 <HEAD>
3289 <TITLE>LDAP</TITLE>
3290 </HEAD>
3291 <BODY>
3292 <H1>LDAP</H1>
3294 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
3295 an organization's shared
3296 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
3297 large address
3298 books, rather like the White Pages provided by the phone company. As an Alpine 
3299 user, it is not
3300 necessary to know much about how this works, only how to use it and how to 
3301 configure
3304 More information on configuring LDAP is available in Alpine's online help:
3305 <ul>
3306   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
3307 </ul>
3309 Additional help on using LDAP in Alpine is also available:
3310 <ul>
3311   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
3312 </ul>
3314 &lt;End of help on this topic&gt;
3315 </BODY>
3316 </HTML>
3317 ===== h_mainhelp_index ======
3318 <HTML>
3319 <HEAD>
3320 <TITLE>Index of Messages</TITLE>
3321 </HEAD>
3322 <BODY>
3323 <H1>Index of Messages</H1>
3325 In Alpine's message index, the selected message is highlighted. The first 
3326 column on the left is blank, shows a &quot;+&quot; if the message was
3327 sent directly to you (i.e., it is not a
3328 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
3330 The second column may be blank, or it may contain:
3331 <ul>
3332   <li>"N" if the message is new (unread), </li>
3333   <li>"A" if you have answered the message (using the Reply command), </li>
3334   <li>"D" if you have marked the message for deletion.</li>
3335 </ul>
3338 Note: If you answer a message as well as mark it deleted (in either order), 
3339 you will only see the &quot;D&quot;.
3342 The rest of the columns in the message line show you the message
3343 number, date sent, sender, size, and subject. For details, press ? (Help).  
3344 The behavior and appearance of the Index screen is highly configurable.
3345 In the Setup/Config screen search (with the WhereIs command) for options
3346 that contain the words &quot;index&quot; or &quot;thread&quot; to see
3347 many of the configuration possibilities.
3348 In particular, the
3349 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
3350 option may be used to configure the look of the standard MESSAGE INDEX lines
3351 in many different ways.
3352 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
3353 read the help text there for more information.
3355 Most of the commands you need to handle your messages are visible at the
3356 bottom of the screen, and you can press O (OTHER CMDS) to see additional
3357 commands that are available.
3358 You do not need to see these &quot;other commands&quot;
3359 on the screen to use them. That is, you never need to press O as a prefix
3360 for any other command.
3363 Additional information is available in Alpine's online help:
3364 <ul>
3365   <li><a href="h_mail_index">Message Index Commands</a></li>
3366 </ul>
3368 &lt;End of help on this topic&gt;
3369 </BODY>
3370 </HTML>
3371 ===== h_mainhelp_reading ======
3372 <HTML>
3373 <HEAD>
3374 <TITLE>Reading Messages</TITLE>
3375 </HEAD>
3376 <BODY>
3377 <H1>Reading Messages</H1>
3379 The message text screen shows you the text of the message along with
3380 its header. If a message has attachments, those will be listed (but not
3381 displayed) also.  The titlebar line displays information about the currently
3382 open message, folder and collection.  You see the name of the collection
3383 (if there is one) in angle brackets, then the name of the folder, then the
3384 message number and finally the position within the current message (in
3385 percent). If the message is marked for deletion
3386 &quot;DEL&quot; will appear in the
3387 upper right as well.
3390 As with every Alpine screen, the bottom two lines show you the commands 
3391 available.
3393 <P>Additional information is available in Alpine's online help:
3394 <ul>
3395   <li><a href="h_mail_view">Message Text Screen</a></li>
3396   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
3397   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
3398 </ul>
3400 &lt;End of help on this topic&gt;
3401 </BODY>
3402 </HTML>
3403 ===== h_mainhelp_composing ======
3404 <HTML>
3405 <HEAD>
3406 <TITLE>Composing Messages</TITLE>
3407 </HEAD>
3408 <BODY>
3409 <H1>Composing Messages</H1>
3411 To write a message, press C (Compose). You see the Compose Message
3412 screen, which is divided into two parts: the header area and the message
3413 text area. The header area is where information on the recipient (the To:
3414 field) and the subject line go, while the message text area contains the
3415 actual text of the email message. Different commands are available to you
3416 when your cursor is in different areas on this screen. To see additional
3417 help on commands in either the message text or header area, type
3418 <Control>G (Get help).
3421 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
3422 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
3424 <P>The following information from Alpine's online help may prove useful:
3425 <ul>
3426   <li><a href="h_composer_to">Message Header Commands</a></li>
3427   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
3428   <li><a href="h_composer">Composer Commands</a></li>
3429   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
3430   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
3431   <li><a href="h_compose_send">Send Command</a></li>
3432   <li><a href="h_compose_spell">Spell Check Command</a></li>
3433 </ul>
3435 &lt;End of help on this topic&gt;
3436 </BODY>
3437 </HTML>
3438 ===== h_mainhelp_collections ======
3439 <HTML>
3440 <HEAD>
3441 <TITLE>Collection Lists</TITLE>
3442 </HEAD>
3443 <BODY>
3444 <H1>Collection Lists</H1>
3446 Collection lists are Alpine's way of organizing groups of folders. Each
3447 "collection" can reside on a different server, for example, and contain a
3448 different group of mail folders.
3451 For more information on this, see:
3452 <ul>
3453   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
3454 </ul>
3456 Additional information relating to collection lists is also available in 
3457 Alpine's online
3458 help:
3459 <ul>
3460   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
3461   <li><a href="h_collection_screen">Collection List Screen</a></li>
3462 </ul>
3464 &lt;End of help on this topic&gt;
3465 </BODY>
3466 </HTML>
3467 ===== h_mainhelp_folders ======
3468 <HTML>
3469 <HEAD>
3470 <TITLE>Folders</TITLE>
3471 </HEAD>
3472 <BODY>
3473 <H1>Folders</H1>
3475 Messages can quickly accumulate in your INBOX folder. If you use email
3476 often, you soon could have hundreds. You need to delete messages you do
3477 not want, and you can use folders to organize messages you wish to save. A
3478 folder is a collection of one or more messages that are stored (just like
3479 the messages in your INBOX) so you can access and manage them.
3482 You can organize your email messages into different folders by topic,
3483 correspondent, date, or any other category that is meaningful to you. You
3484 can create your own folders, and Alpine automatically provides three:
3485 <ul>
3486   <li>The INBOX folder: messages sent to you are listed in this folder.
3487       When you first start Alpine and go to the Message Index screen, you are
3488 looking at the list of messages in your INBOX folder. Every incoming
3489 message remains in your INBOX until you delete it or save it in another
3490 folder. </li>
3491   <li>The sent-mail folder: copies of messages you send are stored in this 
3492 folder. This is
3493 convenient if you cannot remember whether you actually sent a message and want 
3494 to check, or
3495 if you want to send a message again.</li>
3496   <li>The saved-messages folder: copies of messages you save are stored in this 
3497 folder
3498 unless you choose to save them to other folders you create yourself.</li>
3499 </ul>
3502 More information about folders is available in Alpine's online help:
3503 <ul>
3504   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
3505   <li><a href="h_folder_maint">Help for Folder List</a></li>
3506   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
3507   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
3508 Explained</a></li>
3509   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
3510 </ul>
3512 &lt;End of help on this topic&gt;
3513 </BODY>
3514 </HTML>
3515 ===== h_mainhelp_color ======
3516 <HTML>
3517 <HEAD>
3518 <TITLE>Color</TITLE>
3519 </HEAD>
3520 <BODY>
3521 <H1>Color</H1>
3523 If the terminal emulator you are using is capable of displaying color or if
3524 you are using PC-Alpine, then it is possible to set up Alpine so that various
3525 parts of the display will be shown in colors you configure. This is done
3526 using the Setup Color screen, available from the MAIN MENU by selecting
3527 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
3528 stands for Config in this context).
3531 For example, you may color things like the titlebar, the current item,
3532 the keymenu, and the status messages.
3533 You may also color lines in the index, and headers and quoted text in the
3534 MESSAGE TEXT screen.
3535 You use the Color Setup screen for configuring most of this, but you must
3536 use the IndexColor setup for coloring whole index lines.
3537 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
3540 The following entries in Alpine's online help provide additional information 
3541 about how to use color:
3542 <UL>
3543   <LI> <A HREF="h_color_setup">Color Setup screen</A>
3544   <LI> <A HREF="h_rules_incols">Index Line Color</A>
3545   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
3546   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
3547 </UL>
3549 &lt;End of help on this topic&gt;
3550 </BODY>
3551 </HTML>
3552 ===== h_mainhelp_mouse ======
3553 <HTML>
3554 <HEAD>
3555 <TITLE>Using a Mouse</TITLE>
3556 </HEAD>
3557 <BODY>
3558 <H1>Using a Mouse</H1>
3560 If you are using PC-Alpine mouse support is turned on automatically.
3561 If you are using UNIX Alpine within an X terminal window or within
3562 a terminal emulator that supports an xterm-style mouse, then you may
3563 turn on support for the mouse with the feature
3564 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
3565 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
3567 PC-Alpine offers considerable mouse support.  You can view what is
3568 &quot;clickable&quot; by dragging your mouse over any screen; when the
3569 arrow cursor changes into a hand, you found something. Mouse-click
3570 possibilities include navigating between screens and folders and
3571 double-clicking on hyperlinks to open your Web browser.
3572 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
3573 screen.  Examples of right-click options include &quot;copy&quot; after
3574 selecting text to copy and &quot;View in New Window&quot; when you click
3575 on a particular message in the Message Index. The menu choices available
3576 to you will vary based upon what screen is open, where on the screen your
3577 cursor is located, and even what action you have already taken.
3578 Within a folder, you may set the &quot;Important&quot; flag on any
3579 message.
3581 X terminal mouse support is more limited but still quite powerful.
3582 As with PC-Alpine, clicking on any of the commands in the keymenu at
3583 the bottom of the screen will execute that command as if you typed it.
3584 Double-clicking on a link, for example the link to the
3585 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
3586 will take you to that link.
3587 Double-clicking on an index line will view the message, and so on.
3589 &lt;End of help on this topic&gt;
3590 </BODY>
3591 </HTML>
3592 ===== h_mainhelp_keywords ======
3593 <HTML>
3594 <HEAD>
3595 <TITLE>Keywords</TITLE>
3596 </HEAD>
3597 <BODY>
3598 <H1>Keywords</H1>
3600 Within a folder, you may set the &quot;Important&quot; flag on any
3601 message.
3602 This doesn't have any system-defined meaning and is only called
3603 the Important flag because many users use it to signify that a message
3604 is important to them in some way.
3606 You may also define your own set of keywords.
3607 You might know these as user defined flags or as labels.
3608 These are similar to the Important flag but you choose the names for yourself.
3610 Alpine will only display keywords that
3611 have been added by you in the Flag Details screen or
3612 that have been configured by you using the Setup/Config option
3613 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
3614 Keywords set by other means (for example, by another email client) will not
3615 show up in Alpine unless you configure Alpine to know about them.
3616 They will show up in the Flag Details screen, but will not show up, for example,
3617 in the index line.
3620 The following entries in Alpine's online help provide additional information 
3621 about how to use keywords:
3622 <ul>
3623   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
3624   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
3625 </ul>
3627 &lt;End of help on this topic&gt;
3628 </BODY>
3629 </HTML>
3630 ===== h_mainhelp_roles ======
3631 <HTML>
3632 <HEAD>
3633 <TITLE>Roles</TITLE>
3634 </HEAD>
3635 <BODY>
3636 <H1>Roles</H1>
3638 You may play different roles depending on who you are replying to. For
3639 example, if you are replying to a message addressed to help-desk you may
3640 be acting as a Help Desk Worker. That role may require that you use a
3641 different return address and/or a different signature.
3644 To configure roles, go to the MAIN MENU and use the Setup command
3645 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
3646 The following entries in Alpine's online help provide additional information 
3647 about how to
3648 use roles:
3649 <ul>
3650   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
3651   <li><a href="h_role_select">Roles Screen</a></li>
3652 </ul>
3654 &lt;End of help on this topic&gt;
3655 </BODY>
3656 </HTML>
3657 ===== h_mainhelp_filtering ======
3658 <HTML>
3659 <HEAD>
3660 <TITLE>Filtering</TITLE>
3661 </HEAD>
3662 <BODY>
3663 <H1>Filtering</H1>
3665 The software that actually delivers mail (the stuff that happens
3666 before Alpine is involved) for you is in a better position to do mail filtering
3667 than Alpine itself.
3668 If possible, you may want to look into using that sort of mail filtering to
3669 deliver mail to different folders, delete it, or forward it.
3670 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
3673 Filtering is a way to automatically move certain messages from one folder
3674 to another or to automatically delete messages.
3675 You may also automatically set the state (Important, New, Deleted, Answered) of messages
3676 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
3677 Alpine doesn't have the ability to forward mail to another address or
3678 to deliver vacation messages.
3681 To configure filtering, go to the MAIN MENU and use the Setup command
3682 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
3683 The following entries in Alpine's online help provide additional information 
3684 about how to use filtering:
3685 <UL>
3686   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
3687 </UL>
3689 &lt;End of help on this topic&gt;
3690 </BODY>
3691 </HTML>
3692 ===== h_mainhelp_patterns ======
3693 <HTML>
3694 <HEAD>
3695 <TITLE>Patterns</TITLE>
3696 </HEAD>
3697 <BODY>
3698 <H1>Patterns</H1>
3700 Patterns are used with Roles, Filtering, Index Coloring,
3701 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
3702 The following entries in Alpine's online help provide information 
3703 about using Patterns:
3704 <UL>
3705   <LI> <A HREF="h_rule_patterns">Patterns</A>
3706 </UL>
3708 &lt;End of help on this topic&gt;
3709 </BODY>
3710 </HTML>
3711 ===== h_mainhelp_cmdlineopts ======
3712 <HTML>
3713 <HEAD>
3714 <TITLE>Command Line Options</TITLE>
3715 </HEAD>
3716 <BODY>
3717 <H1>Command Line Options</H1>
3719 Alpine accepts a number of command line arguments, allowing you, for
3720 example, to start Alpine and immediately access a particular folder.
3721 Many of these arguments overlap with options in the Alpine configuration file.
3722 If there is a difference, then an option set on the command line takes
3723 precedence.
3724 Alpine expects command line arguments (other than addresses) to be
3725 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
3726 A <a href="h_command_line_options">full list</a> of command line
3727 possibilities is available.
3729 &lt;End of help on this topic&gt;
3730 </BODY>
3731 </HTML>
3732 ===== h_mainhelp_config ======
3733 <HTML>
3734 <HEAD>
3735 <TITLE>Alpine Configuration</TITLE>
3736 </HEAD>
3737 <BODY>
3738 <H1>Alpine Configuration</H1>
3740 Unless it has been administratively disabled, the Setup command on the
3741 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
3742 The possible subcommands are for general Configuration settings,
3743 Printer settings, Changing your Password, Signature setup,
3744 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
3745 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
3746 and Color configuration.
3747 In particular, the &quot;Config&quot; subcommand has many features you may
3748 set or unset and many other configuration variables that may be set to change
3749 the way Alpine works.
3750 Every one of the hundreds of options available in that configuration settings
3751 screen has help text associated with it.
3752 You may read that text by moving the cursor to highlight the option and then
3753 typing the Help command.
3755 These settings are stored in your personal
3756 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
3757 <A HREF="h_config_remote_config">remotely</A>),
3758 but on shared systems these settings
3759 may be over-ridden by a system-wide control file (due to local site
3760 security or support policies).  A global pine configuration file can also
3761 be used to set default values for all Alpine users on a particular system.
3762 Power users may be interested in splitting their personal configuration
3763 data into two pieces, a generic piece and
3764 <A HREF="h_config_exceptions">exceptions</A> which apply to
3765 a particular platform.
3766 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
3767 General Alpine configuration information can be found
3768 <A HREF="h_news_config">here</A>.
3770 &lt;End of help on this topic&gt;
3771 </BODY>
3772 </HTML>
3773 ===== h_mainhelp_aggops ======
3774 <HTML>
3775 <HEAD>
3776 <TITLE>Aggregate Operations</TITLE>
3777 </HEAD>
3778 <BODY>
3779 <H1>Aggregate Operations</H1>
3781 When you are in the MESSAGE INDEX, the available commands
3782 (for example, Delete, Undelete, Save, Reply, and so on)
3783 normally act on a single message.
3784 So, for example, if you press the Delete command, the currently highlighted
3785 message is marked Deleted.
3786 These commands that normally act on a single message may be applied to
3787 several messages at once instead.
3789 By default this feature is turned on, but it could be administratively turned
3790 off to reduce complexity.
3791 The feature
3792 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
3793 in the Setup/Config screen is used to turn it off or on.
3794 When this feature is turned on, the four commands &quot;Select&quot;,
3795 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
3796 are available.
3797 The two selection commands allow you to mark a set of
3798 messages as being &quot;selected&quot;.
3799 The &quot;ZoomMode&quot; command will toggle between
3800 displaying only the selected messages and displaying all the messages.
3801 The &quot;Apply&quot; command allows you to
3802 apply one of the regular MESSAGE INDEX commands to all of the selected
3803 messages instead of to only the highlighted message.
3805 An example aggregate operation would be to catch up when reading
3806 a news group.
3807 That is, get rid of all the messages in the news group so that you can
3808 start fresh.
3809 The easiest way to do this in Alpine is to use aggregate operations.
3810 You want to Delete all of the messages in the group.
3811 You could start at the top and type &quot;D&quot; once for every message.
3812 A much faster method is to first Select all of the messages in the group,
3813 and then Delete all of them.
3814 This would take four keystrokes:
3816 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
3817 <BR>
3818 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
3820 Another use of Select is to use it for searching for a particular message
3821 or set of messages in a large folder.
3822 You may know that the message was From a certain user.
3823 You could select all messages from that user to start, and use Zoom to
3824 look at only those messages.
3825 If there were still too many messages to look at you could Narrow the
3826 set of messages further by selecting from all of those messages only
3827 the ones that were after a certain date, or contained a particular phrase
3828 in the Subject, or were too a particular address, and so on.
3829 That may be the end of what you are doing, or you may want to use Apply to
3830 Save or Forward or Print all of the selected messages.
3832 Some related help topics are
3833 <UL>
3834 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
3835 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
3836 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
3837 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
3838 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
3839 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
3840 </UL>
3842 &lt;End of help on this topic&gt;
3843 </BODY>
3844 </HTML>
3845 ===== h_mainhelp_readingnews ======
3846 <HTML>
3847 <HEAD>
3848 <TITLE>Reading News</TITLE>
3849 </HEAD>
3850 <BODY>
3851 <H1>Reading News</H1>
3853 <H2>Background</H2>
3854 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
3855 commands as for mail. Similar to mailing lists but existing on a larger scale, 
3856 Usenet newsgroups allow groups of people with common interests to discuss 
3857 particular topics. You might find newsgroups related to your career, or you 
3858 might wish to check out the online discussion among the fans of your favorite 
3859 television show. 
3861 <H2>Configuring Alpine for Reading News</H2>
3862 Alpine often arrives
3863 pre-configured by your system administrator to automatically access the
3864 newsgroups offered by your organization, Internet Service Provider, or
3865 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
3866 need additional details on <a href="h_configuring_news">how to
3867 configure Alpine to read news</a>.
3869 <H2>Accessing Newsgroups</H2>
3870 The first step in reading news is to access the newsgroups collections
3871 screen from Alpine. If everything is configured properly, you should be able
3872 to do this by first typing L (folder List), then selecting the folder
3873 collection listed as "News." The actual name of this collection may differ
3874 from system to system.
3876 <H2>Subscribing to Newsgroups</H2>
3878 Once you have accessed the news collection, you need to subscribe to a
3879 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
3880 will keep a record of the newsgroups in which you are interested and which
3881 articles in those newsgroups have been read.
3883 <H2>Using Newsgroups</H2> 
3884 Alpine uses the similar commands to read news as to read mail. For example,
3885 the D command marks messages as Deleted (or "Dismissed," if you prefer),
3886 and the R command Replies to a news posting. Basically, Alpine allows you to
3887 read news as if it were mail, so you don't need to change the way you
3888 interact with Alpine.
3890 There is also additional Alpine help available on 
3891 <A HREF="h_reading_news">how to use Alpine to read news</A>.
3893 &lt;End of help on this topic&gt;
3894 </BODY>
3895 </HTML>
3896 ===== h_mainhelp_securing ======
3897 <HTML>
3898 <HEAD>
3899 <TITLE>Securing your Alpine Session</TITLE>
3900 </HEAD>
3901 <BODY>
3902 <H1>Securing your Alpine Session</H1>
3904 By default, Alpine will attempt to connect to an IMAP server on the normal
3905 IMAP service port (143).
3906 If the Alpine you are using has been built to
3907 support &quot;Transport Layer Security&quot; (TLS)
3908 and &quot;Secure Sockets Layer&quot; (SSL) 
3909 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
3910 and the server offers the STARTTLS capability, then a secure (encrypted)
3911 session will be established.
3913 When you are connected to a remote folder the titlebar will contain a plus sign
3914 in the far right column if the connection is encrypted using TLS or SSL.
3915 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
3916 if the connection is encrypted.
3918 <H2>More Information on Alpine with SSL and TLS</H2>
3919 <UL>
3920 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
3921 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
3922 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
3923 <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>
3924 </UL>
3925 <H2>Here are some other security-related features and options</H2>
3927 <UL>
3928 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
3929 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
3930 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
3931 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
3932 <LI> <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> option </LI>
3933 </UL>
3935 &lt;End of help on this topic&gt;
3936 </BODY>
3937 </HTML>
3938 ===== h_mainhelp_problems ======
3939 <HTML>
3940 <HEAD>
3941 <TITLE>Reporting Problems</TITLE>
3942 </HEAD>
3943 <BODY>
3944 <H1>Reporting Problems</H1>
3946 We ask that you first read the relevant help screens and then seek
3947 assistance from your own local support staff.  Once you are sure that your
3948 difficulty is not a local configuration problem, you might look at the
3949 help section explaining where to look for
3950 <A HREF="h_finding_help">more information</A> and where to 
3951 get assistance.
3954 <ADDRESS>
3955    Eduardo Chappa &lt;chappa@gmx.com&gt;
3956 </ADDRESS>
3959 &lt;End of help on this topic&gt;
3960 </BODY>
3961 </HTML>
3962 ===== h_main_menu_commands ======
3963 <HTML>
3964 <HEAD>
3965 <TITLE>MAIN MENU COMMANDS</TITLE>
3966 </HEAD>
3967 <BODY>
3968 <H1>MAIN MENU COMMANDS</H1>
3970 <!--chtml if pinemode="function_key"-->
3971 &nbsp;Available&nbsp;Commands&nbsp;--
3972 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
3973 &nbsp;------------------------------
3974 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
3975 ----------<BR>
3976 &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>
3977 &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>
3978 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
3979 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
3980 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
3981 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
3982 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
3983 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
3984 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3985 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3986 &nbsp;F7&nbsp;&nbsp;<A 
3987 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
3988 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3989 &nbsp;F8&nbsp;&nbsp;<A 
3990 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
3991 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
3992 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 
3993 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
3994 &nbsp;F10&nbsp;<A 
3995 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 
3996 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
3997 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3998 &nbsp;F11&nbsp;<A 
3999 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4000 <!--chtml else-->
4001 &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>
4002 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
4003 &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>
4004 &nbsp;C&nbsp;&nbsp;<A 
4005 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>
4006 &nbsp;I&nbsp;&nbsp;<A 
4007 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>
4008 &nbsp;L&nbsp;&nbsp;<A 
4009 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>
4010 &nbsp;A&nbsp;&nbsp;<A 
4011 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
4012 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
4013 &nbsp;S&nbsp;&nbsp;<A 
4014 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 
4015 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4016 &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>
4017 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
4018 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4019 <!--chtml endif-->
4022 NOTE:
4023 <OL>
4024  <LI>For help on a particular command, highlight the bold text associated
4025 with it above and hit Return.
4026  <LI> The availability of certain commands (e.g. some of the options under
4027 SETUP) is determined by Alpine configuration files and system capabilities.
4028 At some sites, certain commands may not be available due to security or
4029 support concerns.
4030 </OL>
4032 &lt;End of help on this topic&gt;
4033 </BODY>
4034 </HTML>
4036 ===== h_command_line_options ======
4037 <HTML>
4038 <HEAD>
4039 <TITLE>COMMAND LINE OPTIONS</TITLE>
4040 </HEAD>
4041 <BODY>
4042 <H1>COMMAND LINE OPTIONS</H1>
4043 Possible starting arguments for Alpine:
4045 <DL COMPACT>
4047 <DT> <EM>[addresses]</EM>
4049 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
4050 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
4051 <EM>Alpine</EM> will startup in
4052 the composer with a message started to the addresses specified.
4053 Once the message is sent, the <EM>Alpine</EM> session closes.
4054 Standard input redirection is allowed.
4055 Separate multiple addresses with a space between them.
4056 Addresses are placed in the &quot;To&quot; field only.
4059 <DT> &lt; <EM>file</EM>
4061 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
4062 into the body of the message.
4063 Once the message is sent, the <EM>Alpine</EM> session closes. 
4066 <DT> -attach <EM>file</EM>
4068 <DD> Go directly into composer with given file attached.
4071 <DT> -attachlist <EM>file-list</EM>
4073 <DD> Go directly into composer with given files attached.
4074 This must be the last option on the command line.
4077 <DT> -attach_and_delete <EM>file</EM>
4079 <DD> Go directly into composer with given file attached, delete when finished.
4082 <DT> -aux <EM>local_directory</EM>
4084 <DD> <EM>PC-Alpine</EM> only.
4085 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
4086 files, like debug files, address books, and signature files.  The pinerc may 
4087 be local or remote.
4090 <DT> -bail
4092 <DD> If the personal configuration file doesn't already exist, exit.
4093 This might be useful if the configuration file is accessed using some
4094 remote filesystem protocol. If the remote mount is missing this will cause
4095 <EM>Alpine</EM> to quit instead of creating a new pinerc.
4098 <DT> -c <EM>n</EM>
4100 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
4101 This is used when there are multiple folder collections (contexts) and you 
4102 want to open a folder not in the primary collection.
4105 <DT> -conf
4107 <DD> Configuration: Prints a sample system configuration file to the
4108 screen or standard output. To generate an initial system configuration 
4109 file, execute
4111 <PRE><CODE>
4112                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
4113 </CODE></PRE>
4116 To generate a system configuration file using settings from an old
4117 system configuration file, execute
4119 <PRE><CODE>
4120                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
4121 </CODE></PRE>
4123 A system configuration file is not required.
4126 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
4128 <DD> Copy an address book file to a remote address book folder.
4129 If the remote folder doesn't exist, it will be created.
4130 If it exists but the first message in the folder isn't a remote address
4131 book header message, the copy will be aborted.
4132 This flag will not usually be used by a user.
4133 Instead, the user will create a remote address book from within <EM>Alpine</EM>
4134 and copy entries from the local address book by using aggregate Save in
4135 the address book screen.
4138 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
4140 <DD> Copy a pinerc configuration file to a remote pinerc folder.
4141 If the remote folder doesn't exist, it will be created.
4142 If it exists but the first message in the folder isn't a remote pinerc
4143 header message, the copy will be aborted.
4144 This flag may be useful to users who already have a local pinerc file and
4145 would like to convert it to a remote pinerc folder and use that instead.
4146 This gives a way to bootstrap that conversion without having to manually
4147 reset all of the variables in the remote pinerc folder.
4150 <DT> -d <EM>debug-level</EM>
4152 <DD> Debug Level:  Sets the level of debugging information written by
4153 <EM>Alpine</EM>.
4154 <EM>debug-level</EM> can be set to any integer 0-9.
4155 A debug level of 0 turns off debugging for the session.
4156 (Actually there are some levels higher than 9, but you probably don't
4157 want to see them.)
4160 <DT> -d <EM>keywords</EM>
4162 <DD> You may use a more detailed version of the debugging flag to set
4163 the debug level in separate parts of <EM>Alpine</EM>.
4164 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
4165 verbose=0..9.
4166 <EM>Flush</EM> causes debugging information to be flushed immediately to
4167 the debug file as it is written.
4168 <EM>Verbose</EM> is the general debugging verbosity level.
4169 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
4170 is useful when you are trying to figure out what is responsible for delays.
4171 <EM>Numfiles</EM> sets the number of debug files saved.
4172 <EM>Imap</EM> sets the debug level for the debugging statements related
4173 to the conversation with the IMAP server, and more generally, for the
4174 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
4175 <EM>Tcp</EM> turns on some TCP/IP debugging.
4178 <DT> -f <EM>folder</EM>
4180 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
4181 of the standard INBOX.
4184 <DT> -F <EM>file</EM>
4186 <DD> Open named text file for viewing and forwarding.
4189 <DT> -h
4191 <DD> Help:  Prints the list of available command-line arguments to the
4192 screen.
4195 <DT> -i
4197 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
4198 screen instead of the MAIN MENU.
4201 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
4204 <DT> -I <EM>a,b,c,...</EM>
4206 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
4207 sequence of commands upon startup.
4208 This allows users to get <EM>Alpine</EM> to start in any
4209 of its menus/screens.
4210 You cannot include any input to the composer in the initial keystrokes.
4211 The key &lt;Return&gt; is represented by a ``CR'' in
4212 the keystroke list; the spacebar is designated by the letters ``SPACE''.
4213 Control keys are two character sequences beginning with ``^'', such as
4214 ``^I''.
4215 A tab character is ``TAB''.
4216 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
4217 ``DOWN'', ``LEFT'', and ``RIGHT''.
4218 A restriction is that you can't mix function keys and character keys in this
4219 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
4220 A user can always use only <EM>character</EM> keys in the startup list even
4221 if he or she is using <EM>function</EM> keys normally, or vice versa.
4222 If an element in this list is a string of characters surrounded by double
4223 quotes (&quot;) then it will be expanded into the individual characters in
4224 the string, excluding the double quotes.
4227 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
4230 <DT> -install
4232 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
4233 some basic information to help with getting properly set up.
4236 <DT> -k
4238 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
4239 the input of commands to be function-keys.
4240 Otherwise, commands are linked to the regular character keys.
4243 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
4244 <EM>Feature-List</EM>.
4247 <DT> -n <EM>n</EM>
4249 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
4250 FOLDER INDEX screen with the current message being the specified
4251 message number.
4254 <DT> -nosplash
4256 <DD> <EM>PC-Alpine</EM> only.
4257 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
4258 This may be helpful for certain troubleshooting or terminal server scenarios.
4261 <DT> -o <EM>folder</EM>
4263 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
4266 <DT> -p <EM>pinerc</EM>
4268 <DD> Uses the named file as the personal configuration file instead of
4269 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
4270 Alpinerc may be either a local file or a remote configuration folder.
4273 <DT> -P <EM>pinerc</EM>
4275 <DD> Uses the named file as the system wide configuration file instead of
4276 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
4277 Alpinerc may be either a local file or a remote configuration folder.
4280 <DT> -passfile <EM>passfile</EM>
4282 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
4283 This should be a fully-qualified filename.
4286 <DT> -pinerc <EM>file</EM>
4288 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
4289 settings of variables that the user has made.
4290 Use <EM>file</EM> set to ``-'' to make output go to standard out.
4293 <DT> -r
4295 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
4296 <EM>Alpine</EM> in restricted mode can only send email to itself.
4297 Save and export are limited.
4300 <DT> -registry <EM>cmd</EM>
4302 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
4303 <EM>Alpine</EM>'s registry entries.
4304 Possible values for <EM>cmd</EM> are set, clear, and dump.
4305 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
4306 entries according to its current settings.
4307 <EM>Clear</EM> will clear the registry values.
4308 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
4309 <EM>Dump</EM> will display the values of current registry settings.
4310 Note that the dump command is currently disabled.
4311 Without the -registry option, <EM>PC-Alpine</EM> will write values into
4312 the registry only if there currently aren't any values set.
4315 <DT> -sort <EM>key</EM>
4317 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
4318 FOLDER INDEX screen.
4319 <EM>Key</EM> can have the following values: 
4320 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
4321 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
4322 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
4323 The default value is &quot;arrival&quot;.
4324 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
4327 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
4330 <DT> -uninstall
4332 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
4333 in Windows settings.  The registry settings are removed and
4334 the password cache is cleared.
4337 <DT> -url <EM>url</EM>
4339 <DD> Open the given URL.
4342 <DT> -v
4344 <DD> Version:  Print version information to the screen.
4347 <DT> -x <EM>exceptions_config</EM>
4349 <DD> Configuration settings in the exceptions configuration override your normal
4350 default settings.
4351 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
4354 <DT> -z
4356 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
4357 will suspend the <EM>Alpine</EM> session.
4360 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
4361 <EM>Feature-List</EM>.
4364 <DT> -<EM>option</EM>=<EM>value</EM>
4366 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
4367 For example, <EM>-signature-file=sig1</EM> or
4368 <EM>-Feature-List=signature-at-bottom</EM>.
4369 Note:  Feature-List values are
4370 additive and features may be preceded with no- to turn them off.
4371 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
4372 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
4373 <EM>-Feature-List=signature-at-bottom</EM>.
4376 </DL>
4378 &lt;End of help on this topic&gt;
4379 </BODY>
4380 </HTML>
4381 ===== h_configuring_news ======
4382 <HTML>
4383 <HEAD>
4384 <TITLE>CONFIGURING NEWS</TITLE>
4385 </HEAD>
4386 <BODY>
4387 <H1>CONFIGURING NEWS</H1>
4388 Alpine can access news folders in any one of three different ways:
4389 <DL>
4390 <DT>REMOTE NNTP</DT>
4391 <DD>Using the Network News Transport Protocol (NNTP) to
4392 access news on a remote news server.  In this case the newsrc file is
4393 stored on the machine where Alpine is running.
4396 To specify a remote news-collection accessed via NNTP use the
4397 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4398 Server: value to the NNTP server's hostname appended with the
4399 communication method &quot;/service=NNTP&quot;, and set the Path:
4400 value to the &quot;#news.&quot; namespace (without the quotes).  See
4401 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
4402 help text for a more complete explanation of access method, and the
4403 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4404 text for a more complete explanation of &quot;namespace&quot;.
4406 Instead of specifying a news-collection, you may simply set the
4407 <A HREF="h_config_nntp_server">NNTP Server</A>
4408 option, which will cause Alpine to create a default news-collection for you.
4409 Another NNTP option that may be of interest is
4410 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
4412 <DT>REMOTE IMAP</DT>
4413 <DD>Using the Internet Message Access Protocol (IMAP) to
4414 access news on a remote news server.  In this case, your newsrc file is
4415 stored on the news server, in your home directory, so you must have an
4416 account on the news server, but you would be running Alpine on a different
4417 machine.  The news server must be running an IMAPd server process. 
4420 To specify a remote news-collection accessed via IMAP use the
4421 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4422 Server: value to the IMAP server's hostname, and set the Path: value
4423 to the &quot;#news.&quot; namespace (without the quotes).  See the
4424 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4425 text for a more complete explanation of &quot;namespace&quot;.
4427 </DD>
4429 <DT>LOCAL</DT>
4430 <DD>Using local file access to the news database.  In this
4431 case, your newsrc file is stored on the news server, in your home
4432 directory, so you must have an account on the news server, and you would
4433 be running Alpine on the same machine.
4436 To specify a local news-collection use the SETUP/collectionList
4437 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
4438 set the Path: value to the &quot;#news.&quot; namespace (without the
4439 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
4440 field's help text for a more complete explanation of &quot;namespace&quot;.
4442 </DD>
4443 </DL>
4447 NOTE: Should no news-collection be defined as above, Alpine will
4448 automatically create one using the Setup/Config screen's
4449 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
4450 will be created as a &quot;Remote NNTP&quot; as described above.
4454 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
4455 possible.  If you don't have an account on the news server, or if the news
4456 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
4457 sure, ask your service provider, university, or company for help.)  In
4458 this case, your Unix .newsrc file can be transferred to your PC.  A good
4459 place to put it would be in the same directory as your PINERC file, under
4460 the name NEWSRC, but you can 
4461 <A HREF="h_config_newsrc_path">specify a different location</A>
4462 via Alpine's Setup/Config screen.
4465 Other configuration features related to news are
4466 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
4467 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
4468 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
4469 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
4470 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
4471 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
4472 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
4473 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
4476 &lt;End of help on this topic&gt;
4477 </BODY>
4478 </HTML>
4479 ===== h_reading_news ======
4480 <HTML>
4481 <HEAD>
4482 <TITLE>READING NEWS</TITLE>
4483 </HEAD>
4484 <BODY>
4485 <H1>READING NEWS</H1>
4487 Alpine uses almost the same commands for manipulating news folders as for
4488 mail folders.  This means, for example, that when you are done with a
4489 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
4490 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
4491 most newsreaders, wherein a message is implicitly dismissed after you have
4492 looked at it once. We strongly believe that Alpine should offer as much
4493 consistency as possible between mail and news, so the mail paradigm --
4494 wherein a message does not magically disappear without explicit action by
4495 the user -- is used for news as well. <P>
4497 If you answer a message in a news folder, the index view will show the
4498 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
4499 keep track of what news as been read has no way of storing this flag, so
4500 it will not be preserved across sessions.  The Deleted flag is the only
4501 one that is preserved when you leave and then return to a newsgroup.  As an
4502 additional note on replies, when you Reply to a newsgroup message and say
4503 you want to reply to all recipients, Alpine will ask if you want to post the
4504 message to all the newsgroups listed in the original message. <P>
4506 If you would like Alpine to mark more-or-less recent news messages as
4507 &quot;New&quot;, then set the
4508 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
4509 feature (which is set by default).  This will cause messages after the last one you have marked as
4510 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
4511 &quot;N&quot; status often makes it easier to distinguish later news
4512 articles from those you've previously seen, but not yet disposed of via
4513 the &quot;D&quot; key.  Note that this is an approximation, not an exact
4514 record of which messages you have not seen.
4517 A frequent operation in news-reading is &quot;catching up&quot; -- that
4518 is, getting rid of all the messages in the newsgroup so that you can
4519 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
4520 Select command.  You would enter the following four keystrokes:
4521 <tt>;aad</tt> to select all messaged, and then apply the delete (or
4522 dismiss) command to all of them.
4525 There are also additional details on 
4526 <A HREF="h_configuring_news">configuring news</a>.
4529 &lt;End of help on this topic&gt;
4530 </BODY>
4531 </HTML>
4532 ====== h_help_index ======
4533 <HTML>
4534 <HEAD>
4535 <TITLE>Help Index</TITLE>
4536 </HEAD>
4537 <BODY>
4538 <H1>Help Index</H1>
4539 <ul>
4540 <li><a href="h_mainhelp_abooks">Address Books</a></li>
4541 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
4542 <li><a href="h_main_addrbook">Address Book Command</a>
4543 <li><a href="h_abook_view">Address Book View Explained</a>
4544 <li><a href="h_compose_addrcomplete">Address Completion</a>
4545 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
4546 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
4547 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
4548 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
4549 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
4550 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
4551 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
4552 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
4553 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
4554 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
4555 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
4556 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
4557 <li><a href="h_mainhelp_config">Alpine Configuration</a>
4558 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
4559 <li><a href="h_news_legal">Alpine Legal Notices</a>
4560 <li><a href="h_compose_alted">Alt Editor Command</a>
4561 <li><a href="h_index_cmd_apply">Apply Command</a>
4562 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
4563 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
4564 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
4565 <li><a href="h_composer_browse">BROWSER</a>
4566 <li><a href="h_common_bounce">Bounce Command</a>
4567 <li><a href="h_compose_cancel">Cancel Command</a>
4568 <li><a href="h_config_change_your_from">Changing your From Address</a>
4569 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
4570 <li><a href="h_mainhelp_color">Color</a>
4571 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
4572 <li><a href="h_composer">COMPOSER COMMANDS</a>
4573 <li><a href="h_mainhelp_composing">Composing Messages</a>
4574 <li><a href="h_mainhelp_collections">Collection Lists</a>
4575 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
4576 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
4577 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
4578 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
4579 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
4580 <li><a href="h_common_compose">Compose Command</a>
4581 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
4582 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
4583 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
4584 <li><a href="h_mainhelp_config">Configuration</a>
4585 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
4586 <li><a href="h_config_dflt_color">Default Color</a>
4587 <li><a href="h_common_delete">Delete and Undelete Commands</a>
4588 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
4589 <li><a href="h_special_list_commands">Email List Commands Explained</a>
4590 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
4591 <li><a href="h_folder_open">Explanation of Folder Selection</a>
4592 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
4593 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
4594 <li><a href="h_ge_export">Export File Selection</a>
4595 <li><a href="h_ge_allparts">Export Message File Selection</a>
4596 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
4597 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
4598 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
4599 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
4600 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
4601 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
4602 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
4603 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
4604 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
4605 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
4606 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
4607 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
4608 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
4609 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
4610 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
4611 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
4612 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
4613 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
4614 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
4615 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
4616 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
4617 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
4618 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
4619 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
4620 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
4621 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
4622 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
4623 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
4624 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
4625 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
4626 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
4627 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
4628 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
4629 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
4630 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
4631 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
4632 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
4633 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
4634 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
4635 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
4636 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
4637 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
4638 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
4639 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
4640 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
4641 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
4642 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
4643 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
4644 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
4645 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
4646 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
4647 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
4648 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
4649 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
4650 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
4651 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
4652 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
4653 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
4654 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
4655 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
4656 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
4657 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
4658 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
4659 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
4660 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
4661 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
4662 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
4663 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
4664 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
4665 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
4666 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
4667 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
4668 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
4669 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
4670 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
4671 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
4672 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
4673 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
4674 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
4675 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
4676 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
4677 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
4678 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
4679 <li><a href="h_external_loads_inline_images_only">FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
4680 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
4681 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
4682 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
4683 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
4684 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
4685 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
4686 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
4687 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
4688 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
4689 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
4690 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
4691 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
4692 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
4693 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
4694 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
4695 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
4696 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
4697 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
4698 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
4699 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
4700 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
4701 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
4702 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
4703 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
4704 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
4705 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
4706 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
4707 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
4708 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
4709 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
4710 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
4711 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
4712 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
4713 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
4714 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
4715 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
4716 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
4717 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
4718 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
4719 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
4720 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
4721 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
4722 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
4723 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
4724 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
4725 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
4726 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
4727 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
4728 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
4729 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
4730 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
4731 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
4732 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
4733 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
4734 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
4735 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
4736 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
4737 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
4738 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
4739 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
4740 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
4741 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
4742 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
4743 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
4744 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
4745 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
4746 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
4747 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
4748 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
4749 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
4750 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
4751 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
4752 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
4753 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
4754 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
4755 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
4756 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
4757 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
4758 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
4759 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
4760 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
4761 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
4762 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
4763 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
4764 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
4765 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
4766 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
4767 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
4768 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
4769 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
4770 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
4771 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
4772 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
4773 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
4774 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
4775 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
4776 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
4777 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
4778 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
4779 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
4780 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
4781 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
4782 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
4783 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
4784 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
4785 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
4786 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
4787 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
4788 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
4789 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
4790 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
4791 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
4792 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
4793 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
4794 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
4795 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
4796 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
4797 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
4798 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
4799 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
4800 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
4801 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
4802 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
4803 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
4804 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
4805 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
4806 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
4807 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
4808 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
4809 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
4810 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
4811 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
4812 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
4813 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
4814 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
4815 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
4816 <li><a href="h_mainhelp_filtering">Filtering</a>
4817 <li><a href="h_finding_help">Finding more information and requesting help</a>
4818 <li><a href="h_common_flag">Flag Command</a>
4819 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
4820 <li><a href="h_mainhelp_folders">Folders</a>
4821 <li><a href="h_what_are_collections">Folder Collections Explained</a>
4822 <li><a href="h_common_folders">Folder List Command</a>
4823 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
4824 <li><a href="h_folder_save">Folder Select for Save Explained</a>
4825 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
4826 <li><a href="h_config_change_your_from">From Address, Changing</a>
4827 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
4828 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
4829 <li><a href="h_common_goto">Goto Command</a>
4830 <li><a href="h_common_hdrmode">HdrMode Command</a>
4831 <li><a href="h_mainhelp_pinehelp">Help</a>
4832 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
4833 <li><a href="h_folder_maint">Help for Folder List</a>
4834 <li><a href="h_valid_folder_names">IMAP</a>
4835 <li><a href="h_ge_import">Import File Selection</a>
4836 <li><a href="h_mainhelp_index">Index of Messages</a>
4837 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
4838 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
4839 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
4840 <li><a href="h_info_on_mbox">Information on mbox driver</a>
4841 <li><a href="h_mainhelp_intro">Introduction</a>
4842 <li><a href="h_main_journal">Journal Command</a>
4843 <li><a href="h_common_jump">Jump Command</a>
4844 <li><a href="h_compose_justify">Justify Command</a>
4845 <li><a href="h_main_kblock">Keyboard Lock Command</a>
4846 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
4847 <li><a href="h_mainhelp_ldap">LDAP</a>
4848 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
4849 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
4850 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
4851 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
4852 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
4853 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
4854 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
4855 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
4856 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
4857 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
4858 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
4859 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
4860 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
4861 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
4862 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
4863 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
4864 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
4865 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
4866 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
4867 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
4868 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
4869 <li><a href="h_ldap_view">LDAP Response View Explained</a>
4870 <li><a href="h_maildrop">Mail Drop: What is it?</a>
4871 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
4872 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
4873 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
4874 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
4875 <li><a href="h_common_index">Message Index Command</a>
4876 <li><a href="h_mainhelp_mouse">Mouse</a>
4877 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
4878 <li><a href="new_user_greeting">NEW USER GREETING</a>
4879 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
4880 <li><a href="h_mainhelp_readingnews">News Reading</a>
4881 <li><a href="h_folder_subscribe">Newsgroup Subscribe Screen explained</a>
4882 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
4883 <li><a href="h_common_nextnew">NextNew Command</a>
4884 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
4885 <li><a href="h_mainhelp_readingnews">NNTP</a>
4886 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
4887 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
4888 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
4889 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
4890 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
4891 <li><a href="h_config_color_style">OPTION: Color Style</a>
4892 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
4893 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
4894 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
4895 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
4896 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
4897 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
4898 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
4899 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
4900 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
4901 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
4902 <li><a href="h_config_encryption_range">OPTION: <!--#echo var="VAR_encryption-protocol-range"--></a>
4903 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
4904 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
4905 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
4906 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
4907 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
4908 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
4909 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
4910 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
4911 <li><a href="h_config_file_dir">OPTION: File Directory</a>
4912 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
4913 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
4914 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
4915 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
4916 <li><a href="h_config_font_name">OPTION: Font Name</a>
4917 <li><a href="h_config_font_size">OPTION: Font Size</a>
4918 <li><a href="h_config_font_style">OPTION: Font Style</a>
4919 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
4920 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
4921 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
4922 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
4923 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
4924 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
4925 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
4926 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
4927 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
4928 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
4929 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
4930 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
4931 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
4932 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
4933 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
4934 <li><a href="h_config_index_color">OPTION: Index Colors</a>
4935 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
4936 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
4937 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
4938 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
4939 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
4940 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
4941 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
4942 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
4943 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
4944 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
4945 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
4946 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
4947 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
4948 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
4949 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
4950 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
4951 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
4952 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
4953 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
4954 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
4955 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
4956 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
4957 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
4958 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
4959 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
4960 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
4961 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
4962 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
4963 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
4964 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
4965 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
4966 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
4967 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
4968 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
4969 <li><a href="h_config_pat_old">OPTION: Patterns</a>
4970 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
4971 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
4972 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
4973 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
4974 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
4975 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
4976 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
4977 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
4978 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
4979 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
4980 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
4981 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
4982 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
4983 <li><a href="h_config_printer">OPTION: Printer</a>
4984 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
4985 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
4986 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
4987 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
4988 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
4989 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
4990 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
4991 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
4992 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
4993 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
4994 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
4995 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
4996 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
4997 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
4998 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
4999 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
5000 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
5001 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
5002 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
5003 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
5004 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
5005 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
5006 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
5007 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
5008 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
5009 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
5010 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
5011 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
5012 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
5013 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
5014 <li><a href="h_config_status_color">OPTION: Status Color</a>
5015 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
5016 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
5017 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
5018 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
5019 <li><a href="h_config_quit_query_timeo">OPTION: <!--#echo var="VAR_close-connection-timeout"--></a>
5020 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
5021 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
5022 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
5023 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
5024 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
5025 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
5026 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
5027 <li><a href="h_config_title_color">OPTION: Title Color</a>
5028 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
5029 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
5030 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
5031 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
5032 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
5033 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
5034 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
5035 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
5036 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
5037 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
5038 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
5039 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
5040 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
5041 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
5042 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
5043 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
5044 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
5045 <li><a href="h_config_window_position">OPTION: Window-Position</a>
5046 <li><a href="h_mainhelp_patterns">Patterns</a>
5047 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
5048 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
5049 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
5050 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
5051 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
5052 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
5053 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
5054 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
5055 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
5056 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
5057 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
5058 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
5059 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
5060 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
5061 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
5062 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
5063 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
5064 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
5065 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
5066 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
5067 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
5068 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
5069 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
5070 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
5071 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
5072 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
5073 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
5074 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
5075 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
5076 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
5077 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
5078 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
5079 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
5080 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
5081 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
5082 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
5083 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
5084 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
5085 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
5086 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
5087 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
5088 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
5089 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
5090 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
5091 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
5092 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
5093 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
5094 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
5095 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
5096 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
5097 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
5098 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
5099 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
5100 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
5101 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
5102 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
5103 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
5104 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
5105 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
5106 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
5107 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
5108 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
5109 <li><a href="h_common_pipe">Pipe Command</a>
5110 <li><a href="h_valid_folder_names">POP</a>
5111 <li><a href="h_common_postpone">Postpone Command</a>
5112 <li><a href="h_common_print">Print Command</a>
5113 <li><a href="h_mainhelp_readingnews">Reading News</a>
5114 <li><a href="h_news">RELEASE NOTES for Alpine</a>
5115 <li><a href="h_mainhelp_roles">Roles</a>
5116 <li><a href="h_role_select">ROLES SCREEN</a>
5117 <li><a href="h_compose_readfile">Read File Command</a>
5118 <li><a href="h_mainhelp_reading">Reading Messages</a>
5119 <li><a href="h_main_release_notes">Release Notes Command</a>
5120 <li><a href="h_common_reply">Reply and Forward Commands</a>
5121 <li><a href="h_compose_richhdr">Rich Header Command</a>
5122 <li><a href="h_common_role">Role Command</a>
5123 <li><a href="h_mainhelp_smime">S/MIME</a>
5124 <li><a href="h_index_cmd_select">Searching for Messages</a>
5125 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
5126 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
5127 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
5128 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
5129 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
5130 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
5131 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
5132 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
5133 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
5134 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
5135 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
5136 <li><a href="h_common_save">Save and Export Commands</a>
5137 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
5138 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
5139 <li><a href="h_compose_send">Send Command</a>
5140 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
5141 <li><a href="h_main_setup">Setup Command</a>
5142 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
5143 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
5144 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
5145 <li><a href="h_mainhelp_smime">S/MIME</a>
5146 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
5147 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
5148 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
5149 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
5150 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
5151 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
5152 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
5153 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
5154 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
5155 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
5156 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
5157 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
5158 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
5159 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
5160 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
5161 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
5162 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
5163 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
5164 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
5165 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
5166 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
5167 <li><a href="h_index_cmd_sort">Sort Command</a>
5168 <li><a href="h_compose_spell">Spell Check Command</a>
5169 <li><a href="h_common_suspend">Suspend Command</a>
5170 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
5171 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
5172 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
5173 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
5174 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
5175 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
5176 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
5177 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
5178 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
5179 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
5180 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
5181 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
5182 <li><a href="h_common_take">TakeAddr Command</a>
5183 <li><a href="h_mainhelp_status">Titlebar Line</a>
5184 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
5185 <li><a href="h_config_usenone_color">Use None Color</a>
5186 <li><a href="h_config_usenormal_color">Use Normal Color</a>
5187 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
5188 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
5189 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
5190 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
5191 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
5192 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
5193 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
5194 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
5195 </UL>
5198 &lt;End of Help Index&gt;
5199 </BODY>
5200 </HTML>
5203 ============== h_config_remote_config =============
5204 <HTML>
5205 <HEAD>
5206 <TITLE>Remote Configuration</TITLE>
5207 </HEAD>
5208 <BODY>
5209 <H1>Remote Configuration</H1>
5211 You may use the command line argument &quot;-p pinerc&quot; to tell
5212 Alpine to use a non-default configuration file.
5213 There are two types of storage for configuration information.
5214 <EM>Local</EM> configuration files are used by default.
5215 These are just regular files on the UNIX system or on the PC.
5216 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
5217 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
5218 <EM>Remote</EM> configuration folders are stored on an IMAP server.
5219 The advantage of using a remote configuration is that the same information
5220 may be accessed from multiple platforms.
5221 For example, if you use one computer at work and another at home, the same
5222 configuration could be used from both places.
5223 A configuration change from one place would be seen in both places.
5224 To use a remote configuration you simply give a
5225 <A HREF="h_valid_folder_names">remote folder name</A>
5226 as the argument to the &quot;-p&quot; command line option.
5227 The command line might look something like:
5229 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
5231 If there are special characters in the command shell you use, you may need to
5232 quote the last argument (to protect the curly braces from the shell).
5233 The command might look like:
5235 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
5237 You should choose a folder name for a folder that does not yet exist.
5238 It will be created containing an empty configuration.
5239 Do not use a folder that you wish to store regular mail messages in.
5241 The Setup/RemoteConfigSetup command will help you convert from a local
5242 configuration to a remote configuration.
5243 It will create a remote configuration for you and copy your current local
5244 configuration to it.
5245 It will also help you convert local address books into remote address books
5246 and local signature files into literal signatures contained in the
5247 remote configuration file.
5249 If the Setup/RemoteConfigSetup command doesn't do what you want, you
5250 may copy a local pinerc file to a remote configuration folder by hand
5251 by using the command line option &quot;-copy_pinerc&quot;.
5253 Another command line option, which is somewhat related to remote
5254 configuration, is the option &quot;-x exceptions_config&quot;.
5255 The configuration settings in the exceptions configuration override
5256 your default settings.
5257 It may be useful to store the default configuration (the -p argument) remotely
5258 and to have the exceptions configuration stored in a local file.
5259 You might put generic configuration information in the remote configuration
5260 and platform-specific configuration on each platform in the exceptions
5261 configuration.
5262 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
5263 can be either remote folders or local files.
5265 There is another command line argument that works only with PC-Alpine and
5266 which may prove useful when using a remote configuration.
5267 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
5268 to store your local auxiliary files.
5269 This only has an effect if your configuration file is remote.
5270 Some examples of auxiliary files are debug files, address book files, and
5271 signature files.
5273 &lt;End of help on this topic&gt;
5274 </BODY>
5275 </HTML>
5276 ============== h_config_exceptions =============
5277 <HTML>
5278 <HEAD>
5279 <TITLE>Generic and Exceptional Configuration</TITLE>
5280 </HEAD>
5281 <BODY>
5282 <H1>Generic and Exceptional Configuration</H1>
5284 If you use Alpine from more than one platform it may be convenient
5285 to split your configuration information into two pieces, a generic piece
5286 and exceptions that apply to a particular platform.
5287 For example, suppose you use Alpine from home and from work.
5288 Most of your configuration settings are probably the
5289 same in both locations, so those settings belong in the generic settings
5290 configuration.
5291 However, you may use a different SMTP server and INBOX
5292 from home than you do from work.
5294 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
5296 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
5297 options could be
5298 part of your exceptional configuration so that they could be different in the
5299 two places.
5301 The command line option &quot;-x exceptions_config&quot;
5302 may be used to split your configuration into generic and exceptional pieces.
5303 &quot;Exceptions_config&quot; may be either local or remote.
5304 The regular Alpine configuration file will contain the generic data, and
5305 &quot;exceptions_config&quot; will contain the exceptional data.
5307 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
5308 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
5309 in the same local directory that the regular config file is located in (usually
5310 the Unix home directory).
5311 If the regular config file is remote (because the command line option
5312 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
5313 directory for &quot;<CODE>.pinercex</CODE>&quot;.
5314 If the file does not already exist then no exceptions will be used.
5315 You can force exceptions to be used by using the &quot;-x&quot; option or
5316 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
5318 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
5319 PC-Alpine will use the value of the
5320 environment variable <CODE>$PINERCEX</CODE>.
5321 If that is not set, PC-Alpine will look for
5322 the local file &quot;<CODE>PINERCEX</CODE>&quot;
5323 in the same local directory that the regular config file is located in.
5324 If the regular config file is remote (because the command line option
5325 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
5326 local directory specified by the &quot;-aux local_directory&quot; command
5327 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
5328 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
5330 When you have an exception configuration there is a new command
5331 in the Alpine Setup screen, Setup/eXceptions.
5332 It toggles between exceptions and the regular configuration.
5333 This is the usual way to make changes in your exceptional configuration data.
5334 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
5335 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
5336 for Config or &quot;K&quot; for Kolor.
5338 For most people, splitting the configuration information into two pieces is
5339 going to be most useful if the generic information is accessed
5340 <A HREF="h_config_remote_config">remotely</A>).
5341 That data will be the same no matter where you access it from and if you
5342 change it that change will show up everywhere.
5343 The exceptional data will most commonly be in a local file, so that the
5344 contents may easily be different on each computing platform used.
5346 If you already have a local configuration file with settings you like
5347 you may find that the command Setup/RemoteConfigSetup is useful
5348 in helping you convert to a remote configuration.
5349 The command line flag &quot;-copy_pinerc&quot;
5350 may also be useful.
5352 &lt;End of help on this topic&gt;
5353 </BODY>
5354 </HTML>
5355 ============== h_config_inheritance =============
5356 <HTML>
5357 <HEAD>
5358 <TITLE>Configuration Inheritance</TITLE>
5359 </HEAD>
5360 <BODY>
5361 <H1>Configuration Inheritance</H1>
5363 Configuration inheritance is a power user feature.
5364 It is confusing and not completely supported by the configuration
5365 user interface.
5366 We start with an explanation of how configuration works in hopes of making
5367 it easier to describe how inheritance works.
5369 Alpine uses a hierarchy of configuration values from different locations.
5370 There are five ways in which each configuration option (configuration
5371 variable) can be set.
5372 In increasing order of precedence they are:
5374 <OL>
5375 <LI> the system-wide configuration file.
5377 <LI> the personal configuration file
5379 <LI> the personal exceptions file
5381 <LI> a command line argument
5383 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
5384 </OL>
5386 The fixed configuration file is normally
5387 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
5389 The system-wide configuration file is normally
5390 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
5391 set for PC-Alpine.
5392 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
5393 is used for the system-wide configuration.
5394 This location can be set or changed on the command line with the -P flag.
5395 The system-wide configuration file can be either a local file or a
5396 remote configuration folder.
5398 For Unix Alpine, the personal configuration file is normally the file
5399 <CODE>.pinerc</CODE> in the user's home directory.
5400 This can be changed with the -p command line flag.
5401 For PC-Alpine, the personal configuration file is in
5402 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
5403 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
5404 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
5405 This can be changed with the -p command line flag.
5406 If -p is used, the configuration data may be in a local file or a remote config
5407 folder.
5409 For Unix Alpine, the personal exceptions configuration file is named
5410 <CODE>.pinercex</CODE> and is in the same directory as the personal
5411 configuration file, if that configuration file is not remote, and is in
5412 the home directory if the personal configuration file is remote.
5413 If the file exists, then exceptions are turned on.
5414 If it doesn't, then you are not using exceptions.
5415 Alternatively, you may change the location of the exceptions configuration
5416 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5417 Like the personal configuration data, exceptions_config may be
5418 either local or remote.
5420 For PC-Alpine, the personal exceptions configuration file is named
5421 <CODE>PINERCEX</CODE> and is in the same directory as the personal
5422 configuration file unless the personal configuration file is remote.
5423 In that case, it is in the local directory specified by the
5424 &quot;-aux local_directory&quot; command line argument.
5425 (In the case that the personal configuration is remote and there is no
5426 &quot;-aux&quot; command line argument, Alpine searches for
5427 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
5428 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
5429 If the file exists, then exceptions are turned on.
5430 If it doesn't, then you are not using exceptions.
5431 You may change the location of the exceptions configuration
5432 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5433 or with the
5434 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
5435 option).
5437 To reiterate, the value of a configuration option is taken from the
5438 last location in the list above in which it is set.
5439 Or, thinking about it slightly differently, a default value for an option
5440 is established in the system-wide configuration file (or internally by Alpine
5441 if there is no value in the system-wide file).
5442 That default remains in effect until and unless it is overridden by a value in a
5443 location further down the list, in which case a new &quot;default&quot;
5444 value is established.
5445 As we continue down the list of locations we either retain the
5446 value at each step or establish a new value.
5447 The value that is still set after going through the whole list of
5448 configuration locations is the one that is used.
5450 So, for example, if an option is set in the system-wide configuration
5451 file and in the personal configuration file, but is not set in the
5452 exceptions, on the command line, or in the fixed file; then the value
5453 from the personal configuration file is the one that is used.
5454 Or, if it is set in the system-wide config, in the personal config, not
5455 in the exceptions, but is set on the command line; then the value
5456 on the command line is used.
5458 Finally we get to inheritance.
5459 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
5460 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
5461 the inheritance mechanism makes it possible to <EM>combine</EM>
5462 the values from different locations instead of <EM>replacing</EM> the value.
5463 This is true of all configuration lists other than the &quot;Feature-List&quot;,
5464 for which you may already set whatever you want at
5465 any configuration location (by using the &quot;no-&quot; prefix if
5466 necessary).
5468 To use inheritance, set the first item in a configuration list to the
5469 token &quot;INHERIT&quot;, without the quotes.
5470 If the first item is &quot;INHERIT&quot;,
5471 then instead of replacing the default value established so far, the rest of
5472 the list is appended to the default value established so far and that is
5473 the new value.
5475 Here is an example which may make it clearer. Suppose we have:
5477 <PRE>
5478  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5479  Personal config    :   smtp-server = INHERIT, mysmtp.home
5480  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
5481  Command line       :   smtp-server = &lt;No Value Set&gt;
5482  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5483 </PRE>
5486 This would result in an effective smtp-server option of
5488 <PRE>
5489  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
5490 </PRE>
5492 The &quot;INHERIT&quot; token can be used in any of the configuration files
5493 and the effect cascades.
5494 For example, if we change the above example to:
5496 <PRE>
5497  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5498  Personal config    :   smtp-server = INHERIT, mysmtp.home
5499  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5500  Command line       :   smtp-server = &lt;No Value Set&gt;
5501  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5502 </PRE>
5505 This would result in:
5507 <PRE>
5508  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
5509 </PRE>
5511 Unset variables are skipped over (the default value is carried forward) so
5512 that, for example:
5514 <PRE>
5515  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5516  Personal config    :   smtp-server = &lt;No Value Set&gt;
5517  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5518  Command line       :   smtp-server = &lt;No Value Set&gt;
5519  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5520 </PRE>
5523 produces:
5525 <PRE>
5526  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
5527 </PRE>
5530 If any later configuration location has a value set (for a particular list
5531 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
5532 then that value replaces whatever value has been defined up to that point.
5533 In other words, that cancels out any previous inheritance.
5535 <PRE>
5536  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5537  Personal config    :   smtp-server = INHERIT, mysmtp.org
5538  Exceptions config  :   smtp-server = yoursmtp.org
5539  Command line       :   smtp-server = &lt;No Value Set&gt;
5540  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5541 </PRE>
5544 results in:
5546 <PRE>
5547  smtp-server = yoursmtp.org
5548 </PRE>
5551 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
5552 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
5553 difficult to insert the value &quot;INHERIT&quot; into the list of values
5554 for the option using the normal Setup tools.
5555 In other words, the color setting screen (for example) does not
5556 provide a way to input the text &quot;INHERIT&quot; as the first
5557 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
5558 The way to do this is to either edit the pinerc file directly and manually
5559 insert it, or turn
5560 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
5561 feature and insert it using the Setup/Config screen.
5563 &lt;End of help on this topic&gt;
5564 </BODY>
5565 </HTML>
5566 ============== h_special_xon_xoff =============
5567 <HTML>
5568 <HEAD>
5569 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
5570 </HEAD>
5571 <BODY>
5572 <H1>XOFF/XON Handling within Alpine</H1>
5574 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
5575 and XON) as normal characters, even though Alpine does not use them.
5576 However, the printer, modem, or communication software you are using may
5577 be configured for &quot;software flow control,&quot; which means that
5578 XON/XOFF must be treated as special characters by the operating system.
5579 If you see messages such as &quot;^S not defined for this screen&quot;,
5580 then your system is probably using software flow control. In this case
5581 you will need to set the
5582 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
5583 feature.
5585 If you <EM>do</EM> set this
5586 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
5587 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
5588 and see if that puts things right.  Printing via the
5589 &quot;attached-to-ansi&quot; or 
5590 &quot;attached-to-wyse&quot;
5591 option will automatically enable software
5592 flow-control handling for the duration of the printing.
5594 &lt;End of help on this topic&gt;
5595 </BODY>
5596 </HTML>
5597 ============= h_special_help_nav =============
5598 <HTML>
5599 <HEAD>
5600 <TITLE>Help Text Navigation Explained</TITLE>
5601 </HEAD>
5602 <BODY>
5603 <H1>Help Text Navigation Explained</H1>
5605 Alpine contains extensive context-sensitive help text.   At any point, 
5606 pressing the &quot;?&quot; key will bring up a page of help text
5607 explaining the options available to you.  You can leave the help
5608 text screen and return to normal Alpine operation by pressing
5610 <!--chtml if pinemode="function_key"-->
5611 F3 function
5612 <!--chtml else-->
5613 &quot;E&quot;
5614 <!--chtml endif-->
5615 key to Exit Help at any time.
5618 Within the help screen you might find a word or phrase displayed in 
5619 inverse text and others displayed in bold typeface.  Such words and
5620 phrases are used to tell you Alpine has more information available on
5621 the topic they describe.
5622 The inverted text is the &quot;selected&quot; topic.  
5623 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
5624 displayed in bold type
5625 is &quot;selected&quot;.
5626 Hit the Return key to display the information Alpine has available on that
5627 topic.  While viewing such additional information, the 
5628 <!--chtml if pinemode="function_key"-->
5629 F3 function
5630 <!--chtml else-->
5631 &quot;P&quot;
5632 <!--chtml endif-->
5633 key will return you to the previous help screen, and the
5634 <!--chtml if pinemode="function_key"-->
5635 F2 function
5636 <!--chtml else-->
5637 &quot;E&quot;
5638 <!--chtml endif-->
5639 key will Exit the Help system altogether.
5642 The "N" command will tell you the internal name of the help text you are 
5643 reading each time, so that you can send this name in the text of a message 
5644 and create a direct link to that internal help using the x-pine-help URL 
5645 scheme. For example, the direct link to this item is 
5646 x-pine-help:h_special_help_nav. If you add this text to a message, then
5647 a person using Pine to read such message would have a direct link to this
5648 help text.
5651 When you are finished reading this help text, you can press the
5652 <!--chtml if pinemode="function_key"-->
5653 F3 function
5654 <!--chtml else-->
5655 &quot;P&quot;
5656 <!--chtml endif-->
5657 key to return to the previously displayed help text.
5660 &lt;End of help on this topic&gt;
5661 </BODY>
5662 </HTML>
5663 ============= h_special_list_commands =============
5664 <HTML>
5665 <HEAD>
5666 <TITLE>Email List Commands Explained</TITLE>
5667 </HEAD>
5668 <BODY>
5669 <H1>Email List Commands Explained</H1>
5671 Electonic mail lists provide a way for like-minded users to join in
5672 discussions on topics of interest.  The email list itself is 
5673 represented by a
5674 single address that participants send messages to when they have
5675 something of interest to share with other members of the list.  The
5676 receiving computer then, either automatically or after review by the
5677 list's owner (or moderator), sends a copy of that message to each
5678 member of the list.
5681 Usually, subscribing and unsubscribing is done by sending requests in
5682 an email message to a special address setup to handle managing list
5683 membership.  Often this is the name of the list followed by
5684 <I>-request</I>.  This address is almost <EM>never</EM> the same as
5685 the address used to send messages to the list.
5688 Unfortunately, email list participation commands are more a matter
5689 of convention than standard, and thus may vary from list to list.
5690 Increasingly, list management software is adding information to
5691 the copy of the postings as they're copied to the list members that
5692 explains how to do the various list management functions.
5695 Alpine will recognize this information and offer the management commands
5696 they represent in a simple display. One or more of the following
5697 operations will be made available:
5699 <DL>
5700 <DT>Help</DT>
5701 <DD>
5702 A method to get help on subscribing, unsubscribing, 
5703 an explanation of what the list is about, or special instructions
5704 for participation.  This may be in the form of a reply in response
5705 to an email message, or instructions on how to connect to a Web site.
5706 </DD>
5708 <DT>Unsubscribe</DT>
5709 <DD>
5710 A method to get your email addressed removed from the list of
5711 recipients of the email list.
5712 </DD>
5714 <DT>Subscribe</DT>
5715 <DD>
5716 A method to get your email address added to the list of recipients
5717 of the email list.  It may be in the form of a message sent to 
5718 a special address or you may be connected to a web site.
5719 <DD>
5720 </DD>
5722 <DT>Post</DT>
5723 <DD>
5724 A method used to post to the email list.  However, it might also 
5725 indicate that no posting is allowed directly to the list.
5726 </DD>
5728 <DT>Owner</DT>
5729 <DD>
5730 A method to contact the list owner for special questions you might
5731 have regarding the list.
5732 </DD>
5734 <DT>Archive</DT>
5735 <DD>
5736 A method to view an archive of previous messages posted to the list.
5737 This may be in the form of a mail folder on a remote computer, an
5738 IMAP mailbox or even a Web site.
5739 </DD>
5740 </DL>
5743 &lt;End of help on this topic&gt;
5744 </BODY>
5745 </HTML>
5746 ============= h_quota_command =============
5747 <HTML>
5748 <HEAD>
5749 <TITLE>Quota Screen Explained</TITLE>
5750 </HEAD>
5751 <BODY>
5752 <H1>Quota Screen Explained</H1>
5754 <P> This screen summarizes the quota report for this mailbox in the
5755 IMAP server. For each resource that you have a quota, this reports summarizes
5756 its use and limit.
5758 <P> Your IMAP server administrator may have set a quota based either on 
5759 the total size of your mailbox (STORAGE), or the number of messages in 
5760 your mailbox (MESSAGES), or some other criteria. This will be reported
5761 to you indicating the type of quota, its total use and its limit.
5763 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
5764 1024 bytes. Each of the characters that you see in this help text is one 
5765 byte, and this help text is about 1 kibibyte in size. Small messages sent 
5766 by Alpine are normally less than 4 kibibytes in size (which includes 
5767 headers and text). Other email programs may send messages with bigger 
5768 sizes when they send messages, since they send plain text and an 
5769 alternative part in HTML.
5771 <P> A convenient way to save space for the STORAGE type of quota is by 
5772 deleting attachments. This is done on each individual message by pressing 
5773 the &quot;V&quot; command while reading the message text, then moving the cursor 
5774 to the position of the attachment that is to be deleted, then pressing
5775 &quot;D&quot; to delete such attachment, going back to reading the 
5776 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
5777 save the message in the same folder you are reading from. The saved 
5778 message will not have the attachment that was marked deleted. Now you
5779 can delete and expunge the message with the unwanted attachment.
5782 &lt;End of help on this topic&gt;
5783 </BODY>
5784 </HTML>
5785 ============= h_mail_thread_index =============
5786 <HTML>
5787 <HEAD>
5788 <TITLE>THREAD INDEX COMMANDS</TITLE>
5789 </HEAD>
5790 <BODY>                 
5791 <H1>THREAD INDEX COMMANDS</H1>
5792 <!--chtml if pinemode="function_key"-->
5793 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>
5794 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5795 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>
5796 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>
5797 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>
5798 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>
5799 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>
5800 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>
5801 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>
5802 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>
5803 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>
5804 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>
5805 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>
5806 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>
5807 <BR>
5808 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5809 -----------------------------<BR>
5810 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>
5811 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>
5812 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>
5813 <BR>
5814 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5815 -----------------------------<BR>
5816 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
5817 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
5818 <BR>
5819 <!--chtml else-->
5820 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>
5821 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5822 &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>
5823 &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>
5824 &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>
5825 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>
5826 &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>
5827 &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>
5828 &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>
5829 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>
5830 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5831 <BR>
5832 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
5833 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
5834 &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>
5835 &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>
5836 &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>
5837 &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>
5838 &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>
5839 &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>
5840 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
5841 <!--chtml endif-->
5844 NOTE:
5845 <OL>
5846  <LI>For help on a particular command, highlight the bold text associated
5847 with it above and hit Return.
5848  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5849 </OL>
5851 <H2>Description of the THREAD INDEX Screen</H2>
5853 The THREAD INDEX displays summary information from each
5854 thread (conversation) in the current folder.
5855 This is useful if you want to quickly
5856 scan new threads, or find a particular thread without having to go
5857 through the text of each message, or to quickly get rid of junk
5858 threads, etc.
5859 The current thread is always highlighted.
5860 Each line of the THREAD INDEX contains the following columns: <P>
5861 <DL>
5862  <DT>STATUS:</DT>
5863  <DD> The markings on the left side of the thread tell you about its
5864 status.  You may see one or more of the following codes on any given
5865 thread:
5866 <UL>
5867   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
5868   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
5869   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
5870   <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.
5871   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5872         message in the thread was sent to you as a cc:. This symbol will only show up if
5873         the feature
5874         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5875   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
5876         &quot;select&quot; command.  (Some systems may optionally allow selected
5877         messages to be denoted by the index line being displayed in bold
5878         type instead.)
5879   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5880       to mark at least one message in this thread as &quot;important&quot;.
5881 </UL></DD><P>
5883  <DT>THREAD NUMBER:</DT>
5884  <DD>Threads in a folder are numbered, from one through the number
5885 of threads in the folder, to help you know where you are in the folder.
5886 </DD><P>
5888  <DT>DATE STARTED:</DT>
5889  <DD>The date the thread was started. This is actually from the Date header
5890 of the first message in the thread. It doesn't take different time zones
5891 into account.</DD><P>
5893  <DT>WHO STARTED THE THREAD:</DT>
5894  <DD>This is usually the name of the sender of the first message in the thread, taken from
5895 the From header of the message.
5896 If there is no personal name given in that
5897 address, then the email address is used instead.
5898 If the message is from you (or from one of your
5899 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5900 then the recipient's name is shown here instead, with the characters
5901 &quot;To: &quot; inserted before the name.
5902 (The idea of this is that if you started the thread you would rather see who
5903 the mail was sent to instead of that the mail was from you.)
5904 In Newsgroups, if you are
5905 the sender and there are no email recipients, the newsgroup name will be
5906 listed after the &quot;To: &quot;.
5907 </DD><P>
5909  <DT>SIZE:</DT>
5910  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
5912  <DT>SUBJECT:</DT>
5913  <DD>As much of the thread's subject line as will fit on the screen.
5914 This is the subject of the first message in the thread.</DD>
5915 </DL>
5917 <P><UL>
5918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5919 </UL>
5921 &lt;End of help on this topic&gt;
5922 </BODY>
5923 </HTML>
5924 ============= h_mail_index =============
5925 <HTML>
5926 <HEAD>
5927 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
5928 </HEAD>
5929 <BODY>                 
5930 <H1>MESSAGE INDEX COMMANDS</H1>
5931 <!--chtml if pinemode="function_key"-->
5932 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>
5933 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5934 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>
5935 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>
5936 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>
5937 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>
5938 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>
5939 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>
5940 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>
5941 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>
5942 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>
5943 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>
5944 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>
5945 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>
5946 <BR>
5947 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5948 -----------------------------<BR>
5949 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>
5950 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>
5951 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>
5952 <BR>
5953 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5954 -----------------------------<BR>
5955 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
5956 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>
5957 <BR>
5958 <!--chtml else-->
5959 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>
5960 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5961 &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>
5962 &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>
5963 &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>
5964 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>
5965 &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>
5966 &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>
5967 &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>
5968 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>
5969 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5970 Miscellaneous&nbsp;Operations<BR>
5971 ------------------------<BR>
5972 &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>
5973 &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>
5974 &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>
5975 &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>
5976 &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>
5977 &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>
5978 &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>
5979 &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>
5980 <!--chtml endif-->
5983 NOTE:
5984 <OL>
5985  <LI>For help on a particular command, highlight the bold text associated
5986 with it above and hit Return.
5987  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5988 </OL>
5990 <H2>Description of the MESSAGE INDEX Screen</H2>
5992 The MESSAGE INDEX displays summary information from each
5993 message in the current folder.
5994 This is useful if you want to quickly
5995 scan new messages, or find a particular message without having to go
5996 through the text of each message, or to quickly get rid of junk
5997 messages, etc.
5999 The current message is always highlighted
6000 and many commands operate on the current message.
6001 For example, the Delete command will delete the current message.
6002 If the folder is sorted by either Threads or OrderedSubject, then, depending
6003 on some of your configuration settings, a single line in the index may
6004 refer to an entire thread or to a subthread.
6005 If that is the case, then the commands that normally operate on the current
6006 message will operate on the thread or subthread instead.
6007 For example, the Delete command will delete the whole collapsed thread
6008 instead of just a single message.
6010 Each line of the MESSAGE INDEX contains the following columns (by default -- 
6011 you can change this with the 
6012 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
6013 in the SETUP CONFIGURATION screen): <P>
6014 <DL>
6015  <DT>STATUS:</DT>
6016  <DD> The markings on the left side of the message tell you about its
6017 status.  You may see one or more of the following codes on any given
6018 message:
6019 <UL>
6020   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
6021          yet eXpunged the folder.
6022   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
6023   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
6024          to be answered.
6025   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
6026          forward a message.
6027   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
6028         directly to your account, your copy is not part of a cc: or a
6029         mailing list.
6030   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6031         message was sent to you as a cc:. This symbol will only show up if
6032         the feature
6033         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6034   <LI> &quot;X&quot; for selected.  You have selected the message by using the
6035         &quot;select&quot; command.  (Some systems may optionally allow selected
6036         messages to be denoted by the index line being displayed in bold
6037         type.)
6038   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6039       to mark this message as &quot;important&quot;.
6040 </UL></DD><P>
6042  <DT>MESSAGE NUMBER:</DT>
6043  <DD>Messages in a folder are numbered, from one through the number
6044 of messages in the folder, to help you know where you are in the folder.
6045 These numbers are always in increasing order, even if you sort the folder
6046 in a different way.</DD><P>
6048  <DT>DATE SENT:</DT>
6049  <DD>The date the message was sent.  By default, messages are
6050 ordered by arrival time, not by date sent.  Most of the time, arrival time
6051 and date sent (effectively departure time) are similar.  Sometimes,
6052 however, the index will appear to be out of order because a message took a
6053 long time in delivery or because the sender is in a different time
6054 zone than you are. This date is just the date from the Date header
6055 field in the message.</DD><P>
6057  <DT>WHO SENT THE MESSAGE:</DT>
6058  <DD>This is usually the name of the sender of the message, taken from
6059 the From header of the message.
6060 If there is no personal name given in that
6061 address, then the email address is used instead.
6062 If the message is from you (or from one of your
6063 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6064 then the recipient's name is shown here instead, with the characters
6065 &quot;To: &quot; inserted before the name.
6066 (The idea of this is that if you sent the mail you would rather see who
6067 the mail was sent to instead of that the mail was from you.
6068 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
6069 above.
6070 In particular, use the FROM token or the FROMORTONOTNEWS token
6071 in place of the FROMORTO token.)
6072 In Newsgroups, if you are
6073 the sender and there are no email recipients, the newsgroup name will be
6074 listed after the &quot;To: &quot;. </DD><P>
6076  <DT>SIZE:</DT>
6077  <DD>The number in parentheses is the number of characters in the message.
6078 It may have a suffix of K, M, or G which means the number should be
6079 multiplied by one thousand, one million, or one billion to get the
6080 size of the message.</DD><P>
6082  <DT>SUBJECT:</DT>
6083  <DD>As much of the message's subject line as will fit on the screen.</DD>
6084 </DL>
6086 <P><UL>
6087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6088 </UL>
6090 &lt;End of help on this topic&gt;
6091 </BODY>
6092 </HTML>
6093 ============= h_mail_view ========================
6094 <HTML>
6095 <HEAD>
6096 <TITLE>MESSAGE TEXT SCREEN</TITLE>
6097 </HEAD>
6098 <BODY>
6099 <H1>MESSAGE TEXT SCREEN</H1>
6100 <!--chtml if pinemode="function_key"-->
6101 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>
6102 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
6103 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>
6104 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>
6105 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>
6106 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>
6107 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>
6108 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>
6109 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>
6110 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>
6111 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>
6112 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>
6113 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>
6114 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>
6115 <BR>
6116 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6117 ------------------------------<BR>
6118 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
6119 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
6120 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
6121 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
6122 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
6123 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
6124 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
6125 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
6126 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
6127 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
6128 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
6129 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
6130 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6131 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
6132 <!--chtml else-->
6133 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
6134 ---------------------------------<BR>
6135 <BR>
6136 &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>
6137 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>
6138 &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>
6139 &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>
6140 &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>
6141 &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>
6142 &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>
6143 &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>
6144 &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>
6145 <BR>
6146 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
6147 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
6148 &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>
6149 &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>
6150 &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>
6151 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>
6152 <BR>
6153 General&nbsp;Alpine&nbsp;Commands<BR>
6154 ---------------------<BR>
6155 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
6156 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
6157 &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>
6158 &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>
6159 &nbsp;&nbsp;&nbsp;&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>
6160 <!--chtml endif-->
6163 NOTE:
6164 <OL>
6165  <LI>For help on a particular command, highlight the bold text associated
6166 with it above and hit Return.
6167  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6168 </OL>
6170 <H2>Description of the MESSAGE TEXT Screen</H2>
6172 The top line of the view message screen displays status
6173 information about the currently open collection and folder and about the
6174 current message.  It shows the name of the collection in angle brackets
6175 and then the name of the folder.  The line also displays the number
6176 of messages in the folder, the number of the current message and the
6177 percentage of the current message that has been displayed on the screen.
6178 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
6179 right corner.
6180 If the message has been answered (but not deleted) &quot;ANS&quot; will show
6181 in the corner.
6184 NOTE: to rapidly move to the end of a message, hit the
6185 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6186 (or Ctrl-W) key followed
6187 by Ctrl-V.  Similarly,
6188 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6189 followed by Ctrl-Y will take you to the beginning of
6190 a message.
6192 <H2>Explanation of Alternate Character Sets</H2>
6194 Alpine attempts to stay out of the way so that it won't prevent you from
6195 viewing mail in any character set.  It will simply send the message to
6196 your display device.  If the device is capable of displaying the
6197 message as it was written it will do so.  If not, the display may be
6198 partially or totally incorrect.
6199 If the message contains characters that are not representable in your 
6200 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
6201 variable in your configuration, then a warning message will be printed
6202 to your screen at the beginning of the message display.
6203 It is probably best to use UNIX Alpine in a terminal emulator
6204 capable of displaying UTF-8 characters.
6205 See <A HREF="h_config_char_set">Display Character Set</A> for a little
6206 more information about character set settings.
6208 <P><UL>
6209 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6210 </UL>
6212 &lt;End of help on this topic&gt;
6213 </BODY>
6214 </HTML>
6215 ======= h_index_cmd_select =======
6216 <HTML>
6217 <HEAD>
6218 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
6219 </HEAD>
6220 <BODY>
6221 <H1>Selecting: Select and WhereIs/Select</H1>
6223 Aggregate operations give you the ability to process a group of messages
6224 at once.  Acting on multiple messages requires two steps: (1) selecting a
6225 set of messages and then; (2) applying a command to that set. The first
6226 part is handled by the select command.  Select allows you to
6227 select messages based on their status (read, answered, etc.), contents,
6228 date, size, or keywords.
6229 You may also select based on one of your Rules or based on threads,
6230 and there are quick options to select a specific message or range of messages,
6231 to select the current message, or to select all messages.
6234 We describe the various selection criteria briefly:
6237 <DL>
6238 <DT>select All</DT>
6239 <DD> Marks all the messages in the folder as selected.
6240 </DD>
6242 <DT>select Cur</DT>
6243 <DD> Selects the currently highlighted message or currently highlighted
6244 set of messages if in a threaded view.
6245 </DD>
6247 <DT>select by Number</DT>
6248 <DD> Select by message number. This may be a comma-separated list instead or
6249 a single entry.
6250 Each element in the list may be either a single message number or a range
6251 of numbers with a dash between the lowest and highest member of the range.
6252 Some examples are 7 to select only message number 7; 2-5 to select messages
6253 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
6254 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
6255 substitute for the highest numbered message in the folder, while the
6256 character &quot;.&quot; represents the message number holding the position
6257 of the cursor in the folder.
6258 If in a separate thread index where the numbers refer to threads instead of
6259 to messages, then you will be selecting all of the messages in the
6260 referenced threads instead of selecting by message number.
6261 </DD>
6263 <DT>select by Date</DT>
6264 <DD> Select by either the date stored in the Date headers of each message,
6265 or by the date when the messages arrived.
6266 This does not adjust for different time zones, but just checks to see what
6267 day the message was sent on.
6268 You may type in a date. If you do, the date should be in the form
6269 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
6270 For example,
6271 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
6273 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
6274 If the date you want is close to the current date, it is probably
6275 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
6276 is displayed, instead of typing in the date yourself.
6277 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
6278 the date of the currently highlighted message. 
6280 There are six possible settings that are selected using the
6281 &quot;^W&nbsp;Toggle When&quot; command.
6282 Three of them select messages based on the Date headers.
6283 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
6284 and &quot;SENT ON&quot;.
6285 SINCE is all messages with the selected date or later.
6286 BEFORE is all messages earlier than the selected date (not including the day
6287 itself).
6288 ON is all messages sent on the selected date.
6289 The other three select messages in the same way but they use the arrival
6290 times of the messages instead of the Date headers included in the messages.
6291 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
6292 and &quot;ARRIVED ON&quot;.
6293 When you save a message from one folder to another the arrival time is
6294 preserved.
6295 </DD>
6297 <DT>select by Text</DT>
6298 <DD> Selects messages based on the message contents.
6299 This allows you to select a set of messages based on whether or not the
6300 message headers or message body contain specified text.
6301 You may look for text in the Subject, the From header,
6302 the To header, or the Cc header.
6303 You may also choose Recipient, which searches for the text in
6304 either the To or the Cc header;
6305 or Participant, which means To or Cc or From.
6306 Besides those specific header searches, you may also search the entire
6307 header and text of the message with &quot;All Text&quot;, or just the
6308 body of the message.
6310 To search for the absence of text, first type the &quot;! Not&quot; command
6311 before typing the specific type of text search.
6312 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6313 search for all messages that do not contain a particular word in their
6314 Subjects.
6316 If you choose a Subject search, you may use the subject from the current
6317 message by typing the &quot;^X Cur Subject&quot; command.
6318 You may then edit it further if you wish.
6319 For example, you might select the subject of a reply and edit the
6320 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6321 the original message being replied to.
6322 All of the other header searches allow you to use addresses from the
6323 headers of the current message if you want to.
6324 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6325 &quot;^W Cur Cc&quot;.
6326 In each case, if there is more than one address, only the first is offered.
6327 </DD>
6329 <DT>select by Status</DT>
6330 <DD> Selects messages based on their status.
6331 You may select all New, Important, Deleted, Answered, Recent, or Unseen
6332 messages.
6333 Or, if you first type the &quot;! Not&quot; command, you get not New,
6334 or not Important, and so on.
6335 If you select Deleted messages, you will get all messages with their
6336 Deleted flag set.
6337 Likewise for Important messages, all messages that you have flagged as
6338 being Important with the
6339 <A HREF="h_common_flag">Flag</A> command.
6340 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6341 because they try to match what you see on the screen by default.
6342 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6343 and Unanswered.
6344 If you have looked at the message, or deleted it, or answered it; then it
6345 is not considered &quot;New &quot;.
6346 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6348 &quot;Answered&quot; is another one that is a little different.
6349 It means that the message has been Answered <EM>and</EM> is not deleted.
6350 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6351 the opposite of &quot;Answered&quot;!
6352 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6353 both Unanswered <EM>and</EM> not deleted.
6355 The other two types were added later because the special nature of the
6356 New flag was not what was wanted by all users.
6357 New does match what you see in the index by default, but if you use
6358 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6359 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6360 be exactly what you want.
6361 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6362 they are deleted or answered, and
6363 &quot;Recent&quot; selects all of the messages that have been added to
6364 the folder since you started this Alpine session.
6365 (That's not technically quite true. If there are multiple mail clients
6366 reading an IMAP mailbox, each message will be marked as Recent in only
6367 one of the client's sessions.)
6368 </DD>
6370 <DT>select by siZe</DT>
6371 <DD> Selects messages based on their size being smaller than or larger
6372 than the size you specify.
6373 The size is the number of bytes.
6374 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
6375 the number.
6376 For example, 7K is the same as 7000.
6377 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
6378 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
6379 Use the &quot;^W&quot; command to toggle back and forth between Smaller
6380 and Larger.
6381 </DD>
6383 <DT>select by Keyword</DT>
6384 <DD> Selects messages that either have or do not have
6385 (using the &quot;!&nbsp;Not&quot; command)
6386 a particular <A HREF="h_config_keywords">Keyword</A> set.
6387 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
6388 command to select one from your list of keywords.
6390 <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.
6391 </DD>
6393 <DT>select by Rule</DT>
6394 <DD> Selects messages that either match or don't match
6395 (using the &quot;!&nbsp;Not&quot; command)
6396 one of the Rules you have defined.
6397 The most likely method of filling in the Rule is to use the
6398 &quot;^T&nbsp;To&nbsp;List&quot;
6399 command to select one of your Rules.
6400 All of the Rules you have defined will be in the list, including
6401 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
6402 They may not all make sense for this purpose, but they are all there for
6403 flexibility.
6404 You might find it useful to define some rules solely for the purpose
6405 of being used by the Select command.
6406 There is a special category for such Rules. They are called Search Rules.
6408 Unfortunately, Alpine does not allow all possible Rules to be defined.
6409 For example, there is no logical OR operation.
6410 OR is accomplished in the Filter Rules or the other types of Rules by
6411 simply defining two rules, one that matches the first part of the OR
6412 and another that matches the second part.
6413 But you can't do that here, since you only have a single Rule to work with.
6414 Likewise, the order of Rules is usually important.
6415 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6416 a message, then that stops the search for a further match.
6417 This means that you may be confused if you try to use Select by Rule to
6418 check your Filter rules because the order is important when filtering but
6419 is not considered here.
6420 </DD>
6422 <DT>select by tHread</DT>
6423 <DD> Selects all of the messages in the current thread.
6424 </DD>
6425 </DL>
6427 After you have an initial selection, the next and subsequent selection
6428 commands modify the selection.
6429 The select command changes. It first gives
6430 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
6431 &quot;unselect Current&quot;,
6432 &quot;Broaden selection&quot; (implements a logical OR), and
6433 &quot;Narrow selection&quot; (implements a logical AND).
6434 After you choose either Broaden or Narrow, you then choose one of the
6435 selection criteria listed above (by Text or Number or ...).
6436 You may use select as many times as you wish to get the selected set right.
6439 The WhereIs command has a feature (Ctrl-X) to
6440 select all the messages that match the WhereIs search. WhereIs searches
6441 through just the text that appears on the MESSAGE INDEX screen.
6442 This method is often slower than using the select command itself, unless the
6443 line you are looking for is not too far away in the index.
6446 The availability of the aggregate operations commands is determined by the
6447 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6448 Feature-List option in your Alpine
6449 configuration, which defaults to set.
6450 The features
6451 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
6453 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
6454 affect the behavior of the Select command.
6457 &lt;End of help on this topic&gt;
6458 </BODY>
6459 </HTML>
6460 ======= h_select_rule =======
6461 <HTML>
6462 <HEAD>
6463 <TITLE>Select: Rule</TITLE>
6464 </HEAD>
6465 <BODY>
6466 <H1>Select: Rule</H1>
6468 You are selecting messages that either match or don't match
6469 one of the Rules you have defined.
6470 You may either type the nickname of the Rule at the prompt, or use the
6471 &quot;^T&nbsp;To&nbsp;List&quot;
6472 command to select one of your Rules.
6473 All of the Rules you have defined will be in the list, including
6474 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
6475 They may not all make sense for this purpose, but they are all there for
6476 flexibility.
6477 Rules may be added by using the Setup/Rules screen off of the main Alpine
6478 menu.
6480 Unfortunately, Alpine does not allow all possible Rules to be defined.
6481 For example, there is no logical OR operation.
6482 OR is accomplished in the Filter Rules or the other types of Rules by
6483 simply defining two rules, one that matches the first part of the OR
6484 and another that matches the second part.
6485 But you can't do that here, since you only have a single Rule to work with.
6486 Likewise, the order of Rules is usually important.
6487 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6488 a message, then that stops the search for a further match.
6489 This means that you may be confused if you try to use Select by Rule to
6490 check your Filter rules because the order is important when filtering but
6491 is not considered here.
6494 &lt;End of help on this topic&gt;
6495 </BODY>
6496 </HTML>
6497 ======= h_select_text =======
6498 <HTML>
6499 <HEAD>
6500 <TITLE>Select: Text</TITLE>
6501 </HEAD>
6502 <BODY>
6503 <H1>Select: Text</H1>
6505 You are selecting messages based on the contents of the message.
6506 This allows you to select a set of messages based on whether or not the
6507 message headers or message body contain specified text.
6508 You may look for text in the Subject, the From header,
6509 the To header, or the Cc header.
6510 You may also choose Recipient, which searches for the text in
6511 either the To or the Cc header;
6512 or Participant, which means either the To header, or the Cc header,
6513 or the From header.
6514 Besides those specific header searches, you may also search the entire
6515 header and text of the message with &quot;All Text&quot;, or just the
6516 body of the message with &quot;Body&quot;.
6518 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
6519 before typing the specific type of text search.
6520 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6521 search for all messages that do not contain a particular word in their
6522 Subjects.
6524 If you choose a Subject search, you may use the subject from the current
6525 message by typing the &quot;^X Cur Subject&quot; command.
6526 You may then edit it further if you wish.
6527 For example, you might select the subject of a reply and edit the
6528 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6529 the original message being replied to.
6530 All of the other header searches allow you to use addresses from the
6531 headers of the current message if you want to.
6532 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6533 &quot;^W Cur Cc&quot;.
6534 In each case, if there is more than one address, only the first is offered.
6537 &lt;End of help on this topic&gt;
6538 </BODY>
6539 </HTML>
6540 ======= h_select_status =======
6541 <HTML>
6542 <HEAD>
6543 <TITLE>Select: Status</TITLE>
6544 </HEAD>
6545 <BODY>
6546 <H1>Select: Status</H1>
6548 You are selecting messages based on the status of the message.
6549 For example, whether or not the message has been marked Deleted or Important,
6550 or whether or not it has been Answered or is New.
6551 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
6552 opposite: not Deleted, not Important, and so on.
6554 If you select Deleted messages, you will get all messages with their
6555 Deleted flag set.
6556 Likewise for Important messages, all messages that you have flagged as
6557 being Important with the
6558 <A HREF="h_common_flag">Flag</A> command.
6559 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6560 because they try to match what you see on the screen by default.
6561 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6562 and Unanswered.
6563 If you have looked at the message, or deleted it, or answered it; then it
6564 is not considered &quot;New &quot;.
6565 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6567 &quot;Answered&quot; is another one that is a little different.
6568 It means that the message has been Answered <EM>and</EM> is not deleted.
6569 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6570 the opposite of &quot;Answered&quot;!
6571 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6572 both Unanswered <EM>and</EM> not deleted.
6574 (The New and Answered options may seem counter-intuitive.
6575 The reason it is done this way is
6576 because, by default, a Deleted message will show up with the &quot;D&quot;
6577 symbol in the MAIL INDEX screen even if it is New or Answered.
6578 The Delete symbol overrides the New and Answered symbols, because you
6579 usually don't care about the message anymore once you've deleted it.
6580 Similarly, you usually only care about whether a message is Answered or
6581 not if it is not Deleted.
6582 Once it is Deleted you've put it out of your mind.)
6584 The other two options were added later because the special nature of the
6585 New flag was not what was wanted by all users.
6586 New does match what you see in the index by default, but if you use
6587 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6588 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6589 be exactly what you expect.
6590 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6591 they are deleted or answered, and
6592 &quot;Recent&quot; selects all of the messages that have been added to
6593 the folder since you started this Alpine session.
6594 (That's not technically quite true. If there are multiple mail clients
6595 reading an IMAP mailbox, each message will be marked as Recent in only
6596 one of the client's sessions.
6597 That behavior can be convenienent for some purposes, like filtering, but
6598 it isn't usually what you expect when selecting.)
6601 &lt;End of help on this topic&gt;
6602 </BODY>
6603 </HTML>
6604 ======= h_index_cmd_apply =======
6605 <HTML>
6606 <HEAD>
6607 <TITLE>Apply Command</TITLE>
6608 </HEAD>
6609 <BODY>
6610 <H1>Apply Command</H1>
6612 Apply
6613 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
6614 is the second step of most aggregate operations.  Apply
6615 becomes active any time there is a defined set of selected messages.  The
6616 following commands can be applied to a selected message set: delete,
6617 undelete, reply, forward,
6618 <!--chtml if pinemode="os_windows"-->
6619 <!--chtml else--> 
6620 pipe,
6621 <!--chtml endif-->
6622 print, take address, save, export, bounce, and flag.
6625 The behavior of some of these commands in an aggregate sense is not easy to
6626 explain.  Try them out to see what they do.
6627 The feature
6628 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
6629 affects the behavior of the Apply command, as does the feature
6630 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
6633 &lt;End of help on this topic&gt;
6634 </BODY>
6635 </HTML>
6636 ======= h_index_cmd_zoom =======
6637 <HTML>
6638 <HEAD>
6639 <TITLE>ZoomMode Command</TITLE>
6640 </HEAD>
6641 <BODY>
6642 <H1>ZoomMode Command</H1>
6644 Another action you might want to take on a set of selected messages is to
6645 zoom in on them.  Like apply, zoom only becomes active when messages have
6646 been selected.
6647 ZoomMode
6648 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
6649 is a toggle command that allows you to
6650 zoom-in (and only see the selected messages) and zoom-out (to see all
6651 messages in the folder).  Neither apply nor zoom removes the markings that
6652 define the selected set; you need to use a select command in order
6653 to do that.
6656 &lt;End of help on this topic&gt;
6657 </BODY>
6658 </HTML>
6659 ======= h_index_collapse_expand =======
6660 <HTML>
6661 <HEAD>
6662 <TITLE>Collapse/Expand Command</TITLE>
6663 </HEAD>
6664 <BODY>
6665 <H1>Collapse/Expand Command</H1>
6667 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
6668 the folder is sorted by either Threads or OrderedSubject, and the
6669 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
6670 is set to something other than &quot;none&quot;.
6671 By default, this command collapses or expands the subthread that starts at
6672 the currently highlighted message, if any.
6673 If the subthread is already collapsed, then this command expands it.
6674 If the subthread is expanded, then this command collapses it.
6675 If there are no more messages below the current message in the
6676 thread tree (that is, there are no replies to the current message) then
6677 this command does nothing.
6680 The behavior of this command is affected by the option
6681 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
6682 Normally, this command Collapses or Expands the subthread that
6683 starts at the currently highlighted message.
6684 If the above option is set, then this command Collapses or Expands the
6685 entire current thread instead of just the subthread.
6686 The current thread is simply the top-level thread that contains the
6687 current message.
6690 &lt;End of help on this topic&gt;
6691 </BODY>
6692 </HTML>
6693 ======= h_index_cmd_sort =======
6694 <HTML>
6695 <HEAD>
6696 <TITLE>Sort Command</TITLE>
6697 </HEAD>
6698 <BODY>
6699 <H1>Sort Command</H1>
6701 In Alpine's generic configuration, messages are presented in the order in
6702 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
6703 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
6704 You can also re-sort the folder on demand with the sort
6705 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
6706 command.
6707 Your sorting options are:
6709 <UL>
6710  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
6711  <LI> <A HREF="h_index_sort_date">D</A>ate
6712  <LI> <A HREF="h_index_sort_subj">S</A>ubject
6713  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
6714  <LI> t<A HREF="h_index_sort_thread">H</A>read
6715  <LI> <A HREF="h_index_sort_from">F</A>rom
6716  <LI> si<A HREF="h_index_sort_size">Z</A>e
6717  <LI> scor<A HREF="h_index_sort_score">E</A>,
6718  <LI> <A HREF="h_index_sort_to">T</A>o
6719  <LI> <A HREF="h_index_sort_cc">C</A>c
6720 </UL>
6723 The Reverse option will toggle the order the index is currently
6724 sorted by, but will not change the relative sort order.
6727 Sorting a folder does not actually rearrange the way the folder is saved,
6728 it just re-arranges how the messages are presented to you.  This means
6729 that Alpine has to do the work of sorting every time you change sort order.
6730 Sometimes, especially with PC-Alpine or with large folders, this could take
6731 a while.
6734 &lt;End of help on this topic&gt;
6735 </BODY>
6736 </HTML>
6737 ======= h_index_sort_default =======
6738 <HTML>
6739 <HEAD>
6740 <TITLE>SORT OPTION: Default</TITLE>
6741 </HEAD>
6742 <BODY>
6743 <H1>SORT OPTION: Default</H1>
6745 The <EM>Default</EM> sort option just means to use the default sort order
6746 set in the
6747 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
6748 option in Setup/Config.
6751 &lt;End of help on this topic&gt;
6752 </BODY>
6753 </HTML>
6754 ======= h_index_sort_arrival =======
6755 <HTML>
6756 <HEAD>
6757 <TITLE>SORT OPTION: Arrival</TITLE>
6758 </HEAD>
6759 <BODY>
6760 <H1>SORT OPTION: Arrival</H1>
6762 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6763 in the order that they exist in the folder.  This is usually the same as the
6764 order in which they arrived.  This option is comparable to not sorting
6765 the messages at all.
6768 &lt;End of help on this topic&gt;
6769 </BODY>
6770 </HTML>
6771 ======= h_index_sort_date =======
6772 <HTML>
6773 <HEAD>
6774 <TITLE>SORT OPTION: Date</TITLE>
6775 </HEAD>
6776 <BODY>
6777 <H1>SORT OPTION: Date</H1>
6779 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6780 according to the date and time they were
6781 sent.
6784 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
6785 identical to sorting by &quot;Arrival&quot;.
6788 &lt;End of help on this topic&gt;
6789 </BODY>
6790 </HTML>
6791 ======= h_index_sort_subj =======
6792 <HTML>
6793 <HEAD>
6794 <TITLE>SORT OPTION: Subject</TITLE>
6795 </HEAD>
6796 <BODY>
6797 <H1>SORT OPTION: Subject</H1>
6799 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6800 by subject. 
6803 Messages with the same subject are
6804 first grouped together, and then the groups of like-subject messages
6805 are arranged alphabetically.
6808 Alpine ignores leading &quot;Re:&quot; and
6809 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
6810 likeness and alphabetical order of subject lines.
6813 &lt;End of help on this topic&gt;
6814 </BODY>
6815 </HTML>
6816 ======= h_index_sort_ordsubj =======
6817 <HTML>
6818 <HEAD>
6819 <TITLE>SORT OPTION: OrderedSubject</TITLE>
6820 </HEAD>
6821 <BODY>
6822 <H1>SORT OPTION: OrderedSubject</H1>
6824 The <EM>OrderedSubject</EM> sort option arranges messages in the
6825 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
6826 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
6829 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
6830 messages by the date of the oldest message in the group.
6833 This sort method provides for pseudo threading of conversations within
6834 a folder.
6835 You may want to try sorting by Thread instead.
6838 &lt;End of help on this topic&gt;
6839 </BODY>
6840 </HTML>
6841 ======= h_index_sort_thread =======
6842 <HTML>
6843 <HEAD>
6844 <TITLE>SORT OPTION: Thread</TITLE>
6845 </HEAD>
6846 <BODY>
6847 <H1>SORT OPTION: Thread</H1>
6849 The <EM>Thread</EM> sort option arranges messages in the
6850 MESSAGE&nbsp;INDEX by grouping all messages that indicate
6851 they are part of a conversation (discussion thread) taking
6852 place within a mailbox or newsgroup.  This indication is
6853 based on information in the message's header -- specifically
6854 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
6857 &lt;End of help on this topic&gt;
6858 </BODY>
6859 </HTML>
6860 ======= h_index_sort_from =======
6861 <HTML>
6862 <HEAD>
6863 <TITLE>SORT OPTION: From</TITLE>
6864 </HEAD>
6865 <BODY>
6866 <H1>SORT OPTION: From</H1>
6868 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6869 by the name of the author of the message.
6872 Messages with the same author are grouped together. Groups of
6873 messages are then put into alphabetical order according to message
6874 author.
6877 &lt;End of help on this topic&gt;
6878 </BODY>
6879 </HTML>
6880 ======= h_index_sort_size =======
6881 <HTML>
6882 <HEAD>
6883 <TITLE>SORT OPTION: Size</TITLE>
6884 </HEAD>
6885 <BODY>
6886 <H1>SORT OPTION: Size</H1>
6888 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6889 by their relative sizes.
6892 &lt;End of help on this topic&gt;
6893 </BODY>
6894 </HTML>
6895 ======= h_index_sort_score =======
6896 <HTML>
6897 <HEAD>
6898 <TITLE>SORT OPTION: Score</TITLE>
6899 </HEAD>
6900 <BODY>
6901 <H1>SORT OPTION: Score</H1>
6903 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6904 by their scores.
6907 Messages with the same score are sorted in arrival order.
6908 Scores are something you create using the
6909 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
6912 &lt;End of help on this topic&gt;
6913 </BODY>
6914 </HTML>
6915 ======= h_index_sort_to =======
6916 <HTML>
6917 <HEAD>
6918 <TITLE>SORT OPTION: To</TITLE>
6919 </HEAD>
6920 <BODY>
6921 <H1>SORT OPTION: To</H1>
6923 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
6924 by the names of the recipients of the message.
6927 Messages with the same recipients are grouped together. Groups of
6928 messages are then put into alphabetical order according to message
6929 recipients.
6932 &lt;End of help on this topic&gt;
6933 </BODY>
6934 </HTML>
6935 ======= h_index_sort_cc =======
6936 <HTML>
6937 <HEAD>
6938 <TITLE>SORT OPTION: Cc</TITLE>
6939 </HEAD>
6940 <BODY>
6941 <H1>SORT OPTION: Cc</H1>
6943 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
6944 the names of the carbon copy addresses of the message.
6947 &lt;End of help on this topic&gt;
6948 </BODY>
6949 </HTML>
6950 ======= h_index_cmd_whereis =======
6951 <HTML>
6952 <HEAD>
6953 <TITLE>WhereIs Command</TITLE>
6954 </HEAD>
6955 <BODY>
6956 <H1>WhereIs Command</H1>
6958 The WhereIs
6959 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6960 command lets you search the MESSAGE INDEX for a word.
6961 It scans through whatever you see, usually the name of the author
6962 and the Subject line.
6963 WhereIs has special subcommands to let you find the beginning of the
6964 index (Ctrl-Y -- first message)
6965 or the end of the index (Ctrl-V -- last message).
6967 Note that WhereIs only searches through the visible text on the screen.
6968 For example, if only part of the Subject of a message is shown because it
6969 is long, then only the visible portion of the Subject is searched.
6970 Also note that WhereIs does not &quot;see&quot; the 
6971 &quot;X&quot; in column one of Index entries for selected messages
6972 so it can't be used to search for
6973 selected messages (use &quot;Zoom&quot; instead).
6975 If the feature
6976 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6977 is turned on,
6978 WhereIs can also be used as a quick way to select messages that match the
6979 string being searched for.
6980 Instead of typing carriage return to search for the next match, type
6981 Ctrl-X to select all matches.
6982 Once again, this only selects matches that are (or would be if the right
6983 index line was on the screen) visible.
6984 Truncated From lines or Subjects will cause matches to be missed.
6985 Although WhereIs is sometimes convenient for quick matching, the Select
6986 command is usually more powerful and usually faster.
6989 &lt;End of help on this topic&gt;
6990 </BODY>
6991 </HTML>
6992 ======= h_view_cmd_whereis =======
6993 <HTML>
6994 <HEAD>
6995 <TITLE>WhereIs Command</TITLE>
6996 </HEAD>
6997 <BODY>
6998 <H1>WhereIs Command</H1>
7000 The WhereIs
7001 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7002 command does a &quot;find in current message&quot; operation.  You
7003 type in text and Alpine will try to find it in the message you are
7004 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
7005 or end (Ctrl-V) of the message.
7006 That is, to rapidly move to the end of a message, hit the 
7007 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7008 (or Ctrl-W) key followed
7009 by Ctrl-V.  Similarly,
7010 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7011 followed by Ctrl-Y will take you to the beginning of a message.
7014 &lt;End of help on this topic&gt;
7015 </BODY>
7016 </HTML>
7017 ======= h_view_cmd_hilite =======
7018 <HTML>
7019 <HEAD>
7020 <TITLE>View Hilite and Next item/Previous item</TITLE>
7021 </HEAD>
7022 <BODY>
7023 <H1>View Hilite and Next item/Previous item</H1>
7025 Sometimes messages may be in the form of formatted HTML text
7026 or they may contain URLs or Web server hostnames.
7027 When any of the features
7028 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
7029 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
7030 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
7032 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
7033 are enabled, Alpine will represent such selectable items in the text
7034 in bold typeface.  One of the selectable items will be displayed in
7035 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
7036 Press the Return key to view the currently selected item.
7039 The Up and Down Arrows keys can be used to change the selected item
7040 (also see the feature
7041 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
7042 If there are no selectable items in the direction of the arrow you
7043 pressed, Alpine will scroll the display in that direction until one
7044 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
7045 items in the message text, use the Previous and Next item commands,
7046 <!--chtml if pinemode="function_key"-->F5 and F6
7047 <!--chtml else-->^B and ^F<!--chtml endif-->.
7050 &lt;End of help on this topic&gt;
7051 </BODY>
7052 </HTML>
7053 ======= h_view_cmd_viewattch =======
7054 <HTML>
7055 <HEAD>
7056 <TITLE>ViewAttch Command</TITLE>
7057 </HEAD>
7058 <BODY>
7059 <H1>ViewAttch Command</H1>
7062 The View/Save Attachment
7063 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
7064 command allows you to handle MIME attachments to a message you have
7065 received.  Alpine shows you a list of the message attachments -- you just
7066 choose the attachment you want.  You may either view or save the
7067 selected attachment.
7070 Because many attachments require external programs for display, there
7071 is some system configuration that has to happen before you can
7072 actually display attachments.  Hopefully much of that will have been
7073 done already by your system administrator.  MIME configuration is
7074 handled with the &quot;mailcap&quot; configuration file.  (See the section 
7075 on configuration in the
7076 <A HREF="h_news">release notes</A> for more information.)
7079 &lt;End of help on this topic&gt;
7080 </BODY>
7081 </HTML>
7082 ======= h_index_cmd_expunge =======
7083 <HTML>
7084 <HEAD>
7085 <TITLE>Expunge/Exclude Command</TITLE>
7086 </HEAD>
7087 <BODY>
7088 <H1>Expunge/Exclude Command</H1>
7090 Expunge/Exclude
7091 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
7092 is the command Alpine uses to actually remove all messages
7093 marked for deletion.  With regular email files, expunge literally deletes
7094 the text from the current folder.  With newsgroups or shared mailboxes,
7095 you don't have permission to actually remove the message, so it is an
7096 exclude -- Alpine removes the message from your view of the folder even
7097 though it is not technically gone.
7099 <P> A selective expunge command is available in IMAP folders that support 
7100 the UID EXPUNGE extension in <A 
7101 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
7102 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
7103 as a subcommand of the apply command. If some selected messages are marked 
7104 deleted, then the apply command will offer the eXpunge command, which when 
7105 executed will only expunge those messages that are selected and deleted.
7107 <P> 
7108 Observe that the expunge command (when not used from the apply command) 
7109 will expunge/exclude all deleted messages from the folder, and so all 
7110 messages marked deleted will be expunged, regardless of if they are 
7111 selected or not. In other words, there is no protection against 
7112 potentially expunging more messages than only those that have been 
7113 selected and deleted.
7116 The configuration features
7117 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
7119 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
7120 affect the behavior of the Expunge command.
7123 &lt;End of help on this topic&gt;
7124 </BODY>
7125 </HTML>
7126 ======= h_common_compose =======
7127 <HTML>
7128 <HEAD>
7129 <TITLE>Compose Command</TITLE>
7130 </HEAD>
7131 <BODY>
7132 <H1>Compose Command</H1>
7134 The Compose command takes you into the Alpine message composer where you
7135 can start a new message for sending.  This is where you type in the
7136 message's text and specify its recipient list (the &quot;To:&quot;
7137 address), where copies should be directed (e.g., &quot;Fcc&quot;,
7138 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
7139 be attached to the message.
7142 When you type this command, Alpine will also automatically check for any
7143 interrupted (i.e., a message that was being composed when your modem
7144 or network connection was broken) or previously postponed messages and
7145 offer you a chance to continue working on those.
7148 <UL>   
7149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7150 </UL><P>
7151 &lt;End of help on this topic&gt;
7152 </BODY>
7153 </HTML>
7154 ======= h_common_index =======
7155 <HTML>
7156 <HEAD>
7157 <TITLE>Message Index Command</TITLE>
7158 </HEAD>
7159 <BODY>
7160 <H1>Message Index Command</H1>
7162 The Index command takes you to the MESSAGE INDEX screen that displays a
7163 summary caption for each message in the currently-open folder. One
7164 message will be highlighted; this is the &quot;Current&quot; message.
7165 The message commands available from this screen (e.g. View, Reply,
7166 Forward, Delete, Print, Save, etc) apply to the current message.
7169 &lt;End of help on this topic&gt;
7170 </BODY>
7171 </HTML>
7172 ======= h_common_folders =======
7173 <HTML>
7174 <HEAD>
7175 <TITLE>Folder List Command</TITLE>
7176 </HEAD>
7177 <BODY>
7178 <H1>Folder List Command</H1>
7180 This Folder List command takes you to the FOLDER LIST screen that displays
7181 the names of all your message folders and allows you to view, rename,
7182 delete, and add folders.  You can open (view) a different folder than the
7183 one currently open by highlighting the desired one (using the arrow keys
7184 or their control-key equivalents) and pressing RETURN.
7187 If you have multiple folder collections defined (see the Help text for
7188 the FOLDER LIST screen to learn more about Collections), you may need
7189 to press Return to expand the collection and display all of the
7190 folders in it.
7193 &lt;End of help on this topic&gt;
7194 </BODY>
7195 </HTML>
7196 ======= h_main_addrbook =======
7197 <HTML>
7198 <HEAD>
7199 <TITLE>Address Book Command</TITLE>
7200 </HEAD>
7201 <BODY>
7202 <H1>Address Book Command</H1>
7204 This command, available only from the MAIN MENU, takes you
7205 to the ADDRESS BOOK management screen.  From here, your personal address
7206 book(s) may be updated.
7209 &lt;End of help on this topic&gt;
7210 </BODY>
7211 </HTML>
7212 ======= h_main_setup =======
7213 <HTML>
7214 <HEAD>
7215 <TITLE>Setup Command</TITLE>
7216 </HEAD>
7217 <BODY>
7218 <H1>Setup Command</H1>
7220 The Setup command, available only from the MAIN MENU, prompts you for
7221 one of several configuration screens, including the SETUP CONFIGURATION 
7222 screen, by which you may activate optional Alpine features.
7225 &lt;End of help on this topic&gt;
7226 </BODY>
7227 </HTML>
7228 ======= h_main_release_notes =======
7229 <HTML>
7230 <HEAD>
7231 <TITLE>Release Notes Command</TITLE>
7232 </HEAD>
7233 <BODY>
7234 <H1>Release Notes Command</H1>
7236 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
7237 as well as pointers to further information such as history and legal notes.
7240 &lt;End of help on this topic&gt;
7241 </BODY>
7242 </HTML>
7243 ======= h_main_kblock =======
7244 <HTML>
7245 <HEAD>
7246 <TITLE>Keyboard Lock Command</TITLE>
7247 </HEAD>
7248 <BODY>
7249 <H1>Keyboard Lock Command</H1>
7251 This command allows your Alpine session to be protected
7252 during a temporary absence from your terminal.
7255 &lt;End of help on this topic&gt;
7256 </BODY>
7257 </HTML>
7258 ======= h_main_journal =======
7259 <HTML>
7260 <HEAD>
7261 <TITLE>Journal Command</TITLE>
7262 </HEAD>
7263 <BODY>
7264 <H1>Journal Command</H1>
7266 This command displays a list of all the status messages Alpine has
7267 displayed (on the third line from the bottom of the screen). This may
7268 be useful if a message disappeared before you had a chance to read it.
7271 &lt;End of help on this topic&gt;
7272 </BODY>
7273 </HTML>
7274 ======= h_common_role =======
7275 <HTML>
7276 <HEAD>
7277 <TITLE>Role Command</TITLE>
7278 </HEAD>
7279 <BODY>
7280 <H1>Role Command</H1>
7282 The Role command is similar to the Compose command except that it starts
7283 off by letting you select a <A HREF="h_rules_roles">role</A>
7284 to be used for the composition.
7285 You may set up alternate roles by using Setup/Rules/Roles.
7288 &lt;End of help on this topic&gt;
7289 </BODY>
7290 </HTML>
7291 ======= h_common_conditional_cmds =======
7292 <HTML>
7293 <HEAD>
7294 <TITLE>Conditional Commands</TITLE>
7295 </HEAD>
7296 <BODY>
7297 <H1>Conditional Commands</H1>
7299 The presence or absence of certain commands, particularly in the
7300 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
7301 whether or not specific features are set in your Alpine configuration.  
7302 (You can access the SETUP CONFIGURATION screen, where they are found, from 
7303 Alpine's MAIN MENU.)  To see if a desired command's availability is
7304 conditioned on a feature setting, see the command's help text (highlight
7305 the phrase associated with the command and hit Return).
7308 Also note that some
7309 commands may be administratively disabled by your system manager;
7310 if they don't work, please check with your local help desk.
7313 <UL>   
7314 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7315 </UL><P>
7316 &lt;End of help on this topic&gt;
7317 </BODY>
7318 </HTML>
7319 ======= h_common_pipe =======
7320 <HTML>
7321 <HEAD>
7322 <TITLE>Pipe Command</TITLE>
7323 </HEAD>
7324 <BODY>
7325 <H1>Pipe Command</H1>
7327 Pipe
7328 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
7329 allows you to send a message to a specified Unix command for external
7330 processing.
7331 This command's availability is controlled by the
7332 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
7333 feature.
7334 By default, the processed text of the message is sent to the command
7335 you specify and the output is captured by Alpine and shown to you.
7336 When you run the pipe command, there are some sub-commands which may be
7337 used to alter this behavior.
7338 These sub-commands are described <A HREF="h_pipe_command">here</A>.
7341 &lt;End of help on this topic&gt;
7342 </BODY>
7343 </HTML>
7344 ======= h_common_goto =======
7345 <HTML>
7346 <HEAD>
7347 <TITLE>Goto Command</TITLE>
7348 </HEAD>
7349 <BODY>
7350 <H1>Goto Command</H1>
7352 Goto
7353 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
7354 is the command that lets you bypass Alpine's folder selection screens
7355 and jump directly to a new folder.  You can select any folder in the
7356 world: one in your current collection, one in a different collection or
7357 one in a collection you've never even used before.
7360 Alpine will help you as much as possible to narrow in on the folder you want.
7361 However, if the folder is outside of your defined collections, you are
7362 going to have to enter the exact folder location using the correct
7363 <A HREF="h_valid_folder_names">syntax</A>
7364 for a remote folder and/or fully-qualified path name.
7367 &lt;End of help on this topic&gt;
7368 </BODY>
7369 </HTML>
7370 ======= h_common_nextnew =======
7371 <HTML>
7372 <HEAD>
7373 <TITLE>NextNew Command</TITLE>
7374 </HEAD>
7375 <BODY>
7376 <H1>NextNew Command</H1>
7378 When you press the TAB key, Alpine advances to the next
7379 &quot;interesting&quot; message.
7380 This will be the next message you have not seen before, or the next message
7381 you have flagged Important, whichever comes first.
7382 Unread messages that have been deleted are not considered interesting.
7383 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
7384 articles after you have read them if you want to remove them from future
7385 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
7386 more information.)
7389 The NextNew command is affected by the feature
7390 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
7391 which causes Alpine to only consider Unread messages interesting, not messages
7392 flagged Important.
7395 This command behaves a little differently when it finds there are no more
7396 interesting messages left in the current folder.
7397 If the current folder is one of your Incoming Message Folders
7398 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
7399 or it is a newsgroup, then Alpine will try to find the next folder or
7400 newsgroup that contains <EM>Recent</EM> messages and will ask you
7401 if you want to open that folder.
7402 This behavior may be modified by using the
7403 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
7404 feature that causes Alpine to look for Unseen messages instead of Recent
7405 messages.
7406 The NextNew command's behavior is also affected by the configuration features
7407 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
7409 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
7412 &lt;End of help on this topic&gt;
7413 </BODY>
7414 </HTML>
7415 ======= h_common_jump =======
7416 <HTML>
7417 <HEAD>
7418 <TITLE>Jump Command</TITLE>
7419 </HEAD>
7420 <BODY>
7421 <H1>Jump Command</H1>
7423 This is Alpine's way of allowing you to go straight to a specific message.
7424 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
7425 configured such that typing in any number automatically jumps you to that
7426 message 
7427 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
7428 in the SETUP CONFIGURATION).
7431 &lt;End of help on this topic&gt;
7432 </BODY>
7433 </HTML>
7434 ======= h_common_flag =======
7435 <HTML>
7436 <HEAD>
7437 <TITLE>Flag Command</TITLE>
7438 </HEAD>
7439 <BODY>
7440 <H1>Flag Command</H1>
7442 Flag
7443 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7444 is the command that allows users to manipulate the status flags that
7445 appear on the left side of the MESSAGE INDEX screen.  The most common
7446 use of this is to mark a message as important. This is something of a
7447 note to yourself to get back to that message.  You may also use the
7448 flag command to set (or unset) the flags that indicate that a message
7449 is new, answered, deleted, or forwarded.<P>
7451 Provided the mail server supports it,
7452 you may also manipulate user-defined keywords
7453 for a message using the flag command.
7454 These keywords will be available if you use the Flag Details screen that you
7455 can get to after typing the
7456 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7457 command.
7458 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
7459 which are always present.
7460 You may add new keywords by using the Add KW command from the Flag Details screen
7461 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
7463 The availability of the flag command is determined by the
7464 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
7465 feature in your Alpine configuration. Also, it is possible that Flag could be
7466 administratively disabled by your system manager; if it doesn't work,
7467 please check with your local help desk before reporting a bug.
7468 The behavior of the flag command may be modified by the
7469 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
7470 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
7473 &lt;End of help on this topic&gt;
7474 </BODY>
7475 </HTML>
7476 ======= h_common_hdrmode =======
7477 <HTML>
7478 <HEAD>
7479 <TITLE>HdrMode Command</TITLE>
7480 </HEAD>
7481 <BODY>
7482 <H1>HdrMode Command</H1>
7484 Every email message comes with some header lines that you normally
7485 don't see (and don't want to see).
7486 These include anywhere from 3-20 lines (or more) added by the
7487 Internet mail transport system to record the route your message took,
7488 for diagnostic purposes.
7489 These are normally of no import and simply
7490 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
7491 This also includes other non-standard headers the message may contain.
7492 If you want to see these headers, there is a way to reveal them.
7495 The Header Mode
7496 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7497 command is a toggle that controls Alpine's handling of these header
7498 lines.  Normally, full headers is &quot;off&quot; and you only see a
7499 few lines about who a message is to and who it is from.  When you
7500 press
7501 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7502 to turn full headers on, Alpine will show you
7503 the normal header lines as well as delivery headers, comment headers,
7504 MIME headers, and any other headers present.
7507 Several different Alpine commands honor the header mode -- it affects how
7508 messages are displayed, how they appear in forward and reply email, how
7509 they are printed, how they are saved, and how they are exported.
7510 <!--chtml if pinemode="os_windows"-->
7511 <!--chtml else--> 
7512 The pipe command is also affected.
7513 <!--chtml endif-->
7516 The presence or absence of the Header Mode command is determined by the
7517 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7518 Feature-List option in your Alpine configuration.
7521 If you have also turned on the
7522 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
7523 option then the HdrMode command actually rotates through three states
7524 instead of just two.
7525 The first is the normal view with long quotes suppressed.
7526 The second is the normal view but with the long quotes included.
7527 The last enables the display of all headers in the message.
7528 When using Export, Pipe, Print, Forward, or Reply the quotes are
7529 never suppressed, so the first two states are identical.
7532 The behavior of the Header Mode command may be altered slightly by
7533 turning on the
7534 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
7535 Feature-List option in your Alpine configuration.
7536 In particular, it will cause the Header Mode to be persistent when moving
7537 from message to message instead of resetting to the default for each message.
7540 <UL>   
7541 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7542 </UL><P>
7543 &lt;End of help on this topic&gt;
7544 </BODY>
7545 </HTML>
7546 ======= h_common_print =======
7547 <HTML>
7548 <HEAD>
7549 <TITLE>Print Command</TITLE>
7550 </HEAD>
7551 <BODY>
7552 <H1>Print Command</H1>
7554 The Print
7555 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
7556 command allows you to print a copy of a message.
7557 There are many SETUP CONFIGURATION features that affect the
7558 Print command, including
7559 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
7560 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
7561 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
7562 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
7563 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
7564 You set up for printing by using the Printer option of the Setup command
7565 on the MAIN MENU.
7569 &lt;End of help on this topic&gt;
7570 </BODY>
7571 </HTML>
7572 ======= h_common_take =======
7573 <HTML>
7574 <HEAD>
7575 <TITLE>TakeAddr Command</TITLE>
7576 </HEAD>
7577 <BODY>
7578 <H1>TakeAddr Command</H1>
7581 With the Take Address
7582 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
7583 command, you can extract email addresses from an
7584 incoming message and save them in an address book.  This is an easy way
7585 to add to your address book and avoid having to remember the email
7586 addresses of the people who write to you.
7589 If the message is just to you individually, then you will only need to
7590 provide a nickname.  If the message contains more than one email address,
7591 then you will see an address
7592 selection screen that lets you choose the address you want to save into
7593 your address book, or lets you choose several of them add to a
7594 personal distribution list.
7597 Once you've added an entry to your address book, you can use it from the
7598 message composer by typing the nickname of the entry into one of the
7599 header fields (for example, into the To: field), or you can use ^T from
7600 the header field to select the entry from your address book.
7603 If the configuration feature
7604 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
7605 is set, the behavior of the Take command is altered slightly.
7608 &lt;End of help on this topic&gt;
7609 </BODY>
7610 </HTML>
7611 ======= h_ge_import =======
7612 <HTML>
7613 <HEAD>
7614 <TITLE>Import File Selection</TITLE>
7615 </HEAD>
7616 <BODY>
7617 <H1>Import File Selection</H1>
7619 You are importing a file that you previously
7620 exported from Alpine.
7621 You are now being asked for the name of that file.
7622 The easiest way to select a file is probably with the &quot;^T&quot;
7623 &quot;To Files&quot; command.
7624 Alternatively, you may type in a file name.
7625 It may be an absolute pathname.
7626 Otherwise, it is a file located in your home directory
7627 or current working directory
7628 <!--chtml if pinemode="running"-->
7629 (which, at least for your current Alpine &quot;session,&quot; 
7630 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7631 <!--chtml endif-->, depending on the
7632 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7633 In any case, you finish by typing a carriage return to accept the
7634 file name that is displayed.
7635 When the feature
7636 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7637 is turned on you may use TAB to complete partially typed in names.
7639 You may cancel the import operation by typing &quot;^C&quot; after exiting
7640 this help.
7642 &lt;End of help on this topic&gt;
7643 </BODY>
7644 </HTML>
7645 ======= h_ge_allparts =======
7646 <HTML>
7647 <HEAD>
7648 <TITLE>Export Message File Selection</TITLE>
7649 </HEAD>
7650 <BODY>
7651 <H1>Export Message File Selection</H1>
7653 You are Exporting a message from an Alpine mail folder
7654 to a plain text file.
7655 You also have the option of exporting all of the attachments associated
7656 with the message.
7657 You are now being asked for the name of the file to export <EM>to</EM>.
7658 The easiest way to select a file is probably with the &quot;^T&quot;
7659 &quot;To Files&quot; subcommand.
7660 After returning from that subcommand you will still be allowed to
7661 edit the name you have selected.
7662 Alternatively, you may type in a file name.
7663 It may be an absolute pathname.
7664 Otherwise, it is a file located in your home directory
7665 or current working directory
7666 <!--chtml if pinemode="running"-->
7667 (which, at least for your current Alpine &quot;session,&quot; 
7668 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7669 <!--chtml endif-->, depending on the
7670 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7671 In any case, you finish by typing a carriage return to accept the
7672 file name that is displayed.
7673 When the feature
7674 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7675 is turned on you may use TAB to complete partially typed in names.
7677 The message you are exporting appears to have some attachments.
7678 If you wish to save <EM>all</EM> of the attachments at once,
7679 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
7680 saving of the attachments.
7681 You may turn it back off by typing &quot;^P&quot; again, which will now
7682 be labeled &quot;NoAllParts&quot; instead.
7683 If you want to save the parts the command displayed should be
7684 &quot;NoAllParts&quot;!
7685 When you choose to save attachments like this, the attachments will be saved
7686 in a newly created directory.
7687 That directory will have the same name as the file name you choose here,
7688 with the letters &quot;.d&quot; appended.
7689 If that directory already exists, then the letters &quot;.d_1&quot; will
7690 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
7691 is found.
7692 For example, if you select the file name
7694 <CENTER><SAMP>filename</SAMP></CENTER>
7696 to export the message to, then the directory used for the attachments will be
7698 <CENTER><SAMP>filename.d</SAMP></CENTER>
7700 or perhaps
7702 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
7704 The attachments will then be put into files inside that directory.
7705 The names for the attachment files will be derived from the attachments
7706 if possible.
7707 This is done in the same way as the default values are derived if you
7708 save them one at a time.
7709 (The &quot;filename&quot; parameter from the Content-Disposition header
7710 is the first choice. If that doesn't exist, the &quot;name&quot;
7711 parameter from the Content-Type header is used.)
7712 If a name for a particular attachment is not available, then the
7713 part number of the attachment is used, with the characters &quot;part_&quot;
7714 prepended.
7715 An example of that would be
7717 <CENTER><SAMP>part_2.1</SAMP></CENTER>
7719 If you want to save only some of the attachments or if you want more control
7720 over the directory and filename where an attachment is saved you may
7721 cancel out of this command and View the attachment list.
7722 From there you can save each attachment individually.
7724 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7725 this help.
7727 &lt;End of help on this topic&gt;
7728 </BODY>
7729 </HTML>
7730 ======= h_ge_export =======
7731 <HTML>
7732 <HEAD>
7733 <TITLE>Export File Selection</TITLE>
7734 </HEAD>
7735 <BODY>
7736 <H1>Export File Selection</H1>
7738 You are Exporting or Saving something from within the Alpine world
7739 (a message, an attachment, etc.)
7740 to a plain text file.
7741 You are now being asked for the name of the file to export <EM>to</EM>.
7742 The easiest way to select a file is probably with the &quot;^T&quot;
7743 &quot;To Files&quot; subcommand.
7744 After returning from that subcommand you will still be allowed to
7745 edit the name you have selected.
7746 Alternatively, you may type in a file name.
7747 It may be an absolute pathname.
7748 Otherwise, it is a file located in your home directory
7749 or current working directory
7750 <!--chtml if pinemode="running"-->
7751 (which, at least for your current Alpine &quot;session,&quot; 
7752 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7753 <!--chtml endif-->, depending on the
7754 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7755 In any case, you finish by typing a carriage return to accept the
7756 file name that is displayed.
7757 When the feature
7758 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7759 is turned on you may use TAB to complete partially typed in names.
7761 If the object you are exporting is a message with some attachments,
7762 you may wish to save all of the attachments by typing the &quot;^P&quot;
7763 &quot;AllParts&quot; command to turn on saving of the attachments.
7764 This subcommand will only be visible if the message actually has attachments.
7765 You may also View the attachment list and save individual attachments from
7766 there.
7768 If you are SAVING a text part (text/plain, text/html, etc.) you can use
7769 the Control-R subcommand to toggle if saving will be done in binary mode,
7770 meaning that the attachment will be decoded, but will not be transformed
7771 to UTF-8 for further processing (either in internal filters, or user
7772 supplied filters.) This is useful in case you either want to preserve
7773 the text as it was encoded originally to you, or the attachment was
7774 incorrectly attached (the attachment is not of text type) and you need
7775 the original text to process the attachment.
7777 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7778 this help.
7780 &lt;End of help on this topic&gt;
7781 </BODY>
7782 </HTML>
7783 ======= h_common_save =======
7784 <HTML>
7785 <HEAD>
7786 <TITLE>Save and Export Commands</TITLE>
7787 </HEAD>
7788 <BODY>
7789 <H1>Save and Export Commands</H1>
7791 Save
7792 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
7793 and Export
7794 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
7795 are the two alternatives Alpine gives you to keep a copy of the message
7796 you are reading. If you want to keep the message within Alpine's email
7797 world, use &quot;Save&quot;; if you want to use the message in another
7798 program, use &quot;Export&quot;.
7801 When you Save a message, it is put into an existing folder or into a new
7802 folder in one of your existing folder collections.  The message stays in
7803 email format and can be read by Alpine again.  Alpine may use a special format
7804 for its mail folders -- never edit an Alpine folder by hand or with any
7805 program other than Alpine.  The exact behavior of the Save command can be
7806 configured with the
7807 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
7808 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
7809 and 
7810 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
7811 feature list settings.
7812 The name of the folder offered as a default is controlled by the option
7813 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
7816 When you use Export, the message is placed in a plain text file in your
7817 home directory 
7818 <!--chtml if pinemode="running"-->
7819 (which, in the present configuration of your system, is
7820  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7821 <!--chtml endif-->
7822 or current working directory
7823 <!--chtml if pinemode="running"-->
7824 (which, at least for your current Alpine &quot;session,&quot; 
7825 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7826 <!--chtml endif-->, depending on the
7827 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7828 configuration setting.  In the normal case, only minimal
7829 headers are exported with the message; however, if the full header mode 
7830 (whose availability may be disabled  by setting the feature 
7831 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7832 in SETUP CONFIGURATION) is
7833 toggled on, then complete headers are exported along with the message
7834 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
7835 defined, they may affect the contents of the exported file.)
7838 &lt;End of help on this topic&gt;
7839 </BODY>
7840 </HTML>
7841 ======= h_common_bounce =======
7842 <HTML>
7843 <HEAD>
7844 <TITLE>Bounce Command</TITLE>
7845 </HEAD>
7846 <BODY>
7847 <H1>Bounce Command</H1>
7849 The Bounce 
7850 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
7851 command allows you to re-send, or &quot;remail&quot;, a
7852 message, as if you were never in the loop.  It is analogous to crossing
7853 out your address on a postal letter, writing a different address on the
7854 envelope, and putting it into the mailbox. Bounce is used primarily to
7855 redirect email that was sent to you in error.
7856 Also, some owners of email
7857 lists need the bounce command to handle list traffic.
7858 Bounce is not anonymous.
7859 A ReSent-From header is added to the message so that the recipient may
7860 tell that you Bounced it to them.
7863 The presence or absence of the Bounce command is determined by the
7864 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
7865 feature in your Alpine configuration.
7866 The feature
7867 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
7868 affects the behavior of the Bounce command.
7869 Also, it is possible that Bounce could be
7870 administratively disabled by your system manager; if it doesn't work,
7871 please check with your local help desk before reporting a bug.
7874 &lt;End of help on this topic&gt;
7875 </BODY>
7876 </HTML>
7877 ======= h_common_reply =======
7878 <HTML>
7879 <HEAD>
7880 <TITLE>Reply and Forward Commands</TITLE>
7881 </HEAD>
7882 <BODY>
7884 <H1>Reply and Forward Commands</H1>
7886 Replying 
7887 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
7888 and Forwarding 
7889 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
7890 are your two alternatives for following up on the
7891 message you are reading.  You would use reply if you want to get email
7892 back to the author of the message and/or the other people who have
7893 already seen it.  You use forward if you want somebody new to see the
7894 message.
7897 In the normal case, the only thing that you must supply when forwarding a
7898 message is the name/email address of the new recipient.
7899 Alpine will include the text of the forwarded message.
7900 Alpine will also include any attachments to the message.
7901 There is space above the forwarded text for you to include additional comments.
7904 When replying, you usually have to answer some questions.
7905 If the message is to multiple people and/or specified with a Reply-To: header,
7906 then you will have to decide who should get the reply.
7907 You also need to decide whether or not to include the previous
7908 message in your reply.
7909 Some of this is configurable.
7910 Specifically, see the
7911 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
7912 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
7913 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
7915 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
7916 configuration features.
7919 Both the Reply and Forward commands react to the full header mode toggle.
7920 If the full header mode is on, then all the header and delivery lines are
7921 included with the text of the message in your reply/forward.
7924 Other configuration features that affect the Reply command are
7925 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
7926 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
7927 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
7930 &lt;End of help on this topic&gt;
7931 </BODY>
7932 </HTML>
7933 ======= h_common_delete =======
7934 <HTML>
7935 <HEAD>
7936 <TITLE>Delete and Undelete Commands</TITLE>
7937 </HEAD>
7938 <BODY>
7939 <H1>Delete and Undelete Commands</H1>
7941 Delete 
7942 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
7943 and Undelete 
7944 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
7945 allow you to change the Deleted flag for the current message.
7946 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
7947 removes the mark.
7948 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
7949 at the left hand edge of the index line.
7950 When viewing a deleted message, the letters &quot;DEL&quot; will be present
7951 in the upper right hand corner of the screen.
7952 Delete simply <EM>marks</EM> a message Deleted, it does not actually
7953 get rid of the message.
7954 The eXpunge command (available from the MESSAGE INDEX screen) actually
7955 removes all of the deleted messages in a folder.
7956 Once a message is eXpunged, it can't be retrieved.
7959 The Delete command is affected by the setting of the configuration feature
7960 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
7963 &lt;End of help on this topic&gt;
7964 </BODY>
7965 </HTML>
7966 ======= h_common_postpone =======
7967 <HTML>
7968 <HEAD>
7969 <TITLE>Postpone Command</TITLE>
7970 </HEAD>
7971 <BODY>
7972 <H1>Postpone Command</H1>
7974 The postpone
7975 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
7976 command allows you to temporarily stop working on the current
7977 message so you may read
7978 other messages or compose another message.  When you want to resume a
7979 message later, start to compose and answer &quot;yes&quot; to the
7980 &quot;Continue postponed composition?&quot; question.  You may
7981 postpone as many messages as you like.
7984 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
7985 in the Setup/Config screen, then the Postpone command will prompt you for
7986 the folder in which to store your outgoing message.
7989 &lt;End of help on this topic&gt;
7990 </BODY>
7991 </HTML>
7992 ======= h_compose_cancel =======
7993 <HTML>
7994 <HEAD>
7995 <TITLE>Cancel Command</TITLE>
7996 </HEAD>
7997 <BODY>
7998 <H1>Cancel Command</H1>
8000 Cancel
8001 <!--chtml if pinemode="function_key"-->
8002 (F2)
8003 <!--chtml else-->
8004 (^C) 
8005 <!--chtml endif-->
8007 The Cancel command returns you to Alpine's normal mail processing and
8008 causes the message currently under composition to be thrown out.
8009 The message text <EM>will be lost</EM>.
8012 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
8013 will be preserved in the file named
8014 <!--chtml if pinemode="os_windows"-->
8015 &quot;DEADLETR&quot;.
8016 <!--chtml else-->
8017 &quot;dead.letter&quot; in your home directory.
8018 <!--chtml endif-->
8019 If you unintentionally cancel a message, look there for its text.
8022 &lt;End of help on this topic&gt;
8023 </BODY>
8024 </HTML>
8025 ======= h_compose_addrcomplete =======
8026 <HTML>
8027 <HEAD>
8028 <TITLE>Address Completion</TITLE>
8029 </HEAD>
8030 <BODY>
8031 <H1>Address Completion</H1>
8033 When entering addresses in the address fields of the composer (To, Cc, etc.)
8034 the TAB key may be used to help complete the address.
8035 Type a partial nickname and tap the TAB key to complete the typing.
8036 The unambiguous part of the name will be filled in automatically.
8037 Typing TAB twice in succession will bring up a selection list of possibilities,
8038 making it easy to find and choose the correct address.
8041 The matching algorithm is rather ad hoc.
8042 The search starts with a search of your address book.
8043 It counts as a match if the nickname, address, or fullname field of an
8044 entry begins with the text typed in so far. It is also a match if
8045 a later word in the fullname (for example, the middle name or last name)
8046 begins with the entered text.
8048 Next comes an LDAP search.
8049 The search will happen for any servers that have the
8050 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
8051 feature set. You can set or unset the feature for each server independently
8052 in the Setup/Directory screen.
8054 Finally, if you are replying to or forwarding a message, that message is
8055 searched for likely candidate addresses that match the typed-in text.
8058 &lt;End of help on this topic&gt;
8059 </BODY>
8060 </HTML>
8061 ======= h_compose_richhdr =======
8062 <HTML>
8063 <HEAD>
8064 <TITLE>Rich Header Command</TITLE>
8065 </HEAD>
8066 <BODY>
8067 <H1>Rich Header Command</H1>
8069 The Rich Header command allows you to toggle between the list of 
8070 all message headers available for editing and those that are most
8071 common.
8074 Use this toggle to expose headers that are not normally visible by
8075 default.
8076 This set usually includes the
8077 &quot;Bcc:&quot;,
8078 &quot;Fcc:&quot;,
8079 &quot;Lcc:&quot;,
8080 and &quot;Newsgroups&quot;
8081 headers.
8082 If you are posting to a newsgroup the set of defaults is a little different.
8083 Obviously, in that case, the Newsgroups header is of interest so is not
8084 hidden.
8085 For news posting the hidden set includes the
8086 &quot;To:&quot;,
8087 &quot;Cc:&quot;,
8088 &quot;Bcc:&quot;,
8089 &quot;Fcc:&quot;,
8090 and &quot;Lcc:&quot;
8091 headers.
8092 You won't normally want to edit these, which is why they are hidden,
8093 but it is sometimes useful to be able to set them manually.
8096 The default sets of headers listed above can be altered.
8097 Any header that you have added to the
8098 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
8099 option, but not to the
8100 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
8101 option will appear when you use the Rich Headers command to
8102 make the Rich Headers visible.
8103 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
8104 even without toggling the Rich Headers command.)
8107 &lt;End of help on this topic&gt;
8108 </BODY>
8109 </HTML>
8110 ======= h_compose_send =======
8111 <HTML>
8112 <HEAD>
8113 <TITLE>Send Command</TITLE>
8114 </HEAD>
8115 <BODY>
8116 <H1>Send Command</H1>
8118 The Send command
8119 <!--chtml if pinemode="function_key"-->
8120 (F3)
8121 <!--chtml else-->
8122 (^X) 
8123 <!--chtml endif-->
8124 tells Alpine you are finished composing.
8125 Before actually sending it, though, Alpine will ask you to confirm 
8126 your intention, and, at the same time, redisplayed the message text
8127 with the recipients at the top of the screen to give you the opportunity
8128 to review and verify that the message is addressed to the people
8129 you intended.
8131 If the feature
8132 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
8133 then this confirmation prompt and any options it allows are skipped.
8136 This confirmation prompt may also offer, depending
8137 on your particular Setup/Config, options allowing you to set
8138 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
8139 include attachments in the &quot;Fcc&quot; (if you had previously
8140 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
8141 observe details of the
8142 <A HREF="h_config_verbose_post">message submission process</A>,
8143 choose the filter through which the
8144 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
8145 or turn of flowed text generation.
8148 &lt;End of help on this topic&gt;
8149 </BODY>
8150 </HTML>
8151 ======= h_compose_markcutpaste =======
8152 <HTML>
8153 <HEAD>
8154 <TITLE>Mark, Cut and Paste Commands</TITLE>
8155 </HEAD>
8156 <BODY>
8157 <H1>Mark, Cut and Paste Commands</H1>
8159 You can define a &quot;block&quot; of text, which can subsequently
8160  be deleted or
8161 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
8162 then moving the cursor to the end of the desired text block.  You can then
8163 &quot;cut&quot; the block out 
8164 <!--chtml if pinemode="function_key"-->
8165 &quot;F9&quot;,
8166 <!--chtml else-->
8167 &quot;Ctrl-K&quot;,
8168 <!--chtml endif-->
8169 move the cursor, and &quot;paste&quot; it
8170 <!--chtml if pinemode="function_key"-->
8171 &quot;F10&quot;,
8172 <!--chtml else-->
8173 &quot;Ctrl-U&quot;,
8174 <!--chtml endif-->
8175 in the new location.  Also, you can paste more than once, allowing you
8176 to use this feature to copy a block of text.<P>
8178 If you press 
8179 <!--chtml if pinemode="function_key"-->
8180 &quot;F9&quot;
8181 <!--chtml else-->
8182 &quot;^K&quot;
8183 <!--chtml endif-->
8184 without having marked anything, Alpine will delete
8185 a single line.  If you delete a group of lines together, Alpine keeps them
8186 in the same buffer, so 
8187 <!--chtml if pinemode="function_key"-->
8189 <!--chtml else-->
8191 <!--chtml endif-->
8192 will restore them as a block.  About
8193 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
8194 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
8195 &quot;type the character ^&quot;.
8198 &lt;End of help on this topic&gt;
8199 </BODY>
8200 </HTML>
8201 ======= h_compose_justify =======
8202 <HTML>
8203 <HEAD>
8204 <TITLE>Justify Command</TITLE>
8205 </HEAD>
8206 <BODY>
8207 <H1>Justify Command</H1>
8209 The Justify
8210 <!--chtml if pinemode="function_key"-->
8211 (F4)
8212 <!--chtml else-->
8213 (^J) 
8214 <!--chtml endif-->
8215 command reformats the text in the paragraph the cursor is in.
8216 Paragraphs are separated by one blank line or a line beginning with a space.
8217 This is useful when you have been editing a paragraph and the lines become
8218 uneven.  The text is left aligned or justified and the right is ragged.  If
8219 the text is already justified as typed with auto-wrap, no justification will
8220 be done.
8223 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
8224 block of text, the Justify command is modified.
8225 Instead of automatically justifying the current paragraph you will be
8226 asked if you want to justify the paragraph, justify the selected region,
8227 or adjust the quote level of the selected region.
8228 Adjusting the quote level only works if you are using standard
8229 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
8230 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
8233 When composing a reply containing included text, the justify command
8234 will reformat text to the right of the 
8235 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
8236 adding or removing indented lines as needed.  Paragraphs are separated
8237 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
8238 line containing the indent string and one or more blank spaces.
8239 Included text that was previously indented (or &quot;quoted&quot;) is
8240 not preserved.
8243 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
8244 in 1999 and its wide-spread adoption since then, you will usually be better off if you
8245 use the standard
8246 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
8249 &lt;End of help on this topic&gt;
8250 </BODY>
8251 </HTML>
8252 ======= h_compose_spell =======
8253 <HTML>
8254 <HEAD>
8255 <TITLE>Spell Check Command</TITLE>
8256 </HEAD>
8257 <BODY>
8258 <H1>Spell Check Command</H1>
8260 The &quot;To Spell&quot;
8261 <!--chtml if pinemode="function_key"-->
8262 (F12)
8263 <!--chtml else-->
8264 (^T) 
8265 <!--chtml endif-->
8266 command calls an external spell checking program to look over the
8267 message you are composing.  By default, Alpine uses
8269 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
8271 if it knows where to find &quot;aspell&quot;.
8272 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
8273 then the command used is
8275 <CENTER><SAMP>ispell -l</SAMP></CENTER>
8277 Otherwise, the ancient &quot;spell&quot; command is used.
8279 For PC-Alpine, you must install the aspell library code that you
8280 may get from
8281 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
8284 &lt;End of help on this topic&gt;
8285 </BODY>
8286 </HTML>
8287 ======= h_compose_alted =======
8288 <HTML>
8289 <HEAD>
8290 <TITLE>Alt Editor Command</TITLE>
8291 </HEAD>
8292 <BODY>
8293 <H1>Alt Editor Command</H1>
8295 The &quot;Alt Editor&quot; command's availability depends on the
8296 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
8299 When the variable specifies a valid editor on your system, this
8300 command will launch it with the current text of your message
8301 already filled in.
8304 &lt;End of help on this topic&gt;
8305 </BODY>
8306 </HTML>
8307 ======= h_compose_readfile =======
8308 <HTML>
8309 <HEAD>
8310 <TITLE>Read File Command</TITLE>
8311 </HEAD>
8312 <BODY>
8313 <H1>Read File Command</H1>
8315 The &quot;Read File&quot;
8316 <!--chtml if pinemode="function_key"-->
8317 (F5)
8318 <!--chtml else-->
8319 (^R) 
8320 <!--chtml endif-->
8321 command allows you to copy in text from an existing file. You will be
8322 prompted for the name of a file to be inserted into the message.  The file
8323 name is relative to your home directory 
8324 <!--chtml if pinemode="running"-->
8325 (which, in the present configuration of your system, is
8326  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8327 <!--chtml endif-->
8328 or current working directory
8329 <!--chtml if pinemode="running"-->
8330 (which, at least for your current Alpine &quot;session,&quot; 
8331 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8332 <!--chtml endif-->, depending on the
8333 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8334 configuration setting; or, the file name must be specified as a full path name 
8335 <!--chtml if pinemode="os_windows"-->
8336 -- for example: &quot;A:&#92;PAPER.TXT&quot;
8337 <!--chtml else-->
8338 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
8339 <!--chtml endif-->
8340 (without the quotation marks).
8343 The file will be inserted where the cursor is located.  <B>The
8344 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
8345 Unix machine but have files on a PC or Mac, the files must be transferred
8346 to the system Alpine is running on before they can be read.  Please ask your
8347 local computer support people about the correct way to transfer a file to 
8348 your Alpine system.
8351 &lt;End of help on this topic&gt;
8352 </BODY>
8353 </HTML>
8354 ======= h_config_tray_icon =======
8355 <HTML>
8356 <HEAD>
8357 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
8358 </HEAD>
8359 <BODY>
8360 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
8362 PC-Alpine only.
8364 This option restores a behavior of previous versions of PC-Alpine.
8365 These
8366 versions, when started, installed a PC-Alpine icon in the notification 
8367 tray of Window's Taskbar.  The primary use of this icon was to indicate
8368 new mail arrival by turning red (while the Taskbar icon remained green).
8369 Additionally, the icon now changes to yellow to signify that a mail folder
8370 has been closed unexpectedly.
8373 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
8374 color its Taskbar entry's icon red (as well as the icon in the Window
8375 Title).  This feature is only provided for backwards compatibility.
8378 &lt;End of help on this topic&gt;
8379 </BODY>
8380 </HTML>
8381 ======= h_common_suspend =======
8382 <HTML>
8383 <HEAD>
8384 <TITLE>Suspend Command</TITLE>
8385 </HEAD>
8386 <BODY>
8387 <H1>Suspend Command</H1>
8389 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
8390 enabled, you can, at almost any time, temporarily halt your Alpine session,
8391 <!--chtml if pinemode="os_windows"-->
8392 minimizing it into an icon.
8393 <!--chtml else-->
8394 and return to your system prompt.
8395 <!--chtml endif-->
8398 &lt;End of help on this topic&gt;
8399 </BODY>
8400 </HTML>
8401 ======= h_pipe_command =======
8402 <HTML>
8403 <HEAD>
8404 <TITLE>Pipe Command SubOptions</TITLE>
8405 </HEAD>
8406 <BODY>
8407 <H1>Pipe Command SubOptions</H1>
8409 By default, when you use the Pipe command, the processed text of the
8410 message is sent to the Unix command
8411 you specify and the output is captured by Alpine and shown to you.
8412 (This command is available in PC-Alpine, as well, but there aren't many
8413 Windows commands that work well with piping.)
8414 There are some sub-commands that may be used to alter this behavior.
8415 These are toggles that switch the behavior between two possibilities.
8416 They can be combined in any way you wish.
8418 By default, the prompt at the bottom of the screen looks like
8420 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
8424 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
8426 if you are piping more than one message.
8428 The sub-command options are:
8429 <DL>
8430    <DT>Shown Text or Raw Text</DT>
8431    <DD>This option toggles between sending the shown (processed) text
8432 of the message to the Unix command, and sending the
8433 raw (unprocessed) text of the message to the Unix command.
8434 The default is to send the shown text.
8435 The raw version of the message will contain all of the headers and any
8436 MIME encoding that the message contains.
8437 If you've selected the Raw Text then the prompt will have the additional word
8438 &quot;RAW&quot; in it, like
8440 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
8442 You can experiment with this option by piping to something simple like the
8443 Unix &quot;cat&quot; command.
8444    </DD>
8445    <DT>Captured Output or Free Output</DT>
8446    <DD>This option toggles between having Alpine capture the output of
8447 the Unix pipe command for display, and not capturing it.
8448 If the command you are piping to is a filter that will produce output
8449 you want to view, then you want to capture that output
8450 for display (the default).
8451 If the Unix command doesn't produce output or handles the display itself,
8452 then you want free output.
8453 When you've selected the Free Output option the prompt will change to
8455 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
8457    </DD>
8458    <DT>No Delimiter or With Delimiter</DT>
8459    <DD>This option controls whether or not a Unix mailbox style delimiter
8460 will come before the text of the message.
8461 This is the delimiter used in the common Unix mailbox format.
8462 It's the single line that begins with the five characters
8463 &quot;From&quot; followed by a &lt;SPACE&gt; character.
8464 You'll usually only want to include this if the Unix command requires
8465 input in the format of a traditional Unix mailbox file.
8466 When you've selected the With Delimiter option the prompt will change to
8468 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
8470    </DD>
8471    <DT>To Same Pipe or To Individual Pipes</DT>
8472    <DD>This option only shows up if you are running an aggregate
8473 pipe command.
8474 That is, the command was Apply Pipe, not just Pipe.
8475 You have the option of piping all of the selected messages through a
8476 single pipe to a single instance of the Unix command,
8477 or piping each individual message through a separate pipe to separate
8478 instances of the Unix command.
8479 The default is that all of the output will go through a single pipe
8480 to a single instance of the command.
8481 You can try this option with a command like &quot;less&quot;, with Free
8482 Output enabled.
8483 When you've selected the Individual Pipes option the prompt will change to
8485 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
8487    </DD>
8488 </DL>
8491 As mentioned earlier, the options can be combined in any way you wish.
8492 You may leave them all off, turn them all on, or turn some of them on
8493 and some of them off.
8494 If you use the pipe command a second time in the same session the default
8495 options will be what you used the last time.
8498 &lt;End of help on this topic&gt;
8499 </BODY>
8500 </HTML>
8501 ========== h_emptydir_subfolder_name =========
8502 <HTML>
8503 <HEAD>
8504 <TITLE>ENTER SUBFOLDER NAME</TITLE>
8505 </HEAD>
8506 <BODY>
8507 <H1>Enter Subfolder Name</H1>
8509 <P> 
8510 This is the name of a new subfolder in the directory you are creating.
8511 Because empty directories are hidden and therefore not useful, you must also
8512 create a subfolder in the directory you are creating in order that the
8513 directory remains visible.
8515 Alternatively, you may turn off the configuration feature
8516 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
8517 so that empty directories remain visible.
8518 If you do that, you will not be required to create the subfolder when you
8519 create a directory.
8522 &lt;End of help on this topic&gt;
8523 </BODY>
8524 </HTML>
8525 ========== h_incoming_add_folder_name =========
8526 <HTML>
8527 <HEAD>
8528 <TITLE>ENTER FOLDER NAME</TITLE>
8529 </HEAD>
8530 <BODY>
8531 <H1>Enter Folder Name</H1>
8533 <P> 
8534 This is the name of the folder on the previously specified server.
8535 By default the folder name is interpreted as defining a section of your personal
8536 folder area.  This area and how you specify it are defined by the
8537 server, if one is specified.
8540 To define a folder outside the default area, prefix
8541 the path with the namespace to use when interpreting the
8542 given path.  If a namespace is specified, the folder name begins with the
8543 sharp (#) character followed by the name of the namespace
8544 and then the namespace's path-element-delimiter.  Aside from the
8545 name's format, namespaces can also imply access rights, content
8546 policy, audience, location, and, occasionally, access methods.
8549 Each server exports its own set (possibly of size one) of 
8550 namespaces.
8551 For a more detailed explanation read about
8552 <A HREF="h_folder_name_namespaces">Namespaces</A>.
8555 To specify the default for INBOX on the server you can usually just enter
8556 &quot;INBOX&quot;, and the server will understand the special meaning of
8557 that word.
8560 &lt;End of help on this topic&gt;
8561 </BODY>
8562 </HTML>
8563 ========== h_incoming_add_folder_host =========
8564 <HTML>
8565 <HEAD>
8566 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
8567 </HEAD>
8568 <BODY>
8569 <H1>Enter Incoming Folder Server</H1>
8571 You are being asked for the name of the server for use with this incoming
8572 folder.
8573 If the folder is on the machine where Alpine is running, then just enter
8574 RETURN without typing a server name.
8577 If the folder is on an IMAP server then type the server's name followed
8578 by RETURN.
8579 You may use the ^X command if the server is the same as the server that
8580 the INBOX is on.
8583 You may have to add optional extra information to the server name.
8584 For example, if the IMAP server is using a non-standard port number you
8585 would specify that by appending a colon (:) followed by the port number
8586 to the server name
8589 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8592 or you may need to specify a different protocol if the server is not an
8593 IMAP server. For example:
8596 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8599 for a POP server or
8602 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8605 for an NNTP news server.
8606 For an explanation of all of the possibilities, see
8607 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8608 for folders.
8611 There is a special command (^W) if you want to set up a folder that gets its
8612 mail from a
8613 <A HREF="h_maildrop">Mail Drop</A>.
8614 If you type that command, you will be prompted for the information for
8615 both the Mail Drop folder and the destination folder.
8618 &lt;End of help on this topic&gt;
8619 </BODY>
8620 </HTML>
8621 ========== h_incoming_add_inbox =========
8622 <HTML>
8623 <HEAD>
8624 <TITLE>ENTER INBOX SERVER</TITLE>
8625 </HEAD>
8626 <BODY>
8627 <H1>Enter INBOX Server</H1>
8629 You are being asked for the name of the server for use with
8630 the INBOX folder.
8631 Type the server's name followed by RETURN.
8634 You may have to add optional extra information to the server name.
8635 For example, if the server is using a non-standard port number you
8636 would specify that by appending a colon (:) followed by the port number
8637 to the server name
8640 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8643 or you may need to specify a different protocol if the server is not an
8644 IMAP server. For example:
8647 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8650 for a POP server.
8653 For an explanation of all of the possibilities, see
8654 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8655 for folders.
8658 If the INBOX folder is on the machine where Alpine is running, then just enter
8659 RETURN without typing a server name.
8662 There is a special command (^W) if you want to set up a folder that gets its
8663 mail from a
8664 <A HREF="h_maildrop">Mail Drop</A>.
8665 If you type that command, you will be prompted for the information for
8666 both the Mail Drop folder and the destination folder, which will be used
8667 as your INBOX folder.
8670 &lt;End of help on this topic&gt;
8671 </BODY>
8672 </HTML>
8673 ========== h_incoming_add_maildrop_destn =========
8674 <HTML>
8675 <HEAD>
8676 <TITLE>ENTER DESTINATION SERVER</TITLE>
8677 </HEAD>
8678 <BODY>
8679 <H1>Enter Destination Server</H1>
8681 You are being asked for the name of the server where the destination
8682 folder is for use with this Mail Drop incoming folder.
8683 That is, you are using a Mail Drop for this incoming folder and
8684 you've already entered
8685 the server and folder name for the Mail Drop.
8686 Now you need to enter the server for the destination folder
8687 where the mail should be copied to.
8688 Mail will come from the Mail Drop and be copied to the destination folder.
8691 Type the server's name followed by RETURN.
8692 If the folder is local to this computer, just type RETURN without entering
8693 a server name.
8696 You may have to add optional extra information to the server name.
8697 For example, if the server is using a non-standard port number you
8698 would specify that by appending a colon (:) followed by the port number
8699 to the server name
8702 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8705 For an explanation of all of the possibilities, see
8706 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8707 for folders.
8710 &lt;End of help on this topic&gt;
8711 </BODY>
8712 </HTML>
8713 ========== h_inbox_add_maildrop_destn =========
8714 <HTML>
8715 <HEAD>
8716 <TITLE>ENTER DESTINATION SERVER</TITLE>
8717 </HEAD>
8718 <BODY>
8719 <H1>Enter Destination Server</H1>
8721 You are being asked for the name of the server where the destination
8722 folder is for use with your Mail Drop INBOX.
8723 That is, you are using a Mail Drop for your INBOX and you've already entered
8724 the server and folder name for the Mail Drop.
8725 Now you need to enter the server for the destination folder
8726 where the mail should be copied to.
8727 Mail will come from the Mail Drop and be copied to the destination folder.
8730 Type the server's name followed by RETURN.
8731 If the folder is local to this computer, just type RETURN without entering
8732 a server name.
8735 You may have to add optional extra information to the server name.
8736 For example, if the server is using a non-standard port number you
8737 would specify that by appending a colon (:) followed by the port number
8738 to the server name
8741 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8744 For an explanation of all of the possibilities, see
8745 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8746 for folders.
8749 &lt;End of help on this topic&gt;
8750 </BODY>
8751 </HTML>
8752 ========== h_inbox_add_maildrop =========
8753 <HTML>
8754 <HEAD>
8755 <TITLE>ENTER MAILDROP SERVER</TITLE>
8756 </HEAD>
8757 <BODY>
8758 <H1>Enter Mail Drop Server</H1>
8760 You are being asked for the name of the Mail Drop server for use with
8761 your INBOX.
8764 Type the server's name followed by RETURN.
8767 You may have to add optional extra information to the server name.
8768 For example, if the server is using a non-standard port number you
8769 would specify that by appending a colon (:) followed by the port number
8770 to the server name
8773 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8776 or you may need to specify a different protocol if the server is not an
8777 IMAP server. For example:
8780 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8783 for a POP server or
8786 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8789 for an NNTP news server.
8790 For an explanation of all of the possibilities, see
8791 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8792 for folders.
8795 &lt;End of help on this topic&gt;
8796 </BODY>
8797 </HTML>
8798 ========== h_incoming_add_maildrop =========
8799 <HTML>
8800 <HEAD>
8801 <TITLE>ENTER MAILDROP SERVER</TITLE>
8802 </HEAD>
8803 <BODY>
8804 <H1>Enter Mail Drop Server</H1>
8806 You are being asked for the name of the Mail Drop server for use with
8807 this incoming folder.
8810 Type the server's name followed by RETURN.
8811 You may use the ^X command if the server is the same as the server that
8812 the INBOX is on.
8815 You may have to add optional extra information to the server name.
8816 For example, if the server is using a non-standard port number you
8817 would specify that by appending a colon (:) followed by the port number
8818 to the server name
8821 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8824 or you may need to specify a different protocol if the server is not an
8825 IMAP server. For example:
8828 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8831 for a POP server or
8834 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8837 for an NNTP news server.
8838 For an explanation of all of the possibilities, see
8839 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8840 for folders.
8843 If the Mail Drop folder is on the machine where Alpine is running, then just enter
8844 RETURN without typing a server name.
8847 &lt;End of help on this topic&gt;
8848 </BODY>
8849 </HTML>
8850 ========== h_maildrop =========
8851 <HTML>
8852 <HEAD>
8853 <TITLE>WHAT IS A MAIL DROP?</TITLE>
8854 </HEAD>
8855 <BODY>
8856 <H1>What is a Mail Drop?</H1>
8858 In some situaions it may make sense to have your mail delivered to one
8859 folder (the Mail Drop) and then when you want to read mail that has been
8860 delivered to the Mail Drop folder Alpine will move it to another
8861 destination folder.
8862 Often the Mail Drop will be a remote folder and messages will be moved from
8863 there to a local destination folder.
8866 One example where this might make sense is if the Mail Drop folder is accessible
8867 only with the POP protocol.
8868 You could designate your POP inbox as the Mail Drop folder and have Alpine move
8869 mail from there to a local (on the same machine Alpine is running on)
8870 destination folder, where you'll read it.
8873 A Mail Drop may only be used as your Inbox or as an
8874 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
8877 There is no attempt to synchronize the contents of the destination folder
8878 with the contents of the Mail Drop folder.
8879 All that happens is that all of the messages in the Mail Drop folder are
8880 copied to the destination folder and then they are deleted and expunged (if possible)
8881 from the Mail Drop folder.
8882 The next time a check for new mail is made, any messages in the Mail 
8883 Drop folder are once again copied to the destination folder and deleted
8884 and expunged from the Mail Drop folder.
8885 (If the Mail Drop folder is a news group, then the messages can't be
8886 expunged from the newsgroup. Instead, only Recent messages are copied from
8887 the newsgroup to the destination folder.)
8890 Configuration of a Mail Drop is a little different from configuration of
8891 a folder that does not use a Mail Drop because you have to specify two
8892 folder names instead of one.
8893 The two folders may be any types of folders that Alpine can normally use.
8894 They don't have to be a remote folder and a local folder, that is
8895 simply the most common usage.
8896 When you use a Mail Drop folder Alpine will periodically re-open the Mail
8897 Drop to check for new mail.
8898 The new-mail checks will happen at the frequency set with the
8899 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
8900 but with a minimum time
8901 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
8902 between checks.
8903 Because of this minimum you may notice that new mail does not
8904 appear promptly when you expect it.
8905 The reason for this is to protect the server from over-zealous opening and
8906 closing of the Mail Drop folder.
8907 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
8908 the end of the folder index, then the check will happen, regardless of how
8909 long it has been since the previous check.
8911 If there is new mail, that mail will be copied to the destination folder
8912 and then will be deleted from the Mail Drop.
8913 Note that using a Mail Drop with a local destination folder does not make
8914 sense if you read mail from more than one machine, because the mail is
8915 downloaded to the destination folder (which is accessible from only one
8916 machine) and deleted from the Mail Drop.
8918 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
8921 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
8924 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
8926 The brackets are not literal.
8928 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
8930 is a single character that does not appear in the MailDropFolder name.
8931 If the name doesn't contain spaces then it can be a space character.
8932 The two folder names are full technical
8933 <A HREF="h_valid_folder_names">folder names</A>
8934 as used by Alpine.
8935 Here are a couple examples to give you an idea what is being talked about:
8938 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
8940 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
8943 A #move folder may only be used as an
8944 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
8945 an Inbox.
8946 When you are in the FOLDER LIST of Incoming Message Folders (after turning
8947 on the
8948 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8949 option)
8950 the Add command has a subcommand &quot;Use Mail Drop&quot;
8951 which may be helpful for defining the folder in your Alpine configuration.
8952 The same is true when you edit the
8953 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
8954 option in Setup/Config.
8955 Each of these configuration methods will also create the DestinationFolder
8956 if it doesn't already exist.
8957 If you are having problems, make sure the DestinationFolder exists.
8960 &lt;End of help on this topic&gt;
8961 </BODY>
8962 </HTML>
8963 ========== h_save =========
8964 <HTML>
8965 <HEAD>
8966 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
8967 </HEAD>
8968 <BODY>
8969 <H1>Choose a Folder to Save Into</H1>
8971 After Exiting from this help text,
8972 type the name of the folder you want to save into and press RETURN.
8974 Press ^T to get a list of your folders to choose from.
8975 Press ^C to cancel the Save.
8977 If you have Folder Collections defined you may use
8978 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
8979 the collection being saved to.
8981 If Tab Completion is enabled (it is enabled by default)
8982 you may type a Tab character to have Alpine complete the folder name for you.
8984 If Partial Match Lists is enabled (it is enabled by default) you may type
8985 Ctrl-X to get a list of matches to the prefix you've typed in so far.
8987 If the Ctrl-R subcommand is present that means you can decide to Delete or
8988 not Delete the message you are saving after you save it.
8989 The label on that key gives the action to switch to.
8990 If it says Delete and you type Ctrl-R the label displayed will change to
8991 No Delete and the source message will be deleted after the save. If it
8992 says No Delete and you type Ctrl-R the label displayed will change to
8993 Delete and the message will not be deleted.
8994 You can control the default for the Delete parameter with the
8995 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
8997 Similarly, if the Ctrl-W subcommand is present that means you can decide
8998 to Preserve the order of the messages being saved or not.
8999 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
9000 will be in the same order as you see them in the source folder now.
9001 The opposite action (which is usually the default) is that you don't care
9002 about the order.
9003 The Saved messages may or may not be in the same order in the destination folder.
9004 There may be a performance penalty for choosing to save the messages in order.
9005 You can control the default for the Preserve Order parameter with the
9006 configuration feature
9007 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
9010 If you haven't disabled the Save Input History and you've already done a
9011 Save earlier in this session then you may use the Up and Down arrows to retrieve
9012 a folder name used in a previous Save.
9015 &lt;End of help on this topic&gt;
9016 </BODY>
9017 </HTML>
9018 ============= h_simple_index ========================
9019 <HTML>
9020 <HEAD>
9021 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
9022 </HEAD>
9023 <BODY>
9024 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
9025 <!--chtml if pinemode="function_key"-->
9026 <PRE>
9027 Navigating the List of Messages               General Alpine Commands
9028 -------------------------------               -----------------------
9029  F5   Move to previous message                 F1   Show this help text
9030  F6   Move to next message
9031  F7   Show previous screen of messages
9032  F8   Show next screen of messages
9034 Message Selection Commands
9035 --------------------------
9036  F3   Exit the Message Select menu (canceling Send command)
9037  F4   Select the currently highlighted message
9038  F9   Mark the currently highlighted message as deleted
9039  F10  Undelete (remove deletion mark from) the highlighted message
9040 </PRE>
9041 <!--chtml else-->
9042 <PRE>
9043 Navigating the List of Messages               General Alpine Commands
9044 -------------------------------               -----------------------
9045   P  Move to previous message                  ?  Show this help text
9046   N  Move to next message
9047   -  Show previous screen of messages
9048  Spc (space bar) Show next screen of messages
9050 Message Selection Commands
9051 --------------------------
9052   E  Exit the Message Select menu (canceling Send command)
9053   S  Select the currently highlighted message
9054   D  Mark the currently highlighted message as deleted
9055   U  Undelete (remove deletion mark from) the highlighted message
9056 </PRE>
9057 <!--chtml endif-->
9059 <H2>Description of the Select Postponed Message Screen</H2>
9061 This screen allows you to select one of several previously postponed
9062 messages in order to continue composition.  Your options are very limited
9063 -- the screen is not meant to let you manipulate these messages.  However,
9064 you may now delete messages from this list.  Once you choose a message,
9065 Alpine reads it in and puts you into the regular message composer.
9068 Messages do not stay in this postponed state automatically.  If you select
9069 a message and then want to postpone it again, use the normal postpone
9070 (Ctrl-O) command in the composer.
9073 If you exit this screen without selecting a message, the Compose command
9074 that got you here is canceled.  Other than messages explicitly marked
9075 &quot;Deleted&quot;, no messages will be removed.
9078 &lt;End of help on this topic&gt;
9079 </BODY>
9080 </HTML>
9081 ============= h_collection_screen ========================
9082 <HTML>
9083 <HEAD>
9084 <TITLE>COLLECTION LIST screen</TITLE>
9085 </HEAD>
9086 <BODY>
9087 <H1>COLLECTION LIST screen</H1>
9089 The COLLECTION LIST screen is used to select one of your  
9090 collection definitions to display the folders they contain.  See
9091 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
9092 detailed explanation of collections.<P>
9094 To manage your collection definitions (Add, Change, Delete, etc.), use
9095 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
9096 MAIN MENU.
9099 &lt;End of help on this topic&gt;
9100 </BODY>
9101 </HTML>
9102 ============= h_collection_maint ========================
9103 <HTML>
9104 <HEAD>
9105 <TITLE>SETUP COLLECTION LIST screen</TITLE>
9106 </HEAD>
9107 <BODY>
9108 <H1>SETUP COLLECTION LIST screen</H1>
9110 The SETUP COLLECTION LIST screen lets you manage your collection
9111 definitions.  See 
9112 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
9113 for detailed explanation of collections.<P>
9115 Maintenance commands include:
9116 <DL>
9117 <DT>Change
9118 <!--chtml if pinemode="function_key"-->
9119 (F4)
9120 <!--chtml else-->
9122 <!--chtml endif-->
9123 </DT>
9125 <DD>Modify attributes of the selected collection definition.
9127 <DT>Add Cltn
9128 <!--chtml if pinemode="function_key"-->
9129 (F9)
9130 <!--chtml else-->
9132 <!--chtml endif-->
9133 </DT>
9135 <DD>Create a new collection definition.
9136 </DD>
9138 <DT>Del Cltn
9139 <!--chtml if pinemode="function_key"-->
9140 (F10)
9141 <!--chtml else-->
9143 <!--chtml endif-->
9144 </DT>
9146 <DD>Delete the selected collection definition.<BR>
9147 NOTE: The folders and directories referred to by the
9148 collection definition are <EM>NOT</EM> deleted.  Folders must
9149 be deleted, if that's what you wish to do, from the 
9150 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
9151 individual folders in a collection.
9152 </DD>
9154 <DT>Shuffle
9155 <!--chtml if pinemode="function_key"-->
9156 (F11)
9157 <!--chtml else-->
9159 <!--chtml endif-->
9160 </DT>
9162 <DD>Change the order of the displayed collections.  Alpine will offer
9163 to move the currently selected collection one position UP
9164 or DOWN.
9165 </DD>
9166 </DL>
9169 &lt;End of help on this topic&gt;
9170 </BODY>
9171 </HTML>
9172 ============ h_what_are_collections ==========
9173 <HTML>
9174 <HEAD>
9175 <TITLE>Folder Collections Explained</TITLE>
9176 </HEAD>
9177 <BODY>
9178 <H1>Folder Collections Explained</H1>
9181 Those of you with simple mail configurations will just see a list of all the
9182 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
9183 The special folders for INBOX, sent mail and saved messages
9184 will appear at the top of the list.  All others are in alphabetical order.
9186 If you
9187 or your system administrator have defined more than one collection or if
9188 you have a collection (for newsgroups or email folders) defined on your 
9189 system, then you will see the COLLECTION LIST screen first when choosing 
9190 FOLDER LIST from Alpine's MAIN MENU.
9192 <H2>Why have multiple folder collections?</H2>
9194 For Alpine users who only maintain email folders (and not too many) on one host, 
9195 a single folder collection is probably sufficient.<P>
9197 However, people who have more than one email account - for example, one 
9198 at their university, and one with their personal Internet Service Provider - 
9199 will have different sets of folders on different hosts, and they may want to
9200 access them all from the same installation of Alpine, rather than use different 
9201 software and/or log into other hosts to manipulate messages in different 
9202 accounts.  (If in doubt whether one of your email accounts can be accessed 
9203 with Alpine, contact the technical support people for that account.)  Even people
9204 who have only one email account on one host, but have dozens or
9205 hundreds of email folders, may want to arrange these folders together in a 
9206 meaningful way.<BR>
9207 That is where multiple collections come in.
9209 <H2>Types of Collections</H2>
9210 <DL>
9211 <DT>INCOMING FOLDERS</DT>
9212 <DD>&quot;Incoming Message Folders&quot; 
9213 is a special collection typically used to supplement your single INBOX.  
9214 All the folders here are meant to be ones that receive incoming messages, 
9215 which you intend to check more or less frequently.  
9216 You may have multiple folders like this because you or your systems 
9217 administrator have set up an external program or you may have set up
9218 Alpine to filter incoming 
9219 messages into different folders, based on certain criteria such as 
9220 sender, recipient, or subject; or because you have multiple accounts and 
9221 wish to check their INBOXes easily.  This collection is established by 
9222 setting the 
9223 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9224 feature in the SETUP CONFIGURATION screen, which is accessed from the 
9225 MAIN MENU.
9226 </DD>
9228 <DT>NEWS</DT>
9229 <DD>You can also define a collection specifically for
9230 newsgroups.  Alpine does this for you implicitly when you 
9231 <A HREF="h_config_nntp_server">define an NNTP Server</A>
9232 in your Alpine configuration.  The news collection appears last in the 
9233 COLLECTION LIST (though you can shuffle it up in the order of presentation),
9234 and Alpine knows not to save messages there.
9235 </DD>
9237 <DT>DEFAULT COLLECTION</DT>
9238 <DD>This is the default collection for your saved and sent messages folders.
9239 </DD>
9240 </DL>
9244 <H2>Defining Collections</H2>
9246 In the absence of any folder-collection definitions, Alpine will assume a
9247 single default folder collection.
9248 <!--chtml if pinemode="os_windows"-->
9249 <!--chtml else-->
9250 If necessary, Alpine will create the directory
9251 &quot;mail&quot; in your Unix home directory 
9252 to hold your folders.
9253 <!--chtml endif-->
9255 You can use the 
9256 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
9257 the MAIN MENU, to manage your collection list.  
9259 &lt;End of help on this topic&gt;
9260 </BODY>
9261 </HTML>
9262 ===== h_select_address_screen =====
9263 <HTML>
9264 <HEAD>
9265 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
9266 </HEAD>
9267 <BODY>
9268 <H1>SELECT AN ADDRESS SCREEN</H1>
9269 <H2>COMMANDS</H2>
9270 <!--chtml if pinemode="function_key"-->
9271 <PRE>
9272 Available  Commands                        
9273 -------------------------------            
9274 F1  Show Help Text
9275 F3  Exit without selecting anything
9276 F4  Select the highlighted address
9277 F5  Move highlight to previous address
9278 F6  Move highlight to next address
9279 F7  Previous page of addresses
9280 F8  Next page of addresses
9281 F11 Print
9282 F12 WhereIs
9283 </PRE>
9284 <!--chtml else-->
9285 <PRE>
9286 Navigation                     General Alpine Commands
9287 -------------------------      -----------------------
9288  P  Prev Address                ?  Display this help text
9289  N  Next Address                E  Exit without selecting anything
9290  -  Previous page               %  Print
9291 Spc (space bar) Next page
9292  W  WhereIs
9294 Select Command
9295 ------------------------------------------------
9296  S  Select the highlighted address
9297 </PRE>
9298 <!--chtml endif-->
9300 <H2>Description of the Select Address Screen</H2>
9302 This screen gives you an easy way to select an address from all of
9303 the address book entries that match the prefix typed so far.
9305 <P><UL>
9306 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9307 </UL>
9309 &lt;End of help on this topic&gt;
9310 </BODY>
9311 </HTML>
9312 ===== h_select_rule_screen =====
9313 <HTML>
9314 <HEAD>
9315 <TITLE>SELECT A RULE SCREEN</TITLE>
9316 </HEAD>
9317 <BODY>
9318 <H1>SELECT A RULE SCREEN</H1>
9319 <H2>COMMANDS</H2>
9320 <!--chtml if pinemode="function_key"-->
9321 <PRE>
9322 Available  Commands                        
9323 -------------------------------            
9324 F1  Show Help Text
9325 F3  Exit without selecting anything
9326 F4  Select the highlighted rule
9327 F5  Move highlight to previous rule
9328 F6  Move highlight to next rule
9329 F7  Previous page of rules
9330 F8  Next page of rules
9331 F11 Print
9332 F12 WhereIs
9333 </PRE>
9334 <!--chtml else-->
9335 <PRE>
9336 Navigation                     General Alpine Commands
9337 -------------------------      -----------------------
9338  P  Prev Rule                   ?  Display this help text
9339  N  Next Rule                   E  Exit without selecting anything
9340  -  Previous page               %  Print
9341 Spc (space bar) Next page
9342  W  WhereIs
9344 Select Command
9345 ------------------------------------------------
9346  S  Select the highlighted rule
9347 </PRE>
9348 <!--chtml endif-->
9350 <H2>Description of the Select Rule Screen</H2>
9352 This screen just gives you an easy way to select a rule from all of your
9353 defined rules.
9354 The list of rules presented is the list of nicknames of all of the rules
9355 defined using Setup/Rules.
9356 For selecting messages, it is likely that the Indexcolor rules and possibly
9357 the Roles rules will be most useful.
9358 The others are there also, in case you find a use for them.
9360 In order for this to be useful for selecting messages, the nicknames of
9361 the rules have to be different.
9362 Alpine actually just gets the nickname of the rule that you select and then
9363 looks up that rule using the nickname.
9364 So if there are duplicate nicknames, the first rule that has that
9365 nickname will be used.
9367 <P><UL>
9368 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9369 </UL>
9371 &lt;End of help on this topic&gt;
9372 </BODY>
9373 </HTML>
9374 ===== h_select_priority_screen =====
9375 <HTML>
9376 <HEAD>
9377 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
9378 </HEAD>
9379 <BODY>
9380 <H1>SELECT A PRIORITY SCREEN</H1>
9381 <H2>COMMANDS</H2>
9382 <!--chtml if pinemode="function_key"-->
9383 <PRE>
9384 Available  Commands                        
9385 -------------------------------            
9386 F1  Show Help Text
9387 F3  Exit without selecting anything
9388 F4  Select the highlighted priority
9389 F5  Move highlight to previous priority
9390 F6  Move highlight to next priority
9391 F7  Previous page of priorities
9392 F8  Next page of priorities
9393 F11 Print
9394 F12 WhereIs
9395 </PRE>
9396 <!--chtml else-->
9397 <PRE>
9398 Navigation                     General Alpine Commands
9399 -------------------------      -----------------------
9400  P  Prev Priority               ?  Display this help text
9401  N  Next Priority               E  Exit without selecting anything
9402  -  Previous page               %  Print
9403 Spc (space bar) Next page
9404  W  WhereIs
9406 Select Command
9407 ------------------------------------------------
9408  S  Select the highlighted priority
9409 </PRE>
9410 <!--chtml endif-->
9412 <H2>Description of the Select Priority Screen</H2>
9414 This screen gives you a way to select a priority for the message you are sending.
9415 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
9416 Some mail programs will display an indication of the priority level to
9417 the recipient of the message, some will ignore it.
9418 Even in cases where the mail programs of both the sender and the recipient
9419 agree on the meaning of this header, keep in mind that it is
9420 something that the sender sets so it is only an indication
9421 of the priority that the sender attaches to the mail.
9422 Alpine can be made to display an indication of this priority in incoming
9423 messages by use of one of the tokens
9424 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
9425 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
9426 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
9428 <P><UL>
9429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9430 </UL>
9432 &lt;End of help on this topic&gt;
9433 </BODY>
9434 </HTML>
9435 ===== h_select_keyword_screen =====
9436 <HTML>
9437 <HEAD>
9438 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
9439 </HEAD>
9440 <BODY>
9441 <H1>SELECT A KEYWORD SCREEN</H1>
9442 <H2>COMMANDS</H2>
9443 <!--chtml if pinemode="function_key"-->
9444 <PRE>
9445 Available  Commands                        
9446 -------------------------------            
9447 F1  Show Help Text
9448 F3  Exit without selecting anything
9449 F4  Select the highlighted keyword
9450 F5  Move highlight to previous keyword
9451 F6  Move highlight to next keyword
9452 F7  Previous page of keywords
9453 F8  Next page of keywords
9454 F11 Print
9455 F12 WhereIs
9456 </PRE>
9457 <!--chtml else-->
9458 <PRE>
9459 Navigation                     General Alpine Commands
9460 -------------------------      -----------------------
9461  P  Prev Keyword                ?  Display this help text
9462  N  Next Keyword                E  Exit without selecting anything
9463  -  Previous page               %  Print
9464 Spc (space bar) Next page
9465  W  WhereIs
9467 Select Command
9468 ------------------------------------------------
9469  S  Select the highlighted keyword
9470 </PRE>
9471 <!--chtml endif-->
9473 <H2>Description of the Select Keyword Screen</H2>
9475 This screen just gives you an easy way to select a keyword.
9476 The list of keywords presented is the list of all keywords defined in your 
9477 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9478 If you have given a keyword a nickname, that nickname is displayed
9479 instead of the actual keyword.
9481 <P><UL>
9482 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9483 </UL>
9485 &lt;End of help on this topic&gt;
9486 </BODY>
9487 </HTML>
9488 ===== h_select_charset_screen =====
9489 <HTML>
9490 <HEAD>
9491 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
9492 </HEAD>
9493 <BODY>
9494 <H1>SELECT A CHARACTER SET SCREEN</H1>
9495 <H2>COMMANDS</H2>
9496 <!--chtml if pinemode="function_key"-->
9497 <PRE>
9498 Available  Commands                        
9499 -------------------------------            
9500 F1  Show Help Text
9501 F3  Exit without selecting anything
9502 F4  Select the highlighted character set
9503 F5  Move highlight to previous character set
9504 F6  Move highlight to next character set
9505 F7  Previous page of character sets
9506 F8  Next page of character sets
9507 F11 Print
9508 F12 WhereIs
9509 </PRE>
9510 <!--chtml else-->
9511 <PRE>
9512 Navigation                     General Alpine Commands
9513 -------------------------      -----------------------
9514  P  Prev Character Set          ?  Display this help text
9515  N  Next Character Set          E  Exit without selecting anything
9516  -  Previous page               %  Print
9517 Spc (space bar) Next page
9518  W  WhereIs
9520 Select Command
9521 ------------------------------------------------
9522  S  Select the highlighted character set
9523 </PRE>
9524 <!--chtml endif-->
9526 <H2>Description of the Select A Character Set Screen</H2>
9528 This screen just gives you an easy way to select a character set from the
9529 set of character sets Alpine knows about.
9530 The list presented will vary slightly depending on what option you are
9531 selecting the character set for.
9533 <P><UL>
9534 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9535 </UL>
9537 &lt;End of help on this topic&gt;
9538 </BODY>
9539 </HTML>
9540 ===== h_select_multcharsets_screen =====
9541 <HTML>
9542 <HEAD>
9543 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
9544 </HEAD>
9545 <BODY>
9546 <H1>SELECT CHARACTER SETS SCREEN</H1>
9547 <H2>COMMANDS</H2>
9548 <!--chtml if pinemode="function_key"-->
9549 <PRE>
9550 Available  Commands
9551 -------------------------------            
9552 F1  Show Help Text
9553 F3  Exit without selecting anything
9554 F4  Select the highlighted charset (or chosen charsets in ListMode)
9555 F5  Move highlight to previous charset
9556 F6  Move highlight to next charset
9557 F7  Previous page of charsets
9558 F8  Next page of charsets
9559 F9  Toggle choices when using ListMode
9560 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
9561 F11 Print
9562 F12 WhereIs
9563 </PRE>
9564 <!--chtml else-->
9565 <PRE>
9566 Navigation                     General Alpine Commands
9567 -------------------------      -----------------------
9568  P  Prev Charset                ?  Display this help text
9569  N  Next Charset                E  Exit without selecting anything
9570  -  Previous page               %  Print
9571 Spc (space bar) Next page
9572  W  WhereIs
9574 Select Command
9575 ------------------------------------------------
9576  S  Select the highlighted charset (or chosen charsets in ListMode)
9577  L  Turn on ListMode (makes it easy to choose multiple charsets)
9578  1  Turn off ListMode
9579  X  Toggle choices when using ListMode
9580 </PRE>
9581 <!--chtml endif-->
9583 <H2>Description of the Select Character Set Screen</H2>
9585 This screen just gives you an easy way to select a character set or a list of
9586 character sets.
9587 The list of character sets presented is the list of all character sets known to
9588 Alpine.
9589 You may select other character sets by typing them in directly.
9591 <P><UL>
9592 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9593 </UL>
9595 &lt;End of help on this topic&gt;
9596 </BODY>
9597 </HTML>
9598 ===== h_select_multkeyword_screen =====
9599 <HTML>
9600 <HEAD>
9601 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
9602 </HEAD>
9603 <BODY>
9604 <H1>SELECT KEYWORDS SCREEN</H1>
9605 <H2>COMMANDS</H2>
9606 <!--chtml if pinemode="function_key"-->
9607 <PRE>
9608 Available  Commands
9609 -------------------------------            
9610 F1  Show Help Text
9611 F3  Exit without selecting anything
9612 F4  Select the highlighted keyword (or chosen keywords in ListMode)
9613 F5  Move highlight to previous keyword
9614 F6  Move highlight to next keyword
9615 F7  Previous page of keywords
9616 F8  Next page of keywords
9617 F9  Toggle choices when using ListMode
9618 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
9619 F11 Print
9620 F12 WhereIs
9621 </PRE>
9622 <!--chtml else-->
9623 <PRE>
9624 Navigation                     General Alpine Commands
9625 -------------------------      -----------------------
9626  P  Prev Keyword                ?  Display this help text
9627  N  Next Keyword                E  Exit without selecting anything
9628  -  Previous page               %  Print
9629 Spc (space bar) Next page
9630  W  WhereIs
9632 Select Command
9633 ------------------------------------------------
9634  S  Select the highlighted keyword (or chosen keywords in ListMode)
9635  L  Turn on ListMode (makes it easy to choose multiple keywords)
9636  1  Turn off ListMode
9637  X  Toggle choices when using ListMode
9638 </PRE>
9639 <!--chtml endif-->
9641 <H2>Description of the Select Keyword Screen</H2>
9643 This screen just gives you an easy way to select a keyword or a list of
9644 keywords.
9645 The list of keywords presented is the list of all keywords defined in your 
9646 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9647 If you have given a keyword a nickname, that nickname is displayed
9648 instead of the actual keyword.
9650 <P><UL>
9651 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9652 </UL>
9654 &lt;End of help on this topic&gt;
9655 </BODY>
9656 </HTML>
9657 ===== h_select_incoming_to_monitor =====
9658 <HTML>
9659 <HEAD>
9660 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
9661 </HEAD>
9662 <BODY>
9663 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
9664 <H2>COMMANDS</H2>
9665 <!--chtml if pinemode="function_key"-->
9666 <PRE>
9667 Available  Commands
9668 -------------------------------            
9669 F1  Show Help Text
9670 F3  Exit without selecting anything
9671 F4  Select the marked folders
9672 F5  Move highlight to previous folder
9673 F6  Move highlight to next folder
9674 F7  Previous page of folders
9675 F8  Next page of folders
9676 F9  Toggle choices on or off
9677 F11 Print
9678 F12 WhereIs
9679 </PRE>
9680 <!--chtml else-->
9681 <PRE>
9682 Navigation                     General Alpine Commands
9683 -------------------------      -----------------------
9684  P  Prev Folder                 ?  Display this help text
9685  N  Next Folder                ^C  exit without changing anything
9686  -  Previous page               %  Print
9687 Spc (space bar) Next page
9688  W  WhereIs
9690 Select Command
9691 ------------------------------------------------
9692  S  Select the marked folders
9693  X  Toggle choices on or off
9694 </PRE>
9695 <!--chtml endif-->
9697 <H2>Description of the Select Folders to Check Screen</H2>
9699 This screen is only useful if the feature
9700 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
9701 is set.
9702 By default, when you set that feature all of your incoming folders
9703 will be checked periodically for Unseen messages.
9704 By using this screen, you may restrict the set of monitored folders to
9705 a subset of all of the incoming folders.
9707 Mark the folders you want to monitor for Unseen messages with
9708 an &quot;X&quot;.
9709 When you've finished marking all your selections use the Select
9710 command to register your choices.
9711 To return to the default of checking all incoming folders
9712 delete all folders or unmark all folders.
9714 <P><UL>
9715 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9716 </UL>
9718 &lt;End of help on this topic&gt;
9719 </BODY>
9720 </HTML>
9721 ===== h_role_select =====
9722 <HTML>
9723 <HEAD>
9724 <TITLE>ROLES SCREEN</TITLE>
9725 </HEAD>
9726 <BODY>
9727 <H1>ROLES SCREEN</H1>
9728 <H2>ROLES COMMANDS</H2>
9729 <!--chtml if pinemode="function_key"-->
9730 <PRE>
9731 Available  Commands                        
9732 -------------------------------            
9733 F1  Show Help Text
9734 F3  Exit without a selection
9735 F4  Select a role to use in composition
9736 F5  Move to previous role
9737 F6  Move to next role
9738 F7  Previous page of roles
9739 F8  Next page of roles
9740 F11 Change Default Role
9741 F12 Whereis (search role nicknames)
9742 </PRE>
9743 <!--chtml else-->
9744 <PRE>
9745 Navigation                     General Alpine Commands
9746 -------------------------      -----------------------
9747  P  Prev Role                     ?  Display this help text
9748  N  Next Role                     E  Exit without a selection
9749  -  Previous page
9750 Spc (space bar) Next page
9751  W  WhereIs (search for word in role nicknames)
9753 Select Role Commands
9754 ------------------------------------------------
9755  [Return]  Select highlighted role
9756  D         Change Default Role
9757 </PRE>
9758 <!--chtml endif-->
9760 <H2>Description of the Roles Screen</H2>
9762 With this screen you select a role to be used in the composition of a
9763 message.
9764 Use the Previous and Next commands to highlight the role you wish to
9765 use.
9766 When you type carriage return you will be placed in the composer using the highlighted role.
9768 You don't have any non-default <A HREF="h_rules_roles">roles</A>
9769 available unless you set them up.
9770 You may do so by using the Setup/Rules command on the MAIN MENU.
9772 By using the D command, you may set a default role that will persist until
9773 you change it or until you exit Alpine.
9774 The D command toggles through three states: set the default role, unset the
9775 default role, and leave the default role as it is.
9776 <P><UL>
9777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9778 </UL>
9780 &lt;End of help on this topic&gt;
9781 </BODY>
9782 </HTML>
9783 ===== h_role_abook_select =====
9784 <HTML>
9785 <HEAD>
9786 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
9787 </HEAD>
9788 <BODY>
9789 <H1>SELECT ADDRESS BOOK SCREEN</H1>
9790 <H2>COMMANDS</H2>
9791 <!--chtml if pinemode="function_key"-->
9792 <PRE>
9793 Available  Commands                        
9794 -------------------------------            
9795 F1  Show Help Text
9796 F3  Exit screen without selecting anything
9797 F4  Select highlighted address book
9798 F5  Move to previous address book
9799 F6  Move to next address book
9800 F7  Previous page of address books
9801 F8  Next page of address books
9802 F12 Whereis
9803 </PRE>
9804 <!--chtml else-->
9805 <PRE>
9806 Navigation                     General Alpine Commands
9807 -------------------------      -----------------------
9808  P  Previous addrbook          ?  Display this help text
9809  N  Next addrbook
9810  -  Previous page
9811 Spc (space bar) Next page
9812  W  WhereIs
9814 Select Role Commands
9815 ------------------------------------------------
9816  S  Select highlighted address book
9817  E  Exit screen without selecting anything
9818 </PRE>
9819 <!--chtml endif-->
9821 <H2>Description of the Select Address Book Screen</H2>
9823 This screen helps you select one of your address books.
9824 Use the Previous and Next commands to highlight the address book you wish to
9825 select.
9826 <P><UL>
9827 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9828 </UL>
9830 &lt;End of help on this topic&gt;
9831 </BODY>
9832 </HTML>
9833 ======== h_rule_patterns =============
9834 <HTML>
9835 <HEAD>
9836 <TITLE>PATTERNS</TITLE>
9837 </HEAD>
9838 <BODY>
9839 <H1>PATTERNS</H1>
9840 Patterns are used with Roles, Filtering, Index Coloring,
9841 Scoring, Other Rules, and Search Rules.
9842 Patterns are compared with a message to see if there is a match.
9843 For Filtering, the messages being checked are all the messages in the
9844 folder, one at a time.
9845 For Index Line Coloring, each message that is visible on the screen is
9846 checked for matches with the Index Coloring Patterns.
9847 Roles are used with the Reply, Forward, and Compose commands.
9848 For Reply, the message used to compare the Pattern with is the message
9849 being replied to;
9850 for Forward, the message used to compare the Pattern with is the message
9851 being forwarded;
9852 and for Compose, there is no message, so the parts of the Pattern that depend
9853 on a message (everything other than Current Folder Type and the
9854 Beginning of Month and Year)
9855 are not used.
9856 Only the Current Folder Type matters for Compose (plus the Beginning of
9857 Month or Year, which you wouldn't usually use for a Role).
9858 For Scoring, the message being scored is compared with all of the Score
9859 Patterns, and the Score Values from the ones that match are added together to 
9860 get the message's score.
9861 For Other Rules, there is no message. Only the Current Folder Type is checked
9862 for Other Rules.
9864 Each Pattern has several possible parts, all of which are optional.
9865 In order for there to be a match, <EM>ALL</EM> of the
9866 <EM>defined</EM> parts of the Pattern must match the message.
9867 If a part is not defined it is considered a match, but note that a filtering
9868 Pattern must have at least one defined part or it will be ignored.
9869 For example, if the To pattern is not defined it will be
9870 displayed as
9872 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
9874 That is considered a match because it is not defined.
9875 This means that the Pattern with nothing defined is a match if the
9876 Current Folder Type matches, but there is an exception that was mentioned
9877 in the previous paragraph.
9878 Because filtering is a potentially destructive action, filtering Patterns
9879 with nothing other than Current Folder Type defined are ignored.
9880 If you really want a filtering Pattern to match all messages (subject to
9881 Current Folder Type) the best way to do it is to define a Score interval
9882 that includes all possible scores.
9883 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
9884 This can be used even if you haven't defined any rules to Set Scores.
9886 There are six predefined header patterns called the To, From, Sender, Cc, News,
9887 and Subject patterns.
9888 Besides those six predefined header patterns, you may add
9889 additional header patterns with header fieldnames of your choosing.
9890 You add an extra header pattern by placing the cursor on one of the
9891 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
9892 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
9893 and the Partic pattern is a header pattern that stands for
9894 Participant (From OR To OR Cc).
9895 (Defining the Recip pattern does not have the same effect as defining both
9896 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
9897 Similar to the header patterns are the AllText pattern and the BodyText pattern.
9898 Instead of comparing this pattern's text against only the contents of
9899 a particular header field, the text for the AllText pattern is compared
9900 with text anywhere in the message's header or body, and the text for the
9901 BodyText pattern is compared with text anywhere in the message's body.
9903 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
9904 &quot;!&quot; &quot;toggle NOT&quot; command.
9905 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9906 &quot;!&quot; at the beginning of the pattern line.
9907 When the &quot;!&quot; is present, it reverses the meaning of the match.
9908 That is, if the pattern matches then it is considered to NOT be a match, and
9909 if it does not match it is considered to be a match.
9911 Don't make the mistake of putting the &quot;!&quot; in the data field for
9912 a pattern.
9913 For example, if you type the characters &quot;!urgent&quot; into the Subject
9914 pattern, the pattern will look like:
9916 <PRE>
9917  Subject pattern = !urgent
9918 </PRE>
9920 This means you want to match the 7 character sequence &quot;!urgent&quot;.
9921 In order to match messages that do not have &quot;urgent&quot; in
9922 their Subject field, first type the characters &quot;urgent&quot; followed
9923 by carriage return for the value of the Subject pattern, then negate it
9924 by typing the &quot;!&quot; command.
9925 It should look like
9927 <PRE>
9928  ! Subject pattern = urgent
9929 </PRE>
9931 The contents of each of these header patterns (or the AllText or BodyText patterns) may
9932 be a complete email address, part of an address, or a random set of
9933 characters to match against.
9934 It may also be a list of such patterns, which means you
9935 are looking for a match against the first pattern in the list <EM>OR</EM>
9936 the second pattern <EM>OR</EM> the third and so on.
9937 For example, a Subject pattern equal to
9939 <PRE>
9940  Subject pattern = urgent
9941                    emergency
9942                    alert
9943 </PRE>
9945 would match all messages with a subject that contained at least one
9946 of those words.
9947 It would also match subjects containing the words &quot;alerts&quot; or
9948 &quot;Urgently&quot;.
9950 The same example with &quot;NOT&quot; turned on would be
9952 <PRE>
9953  ! Subject pattern = urgent
9954                      emergency
9955                      alert
9956 </PRE>
9958 which would match all messages with a subject that did <EM>NOT</EM> contain any of
9959 those words.
9960 You can use the &quot;Add Value&quot; command to add new words to the list,
9961 or you can enter them as a comma-separated list.
9963 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
9964 present for a match.
9965 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
9966 pattern2 must be present,
9967 and that is exactly what using a list does.)
9969 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
9970 also part of the Pattern, although the &quot;Score Interval&quot; is not used
9971 when checking for matches for Scoring.
9972 There are five similar settings that relate to the status of the message.
9973 These settings rely on the message being New or not, Deleted or not,
9974 Answered or not, Important or not, and Recent or not.
9975 There are also some other miscellaneous settings.
9976 The first is the Age of the message in days.
9977 Another is the Size of the message, in bytes.
9978 The third is a setting that detects whether or not the Subject of a
9979 message contains raw 8-bit characters (unencoded characters with the most
9980 significant bit set).
9981 There is a setting that detects whether or not this is the first time
9982 Alpine has been run this month (doesn't depend on individual messages),
9983 and another that detects whether or not this is the first time Alpine has
9984 been run this year.
9985 Other parts of the Pattern detect whether or not the From address of a
9986 message appears in your address book, whether or not certain keywords
9987 are set for a message, and whether or not certain character sets are
9988 used in a message.
9990 <H2>Parts of a Pattern</H2>
9992 <H3>Header patterns</H3>
9994 A header pattern is simply text that is searched for in the corresponding
9995 header field.
9996 For example, if a Pattern has a From header pattern with the value
9997 &quot;@company.com&quot;, then only messages that have a From header
9998 that contains the text &quot;@company.com&quot; will be possible
9999 matches.
10000 Matches don't have to be exact.
10001 For example, if the relevant field of a message contains the text
10002 &quot;mailbox@domain&quot; somewhere
10003 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
10004 &quot;mailbox@domain&quot; are all matches.
10006 All parts of the Pattern must match so, for example,
10007 if a message matches a defined
10008 From pattern, it still must be checked against the other parts of the
10009 Pattern that have been defined.
10010 The To header pattern is a slightly special case.
10011 If the message being checked has a Resent-To header
10012 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
10013 there are used in place of the addresses in the To header.
10014 This is only true for the To header.
10015 Resent-cc and Resent-From headers are never used unless you add them
10016 with the eXtraHdrs command.
10018 The meaning of a header pattern may be negated with the
10019 &quot;!&quot; &quot;toggle NOT&quot; command.
10020 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10021 &quot;!&quot; at the beginning of the pattern line.
10022 It would look something like
10024 <PRE>
10025  ! From pattern = susan@example.com
10026 </PRE>
10028 When the &quot;!&quot; is present, it reverses the meaning of the match.
10030 If you want to check for the presence of a header field but don't care
10031 about its value, then
10032 the empty pattern that you get by entering a pair of
10033 double quotes (&quot;&quot;) should match any message that
10034 has the corresponding header field.
10036 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
10038 AllText patterns are just like header patterns except that the text is
10039 searched for anywhere in the message's headers or body, not just in the
10040 contents of a particular header field.
10043 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
10045 BodyText patterns are just like header patterns except that the text is
10046 searched for anywhere in the message's body, not just in the
10047 contents of a particular header field.
10050 If there is more than one header pattern or AllText pattern or BodyText pattern
10051 for which you want to take the
10052 same action there is a shorthand notation that may be used.
10053 Any of these patterns may be a list of patterns instead of
10054 just a single pattern.
10055 If any one of the patterns in the list matches the message
10056 then it is considered a match.
10057 For example, if &quot;company1&quot; and &quot;company2&quot; both required
10058 you to use the same role when replying to messages, you might have
10059 a To pattern that looks like
10061 <PRE>
10062  To pattern = company1.com
10063               company2.com
10064 </PRE>
10066 This means that if the mail you are replying to was addressed to
10067 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
10068 then this Pattern is a match and the same actions will be taken.
10070 The meaning of an AllText or BodyText pattern may be negated with the
10071 &quot;!&quot; &quot;toggle NOT&quot; command.
10072 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10073 &quot;!&quot; at the beginning of the pattern line.
10074 When the &quot;!&quot; is present, it reverses the meaning of the match.
10076 A technicality: Since comma is the character used to separate multiple values
10077 in any of the fields that may have multiple values (such as header patterns,
10078 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
10079 you must escape comma with a
10080 backslash (&#92;) if you want to include a literal comma in one of those fields.
10081 In other words, if you type a backslash followed by a comma it will
10082 be interpreted as a comma by Alpine, instead of as a separator between
10083 pattern values.
10084 All other backslashes (those not followed by a comma) are literal
10085 backslashes and should not be escaped.
10086 It's unlikely you'll ever need to enter a literal comma or backslash in
10087 any of the patterns.
10089 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
10091 The &quot;Current Folder Type&quot; may be set to one of four different
10092 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
10093 &quot;Specific&quot;.
10094 If the value is set to &quot;News&quot;, then the
10095 Pattern will only match if the currently open folder is a newsgroup.
10096 The value &quot;Email&quot; only matches if the current folder is not news and
10097 the value &quot;Any&quot; causes any folder to match.
10098 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
10099 then you must fill in a value for &quot;Folder&quot;, which is on the line
10100 below the &quot;Specific&quot; line.
10101 In this case you will only get a match if the currently open folder is
10102 the specific folder you list.
10103 You may give a list of folders instead of just a single
10104 folder name, in which case the Pattern will match if the open folder is
10105 any one of the folders in the list.
10106 The name of each folder in the list may be either &quot;INBOX&quot;,
10107 the technical specification
10108 of the folder (like what appears in your configuration file) or, if the
10109 folder is one of your incoming folders, it may be the nickname you've given
10110 the folder.
10111 Here are some samples of specific folder names:
10113 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
10115 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
10117 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
10119 The easiest way to fill in the &quot;Folder&quot; field is to use
10120 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
10121 highlighted, or to use the &quot;Take&quot; command with the configuration
10122 feature
10123 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
10124 turned on.
10126 When reading a newsgroup, there may be a performance penalty
10127 incurred when collecting the information necessary to check whether
10128 or not a Pattern matches a message.
10129 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
10130 If you have Patterns with a Current Folder Type of either
10131 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
10132 Index Line Coloring or Scoring, you may experience
10133 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
10135 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
10137 The &quot;Age Interval&quot; may be set to an interval of message
10138 ages that should be considered a match.
10139 Like the other parts of the Pattern, if it is unset it will be ignored.
10140 The Age Interval looks like
10142 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
10144 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
10145 than or equal to zero.
10146 The special value &quot;INF&quot; may be used for
10147 the max value. It represents infinity.
10149 Actually, this option may be defined as a list of intervals instead
10150 of just a single interval.
10151 The list is separated by commas.
10152 It can look like
10154 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
10156 When there is an Age Interval defined, it is a match if the age, in days, of
10157 the message is contained in any of the intervals.
10158 The intervals include both endpoints.
10160 Even though this option is called Age, it isn't actually
10161 the <EM>age</EM> of the message.
10162 Instead, it is how many days ago the message arrived in one of your folders.
10163 If the current time is a little past midnight, then a message that arrived
10164 just before midnight arrived yesterday, even though the message is only
10165 a few minutes old.
10166 By default, the date being used is not the date in the Date
10167 header of the message.
10168 It is the date that the message arrived in one of your folders.
10169 When you Save a message from one folder to another that arrival date
10170 is preserved.
10171 If you would like to use the date in the Date header that is possible.
10172 Turn on the option
10173 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
10174 near the bottom of the rule definition.
10175 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
10177 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
10179 The &quot;Size Interval&quot; may be set to an interval of message
10180 sizes that should be considered a match.
10181 Like the other parts of the Pattern, if it is unset it will be ignored.
10182 The Size Interval looks like
10184 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
10186 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
10187 than or equal to zero.
10188 The special value &quot;INF&quot; may be used for
10189 the max value. It represents infinity.
10191 Actually, this option may be defined as a list of intervals instead
10192 of just a single interval.
10193 The list is separated by commas.
10194 It can look like
10196 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
10198 When there is a Size Interval defined, it is a match if the size, in bytes, of
10199 the message is contained in any of the intervals.
10200 The intervals include both endpoints.
10202 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
10204 The &quot;Score Interval&quot; may be set to an interval of message
10205 scores that should be considered a match.
10206 Like the other parts of the Pattern, if it is unset it will be ignored.
10207 The Score Interval looks like
10209 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
10211 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
10212 negative integers, with min_score less than or equal to max_score.
10213 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
10214 the min and max values to represent negative and positive infinity.
10216 Actually, a list of intervals may be used if you wish.
10217 A list would look like
10219 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
10221 When there is a Score Interval defined, it is a match if the score for
10222 the message is contained in any of the intervals in the list.
10223 The intervals include the endpoints.
10224 The score for a message is calculated by looking at every Score rule defined and
10225 adding up the Score Values for the ones that match the message.
10226 When deciding whether or not a Pattern matches a message for purposes of
10227 calculating the score, the Score Interval is ignored.
10229 <H3><A NAME="pattern_message_status">Message Status</A></H3>
10231 There are five separate message status settings.
10232 By default, all five are set to the value &quot;Don't care&quot;, which
10233 will match any message.
10234 The value &quot;Yes&quot; means that the particular status must be true
10235 for a match, and the value &quot;No&quot; means that the particular
10236 status must not be true for a match.
10237 For example, one of the five Message Status settings is whether a message
10238 is marked Important or not.
10239 A &quot;Yes&quot; means that the message must be Important to be
10240 considered a match and &quot;No&quot; means that the message must not be
10241 Important to be considered a match.
10242 The same is true of the other four message status settings that depend
10243 on whether or not the message is New; whether the message has 
10244 been Answered or not; whether the message has been Deleted or not, and
10245 whether the message is Recent or not. 
10247 The nomenclature for New and Recent is a bit confusing:
10249 New means that the message is Unseen.
10250 It could have been in your mailbox for a long time but if you haven't looked
10251 at it, it is still considered New.
10252 That matches the default Alpine index display that shows an N for such a
10253 message.
10255 Recent means that the message was added to this folder since the last time
10256 you opened the folder.
10257 Alpine also shows an N by default for these types of messages.
10258 If you were to run two copies of Alpine that opened a folder one right after
10259 the other, a message would only show up as Recent in (at most) the first
10260 Alpine session.
10262 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
10264 Keywords are similar to Message Status, but they are chosen by the user.
10265 Provided the mail server allows for it, you may add a set of possible keywords
10266 to a folder and then you may set those keywords or not for each message
10267 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
10268 The syntax of this part of the Pattern is similar to the header patterns.
10269 It is a list of keywords.
10270 The Keyword part of the Pattern is a match if the message has any of
10271 the keywords in the list set.
10272 Like other parts of the Pattern, if this is unset it will be ignored.
10274 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
10276 A message may use one or more character sets.
10277 This part of the Pattern matches messages that make use of one or more of
10278 the character sets specified in the pattern.
10279 It will be considered a match if a message uses any of the character
10280 sets in the list you give here.
10283 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
10284 GB2312) you may also use some shorthand names that Alpine provides.
10285 These names are more understandable shorthand names for sets of 
10286 character set names.
10287 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
10288 Selecting one of these shorthand names is equivalent to selecting all of
10289 the character sets that make up the set.
10290 You can see all of these shorthand names and the lists of character sets
10291 they stand for by typing the &quot;T&quot; command with the Character
10292 Set pattern highlighted.
10293 The syntax of this part of the Pattern is similar to the header patterns
10294 and the Message Keywords pattern.
10295 It is a list of character sets (or shorthand names).
10296 The Character Set part of the Pattern is a match if the message uses any
10297 of the character sets in the list.
10298 Like other parts of the Pattern, if this is unset it will be ignored.
10300 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
10302 It seems that lots of unwanted email contains unencoded 8-bit characters
10303 in the Subject.
10304 Normally, characters with the 8th bit set are not allowed in the Subject
10305 header unless they are MIME-encoded.
10306 This option gives you a way to match messages that have Subjects that
10307 contain unencoded 8-bit characters.
10308 By default, the value of this option is &quot;Don't care&quot;, which
10309 will match any message.
10310 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
10311 the Subject of the message in order for there to be a match,
10312 and the value &quot;No&quot; is the opposite.
10313 Setting this option will affect performance in large folders because the
10314 subject of each message in the folder has to be checked.
10316 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
10318 This option gives you a way to take some action once per month.
10319 By default, the value of this option is &quot;Don't care&quot;, which
10320 will always match.
10321 The value &quot;Yes&quot; means that this must be the first time Alpine has
10322 been run this month in order to count as a match,
10323 and the value &quot;No&quot; is the opposite.
10325 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
10327 This option gives you a way to take some action once per year.
10328 By default, the value of this option is &quot;Don't care&quot;, which
10329 will always match.
10330 The value &quot;Yes&quot; means that this must be the first time Alpine has
10331 been run this year in order to count as a match,
10332 and the value &quot;No&quot; is the opposite.
10334 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
10336 This option gives you a way to match messages that have an address
10337 that is in one of your address books.
10338 Only the simple entries in your address books are searched.
10339 Address book distribution lists are ignored!
10340 By default, the value of this option is &quot;Don't care&quot;, which
10341 will match any message.
10342 The value &quot;Yes, in any address book&quot; means the address
10343 from the message must be in at least one of your
10344 address books in order to be a match.
10345 The value &quot;No, not in any address book&quot;
10346 means none of the addresses may
10347 be in any of your address books in order to be a match.
10348 The values &quot;Yes, in specific address books&quot; and
10349 &quot;No, not in any of specific address books&quot; are similar but instead
10350 of depending on all address books you are allowed to give a list of address
10351 books to look in.
10352 The addresses from the message that are checked for are determined by the
10353 setting you have for &quot;Types of addresses to check for in address book&quot;.
10354 If you set this to &quot;From&quot; the From address from the message will
10355 be looked up in the address book.
10356 If you set it to only &quot;To&quot; then the To addresses will be used.
10357 If any of the To addresses are in the address book then it is considered
10358 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
10359 You could set it to both From and To, in which case all of the From and To
10360 addresses are used.
10361 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
10362 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
10363 exists or the From address if there is no Reply-To address.
10364 Same for the Sender address.
10365 Setting this option may affect performance in large folders because the
10366 From and Reply-To of each message in the folder have to be checked.
10368 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
10370 This is a command that is run with its standard input set to the message
10371 being checked and its standard output discarded.
10372 The full directory path should be specified.
10373 The command will be run and then its exit status will be checked against
10374 the Exit Status Interval, which defaults to just the value zero.
10375 If the exit status of the command falls in the interval, it is considered
10376 a match, otherwise it is not a match.
10379 This option may actually be a list of commands.
10380 The first one that exists and is executable is used.
10381 That makes it possible to use the same configuration with Unix Alpine and
10382 PC-Alpine.
10385 If none of the commands in the list exists and is executable then the rule
10386 is <EM>not</EM> a match.
10387 If it is possible that the command may not exist, you should be careful
10388 to structure your rules so that nothing destructive
10389 happens when the command does not exist.
10390 For example, you might have a filter that filters away spam when there is
10391 a match but does nothing when there is not a match.
10392 That would continue to work correctly if the command didn't exist.
10393 However, if you have a filter that filters away spam when there is not
10394 a match and keeps it when there is a match, that would filter everything
10395 if the categorizer command didn't exist.
10397 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
10398 setup for the bogofilter filter.
10401 &lt;End of help on this topic&gt;
10402 </BODY>
10403 </HTML>
10404 ===== h_rules_roles =====
10405 <HTML>
10406 <HEAD>
10407 <TITLE>SETUP ROLES SCREEN</TITLE>
10408 </HEAD>
10409 <BODY>
10410 <H1>SETUP ROLES SCREEN</H1>
10411 <H2>SETUP ROLES COMMANDS</H2>
10412 <!--chtml if pinemode="function_key"-->
10413 <PRE>
10414 Available  Commands -- Group 1         Available Commands -- Group 2   
10415 -------------------------------        ------------------------------  
10416 F1  Show Help Text                      F1  Show Help Text             
10417 F2  See commands in next group          F2  See commands in next group
10418 F3  Back to MAIN Alpine menu
10419 F4  Change configuration for role
10420 F5  Move to previous role               F5  Include file in role config
10421 F6  Move to next role                   F6  Exclude file from config
10422 F7  Previous page of roles
10423 F8  Next page of roles
10424 F9  Add new role                        F9  Replicate existing role
10425 F10 Delete existing role
10426 F11 Shuffle the order of roles
10427 F12 Whereis (search role nicknames)
10428 </PRE>
10429 <!--chtml else-->
10430 <PRE>
10431 Navigation                     General Alpine Commands
10432 -------------------------      -----------------------
10433  P  Prev Role                     ?  Display this help text
10434  N  Next Role                     E  Back to MAIN Alpine menu
10435  -  Previous page
10436 Spc (space bar) Next page
10437  W  WhereIs (search for word in role nicknames)
10439 Setup Roles Commands
10440 ------------------------------------------------
10441  A  Add new role                  $  Shuffle the order of roles
10442  D  Delete existing role          C  Change configuration for highlighted role
10443  R  Replicate existing role
10444  I  Include file in role config   X  Exclude file from role config
10445 </PRE>
10446 <!--chtml endif-->
10448 <H2>Description of the Setup Roles Screen</H2>
10450 This screen lets you add, delete, modify, or change the order of the rules
10451 that determine the role you are playing when composing a message.
10453 You may play different roles depending on who you are replying to.
10454 For example, if you are replying to a message addressed to help-desk you
10455 may be acting as a Help Desk Worker.
10456 That role may require that you use a different return address and/or
10457 a different signature.
10459 Roles are optional.
10460 If you set up roles they work like this:  Each role has a set of
10461 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
10462 considered for a particular use; a &quot;Pattern&quot;,
10463 which is used to decide which of the eligible roles is used; and a set
10464 of &quot;Actions&quot;, which are taken when that role is used.
10465 When you reply to a message, the message you are replying to is compared
10466 with the Patterns of the roles marked as eligible for use when replying.
10467 The comparisons start with the first eligible role and keep going until there
10468 is a match.
10469 If a match is found, the matching role's Actions are taken.
10471 It is also possible to set a default role and to change that role during
10472 your Alpine session.
10473 When you start Alpine no default role will be set.
10474 You may set or change the current default role by using the &quot;D&quot;
10475 command in the role selection screen.
10476 You'll see that screen while composing a message and being asked to select
10477 a role.
10478 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
10479 compose a message.
10480 You may find a default role useful if you normally perform the duties of one
10481 of your roles for a while, then you switch to another role and stay in the
10482 new role for another period of time.
10483 It may be easier than using the Role Command to select the role each time you
10484 compose a message.
10486 <H2>Role Uses</H2>
10488 There are three types of use to be configured;
10489 one for Replying, one for Forwarding, and one for Composing.
10490 These indicate whether or not you want a role to be considered when you
10491 type the Reply, Forward, or Compose commands.
10492 (The Role command is an alternate form of the Compose command, and it is
10493 not affected by these settings.)
10494 Each of these Use types has three possible values.
10495 The value &quot;Never&quot;
10496 means that the role will never be considered as a candidate for use with
10497 the corresponding command.
10498 For example, if you set a role's Reply Use to Never, then when you Reply to
10499 a message, that role won't even be considered.
10500 (That isn't quite true. If the message you are replying to matches some other
10501 role that requires confirmation,
10502 then there will be a ^T command available which allows you to select a role
10503 from all of your roles, not just the reply-eligible roles.)
10506 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
10507 both mean that you do want to consider this role when using the corresponding
10508 command.
10509 For either of these settings the role's Pattern will
10510 be checked to see if it matches the message.
10511 For Reply Use, the message used to compare the Pattern with is the message
10512 being replied to.
10513 For Forward Use, the message used to compare the Pattern with is the message
10514 being forwarded.
10515 For Compose Use, there is no message, so the parts of the Pattern that depend
10516 on a message (everything other than Current Folder Type) are ignored.
10517 In all cases, the Current Folder Type is checked if defined.
10518 If there is a match then this role will either be used without confirmation
10519 or will be the default when confirmation is asked for, depending on
10520 which of the two options is selected.
10521 If confirmation is requested, you will have a chance to
10522 choose No Role instead of the offered role, or to
10523 change the role to any one of your other roles (with the ^T command).
10525 <H2>Role Patterns</H2>
10527 In order to determine whether or not a message matches a role the message is
10528 compared with the Role's Pattern.
10529 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10530 Scoring, Other Rules, and Search Rules, so are described in only one place,
10531 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10533 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
10534 a role that has all header patterns unset, the AllText pattern unset,
10535 the BodyText pattern unset,
10536 the Score Interval unset, and the Current Folder Type set to
10537 &quot;Any&quot; may be used as a default role.
10538 It should be put last in the list of roles since the matching
10539 starts at the beginning and proceeds until one of the roles is a match.
10540 If no roles at all match, then Alpine will
10541 use its regular methods of defining the role.
10542 If you wanted to, you could define a different &quot;default&quot; role
10543 for Replying, Forwarding, and Composing by setting the
10544 &quot;Use&quot; fields appropriately.
10546 <H2>Role Actions</H2>
10548 Once a role match is found, the role's Actions are taken.
10549 For each role there are several possible actions that may be defined.
10550 They are actions to set the From address, the Reply-To address,
10551 the Fcc, the Signature, the Template file, and Other Headers.
10553 <H3>Set From</H3>
10555 The From address is the address used on the From line of the message
10556 you are sending.
10558 <H3>Set Reply-To</H3>
10560 The Reply-To address is the address used on the Reply-To line of the message
10561 you are sending.
10562 You don't need a Reply-To address unless it is different from the From address.
10564 <H3>Set Other Headers</H3>
10566 If you want to set the value of the From or Reply-To headers, use
10567 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
10568 If you want to set the values of other headers, use this field.
10569 This field is similar to the
10570 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
10571 Each header you specify here must include the header tag
10572 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
10573 and may optionally include a value for that header.
10574 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
10575 for a header here will replace any value that already exists.
10576 For example, if you are Replying to a message there will be at least one
10577 address in the To header (the address you are Replying to).
10578 However, if you Reply using a role that sets the To header, that role's
10579 To header value will be used instead.
10581 <H3>Set Fcc</H3>
10583 The Fcc is used as the Fcc for the message you are sending.
10585 <H3>Set Signature or Set LiteralSig</H3>
10587 The Signature is the name of a file to be used as the signature file when
10588 this role is being used.
10589 If the name of the file has a vertical bar following it (|)
10590 then it is assumed that the file is a program that should be run to
10591 produce the signature.
10592 If the LiteralSig is set, then it is used instead of the signature file.
10593 LiteralSig is just a different way to store the signature.
10594 It is stored in the pine configuration file instead of in a separate
10595 signature file.
10596 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
10597 either in the role or as the default signature in the Setup/Config screen,
10598 then the signature file is ignored.
10600 <H3>Set Template</H3>
10602 A Template is the name of a file to be included in the message when this
10603 role is being used.
10604 If the name of the file has a vertical bar following it (|)
10605 then it is assumed that the file is a program that should be run to
10606 produce the template.
10609 Both signature files and template files may be stored remotely on an IMAP
10610 server.
10611 In order to do that you just give the file a remote name.
10612 This works just like the regular
10613 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
10614 option that is configured from the Setup/Configuration screen.
10615 A remote signature file name might look like:
10617 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
10619 Once you have named the remote signature or template file you create its
10620 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
10621 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
10622 line of the role editor.
10625 Both signature files and template files (or the output of signature programs
10626 and template file programs) may contain special tokens
10627 that are replaced with contents
10628 that depend on the message being replied to or forwarded.
10629 See the help for the individual fields inside the role editor for more
10630 information on tokens.
10632 <H3>Use SMTP Server</H3>
10634 If this field has a value, then it will be used as the SMTP server
10635 to send mail when this role is being used (unless the SMTP server variable
10636 is set in the system-wide fixed configuration file).
10637 It has the same semantics as the
10638 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
10639 variable in the Setup/Config screen.
10640 When you postpone the composition this SMTP server list will be saved
10641 with the postponed composition and it cannot be changed later.
10642 Because of that, you may want to make this a list of SMTP servers
10643 with the preferred server at the front of the list and alternate servers
10644 later in the list.
10647 If any of the actions are left unset, then the action depends on what
10648 is present in the &quot;Initialize settings using role&quot; field.
10649 If you've listed the nickname of another one of your roles there, then the
10650 corresponding action from that role will be used here.
10651 If that action is also blank, or if there is no nickname specified,
10652 then Alpine will do whatever it normally does to set these actions.
10653 This depends on other configuration options and features you've set.
10655 <H2>Command Descriptions</H2>
10657 <H3>Add</H3>
10659 The Add command is used to add a new role definition to your set of
10660 roles.
10661 The new role will be added after the highlighted role.
10663 <H3>Delete</H3>
10665 The Delete command deletes the currently highlighted role.
10667 <H3>Change</H3>
10669 The Change command lets you edit the nickname, Uses, Pattern,
10670 and Actions of the currently highlighted role.
10672 <H3>Shuffle</H3>
10674 The Shuffle command allows you to change the order of the roles.
10675 You may move the currently highlighted role up or down in the list.
10676 The order of the roles is important since the roles are tested for a
10677 match starting with the first role and continuing until a match is found.
10678 You should place the roles with more specific Patterns near the beginning
10679 of the list, and those with more general Patterns near the end so that
10680 the more specific matches will happen when appropriate.
10682 <H3>Replicate</H3>
10684 The Replicate command is used to copy an existing role and modify it.
10685 The new role will be added after the highlighted role.
10687 <H3>IncludeFile</H3>
10689 The IncludeFile command allows you to add a roles file to your configuration.
10690 Usually, your roles will be contained in your Alpine configuration file.
10691 If you wish, some or all of your roles may be stored in a separate file.
10692 If a roles file already exists (maybe it was made by somebody else using
10693 Alpine), you may insert it before the currently highlighted role.
10694 You may also insert an empty file or a file that does not yet exist.
10695 Once you have an empty roles file in your configuration, you may use
10696 the Shuffle command to move roles into it.
10697 In fact, that's the only way to get the initial role into the file.
10699 <H3>eXcludeFile</H3>
10701 The eXcludeFile command removes a roles file from your roles configuration.
10702 A limitation of the program is that in order to exclude a roles file
10703 that file must have at least one role
10704 in it, otherwise you won't be able to highlight a line in the file.
10705 So you may have to add a dummy role to the file in order to exclude the file.
10706 <P><UL>
10707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10708 </UL>
10710 &lt;End of help on this topic&gt;
10711 </BODY>
10712 </HTML>
10713 ===== h_rules_other =====
10714 <HTML>
10715 <HEAD>
10716 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
10717 </HEAD>
10718 <BODY>
10719 <H1>SETUP OTHER RULES SCREEN</H1>
10720 <H2>SETUP OTHER RULES COMMANDS</H2>
10721 <!--chtml if pinemode="function_key"-->
10722 <PRE>
10723 Available  Commands -- Group 1         Available Commands -- Group 2   
10724 -------------------------------        ------------------------------  
10725 F1  Show Help Text                      F1  Show Help Text             
10726 F2  See commands in next group          F2  See commands in next group
10727 F3  Back to MAIN Alpine menu
10728 F4  Change configuration for rule
10729 F5  Move to previous rule               F5  Include file in rule config
10730 F6  Move to next rule                   F6  Exclude file from config
10731 F7  Previous page of rules
10732 F8  Next page of rules
10733 F9  Add new rule                        F9  Replicate existing rule
10734 F10 Delete existing rule
10735 F11 Shuffle the order of rules
10736 F12 Whereis (search rule nicknames)
10737 </PRE>
10738 <!--chtml else-->
10739 <PRE>
10740 Navigation                     General Alpine Commands
10741 -------------------------      -----------------------
10742  P  Prev rule                     ?  Display this help text
10743  N  Next rule                     E  Back to MAIN Alpine menu
10744  -  Previous page
10745 Spc (space bar) Next page
10746  W  WhereIs (search for word in rule nicknames)
10748 Setup Other Rules Commands
10749 ------------------------------------------------
10750  A  Add new rule                  $  Shuffle the order of rules
10751  D  Delete existing rule          C  Change configuration for highlighted rule
10752  R  Replicate existing rule
10753  I  Include file in rule config   X  Exclude file from rule config
10754 </PRE>
10755 <!--chtml endif-->
10757 <H2>Description of the Setup Other Rules Screen</H2>
10759 This is where you may set various actions that do not fit well into the
10760 other Rules categories.
10762 <H2>Patterns</H2>
10764 Other Rules are a little different from the rest of the Rules because
10765 they depend only on the current folder, and not on a particular message.
10766 In order to determine whether or not a rule's actions should be applied
10767 the current folder is compared with the rule's Pattern, which consists
10768 of only the Current Folder Type.
10769 Current Folder Type works the same for Other Rules as it does for Roles,
10770 Filtering, Index Coloring, and Scoring.
10771 Keep in mind that the only part of the Pattern that applies to Other
10772 Rules is the Current Folder Type when looking at the description of
10773 Patterns given
10774 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10776 <H2>The Actions</H2>
10778 <H3>Set Sort Order</H3>
10780 When you enter a new folder, these rules will be checked to see if you
10781 have set a sort order that is different from your default sort order.
10782 The default is set in the Setup/Config screen with
10783 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
10784 If the Sort Order action is set, then the folder will be displayed sorted in
10785 that sort order instead of in the default order.
10787 A possible point of confusion arises when you change the configuration
10788 of the Sort Order for the currently open folder.
10789 The folder will normally be re-sorted when you go back to viewing the
10790 index.
10791 However, if you have manually sorted the folder with the
10792 Sort
10793 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
10794 command, then it will not be re-sorted until the next time it is opened.
10796 <H3>Set Index Format</H3>
10798 When you enter a new folder, these rules will be checked to see if you
10799 have set an Index Format that is different from your default Index Format,
10800 which is set with the
10801 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
10802 If so, the index will be displayed with this format instead of the default.
10804 <H3>Set Startup Rule</H3>
10806 When you enter a new folder, these rules will be checked to see if you
10807 have set a startup rule that is different from the default startup rule.
10808 The default for incoming folders is set in the Setup/Config screen with
10809 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
10810 The default for folders other than INBOX that are not part of your
10811 incoming collection
10812 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
10813 is to start with the last message in the folder.
10814 If the Startup Rule is set to something other than &quot;default&quot;,
10815 then the rule will determine which message will be the current message when
10816 the folder is first opened.
10818 The various startup rule possibilities work the same here as they do in
10819 the incoming collection, so check
10820 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
10821 for more help.
10823 <H2>Command Descriptions</H2>
10825 <H3>Add</H3>
10827 The Add command is used to add a new rule definition to your set of
10828 rules.
10829 The new rule will be added after the highlighted rule.
10831 <H3>Delete</H3>
10833 The Delete command deletes the currently highlighted rule.
10835 <H3>Change</H3>
10837 The Change command lets you edit the nickname, Pattern,
10838 and Action of the currently highlighted rule.
10840 <H3>Shuffle</H3>
10842 The Shuffle command allows you to change the order of the rules.
10843 You may move the currently highlighted rule up or down in the list.
10844 The order of the rules is important since the rules are tested for a
10845 match starting with the first rule and continuing until a match is found.
10846 You should place the rules with more specific Patterns near the beginning
10847 of the list, and those with more general Patterns near the end so that
10848 the more specific matches will happen when appropriate.
10850 <H3>Replicate</H3>
10852 The Replicate command is used to copy an existing rule definition and modify it.
10853 The new rule will be added after the highlighted rule.
10855 <H3>IncludeFile</H3>
10857 The IncludeFile command allows you to add a rules file to your configuration.
10858 Usually, your rules will be contained in your Alpine configuration file.
10859 If you wish, some or all of your rules may be stored in a separate file.
10860 If a rules file already exists (maybe it was made by somebody else using
10861 Alpine), you may insert it before the currently highlighted rule.
10862 You may also insert an empty file or a file that does not yet exist.
10863 Once you have an empty rules file in your configuration, you may use
10864 the Shuffle command to move rules into it.
10865 In fact, that's the only way to get the initial rule into the file.
10867 <H3>eXcludeFile</H3>
10869 The eXcludeFile command removes a rules file from your rules configuration.
10870 A limitation of the program is that in order to exclude a rules file
10871 that file must have at least one rule
10872 in it, otherwise you won't be able to highlight a line in the file.
10873 So you may have to add a dummy rule to the file in order to exclude the file.
10874 <P><UL>
10875 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10876 </UL>
10878 &lt;End of help on this topic&gt;
10879 </BODY>
10880 </HTML>
10881 ===== h_rules_srch =====
10882 <HTML>
10883 <HEAD>
10884 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
10885 </HEAD>
10886 <BODY>
10887 <H1>SETUP SEARCH RULES SCREEN</H1>
10888 <H2>SETUP SEARCH RULES COMMANDS</H2>
10889 <!--chtml if pinemode="function_key"-->
10890 <PRE>
10891 Available  Commands -- Group 1         Available Commands -- Group 2   
10892 -------------------------------        ------------------------------  
10893 F1  Show Help Text                      F1  Show Help Text             
10894 F2  See commands in next group          F2  See commands in next group
10895 F3  Back to MAIN Alpine menu
10896 F4  Change configuration for rule
10897 F5  Move to previous rule               F5  Include file in rule config
10898 F6  Move to next rule                   F6  Exclude file from config
10899 F7  Previous page of rules
10900 F8  Next page of rules
10901 F9  Add new rule                        F9  Replicate existing rule
10902 F10 Delete existing rule
10903 F11 Shuffle the order of rules
10904 F12 Whereis (search rule nicknames)
10905 </PRE>
10906 <!--chtml else-->
10907 <PRE>
10908 Navigation                     General Alpine Commands
10909 -------------------------      -----------------------
10910  P  Prev rule                     ?  Display this help text
10911  N  Next rule                     E  Back to MAIN Alpine menu
10912  -  Previous page
10913 Spc (space bar) Next page
10914  W  WhereIs (search for word in rule nicknames)
10916 Setup Search Rules Commands
10917 ------------------------------------------------
10918  A  Add new rule                  $  Shuffle the order of rules
10919  D  Delete existing rule          C  Change configuration for highlighted rule
10920  R  Replicate existing rule
10921  I  Include file in rule config   X  Exclude file from rule config
10922 </PRE>
10923 <!--chtml endif-->
10925 <H2>Description of the Setup Search Rules Screen</H2>
10927 One of the commands that becomes available when that feature is turned on
10928 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
10929 screen to select a set of messages.
10930 One way of selecting messages is to use a Rule.
10931 All of the messages that match (or don't match if you wish)
10932 a Rule's Pattern will be selected.
10934 Any of your Rules may be used for this purpose.
10935 You might already have Rules set up for filtering, index line color, scores, or roles;
10936 and you may use any of those Rules with the Select command.
10937 However, you might find it more convenient to set up a separate set of Rules
10938 just for this purpose without having to worry about what other effects
10939 they may cause.
10940 That is the purpose of these Select Rules.
10943 Each rule has a &quot;Pattern&quot;
10944 that is used to decide which messages are selected when you use it with
10945 the Select command.
10947 <H2>Patterns</H2>
10949 In order to determine whether or not a message should be selected
10950 the message is compared with the rule's Pattern.
10951 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10952 Scoring, Other Rules, and Search Rules, so are described in only one place,
10953 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10955 <H2>Command Descriptions</H2>
10957 <H3>Add</H3>
10959 The Add command is used to add a new rule definition to your set of
10960 rules.
10961 The new rule will be added after the highlighted rule.
10963 <H3>Delete</H3>
10965 The Delete command deletes the currently highlighted rule.
10967 <H3>Change</H3>
10969 The Change command lets you edit the nickname and Pattern
10970 of the currently highlighted rule.
10972 <H3>Shuffle</H3>
10974 The Shuffle command allows you to change the order of the rules.
10975 This affects only the order they are presented in when you use the
10976 ^T subcommand of the Select by Rule command.
10977 You may move the currently highlighted rule up or down in the list.
10979 <H3>Replicate</H3>
10981 The Replicate command is used to copy an existing rule definition and modify it.
10982 The new rule will be added after the highlighted rule.
10984 <H3>IncludeFile</H3>
10986 The IncludeFile command allows you to add a rules file to your configuration.
10987 Usually, your rules will be contained in your Alpine configuration file.
10988 If you wish, some or all of your rules may be stored in a separate file.
10989 If a rules file already exists (maybe it was made by somebody else using
10990 Alpine), you may insert it before the currently highlighted rule.
10991 You may also insert an empty file or a file that does not yet exist.
10992 Once you have an empty rules file in your configuration, you may use
10993 the Shuffle command to move rules into it.
10994 In fact, that's the only way to get the initial rule into the file.
10996 <H3>eXcludeFile</H3>
10998 The eXcludeFile command removes a rules file from your rules configuration.
10999 A limitation of the program is that in order to exclude a rules file
11000 that file must have at least one rule
11001 in it, otherwise you won't be able to highlight a line in the file.
11002 So you may have to add a dummy rule to the file in order to exclude the file.
11003 <P><UL>
11004 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11005 </UL>
11007 &lt;End of help on this topic&gt;
11008 </BODY>
11009 </HTML>
11010 ===== h_rules_incols =====
11011 <HTML>
11012 <HEAD>
11013 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
11014 </HEAD>
11015 <BODY>
11016 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
11017 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
11018 <!--chtml if pinemode="function_key"-->
11019 <PRE>
11020 Available  Commands -- Group 1         Available Commands -- Group 2   
11021 -------------------------------        ------------------------------  
11022 F1  Show Help Text                      F1  Show Help Text             
11023 F2  See commands in next group          F2  See commands in next group
11024 F3  Back to MAIN Alpine menu
11025 F4  Change configuration for rule
11026 F5  Move to previous rule               F5  Include file in rule config
11027 F6  Move to next rule                   F6  Exclude file from config
11028 F7  Previous page of rules
11029 F8  Next page of rules
11030 F9  Add new rule                        F9  Replicate existing rule
11031 F10 Delete existing rule
11032 F11 Shuffle the order of rules
11033 F12 Whereis (search rule nicknames)
11034 </PRE>
11035 <!--chtml else-->
11036 <PRE>
11037 Navigation                     General Alpine Commands
11038 -------------------------      -----------------------
11039  P  Prev rule                     ?  Display this help text
11040  N  Next rule                     E  Back to MAIN Alpine menu
11041  -  Previous page
11042 Spc (space bar) Next page
11043  W  WhereIs (search for word in rule nicknames)
11045 Setup Index Color Commands
11046 ------------------------------------------------
11047  A  Add new rule                  $  Shuffle the order of rules
11048  D  Delete existing rule          C  Change configuration for highlighted rule
11049  R  Replicate existing rule
11050  I  Include file in rule config   X  Exclude file from rule config
11051 </PRE>
11052 <!--chtml endif-->
11054 <H2>Description of the Setup Index Line Colors Screen</H2>
11056 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
11057 This action is only available if your terminal is capable of displaying
11058 color and color display has been enabled with the
11059 <A HREF="h_config_color_style">Color Style</A> option within the
11060 Setup Color screen.
11061 (In PC-Alpine, color is always enabled so there is no option to turn on.)
11062 This screen lets you add, delete, modify, or change the order of the rules
11063 that cause the lines in the MESSAGE INDEX to be displayed in different
11064 colors.
11066 Each rule has a &quot;Pattern&quot;,
11067 which is used to decide which of the rules is used; and the color that
11068 is used if the Pattern matches a particular message.
11070 <H2>Index Color Patterns</H2>
11072 In order to determine whether or not a message matches an Index Color Rule
11073 the message is compared with the rule's Pattern.
11074 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11075 Scoring, Other Rules, and Search Rules, so are described in only one place,
11076 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11079 If none of the Index Color rules is a match for a particular index line,
11080 then the color used is set using
11081 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11083 <H2>Index Line Color</H2>
11085 This is the color that index lines are colored when there is a matching
11086 Pattern.
11087 This colors the whole index line, except possibly the status letters,
11088 which may be colored separately using
11089 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11091 <H2>Command Descriptions</H2>
11093 <H3>Add</H3>
11095 The Add command is used to add a new rule definition to your set of
11096 rules.
11097 The new rule will be added after the highlighted rule.
11099 <H3>Delete</H3>
11101 The Delete command deletes the currently highlighted rule.
11103 <H3>Change</H3>
11105 The Change command lets you edit the nickname, Pattern,
11106 and Index Line Color of the currently highlighted rule.
11108 <H3>Shuffle</H3>
11110 The Shuffle command allows you to change the order of the rules.
11111 You may move the currently highlighted rule up or down in the list.
11112 The order of the rules is important since the rules are tested for a
11113 match starting with the first rule and continuing until a match is found.
11114 You should place the rules with more specific Patterns near the beginning
11115 of the list, and those with more general Patterns near the end so that
11116 the more specific matches will happen when appropriate.
11118 <H3>Replicate</H3>
11120 The Replicate command is used to copy an existing rule definition and modify it.
11121 The new rule will be added after the highlighted rule.
11123 <H3>IncludeFile</H3>
11125 The IncludeFile command allows you to add a rules file to your configuration.
11126 Usually, your rules will be contained in your Alpine configuration file.
11127 If you wish, some or all of your rules may be stored in a separate file.
11128 If a rules file already exists (maybe it was made by somebody else using
11129 Alpine), you may insert it before the currently highlighted rule.
11130 You may also insert an empty file or a file that does not yet exist.
11131 Once you have an empty rules file in your configuration, you may use
11132 the Shuffle command to move rules into it.
11133 In fact, that's the only way to get the initial rule into the file.
11135 <H3>eXcludeFile</H3>
11137 The eXcludeFile command removes a rules file from your rules configuration.
11138 A limitation of the program is that in order to exclude a rules file
11139 that file must have at least one rule
11140 in it, otherwise you won't be able to highlight a line in the file.
11141 So you may have to add a dummy rule to the file in order to exclude the file.
11142 <P><UL>
11143 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11144 </UL>
11146 &lt;End of help on this topic&gt;
11147 </BODY>
11148 </HTML>
11149 ===== h_rules_filter =====
11150 <HTML>
11151 <HEAD>
11152 <TITLE>SETUP FILTERING SCREEN</TITLE>
11153 </HEAD>
11154 <BODY>
11155 <H1>SETUP FILTERING SCREEN</H1>
11156 <H2>SETUP FILTERING COMMANDS</H2>
11157 <!--chtml if pinemode="function_key"-->
11158 <PRE>
11159 Available  Commands -- Group 1         Available Commands -- Group 2   
11160 -------------------------------        ------------------------------  
11161 F1  Show Help Text                      F1  Show Help Text             
11162 F2  See commands in next group          F2  See commands in next group
11163 F3  Back to MAIN Alpine menu
11164 F4  Change configuration for filter
11165 F5  Move to previous filter             F5  Include file in filter config
11166 F6  Move to next filter                 F6  Exclude file from config
11167 F7  Previous page of filters
11168 F8  Next page of filters
11169 F9  Add new filter                      F9  Replicate existing filter
11170 F10 Delete existing filter
11171 F11 Shuffle the order of filters
11172 F12 Whereis (search filter nicknames)
11173 </PRE>
11174 <!--chtml else-->
11175 <PRE>
11176 Navigation                     General Alpine Commands
11177 -------------------------      -----------------------
11178  P  Prev Filter                   ?  Display this help text
11179  N  Next Filter                   E  Back to MAIN Alpine menu
11180  -  Previous page
11181 Spc (space bar) Next page
11182  W  WhereIs (search for word in filter nicknames)
11184 Setup Filters Commands
11185 ------------------------------------------------
11186  A  Add new filter                $  Shuffle the order of filters
11187  D  Delete existing filter        C  Change configuration for highlighted filter
11188  R  Replicate existing filter
11189  I  Include file in filter config X  Exclude file from filter config
11190 </PRE>
11191 <!--chtml endif-->
11193 <H2>Description of the Setup Filtering Screen</H2>
11195 This screen lets you add, delete, modify, or change the order of the rules
11196 that determine the filtering Alpine does on folders you view.
11198 The software that actually delivers mail (the stuff that happens
11199 before Alpine is involved) for you is in a better position to do mail filtering
11200 than Alpine itself.
11201 If possible, you may want to look into using that sort of mail filtering to
11202 deliver mail to different folders, delete it, or forward it.
11203 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
11205 Filtering is a way to automatically move certain messages from one folder
11206 to another or to delete messages.
11207 It can also be used to set message status (Important, Deleted, New,
11208 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
11209 Alpine doesn't have the ability to forward mail to another address or
11210 to deliver vacation messages.
11212 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
11213 When a folder is opened, when new mail arrives in an open folder, or
11214 when mail is Expunged from a folder; each
11215 message is compared with the Patterns of your filtering rules.
11216 The comparisons start with the first rule and keep going until there
11217 is a match.
11218 If a match is found, the message may be deleted or moved, depending on
11219 the setting of the Filter Action.
11220 If the message is not deleted, it may have its status altered.
11223 <EM>NOTE:</EM>
11224 When setting up a Pattern used to delete messages,
11225 it is recommended that you test the Pattern first with a &quot;Move&quot;
11226 folder specified in
11227 case unintended matches occur.  Messages that are deleted will be removed 
11228 from the folder and <EM>unrecoverable</EM> from within Alpine after the
11229 next Expunge command or once the folder being filtered has been closed.
11231 <H2>Filter Patterns</H2>
11233 In order to determine whether or not a message matches a filter the message is
11234 compared with the Filter's Pattern.
11235 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11236 Scoring, Other Rules, and Search Rules, so are described in only one place,
11237 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11239 Since filtering is a potentially destructive action, if you have a filtering
11240 Pattern with nothing other than Current Folder Type set, that filtering
11241 rule is ignored.
11243 <H2>Filter Actions</H2>
11245 Once a filter match is found for a particular message, there are some actions
11246 that may be taken.
11247 First, the message may have its status changed.
11248 This is the same message status that you can manipulate manually using the
11249 <a href="h_common_flag">Flag Command</a>.
11250 There are always four elements of message status that you can control.
11251 You can set or clear the Important status, the New status, the Deleted
11252 status, and the Answered status.
11253 Of course, if the filter is going to delete the message,
11254 then there is no point in setting message status.
11255 You may also be able to set user-defined keywords for a message.
11256 Read a little about keywords in the help text for the
11257 <A HREF="h_common_flag">Flag</A> command.
11259 Second, the filter may delete or move the message.
11260 Deleting the message marks it Deleted and removes it from view.
11261 It is effectively gone forever (though it technically is still there until
11262 the next expunge command, which may happen implicitly).
11263 Moving the message moves it from the open folder into the folder
11264 listed on the &quot;Folder List&quot; line of the filter configuration.
11265 If you list more than one folder name (separated by commas) then the message
11266 will be copied to each of those folders.
11267 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
11268 message is removed from the current folder.
11269 If you just want to set the messages status without deleting it from
11270 the folder, then set the filter action to
11271 &quot;Just Set Message Status&quot;.
11273 (There is no way to do a Copy instead of a Move, due to the difficulties
11274 involved in keeping track of whether or not a message has
11275 already been copied.)
11277 <H2>Command Descriptions</H2>
11279 <H3>Add</H3>
11281 The Add command is used to add a new filter definition to your set of
11282 filters.
11283 The new filter will be added after the highlighted filter.
11285 <H3>Delete</H3>
11287 The Delete command deletes the currently highlighted filter.
11289 <H3>Change</H3>
11291 The Change command lets you edit the nickname, Pattern,
11292 and Folder of the currently highlighted filter.
11294 <H3>Shuffle</H3>
11296 The Shuffle command allows you to change the order of the filters.
11297 You may move the currently highlighted filter up or down in the list.
11298 The order of the filters is important since the filters are tested for a
11299 match starting with the first filter and continuing until a match is found.
11300 You should place the filters with more specific Patterns near the beginning
11301 of the list, and those with more general Patterns near the end so that
11302 the more specific matches will happen when appropriate.
11304 <H3>Replicate</H3>
11306 The Replicate command is used to copy an existing filter and modify it.
11307 The new filter will be added after the highlighted filter.
11309 <H3>IncludeFile</H3>
11311 The IncludeFile command allows you to add a filters file to your configuration.
11312 Usually, your filters will be contained in your Alpine configuration file.
11313 If you wish, some or all of your filters may be stored in a separate file.
11314 If a filters file already exists (maybe it was made by somebody else using
11315 Alpine), you may insert it before the currently highlighted filter.
11316 You may also insert an empty file or a file that does not yet exist.
11317 Once you have an empty filters file in your configuration, you may use
11318 the Shuffle command to move filters into it.
11319 In fact, that's the only way to get the initial filter into the file.
11321 <H3>eXcludeFile</H3>
11323 The eXcludeFile command removes a filters file from your filters configuration.
11324 A limitation of the program is that in order to exclude a filters file
11325 that file must have at least one filter
11326 in it, otherwise you won't be able to highlight a line in the file.
11327 So you may have to add a dummy filter to the file in order to exclude the file.
11328 <P><UL>
11329 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11330 </UL>
11332 <H3>Performance Considerations</H3>
11333 The number and type of patterns being tested can 
11334 adversely effect performance.  Issues to be aware
11335 of include:
11337 <UL>
11338   <LI> The more filters you have defined the longer it will take to run down
11339 the list.  Deleting unused filters is a good idea.
11340   <LI> Filtering in newsgroups served by an NNTP server will be slow
11341 if your patterns include tests other than &quot;From:&quot;
11342 or &quot;Subject:&quot;.
11343 </UL>
11345 &lt;End of help on this topic&gt;
11346 </BODY>
11347 </HTML>
11348 ===== h_rules_score =====
11349 <HTML>
11350 <HEAD>
11351 <TITLE>SETUP SCORING SCREEN</TITLE>
11352 </HEAD>
11353 <BODY>
11354 <H1>SETUP SCORING SCREEN</H1>
11355 <H2>SETUP SCORING COMMANDS</H2>
11356 <!--chtml if pinemode="function_key"-->
11357 <PRE>
11358 Available  Commands -- Group 1         Available Commands -- Group 2   
11359 -------------------------------        ------------------------------  
11360 F1  Show Help Text                      F1  Show Help Text             
11361 F2  See commands in next group          F2  See commands in next group
11362 F3  Back to MAIN Alpine menu
11363 F4  Change configuration for rule
11364 F5  Move to previous rule               F5  Include file in rule config
11365 F6  Move to next rule                   F6  Exclude file from config
11366 F7  Previous page of rules
11367 F8  Next page of rules
11368 F9  Add new rule                        F9  Replicate existing rule
11369 F10 Delete existing rule
11370 F11 Shuffle the order of rules
11371 F12 Whereis (search rule nicknames)
11372 </PRE>
11373 <!--chtml else-->
11374 <PRE>
11375 Navigation                     General Alpine Commands
11376 -------------------------      -----------------------
11377  P  Prev rule                     ?  Display this help text
11378  N  Next rule                     E  Back to MAIN Alpine menu
11379  -  Previous page
11380 Spc (space bar) Next page
11381  W  WhereIs (search for word in rule nicknames)
11383 Setup Scoring Commands
11384 ------------------------------------------------
11385  A  Add new rule                  $  Shuffle the order of rules
11386  D  Delete existing rule          C  Change configuration for highlighted rule
11387  R  Replicate existing rule
11388  I  Include file in rule config   X  Exclude file from rule config
11389 </PRE>
11390 <!--chtml endif-->
11392 <H2>Description of the Setup Scoring Screen</H2>
11394 Most people will not use scores at all, but if you do use them, here's how
11395 they work in Alpine.
11396 Using this screen, you may define Scoring rules.
11397 The score for a message is calculated by looking at every Score rule defined
11398 and adding up the Score Values for the ones that match the message.
11399 If there are no matches for a message, it has a score of zero.
11400 Message scores may be used a couple of ways in Alpine.
11402 <H3>Sorting by Score</H3>
11404 One of the methods you may use to sort message indexes is to sort by
11405 score.
11406 The scores of all the messages in a folder will be calculated and then
11407 the index will be ordered by placing the messages in order of ascending or
11408 descending score.
11410 <H3>Scores for use in Patterns</H3>
11412 The Patterns used for Roles, Index Line Coloring, and Filtering have a
11413 category labeled &quot;Score Interval&quot;.
11414 When a message is being compared with a Pattern to check for a match, if
11415 the Score Interval is set only messages that have a score somewhere in
11416 the interval are a match.
11418 <H2>Scoring Rule Patterns</H2>
11420 In order to determine whether or not a message matches a scoring rule
11421 the message is compared with the rule's Pattern.
11422 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11423 Scoring, Other Rules, and Search Rules, so are described in only one place,
11424 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11427 Actually, Scoring rule Patterns are slightly different from the other types of
11428 Patterns because Scoring rule Patterns don't contain a Score Interval.
11429 In other words, when calculating the score for a message, which is done
11430 by looking at the Scoring rule Patterns, scores aren't used.
11432 <H2>Score Value</H2>
11434 This is the value that will be added to the score for a message if the
11435 rule's Pattern is a match.
11436 Each individual Score Value is an integer between -100 and 100, and the
11437 values from matching rules are added together to get a message's score.
11438 There is also a way to extract the value from a particular header of each
11439 message. See the help text for Score Value for further information.
11441 <H2>Command Descriptions</H2>
11443 <H3>Add</H3>
11445 The Add command is used to add a new scoring rule definition.
11446 The new rule will be added after the highlighted rule.
11448 <H3>Delete</H3>
11450 The Delete command deletes the currently highlighted scoring rule.
11452 <H3>Change</H3>
11454 The Change command lets you edit the nickname, Pattern,
11455 and Score Value of the currently highlighted scoring rule.
11457 <H3>Shuffle</H3>
11459 The Shuffle command allows you to change the order of the scoring rules.
11460 You may move the currently highlighted rule up or down in the list.
11461 The order of the rules is important since the rules are tested for a
11462 match starting with the first rule and continuing until a match is found.
11463 You should place the rules with more specific Patterns near the beginning
11464 of the list, and those with more general Patterns near the end so that
11465 the more specific matches will happen when appropriate.
11467 <H3>Replicate</H3>
11469 The Replicate command is used to copy an existing rule and modify it.
11470 The new rule will be added after the highlighted rule.
11472 <H3>IncludeFile</H3>
11474 The IncludeFile command allows you to add a rules file to your configuration.
11475 Usually, your rules will be contained in your Alpine configuration file.
11476 If you wish, some or all of your rules may be stored in a separate file.
11477 If a rules file already exists (maybe it was made by somebody else using
11478 Alpine), you may insert it before the currently highlighted rule.
11479 You may also insert an empty file or a file that does not yet exist.
11480 Once you have an empty rules file in your configuration, you may use
11481 the Shuffle command to move rules into it.
11482 In fact, that's the only way to get the initial rule into the file.
11484 <H3>eXcludeFile</H3>
11486 The eXcludeFile command removes a rules file from your rules configuration.
11487 A limitation of the program is that in order to exclude a rules file
11488 that file must have at least one rule
11489 in it, otherwise you won't be able to highlight a line in the file.
11490 So you may have to add a dummy rule to the file in order to exclude the file.
11491 <P><UL>
11492 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11493 </UL>
11495 &lt;End of help on this topic&gt;
11496 </BODY>
11497 </HTML>
11498 ===== h_direct_config =====
11499 <HTML>
11500 <HEAD>
11501 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
11502 </HEAD>
11503 <BODY>
11504 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
11505 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
11506 <!--chtml if pinemode="function_key"-->
11507 <PRE>
11508 Available  Commands                        
11509 -------------------------------            
11510 F1  Show Help Text                         
11511 F3  Back to MAIN Alpine menu                 
11512 F4  Change configuration for directory server  
11513 F5  Move to previous directory server          
11514 F6  Move to next directory server              
11515 F7  Previous page of directory servers         
11516 F8  Next page of directory servers
11517 F9  Add new directory server
11518 F10 Delete existing directory server
11519 F11 Shuffle the order of directory servers
11520 F12 Whereis (search directory server titles)   
11521 </PRE>
11522 <!--chtml else-->
11523 <PRE>
11524 Navigation                     General Alpine Commands
11525 -------------------------      -----------------------
11526  P  Prev Directory Server         ?  Display this help text
11527  N  Next Directory Server         E  Back to MAIN Alpine menu
11528  -  Previous page
11529 Spc (space bar) Next page
11530  W  WhereIs (search for word in directory server titles)
11532 Setup LDAP Directory Server Commands
11533 ------------------------------------------------
11534  A  Add new directory server      $  Shuffle the order of directory servers
11535  D  Delete existing dir server    C  Change configuration for highlighted server
11536 </PRE>
11537 <!--chtml endif-->
11539 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
11541 This screen lets you add, delete, modify, or change the order of your
11542 directory servers. You may also set some optional behavior for each server.
11543 The &quot;Add Dir&quot; command brings up a blank form to 
11544 fill in. You will have to supply at least the name of the LDAP server.
11545 You will often have to supply a search base to be used with that server,
11546 as well. Once the form has been brought up on your screen, there is help
11547 available for each of the options you may set.
11549 The &quot;Del Dir&quot; command allows you to remove a directory server
11550 from your configuration.
11552 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
11553 The difference is that instead of bringing up a form for a new server
11554 configuration, you are changing the configuration of an existing entry.
11555 For example, you might want to correct a typing error, change a
11556 nickname, or change one of the options set for that server.
11558 The &quot;Shuffle&quot; command is used to change the order of directory
11559 servers.
11560 <P><UL>
11561 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11562 </UL>
11564 &lt;End of help on this topic&gt;
11565 </BODY>
11566 </HTML>
11567 ============= h_address_display ========================
11568 <HTML>
11569 <HEAD>
11570 <TITLE>SEARCH RESULTS INDEX</TITLE>
11571 </HEAD>
11572 <BODY>
11573 <H1>SEARCH RESULTS INDEX</H1>
11574 This screen shows the results, if any, of your Directory Server search.  
11575 Commands (besides those for screen navigation) are:
11576 <DL>
11577 <DT>View
11578 <!--chtml if pinemode="function_key"-->
11579 (F4)
11580 <!--chtml else-->
11582 <!--chtml endif-->
11583 </DT>
11584 <DD>See the full information for the selected entry.
11586 <DT>Compose
11587 <!--chtml if pinemode="function_key"-->
11588 (F9)
11589 <!--chtml else-->
11591 <!--chtml endif--></DT>
11592 <DD>Compose a message with the selected entry as the recipient.
11594 <DT>Role
11595 <!--chtml if pinemode="function_key"-->
11596 (F2)
11597 <!--chtml else-->
11599 <!--chtml endif--></DT>
11600 <DD>Compose a message with the selected entry as the recipient. This differs
11601 from Compose in that you may select a role before beginning your composition.
11603 <DT>Forward
11604 <!--chtml if pinemode="function_key"-->
11605 (F10)
11606 <!--chtml else-->
11608 <!--chtml endif--></DT>
11609 <DD>Send the full information for the selected entry as an 
11610 email message to someone else.
11612 <DT>Save
11613 <!--chtml if pinemode="function_key"-->
11614 (F11)
11615 <!--chtml else-->
11617 <!--chtml endif-->
11618 </DT>
11619 <DD>Save to your address book:
11620 <UL>
11621 <LI>the result of the search (as just found through your query) for the 
11622 selected entry; or 
11623 <LI>the selected entry for repeated Directory Server searching when used 
11624 in the future.
11625 </UL>
11626 or<BR>
11627 Export to a file (external to Alpine):
11628 <UL>
11629 <LI>the full information for the selected entry; or
11630 <LI>the email address from the selected entry; or
11631 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
11632 </UL>
11633 <DT>WhereIs
11634 <!--chtml if pinemode="function_key"-->
11635 (F12)
11636 <!--chtml else-->
11638 <!--chtml endif-->
11639 </DT>
11640 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11641 displayed text, not the full records for each entry.)  
11642 </DL>
11643 &lt;End of help on this topic&gt;
11644 </BODY>
11645 </HTML>
11646 ============= h_address_select ========================
11647 <HTML>
11648 <HEAD>
11649 <TITLE>SEARCH RESULTS INDEX</TITLE>
11650 </HEAD>
11651 <BODY>
11652 <H1>SEARCH RESULTS INDEX</H1>
11653 This screen shows the results, if any, of your Directory Server search.  
11654 Commands (besides those for screen navigation) are:
11655 <DL>
11656 <DT>Select
11657 </DT>
11658 <DD>Select this entry for use.
11660 <DT>ExitSelect
11661 <DD>Exit without selecting any of the entries.
11663 <DT>WhereIs
11664 </DT>
11665 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11666 displayed text, not the full records for each entry.)  
11667 </DL>
11668 &lt;End of help on this topic&gt;
11669 </BODY>
11670 </HTML>
11671 ===== h_folder_maint =====
11672 <HTML>
11673 <HEAD>
11674 <TITLE>Help for Folder List</TITLE>
11675 </HEAD>
11676 <BODY>
11677 <H1>FOLDER LIST COMMANDS</H1>
11678 <!--chtml if pinemode="function_key"-->
11679 <PRE>
11680 Available Commands -- Group 1        Available Commands -- Group 2
11681 -------------------------------      ------------------------------
11682 F1  Show Help Text                    F1  Show Help Text               
11683 F2  See commands in next group        F2  See commands in next group  
11684 F3  MAIN MENU Screen                  F3  Quit Alpine                    
11685 F4  Select folder and view it         F4  MAIN MENU Screen
11686 F5  Move to previous folder
11687 F6  Move to next folder               F6  Specify a folder to go to
11688 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
11689 F8  Show next screen of listing       F8  Compose a message
11690 F9  Add a new folder                  F9  Print folder listing
11691 F10 Delete selected folder
11692 F11 Rename selected folder
11693 F12 Whereis (search folder names)
11695 Available Commands -- Group 3
11696 F1  Show Help Text
11697 F2  See commands in next group
11698 F5  Go to next new message
11699     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
11700 F8  Compose a message using roles
11701 F9  Export folder to a file
11702 F10 Import the file back to a folder
11703 </PRE>
11704 <!--chtml else-->
11705 <PRE>
11706 Navigating the Folder Screen            Operations on the Selected Folder
11707 ----------------------------            ---------------------------------
11708  P   Move to previous folder              V  View Index of selected folder
11709  N   Move to next folder                  D  Delete
11710  -   Show previous page of listing        R  Rename
11711 Spc  (space bar) Show next page           E  Export to file
11712                                           U  Import from file to folder
11714 FOLDER LIST Screen Commands              General Alpine Command
11715 ---------------------------              -----------------------
11716  A  Add a folder                          O  Show all other available commands
11717  G  Specify a folder to go to             ?  Show Help text
11718  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
11719  W  Whereis (search folder names)         Q  Quit Alpine
11720  %  Print folder listing                  C  Compose a message
11721                                           #  Compose a message using roles
11722 </PRE>
11723 <!--chtml endif-->
11725 These commands are only available in the FOLDER LIST screen when the 
11726 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
11727 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
11728 <DT>Select:</DT>
11729 <DD>Select folders by certain criteria:<UL>
11730 <LI>All: of limited use, since there is no Apply command.
11731 <LI>by Property: <UL>
11732         <LI>folder contains messages not yet seen 
11733         <LI>folder contains new messages
11734         <LI>folder contains exactly as many, more, or fewer messages 
11735 than a given number
11736         </UL>
11737 <LI>by Text: <UL>
11738         <LI>contained in name of folder (Name Select)
11739         <LI>contained in messages in folder (Content Select)
11740         </UL>
11741 </UL></DD>
11743 <DT>Select current:</DT>
11744 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
11745 add one or more folders to a set created with the Select command described 
11746 above.)</DD>
11747 <DT>Zoom mode:</DT>
11748 <DD>Toggles display of only selected folders or all folders on and off.</DD>
11749 </DL>
11751 If the feature
11752 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
11753 is set then the TAB key will display the number of recent messages and
11754 the total number of messages in the highlighted folder.
11756 The &quot;Export&quot; command causes the lowest common denominator style
11757 mailbox to be written to a file.
11758 If the file already exists, you are asked if you want to delete it.
11759 If you say No, then the operation is aborted.
11760 Export might be a reasonable way to store a backup or an archival copy of
11761 a folder.
11762 The exported-to file is a local file on the system where you are running Alpine.
11763 The &quot;Import&quot; command is the opposite of the Export command.
11764 It reads a file created by Export and asks where it should save it in your
11765 folders.
11766 This could be a new folder or an existing folder.
11767 If the folder already exists, the messages from the exported file will be
11768 appended to the folder.
11770 <CENTER>Description of the FOLDER LIST Screen</CENTER>
11772 The purpose of the FOLDER LIST screen is to help you browse and manage
11773 the folders and directories (also known as &quot;hierarchy&quot;)
11774 contained within a collection.
11777 Folders and directories are arranged alphabetically across lines of
11778 the screen.  Directories, if present, are denoted by a special
11779 character at the end of the name known as the hierarchy delimiter
11780 (typically, &quot;/&quot;).  By default, folders and directories are
11781 mixed together.  The
11782 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
11783 configuration option can be used to group directories toward the 
11784 beginning or end of the list.
11787 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
11788 commands change the &quot;selected&quot; (i.e., highlighted) folder or
11789 directory, and the View Fldr/Dir commands will &quot;open&quot; the
11790 selected item.  Folder and directory management is provided via the
11791 Rename, Delete and Add commands.
11793 <P><CENTER>About Folders</CENTER>
11794 What are Folders?<P>
11796 Folders are simply files where messages are kept.  Every message has to be
11797 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
11798 folder for sent mail and a folder for saved messages.<P>
11800 You may create as many other folders as you wish.  They must be given
11801 names that can be filenames on the filesystem.  
11804 You can move messages from one folder to another by opening the original
11805 folder and saving messages into the other folder just as you can save
11806 message from your INBOX to any other folder.<P>
11808 Folders are typically just files in the filesystem.  However, the files
11809 that are
11810 folders have some special formatting in them (so that Alpine knows where one
11811 message ends and another begins) and should <EM>not</EM> be edited outside of
11812 Alpine.  If you want copies of your messages in text files that you can edit
11813 or otherwise manipulate, use the Export command to copy them from Alpine into
11814 your regular file area.
11817 FOR MORE INFORMATION: See the section on
11818 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11820 <CENTER>About Directories</CENTER>
11822 A directory is simply a container used to group folders within a
11823 folder list.  You can create as many directories as you like.  And 
11824 directories can even contain directories themselves.
11827 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
11828 to note that not all IMAP servers support directories.  If you find that
11829 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
11830 then it's likely that directories are not supported by the server serving
11831 in that collection.
11834 Similarly, servers that do provide for directories may not do so in
11835 the same way.  On some servers, for example, each folder name you
11836 create is at the same time capable of being a directory.  When this
11837 happens, Alpine will display both the folder name and the name of the
11838 directory (with trailing hierarchy delimiter) in the folder list.
11841 Another issue with IMAP access, though with a much smaller set of servers,
11842 is that not all servers accept the request to list out the available
11843 folders and directories in the same way.  If you find yourself having
11844 trouble viewing folders on your server, you might investigate the
11845 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
11846 feature.
11848 <UL>
11849 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11850 </UL>
11852 &lt;End of help on this topic&gt;
11853 </BODY>
11854 </HTML>
11855 ========= h_valid_folder_names ========
11856 <HTML>
11857 <HEAD>
11858 <TITLE>Explanation of Valid Folder Names</TITLE>
11859 </HEAD>
11860 <BODY>
11861 <H1>Folder Name Syntax Explained</H1>
11863 Once your folder collections are defined, you can usually refer to
11864 folders by their simple (unqualified) name, or pick from a FOLDER LIST
11865 display.  However, understanding the complete syntax for folder names,
11866 both local and remote, is handy when using the Goto command and when
11867 you are adding new folder collections via the Setups/collectionList screen.
11869 An Alpine folder name looks like
11872 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
11875 The square brackets ([]) mean that the part is optional.
11878 If there is no remote-specification, then the folder name is interpreted
11879 locally on the computer running Alpine.
11880 Local folder names depend on the operating system used by the computer 
11881 running Alpine, as well as the configuration of that system.  For example,
11882 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
11883 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
11884 system running Unix.
11887 Alpine users have the option of using folders that are stored on some other
11888 computer.  Alpine accesses remote folders via IMAP (the Internet Message
11889 Access Protocol), or in the case of news, via NNTP (the Network News
11890 Transport Protocol).  To be able to access remote folders in Alpine, the
11891 remote host must be running the appropriate server software (imapd or
11892 nntpd) and you must correctly specify the name of the folder to Alpine,
11893 including the domain name of the remote machine. For example,
11895 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
11897 could be a remote folder specification, and so could
11899 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
11902 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
11904 Note that in the case of remote folders, the directory/file path in the specification is 
11905 determined by the operating system of the remote computer, <B>not</B> by
11906 the operating system of the computer on which you are running Alpine.
11908 As you can tell, the name of the computer is in &#123;} brackets
11909 followed immediately by the name of the folder.  (In each of these cases the
11910 optional namespace is missing.)  If, as in these
11911 examples, there is no remote access protocol specified, then IMAP is
11912 assumed.  Check
11913 <A HREF="h_folder_server_syntax">here</A>
11914 for a more detailed look at what options can be placed between the brackets.
11915 If there are no brackets at all, then the folder name is interpreted locally
11916 on the computer on which you are running Alpine.
11919 To the right of the brackets when a server name is present, or at the
11920 start of the foldername if no server is present, the sharp sign,
11921 &quot;#&quot;, holds special meaning.  It indicates a folder name
11922 outside the area reserved for your personal folders.  In fact, it's
11923 used to indicate both the name of the folder, and a special phrase
11924 telling Alpine how to interpret the name that follows.
11927 So, for example, Alpine can be used to access a newsgroup that might be 
11928 available on your computer using:
11930 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11932 The sharp sign indicates the folder name is outside your personal
11933 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
11934 interpret the remainder of the name as a newsgroup.
11937 Similarly, to access a newsgroup on your IMAP server, you might
11938 use something like:
11940 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
11943 There are a number of such special phrases (or &quot;namespaces&quot;)
11944 available.  For a more detailed explanation read about
11945 <A HREF="h_folder_name_namespaces">Namespaces</A>.
11948 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
11949 names.  The name INBOX refers to your &quot;principal incoming
11950 message folder&quot; and will be mapped to the actual file name used for your
11951 INBOX on any given host.  Therefore, a name like
11952 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
11953 store incoming mail for you on that particular host.
11956 &lt;End of help on this topic&gt;
11957 </BODY>
11958 </HTML>
11959 ======= h_folder_name_namespaces =======
11960 <HTML>
11961 <HEAD>
11962 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
11963 </HEAD>
11964 <BODY>
11965 <H1>Folder Name Namespaces Explained</H1>
11967 An Alpine folder name looks like
11970 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
11973 The local part of a folder name has an optional &quot;Namespace&quot; which
11974 tells Alpine how to interpret the rest of the name.
11976 <P> 
11977 By default the folder name is interpreted as defining a section of your personal
11978 folder area.  This area and how you specify it are defined by the
11979 server, if one is specified, or, typically, the home
11980 directory, if no server is defined.
11983 If a namespace is specified, it begins with the
11984 sharp, &quot;#&quot;, character followed by the name of the namespace
11985 and then the namespace's path-element-delimiter.  Aside from the
11986 path's format, namespaces can also imply access rights, content
11987 policy, audience, location, and, occasionally, access methods.
11990 Each server exports its own set (possibly of size one) of 
11991 namespaces.  Hence, it's likely communication with your server's
11992 administrator will be required for specific configurations.  Some of
11993 the more common namespaces, however, include:
11995 <DL>
11996 <DT>#news.</DT>
11997 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
11998 names are hierarchically defined with each level delimited by a period.
12000 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12002 </DD>
12003 <DT>#public/</DT>
12004 <DD>This specifies a folder area that the server may export to the general
12005 public.
12006 </DD>
12007 <DT>#shared/</DT>
12008 <DD>This specifies a folder area that the server may export to groups
12009 of users.
12010 </DD>
12011 <DT>#ftp/</DT>
12012 <DD>This specifies a folder area that is the same as that it may have 
12013 exported via the &quot;File Transfer Protocol&quot;.
12014 </DD>
12015 <DT>#mh/</DT>
12016 <DD>This specifies the personal folder area associated with folders
12017 and directories that were created using the MH message handling system.
12018 </DD>
12019 <DT>#move/</DT>
12020 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
12022 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
12024 The #move namespace is followed by two folder names separated by a delimiter
12025 character.
12026 The delimiter character may be any character that does not appear in
12027 the MailDropFolder name.
12028 The meaning of #move is that mail will be copied from the MailDropFolder to
12029 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
12030 Periodic checks at frequency
12031 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
12032 time between checks set by
12033 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
12034 are made for new mail arriving in the MailDropFolder.
12035 An example that copies mail from a POP inbox to a local folder follows
12037 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
12039 To you it appears that mail is being delivered to the local folder when it
12040 is copied from the MailDropFolder, and you read mail from the local folder.
12042 Note that if the DestinationFolder does not exist then the messages are not
12043 copied from the MailDropFolder.
12044 A #move folder may only be used as an
12045 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
12046 an Inbox.
12047 When you are in the FOLDER LIST of Incoming Message Folders (after turning
12048 on the
12049 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
12050 option)
12051 the Add command has a subcommand &quot;Use Mail Drop&quot;
12052 which may be helpful for defining the folder in your Alpine configuration.
12053 The same is true when you edit the
12054 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
12055 option in Setup/Config.
12056 Each of these configuration methods will also create the DestinationFolder
12057 if it doesn't already exist.
12058 If you are having problems, make sure the DestinationFolder exists.
12059 You may find some more useful information about Mail Drops at
12060 <A HREF="h_maildrop">What is a Mail Drop?</A>.
12061 </DD>
12062 </DL>
12065 In addition, the server may support access to other user's folders,
12066 provided you have suitable permissions.  Common methods use a prefix
12067 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
12068 indicate the root of the other user's folder area.
12071 No, nothing's simple.
12074 &lt;End of help on this topic&gt;
12075 </BODY>
12076 </HTML>
12077 ============= h_whatis_vcard ========================
12078 <HTML>
12079 <HEAD>
12080 <TITLE>VCARD EXPLAINED</TITLE>
12081 </HEAD>
12082 <BODY>
12083 <H1>What is the vCard format?</H1>
12084 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
12085 information about and among people and organizations electronically.  
12086 More information about vCard can be found (as of May 1998) on the WWW site 
12087 of the Internet Mail Consortium at the URL:
12089 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
12091 &lt;End of help on this topic&gt;
12092 </BODY>
12093 </HTML>
12094 ===== h_folder_open =====
12095 <HTML>
12096 <HEAD>
12097 <TITLE>Explanation of Folder Selection</TITLE>
12098 </HEAD>
12099 <BODY>
12100 <BR>
12101 <BR>
12102 This screen is designed to allow you to quickly and easily survey your
12103 folders and select one to open.
12104 <!--chtml if pinemode="function_key"-->
12105 <PRE>
12106 Navigating the List of Folders             General Alpine Commands
12107 ------------------------------             -----------------------
12108  P   Move to previous folder               ?   Show this help text
12109  N   Move to next folder
12110  -   Show previous screen of folders
12111 Spc  (space bar) Show next screen
12112  W   WhereIs (search folder names)
12114 Folder Selection Commands
12115 -------------------------
12116  E   Exit the Folder Select menu (without selecting a folder)
12117  S   Select the currently highlighted folder
12118 </PRE>
12119 <!--chtml else-->
12120 <PRE>
12121 Navigating the List of Folders             General Alpine Commands
12122 ------------------------------             -----------------------
12123 F5   Move to previous folder               F1  Show this help text
12124 F6   Move to next folder
12125 F7   Show previous screen of folders
12126 F8   Show next screen of folders
12127 F12  WhereIs (search folder names)
12129 Folder Selection Commands
12130 -------------------------
12131 F3   Exit the Folder Select menu (without selecting a folder)
12132 F4   Select the currently highlighted folder
12133 </PRE>
12134 <!--chtml endif-->
12136 FOR MORE INFORMATION: See the section on
12137 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12139 &lt;End of help on this topic&gt;
12140 </BODY>
12141 </HTML>
12142 ===== h_folder_subscribe =====
12143 <HTML>
12144 <HEAD>
12145 <TITLE>Newsgroup Subscribe Screen explained</TITLE>
12146 </HEAD>
12147 <BODY>
12148 <H1>FOLDER SUBSCRIBE HELP</H1>
12150 This screen is designed to help you subscribe to newsgroups you are
12151 not currently subscribed to.  The screen display is a list of all
12152 available newsgroups (or possibly a partial list if you specified a
12153 partial name when entering the screen).  Groups you have already
12154 subscribed to have the letters &quot;SUB&quot; next to them.  You may
12155 select a single new group to subscribe to by moving the cursor to that
12156 group and pressing &quot;S&quot; or carriage return.  Alternatively,
12157 you may change into ListMode with the &quot;ListMode&quot; command.
12158 The display will change slightly so that each group has a checkbox in
12159 front of it.  Use the cursor and the Set/Unset command to place an
12160 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
12163 When you are finished marking groups, the &quot;Subscribe&quot;
12164 command will subscribe you to those groups you have marked.  Note, you
12165 may not unsubscribe to groups with this command.  Instead of the
12166 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
12167 UnSbscrbe command.
12170 <!--chtml if pinemode="function_key"-->
12171 <PRE>
12172 Navigating the List of Newsgroups          General Alpine Commands
12173 ---------------------------------          -----------------------
12174 F5   Move to previous group                F1   Show this help text
12175 F6   Move to next group
12176 F7   Show previous screen of groups
12177 F8   Show next screen of groups
12178 F12  WhereIs (search group names)
12179 F9   Use ListMode
12181 Group Selection Commands
12182 -------------------------
12183 F3  Exit the News Subscribe menu (without selecting any groups)
12184 F4  Subscribe to the currently highlighted newsgroup
12185 </PRE>
12186 <!--chtml else-->
12187 <PRE>
12188 Navigating the List of Newsgroups          General Alpine Commands
12189 ---------------------------------          -----------------------
12190  P   Move to previous group                ?   Show this help text
12191  N   Move to next group
12192  -   Show previous screen of groups
12193 Spc  (space bar) Show next screen
12194  W   WhereIs (search group names)
12195  L   Use ListMode
12197 Group Selection Commands
12198 -------------------------
12199  E   Exit the News Subscribe menu (without selecting any groups)
12200  S   Subscribe to the currently highlighted newsgroup
12201 </PRE>
12202 <!--chtml endif-->
12204 When in ListMode, there is an additional command for marking groups to
12205 subscribe to:
12207 <!--chtml if pinemode="function_key"-->
12208 <PRE>
12209 ListMode Commands
12210 -------------------------
12211 F9  Set or unset the highlighted group
12212 </PRE>
12213 <!--chtml else-->
12214 <PRE>
12215 ListMode Commands
12216 -------------------------
12217 X   Set or unset the highlighted group
12218 </PRE>
12219 <!--chtml endif-->
12221 &lt;End of help on this topic&gt;
12222 </BODY>
12223 </HTML>
12224 ===== h_folder_postnews =====
12225 <HTML>
12226 <HEAD>
12227 <TITLE>Newsgroup selecting for Posting explained</TITLE>
12228 </HEAD>
12229 <BODY>
12230 This screen is designed to allow you to quickly and easily survey
12231 the available newsgroups and select one to post news to.
12233 <!--chtml if pinemode="function_key"-->
12234 <PRE>
12235 Navigating the List of Newsgroups          General Alpine Commands
12236 ---------------------------------          -----------------------
12237 F5   Move to previous group                F1  Show this help text
12238 F6   Move to next group
12239 F7   Show previous screen of groups
12240 F8   Show next screen of groups
12241 F12  WhereIs (search group names)
12243 Group Selection Commands
12244 -------------------------
12245 F3   Exit the Selection menu (without selecting a group)
12246 F4   Select the currently highlighted newsgroup
12247 </PRE>
12248 <!--chtml else-->
12249 <PRE>
12250 Navigating the List of Newsgroups          General Alpine Commands
12251 ---------------------------------          -----------------------
12252  P   Move to previous group                ?  Show this help text
12253  N   Move to next group
12254  -   Show previous screen of groups
12255 Spc  (space bar) Show next screen of groups
12256  W   WhereIs (search group names)
12258 Group Selection Commands
12259 -------------------------
12260  E   Exit the Selection menu (without selecting a group)
12261  S   Select the currently highlighted newsgroup
12262 </PRE>
12263 <!--chtml endif-->
12265 &lt;End of help on this topic&gt;
12266 </BODY>
12267 </HTML>
12268 ===== h_folder_save =====
12269 <HTML>
12270 <HEAD>
12271 <TITLE>Folder Select for Save Explained</TITLE>
12272 </HEAD>
12273 <BODY>
12274 This screen is designed to allow you to quickly and easily survey your
12275 folders and select one to use for saving the current message.
12278 <!--chtml if pinemode="function_key"-->
12279 <PRE>
12280 Navigating the List of Folders             General Alpine Commands
12281 ------------------------------             -----------------------
12282 F5   Move to previous folder               F1  Show this help text
12283 F6   Move to next folder
12284 F7   Show previous screen of folders
12285 F8   Show next screen of folders
12286 F12  WhereIs (search folder names)
12288 Folder Selection Commands
12289 -------------------------
12290 F3   Exit the Folder Select menu (without selecting a folder)
12291 F4   Select the currently highlighted folder
12292 F11  AddNew folder (just like Select, but you type in a new folder name)
12293 </PRE>
12294 <!--chtml else-->
12295 <PRE>
12296 Navigating the List of Folders             General Alpine Commands
12297 ------------------------------             -----------------------
12298  P   Move to previous folder               ?  Show this help text
12299  N   Move to next folder
12300  -   Show previous screen of folders
12301 Spc  (space bar) Show next screen of folders
12302  W   WhereIs (search folder names)
12304 Folder Selection Commands
12305 -------------------------
12306  E   Exit the Folder Select menu (without selecting a folder)
12307  S   Select the currently highlighted folder
12308  A   AddNew folder (just like Select, but you type in a new folder name)
12309 </PRE>
12310 <!--chtml endif-->
12312 FOR MORE INFORMATION: See the section on
12313 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12315 &lt;End of help on this topic&gt;
12316 </BODY>
12317 </HTML>
12318 ===== h_folder_fcc =====
12319 <HTML>
12320 <HEAD>
12321 <TITLE>Folder Select for Fcc Explained</TITLE>
12322 </HEAD>
12323 <BODY>
12324 This screen is designed to allow you to quickly and easily survey your
12325 folders and select one to use as the file carbon copy (fcc) for the
12326 current message.
12329 <!--chtml if pinemode="function_key"-->
12330 <PRE>
12331 Navigating the List of Folders             General Alpine Commands
12332 ------------------------------             -----------------------
12333 F5   Move to previous folder               F1  Show this help text
12334 F6   Move to next folder
12335 F7   Show previous screen of folders
12336 F8   Show next screen of folders
12337 F12  WhereIs (search folder names)
12339 Folder Selection Commands
12340 -------------------------
12341 F3   Exit the Folder Select menu (without selecting a folder)
12342 F4   Select the currently highlighted folder
12343 F11  AddNew folder (just like Select, but you type in a new folder name)
12344 </PRE>
12345 <!--chtml else-->
12346 <PRE>
12347 Navigating the List of Folders             General Alpine Commands
12348 ------------------------------             -----------------------
12349  P   Move to previous folder               ?  Show this help text
12350  N   Move to next folder
12351  -   Show previous screen of folders
12352 Spc  (space bar) Show next screen of folders
12353  W   WhereIs (search folder names)
12355 Folder Selection Commands
12356 -------------------------
12357  E   Exit the Folder Select menu (without selecting a folder)
12358  S   Select the currently highlighted folder
12359  A   AddNew folder (just like Select, but you type in a new folder name)
12360 </PRE>
12361 <!--chtml endif-->
12363 FOR MORE INFORMATION: See the section on
12364 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12366 &lt;End of help on this topic&gt;
12367 </BODY>
12368 </HTML>
12369 ===== h_folder_pattern_roles =====
12370 <HTML>
12371 <HEAD>
12372 <TITLE>Folder Select for Current Folder Explained</TITLE>
12373 </HEAD>
12374 <BODY>
12375 This screen is designed to allow you to quickly and easily survey your
12376 folders and select one to use as the specific Current Folder
12377 in a Pattern.
12380 <!--chtml if pinemode="function_key"-->
12381 <PRE>
12382 Navigating the List of Folders             General Alpine Commands
12383 ------------------------------             -----------------------
12384 F5   Move to previous folder               F1  Show this help text
12385 F6   Move to next folder
12386 F7   Show previous screen of folders
12387 F8   Show next screen of folders
12388 F12  WhereIs (search folder names)
12390 Folder Selection Commands
12391 -------------------------
12392 F3   Exit the Folder Select menu (without selecting a folder)
12393 F4   Select the currently highlighted folder
12394 F11  AddNew folder (just like Select, but you type in a new folder name)
12395 </PRE>
12396 <!--chtml else-->
12397 <PRE>
12398 Navigating the List of Folders             General Alpine Commands
12399 ------------------------------             -----------------------
12400  P   Move to previous folder               ?  Show this help text
12401  N   Move to next folder
12402  -   Show previous screen of folders
12403 Spc  (space bar) Show next screen of folders
12404  W   WhereIs (search folder names)
12406 Folder Selection Commands
12407 -------------------------
12408  E   Exit the Folder Select menu (without selecting a folder)
12409  S   Select the currently highlighted folder
12410  A   AddNew folder (just like Select, but you type in a new folder name)
12411 </PRE>
12412 <!--chtml endif-->
12414 FOR MORE INFORMATION: See the section on
12415 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12417 &lt;End of help on this topic&gt;
12418 </BODY>
12419 </HTML>
12420 ===== h_folder_stayopen_folders =====
12421 <HTML>
12422 <HEAD>
12423 <TITLE>Folder Select Explained</TITLE>
12424 </HEAD>
12425 <BODY>
12426 This screen is designed to allow you to quickly and easily survey your
12427 folders and select one to use as a Stay-Open folder.
12430 <!--chtml if pinemode="function_key"-->
12431 <PRE>
12432 Navigating the List of Folders             General Alpine Commands
12433 ------------------------------             -----------------------
12434 F5   Move to previous folder               F1  Show this help text
12435 F6   Move to next folder
12436 F7   Show previous screen of folders
12437 F8   Show next screen of folders
12438 F12  WhereIs (search folder names)
12440 Folder Selection Commands
12441 -------------------------
12442 F3   Exit the Folder Select menu (without selecting a folder)
12443 F4   Select the currently highlighted folder
12444 F11  AddNew folder (just like Select, but you type in a new folder name)
12445 </PRE>
12446 <!--chtml else-->
12447 <PRE>
12448 Navigating the List of Folders             General Alpine Commands
12449 ------------------------------             -----------------------
12450  P   Move to previous folder               ?  Show this help text
12451  N   Move to next folder
12452  -   Show previous screen of folders
12453 Spc  (space bar) Show next screen of folders
12454  W   WhereIs (search folder names)
12456 Folder Selection Commands
12457 -------------------------
12458  E   Exit the Folder Select menu (without selecting a folder)
12459  S   Select the currently highlighted folder
12460  A   AddNew folder (just like Select, but you type in a new folder name)
12461 </PRE>
12462 <!--chtml endif-->
12464 FOR MORE INFORMATION: See the section on
12465 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12467 &lt;End of help on this topic&gt;
12468 </BODY>
12469 </HTML>
12470 ===== h_folder_action_roles =====
12471 <HTML>
12472 <HEAD>
12473 <TITLE>Folder Select Explained</TITLE>
12474 </HEAD>
12475 <BODY>
12476 This screen is designed to allow you to quickly and easily survey your
12477 folders and select one to use as the folder into which messages
12478 matching this filter will be moved.
12481 <!--chtml if pinemode="function_key"-->
12482 <PRE>
12483 Navigating the List of Folders             General Alpine Commands
12484 ------------------------------             -----------------------
12485 F5   Move to previous folder               F1  Show this help text
12486 F6   Move to next folder
12487 F7   Show previous screen of folders
12488 F8   Show next screen of folders
12489 F12  WhereIs (search folder names)
12491 Folder Selection Commands
12492 -------------------------
12493 F3   Exit the Folder Select menu (without selecting a folder)
12494 F4   Select the currently highlighted folder
12495 F11  AddNew folder (just like Select, but you type in a new folder name)
12496 </PRE>
12497 <!--chtml else-->
12498 <PRE>
12499 Navigating the List of Folders             General Alpine Commands
12500 ------------------------------             -----------------------
12501  P   Move to previous folder               ?  Show this help text
12502  N   Move to next folder
12503  -   Show previous screen of folders
12504 Spc  (space bar) Show next screen of folders
12505  W   WhereIs (search folder names)
12507 Folder Selection Commands
12508 -------------------------
12509  E   Exit the Folder Select menu (without selecting a folder)
12510  S   Select the currently highlighted folder
12511  A   AddNew folder (just like Select, but you type in a new folder name)
12512 </PRE>
12513 <!--chtml endif-->
12515 FOR MORE INFORMATION: See the section on
12516 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12518 &lt;End of help on this topic&gt;
12519 </BODY>
12520 </HTML>
12521 ===== h_abook_config =====
12522 <HTML>
12523 <HEAD>
12524 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
12525 </HEAD>
12526 <BODY>
12527 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
12528 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
12529 <!--chtml if pinemode="function_key"-->
12530 <PRE>
12531 Available  Commands                        
12532 -------------------------------            
12533 F1  Show Help Text                         
12534 F3  Back to MAIN Alpine menu                 
12535 F4  Change configuration for address book  
12536 F5  Move to previous address book          
12537 F6  Move to next address book              
12538 F7  Previous page of address books         
12539 F8  Next page of address books             
12540 F9  Add new address book                   
12541 F10 Delete existing address book           
12542 F11 Shuffle the order of address books     
12543 F12 Whereis (search address book titles)   
12544 </PRE>
12545 <!--chtml else-->
12546 <PRE>
12547 Navigation                     General Alpine Commands
12548 -----------------------        -----------------------
12549  P  Prev Address Book           ?  Display this help text
12550  N  Next Address Book           E  Back to MAIN Alpine menu
12551  -  Previous page
12552 Spc (space bar) Next page
12553  W  WhereIs (search for word in address book titles)
12555 Setup Address Books Commands
12556 ------------------------------------------------
12557  A  Add new address book          $  Shuffle the order of address books
12558  D  Delete existing address book  C  Change configuration for address book
12559 </PRE>
12560 <!--chtml endif-->
12562 <H2>Description of the Setup Address Books Screen</H2>
12564 This screen lets you add, delete, modify, or change the order of your
12565 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
12566 fill in.  If you are adding a remote address book on an IMAP server
12567 you should fill in the name of the IMAP server.  Otherwise, leave
12568 that field blank.  (Note that remote IMAP address books are an Alpine
12569 concept and are unlikely to interoperate with other mail clients.)
12570 For a remote address book, fill in the name of the remote folder
12571 in the Folder field.  This should be a folder that is used only for
12572 this one purpose, not a general purpose folder you expect to store
12573 messages in.
12574 <P>If you are adding a local address book, fill in the
12575 Folder Name field with a local file name (e.g., .addressbook).
12577 <B>Please note:</B> Remote address books stored on an IMAP server are 
12578 of an entirely different format (namely, a special-purpose 
12579 &quot;mail folder&quot;) than that of the local addressbook familiar 
12580 to Alpine users.  Therefore, 
12581 you cannot use &quot;add a remote address book&quot; to make an existing 
12582 Alpine .addressbook file you may have on a remote IMAP server accessible to 
12583 Alpine running on a different host.  
12586 The &quot;Del Abook&quot; command allows you to remove an address book
12587 from your configuration.  It will also ask you if you wish to remove
12588 the data for that address book, which would erase all traces of the
12589 address book if you answer Yes.
12592 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
12593 The difference is that instead of adding a new address book to your
12594 configuration, you are changing the configuration of an existing entry.
12595 For example, you might want to correct a typing error or change a
12596 nickname.  The &quot;Change&quot; command is not a move command.  If you
12597 change the folder name or server name the data will not be moved for you.
12600 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
12601 an address book toward another address book in the same group then
12602 the order of those two address books will be swapped.  If you shuffle
12603 the last Personal address book down towards the Global address book
12604 section, it will become a Global address book.  If you shuffle
12605 the first Global address book up it will become a Personal address
12606 book.  The main difference between Personal and Global address
12607 books is that Global address books are forced read-only.
12608 <P><UL>
12609 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12610 </UL>
12612 &lt;End of help on this topic&gt;
12613 </BODY>
12614 </HTML>
12615 ===== h_abook_top =====
12616 <HTML>
12617 <HEAD>
12618 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
12619 </HEAD>
12620 <BODY>
12621 <H1>ADDRESS BOOK LIST COMMANDS</H1>
12622 <!--chtml if pinemode="function_key"-->
12623 <PRE>
12624 Available  Commands -- Group 1         Available Commands -- Group 2
12625 -------------------------------        ------------------------------
12626 F1  Show Help Text                      F1  Show Help Text
12627 F2  See commands in next group          F2  See commands in next group
12628 F3  Exit to MAIN MENU                   F3  Quit Alpine
12629 F4  View/Edit selected address book
12630 F5  Move to previous address book       F5  FOLDER LIST screen
12631 F6  Move to next address book           F6  Specify a folder to go to
12632 F7  Previous page                       F7  MESSAGE INDEX screen
12633 F8  Next page                           F9  Print list of address books
12634 F12 Whereis (search for word)
12635 </PRE>
12636 <!--chtml else-->
12637 <PRE>
12638 Navigation                       General Alpine Commands
12639 -----------------------          -----------------------
12640  P  Previous Entry                ?  Display this help text
12641  N  Next Entry                    O  Show all other available commands
12642  -  Previous page                 &lt;  Back to MAIN Alpine menu
12643 Spc (space bar) Next page         Q  Quit Alpine
12644  W  WhereIs (search for word)     L  FOLDER LIST screen
12645                                   G  Specify a folder to go to
12646 Address Book Commands             I  MESSAGE INDEX screen
12647 ------------------------------------------------
12648  &gt;  View/Edit selected address book
12649               or
12650  &gt;  Search on selected directory server
12652  %  Print list of address books and directory servers
12653 </PRE>
12654 <!--chtml endif-->
12656 <H2>Description of the Address Book List Screen</H2>
12658 From this screen you may choose which address book you wish to view
12659 or edit. For more information on address books, view one of your
12660 address books (with
12661 <!--chtml if pinemode="function_key"-->
12663 <!--chtml else-->
12664 &quot;&gt;&quot;
12665 <!--chtml endif-->)
12666 and see the Help Text there.<P>
12668 You may also choose a directory server on which to search for entries.
12669 You do that by highlighting the directory server line and using
12670 <!--chtml if pinemode="function_key"-->
12672 <!--chtml else-->
12673 &quot;&gt;&quot;
12674 <!--chtml endif-->.<P>
12676 If you wish to define new address books or directory servers go to the Main
12677 menu and choose Setup. You may then either choose to setup AddressBooks or
12678 Directory (among other things). It's possible that the Directory option
12679 will not be there if the Alpine you are using does not contain LDAP directory
12680 lookup functionality.
12682 <P><UL>
12683 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12684 </UL><P>
12685 &lt;End of help on this topic&gt;
12686 </BODY>
12687 </HTML>
12688 ===== h_abook_opened =====
12689 <HTML>
12690 <HEAD>
12691 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
12692 </HEAD>
12693 <BODY>
12694 <H1>THE ALPINE ADDRESS BOOK</H1>
12695 <H2>ADDRESS BOOK COMMANDS</H2>
12696 <PRE>
12697 <!--chtml if pinemode="function_key"-->
12698 Available  Commands -- Group 1         Available Commands -- Group 2   
12699 -------------------------------        ------------------------------  
12700 F1  Show Help Text                      F1  Show Help Text             
12701 F2  See commands in next group          F2  See commands in next group
12702 F3  Exit this screen                    F3  Quit Alpine                  
12703 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
12704 F5  Move to previous entry              F5  FOLDER LIST screen         
12705 F6  Move to next entry                  F6  Specify a folder to go to  
12706 F7  Previous page of address book       F7  MESSAGE INDEX screen        
12707 F8  Next page of address book           F8  Compose to entry using roles
12708 F9  Add new entry to address book       F9  Print address book         
12709 F10 Delete selected entry               F10 TakeAddr to another addrbook
12710 F11 Compose to selected entry           F11 Save or Export addrbook selections
12711 F12 Whereis (search address book)       F12 Forward entry by mail       
12713 Available Commands -- Group 3                                           
12714 ------------------------------                                          
12715 F3  Select                              F6  Zoom (or unZoom)            
12716 F5  Select Current                      F7  Apply Command to Selection  
12717 <!--chtml else-->
12718 Address Book Navigation        General Alpine Commands
12719 -----------------------        -----------------------
12720  P  Prev Address                  ?  Display this help text
12721  N  Next Address                  O  Show all other available commands
12722  -  Previous page of address book M  Back to MAIN MENU
12723 Spc (space bar) Next page         Q  Quit Alpine
12724  W  WhereIs (search for word      C  Compose message to selected addr
12725      or name in address book)     #  Compose to addr using roles
12726  &lt;  To List of Address Books if   L  FOLDER LIST screen
12727      more than one, else to MAIN  G  Specify a folder to go to
12728                                   I  MESSAGE INDEX screen
12730 Address Book Commands
12731 ----------------------------------------------------
12732  &gt;  View/Update selected entry    D  Delete selected entries
12733  %  Print address book            S  Save or Export address book selections
12734  F  Forward entries by mail       @  Add new entry to address book
12736  ;  Select command                Z  Toggle Zoom Mode
12737  :  Select highlighted entry      A  Apply command to selected entries
12739 <!--chtml endif-->
12740 </PRE>
12741 Note:  The presence or absence of the final four commands above is
12742 controlled by the option 
12743 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
12746 <H2>Description of the Address Book Screen</H2>
12748 This screen lets you edit and manage entries in your address book.  It
12749 also acts as a short-cut for composing messages to people in the address
12750 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
12751 message starts &quot;pre-addressed&quot; to whatever address book entry is
12752 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
12753 role to use in your composition.
12755 Alpine's address book helps you keep a list of addresses you send email to so
12756 you do not have to remember addresses that are often complex.  Each entry
12757 in the address book has five fields, all of them optional.  The three
12758 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
12760         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
12761         This is what you type in as you are addressing the message in the
12762         composer.  If there is a matching entry in your address book(s),
12763         Alpine will extract the corresponding FullName and Address fields to
12764         generate the actual address for your message.
12766         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
12767 of the
12768         person or organization.  Usually the full names are put in last
12769         name first so they sort nicely in alphabetical order.  Whatever
12770         you put as the name here will appear on the message when it is
12771         finally delivered.  Examples:<PRE>
12772            Garcia Marquez, Gabriel
12773            Henscheid, Eckhard
12774            Alpine-Info mailing list
12775            Library materials renewal requests
12776            Kim An-guk
12777            &quot;George III, King of Great Britain, 1738-1820&quot;
12778 </PRE>
12779 (In the second-to-last example, no comma is used in the name so that 
12780 the family name appears first in the address book and when the entry is 
12781 used in the composer.
12782 In the last example, retaining the commas is intended; 
12783 double-quotation marks surround the name to 
12784 prevent the transposition of its parts when the entry is used in 
12785 the composer.)
12787         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
12788         a valid Internet address that conforms to the Internet message
12789         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
12791 The two fields that aren't usually visible are:<DL>
12793   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
12794         message to this address to be saved in.  If this field is set, and
12795         this address is the first one in the message's To: header, then
12796         Alpine will use this folder name for the FCC in lieu of the normal
12797         FCC folder name.
12799   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
12800         </DL>
12802 Due to screen width limitations, these last two fields do not show up in
12803 the normal ADDRESS BOOK display.  You may select the 
12804 &quot;View/Update&quot; command to
12805 view or modify them.  You may use the configuration variable
12806 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
12807 to add these fields to your ADDRESS BOOK 
12808 display, or to modify the format of the display.
12810 <H2>Sorting the Address book</H2>
12812 By default, address book entries are sorted alphabetically on the full
12813 name with distribution lists sorted to the end.  Sorting can be changed by
12814 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
12815 --assuming you have &quot;write&quot; permission for the address book file.
12817 Unlike the sorting of folders (which only changes presentation), sorting an
12818 address book actually changes the file as it is kept on the computer.  For
12819 this reason you won't be able to sort a shared or system-wide address
12820 book.
12822 <H2>Adding New Entries</H2>
12824 The easiest way to add new entries to your address book is to use the
12825 &quot;TakeAddr&quot; command when viewing a message.
12826 This command allows you to take addresses from the header and body of the
12827 message and put them into your address book, without having to type
12828 them in.
12831 To manually add a new entry from within the address book screen, use the AddNew
12832 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
12833 Use this command both for adding a simple alias and for adding a
12834 distribution list.
12836 <H2>Distribution Lists</H2>
12838 Address book entries can be simple cases of aliases (a single nickname is linked
12839 to a single email address) or distribution lists (a single nickname
12840 pointing at more than one email address).  Each distribution list has a
12841 nickname, a full name and a list of addresses.  The addresses may be
12842 actual addresses or they may be other nicknames in your address book.
12843 They may even refer to other distribution lists.
12844 There's really no difference between a simple alias and a distribution list,
12845 other than the number of addresses.
12846 Therefore, you can turn a simple alias with one address into a distribution
12847 list simply by adding more addresses.
12848 To add entries to an existing list or alias
12849 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
12850 a single address from the list if the cursor is placed on the address;
12851 it will delete the entire distribution list if the cursor is on the
12852 nickname/fullname line.  View/Update may also be used to delete addresses
12853 from a list.
12855 Address field entries in distribution lists may take any one of three
12856 forms: a nickname existing in any of the defined address books, a normal
12857 address of the form &quot;jsmith@art.example.com&quot;, or a complete
12858 fullname/address combination, e.g. &quot;John Smith
12859 &lt;jsmith@art.example.com&gt;&quot;.
12861 Distribution lists in Alpine address books can only be used by the person or
12862 people who have access to that address book.  They are not usually used to
12863 implement discussion groups, but can be used to facilitate small
12864 discussion groups if all the participants have access to the same shared
12865 address book.
12867 <H2>FCC and Comments</H2>
12869 As mentioned above, each entry in the address book also has two other optional
12870 fields, Fcc and Comments.  The command to look at or change either of these
12871 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
12872 Comments field is just for your own use.  The Fcc field overrides the
12873 default Fcc if this address is the first one on the To line.  The WhereIs
12874 command may be used to search for particular strings in the address book,
12875 including fields that are not visible (like Comment and Fcc by default).
12877 <H2>Aggregate Operations</H2>
12879 If the feature
12880 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
12881 is turned on (the default), then the four commands &quot;Select&quot;,
12882 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
12883 are available.  The two selection commands allow you to mark a set of
12884 address book entries as being selected.  If you have more than one address
12885 book, the selections may be in more than one of those address books.
12886 The &quot;Zoom&quot; command will toggle between displaying only the selected
12887 entries and all of the entries.  The &quot;Apply&quot; command allows you to
12888 apply one of the regular address book commands to all of the selected
12889 entries.  Usually the address book commands apply to only the entry
12890 highlighted by the cursor.  The &quot;Apply&quot; command works with the
12891 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
12892 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
12894 <H2>Exporting and Forwarding Address book entries</H2>
12896 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
12897 address book entry is placed in a plain text file in your home directory
12898 <!--chtml if pinemode="running"-->
12899 (which, in the present configuration of your system, is
12900  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12901 <!--chtml endif-->
12902 or current working directory
12903 <!--chtml if pinemode="running"-->
12904 (which, at least for your current Alpine &quot;session,&quot; 
12905 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12906 <!--chtml endif-->, depending on the 
12907 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12908 configuration setting.  If you have some entries selected and use the
12909 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
12910 placed in the text file.
12912 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
12913 address book entry is placed in a special attachment and you are put into
12914 the composer.  You can fill in some comments in the body of the message,
12915 if you'd like, and send it to somebody else who uses Alpine.  The recipient
12916 may use the TakeAddr command on that message to insert the address book
12917 entry you sent in their own address book.  If you have some entries
12918 selected and use the Apply Forward command all of the selected entries
12919 will be forwarded in a single message.  You may
12920 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.
12921 The recipient must be using Alpine in order to receive this correctly.
12922 One way for the recipient to handle this might be to create an empty
12923 address book and then &quot;Take&quot; your forwarded address book entries into
12924 that empty address book.
12926 <H2>Multiple and/or Site-Wide Address books</H2>
12928 You may have more than one personal address book.  In addition, there may
12929 be one or more global address books.  This capability allows you to have
12930 multiple personal address books (some of which may be shared) and it also
12931 allows system administrators to implement site-wide address books that
12932 contain entries for users on multiple machines within the organization.
12933 <P><DL>
12934 <DT>Searching
12935   <DD> If you enter a nickname when composing a message, your
12936   personal address books will be searched through in order, and then the
12937   global address book(s) searched. If more than one address book has an entry
12938   for the nickname, Alpine uses the first one that it finds, so an entry in
12939   your personal address book would override a global address book entry. If
12940   after searching all the address books there is still no match, (Unix) Alpine
12941   then searches the local host password file on the assumption that you have
12942   entered a local user name rather than an address book nickname.
12943   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
12944   command, but global address books are always searched after personal
12945   address books.
12947   <P><DT>Tab completion
12948   <DD> If the
12949   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
12950   feature is turned on (the default) then the Tab key may be used
12951   in the composer to complete partially typed nicknames in the To
12952   or Cc lines. You type the first few letters of a nickname and then
12953   press the Tab key. It there is only one nickname that matches it will
12954   be filled in by Alpine. If there is more than one the unambiguous part
12955   of the nicknames will be filled in. For example, if your address book or
12956   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
12957   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
12958   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
12959   If you then type a second Tab character you will be presented with a list
12960   of matching nicknames to select from. Alternatively, you could type another
12961   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
12962   in the entire &quot;barbecue&quot; entry.
12964   <P><DT>Defining
12965   <DD> You define multiple personal address books in the 
12966   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
12967   from the MAIN MENU.  
12968   You may add as many as you like.  Global address books are usually
12969   site-wide address books defined by the System administrator, but
12970   you may define global address books of your own just like you define
12971   personal address books.
12973   <P><DT>Creating and updating
12974   <DD> Personal address books are normally created empty
12975   and populated by explicit additions from within Alpine, e.g. via the
12976   TakeAddr command.  Unlike personal address books, global address books may
12977   not be modified/updated from within Alpine; that is, they are Read-Only.
12978   Thus, global address books are created, populated and updated outside of
12979   Alpine. They might be hand-edited, generated by a program from another
12980   database, or by copying an existing address book.  They might also be
12981   some other user's personal address book, and so be modified normally by
12982   that user but accessed Read-Only by you.  See the Alpine Technical
12983   Notes document (included in the Alpine distribution) for more information on
12984   this.
12986   <P><DT>Accessing
12987   <DD>There are two different types of address books in Alpine.
12988   A local address book is stored in a regular file and the normal file
12989   access permissions apply.  A remote address book is stored on an IMAP
12990   server in a special folder that contains only messages pertaining to
12991   that address book.  The last message in the remote folder contains a
12992   copy of the address book data, and that data is copied to a local cache
12993   file in your home directory.  From there it is accessed just like a local
12994   address book.  The name of the cache file is kept track of in a special
12995   file called the
12996   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
12997   the name of which is stored in
12998   your Alpine configuration file the first time you use a remote address book.
12999   Just as local Alpine address books use a format that only Alpine understands,
13000   remote Alpine address books do the same and other mail reading programs
13001   are unlikely to be able to understand them.<P>
13002   While global address books are explicitly intended to be shared, there is
13003   nothing to prevent you from sharing a personal address book with other
13004   Alpine users. This might be useful in the case of a small workgroup.
13005   However, it is recommended that updates to shared personal address books
13006   be done when other Alpine users are not accessing the address book. Alpine
13007   does not do any file-locking to manage concurrent updates to the
13008   addressbook, but it does check to see if the file has been modified before
13009   making any changes.  Consequently, inadvertent concurrent updates will
13010   only cause other Alpine users to have to restart their address book
13011   operation, which will cause Alpine to reopen the updated file.
13013   <P><DT>Converting to Remote
13014   <DD>The easiest way to convert an existing local
13015   address book into a remote address book is to create an empty new remote
13016   personal address book by typing &quot;A&quot; to execute the
13017   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
13018   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
13019   address book.
13020   After you have added the empty
13021   remote address book, go into the screen for the address book you wish
13022   to copy and &quot;Select&quot; &quot;All&quot;.
13023   This selects every entry in that
13024   address book.  Then type the command &quot;Apply Save&quot;.
13025   You will be asked for the address book to save to.  You may use ^P and ^N
13026   to get to the new empty address book, then hit RETURN and the addresses
13027   will be copied.
13028   At this point you'll probably want to unselect all the entries in the local
13029   address book before proceeding. You do that with
13030   &quot;Select&quot; &quot;unselect All&quot;.
13032 </DL>
13033 <UL>
13034 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13035 </UL>
13036 <P><UL>
13037 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13038 </UL>
13040 &lt;End of help on this topic&gt;
13041 </BODY>
13042 </HTML>
13043 ===== h_abook_select_addr =====
13044 <HTML>
13045 <HEAD>
13046 <TITLE>Addressbook Selection Explained</TITLE>
13047 </HEAD>
13048 <BODY>
13049 <H1>SELECT ADDRESS</H1>
13050 <!--chtml if pinemode="function_key"-->
13051 <PRE>
13052 Navigating the List of Messages               General Alpine Commands
13053 -------------------------------               -----------------------
13054 F5   Move to previous entry                   F1  Show this help text
13055 F6   Move to next entry
13056 F7   Show previous screen of address book
13057 F8   Show next screen of address book
13058 F12  WhereIs (search through address book)
13060 Address Selection Commands
13061 --------------------------
13062 F3   Exit the Address Select screen (without selecting an address)
13063 F4   Select the currently highlighted entry
13064 </PRE>
13065 <!--chtml else-->
13066 <PRE>
13067 Navigating the List of Messages               General Alpine Commands
13068 -------------------------------               -----------------------
13069  P   Move to previous entry                    ?  Show this help text
13070  N   Move to next entry
13071  -   Show previous screen of address book
13072 Spc  (space bar) Show next screen of address book
13073  W   WhereIs (search through address book)
13075 Address Selection Commands
13076 --------------------------
13077  E   Exit the Address Select screen (without selecting an address)
13078  S   Select the currently highlighted entry
13079 </PRE>
13080 <!--chtml endif-->
13083 This screen is designed to let you easily scan your address book(s) in
13084 order to select an entry for the message you are composing.  You cannot
13085 edit your address book in any way at this time, for address book
13086 maintenance, select the address book command when not composing a message.
13089 If you are composing a message and know the nickname of the person/list you
13090 want, you can bypass this screen by simply typing in the nickname on the
13091 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13092 selecting an entry does not cancel your message.
13095 FOR MORE INFORMATION on addressing see
13096 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13097 <A HREF="h_abook_opened">Address Book Screen's</A>
13098 help text.
13100 &lt;End of help on this topic&gt;
13101 </BODY>
13102 </HTML>
13103 ===== h_abook_select_top =====
13104 <HTML>
13105 <HEAD>
13106 <TITLE>Addressbook Selection Navigation Explained</TITLE>
13107 </HEAD>
13108 <BODY>
13109 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
13110 <!--chtml if pinemode="function_key"-->
13111 <PRE>
13112 Navigating the List of Address Books       General Alpine Commands
13113 ------------------------------------       -----------------------
13114 F4   View the highlighted address book
13115 F5   Move to previous address book         F1  Show this help text
13116 F6   Move to next address book
13117 F7   Show previous screen of address books
13118 F8   Show next screen of address books
13119 F12  WhereIs (search through address books)
13121 Address Selection Commands
13122 --------------------------
13123 F3   Exit the Address Select screen (without selecting an address)
13124 F4   Select the currently selected entries (if using ListMode)
13125 F9   Change to ListMode
13126 </PRE>
13127 <!--chtml else-->
13128 <PRE>
13129 Navigating the List of Address Books       General Alpine Commands
13130 ------------------------------------       -----------------------
13131  &gt;   View the highlighted address book
13132  P   Move to previous address book         ?  Show this help text
13133  N   Move to next address book
13134  -   Show previous screen of address books
13135 Spc  (space bar) Show next screen of address books
13136  W   WhereIs (search through address books)
13138 Address Selection Commands
13139 --------------------------
13140  E   Exit the Address Select screen (without selecting an address)
13141  S   Select the currently selected entries (if using ListMode)
13142  L   Change to ListMode
13143 </PRE>
13144 <!--chtml endif-->
13147 This screen is designed to let you easily scan your address book(s) in
13148 order to select entries for the message you are composing.  You cannot
13149 edit your address book in any way at this time.  For address book
13150 maintenance, select the address book command when not composing a message.
13153 If you are composing a message and know the nickname of the person/list you
13154 want, you can bypass this screen by simply typing in the nickname on the
13155 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13156 selecting an entry does not cancel your message.
13159 The ListMode command will add a column at the left edge of the screen.
13160 You mark the entries that you wish to select with the &quot;X&quot; command.
13161 This allows you to choose more than one entry at a time.
13164 An alternative method of composing a message to entries in your
13165 address book(s) is to first use the &quot;Select&quot; command from
13166 the address book maintenance screen and then the &quot;Apply&quot;
13167 &quot;ComposeTo&quot; command to start the composer composing to the
13168 selected entries.
13171 FOR MORE INFORMATION on addressing see
13172 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13173 <A HREF="h_abook_opened">Address Book Screen's</A>
13174 help text.
13176 &lt;End of help on this topic&gt;
13177 </BODY>
13178 </HTML>
13179 ===== h_abook_select_listmode =====
13180 <HTML>
13181 <HEAD>
13182 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
13183 </HEAD>
13184 <BODY>
13185 <H1>COMPOSER: SELECT ADDRESSES</H1>
13186 <!--chtml if pinemode="function_key"-->
13187 <PRE>
13188 Navigating the List of Messages                 General Alpine Commands
13189 -------------------------------                 -----------------------
13190 F5   Move to previous entry                     F1  Show this help text
13191 F6   Move to next entry
13192 F7   Show previous screen of address book
13193 F8   Show next screen of address book
13194 F12  WhereIs (search through address book)
13196 Address Selection Commands
13197 --------------------------
13198 F3   Exit the Address Select screen (without selecting an address)
13199 F4   Select the currently highlighted entry
13200 F9   Change to ListMode
13201 </PRE>
13202 <!--chtml else-->
13203 <PRE>
13204 Navigating the List of Messages                 General Alpine Commands
13205 -------------------------------                 -----------------------
13206  P   Move to previous entry                     ?  Show this help text
13207  N   Move to next entry
13208  -   Show previous screen of address book
13209 Spc  (space bar) Show next screen of address book
13210  W   WhereIs (search through address book)
13212 Address Selection Commands
13213 --------------------------
13214  E   Exit the Address Select screen (without selecting an address)
13215  S   Select the currently highlighted entry
13216  L   Change to ListMode
13217 </PRE>
13218 <!--chtml endif-->
13221 This screen is designed to let you easily scan your address book(s) in
13222 order to select entries for the message you are composing.  You cannot
13223 edit your address book in any way at this time, for address book
13224 maintenance, select the address book command when not composing a message.
13227 If you are composing a message and know the nickname of the person/list you
13228 want, you can bypass this screen by simply typing in the nickname on the
13229 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13230 selecting an entry does not cancel your message.
13233 The ListMode command will add a column at the left edge of the screen.
13234 You mark the entries that you wish to select with the &quot;X&quot; command.
13235 This allows you to choose more than one entry at a time.
13238 An alternative method of composing a message to entries in your
13239 address book(s) is to first use the &quot;Select&quot; command from
13240 the address book maintenance screen and then the &quot;Apply&quot;
13241 &quot;ComposeTo&quot; command to start the composer composing to the
13242 selected entries.
13245 FOR MORE INFORMATION on addressing see
13246 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13247 <A HREF="h_abook_opened">Address Book Screen's</A>
13248 help text.
13250 &lt;End of help on this topic&gt;
13251 </BODY>
13252 </HTML>
13253 ===== h_abook_select_checks =====
13254 <HTML>
13255 <HEAD>
13256 <TITLE>Address Selection from Composer Explained</TITLE>
13257 </HEAD>
13258 <BODY>
13259 <H1>COMPOSER: SELECT ADDRESSES</H1>
13260 <!--chtml if pinemode="function_key"-->
13261 <PRE>
13262 Navigating the List of Messages                 General Alpine Commands
13263 -------------------------------                 -----------------------
13264 F5   Move to previous entry                     F1  Show this help text
13265 F6   Move to next entry
13266 F7   Show previous screen of address book
13267 F8   Show next screen of address book
13268 F12  WhereIs (search through address book)
13270 Address Selection Commands
13271 --------------------------
13272 F3   Exit the Address Select screen (without selecting an address)
13273 F4   Select the currently highlighted entry
13274 F8   Either Sets or Unsets all entries in this address book
13275 F9   Set or Unset the highlighted entry
13276 </PRE>
13277 <!--chtml else-->
13278 <PRE>
13279 Navigating the List of Messages                 General Alpine Commands
13280 -------------------------------                 -----------------------
13281  P   Move to previous entry                     ?  Show this help text
13282  N   Move to next entry
13283  -   Show previous screen of address book
13284 Spc  (space bar) Show next screen of address book
13285  W   WhereIs (search through address book)
13287 Address Selection Commands
13288 --------------------------
13289  E   Exit the Address Select screen (without selecting an address)
13290  S   Select the currently highlighted entry
13291  X   Set or Unset the highlighted entry
13292  A   Either Sets or Unsets all entries in this address book
13293 </PRE>
13294 <!--chtml endif-->
13297 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
13298 command.  Type &quot;S Select&quot; to select all of the entries you
13299 have marked, just as if you had typed them in by hand.
13302 An alternative method of composing a message to entries in your
13303 address book(s) is to first use the &quot;Select&quot; command from
13304 the address book maintenance screen and then the &quot;Apply&quot;
13305 &quot;ComposeTo&quot; command to start the composer composing to the
13306 selected entries.
13309 FOR MORE INFORMATION on addressing see
13310 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13311 <A HREF="h_abook_opened">Address Book Screen's</A>
13312 help text.
13314 &lt;End of help on this topic&gt;
13315 </BODY>
13316 </HTML>
13317 ===== h_abook_select_nicks_take =====
13318 <HTML>
13319 <HEAD>
13320 <TITLE>Take Address Nickname Selection Explained</TITLE>
13321 </HEAD>
13322 <BODY>
13323 <H1>TAKEADDR: SELECT NICKNAME</H1>
13324 <!--chtml if pinemode="function_key"-->
13325 <PRE>
13326 Navigating the List of Messages                 General Alpine Commands
13327 -------------------------------                 -----------------------
13328 F5   Move to previous entry                     F1  Show this help text
13329 F6   Move to next entry
13330 F7   Show previous screen of address book
13331 F8   Show next screen of address book
13332 F12  WhereIs (search through address book)
13334 Message Selection Commands
13335 --------------------------
13336 F3   Exit the Nickname Select screen (without selecting an address)
13337 F4   Select the currently highlighted entry
13338 </PRE>
13339 <!--chtml else-->
13340 <PRE>
13341 Navigating the List of Messages                 General Alpine Commands
13342 -------------------------------                 -----------------------
13343  P   Move to previous entry                     ?  Show this help text
13344  N   Move to next entry
13345  -   Show previous screen of address book
13346 Spc  (space bar) Show next screen of address book
13347  W   WhereIs (search through address book)
13349 Message Selection Commands
13350 --------------------------
13351  E   Exit the Nickname Select screen (without selecting an address)
13352  S   Select the currently highlighted entry
13353 </PRE>
13354 <!--chtml endif-->
13357 This screen is designed to let you modify or add to an existing
13358 address book entry.  You have already selected the name(s) and
13359 address(es) through &quot;Take Address&quot;.  This screen simply lets
13360 you scan your address books and select the nickname to be
13361 changed/augmented.  If you want to add a new entry, then you are in
13362 the wrong place-- Select &quot;Exit&quot; command.
13365 FOR MORE INFORMATION on addressing see
13366 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13367 <A HREF="h_abook_opened">Address Book Screen's</A>
13368 help text.
13370 &lt;End of help on this topic&gt;
13371 </BODY>
13372 </HTML>
13373 ===== h_abook_select_nick =====
13374 <HTML>
13375 <HEAD>
13376 <TITLE>Nickname Selection Explained</TITLE>
13377 </HEAD>
13378 <BODY>
13379 <H1>SELECT NICKNAME</H1>
13380 <!--chtml if pinemode="function_key"-->
13381 <PRE>
13382 Navigating the List of Messages                 General Alpine Commands
13383 -------------------------------                 -----------------------
13384 F5   Move to previous entry                     F1  Show this help text
13385 F6   Move to next entry
13386 F7   Show previous screen of address book
13387 F8   Show next screen of address book
13388 F12  WhereIs (search through address book)
13390 Message Selection Commands
13391 --------------------------
13392 F3   Exit the Nickname Select screen (without selecting an address)
13393 F4   Select the currently highlighted entry
13394 </PRE>
13395 <!--chtml else-->
13396 <PRE>
13397 Navigating the List of Messages                 General Alpine Commands
13398 -------------------------------                 -----------------------
13399  P   Move to previous entry                     ?  Show this help text
13400  N   Move to next entry
13401  -   Show previous screen of address book
13402 Spc  (space bar) Show next screen of address book
13403  W   WhereIs (search through address book)
13405 Message Selection Commands
13406 --------------------------
13407  E   Exit the Nickname Select screen (without selecting an address)
13408  S   Select the currently highlighted entry
13409 </PRE>
13410 <!--chtml endif-->
13413 This screen is designed to let you look at the nicknames in your address
13414 books before choosing a new one.
13417 FOR MORE INFORMATION on addressing see
13418 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13419 <A HREF="h_abook_opened">Address Book Screen's</A>
13420 help text.
13422 &lt;End of help on this topic&gt;
13423 </BODY>
13424 </HTML>
13425 ===== h_takeaddr_screen =====
13426 <HTML>
13427 <HEAD>
13428 <TITLE>Take Address Screen Explained</TITLE>
13429 </HEAD>
13430 <BODY>
13431 <H1>TAKE ADDRESS COMMANDS</H1>
13432 <!--chtml if pinemode="function_key"-->
13433 <PRE>
13434 Navigating the List of Addresses       Address Selection Commands        
13435 --------------------------------       --------------------------        
13436  F5  Move to previous entry            F3  Exit without taking address
13437  F6  Move to next entry                F4  Take current address(es)
13438  F7  Show previous page of address list
13439  F8  Show next page of address list
13440  F2  WhereIs (search list)
13441                                --------------
13442 Mode Toggle            F9  Set/Unset current address
13443 -----------            F10 Set all
13444  F12 Toggle between List and single mode       F11 Unset all
13445 </PRE>
13446 <!--chtml else-->
13447 <PRE>
13448 Navigating the List of Addresses       Address Selection Commands
13449 --------------------------------       --------------------------
13450  P  Move to previous entry              &lt;  Exit without taking address
13451  N  Move to next entry                  T  Take address
13452  -  Show previous page of address list
13453 Spc (space bar) Show next page of address list
13454  W  WhereIs (search list)              List Mode
13455                                        ---------
13456 Single Mode                             X  Set/Unset current address
13457 -----------                             A  Set all addresses
13458  L  Switch to list mode                 U  Unset all addresses
13459                                         S  Switch to single mode
13460 </PRE>
13461 <!--chtml endif-->
13463 <H2>Description of the Take Address Screen</H2>
13465 This screen is designed to let you select one or more address/name
13466 combinations from the current message and put them into your address book.
13467 The cursor is initially placed on the line with the message author.
13468 Other lines include the names of people and/or mailing lists who also
13469 received the message.  Other people &quot;involved&quot; in the
13470 message (e.g. the person named as Reply-To:) are also listed here.
13473 The simple case is adding a new, single entry into your address book. To
13474 do this, simply highlight the correct line and press 
13475 <!--chtml if pinemode="function_key"-->
13477 <!--chtml else-->
13478 &quot;T&quot;.
13479 <!--chtml endif-->
13480 To create a new list or add to an existing list, switch the screen display
13481 into List Mode by pressing
13482 <!--chtml if pinemode="function_key"-->
13483 F12.
13484 <!--chtml else-->
13485 &quot;L&quot;.
13486 <!--chtml endif-->
13487 In List Mode, you select the
13488 group of addresses you wish to manipulate by marking them with an
13489 &quot;X&quot;.
13490 The Set/Unset
13491 <!--chtml if pinemode="function_key"-->
13492 (F9)
13493 <!--chtml else-->
13494 (&quot;X&quot;)
13495 <!--chtml endif-->
13496 command will turn the &quot;X&quot; on for the
13497 highlighted address if it was off or turn it off if it was previously on.
13498 The SetAll command will select all of the addresses, and the UnSetAll
13499 command will turn off all the selections.  Once you've gotten the
13500 selection the way you want it, you may create a new list by pressing
13501 <!--chtml if pinemode="function_key"-->
13503 <!--chtml else-->
13504 &quot;T&quot;.
13505 <!--chtml endif-->
13508 In both the simple and list cases, after choosing to take the address,
13509 you will be asked for the nickname of the entry.  Typing in a new name
13510 creates the new entry/list.  Entering an existing nickname will replace
13511 the entry (simple case) or add to the list (list case).  Alternatively,
13512 you can press Ctrl-T at the nickname prompt and select an existing
13513 nickname from your address book.
13516 You will normally start in Single Mode, unless you used the Apply command
13517 to startup the TakeAddr screen, in which case you will start in List Mode.
13518 You may switch between the two modes at any time.  If you've already
13519 selected several addresses in List Mode, those will be remembered when you
13520 switch to Single Mode and then back to List Mode.  The set of addresses
13521 that are pre-selected when you start in List Mode are the From addresses
13522 of all of the messages you are operating on.  You may, of course, easily
13523 erase those selections with the UnSetAll command.
13526 If you have more than one writable address book, you will be prompted for
13527 the name of the address book you wish to add the new entry to before
13528 anything else. You can use ^N and ^P to choose among the defined address
13529 books, or type in the address book name.
13532 FOR MORE INFORMATION on addressing see
13533 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13534 <A HREF="h_abook_opened">Address Book Screen's</A>
13535 help text.
13537 &lt;End of help on this topic&gt;
13538 </BODY>
13539 </HTML>
13540 ===== h_takeexport_screen =====
13541 <HTML>
13542 <HEAD>
13543 <TITLE>Take Export Screen Explained</TITLE>
13544 </HEAD>
13545 <BODY>
13546 <H1>TAKE EXPORT COMMANDS</H1>
13547 <!--chtml if pinemode="function_key"-->
13548 <PRE>
13549 Navigating the List of Addresses       Address Selection Commands        
13550 --------------------------------       --------------------------        
13551  F5  Move to previous entry            F3  Exit without taking address
13552  F6  Move to next entry                F4  Take current address(es)
13553  F7  Show previous page of address list
13554  F8  Show next page of address list
13555  F2  WhereIs (search list)
13556                                --------------
13557 Mode Toggle            F9  Set/Unset current address
13558 -----------            F10 Set all
13559  F12 Toggle between List and single mode       F11 Unset all
13560 </PRE>
13561 <!--chtml else-->
13562 <PRE>
13563 Navigating the List of Addresses       Address Selection Commands
13564 --------------------------------       --------------------------
13565  P  Move to previous entry              &lt;  Exit without taking address
13566  N  Move to next entry                  T  Take address
13567  -  Show previous page of address list
13568 Spc (space bar) Show next page of address list
13569  W  WhereIs (search list)              List Mode
13570                                        ---------
13571 Single Mode                             X  Set/Unset current address
13572 -----------                             A  Set all addresses
13573  L  Switch to list mode                 U  Unset all addresses
13574                                         S  Switch to single mode
13575 </PRE>
13576 <!--chtml endif-->
13578 <H2>Description of the Take Export Screen</H2>
13580 This screen is designed to let you select one or more addresses
13581 from the current message and put them into a file.
13582 Only the user@domain_name part of each address is put into the file.
13585 To put a single entry into a file simply highlight the correct line and press 
13586 <!--chtml if pinemode="function_key"-->
13588 <!--chtml else-->
13589 &quot;T&quot;.
13590 <!--chtml endif-->
13591 To put more than one entry into a file
13592 switch the screen display
13593 into List Mode by pressing
13594 <!--chtml if pinemode="function_key"-->
13595 F12.
13596 <!--chtml else-->
13597 &quot;L&quot;.
13598 <!--chtml endif-->
13599 In List Mode, you select the
13600 group of addresses you wish to manipulate by marking them with an
13601 &quot;X&quot;.
13602 The Set/Unset
13603 <!--chtml if pinemode="function_key"-->
13604 (F9)
13605 <!--chtml else-->
13606 (&quot;X&quot;)
13607 <!--chtml endif-->
13608 command will turn the &quot;X&quot; on for the
13609 highlighted address if it was off or turn it off if it was previously on.
13610 The SetAll command will select all of the addresses, and the UnSetAll
13611 command will turn off all the selections.  Once you've gotten the
13612 selection the way you want it, you may put the addresses in a file by typing
13613 <!--chtml if pinemode="function_key"-->
13615 <!--chtml else-->
13616 &quot;T&quot;.
13617 <!--chtml endif-->
13620 You will be asked for the name of a file to put the addresses in.
13621 If the file already exists, you will be asked whether you want to Overwrite
13622 (replace) the contents of the file or Append to the contents of the file.
13625 &lt;End of help on this topic&gt;
13626 </BODY>
13627 </HTML>
13628 ============= h_abook_view ========================
13629 <HTML>
13630 <HEAD>
13631 <TITLE>Address Book View Explained</TITLE>
13632 </HEAD>
13633 <BODY>
13634 This function allows you to view the contents of an address book entry. You
13635 can only view one entry at a time.
13637 <DL>
13638 <DT>Help
13639 <!--chtml if pinemode="function_key"-->
13640 (F1)
13641 <!--chtml else-->
13643 <!--chtml endif-->
13644 </DT>
13645 <DD>
13646 Display this help text.
13648 <DT>Abook
13649 <!--chtml if pinemode="function_key"-->
13650 (F3)
13651 <!--chtml else-->
13652 (&lt;)
13653 <!--chtml endif-->
13654 </DT>
13655 <DD>
13656 Go back to index of address book entries.
13658 <DT>Update
13659 <!--chtml if pinemode="function_key"-->
13660 (F4)
13661 <!--chtml else-->
13663 <!--chtml endif-->
13664 </DT>
13665 <DD>
13666 Update (modify) this entry.
13668 <DT>ComposeTo
13669 <!--chtml if pinemode="function_key"-->
13670 (F5)
13671 <!--chtml else-->
13673 <!--chtml endif-->
13674 </DT>
13675 <DD>Compose a message to the address(es) in this entry.
13677 <DT>Role
13678 <!--chtml if pinemode="function_key"-->
13679 (F6)
13680 <!--chtml else-->
13682 <!--chtml endif-->
13683 </DT>
13684 <DD>Compose a message to the address(es) in this entry using roles.
13686 <DT>Prev Page
13687 <!--chtml if pinemode="function_key"-->
13688 (F7)
13689 <!--chtml else-->
13691 <!--chtml endif-->
13692 </DT>
13693 <DD>
13694 Show the previous page of the current entry.
13696 <DT>Next Page
13697 <!--chtml if pinemode="function_key"-->
13698 (F8)
13699 <!--chtml else-->
13700 (Space)
13701 <!--chtml endif-->
13702 </DT>
13703 <DD>
13704 Show the next page of the current entry.
13706 <DT>Print
13707 <!--chtml if pinemode="function_key"-->
13708 (F9)
13709 <!--chtml else-->
13711 <!--chtml endif-->
13712 </DT>
13713 <DD>Print the current entry.  You can select the
13714 printer or the print command via the &quot;Setup&quot; command
13715 on the MAIN MENU.
13717 <DT>WhereIs
13718 <!--chtml if pinemode="function_key"-->
13719 (F10)
13720 <!--chtml else-->
13722 <!--chtml endif-->
13723 </DT>
13724 <DD>Search the entry for a string of letters.  If it is
13725 found, move to it.  The string can be one word or a phrase.
13726 If there are multiple occurrences, the cursor moves to the
13727 first occurrence beyond the current cursor position.
13729 <DT>Fwd Email
13730 <!--chtml if pinemode="function_key"-->
13731 (F11)
13732 <!--chtml else-->
13734 <!--chtml endif-->
13735 </DT>
13736 <DD>Begin composition of a new mail message with the displayed
13737 text already inserted in the message body.
13739 </DL>
13741 &lt;End of help on this topic&gt;
13742 </BODY>
13743 </HTML>
13744 ============= h_ldap_view ========================
13745 <HTML>
13746 <HEAD>
13747 <TITLE>LDAP Response View Explained</TITLE>
13748 </HEAD>
13749 <BODY>
13750 This function allows you to view the contents of a directory entry. You
13751 can only view one entry at a time.
13753 <DL>
13754 <DT>Help
13755 <!--chtml if pinemode="function_key"-->
13756 (F1)
13757 <!--chtml else-->
13759 <!--chtml endif-->
13760 </DT>
13761 <DD>
13762 Display this help text.
13764 <DT>Results Index
13765 <!--chtml if pinemode="function_key"-->
13766 (F3)
13767 <!--chtml else-->
13768 (&lt;)
13769 <!--chtml endif-->
13770 </DT>
13771 <DD>Go back to index of search results.
13773 <DT>ComposeTo
13774 <!--chtml if pinemode="function_key"-->
13775 (F5)
13776 <!--chtml else-->
13778 <!--chtml endif-->
13779 </DT>
13780 <DD>Compose a message to the address(es) in this entry.
13782 <DT>Role
13783 <!--chtml if pinemode="function_key"-->
13784 (F6)
13785 <!--chtml else-->
13787 <!--chtml endif-->
13788 </DT>
13789 <DD>Compose a message to the address(es) in this entry using roles.
13791 <DT>Prev Page
13792 <!--chtml if pinemode="function_key"-->
13793 (F7)
13794 <!--chtml else-->
13796 <!--chtml endif-->
13797 </DT>
13798 <DD>
13799 Show the previous page of the current entry.
13801 <DT>Next Page
13802 <!--chtml if pinemode="function_key"-->
13803 (F8)
13804 <!--chtml else-->
13805 (Space)
13806 <!--chtml endif-->
13807 </DT>
13808 <DD>
13809 Show the next page of the current entry.
13811 <DT>Print
13812 <!--chtml if pinemode="function_key"-->
13813 (F9)
13814 <!--chtml else-->
13816 <!--chtml endif-->
13817 </DT>
13818 <DD>Print the current entry on paper.  You can select the
13819 printer or the print command via the &quot;Setup&quot; command
13820 on the MAIN MENU.
13822 <DT>WhereIs
13823 <!--chtml if pinemode="function_key"-->
13824 (F10)
13825 <!--chtml else-->
13827 <!--chtml endif-->
13828 </DT>
13829 <DD>Search the entry for a string of letters.  If it is
13830 found, move to it.  The string can be one word or a phrase.
13831 If there are multiple occurrences, the cursor moves to the
13832 first occurrence beyond the current cursor position.
13834 <DT>Fwd Email
13835 <!--chtml if pinemode="function_key"-->
13836 (F11)
13837 <!--chtml else-->
13839 <!--chtml endif-->
13840 </DT>
13841 <DD>Begin composition of a new mail message with the displayed
13842 text already inserted in the message body.
13844 <DT>Save
13845 <!--chtml if pinemode="function_key"-->
13846 (F12)
13847 <!--chtml else-->
13849 <!--chtml endif-->
13850 </DT>
13851 <DD>Save the displayed entry to one of your address books or export
13852 it to a file.
13853 </DL>
13855 &lt;End of help on this topic&gt;
13856 </BODY>
13857 </HTML>
13858 ===== h_attachment_screen =====
13859 <HTML>
13860 <HEAD>
13861 <TITLE>Attachment Index Screen Explained</TITLE>
13862 </HEAD>
13863 <BODY>
13864 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
13865 message's attachments, and allows various operations on them.  The
13866 first attachment is usually the message text, but does not include the
13867 header portion of the message.
13869 Available commands include:
13871 <DL>
13873 <DT>Help</DT>
13874 <DD>Show this help text.
13876 <DT>Msg #<I>num</I></DT>
13877 <DD>Leave this screen without displaying or saving any attachments.
13879 <DT>View</DT>
13880 <DD>View the currently selected attachment.
13882 <DT>External</DT>
13883 <DD>Passes a TEXT/HTML message to an external browser for its display.
13885 <DT>Prev Attach</DT>
13886 <DD>Move to previous attachment.
13888 <DT>Next Attach</DT>
13889 <DD>Move to next attachment.
13891 <DT>Prev Page</DT>
13892 <DD>Previous page of the listed attachments.
13894 <DT>Next Page</DT>
13895 <DD>Next page of the listed attachments.
13897 <DT>Delete</DT>
13898 <DD>Mark the currently selected attachment for Deletion.
13899 This does not modify the current message by deleting the attachment from
13900 it, but instead the delete flag <EM>only</EM> has an effect when saving
13901 the message to a folder.
13902 Attachments marked for deletion are not copied to the destination folder
13903 along with the rest of the message when it is saved.
13904 It is ok for the destination folder to be the same as the current folder.
13905 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
13907 <DT>Undelete</DT>
13908 <DD>Turn off the Delete flag for the selected attachment.
13910 <DT>Save</DT>
13911 <DD>Save the selected attachment to a file.  If the attachment is of
13912 type &quot;RFC822/Message&quot;, then the attachment will be saved to
13913 the specified mail folder.
13915 <DT>Export</DT>
13916 <DD>If the attachment is of
13917 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13918 copy the message to a file in the same way this command works on 
13919 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13921 <DT>Pipe</DT>
13922 <DD>Pipe the attachment contents into a UNIX command (if enabled).
13923 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
13925 <DT>WhereIs</DT>
13926 <DD>Find a matching string in the attachment list.
13928 <DT>AboutAttch</DT>
13929 <DD>Examine various aspects of the selected attachment.
13931 <DT>Print</DT>
13932 <DD>Print the selected attachment.
13934 <DT>Forward</DT>
13935 <DD>Forward the selected attachment as an attachment.
13936 </DL>
13940 All attachments can be saved or piped into a UNIX command, but some may
13941 not be readily displayed by either Alpine or an external tool.  In such
13942 cases, the reason why the message cannot be displayed is displayed on
13943 Alpine's message line.
13945 &lt;End of help on this topic&gt;
13946 </BODY>
13947 </HTML>
13948 ============= h_mail_text_att_view ========================
13949 <HTML>
13950 <HEAD>
13951 <TITLE>Attachment View Screen Explained</TITLE>
13952 </HEAD>
13953 <BODY>
13954 This function allows you to view the contents of a text attachment. You
13955 can only view one attachment at a time.
13957 Available commands include:
13959 <DL>
13961 <DT>Help</DT>
13962 <DD>Display this help text
13964 <DT>AttchIndex</DT>
13965 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
13967 <DT>Prev Page</DT>
13968 <DD>Show the previous page of the current attachment.
13970 <DT>Next Page</DT>
13971 <DD>Show the next page of the current attachment by pressing the space bar.
13973 <DT>Delete</DT>
13974 <DD>Mark the viewed attachment for Deletion.  The delete
13975 flag <EM>only</EM> has affect when saving the message to a folder.
13976 Attachments marked for deletion are excluded from the message when
13977 it is saved.  In addition, the delete mark <EM>only</EM> applies to
13978 this Alpine session.
13980 <DT>Undelete</DT>
13981 <DD>Turn off the Delete flag for the selected attachment.
13983 <DT>Save</DT>
13984 <DD>Copy the current attachment to a file.  If you just enter
13985 a filename, the attachment will be saved with that name in
13986 your home directory 
13987 <!--chtml if pinemode="running"-->
13988 (which, in the present configuration of your system, is
13989  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13990 <!--chtml endif-->
13991 or current working directory
13992 <!--chtml if pinemode="running"-->
13993 (which, at least for your current Alpine &quot;session,&quot; 
13994 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13995 <!--chtml endif-->, depending on the
13996 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13997 configuration setting.  You may enter the full
13998 path and filename to save it in another directory instead.
14000 <DT>Export</DT>
14001 <DD>If the attachment is of
14002 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14003 copy the message to a file in the same way this command works on 
14004 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14005 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
14006 defined, they may affect the contents of the exported file.)
14008 <DT>Pipe</DT>
14009 <DD>Pipe the attachment contents into a UNIX command (if enabled)
14011 <DT>WhereIs</DT>
14012 <DD>Search the attachment for a string of letters.  If it is
14013 found, move to it.  The string can be one word or a phrase.
14014 If there are multiple occurrences, the cursor moves to the
14015 first occurrence beyond the current cursor position.
14017 <DT>Print</DT>
14018 <DD>Print the current attachment on paper.  You can select the
14019 printer or the print command via the &quot;Setup&quot; command
14020 on the MAIN MENU.
14022 <DT>Forward</DT>
14023 <DD>Forward the selected attachment as an attachment.
14024 </DL>
14026 &lt;End of help on this topic&gt;
14027 </BODY>
14028 </HTML>
14029 ============= h_journal ==============
14030 <HTML>
14031 <HEAD>
14032 <TITLE>Recent Message Journal Explained</TITLE>
14033 </HEAD>
14034 <BODY>
14036 The following commands are available on this screen:
14038 <DL>
14039 <DT>Help</DT>
14040 <DD>Show this help text
14042 <DT>Exit</DT>
14043 <DD>Exit Viewer, and go back to mail processing
14045 <DT>Prev Page</DT>
14046 <DD>Show the previous page text
14048 <DT>Next Page</DT>
14049 <DD>Show the next page of text by pressing the space bar
14051 <DT>Print</DT>
14052 <DD>Print the displayed text on paper.  You can select the
14053 printer or the print command via the &quot;Setup&quot; command
14054 on the MAIN MENU.
14056 <DT>Fwd Email</DT>
14057 <DD>Begin composition of a new mail message with the displayed
14058 text already inserted in the message body.
14060 <DT>Save</DT>
14061 <DD>Copy the displayed text to a file.  If you just enter
14062 a filename, the text will be saved with that name in
14063 your 
14064 home directory 
14065 <!--chtml if pinemode="running"-->
14066 (which, in the present configuration of your system, is
14067  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14068 <!--chtml endif-->
14069 or current working directory
14070 <!--chtml if pinemode="running"-->
14071 (which, at least for your current Alpine &quot;session,&quot; 
14072 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14073 <!--chtml endif-->, depending on the
14074 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14075 configuration setting.   You may enter the full
14076 path and filename to save it in another directory instead.
14078 <DT>WhereIs</DT>
14079 <DD>Search the text for a string of letters.  If it is
14080 found, move to it.  The string can be one word or a phrase.
14081 If there are multiple occurrences, the cursor moves to the
14082 first occurrence beyond the current cursor position.
14083 </DL>
14085 &lt;End of help on this topic&gt;
14086 </BODY>
14087 </HTML>
14088 ============= h_debugjournal ==============
14089 <HTML>
14090 <HEAD>
14091 <TITLE>Debug Journal Explained</TITLE>
14092 </HEAD>
14093 <BODY>
14095 The following commands are available on this screen:
14097 <DL>
14098 <DT>Help</DT>
14099 <DD>Show this help text
14101 <DT>Exit</DT>
14102 <DD>Exit Viewer, and go back to mail processing
14104 <DT>Timestamps</DT>
14105 <DD>Turn on or off timestamps.
14107 <DT>DebugView</DT>
14108 <DD>Set the level of debugging you want to see. The level may be any number
14109 in the range 0-9. Higher numbers show more debugging detail. Note that the
14110 debugging information has already been captured. This setting just causes the
14111 debugging information that you see to be filtered. If you set this to
14112 the number &quot;5&quot; then you will be shown all of the debugging information
14113 at levels 5 and below.
14114 It's actually a bit more complicated than that. A fixed amount of memory
14115 is used to store the debug information.
14116 Since the amount of memory used is limited the debugging information
14117 has to be trimmed back when it gets too large.
14119 <DT>Prev Page</DT>
14120 <DD>Show the previous page text
14122 <DT>Next Page</DT>
14123 <DD>Show the next page of text by pressing the space bar
14125 <DT>Print</DT>
14126 <DD>Print the displayed text on paper.  You can select the
14127 printer or the print command via the &quot;Setup&quot; command
14128 on the MAIN MENU.
14130 <DT>Fwd Email</DT>
14131 <DD>Begin composition of a new mail message with the displayed
14132 text already inserted in the message body.
14134 <DT>Save</DT>
14135 <DD>Copy the displayed text to a file.  If you just enter
14136 a filename, the text will be saved with that name in
14137 your 
14138 home directory 
14139 <!--chtml if pinemode="running"-->
14140 (which, in the present configuration of your system, is
14141  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14142 <!--chtml endif-->
14143 or current working directory
14144 <!--chtml if pinemode="running"-->
14145 (which, at least for your current Alpine &quot;session,&quot; 
14146 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14147 <!--chtml endif-->, depending on the
14148 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14149 configuration setting.   You may enter the full
14150 path and filename to save it in another directory instead.
14152 <DT>WhereIs</DT>
14153 <DD>Search the text for a string of letters.  If it is
14154 found, move to it.  The string can be one word or a phrase.
14155 If there are multiple occurrences, the cursor moves to the
14156 first occurrence beyond the current cursor position.
14157 </DL>
14159 &lt;End of help on this topic&gt;
14160 </BODY>
14161 </HTML>
14162 ============= h_simple_text_view ==============
14163 <HTML>
14164 <HEAD>
14165 <TITLE>Simple Text View Screen Explained</TITLE>
14166 </HEAD>
14167 <BODY>
14169 The following commands are available on this screen:
14171 <DL>
14172 <DT>Help</DT>
14173 <DD>Show this help text
14175 <DT>Exit</DT>
14176 <DD>Exit Viewer, and go back to mail processing
14178 <DT>Prev Page</DT>
14179 <DD>Show the previous page text
14181 <DT>Next Page</DT>
14182 <DD>Show the next page of text by pressing the space bar
14184 <DT>Print</DT>
14185 <DD>Print the displayed text on paper.  You can select the
14186 printer or the print command via the &quot;Setup&quot; command
14187 on the MAIN MENU.
14189 <DT>Fwd Email</DT>
14190 <DD>Begin composition of a new mail message with the displayed
14191 text already inserted in the message body.
14193 <DT>Save</DT>
14194 <DD>Copy the displayed text to a file.  If you just enter
14195 a filename, the attachment will be saved with that name in
14196 your 
14197 home directory 
14198 <!--chtml if pinemode="running"-->
14199 (which, in the present configuration of your system, is
14200  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14201 <!--chtml endif-->
14202 or current working directory
14203 <!--chtml if pinemode="running"-->
14204 (which, at least for your current Alpine &quot;session,&quot; 
14205 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14206 <!--chtml endif-->, depending on the
14207 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14208 configuration setting.   You may enter the full
14209 path and filename to save it in another directory instead.
14211 <DT>WhereIs</DT>
14212 <DD>Search the attachment for a string of letters.  If it is
14213 found, move to it.  The string can be one word or a phrase.
14214 If there are multiple occurrences, the cursor moves to the
14215 first occurrence beyond the current cursor position.
14216 </DL>
14218 &lt;End of help on this topic&gt;
14219 </BODY>
14220 </HTML>
14221 ======= h_pine_for_windows ========
14222 <HTML>
14223 <HEAD>
14224 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
14225 </HEAD>
14226 <BODY>
14227 <H1>Getting Help In PC-Alpine</H1>
14230 PC-Alpine offers general and specific help text. From the <A
14231 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
14232 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
14233 specific help for that screen is available from the toolbar Help menu or
14234 with the 
14235 <!--chtml if pinemode="function_key"-->
14236 &quot;F1&quot; key.
14237 <!--chtml else-->
14238 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
14239 typing &quot;?&quot; would be mistaken as entering text.
14240 <!--chtml endif-->
14243 Although this version of Alpine is for Microsoft Windows, it is not
14244 considered a full &quot;Graphical User Interface&quot; application. 
14245 Yet, many of the controls that Windows users are accustomed to seeing, 
14246 such as scrollbars and toolbars, are available.
14249 PC-Alpine offers considerable mouse support.  You can view what is
14250 &quot;click-able&quot; by dragging your mouse over any screen; when the
14251 arrow cursor changes into a hand, you found something. Mouse-click
14252 possibilities include navigating between screens and folders and
14253 double-clicking on hyperlinks to open your Web browser.
14254 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
14255 screen.  Examples of right-click options include &quot;copy&quot; after
14256 selecting text to copy and &quot;View in New Window&quot; when you click
14257 on a particular message in the Message Index. The menu choices available
14258 to you will vary based upon what screen is open, where on the screen your
14259 cursor is located, and even what action you have already taken.
14262 &lt;End of help on this topic&gt;
14263 </BODY>
14264 </HTML>
14265 ===== h_composer =====
14266 <HTML>
14267 <HEAD>
14268 <TITLE>COMPOSER COMMANDS</TITLE>
14269 </HEAD>
14270 <BODY>
14271 <H1>COMPOSER COMMANDS</H1>
14273 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>
14274 &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>
14275 &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>
14276 &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>
14277 &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>
14278 &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>
14279 &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>
14280 &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>
14281 &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>
14282 &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>
14283 ---------------------------------------|&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>
14284 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>
14285 &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>
14286 &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>
14287 &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>
14290 NOTE:
14291 <OL>
14292  <LI>For help on a particular command, highlight the bold text associated
14293 with it above and hit Return.
14294  <LI> The availability of certain commands
14295 is determined by Alpine configuration files and system capabilities.
14296 At some sites, certain commands may not be available due to security or
14297 support concerns.
14298  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14299 Ctrl-&#92;, ESC.
14300  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14301 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14302 </OL>
14305 HINT: To move rapidly to the bottom of a message you are composing,
14306 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
14307 with the Mark and Cut commands to eliminate large amounts of unwanted
14308 text in a Reply.
14310 <H2>Description of Composer</H2>
14312 Alpine has a built-in editing program that allows you to compose messages
14313 without having to leave Alpine.  The editor is designed to be very simple to
14314 use so that you can get started writing email right away.
14317 Messages are usually just text, about 80 columns wide.  Using upper and
14318 lower case is encouraged.  On some systems the size limit of the message
14319 is about 100,000 characters, which is about 2,000 lines.  You can include
14320 punctuation and special characters found on most keyboards, but you can't
14321 include characters with diacritical marks and certain special symbols.
14324 Text automatically wraps as you type past the end of a line so you do not
14325 have to hit return.  Using the
14326 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
14327 you can also reformat text explicitly, perhaps after you have
14328 deleted some text.
14331 You can include other text files with the 
14332 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
14333 which will prompt you for the name of the file to insert at the
14334 current cursor position.
14337 <UL>
14338 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14339 </UL>
14341 &lt;End of help on this topic&gt;
14342 </BODY>
14343 </HTML>
14344 ====== h_composer_browse =====
14345 <HTML>
14346 <HEAD>
14347 <TITLE>BROWSER</TITLE>
14348 </HEAD>
14349 <BODY>
14350 <H1>BROWSER</H1>
14351 This screen lets you browse your files and directories.  To go to another 
14352 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
14353 choose &quot;Select&quot; (the default choice on the menu); 
14354 or choose &quot;Goto&quot; and enter the name of the directory.
14355 <!--chtml if pinemode="os_windows"-->
14356 <!--chtml else--> 
14357 In Unix Alpine, you may use 
14358 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
14359 to another's home directory.  
14360 <!--chtml endif--><P>
14361 To select a file, move the cursor to it and 
14362 choose &quot;Select&quot; (the default choice on the menu).  
14364 <UL>
14365 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
14366 inclusion in the 
14367 message body (that is, you chose &quot;Read File&quot; with the cursor under 
14368 the 
14369 &quot;----- Message Text -----&quot; line
14370 while composing, then &quot;To Files&quot;):  Since the file 
14371 selected will become part of the message text, it must be in a format 
14372 suitable for that (Alpine does not check!), such as a plain text file.
14373 Files of other formats (for example, graphics, databases, software 
14374 programs) should be 
14375 <B>attached</B> to the message instead --
14376 by moving the cursor in the COMPOSE MESSAGE screen into the 
14377 message header area and pressing 
14378 <!--chtml if pinemode="function_key"-->
14380 <!--chtml else-->
14381 Ctrl-J.
14382 <!--chtml endif--> 
14384 <P><LI>
14385 Note <B>if</B> you are currently using the BROWSER for saving a message 
14386 attachment, or exporting a message, to a file: You can use the Add command to 
14387 provide the name for a new file to save/export to, and then select that name 
14388 to use it for the save/export operation.  Back at the prompt 
14389 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
14390 either Overwrite or Append (it doesn't make a difference, since the file is 
14391 so far empty).  Note: If you cancel the 
14392 operation at that point, the file created with the Add command will remain 
14393 0 bytes in size.
14395 </UL>
14396 <P><UL>
14397 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14398 </UL>
14400 &lt;End of help on this topic&gt;
14401 </BODY>
14402 </HTML>
14403 ====== h_composer_ins =====
14404 <HTML>
14405 <HEAD>
14406 <TITLE>INSERT TEXT FILE</TITLE>
14407 </HEAD>
14408 <BODY>
14409 <H1>INSERT TEXT FILE</H1>
14411 Use this function to insert a text file. The file name
14412 given can be an absolute file path name for your system
14413 <!--chtml if pinemode="os_windows"-->
14414 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14415 with a relative pathname, or simply a file name without
14416 drive or directory specification.  
14417 <!--chtml else-->
14418 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14419 a file in your home directory, or a file path relative to your 
14420 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14421 your home directory or &quot;~user&quot; to refer to another
14422 account's home directory.
14423 <!--chtml endif-->
14425 No wild card characters may be used.  
14426 The file must reside on the system running Alpine.
14428 If the 
14429 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14430 feature is set, names are relative to your current working directory 
14431 <!--chtml if pinemode="running"-->
14432 (which, at least for your current Alpine &quot;session,&quot; 
14433 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14434 <!--chtml endif-->
14435 rather than your home directory
14436 <!--chtml if pinemode="running"-->
14437 (which, in the present configuration of your system, is
14438  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14439 <!--chtml endif-->
14441 <P><UL>
14442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14443 </UL>
14445 &lt;End of help on this topic&gt;
14446 </BODY>
14447 </HTML>
14448 ====== h_composer_ins_m =====
14449 <HTML>
14450 <HEAD>
14451 <TITLE>INSERT MESSAGE</TITLE>
14452 </HEAD>
14453 <BODY>
14454 <H1>INSERT MESSAGE</H1>
14456 Type in the number of a message in the currently open folder to insert it
14457 into your message.
14458 <P><UL>
14459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14460 </UL>
14462 &lt;End of help on this topic&gt;
14463 </BODY>
14464 </HTML>
14465 ====== h_composer_search =====
14466 <HTML>
14467 <HEAD>
14468 <TITLE>Explanation of Composer Whereis Command </TITLE>
14469 </HEAD>
14470 <BODY>
14471 <H1>Help For Whereis Command</H1>
14473 Whereis is used to search the message for a word or part of a word.
14474 When searching in the composer, only the message part of your mail is
14475 searched, and the cursor is put on the first occurrence appearing
14476 after the location of the cursor.  The search will wrap to the
14477 beginning of the message when it no longer finds matches in the
14478 remainder of the message.
14480 To search for the same string a second time, press 
14481 <!--chtml if pinemode="function_key"-->
14482 &quot;F6&quot;
14483 <!--chtml else-->
14484 &quot;^W&quot;
14485 <!--chtml endif-->
14486 to begin search and then just press RETURN to accept the previous
14487 search string shown in square brackets rather than entering a new
14488 search string.<P>
14490 The &quot;Search&quot; prompt has several sub-command available:
14492 <DL>
14493 <DT>Get Help</DT>
14494 <DD> Takes you to this help page.
14496 <DT>Cancel</DT>
14497 <DD> Cancels the prompt.  No search takes place.
14499 <DT>First Line</DT>
14500 <DD> Takes you back to the composer with the cursor on the first character
14501 of the first line of text.
14503 <DT>Last Line</DT>
14504 <DD> Takes you back to the composer with the cursor on the last character
14505 of the last line of text.
14507 <DT>Replace (Optional)</DT>
14508 <DD> This sub-command is enabled by the 
14509 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14510 feature (which is on by default); see its help screen for details on how replacing works.
14512 </DL>
14514 &lt;End of help on this topic&gt;
14515 </BODY>
14516 </HTML>
14517 ====== h_sigedit_search =====
14518 <HTML>
14519 <HEAD>
14520 <TITLE>Explanation of Whereis Command </TITLE>
14521 </HEAD>
14522 <BODY>
14523 <H1>Help For Whereis Command</H1>
14525 Whereis is used to search for a word or part of a word.
14526 When searching the cursor is put on the first occurrence appearing
14527 after the location of the cursor.  The search will wrap to the
14528 beginning of the signature when it no longer finds matches in the
14529 remainder of the signature.
14531 To search for the same string a second time, press 
14532 <!--chtml if pinemode="function_key"-->
14533 &quot;F6&quot;
14534 <!--chtml else-->
14535 &quot;^W&quot;
14536 <!--chtml endif-->
14537 to begin search and then just press RETURN to accept the previous
14538 search string shown in square brackets rather than entering a new
14539 search string.<P>
14541 The &quot;Search&quot; prompt has several sub-command available:
14543 <DL>
14544 <DT>Get Help</DT>
14545 <DD> Takes you to this help page.
14547 <DT>Cancel</DT>
14548 <DD> Cancels the prompt.  No search takes place.
14550 <DT>First Line</DT>
14551 <DD> Takes you back to the composer with the cursor on the first character
14552 of the first line of text.
14554 <DT>Last Line</DT>
14555 <DD> Takes you back to the composer with the cursor on the last character
14556 of the last line of text.
14558 <DT>Replace (Optional)</DT>
14559 <DD> This sub-command is enabled by the 
14560 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14561 feature (which is on by default); see its help screen for details on how replacing works.
14563 </DL>
14565 &lt;End of help on this topic&gt;
14566 </BODY>
14567 </HTML>
14568 ======= h_composer_to ====
14569 <HTML>
14570 <HEAD>
14571 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
14572 </HEAD>
14573 <BODY>
14574 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
14576 <H2>The &quot;To:&quot; field</H2>
14577 The address you enter here must be a valid email address that is reachable
14578 from your site. 
14580 <H2>Email Address Format</H2>
14581 You may enter a full name and email address, 
14582 <!--chtml if pinemode="os_windows"-->
14583 <!--chtml else-->
14584 a local (meaning, on the same 
14585 host as the one you are running Alpine on) username that Alpine will
14586 complete for you, 
14587 <!--chtml endif-->
14588 the nickname of someone in a 
14589 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
14590 mail alias defined by your system administrator.  When you move the cursor
14591 out of this field, the nicknames will be expanded to the addresses in your
14592 address book, and the local usernames will be expanded to include the 
14593 persons' actual names.  You may enter as many addresses as you wish, but they 
14594 must be separated by commas.  You can move around this and other header fields
14595 with the arrow keys and use many of the usual composer editing keys.
14597 <UL>
14598 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14599 </UL>
14602 <H2>MESSAGE HEADER COMMANDS</H2>
14603 <!--chtml if pinemode="function_key"-->
14604 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14605 ^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>
14606 ^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>
14607 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
14608 ^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>
14609 ^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>
14610 ^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>
14611 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>
14612 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>
14613 ^@&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>
14614 ----------------------------------------|<BR>
14615 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
14616 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>
14617 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>
14618 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>
14619 <!--chtml else-->
14620 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14621 ^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>
14622 ^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>
14623 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
14624 ^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>
14625 ^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>
14626 ^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>
14627 ^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>
14628 ^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>
14629 ^@&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>
14630 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
14631 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>
14632 ^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>
14633 ^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>
14634 ^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>
14635 <!--chtml endif-->
14638 NOTE:
14639 <OL>
14640  <LI>For help on a particular command, highlight the bold text associated
14641 with it above and hit Return.
14642  <LI> The availability of certain commands 
14643 is determined by Alpine configuration files and system capabilities.
14644 At some sites, certain commands may not be available due to security or
14645 support concerns.
14646 </OL>
14649 <UL>   
14650 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14651 </UL><P>
14652 &lt;End of help on this topic&gt;
14653 </BODY>
14654 </HTML>
14655 ======= h_composer_cc ====
14656 <HTML>
14657 <HEAD>
14658 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
14659 </HEAD>
14660 <BODY>
14661 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
14662 The Cc: field is just like the To: field, except it is used for addressees
14663 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
14664 not directly meant directly &quot;for&quot; these recipients, but you wanted 
14665 them to see the message.  The only difference the recipients see is that their 
14666 name is in the Cc: field, rather than the To: field.
14668 For help with Cc: field editing
14669 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14671 <UL>
14672 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14673 </UL>
14675 <UL>   
14676 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14677 </UL><P>
14678 &lt;End of help on this topic&gt;
14679 </BODY>
14680 </HTML>
14681 ======= h_composer_bcc ====
14682 <HTML>
14683 <HEAD>
14684 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
14685 </HEAD>
14686 <BODY>
14687 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
14688 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
14689 a copy of the message to one or more people whose addresses you do not
14690 wish disclosed, either to reduce clutter or for confidentiality.
14692 The format of the Bcc: field is just the same as the To: and Cc: fields in
14693 the way the addresses are entered.  The recipients listed here will
14694 receive a copy of the message, but --assuming your site's mail transport
14695 software is properly configured-- their addresses will not show up in the
14696 headers of the message, as delivered to all of the recipients.  The To:
14697 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
14699 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
14700 will automatically generate and place in the To: field a pseudo-address of 
14701   &quot;undisclosed-recipients: ;&quot;
14702 or whatever string has been specified in the 
14703 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14704 variable.
14706 The reason for this is to avoid embarrassment caused by some Internet
14707 mail transfer software that interprets a &quot;missing&quot; To: header as 
14708 an error and replaces it with an Apparently-to: header that may contain
14709 the addresses you entered on the Bcc: line.  In addition, it may be
14710 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
14712 You can manipulate what text ends up on the (originally) empty To:
14713 field.  Just remember to put a colon and semicolon at the end of the
14714 field, which is a special notation denoting that it is not a real address.
14716 For information on message header editing
14717 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14719 <UL>
14720 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14721 </UL>
14723 <UL>   
14724 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14725 </UL><P>
14726 &lt;End of help on this topic&gt;
14727 </BODY>
14728 </HTML>
14729 ======= h_composer_lcc ====
14730 <HTML>
14731 <HEAD>
14732 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
14733 </HEAD>
14734 <BODY>
14735 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
14736 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
14737 you wish to send a message to a list of people but avoid having all
14738 of their addresses visible, in order to reduce clutter when the
14739 message is received.
14741 It is similar to the 
14742 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
14743 in that individual
14744 addressees are hidden, but Lcc is designed to work specifically with
14745 distribution lists you have created in your 
14746 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
14747 the nickname of the list on the Lcc line will result in the full name of
14748 your Alpine Address Book list being placed on the To: line of the message,
14749 using a special notation that distinguishes it from a real address. You
14750 must leave the To: line blank for your list name to appear there.
14752 For example, if you have this list entered in your Address Book:<PRE>
14754         largo         Key Largo List       DISTRIBUTION LIST:
14755                                            bogie@mgm.com
14756                                            lauren@mgm.com
14757                                            walter@mgm.com</PRE>
14760 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
14761 the result is:<PRE>
14763         To      : Key Largo List: ;
14764         Cc      :
14765         Bcc     :
14766         Fcc     : sent-mail
14767         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
14768                   lauren@mgm.com,
14769                   walter@mgm.com
14770         Subject :</PRE>
14772 Each recipient listed on the Lcc: line receives a copy of the message
14773 without their address being visible (as though they were listed on the
14774 Bcc: line). The colon-semicolon notation used to put the full-name of the
14775 list on the To: line is a special address format that doesn't specify any
14776 actual addressees, but does give some information to the recipients of the
14777 message.
14779 Note: if after entering an LCC, you delete the list name that is placed
14780 on the To: line, then recipients will see <PRE>
14781        To: undisclosed-recipients: ;</PRE>
14783 (or whatever string is defined in the 
14784 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14785 variable) just as in the BCC case. 
14787 For help with Lcc: field editing
14788 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14790 <UL>
14791 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14792 </UL>
14794 <UL>   
14795 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14796 </UL><P>
14797 &lt;End of help on this topic&gt;
14798 </BODY>
14799 </HTML>
14800 ======= h_composer_from =======
14801 <HTML>
14802 <HEAD>
14803 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
14804 </HEAD>
14805 <BODY>
14806 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
14808 This header carries your return address.  It is the address toward which
14809 replies (and often, future unrelated correspondence) will be directed,
14810 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
14811 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
14812 sure this address is correct.
14814 For help with message header editing
14815 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14817 <UL>
14818 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14819 </UL>
14821 <UL>   
14822 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14823 </UL><P>
14824 &lt;End of help on this topic&gt;
14825 </BODY>
14826 </HTML>
14827 ======= h_composer_reply_to =======
14828 <HTML>
14829 <HEAD>
14830 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
14831 </HEAD>
14832 <BODY>
14833 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
14835 Most people should not need this header. The Reply-To: header is used in
14836 cases where you would like replies to your messages to be directed to an
14837 address other than your normal &quot;From:&quot; address.  This is atypical, 
14838 but can happen when you use multiple machines and do not have the same account
14839 name on each one, or when you wish to direct certain replies to accounts
14840 or folders designated for specific classes of correspondence.
14842 For help with message header editing
14843 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14845 <UL>
14846 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14847 </UL>
14850 <UL>   
14851 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14852 </UL><P>
14853 &lt;End of help on this topic&gt;
14854 </BODY>
14855 </HTML>
14856 ======= h_composer_custom_addr ====
14857 <HTML>
14858 <HEAD>
14859 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14860 </HEAD>
14861 <BODY>
14862 <H1>CUSTOMIZED HEADER FIELD</H1>
14863 This is a customized header, i.e. not one that is part of Alpine's normal
14864 set of Compose headers.
14866 For help with message header editing
14867 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14869 <UL>
14870 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14871 </UL>
14873 <UL>   
14874 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14875 </UL><P>
14876 &lt;End of help on this topic&gt;
14877 </BODY>
14878 </HTML>
14879 ======= h_composer_custom_free ====
14880 <HTML>
14881 <HEAD>
14882 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14883 </HEAD>
14884 <BODY>
14885 <H1>CUSTOMIZED HEADER FIELD</H1>
14886 This is a customized header, i.e. not one that is part of Alpine's normal
14887 set of Compose headers.
14889 This field consists of arbitrary text.
14891 For help with message header editing
14892 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14894 <UL>   
14895 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14896 </UL><P>
14897 &lt;End of help on this topic&gt;
14898 </BODY>
14899 </HTML>
14900 ====== h_composer_news =====
14901 <HTML>
14902 <HEAD>
14903 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
14904 </HEAD>
14905 <BODY>
14906 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
14907 Use the newsgroups line to specify any and all USENET newsgroups to which
14908 your message should be posted.  When composing a message from scratch, this
14909 line may be hidden.  If so, just press the rich headers command
14910 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
14911 to make it visible.
14913 <EM>Be aware</EM> that when you post to a newsgroup thousands of
14914 people will be reading your message.  Also, you or your system manager
14915 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
14916 in order for you to be able to post.
14918 For help with message header editing
14919 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14920 <P><UL>
14921 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14922 </UL>
14924 &lt;End of help on this topic&gt;
14925 </BODY>
14926 </HTML>
14927 ======= h_composer_fcc ====
14928 <HTML>
14929 <HEADER>
14930 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
14931 </HEADER>
14932 <BODY>
14933 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
14934 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
14935 each outgoing message.  The default value can be configured with the
14936 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
14937 the file carbon copy on any message you send by editing the FCC header.<p>
14939 You may type ^T to get a list of all your folders and select one to use as
14940 the FCC for this message.<P>
14942 For help with message header editing
14943 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14945 <UL>   
14946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14947 </UL><P>
14948 &lt;End of help on this topic&gt;
14949 </BODY>
14950 </HTML>
14951 ======= h_composer_subject ====
14952 <HTML>
14953 <HEADER>
14954 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
14955 </HEADER>
14956 <BODY>
14957 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
14959 The subject header provides a place to enter a few words that summarize
14960 the topic of the message you are sending.  You may leave this line blank,
14961 but it is considered a courtesy to use a meaningful subject.<p>
14963 For help with message header editing
14964 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14966 <UL>   
14967 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14968 </UL><P>
14969 &lt;End of help on this topic&gt;
14970 </BODY>
14971 </HTML>
14972 ======= h_composer_attachment ====
14973 <HTML>
14974 <HEAD>
14975 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
14976 </HEAD>
14977 <BODY>
14978 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
14980 The &quot;Attchmnt:&quot; field is where you specify what file or
14981 files you'd like attached to
14982 the message you are composing.  Those files must reside on the machine
14983 running Alpine. If your file is on a PC or Mac and you run Alpine with an
14984 account on a Unix machine, you'll have to transfer it before attaching it.
14985 Contact local computer support people for assistance with transferring.
14988 The file name
14989 given can be an absolute file path name for your system
14990 <!--chtml if pinemode="os_windows"-->
14991 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14992 with a relative pathname, or simply a file name without
14993 drive or directory specification.  
14994 <!--chtml else-->
14995 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14996 a file in your home directory, or a file path relative to your 
14997 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14998 your home directory or &quot;~user&quot; to refer to another
14999 account's home directory.
15000 <!--chtml endif--><P>
15001 No wild card characters may be used.
15002 <P>If the 
15003 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
15004 feature is set, names are relative to your current working directory 
15005 <!--chtml if pinemode="running"-->
15006 (which, at least for your current Alpine &quot;session,&quot; 
15007 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
15008 <!--chtml endif-->
15009 rather than your home directory
15010 <!--chtml if pinemode="running"-->
15011 (which, in the present configuration of your system, is
15012  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
15013 <!--chtml endif-->
15016 Alpine uses MIME encoding for attachments, so binaries and files of any
15017 length can safely be delivered to any MIME-capable mail reading program.
15018 If you send an attachment to someone who does not have a MIME-capable mail
15019 reading program yet, then the main message text will be readable, but
15020 attachments (even attachments that are just plain text) are not.
15023 Typing the filename on the Attchmnt: line achieves the same
15024 result as using the 
15025 <!--chtml if pinemode="function_key"-->
15027 <!--chtml else-->
15028 Ctrl-J
15029 <!--chtml endif--> command.
15032 If you Forward a message with attachments, you may delete them from your
15033 Forwarded message by editing the Attchmnt header line.
15036 For help with message header editing
15037 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15039 <UL>   
15040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15041 </UL><P>
15042 &lt;End of help on this topic&gt;
15043 </BODY>
15044 </HTML>
15045 ======= h_composer_ctrl_j ====
15046 <HTML>
15047 <HEAD>
15048 <TITLE>COMPOSER ATTACH</TITLE>
15049 </HEAD>
15050 <BODY>
15051 After the
15052 <!--chtml if pinemode="function_key"-->
15054 <!--chtml else-->
15055 Ctrl-J
15056 <!--chtml endif--> command:
15057 At the &quot;File to attach:&quot; prompt, enter the name of the 
15058 existing file to attach to your message.  
15059 When the feature
15060 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
15061 is set
15062 you need only enter the beginning of the filename (enough of it to uniquely 
15063 identify the file) and press TAB to complete it.
15065 Or, press ^T to use the BROWSER screen for 
15066 selecting the file.  <P>
15067 For more information on attaching files, see the help screen for the 
15068 composer's 
15069 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
15070 but can be revealed using the 
15071 <!--chtml if pinemode="function_key"-->
15073 <!--chtml else-->
15074 Ctrl-R
15075 <!--chtml endif--> 
15076 command with the cursor positioned above the
15077 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
15079 &lt;End of help on this topic&gt;
15080 </BODY>
15081 </HTML>
15082 ======= h_edit_nav_cmds =========
15083 <HTML>
15084 <HEAD>
15085 <TITLE>Composer Editing Commands Explained</TITLE>
15086 </HEAD>
15087 <BODY>
15088 <H1>EDITING and NAVIGATION COMMANDS</H1>
15089 <!--chtml if pinemode="function_key"-->
15090 <PRE>
15091 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15092 ^B (Left Arrow)    Back character       | ^D       Delete current character
15093 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15094 ^P (Up Arrow)      Previous line        |
15095 ^N (Down Arrow)    Next line            | F9       Cut marked text or
15096 ^A                 Beginning of line    |            delete current line
15097 ^E                 End of line          | F10      Undelete line(s)
15098 F7                 Previous page        |
15099 F8                 Next page            |-------------------------------------
15100 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15101 ----------------------------------------|
15102 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
15103 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
15104 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
15105 </PRE>
15106 <!--chtml else-->
15107 <PRE>
15108 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15109 ^B (Left Arrow)    Back character       | ^D       Delete current character
15110 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15111 ^P (Up Arrow)      Previous line        |
15112 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
15113 ^A                 Beginning of line    |            delete current line
15114 ^E                 End of line          | ^U       Undelete line(s)
15115 ^Y                 Previous page        |
15116 ^V                 Next page            |-------------------------------------
15117 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15118 ----------------------------------------|
15119 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
15120 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
15121 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
15122 </PRE>
15123 <!--chtml endif-->
15124 &lt;End of help on this topic&gt;
15125 </BODY>
15126 </HTML>
15127 ===== h_composer_sigedit =====
15128 <HTML>
15129 <HEAD>
15130 <TITLE>Signature Editor Commands Explained</TITLE>
15131 </HEAD>
15132 <BODY>
15133 <H1>SIGNATURE EDITOR COMMANDS</H1>
15134 <!--chtml if pinemode="function_key"-->
15135 <PRE>
15136 CURSOR MOTION KEYS                     |EDITING KEYS
15137   ^B (Left Arrow)   Back character     | ^D       Delete current character
15138   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15139   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15140   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15141   ^A                Beginning of line  |           delete current line
15142   ^E                End of line        | F10       Paste text, undelete lines
15143   F7                Previous page      |           cut with ^K, or unjustify
15144   F8                Next page          |-------------------------------------
15145   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15146 ---------------------------------------| F6       Whereis (search for string)
15147 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15148  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15149                  |  ^Z    Suspend      | ^L       Redraw Screen
15150  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15151 </PRE>
15152 <!--chtml else-->
15153 <PRE>
15154 CURSOR MOTION KEYS                     |EDITING KEYS
15155   ^B (Left Arrow)   Back character     | ^D       Delete current character
15156   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15157   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15158   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15159   ^A                Beginning of line  |           delete current line
15160   ^E                End of line        | ^U        Paste text, undelete lines
15161   ^Y                Previous page      |           cut with ^K, or unjustify
15162   ^V                Next page          |-------------------------------------
15163   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15164 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15165 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15166  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15167                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15168  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15169 </PRE>
15170 <!--chtml endif-->
15172 NOTE: The presence or absence of the following commands is determined
15173 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15174 some of these commands may be administratively disabled by your system
15175 manager; if they don't work, please check with your local help desk
15176 before reporting a bug.
15178 <UL>
15179  <LI>Suspend (suspends Alpine and gives a system prompt)
15180  <LI>Alternate editor (allows you to compose with your own editor)
15181 </UL>
15184 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15185 Ctrl-&#92;, ESC
15188 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15189 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15191 &lt;End of help on this topic&gt;
15192 </BODY>
15193 </HTML>
15194 ===== h_composer_commentedit =====
15195 <HTML>
15196 <HEAD>
15197 <TITLE>Comment Editor Commands Explained</TITLE>
15198 </HEAD>
15199 <BODY>
15200 <H1>COMMENT EDITOR COMMANDS</H1>
15201 <!--chtml if pinemode="function_key"-->
15202 <PRE>
15203 CURSOR MOTION KEYS                     |EDITING KEYS
15204   ^B (Left Arrow)   Back character     | ^D       Delete current character
15205   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15206   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15207   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15208   ^A                Beginning of line  |           delete current line
15209   ^E                End of line        | F10       Paste text, undelete lines
15210   F7                Previous page      |           cut with ^K, or unjustify
15211   F8                Next page          |-------------------------------------
15212   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15213 ---------------------------------------| F6       Whereis (search for string)
15214 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15215  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15216                  |  ^Z    Suspend      | ^L       Redraw Screen
15217  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15218 </PRE>
15219 <!--chtml else-->
15220 <PRE>
15221 CURSOR MOTION KEYS                     |EDITING KEYS
15222   ^B (Left Arrow)   Back character     | ^D       Delete current character
15223   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15224   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15225   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15226   ^A                Beginning of line  |           delete current line
15227   ^E                End of line        | ^U        Paste text, undelete lines
15228   ^Y                Previous page      |           cut with ^K, or unjustify
15229   ^V                Next page          |-------------------------------------
15230   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15231 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15232 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15233  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15234                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15235  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15236 </PRE>
15237 <!--chtml endif-->
15239 NOTE: The presence or absence of the following commands is determined
15240 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15241 some of these commands may be administratively disabled by your system
15242 manager; if they don't work, please check with your local help desk
15243 before reporting a bug.
15245 <UL>
15246  <LI>Suspend (suspends Alpine and gives a system prompt)
15247  <LI>Alternate editor (allows you to compose with your own editor)
15248 </UL>
15251 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15252 Ctrl-&#92;, ESC
15255 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15256 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15258 &lt;End of help on this topic&gt;
15259 </BODY>
15260 </HTML>
15261 ======= h_composer_abook_nick =======
15262 <HTML>
15263 <HEAD>
15264 <TITLE>Addressbook Nickname Explained</TITLE>
15265 </HEAD>
15266 <BODY>
15267 This is a short nickname for this address book entry.  If it is used in
15268 place of an address from the composer, the composer will fill in the
15269 address(es) for the entry that matches the nickname. 
15272 Look <A HREF="h_edit_nav_cmds">here</A>
15273 to see the available Editing and Navigation commands.
15275 &lt;End of help on this topic&gt;
15276 </BODY>
15277 </HTML>
15278 ======= h_composer_abook_full =======
15279 <HTML>
15280 <HEAD>
15281 <TITLE>Addressbook Fullname Explained</TITLE>
15282 </HEAD>
15283 <BODY>
15284 This is the full name field for this entry.  If this is going to be a
15285 distribution list (more than one address), it should be a descriptive
15286 phrase describing the list.  It will be included in the mail header if you
15287 put the list in the To: or CC: field, or in the To: line if you put the
15288 list in the Lcc: field.  It's OK to leave this field blank (and OK to
15289 leave any of the other fields blank, too). If this address book entry is
15290 going to be a simple entry with just one address, then this field is the
15291 person's name. When you send mail to this entry, this is the field to the
15292 left of the brackets. That is, it is the most readable part of the 
15293 address. For example, in the sample address:
15294 <PRE>
15295        John Doe &lt;jdoe@some.domain&gt;
15296 </PRE>
15297 "John Doe" is the full name field. If you are sorting your address book
15298 with one of the options that uses full names, then it might be useful to
15299 enter the full name as "Last, First", for example:
15300 <PRE>
15301        Doe, John
15302 </PRE>
15303 so that it will be sorted using Doe instead of John. This will be changed
15304 back into John Doe when you use it.
15306 Look <A HREF="h_edit_nav_cmds">here</A>
15307 to see the available Editing and Navigation commands.
15309 &lt;End of help on this topic&gt;
15310 </BODY>
15311 </HTML>
15312 ======= h_composer_abook_fcc =======
15313 <HTML>
15314 <HEAD>
15315 <TITLE>Addressbook Fcc Explained</TITLE>
15316 </HEAD>
15317 <BODY>
15318 If this entry is the first one in the To: line of an outgoing message,
15319 this field will be used for the Fcc (File Carbon Copy) instead of whatever
15320 you would normally get (which depends on which
15321 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
15322 you've chosen). 
15324 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
15325 that you don't want any Fcc associated with this entry.
15327 Look <A HREF="h_edit_nav_cmds">here</A>
15328 to see the available Editing and Navigation commands.
15330 &lt;End of help on this topic&gt;
15331 </BODY>
15332 </HTML>
15333 ====== h_config_combined_abook_display =====
15334 <HTML>
15335 <HEAD>
15336 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
15337 </HEAD>
15338 <BODY>
15339 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
15341 This feature affects the address book display screens.
15342 Normally, expanding an address book from the ADDRESS BOOK LIST screen
15343 will cause the remaining address books and directory servers to disappear
15344 from the screen, leaving only the entries of the expanded address book.
15345 If this feature is set, then the other address books will remain on the screen,
15346 so that all of the address books can be present at once.
15349 The way that commands work won't be changed.
15350 For example, the Select All command will select all of the entries in the
15351 current address book, not all of the entries in all of the address books.
15352 The WhereIs command will change a little.
15353 It will search through all of the text on the screen plus all of the entries
15354 from expanded address books.
15357 When this feature is set, the setting of the feature
15358 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
15359 has an effect.
15361 &lt;End of help on this topic&gt;
15362 </BODY>
15363 </HTML>
15364 ====== h_config_titlebar_color_style =====
15365 <HTML>
15366 <HEAD>
15367 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
15368 </HEAD>
15369 <BODY>
15370 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
15372 This option affects the colors used to display the titlebar (the top
15373 line on the screen) when viewing a message.
15376 The available options include:
15379 <DL>
15380 <DT>default</DT>
15381 <DD>The color of the titlebar will be the color you set for the
15382 <A HREF="h_config_title_color">Title Color</A>.
15383 The Title Color may be set by using the
15384 <A HREF="h_color_setup">Setup Kolor</A> screen.
15385 </DD>
15387 <DT>indexline</DT>
15388 <DD>The color of the titlebar will be the same as the color of the
15389 index line corresponding to the message being viewed.
15390 The rules that determine what color the index line will be may be set
15391 up by going to the Setup/Rules/Indexcolor screen.
15392 If the index line for a message is not colored explicitly by the
15393 Indexcolor rules, then the titlebar will be colored the same as for
15394 the &quot;default&quot; option above (which is not the same color that
15395 the index line itself will have).
15396 </DD>
15398 <DT>reverse-indexline</DT>
15399 <DD>This is similar to the &quot;indexline&quot; option except the
15400 foreground and background colors from the corresponding index line will
15401 be reversed.
15402 For example, if the index line color is red letters on a white background,
15403 then the titlebar will be white letters on a red background.
15404 If the index line for a message is not colored explicitly by the
15405 Indexcolor rules, then the titlebar will be colored the same as for
15406 the &quot;default&quot; option above (which is not the same color that
15407 the index line itself will have).
15408 </DD>
15409 </DL>
15413 <UL>   
15414 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15415 </UL><P>
15416 &lt;End of help on this topic&gt;
15417 </BODY>
15418 </HTML>
15419 ====== h_config_index_color_style =====
15420 <HTML>
15421 <HEAD>
15422 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
15423 </HEAD>
15424 <BODY>
15425 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
15427 This option affects the colors used to display the current line in the
15428 MESSAGE INDEX screen.
15429 If you do not have Index Color Rules defined, then this option will
15430 have no effect in the index.
15431 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
15433 If the option
15434 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
15435 is turned on and the
15436 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
15437 is set to something other than the default, then
15438 this option also affects the color used to display the current folder
15439 in the Incoming FOLDER LIST screen.
15442 The available options include:
15445 <DL>
15446 <DT>flip-colors</DT>
15447 <DD>This is the default.
15448 If an index line is colored because it matches one of your
15449 Index Color Rules, then its colors will be reversed when it is the currently
15450 highlighted line.
15451 For example, if the line is normally red text on a blue background, then
15452 when it is the current line it will be drawn as blue text on a red background.
15454 The rest of the option values all revert to this flip-colors behavior if
15455 there is no Reverse Color defined.
15456 </DD>
15458 <DT>reverse</DT>
15459 <DD>With this option the Reverse color is always used to highlight the
15460 current line.
15461 </DD>
15463 <DT>reverse-fg</DT>
15464 <DD>The foreground part of the Reverse Color is used to highlight
15465 the current line.
15466 If this would cause the text to be unreadable (because the foreground and
15467 background colors are the same) or if it would cause no change in the
15468 color of the index line, then the colors are flipped instead.
15470 Some people think this works particularly well if you use different
15471 background colors to emphasize &quot;interesting&quot; lines,
15472 but always with the same Normal foreground color,
15473 and you use a different foreground color for the Reverse Color.
15474 </DD>
15476 <DT>reverse-fg-no-ambiguity</DT>
15477 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
15478 the resulting color will be exactly the same as the regular Reverse
15479 Color.
15480 That can lead to some possible confusion because an
15481 &quot;interesting&quot;
15482 line that is the current line will be displayed exactly the same as a
15483 non-interesting line that is current.
15484 You can't tell whether the line is just a regular current line or if it is
15485 an &quot;interesting&quot; current line by looking at the color.
15486 Setting the option to this value removes that ambiguity.
15487 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
15488 interesting current line would look just like a non-interesting current line.
15489 In that case, the interesting line's colors are simply flipped (like in the
15490 default behavior).
15492 As an alternative way to preserve the line's interestingness in this case,
15493 you may find that using both a different foreground and a different
15494 background color for the interesting line will help.
15495 </DD>
15497 <DT>reverse-bg</DT>
15498 <DD>The background part of the Reverse Color is used to highlight
15499 the current line.
15500 If this would cause the text to be unreadable (because the foreground and
15501 background colors are the same) or if it would cause no change in the
15502 color of the index line, then the colors are flipped instead.
15504 Some people think this works particularly well if you use different
15505 foreground colors to emphasize &quot;interesting&quot; lines,
15506 but always with the same Normal background color,
15507 and you use a different background color for the Reverse Color.
15508 </DD>
15510 <DT>reverse-bg-no-ambiguity</DT>
15511 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
15512 rule may also result in a color that is exactly the same as the regular
15513 Reverse Color.
15514 Setting the option to this value removes that ambiguity.
15515 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
15516 current line has the same color as the Reverse Color.
15517 In that case, the interesting line's colors are simply flipped (like in the
15518 default behavior).
15519 </DD>
15520 </DL>
15524 <UL>   
15525 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15526 </UL><P>
15527 &lt;End of help on this topic&gt;
15528 </BODY>
15529 </HTML>
15530 ====== h_config_expanded_addrbooks =====
15531 <HTML>
15532 <HEAD>
15533 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
15534 </HEAD>
15535 <BODY>
15536 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
15538 If multiple address books (either personal or global) are defined, and you
15539 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
15540 screen, then set this feature. This feature will have no effect unless the
15541 feature
15542 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
15543 is also set.
15545 &lt;End of help on this topic&gt;
15546 </BODY>
15547 </HTML>
15548 ====== h_config_combined_folder_display =====
15549 <HTML>
15550 <HEAD>
15551 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
15552 </HEAD>
15553 <BODY>
15554 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
15556 This feature affects the folder list display screens.
15557 Normally, each folder list is viewed within its collection only.  This
15558 command allows folder lists to be viewed within a single screen that
15559 combines the contents of all collections.
15562 The way that commands work won't be changed.
15563 For example, the Select All command will select all of the folders in the
15564 current collection, not all of the entries in all of the collections.
15565 The WhereIs command will change a little.
15566 It will search through all of the folders in the current collection as well
15567 as all the folder in any other expanded collection.
15570 When this feature is set, the setting of the feature
15571 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
15572 has an effect.
15574 &lt;End of help on this topic&gt;
15575 </BODY>
15576 </HTML>
15577 ====== h_config_combined_subdir_display =====
15578 <HTML>
15579 <HEAD>
15580 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
15581 </HEAD>
15582 <BODY>
15583 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
15585 This feature affects the Folder List screen when
15587 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15588 feature is enabled.  Normally, selecting a directory from the Folder
15589 List takes you into a new screen displaying only the contents of
15590 that directory.
15593 Enabling this feature will cause the contents of the selected
15594 directory to be
15595 displayed within the boundaries of the &quot;Collection&quot; it
15596 is a part of.  All previously displayed collections will remain
15597 in the screen.
15600 The way that commands work won't be changed.
15601 For example, the Select All command will select all of the folders in the
15602 directory, as opposed to all of the entries in all of the collections.
15603 The WhereIs command will change a little.
15604 It will search through all of the folders in the current collection as well
15605 as all the folder in any other expanded collection.
15608 &lt;End of help on this topic&gt;
15609 </BODY>
15610 </HTML>
15611 ====== h_config_separate_fold_dir_view =====
15612 <HTML>
15613 <HEAD>
15614 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
15615 </HEAD>
15616 <BODY>
15617 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
15619 This feature affects folder collections wherein a folder
15620 and directory can have the same name.  By default, Alpine displays them
15621 only once, denoting that it is both a folder and directory by appending
15622 the folder name with the hierarchy character enclosed
15623 in square brackets.
15627 Enabling this feature will cause Alpine to display such names
15628 separately marking the name representing a directory with a trailing
15629 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
15632 The feature also alters the command set slightly.  By default, the
15633 right-arrow descends into the directory, while hitting the Return key will
15634 cause the folder by that name to be opened.
15637 With this feature set, the Return key will open the highlighted folder, or
15638 enter the highlighted directory.
15641 &lt;End of help on this topic&gt;
15642 </BODY>
15643 </HTML>
15644 ====== h_config_expanded_folders =====
15645 <HTML>
15646 <HEAD>
15647 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
15648 </HEAD>
15649 <BODY>
15650 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
15652 If multiple folder collections are defined, and you
15653 wish to have them all expanded implicitly upon entering the FOLDER LIST
15654 screen, then set this feature. This feature will have no effect unless the
15655 feature
15656 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15657 is also set.
15659 &lt;End of help on this topic&gt;
15660 </BODY>
15661 </HTML>
15662 ======= h_config_ldap_server =======
15663 <HTML>
15664 <HEAD>
15665 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
15666 </HEAD>
15667 <BODY>
15668 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
15669 This is the name of the host where an LDAP server is running.
15670 For redundancy, this may be a space-delimited set of server names, in which
15671 case the first server that answers is used.
15672 Each of the server names may be optionally followed by
15673 a colon and a port number.
15674 If this form is used then the port number configured below in the
15675 <EM>port</EM> field is not used.
15677 To find out whether your organization has its own LDAP server, 
15678 contact its computing support staff.
15679 <P><UL>
15680 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15681 </UL>
15683 &lt;End of help on this topic&gt;
15684 </BODY>
15685 </HTML>
15686 ======= h_config_ldap_base =======
15687 <HTML>
15688 <HEAD>
15689 <TITLE>LDAP OPTION: Search-Base</TITLE>
15690 </HEAD>
15691 <BODY>
15692 <H1>LDAP OPTION: Search-Base</H1>
15694 This is the search base to be used on this server.  It functions as a filter 
15695 by restricting your searches in the LDAP server database
15696 to the specified contents of the specified fields.  Without it, searches 
15697 submitted to this directory server may fail.  It might be something
15698 like:
15700 <PRE>
15701       O = &lt;Your Organization Name&gt;, C = US
15702 </PRE>
15703 or it might be blank.  
15704 (Some LDAP servers actually ignore anything specified here.)
15706 If in doubt what parameters you should specify here, 
15707 contact the maintainers of the LDAP server.
15708 <P><UL>
15709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15710 </UL>
15712 &lt;End of help on this topic&gt;
15713 </BODY>
15714 </HTML>
15715 ======= h_config_ldap_port =======
15716 <HTML>
15717 <HEAD>
15718 <TITLE>LDAP OPTION: Port</TITLE>
15719 </HEAD>
15720 <BODY>
15721 <H1>LDAP OPTION: Port</H1>
15723 This is the TCP port number to be used with this LDAP server. If you leave
15724 this blank port 389 will be used.
15726 &lt;End of help on this topic&gt;
15727 </BODY>
15728 </HTML>
15729 ======= h_config_ldap_nick =======
15730 <HTML>
15731 <HEAD>
15732 <TITLE>LDAP OPTION: Nickname</TITLE>
15733 </HEAD>
15734 <BODY>
15735 <H1>LDAP OPTION: Nickname</H1>
15737 This is a nickname to be used in displays. If you don't supply a
15738 nickname the server name
15739 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
15740 will be used instead.  This option is strictly for your convenience.
15742 &lt;End of help on this topic&gt;
15743 </BODY>
15744 </HTML>
15745 ======= h_config_ldap_binddn =======
15746 <HTML>
15747 <HEAD>
15748 <TITLE>LDAP OPTION: Bind-DN</TITLE>
15749 </HEAD>
15750 <BODY>
15751 <H1>LDAP OPTION: Bind-DN</H1>
15753 You may need to authenticate to the LDAP server before you are able to use it.
15754 This is the Distinguished Name to bind to when authenticating to this server.
15755 Try leaving this blank until you know you need it.
15757 Alpine only knows about LDAP Simple authentication.
15758 It does not attempt LDAP SASL authentication.
15759 The DN and password will be sent in the clear unless TLS encryption is
15760 being used on this connection.
15761 Because of this, you may want to set the LDAP feature
15762 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
15763 or the feature
15764 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15765 if you are going to be providing a password.
15766 <P><UL>
15767 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15768 </UL>
15770 &lt;End of help on this topic&gt;
15771 </BODY>
15772 </HTML>
15773 ======= h_config_ldap_opts_impl =======
15774 <HTML>
15775 <HEAD>
15776 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
15777 </HEAD>
15778 <BODY>
15779 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
15781 Set this to have lookups done to this server implicitly from the composer.
15782 If an address doesn't look like a fully-qualified address, it will be looked
15783 up in your address books, and if it doesn't match a nickname there, then it
15784 will be looked up on the LDAP servers that have this feature set.
15785 The lookups will also be done when using the address completion feature
15786 (TAB command) in the composer if any of the serves have this feature set.
15787 Also see the LDAP feature
15788 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
15789 and the Setup/Config feature
15790 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15792 &lt;End of help on this topic&gt;
15793 </BODY>
15794 </HTML>
15795 ======= h_config_ldap_opts_tls =======
15796 <HTML>
15797 <HEAD>
15798 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
15799 </HEAD>
15800 <BODY>
15801 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
15803 When connecting to this server Alpine will attempt to use TLS encryption
15804 on the connection.
15805 Also see the closely related feature
15806 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15808 Note that if this option is set, then 
15809 <A HREF="h_config_ldap_opts_ldaps">
15810 &quot;Require-LDAPS-On-Connection&quot;</A>
15811 can not be enabled for this server. You must disable this feature in
15812 order to use 
15813 <A HREF="h_config_ldap_opts_ldaps">
15814 &quot;Require-LDAPS-On-Connection&quot;</A>
15816 &lt;End of help on this topic&gt;
15817 </BODY>
15818 </HTML>
15819 ======= h_config_ldap_opts_tlsmust =======
15820 <HTML>
15821 <HEAD>
15822 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
15823 </HEAD>
15824 <BODY>
15825 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
15827 When connecting to this server Alpine will attempt to use TLS encryption
15828 on the connection.
15829 If the StartTLS operation fails then the connection will not be used.
15831 Note that if this option is set, then 
15832 <A HREF="h_config_ldap_opts_ldaps">
15833 &quot;Require-LDAPS-On-Connection&quot;</A>
15834 can not be enabled for this server. You must disable this feature in
15835 order to use 
15836 <A HREF="h_config_ldap_opts_ldaps">
15837 &quot;Require-LDAPS-On-Connection&quot;</A>
15839 &lt;End of help on this topic&gt;
15840 </BODY>
15841 </HTML>
15842 ======= h_config_ldap_opts_ldaps =======
15843 <HTML>
15844 <HEAD>
15845 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
15846 </HEAD>
15847 <BODY>
15848 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
15850 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
15851 on the connection.
15853 This feature can not be used along with 
15854 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15855  or
15856 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
15857 If you want to connect using StartTLS to this server, you must disable
15858 this feature first.
15860 &lt;End of help on this topic&gt;
15861 </BODY>
15862 </HTML>
15863 ====== h_config_ldap_opts_rhs =====
15864 <HTML>
15865 <HEAD>
15866 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
15867 </HEAD>
15868 <BODY>
15869 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
15871 Normally implicit LDAP lookups from the composer are done only for the
15872 strings you type in from the composer screen. In other words, you type in
15873 something in the To or CC field and press return, then the string is looked up.
15874 First that string is looked up in your address books. If a match is found
15875 there, then the results of that match are looked up again. If you place
15876 a string in your address book that you want to have looked up on the LDAP
15877 directory server, you need to turn on this feature. If you set this feature
15878 for a server, you almost always will also want to set the
15879 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
15880 feature. An example might serve to best illustrate this feature.
15882 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
15883 entry with an
15884 address of pres@whitehouse.gov, then you might put an entry in your address
15885 book that looks like:
15887 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
15888 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
15890 Now, when you type &quot;bill&quot; into an
15891 address field in the composer Alpine will
15892 find the &quot;bill&quot; entry in your address book.
15893 It will replace &quot;bill&quot; with
15894 &quot;William Clinton&quot;.
15895 It will then search for an entry with that nickname
15896 in your address book and not find one. If this feature
15897 is set, Alpine will then attempt to lookup
15898 &quot;William Clinton&quot; on the LDAP server and find the entry with address
15899 pres@whitehouse.gov.
15901 A better way to accomplish the same thing is probably to use the feature
15902 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
15904 &lt;End of help on this topic&gt;
15905 </BODY>
15906 </HTML>
15907 ====== h_config_ldap_opts_ref =====
15908 <HTML>
15909 <HEAD>
15910 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
15911 </HEAD>
15912 <BODY>
15913 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
15915 Normally when you save the results of an LDAP directory lookup to your
15916 address book the results of the lookup are saved. If this feature is set
15917 and the entry being saved was found on this directory server, then the
15918 search criteria is saved instead of the results of the search. When this
15919 address book entry is used in the future, instead of copying the results
15920 from the address book the directory lookup will be done again. This could
15921 be useful if the copied result might become stale because the data on
15922 the directory server changes (for example, the entry's email address changes).
15923 You probably don't want to set this feature if the server is at all slow or
15924 unreliable.
15926 The way this actually works is that instead of saving the email address
15927 in your address book, Alpine saves enough information to look up the same
15928 directory entry again. In particular, it saves the server name and the
15929 distinguished name of the entry. It's possible that the server administrators
15930 might change the format of distinguished names on the server, or that the
15931 entry might be removed from the server. If Alpine notices this, you will be warned
15932 and a backup copy of the email address will be used. You may want to create
15933 a new entry in this case, since you will get the annoying warning every
15934 time you use the old entry. You may do that by Saving the entry to a new
15935 nickname in the same address book. You will be asked whether or not you
15936 want to use the backup email address.
15938 A related feature in the Setup/Config screen is
15939 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15941 &lt;End of help on this topic&gt;
15942 </BODY>
15943 </HTML>
15944 ======= h_config_ldap_opts_nosub =======
15945 <HTML>
15946 <HEAD>
15947 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
15948 </HEAD>
15949 <BODY>
15950 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
15952 Spaces in your input are normally handled specially.
15953 Each space character is replaced
15956 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
15958 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
15959 The reason this is done is so the input string
15961 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
15963 (which is converted to &quot;Greg* Donald&quot;) will match
15964 the names &quot;Greg Donald&quot;,
15965 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
15966 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
15967 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
15968 then it would also match the name &quot;Greg Donaldson&quot;.
15970 Turning on this feature will disable this substitution.
15972 &lt;End of help on this topic&gt;
15973 </BODY>
15974 </HTML>
15975 ====== h_config_ldap_searchtypes =======
15976 <HTML>
15977 <HEAD>
15978 <TITLE>LDAP OPTION: Search-Type</TITLE>
15979 </HEAD>
15980 <BODY>
15981 <H1>LDAP OPTION: Search-Type</H1>
15983 This affects the way that LDAP searches are done.
15984 In particular, this tells the server where to look for the string to be matched.
15985 If set to &quot;name&quot; then the string that is being searched for will
15986 be compared with the string in the
15987 &quot;Name&quot; field on the server
15988 (technically, it is the &quot;commonname&quot; field on the server).
15989 &quot;Surname&quot; means we're looking for a
15990 match in the &quot;Surname&quot; field on the
15991 server (actually the &quot;sn&quot; field).
15992 &quot;Givenname&quot; really is &quot;givenname&quot;
15993 and &quot;email&quot; is the electronic mail address (this is actually the field
15994 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
15995 The other three types are combinations of
15996 the types listed so far. &quot;Name-or-email&quot;
15997 means the string should appear
15998 in either the &quot;name&quot; field OR the &quot;email&quot; field.
15999 Likewise, &quot;surname-or-givenname&quot;
16000 means &quot;surname&quot; OR &quot;givenname&quot;
16001 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
16003 This search TYPE is combined with the
16004 search <A HREF="h_config_ldap_searchrules">RULE</A>
16005 to form the actual search query.
16007 The usual default value for this
16008 option is &quot;sur-or-given-or-name-or-email&quot;.
16009 This type of search may be slow on some servers.
16010 Try &quot;name-or-email&quot;, which is often
16011 faster, or just &quot;name&quot; if the performance seems to be a problem.
16013 Some servers have been configured with different attribute names for
16014 these four fields.
16015 In other words, instead of using the attribute name &quot;mail&quot;
16016 for the email address field, the server might be configured to use something
16017 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
16018 Alpine can be configured to use these different attribute names by using
16019 the four configuration options:
16020 <P><UL>
16021 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16022 </UL>
16023 <P><UL>
16024 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16025 </UL>
16026 <P><UL>
16027 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16028 </UL>
16029 <P><UL>
16030 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16031 </UL>
16033 &lt;End of help on this topic&gt;
16034 </BODY>
16035 </HTML>
16036 ====== h_config_ldap_searchrules =======
16037 <HTML>
16038 <HEAD>
16039 <TITLE>LDAP OPTION: Search-Rule</TITLE>
16040 </HEAD>
16041 <BODY>
16042 <H1>LDAP OPTION: Search-Rule</H1>
16044 This affects the way that LDAP searches are done.
16045 If set to &quot;equals&quot; then
16046 only exact matches count.
16047 &quot;Contains&quot; means that the string you type in
16048 is a substring of what you are matching against.
16049 &quot;Begins-with&quot; and &quot;ends-with&quot;
16050 mean that the string starts or ends with the string you type in.
16052 Spaces in your input are normally handled specially, but you can turn that
16053 special handling off with the
16054 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16055 feature.
16057 The usual default value for this option is &quot;begins-with&quot;.
16059 &lt;End of help on this topic&gt;
16060 </BODY>
16061 </HTML>
16062 ======= h_config_ldap_email_attr =======
16063 <HTML>
16064 <HEAD>
16065 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
16066 </HEAD>
16067 <BODY>
16068 <H1>LDAP OPTION: EmailAttribute</H1>
16070 This is the name of the attribute that is searched for when looking for
16071 an email address. The default value for this option is &quot;mail&quot; or
16072 &quot;electronicmail&quot;.
16073 If the server you are using uses a different attribute name for the email
16074 address, put that attribute name here.
16076 This will affect the search filter used if your Search-Type is one that
16077 contains a search for &quot;email&quot;.
16078 It will also cause the attribute value matching this attribute name to be used
16079 as the email address when you look up an entry from the composer.
16081 &lt;End of help on this topic&gt;
16082 </BODY>
16083 </HTML>
16084 ======= h_config_ldap_sn_attr =======
16085 <HTML>
16086 <HEAD>
16087 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
16088 </HEAD>
16089 <BODY>
16090 <H1>LDAP OPTION: SurnameAttribute</H1>
16092 This is the name of the attribute that is searched for when looking for
16093 the surname of the entry. The default value for this option is &quot;sn&quot;.
16094 If the server you are using uses a different attribute name for the surname,
16095 put that attribute name here.
16096 This will affect the search filter used if your Search-Type is one that
16097 contains a search for &quot;surname&quot;.
16099 &lt;End of help on this topic&gt;
16100 </BODY>
16101 </HTML>
16102 ======= h_config_ldap_gn_attr =======
16103 <HTML>
16104 <HEAD>
16105 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
16106 </HEAD>
16107 <BODY>
16108 <H1>LDAP OPTION: GivennameAttribute</H1>
16110 This is the name of the attribute that is searched for when looking for
16111 the given name of the entry. The default value for this option is &quot;givenname&quot;.
16112 If the server you are using uses a different attribute name for the given name,
16113 put that attribute name here.
16114 This will affect the search filter used if your Search-Type is one that
16115 contains a search for &quot;givenname&quot;.
16117 &lt;End of help on this topic&gt;
16118 </BODY>
16119 </HTML>
16120 ======= h_config_ldap_cn_attr =======
16121 <HTML>
16122 <HEAD>
16123 <TITLE>LDAP OPTION: NameAttribute</TITLE>
16124 </HEAD>
16125 <BODY>
16126 <H1>LDAP OPTION: NameAttribute</H1>
16128 This is the name of the attribute that is searched for when looking for
16129 the name of the entry. The default value for this option is &quot;cn&quot;, which
16130 stands for common name.
16131 If the server you are using uses a different attribute name for the name,
16132 put that attribute name here.
16133 This will affect the search filter used if your Search-Type is one that
16134 contains a search for &quot;name&quot;.
16136 &lt;End of help on this topic&gt;
16137 </BODY>
16138 </HTML>
16139 ======= h_config_ldap_time =======
16140 <HTML>
16141 <HEAD>
16142 <TITLE>LDAP OPTION: Timelimit</TITLE>
16143 </HEAD>
16144 <BODY>
16145 <H1>LDAP OPTION: Timelimit</H1>
16147 This places a limit on the number of seconds the LDAP search will continue.
16148 The default is 30 seconds. A value of 0 means no limit. Note that some servers
16149 may place limits of their own on searches.
16151 &lt;End of help on this topic&gt;
16152 </BODY>
16153 </HTML>
16154 ======= h_config_ldap_size =======
16155 <HTML>
16156 <HEAD>
16157 <TITLE>LDAP OPTION: Sizelimit</TITLE>
16158 </HEAD>
16159 <BODY>
16160 <H1>LDAP OPTION: Sizelimit</H1>
16162 This places a limit on the number of entries returned by the LDAP server.
16163 A value of 0 means no limit. The default is 0. Note that some servers
16164 may place limits of their own on searches.
16166 &lt;End of help on this topic&gt;
16167 </BODY>
16168 </HTML>
16169 ======= h_config_ldap_cust =======
16170 <HTML>
16171 <HEAD>
16172 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
16173 </HEAD>
16174 <BODY>
16175 <H1>LDAP OPTION: Custom-Search-Filter</H1>
16177 This one is for advanced users only! If you define this, then the
16178 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
16179 However, the feature
16180 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16181 is still in effect.
16182 That is, the space substitution will take place even in a custom filter unless
16183 you disable it.
16185 If your LDAP service stops working and you suspect it might be because
16186 of your custom filter, just delete this filter and try using the
16187 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
16188 Another option that sometimes causes trouble is the
16189 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
16191 This variable may be set to the string representation of an LDAP search
16192 filter (see RFC1960). In the places where you want the address string to be
16193 substituted in, put a '%s' in this filter string. Here are some examples:
16195 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
16196 is equivalent to the &quot;Custom-Search-Filter&quot;
16197 <PRE>
16198      (cn=%s*)
16199 </PRE>
16200 When you try to match against the string &quot;string&quot; the program replaces
16201 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
16202 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
16204 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
16205 of &quot;contains&quot; is equivalent to
16206 <PRE>
16207      (|(cn=*%s*)(mail=*%s*))
16208 </PRE>
16210 If your server uses a different attribute <EM>name</EM> than
16211 Alpine uses by default,
16212 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
16213 then you may be able to use one or more of the four attribute configuration
16214 options instead of defining a custom filter:
16215 <P><UL>
16216 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16217 </UL>
16218 <P><UL>
16219 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16220 </UL>
16221 <P><UL>
16222 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16223 </UL>
16224 <P><UL>
16225 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16226 </UL>
16228 &lt;End of help on this topic&gt;
16229 </BODY>
16230 </HTML>
16231 ======= h_composer_abook_comment =======
16232 <HTML>
16233 <HEAD>
16234 <TITLE>Addressbook Comment Explained</TITLE>
16235 </HEAD>
16236 <BODY>
16237 This is a comment to help you remember what this entry is. The WhereIs
16238 command searches comments so that it is easier to find an entry with a comment
16239 you know about attached to it. This field is not used in the outgoing message.
16241 Look <A HREF="h_edit_nav_cmds">here</A>
16242 to see the available Editing and Navigation commands.
16244 &lt;End of help on this topic&gt;
16245 </BODY>
16246 </HTML>
16247 ======= h_composer_abook_addrs =======
16248 <HTML>
16249 <HEAD>
16250 <TITLE>Addressbook Lists</TITLE>
16251 </HEAD>
16252 <BODY>
16253 <H1>Addressbook Lists</H1>
16255 This is a list of addresses to send to when sending to this address book
16256 entry.  Each member of the list may be an address or another nickname from
16257 any of your address books.  If it is an address, it is OK to include the
16258 full name field as well as the electronic address portion of that address.
16259 For example, the following are all legitimate entries in this field:
16261 <DL><DT>&nbsp;</DT>
16262 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
16263 <DD>jdoe@some.domain
16264 <DD>John Doe &lt;jdoe@some.domain&gt;
16265 </DL>
16267 The addresses should be listed separated by commas, just like you would
16268 enter them from the composer.
16272 The only difference between a distribution list and a simple entry with a
16273 single address, is that a distribution list has more than one address   
16274 listed in the Addresses: field, whereas a simple personal entry has just  
16275 one address.
16279 For individual address book entries, if there is a full name in the
16280 Fullname: field (filling in the Fullname: field is not required), it is
16281 used.  If the full name is specified in the Address: field and not in the
16282 Fullname: field, then the full name from the Address: field is used.
16286 If you type the nickname of a distribution list from one of your address 
16287 books in the Lcc: field, then the full name of that list is used in the  
16288 To: field.  If you put a list in the To: or Cc: fields, that list will be
16289 expanded into all of its addresses.  If the list has a full name, then
16290 that will appear at the beginning of the addresses.
16292 <DL><DT>&nbsp;</DT>
16293 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
16294 &lt;sal@here.there&gt;
16295 </DL>
16297 If the first address in the distribution list also has a full name, then
16298 the list full name and that full name are combined into something like the
16299 following:
16301 <DL><DT>&nbsp;</DT>
16302 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
16303 </DL>
16306 If you specify a list via Lcc, the full name is used in the To: line.  If
16307 you specify a list in the To: or Cc: fields, then it uses the same method
16308 as for individual entries for filling in the full name.
16312 For help with editing and navigation commands, check the Help for the
16313 Nickname: field.
16316 &lt;End of help on this topic&gt;
16317 </BODY>
16318 </HTML>
16319 ======= h_config_xoauth2_client_id =======
16320 <HTML>
16321 <HEAD>
16322 <TITLE>Client-Id Explained</TITLE>
16323 </HEAD>
16324 <BODY>
16325 <H1>Client-Id Explained</H1>
16327 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16328 someone has shared a client-id and client-secret with you, use this field to input the
16329 client-id.
16331 The Client-Id field is a string that your provider generates for the program
16332 being registered. However, some providers allow different users to register
16333 the same program. Users of the Mutt email program already do this to use
16334 XOAUTH2 authentication in Gmail.
16337 &lt;End of help on this topic&gt;
16338 </BODY>
16339 </HTML>
16340 ======= h_config_xoauth2_client_secret =======
16341 <HTML>
16342 <HEAD>
16343 <TITLE>Client-Secret Explained</TITLE>
16344 </HEAD>
16345 <BODY>
16346 <H1>Client-Secret Explained</H1>
16348 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16349 someone has shared a client-id and client-secret with you, use this field to input the
16350 client-secret. Some servers require both a client-id and a client-secret, some other servers do
16351 not require a client-secret. If a client-secret is required, use this field to add one.
16353 <P> The client-secret field is supposed to be kept secret, that is, not
16354 shared with any of the users, but due to the open source nature of Alpine,
16355 it is not possible to keep it secret in any meaningful way. The intention
16356 of this field is so that only the coders of an app can use the codes given
16357 to them and authenticate their users to the services they are requesting.
16358 This means that other coders would not be able to impresonate that app,
16359 and use it to steal data from those users. In the case of Alpine this is
16360 not possible, as Alpine does not steal data from its users, so users are safe
16361 sharing client-secrets. Just make sure you obtain your copy of Alpine from
16362 a reputable provider or compile the source code by yourself. The official
16363 source code of this project is located at
16365 <P><CENTER><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A>.</CENTER>
16368 &lt;End of help on this topic&gt;
16369 </BODY>
16370 </HTML>
16371 ======= h_config_xoauth2_tenant =======
16372 <HTML>
16373 <HEAD>
16374 <TITLE>Tenant Explained</TITLE>
16375 </HEAD>
16376 <BODY>
16377 <H1>Tenant Explained</H1>
16379 The tenant is a way in which a service can either restrict an app to access
16380 only certain portions of its service. For example, a service may allow
16381 an app to have access to your work data, or school data, and not every app
16382 is allowed to access this data, or the access is not allowed for all accounts,
16383 but only those restructed in the tenant.
16385 <P> When Alpine registers with an email service provider, it does so with the
16386 intention that you can use Alpine for any of your needs (work, school or
16387 personal), and the client-id and tenant that it uses would allow you access to
16388 only your work email, say, and not your personal email, because the app is
16389 trusted only at work, and so the client-id and tenant are good for that
16390 organization only.
16392 &lt;End of help on this topic&gt;
16393 </BODY>
16394 </HTML>
16395 ======= h_config_xoauth2_flow =======
16396 <HTML>
16397 <HEAD>
16398 <TITLE>Flow Explained</TITLE>
16399 </HEAD>
16400 <BODY>
16401 <H1>Flow Explained</H1>
16403 The first time you connect to a service to authorize Alpine access to your
16404 email, you will have to do a certain number of steps, which typically involve
16405 to login to your account using a browser, and agreeing to give Alpine certain
16406 rights to access your account.
16409 How this process is going to be done depends on the service. Some services
16410 allow you to give access to Alpine and later generate a code that you
16411 input into Alpine, while others give you a code you have to use before you
16412 approve access to Alpine to access your email.
16414 <P> An example of a service that gives you a code after you authorize
16415 Alpine is Gmail, and this process is called internally as &quot;Authorize&quot;.
16416 An example of a service that gives you a code before you authorize Alpine
16417 is Outlook, and this process is called &quot;Device&quot;. However, some services,
16418 like Outlook, offer both services, and you can choose which flow you would like
16419 to use. You
16420 can choose between the &quot;Authorize&qupt; and &quot;Device&quot; in these servers.
16421 If you forget to configure
16422 this, Alpine will ask you in these situations which method to use before it starts
16423 to setup the process to get your authrization.
16426 &lt;End of help on this topic&gt;
16427 </BODY>
16428 </HTML>
16429 ======= h_config_xoauth2_username =======
16430 <HTML>
16431 <HEAD>
16432 <TITLE>Username Explained</TITLE>
16433 </HEAD>
16434 <BODY>
16435 <H1>Username Explained</H1>
16437 This variable is a list of usernames for which the configuration for the
16438 given service is valid. You may have more than one username for which this
16439 configuration is correct.
16442 Alpine will use the usernames in this list to associate your username with
16443 the correct configuration in Alpine. If Alpine cannot determine which configuration
16444 to use, Alpine will offer you a list of client-ids that you have configured
16445 for that service and ask you to pick one. Your answer will be saved  in your
16446 .pinerc file.
16449 &lt;End of help on this topic&gt;
16450 </BODY>
16451 </HTML>
16452 ======= h_config_role_nick =======
16453 <HTML>
16454 <HEAD>
16455 <TITLE>Nickname Explained</TITLE>
16456 </HEAD>
16457 <BODY>
16458 <H1>Nickname Explained</H1>
16460 This is a nickname to help you.
16461 You should have a different nickname for each role you define.
16462 The nickname will be used in the SETUP ROLE RULES screen to allow you to
16463 pick a role to edit.
16464 It will also be used when you send a message to let you know you are
16465 sending with a different role than you use by default, and
16466 it will be useful for choosing a role when composing with the Role command
16467 or when composing with one of the Role Uses set to With Confirmation.
16468 This field is not used in the outgoing message.
16470 Look <A HREF="h_edit_nav_cmds">here</A>
16471 to see the available Editing and Navigation commands.
16473 &lt;End of help on this topic&gt;
16474 </BODY>
16475 </HTML>
16476 ======= h_config_role_comment =======
16477 <HTML>
16478 <HEAD>
16479 <TITLE>Comment Explained</TITLE>
16480 </HEAD>
16481 <BODY>
16482 <H1>Comment Explained</H1>
16484 This is a comment to help you.
16485 This comment does not play any functional role, it is simply an optional
16486 comment to help you remember what the rule is for.
16488 Look <A HREF="h_edit_nav_cmds">here</A>
16489 to see the available Editing and Navigation commands.
16491 &lt;End of help on this topic&gt;
16492 </BODY>
16493 </HTML>
16494 ======= h_config_other_nick =======
16495 <HTML>
16496 <HEAD>
16497 <TITLE>Nickname Explained</TITLE>
16498 </HEAD>
16499 <BODY>
16500 <H1>Nickname Explained</H1>
16502 This is a nickname to help you.
16503 You should have a different nickname for each rule you define.
16504 The nickname will be used in the SETUP OTHER RULES screen to allow you to
16505 pick a rule to edit.
16507 Look <A HREF="h_edit_nav_cmds">here</A>
16508 to see the available Editing and Navigation commands.
16510 &lt;End of help on this topic&gt;
16511 </BODY>
16512 </HTML>
16513 ======= h_config_score_nick =======
16514 <HTML>
16515 <HEAD>
16516 <TITLE>Nickname Explained</TITLE>
16517 </HEAD>
16518 <BODY>
16519 <H1>Nickname Explained</H1>
16521 This is a nickname to help you.
16522 You should have a different nickname for each scoring rule you define.
16523 The nickname will be used in the SETUP SCORING RULES screen to allow you to
16524 pick a rule to edit.
16526 Look <A HREF="h_edit_nav_cmds">here</A>
16527 to see the available Editing and Navigation commands.
16529 &lt;End of help on this topic&gt;
16530 </BODY>
16531 </HTML>
16532 ======= h_config_incol_nick =======
16533 <HTML>
16534 <HEAD>
16535 <TITLE>Nickname Explained</TITLE>
16536 </HEAD>
16537 <BODY>
16538 <H1>Nickname Explained</H1>
16540 This is a nickname to help you.
16541 You should have a different nickname for each color rule you define.
16542 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
16543 pick a rule to edit.
16545 Look <A HREF="h_edit_nav_cmds">here</A>
16546 to see the available Editing and Navigation commands.
16548 &lt;End of help on this topic&gt;
16549 </BODY>
16550 </HTML>
16551 ======= h_config_filt_nick =======
16552 <HTML>
16553 <HEAD>
16554 <TITLE>Nickname Explained</TITLE>
16555 </HEAD>
16556 <BODY>
16557 <H1>Nickname Explained</H1>
16559 This is a nickname to help you.
16560 You should have a different nickname for each filtering rule you define.
16561 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
16562 pick a rule to edit.
16564 Look <A HREF="h_edit_nav_cmds">here</A>
16565 to see the available Editing and Navigation commands.
16567 &lt;End of help on this topic&gt;
16568 </BODY>
16569 </HTML>
16570 ======= h_config_score_topat =======
16571 <HTML>
16572 <HEAD>
16573 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16574 </HEAD>
16575 <BODY>
16576 <H1>&quot;To:&quot; Pattern Explained</H1>
16578 Any text you enter as the &quot;To pattern&quot;
16579 will be compared to the recipients from the To: line of
16580 the message being scored.
16581 When the text you entered matches
16582 all or part of the To: line of a message, then the Score Value
16583 you have specified will be added to the score for the message.
16584 (Any other non-blank parts of the Pattern must match, too.)
16587 You may enter a complete email address, part of an address, or a
16588 list of addresses or partial addresses.
16589 For example:
16592 <PRE>
16593  To pattern = friend@public.com
16595  To pattern = rated.net
16597  To pattern = xxx@adults.com
16598               admin@msn.com
16599               fool@motleyfool.com
16600 </PRE>
16603 Each of those are valid To patterns.
16606 Messages match those patterns if any of the
16607 addresses in the To: line of the message contains the pattern.
16608 If the pattern is a list of patterns
16609 (like the last example above) then it is a match if any of the patterns in
16610 the list match any of the addresses in the To: line.
16611 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16612 present for a match.
16613 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16614 address2 must be present.
16615 That is exactly what using a list does.)
16618 Some messages may be &quot;bounced&quot; to you, and will
16619 have a &quot;Resent-To:&quot; header line.
16620 If the message contains a Resent-To: line
16621 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16622 Alpine will look for
16623 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16624 the original To: line.
16627 When entering a pattern, you may choose an address from your address book
16628 with the &quot;T&quot; command.
16631 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16632 &quot;!&quot; &quot;toggle NOT&quot; command.
16633 This changes the meaning of the To pattern so that it has the opposite meaning.
16634 It will be considered a match if there are no matches between the
16635 addresses in the To: line and the list of To patterns.
16637 Don't make the mistake of putting the &quot;!&quot; in the data field for
16638 the pattern.
16639 For example, if you type the characters &quot;!frizzle&quot; into the To
16640 pattern, the pattern will look like:
16642 <PRE>
16643  To pattern = !frizzle
16644 </PRE>
16646 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16647 In order to match messages that do not have &quot;frizzle&quot; in
16648 their To field, first type the characters &quot;frizzle&quot; followed
16649 by carriage return for the value of the To pattern, then negate it
16650 by typing the &quot;!&quot; command.
16651 It should end up looking like
16653 <PRE>
16654  ! To pattern = frizzle
16655 </PRE>
16657 You are not limited to using the six standard header patterns that are
16658 normally shown (To, From, Sender, Cc, News, and Subject).
16659 You may add any other header to a Pattern by
16660 using the &quot;eXtraHdr&quot; command to specify a different
16661 message header line; and then the Add or Change command to fill in
16662 a pattern for the new header line, just like you would for a standard header.
16664 A technicality: Since comma is the character used to separate multiple
16665 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16666 you want to include a literal comma in the field.
16667 In other words, if you type a backslash followed by a comma it will
16668 be interpreted as a comma by Alpine, instead of as a separator between
16669 pattern values.
16670 All other backslashes are literal backslashes and should not be escaped.
16672 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16673 for more information on Patterns.
16675 Look <A HREF="h_edit_nav_cmds">here</A>
16676 to see the available Editing and Navigation commands.
16678 &lt;End of help on this topic&gt;
16679 </BODY>
16680 </HTML>
16681 ======= h_config_incol_topat =======
16682 <HTML>
16683 <HEAD>
16684 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16685 </HEAD>
16686 <BODY>
16687 <H1>&quot;To:&quot; Pattern Explained</H1>
16689 Any text you enter as the &quot;To pattern&quot;
16690 will be compared to the recipients from the To: lines of
16691 the messages in the index.
16692 When the text you entered matches
16693 all or part of the To: line of a message, then the Index Line Color you have
16694 specified will be used for that line in the index.
16695 (Any other non-blank parts of the Pattern must match, too.)
16698 You may enter a complete email address, part of an address, or a
16699 list of addresses or partial addresses.
16700 For example:
16703 <PRE>
16704  To pattern = friend@public.com
16705  To pattern = rated.net
16706  To pattern = xxx@adults.com
16707               admin@msn.com
16708               fool@motleyfool.com
16709 </PRE>
16712 Each of those are valid To patterns.
16715 Messages match those patterns if any of the
16716 addresses in the To: line of the message contains the pattern.
16717 If the pattern is a list of patterns
16718 (like the last example above) then it is a match if any of the patterns in
16719 the list match any of the addresses in the To: line.
16720 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16721 present for a match.
16722 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16723 address2 must be present.
16724 That is exactly what using a list does.)
16727 Some messages may be &quot;bounced&quot; to you, and will
16728 have a &quot;Resent-To:&quot; header line.
16729 If the message contains a Resent-To: line
16730 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16731 Alpine will look for
16732 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16733 the original To: line.
16736 When entering a pattern, you may choose an address from your address book
16737 with the &quot;T&quot; command.
16740 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16741 &quot;!&quot; &quot;toggle NOT&quot; command.
16742 This changes the meaning of the To pattern so that it has the opposite meaning.
16743 It will be considered a match if there are no matches between the
16744 addresses in the To: line and the list of To patterns.
16746 Don't make the mistake of putting the &quot;!&quot; in the data field for
16747 the pattern.
16748 For example, if you type the characters &quot;!frizzle&quot; into the To
16749 pattern, the pattern will look like:
16751 <PRE>
16752  To pattern = !frizzle
16753 </PRE>
16755 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16756 In order to match messages that do not have &quot;frizzle&quot; in
16757 their To field, first type the characters &quot;frizzle&quot; followed
16758 by carriage return for the value of the To pattern, then negate it
16759 by typing the &quot;!&quot; command.
16760 It should end up looking like
16762 <PRE>
16763  ! To pattern = frizzle
16764 </PRE>
16767 You are not limited to using the six standard header patterns that are
16768 normally shown (To, From, Sender, Cc, News, and Subject).
16769 You may add any other header to a Pattern by
16770 using the &quot;eXtraHdr&quot; command to specify a different
16771 message header line; and then the Add or Change command to fill in
16772 a pattern for the new header line, just like you would for a standard header.
16774 A technicality: Since comma is the character used to separate multiple
16775 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16776 you want to include a literal comma in the field.
16777 In other words, if you type a backslash followed by a comma it will
16778 be interpreted as a comma by Alpine, instead of as a separator between
16779 pattern values.
16780 All other backslashes are literal backslashes and should not be escaped.
16782 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16783 for more information on Patterns.
16785 Look <A HREF="h_edit_nav_cmds">here</A>
16786 to see the available Editing and Navigation commands.
16788 &lt;End of help on this topic&gt;
16789 </BODY>
16790 </HTML>
16791 ======= h_config_other_topat =======
16792 <HTML>
16793 <HEAD>
16794 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16795 </HEAD>
16796 <BODY>
16797 <H1>&quot;To:&quot; Pattern Explained</H1>
16799 For some of the OTHER RULES actions, there is no message that is being
16800 compared against.
16801 If that is the case, then only the Current Folder Type is checked.
16802 In particular, this To pattern is ignored.
16803 Actions that fall into this category include both
16804 Sort Order and Index Format.
16806 A technicality: Since comma is the character used to separate multiple
16807 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16808 you want to include a literal comma in the field.
16809 In other words, if you type a backslash followed by a comma it will
16810 be interpreted as a comma by Alpine, instead of as a separator between
16811 pattern values.
16812 All other backslashes are literal backslashes and should not be escaped.
16814 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16815 for more information on Patterns.
16817 Look <A HREF="h_edit_nav_cmds">here</A>
16818 to see the available Editing and Navigation commands.
16820 &lt;End of help on this topic&gt;
16821 </BODY>
16822 </HTML>
16823 ======= h_config_filt_topat =======
16824 <HTML>
16825 <HEAD>
16826 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16827 </HEAD>
16828 <BODY>
16829 <H1>&quot;To:&quot; Pattern Explained</H1>
16831 Any text you enter as the &quot;To pattern&quot;
16832 will be compared to the recipients from the To: line of
16833 messages when Alpine opens folders.
16834 When the text you entered matches
16835 all or part of the To: line of a message, then the Filter Action you have
16836 specified will be carried out.
16837 (Any other non-blank parts of the Pattern must match, too.)
16840 You may enter a complete email address, part of an address, or a
16841 list of addresses or partial addresses.
16842 For example:
16845 <PRE>
16846  To pattern = friend@public.com
16847  To pattern = rated.net
16848  To pattern = xxx@adults.com
16849               admin@msn.com
16850               fool@motleyfool.com
16851 </PRE>
16854 Each of those are valid To patterns.
16857 Messages match those patterns if any of the
16858 addresses in the To: line of the message contains the pattern.
16859 If the pattern is a list of patterns
16860 (like the last example above) then it is a match if any of the patterns in
16861 the list match any of the addresses in the To: line.
16862 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16863 present for a match.
16864 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16865 address2 must be present.
16866 That is exactly what using a list does.)
16869 Some messages may be &quot;bounced&quot; to you, and will
16870 have a &quot;Resent-To:&quot; header line.
16871 If the message contains a Resent-To: line
16872 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16873 Alpine will look for
16874 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16875 the original To: line.
16878 When entering a pattern, you may choose an address from your address book
16879 with the &quot;T&quot; command.
16882 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16883 &quot;!&quot; &quot;toggle NOT&quot; command.
16884 This changes the meaning of the To pattern so that it has the opposite meaning.
16885 It will be considered a match if there are no matches between the
16886 addresses in the To: line and the list of To patterns.
16888 Don't make the mistake of putting the &quot;!&quot; in the data field for
16889 the pattern.
16890 For example, if you type the characters &quot;!frizzle&quot; into the To
16891 pattern, the pattern will look like:
16893 <PRE>
16894  To pattern = !frizzle
16895 </PRE>
16897 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16898 In order to match messages that do not have &quot;frizzle&quot; in
16899 their To field, first type the characters &quot;frizzle&quot; followed
16900 by carriage return for the value of the To pattern, then negate it
16901 by typing the &quot;!&quot; command.
16902 It should end up looking like
16904 <PRE>
16905  ! To pattern = frizzle
16906 </PRE>
16909 You are not limited to using the six standard header patterns that are
16910 normally shown (To, From, Sender, Cc, News, and Subject).
16911 You may add any other header to a Pattern by
16912 using the &quot;eXtraHdr&quot; command to specify a different
16913 message header line; and then the Add or Change command to fill in
16914 a pattern for the new header line, just like you would for a standard header.
16916 A technicality: Since comma is the character used to separate multiple
16917 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16918 you want to include a literal comma in the field.
16919 In other words, if you type a backslash followed by a comma it will
16920 be interpreted as a comma by Alpine, instead of as a separator between
16921 pattern values.
16922 All other backslashes are literal backslashes and should not be escaped.
16924 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16925 for more information on Patterns.
16927 Look <A HREF="h_edit_nav_cmds">here</A>
16928 to see the available Editing and Navigation commands.
16930 &lt;End of help on this topic&gt;
16931 </BODY>
16932 </HTML>
16933 ======= h_config_role_topat =======
16934 <HTML>
16935 <HEAD>
16936 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16937 </HEAD>
16938 <BODY>
16939 <H1>&quot;To:&quot; Pattern Explained</H1>
16941 Any text you enter as the &quot;To pattern&quot;
16942 will be compared to the recipients from the To: line of
16943 the message being replied to or forwarded.
16944 (Any other non-blank parts of the Pattern must match, too.)
16945 In the case of the Compose command, this pattern and the other header
16946 patterns are ignored.
16949 You may enter a complete email address, part of an address, or a
16950 list of addresses or partial addresses.
16951 For example:
16954 <PRE>
16955  To pattern = friend@public.com
16956  To pattern = rated.net
16957  To pattern = xxx@adults.com
16958               admin@msn.com
16959               fool@motleyfool.com
16960 </PRE>
16963 Each of those are valid To patterns.
16966 Messages match those patterns if any of the
16967 addresses in the To: line of the message contains the pattern.
16968 If the pattern is a list of patterns
16969 (like the last example above) then it is a match if any of the patterns in
16970 the list match any of the addresses in the To: line.
16971 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16972 present for a match.
16973 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16974 address2 must be present.
16975 That is exactly what using a list does.)
16978 Some messages may be &quot;bounced&quot; to you, and will
16979 have a &quot;Resent-To:&quot; header line.
16980 If the message contains a Resent-To: line
16981 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16982 Alpine will look for
16983 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16984 the original To: line.
16987 When entering a pattern, you may choose an address from your address book
16988 with the &quot;T&quot; command.
16991 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16992 &quot;!&quot; &quot;toggle NOT&quot; command.
16993 This changes the meaning of the To pattern so that it has the opposite meaning.
16994 It will be considered a match if there are no matches between the
16995 addresses in the To: line and the list of To patterns.
16997 Don't make the mistake of putting the &quot;!&quot; in the data field for
16998 the pattern.
16999 For example, if you type the characters &quot;!frizzle&quot; into the To
17000 pattern, the pattern will look like:
17002 <PRE>
17003  To pattern = !frizzle
17004 </PRE>
17006 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17007 In order to match messages that do not have &quot;frizzle&quot; in
17008 their To field, first type the characters &quot;frizzle&quot; followed
17009 by carriage return for the value of the To pattern, then negate it
17010 by typing the &quot;!&quot; command.
17011 It should end up looking like
17013 <PRE>
17014  ! To pattern = frizzle
17015 </PRE>
17018 You are not limited to using the six standard header patterns that are
17019 normally shown (To, From, Sender, Cc, News, and Subject).
17020 You may add any other header to a Pattern by
17021 using the &quot;eXtraHdr&quot; command to specify a different
17022 message header line; and then the Add or Change command to fill in
17023 a pattern for the new header line, just like you would for a standard header.
17025 A technicality: Since comma is the character used to separate multiple
17026 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17027 you want to include a literal comma in the field.
17028 In other words, if you type a backslash followed by a comma it will
17029 be interpreted as a comma by Alpine, instead of as a separator between
17030 pattern values.
17031 All other backslashes are literal backslashes and should not be escaped.
17033 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17034 for more information on Patterns.
17036 Look <A HREF="h_edit_nav_cmds">here</A>
17037 to see the available Editing and Navigation commands.
17039 &lt;End of help on this topic&gt;
17040 </BODY>
17041 </HTML>
17042 ======= h_config_role_frompat =======
17043 <HTML>
17044 <HEAD>
17045 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
17046 </HEAD>
17047 <BODY>
17048 <H1>&quot;From:&quot; Pattern Explained</H1>
17050 This is just like the &quot;To pattern&quot; except that it is compared with
17051 the address in the From: line of the message
17052 instead of the addresses from the To: line.
17053 See the help for the To pattern for more information on header patterns.
17055 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17056 for more information on Patterns.
17058 Look <A HREF="h_edit_nav_cmds">here</A>
17059 to see the available Editing and Navigation commands.
17061 &lt;End of help on this topic&gt;
17062 </BODY>
17063 </HTML>
17064 ======= h_config_role_senderpat =======
17065 <HTML>
17066 <HEAD>
17067 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
17068 </HEAD>
17069 <BODY>
17070 <H1>&quot;Sender:&quot; Pattern Explained</H1>
17072 This is just like the &quot;To pattern&quot; except that it is compared with
17073 the address from the Sender: line of the message
17074 instead of the addresses from the To: line.
17075 See the help for the To pattern for more information on header patterns.
17077 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17078 for more information on Patterns.
17080 Look <A HREF="h_edit_nav_cmds">here</A>
17081 to see the available Editing and Navigation commands.
17083 &lt;End of help on this topic&gt;
17084 </BODY>
17085 </HTML>
17086 ======= h_config_role_ccpat =======
17087 <HTML>
17088 <HEAD>
17089 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
17090 </HEAD>
17091 <BODY>
17092 <H1>&quot;Cc:&quot; Pattern Explained</H1>
17094 This is just like the &quot;To pattern&quot; except that it is compared with
17095 the addresses from the Cc: line of the message
17096 instead of the addresses from the To: line.
17097 See the help for the To pattern for more information on header patterns.
17099 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17100 for more information on Patterns.
17102 Look <A HREF="h_edit_nav_cmds">here</A>
17103 to see the available Editing and Navigation commands.
17105 &lt;End of help on this topic&gt;
17106 </BODY>
17107 </HTML>
17108 ======= h_config_role_recippat =======
17109 <HTML>
17110 <HEAD>
17111 <TITLE>Recipient Pattern Explained</TITLE>
17112 </HEAD>
17113 <BODY>
17114 <H1>Recipient Pattern Explained</H1>
17116 This is just like the &quot;To pattern&quot; except that it is compared with
17117 the addresses from both the To: line and the Cc: line of the
17118 message instead of just the addresses from the To: line.
17119 In other words, it is considered a match if the pattern matches
17120 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
17121 in the Cc: line.
17122 (Notice that defining the Recipient pattern does not have the same
17123 effect as defining both the To and Cc patterns.
17124 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
17125 It is equivalent to having two different rules;
17126 one with a To pattern and the other with the same Cc pattern.)
17128 A technicality: Since comma is the character used to separate multiple
17129 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17130 you want to include a literal comma in the field.
17131 In other words, if you type a backslash followed by a comma it will
17132 be interpreted as a comma by Alpine, instead of as a separator between
17133 pattern values.
17134 All other backslashes are literal backslashes and should not be escaped.
17136 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17137 for more information on Patterns.
17139 Look <A HREF="h_edit_nav_cmds">here</A>
17140 to see the available Editing and Navigation commands.
17142 &lt;End of help on this topic&gt;
17143 </BODY>
17144 </HTML>
17145 ======= h_config_role_particpat =======
17146 <HTML>
17147 <HEAD>
17148 <TITLE>Participant Pattern Explained</TITLE>
17149 </HEAD>
17150 <BODY>
17151 <H1>Participant Pattern Explained</H1>
17153 This is just like the &quot;To pattern&quot; except that it is compared with
17154 the addresses from the From: line, the To: line, and the Cc: line of the
17155 message instead of just the addresses from the To: line.
17156 In other words, it is considered a match if the pattern matches
17157 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
17158 in the To: line, <EM>OR</EM> an address in the Cc: line.
17159 (Notice that defining the Participant pattern does not have the same
17160 effect as defining all of the From, To, and Cc patterns.
17161 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
17162 From <EM>AND</EM> To <EM>AND</EM> Cc.
17163 It is equivalent to having three different rules;
17164 one with a From pattern, another with the same To pattern, and a third with
17165 the same Cc pattern.)
17167 A technicality: Since comma is the character used to separate multiple
17168 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17169 you want to include a literal comma in the field.
17170 In other words, if you type a backslash followed by a comma it will
17171 be interpreted as a comma by Alpine, instead of as a separator between
17172 pattern values.
17173 All other backslashes are literal backslashes and should not be escaped.
17175 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17176 for more information on Patterns.
17178 Look <A HREF="h_edit_nav_cmds">here</A>
17179 to see the available Editing and Navigation commands.
17181 &lt;End of help on this topic&gt;
17182 </BODY>
17183 </HTML>
17184 ======= h_config_role_newspat =======
17185 <HTML>
17186 <HEAD>
17187 <TITLE>News Pattern Explained</TITLE>
17188 </HEAD>
17189 <BODY>
17190 <H1>News Pattern Explained</H1>
17192 If this pattern is non-blank, then for this rule to be considered a
17193 match, at least one of the newsgroups from
17194 the Newsgroups line of the message must match this pattern.
17195 If this pattern is a list of patterns, then at least one of the
17196 newsgroups must match at least one of the patterns.
17197 (Any other non-blank parts of the Pattern must match, too.)
17199 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
17200 &quot;!&quot; &quot;toggle NOT&quot; command.
17201 This changes the meaning of the News pattern so that it has the opposite meaning.
17202 It will be considered a match if there are no matches between the
17203 addresses in the Newsgroups: line and the list of News patterns.
17205 Don't make the mistake of putting the &quot;!&quot; in the data field for
17206 the pattern.
17207 For example, if you type the characters &quot;!frizzle&quot; into the News
17208 pattern, the pattern will look like:
17210 <PRE>
17211  News pattern = !frizzle
17212 </PRE>
17214 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17215 In order to match messages that do not have &quot;frizzle&quot; in
17216 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
17217 by carriage return for the value of the News pattern, then negate it
17218 by typing the &quot;!&quot; command.
17219 It should end up looking like
17221 <PRE>
17222  ! News pattern = frizzle
17223 </PRE>
17225 A technicality: Since comma is the character used to separate multiple
17226 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17227 you want to include a literal comma in the field.
17228 In other words, if you type a backslash followed by a comma it will
17229 be interpreted as a comma by Alpine, instead of as a separator between
17230 pattern values.
17231 All other backslashes are literal backslashes and should not be escaped.
17234 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17235 for more information on Patterns.
17237 Look <A HREF="h_edit_nav_cmds">here</A>
17238 to see the available Editing and Navigation commands.
17240 &lt;End of help on this topic&gt;
17241 </BODY>
17242 </HTML>
17243 ======= h_config_role_subjpat =======
17244 <HTML>
17245 <HEAD>
17246 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
17247 </HEAD>
17248 <BODY>
17249 <H1>&quot;Subject:&quot; Pattern Explained</H1>
17251 This is similar to the other parts of the Pattern.
17252 It is compared with
17253 the contents from the Subject of the message.
17255 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17256 for more information on Patterns.
17258 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
17259 &quot;!&quot; &quot;toggle NOT&quot; command.
17260 This changes the meaning of the Subject pattern so that it has the opposite meaning.
17261 It will be considered a match if there are no matches between the
17262 text in the Subject: line and the list of Subject patterns.
17265 If you wish to have a header pattern that is not one of the six standard
17266 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
17268 A technicality: Since comma is the character used to separate multiple
17269 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17270 you want to include a literal comma in the field.
17271 In other words, if you type a backslash followed by a comma it will
17272 be interpreted as a comma by Alpine, instead of as a separator between
17273 pattern values.
17274 All other backslashes are literal backslashes and should not be escaped.
17276 Look <A HREF="h_edit_nav_cmds">here</A>
17277 to see the available Editing and Navigation commands.
17279 &lt;End of help on this topic&gt;
17280 </BODY>
17281 </HTML>
17282 ======= h_config_role_alltextpat =======
17283 <HTML>
17284 <HEAD>
17285 <TITLE>AllText Pattern Explained</TITLE>
17286 </HEAD>
17287 <BODY>
17288 <H1>AllText Pattern Explained</H1>
17290 This is similar to the header patterns.
17291 Instead of comparing with text in a particular header field it 
17292 is compared with all of the text in the message header and body.
17294 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
17295 &quot;!&quot; &quot;toggle NOT&quot; command.
17296 This changes the meaning of the AllText pattern so that it has the opposite meaning.
17297 It will be considered a match if there are no matches between the
17298 text of the message and the list of AllText patterns.
17300 Don't make the mistake of putting the &quot;!&quot; in the data field for
17301 the pattern.
17302 For example, if you type the characters &quot;!frizzle&quot; into the AllText
17303 pattern, the pattern will look like:
17305 <PRE>
17306  AllText pattern = !frizzle
17307 </PRE>
17309 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17310 In order to match messages that do not have &quot;frizzle&quot; in
17311 the text of the message, first type the characters &quot;frizzle&quot; followed
17312 by carriage return for the value of the AllText pattern, then negate it
17313 by typing the &quot;!&quot; command.
17314 It should end up looking like
17316 <PRE>
17317  ! AllText pattern = frizzle
17318 </PRE>
17320 It is possible that you may notice degraded performance when using
17321 AllText Patterns.
17323 A technicality: Since comma is the character used to separate multiple
17324 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17325 you want to include a literal comma in the field.
17326 In other words, if you type a backslash followed by a comma it will
17327 be interpreted as a comma by Alpine, instead of as a separator between
17328 pattern values.
17329 All other backslashes are literal backslashes and should not be escaped.
17331 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17332 for more information on Patterns.
17334 Look <A HREF="h_edit_nav_cmds">here</A>
17335 to see the available Editing and Navigation commands.
17337 &lt;End of help on this topic&gt;
17338 </BODY>
17339 </HTML>
17340 ======= h_config_role_bodytextpat =======
17341 <HTML>
17342 <HEAD>
17343 <TITLE>BodyText Pattern Explained</TITLE>
17344 </HEAD>
17345 <BODY>
17346 <H1>BodyText Pattern Explained</H1>
17348 This is similar to the header patterns.
17349 Instead of comparing with text in a particular header field it 
17350 is compared with all of the text in the message body.
17352 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
17353 &quot;!&quot; &quot;toggle NOT&quot; command.
17354 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
17355 It will be considered a match if there are no matches between the
17356 text of the body of the message and the list of BodyText patterns.
17358 Don't make the mistake of putting the &quot;!&quot; in the data field for
17359 the pattern.
17360 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
17361 pattern, the pattern will look like:
17363 <PRE>
17364  BdyText pattern = !frizzle
17365 </PRE>
17367 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17368 In order to match messages that do not have &quot;frizzle&quot; in
17369 their BodyText, first type the characters &quot;frizzle&quot; followed
17370 by carriage return for the value of the BodyText pattern, then negate it
17371 by typing the &quot;!&quot; command.
17372 It should end up looking like
17374 <PRE>
17375  ! BodyText pattern = frizzle
17376 </PRE>
17378 It is possible that you may notice degraded performance when using
17379 BodyText Patterns.
17381 A technicality: Since comma is the character used to separate multiple
17382 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17383 you want to include a literal comma in the field.
17384 In other words, if you type a backslash followed by a comma it will
17385 be interpreted as a comma by Alpine, instead of as a separator between
17386 pattern values.
17387 All other backslashes are literal backslashes and should not be escaped.
17389 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17390 for more information on Patterns.
17392 Look <A HREF="h_edit_nav_cmds">here</A>
17393 to see the available Editing and Navigation commands.
17395 &lt;End of help on this topic&gt;
17396 </BODY>
17397 </HTML>
17398 ======= h_config_role_charsetpat =======
17399 <HTML>
17400 <HEAD>
17401 <TITLE>Character Set Pattern Explained</TITLE>
17402 </HEAD>
17403 <BODY>
17404 <H1>Character Set Pattern Explained</H1>
17406 A message may use one or more character sets.
17407 This part of the Pattern matches messages that make use of
17408 certain specified character sets.
17409 It will be considered a match if a message uses any of the character
17410 sets in the list you give here.
17413 When filling in a value for this field, you may use
17414 the &quot;T&quot; command, which presents you with a large list of
17415 possible character sets to choose from.
17416 You may also just type in the name of a character set, and it need not
17417 be one that Alpine knows about.
17420 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
17421 GB2312) you may also use some shorthand names that Alpine provides.
17422 These names are more understandable shorthand names for sets of 
17423 character set names.
17424 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
17425 Selecting one of these shorthand names is equivalent to selecting all of
17426 the character sets that make up the set.
17427 You can see all of these shorthand names and the lists of character sets
17428 they stand for by typing the &quot;T&quot; command.
17431 For the purposes of this Pattern,
17432 Alpine will search through a message for all of the text parts and
17433 collect the character sets declared for each part.
17434 It will also look in the Subject line for a character set used there.
17435 Alpine does not actually look at the text of the message or the text
17436 of the Subject to determine if a declared character set is actually
17437 used, it looks only at the declarations themselves in the MIME part headers
17438 and in the Subject.
17441 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
17442 &quot;!&quot; &quot;toggle NOT&quot; command.
17443 This changes the meaning of the Character Set pattern so that
17444 it has the opposite meaning.
17445 It will be considered a match if none of the character sets in the
17446 list are used in a message.
17448 Don't make the mistake of putting the &quot;!&quot; in the data field for
17449 the pattern.
17450 For example, if you type the characters &quot;!GB2312&quot; into the
17451 Character Set pattern, the pattern will look like:
17453 <PRE>
17454  Charset pattern = !GB2312
17455 </PRE>
17457 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
17458 In order to match messages that do not have the
17459 character set &quot;GB2312&quot;
17460 set, first type the characters &quot;GB2312&quot; followed
17461 by carriage return for the value of the Character Set pattern, then negate it
17462 by typing the &quot;!&quot; command.
17463 It should end up looking like
17465 <PRE>
17466  ! Charset pattern = GB2312
17467 </PRE>
17469 A technicality: Since comma is the character used to separate multiple
17470 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17471 you want to include a literal comma in the field.
17472 In other words, if you type a backslash followed by a comma it will
17473 be interpreted as a comma by Alpine, instead of as a separator between
17474 pattern values.
17475 All other backslashes are literal backslashes and should not be escaped.
17477 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17478 for more information on Patterns.
17480 Look <A HREF="h_edit_nav_cmds">here</A>
17481 to see the available Editing and Navigation commands.
17483 &lt;End of help on this topic&gt;
17484 </BODY>
17485 </HTML>
17486 ======= h_config_role_keywordpat =======
17487 <HTML>
17488 <HEAD>
17489 <TITLE>Keyword Pattern Explained</TITLE>
17490 </HEAD>
17491 <BODY>
17492 <H1>Keyword Pattern Explained</H1>
17494 A folder may have user-defined keywords.
17495 These are similar to the Important flag, which the user may set using the
17496 Flag command.
17497 The difference is that the Important flag is always present for each folder.
17498 User-defined keywords are picked by the user.
17499 You may add new keywords by defining them in the
17500 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
17501 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
17502 the Flag command may be used to set or clear the keyword on individual messages.
17503 If you have given a keyword a nickname when configuring it,
17504 that nickname may be used instead of the actual keyword.
17507 When filling in a value for this field, it may be easiest to use
17508 the &quot;T&quot; command, which presents you with a list of the keywords
17509 you have defined to choose from.
17512 This part of the Pattern matches messages with certain keywords set.
17513 It will be considered a match if a message has any of the keywords in the
17514 list set.
17515 A keyword that you have not defined using the
17516 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17517 will not be a match.
17520 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
17521 &quot;!&quot; &quot;toggle NOT&quot; command.
17522 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
17523 It will be considered a match if none of the keywords in the list are set
17524 for a message.
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, so a <EM>NOT</EM> of that keyword does match.
17529 Don't make the mistake of putting the &quot;!&quot; in the data field for
17530 the pattern.
17531 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
17532 pattern, the pattern will look like:
17534 <PRE>
17535  Keyword pattern = !frizzle
17536 </PRE>
17538 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17539 In order to match messages that do not have the keyword &quot;frizzle&quot;
17540 set, first type the characters &quot;frizzle&quot; followed
17541 by carriage return for the value of the Keyword pattern, then negate it
17542 by typing the &quot;!&quot; command.
17543 It should end up looking like
17545 <PRE>
17546  ! Keyword pattern = frizzle
17547 </PRE>
17549 A technicality: Since comma is the character used to separate multiple
17550 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17551 you want to include a literal comma in the field.
17552 In other words, if you type a backslash followed by a comma it will
17553 be interpreted as a comma by Alpine, instead of as a separator between
17554 pattern values.
17555 All other backslashes are literal backslashes and should not be escaped.
17557 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17558 for more information on Patterns.
17560 Look <A HREF="h_edit_nav_cmds">here</A>
17561 to see the available Editing and Navigation commands.
17563 &lt;End of help on this topic&gt;
17564 </BODY>
17565 </HTML>
17566 ======= h_config_role_arbpat =======
17567 <HTML>
17568 <HEAD>
17569 <TITLE>Extra Header Patterns Explained</TITLE>
17570 </HEAD>
17571 <BODY>
17572 <H1>Extra Header Patterns Explained</H1>
17574 The header patterns that come after the Participant pattern but before the 
17575 AllText pattern are extra header patterns that you have added to a rule's
17576 Pattern. These are just like the other header patterns except that
17577 the contents of the particular header listed on the left hand side will
17578 be used for comparisons.
17580 The &quot;eXtraHdr&quot; command may be used to add more of these
17581 header patterns to the rule you are editing.
17583 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
17584 extra header pattern from the rule you are editing.
17586 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
17587 &quot;!&quot; &quot;toggle NOT&quot; command.
17588 This changes the meaning of the pattern so that it has the opposite meaning.
17589 It will be considered a match if there are no matches between the
17590 text in the header line and the list of patterns.
17592 Don't make the mistake of putting the &quot;!&quot; in the data field for
17593 the pattern.
17594 For example, if you type the characters &quot;!frizzle&quot; into the
17595 pattern, the pattern will look like:
17597 <PRE>
17598  Xyz pattern = !frizzle
17599 </PRE>
17601 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17602 In order to match messages that do not have &quot;frizzle&quot; in
17603 their Xyz field, first type the characters &quot;frizzle&quot; followed
17604 by carriage return for the value of the pattern, then negate it
17605 by typing the &quot;!&quot; command.
17606 It should end up looking like
17608 <PRE>
17609  ! Xyz pattern = frizzle
17610 </PRE>
17613 A technicality: Since comma is the character used to separate multiple
17614 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17615 you want to include a literal comma in the field.
17616 In other words, if you type a backslash followed by a comma it will
17617 be interpreted as a comma by Alpine, instead of as a separator between
17618 pattern values.
17619 All other backslashes are literal backslashes and should not be escaped.
17621 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17622 for more information on Patterns.
17624 Look <A HREF="h_edit_nav_cmds">here</A>
17625 to see the available Editing and Navigation commands.
17627 &lt;End of help on this topic&gt;
17628 </BODY>
17629 </HTML>
17630 ======= h_config_role_cat_cmd =======
17631 <HTML>
17632 <HEAD>
17633 <TITLE>Categorizer Command Explained</TITLE>
17634 </HEAD>
17635 <BODY>
17636 <H1>Categorizer Command Explained</H1>
17638 This is a command that is run with its standard input set to the message
17639 being checked and its standard output discarded.
17640 The full directory path should be specified.
17641 The command will be run and then its exit status will be checked against
17642 the Exit Status Interval, which defaults to just the value zero.
17643 If the exit status of the command falls in the interval, it is considered
17644 a match, otherwise it is not a match.
17647 This option may actually be a list of commands.
17648 The first one that exists and is executable is used.
17649 That makes it possible to use the same configuration with Unix Alpine and
17650 PC-Alpine.
17653 If none of the commands in the list exists and is executable then the rule
17654 is <EM>not</EM> a match.
17655 If it is possible that the command may not exist, you should be careful
17656 to structure your rules so that nothing destructive
17657 happens when the command does not exist.
17658 For example, you might have a filter that filters away spam when there is
17659 a match but does nothing when there is not a match.
17660 That would cause no harm if the command didn't exist.
17661 However, if you have a filter that filters away spam when there is not
17662 a match and keeps it when there is a match, that would filter everything
17663 if the categorizer command didn't exist.
17665 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
17666 setup for the bogofilter filter.
17669 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17670 for more information on Patterns.
17672 Look <A HREF="h_edit_nav_cmds">here</A>
17673 to see the available Editing and Navigation commands.
17675 &lt;End of help on this topic&gt;
17676 </BODY>
17677 </HTML>
17678 ======= h_config_role_cat_cmd_example =======
17679 <HTML>
17680 <HEAD>
17681 <TITLE>Categorizer Command Example</TITLE>
17682 </HEAD>
17683 <BODY>
17684 <H1>Categorizer Command Example</H1>
17686 Bogofilter
17687 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
17688 is a mail filter that attempts to classify mail as spam or
17689 non-spam using statistical analysis of the message content.
17690 When run with no arguments and a message as standard input, it exits with
17691 exit status 0 if it thinks a message is spam and 1 if it thinks
17692 it is not spam.
17693 To use bogofilter as your Categorizer Command you would simply set Command to
17694 the pathname of the bogofilter program.
17695 For example,
17697 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
17699 Exit status of zero is what you are interested in, so you'd set the
17700 Exit Status Interval to
17702 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
17705 In order to prevent downloading an entire huge message to check for spam, you
17706 might want to set the Character Limit to a few thousand characters (the
17707 assumption being that the spam will reveal itself in those characters)
17709 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
17712 You would probably use bogofilter in an Alpine Filter Rule, and have the action
17713 be to move the message to a spam folder.
17714 It would usually be wise to also check the &quot;Message is Recent&quot;
17715 part of the rule so that messages are only checked when they first arrive,
17716 and to restrict the Current Folder Type to just your INBOX.
17717 The reason for checking only Recent messages is to save the time it takes
17718 to run bogofilter on each message.
17719 As an experiment, you might start out by using this in an Indexcolor Rule
17720 instead of a Filter Rule.
17721 In that case, you probably wouldn't check the Recent checkbox.
17723 The use described above assumes that you are somehow maintaining bogofilter's
17724 database of words associated with spam and non-spam messages.
17725 One way to start your database would be to select a bunch of spam messages
17726 in Alpine (you might Save spam messages to a special folder or use Alpine's
17727 Select command to select several) and then Apply
17728 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
17729 a pipe command to the spam messages.
17730 For example, you could have a shell script or an alias
17731 called <EM>this_is_spam</EM>, which would simply be the command
17733 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
17736 It is probably best to use the pipe command's Raw Text, With Delimiter,
17737 and Free Output options,
17738 which are at the bottom of the screen when you type the pipe command.
17739 That's because bogofilter expects the raw message as input, and uses
17740 the Delimiters to tell when a new message starts.
17741 You would not need to use a separate pipe for each message, because
17742 bogofilter can handle multiple messages at once.
17744 Similarly, you would select a group of non-spam messages
17745 and run them through a <EM>this_is_nonspam</EM> script
17746 that was something like
17748 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
17751 For the more adventurous, the next step might be to automate the upkeep of
17752 the bogofilter database.
17753 It might make more sense to have bogofilter be part of the delivery process,
17754 but it is also possible to do it entirely from within Alpine.
17755 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
17756 the &quot;-u&quot; argument will cause bogofilter to update the database.
17758 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
17760 You'd want a couple more aliases or shell scripts called something like
17761 <EM>change_to_spam</EM>
17763 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
17766 <EM>change_to_nonspam</EM>
17768 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
17770 When you run across a message in your INBOX that should have been
17771 classified as spam you would pipe it to the change_to_spam script, and
17772 when you run across a message in your spam folder that should have been
17773 left in your INBOX you would pipe it through change_to_nonspam.
17776 There is a technical problem with this approach.
17777 Alpine may check your filters more than once.
17778 In particular, every time you start Alpine the filters will be checked for
17779 each message.
17780 Also, if you have any filters that depend on message state (New, Deleted, etc.)
17781 then Alpine will recheck for matches in messages that have changed state
17782 at the time you close the folder and before expunging.
17783 This is usually ok.
17784 However, in this case it is a problem because the command
17786 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
17788 has the side effect of updating the database.
17789 So you run the risk of updating the database multiple times for a single
17790 message instead of updating it just once per message.
17791 There are some ways to work around this problem.
17792 What you need is a way to mark the message after you have run the filter.
17793 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
17794 Besides having the filter move the message to a spam folder, also have it
17795 set the Bogo keyword.
17796 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
17797 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
17798 This rule can only set the Bogo keyword for the messages that it matches.
17799 You will also need to add a second rule right after this one that
17800 matches all the messages that don't have the Bogo keyword set
17801 (put the keyword in the Keyword pattern and toggle
17802 the Not with the ! command)
17803 and takes the action of setting it.
17804 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
17805 (and so it won't re-run the bogofilter command) if the keyword is already
17806 set.
17808 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
17809 on all messages that don't have the Bogo keyword set.
17810 This will have the side effect of inserting that message in the bogofilter
17811 database, match or not.
17812 If this rule matches (it is spam), the Bogo keyword will be set and
17813 the message will be moved to a spam folder.
17814 If it does not match, the
17815 following rule will mark the message by turning on the keyword.
17816 This second rule should be a non-terminating
17817 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
17818 rule so that it doesn't stop the filtering process before the rest of
17819 your rules are consulted.
17822 In summary, the first rule is something like
17823 <PRE>
17824   Nickname          = bogofilter -u rule
17825   Current Folder Type =
17826                (*) Specific
17827                    Folder = INBOX
17829   ! Keyword pattern = Bogo
17831   External Categorizer Commands =
17832        Command              = /usr/local/bin/bogofilter -u
17833        Exit Status Interval = (0,0)
17834        Character Limit      = <No Value Set: using "-1">  (optionally set this)
17836   Filter Action =
17837        (*) Move
17838            Folder = spam
17839   
17840   Set These Keywords   = Bogo
17841 </PRE>
17843 and the following rule is
17844 <PRE>
17845   Nickname          = Set Bogo Keyword
17846   Current Folder Type =
17847                (*) Specific
17848                    Folder = INBOX
17850   ! Keyword pattern = Bogo
17852   Filter Action =
17853        (*) Just Set Message Status
17855   Set These Keywords   = Bogo
17857   Features =
17858       [X]  dont-stop-even-if-rule-matches
17859 </PRE>
17861 If it is possible for you to insert bogofilter in the delivery process instead
17862 of having it called from Alpine you could prevent having to wait
17863 for the bogofilter processing while you read your mail.
17864 You would have bogofilter add a header to the message at the time of delivery
17865 that identified it as spam or nonspam.
17866 With this method, you could avoid using a Categorizer Command while running Alpine,
17867 and just match on the header instead.
17868 You might still want to use the scripts mentioned above to initialize the
17869 database or to re-classify wrongly classified messages.
17872 Finally, it isn't for the faint-hearted,
17873 but it is also possible to run bogofilter from PC-Alpine.
17874 You can install Cygwin from
17875 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
17876 then compile bogofilter in the cygwin environment, and run it from
17877 within PC-Alpine.
17878 You would end up with a Categorizer command that looked something like
17880 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
17882 Note that the &quot;.exe&quot; extension is explicit,
17883 and that the bogofilter.exe executable should be in the same directory
17884 as cygwin1.dll.
17887 &lt;End of help on this topic&gt;
17888 </BODY>
17889 </HTML>
17890 ======= h_config_role_cat_status =======
17891 <HTML>
17892 <HEAD>
17893 <TITLE>Exit Status Interval Explained</TITLE>
17894 </HEAD>
17895 <BODY>
17896 <H1>Exit Status Interval Explained</H1>
17898 The categorizer command is run and the result is the exit status of
17899 that command.
17900 If that exit status falls in the Exit Status Interval
17901 then it is considered a match, otherwise it is not a match.
17902 Of course for the entire rule to match, it must also be checked against
17903 the other defined parts of the Pattern.
17905 The Exit Status Interval defaults to the single value 0 (zero).
17906 If you define it, it should be set to something like:
17908 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
17910 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
17911 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
17912 positive and negative integers.
17914 Actually, a list of intervals may be used if you wish.
17915 A list would look like
17917 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
17919 When there is an Exit Status Interval defined, it is a match if the exit status
17920 of the categorizer command is contained in any of the intervals.
17921 The intervals include both endpoints.
17923 The default interval is
17925 <CENTER><SAMP>(0,0)</SAMP></CENTER>
17927 and it matches only if the command exits with exit status equal to zero.
17930 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17931 for more information on Patterns.
17933 Look <A HREF="h_edit_nav_cmds">here</A>
17934 to see the available Editing and Navigation commands.
17936 &lt;End of help on this topic&gt;
17937 </BODY>
17938 </HTML>
17939 ======= h_config_role_cat_limit =======
17940 <HTML>
17941 <HEAD>
17942 <TITLE>Character Limit Explained</TITLE>
17943 </HEAD>
17944 <BODY>
17945 <H1>Character Limit Explained</H1>
17947 Setting this option makes it possible to limit how much of the message
17948 is made available to the categorizer command as input.
17949 The default value (-1) means that the entire message is fed to the
17950 command.
17951 A value of 0 (zero) means that only the headers of the message are
17952 made available.
17953 A positive integer means that the headers plus that many characters from
17954 the body of the message are passed to the categorizer.
17957 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17958 for more information on Patterns.
17960 Look <A HREF="h_edit_nav_cmds">here</A>
17961 to see the available Editing and Navigation commands.
17963 &lt;End of help on this topic&gt;
17964 </BODY>
17965 </HTML>
17966 ======= h_config_role_age =======
17967 <HTML>
17968 <HEAD>
17969 <TITLE>Age Interval Explained</TITLE>
17970 </HEAD>
17971 <BODY>
17972 <H1>Age Interval Explained</H1>
17974 The Age Interval, if defined, is part of the Pattern.
17975 If you use this, it should be set to something like:
17977 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
17979 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
17980 The special value &quot;INF&quot; may be used for the max value.
17981 It represents infinity.
17983 In rare cases it may be useful to use the more general form of the value,
17984 which is a comma-separated list of intervals.
17985 It would look something like:
17987 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
17989 When there is an Age Interval defined, it is a match if the age, in days, of
17990 the message is contained in the interval.
17991 The interval includes both endpoints.
17992 If the option is set to a list of intervals then it is a match if the
17993 age of the message is contained in any of the intervals.
17995 Even though this option is called Age, it isn't actually
17996 the <EM>age</EM> of the message.
17997 Instead, it is how many days ago the message arrived in one of your folders.
17998 If the current time is a little past midnight, then a message that arrived
17999 just before midnight arrived yesterday, even though the message is only
18000 a few minutes old.
18001 By default, the date being used is not the date in the Date
18002 header of the message.
18003 It is the date that the message arrived in one of your folders.
18004 When you Save a message from one folder to another that arrival date
18005 is preserved.
18006 If you would like to use the date in the Date header that is possible.
18007 Turn on the option
18008 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
18009 near the bottom of the rule definition.
18011 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
18012 The age interval
18014 <CENTER><SAMP>(2,2)</SAMP></CENTER>
18016 matches all messages that arrived on the day before yesterday.
18017 The interval
18019 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
18021 matches all messages that arrived at least 180 days before today.
18022 The interval
18024 <CENTER><SAMP>(0,1)</SAMP></CENTER>
18026 matches all messages that arrived today or yesterday.
18029 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18030 for more information on Patterns.
18032 Look <A HREF="h_edit_nav_cmds">here</A>
18033 to see the available Editing and Navigation commands.
18035 &lt;End of help on this topic&gt;
18036 </BODY>
18037 </HTML>
18038 ======= h_config_role_size =======
18039 <HTML>
18040 <HEAD>
18041 <TITLE>Size Interval Explained</TITLE>
18042 </HEAD>
18043 <BODY>
18044 <H1>Size Interval Explained</H1>
18046 The Size Interval, if defined, is part of the Pattern.
18047 If you use this, it should be set to something like:
18049 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
18051 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
18052 The special value &quot;INF&quot; may be used for the max value.
18053 It represents infinity.
18055 In rare cases it may be useful to use the more general form of the value,
18056 which is a comma-separated list of intervals.
18057 It would look something like:
18059 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
18061 When there is a Size Interval defined, it is a match if the size of
18062 the message is contained in the interval.
18063 The interval includes both endpoints.
18064 If the option is set to a list of intervals then it is a match if the
18065 size of the message is contained in any of the intervals.
18067 The size interval
18069 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
18071 matches all messages with sizes greater than or equal to 10000, and less
18072 than or equal to 50000.
18073 The interval
18075 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
18077 matches all messages with sizes greater than or equal to 100000.
18080 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18081 for more information on Patterns.
18083 Look <A HREF="h_edit_nav_cmds">here</A>
18084 to see the available Editing and Navigation commands.
18086 &lt;End of help on this topic&gt;
18087 </BODY>
18088 </HTML>
18089 ======= h_config_role_scorei =======
18090 <HTML>
18091 <HEAD>
18092 <TITLE>Score Interval Explained</TITLE>
18093 </HEAD>
18094 <BODY>
18095 <H1>Score Interval Explained</H1>
18097 The Score Interval, if defined, is part of the Pattern.
18098 If you use this, it should be set to something like:
18100 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
18102 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
18103 -32000 and 32000.
18104 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
18105 the min and max values.
18106 These represent negative and positive infinity.
18108 Actually, the value may be a list of intervals rather than just a
18109 single interval if that is useful.
18110 The elements of the list are separated by commas like:
18112 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
18114 When there is a Score Interval defined, it is a match if the score for
18115 the message is contained in any of the intervals.
18116 The intervals include both endpoints.
18117 The score for a message is calculated by looking at every scoring rule
18118 defined and adding up the Score Values for the rules that match the message.
18119 Scoring rules are created using the
18120 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
18123 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18124 for more information on Patterns.
18126 Look <A HREF="h_edit_nav_cmds">here</A>
18127 to see the available Editing and Navigation commands.
18129 &lt;End of help on this topic&gt;
18130 </BODY>
18131 </HTML>
18132 ======= h_config_role_fldr_type =======
18133 <HTML>
18134 <HEAD>
18135 <TITLE>Current Folder Type Explained</TITLE>
18136 </HEAD>
18137 <BODY>
18138 <H1>Current Folder Type Explained</H1>
18140 The Current Folder Type is part of the role's Pattern.
18141 It refers to the type of the currently open folder, which is the folder
18142 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
18143 In order for a role to be considered a match, the current folder must
18144 be of the type you set here.
18145 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18146 all what you might think.
18148 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
18149 example, then
18150 that role will only be a match if the current folder is a newsgroup and
18151 the rest of the Pattern matches.
18152 The value &quot;Specific&quot; may be used when you want to limit the match
18153 to a specific folder (not just a specific type of folder), or to a list of
18154 specific folders.
18156 In order to match a specific folder you Select the &quot;Specific&quot;
18157 button <EM>AND</EM> fill in
18158 the name (or list of names) of
18159 the folder in the &quot;Folder List&quot; field.
18160 If the current folder is any of the folders in the list, that is considered
18161 a match.
18162 The name of each folder in the list may be either &quot;INBOX&quot;,
18163 the technical specification
18164 of the folder (like what appears in your configuration file) or, if the
18165 folder is one of your incoming folders, it may be the nickname you've given
18166 the folder.
18167 Here are a couple samples of specific folder names:
18169 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
18171 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
18173 Observe that in order for an external folder (IMAP, POP, News) to be a match,
18174 you must also add the /user= option in the definition of the incoming folder.
18176 The easiest way to fill in the &quot;Folder List&quot; field is to use
18177 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
18178 highlighted, or to use the &quot;Take&quot; command with the configuration
18179 feature
18180 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
18181 turned on.
18182 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18183 Current Folder Type is set to &quot;Specific&quot;, and any value that
18184 &quot;Folder List&quot; has is ignored unless the type
18185 is set to &quot;Specific&quot;.
18187 When reading a newsgroup, there may be a performance penalty
18188 incurred when collecting the information necessary to check a Pattern.
18189 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18191 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18192 for more information on Patterns.
18194 Look <A HREF="h_edit_nav_cmds">here</A>
18195 to see the available Editing and Navigation commands.
18197 &lt;End of help on this topic&gt;
18198 </BODY>
18199 </HTML>
18200 ======= h_config_filt_rule_type =======
18201 <HTML>
18202 <HEAD>
18203 <TITLE>Filter Action Explained</TITLE>
18204 </HEAD>
18205 <BODY>
18206 <H1>Filter Action Explained</H1>
18208 The Filter Action specifies the action to be taken when the Pattern is a
18209 match.
18210 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
18211 &quot;Just Set Message Status&quot;.
18213 If it is set to &quot;Delete&quot;, then the message that matches the
18214 Pattern will be deleted from the open folder.
18216 If it is set to &quot;Move&quot;, then the name of the folder to which
18217 the matching message should be moved is given in the &quot;Folder List&quot; field on the
18218 next line of the screen.
18219 A list of folders separated by commas may be given, in which case the
18220 message will be copied to all of the folders in the list before it is
18221 deleted.
18223 If it is set to neither of those two values (it is set to the value
18224 labeled &quot;Just Set Message Status&quot;) then the message status
18225 setting will happen
18226 but the message will not be deleted or moved.
18228 If you are Moving a message you may also set Message Status if you wish.
18230 The easiest way to fill in the &quot;Folder List&quot; field is to use
18231 the T command that is available when the &quot;Folder List&quot; line is
18232 highlighted.
18233 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18234 Filter Action is set to &quot;Move&quot;, and any value that
18235 &quot;Folder List&quot; has is ignored unless the type
18236 is set to &quot;Move&quot;.
18238 There are a few tokens that may be used in the names in the Folder List.
18239 They are all related to the date on which the filtering is taking place.
18240 The tokens are words surrounded by underscores.
18241 For example, if you want your filter to move messages to a folder named
18242 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
18243 you could specify the folder as
18244 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
18245 which would result in a file named something like
18246 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
18248 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
18249 which would result in a file named something like
18250 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
18251 The available tokens are listed
18252 <A HREF="h_index_tokens">here</A>.
18254 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18255 for more information on Patterns.
18257 Look <A HREF="h_edit_nav_cmds">here</A>
18258 to see the available Editing and Navigation commands.
18260 &lt;End of help on this topic&gt;
18261 </BODY>
18262 </HTML>
18263 ======= h_config_score_fldr_type =======
18264 <HTML>
18265 <HEAD>
18266 <TITLE>Current Folder Type Explained</TITLE>
18267 </HEAD>
18268 <BODY>
18269 <H1>Current Folder Type Explained</H1>
18271 The Current Folder Type is part of the scoring rule's Pattern.
18272 It refers to the type of the folder that
18273 the message being scored is in.
18274 In order for a rule to be considered a match, the current folder must
18275 be of the type you set here.
18276 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18277 all what you might think.
18279 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18280 example, then
18281 that Pattern will only match if the current folder is a newsgroup and
18282 the rest of the Pattern matches.
18283 The value &quot;Specific&quot; may be used when you want to limit the match
18284 to a specific folder (not just a specific type of folder), or to a list of
18285 specific folders.
18287 In order to match a specific folder you Select the &quot;Specific&quot;
18288 button <EM>AND</EM> fill in
18289 the name (or list of names) of
18290 the folder in the &quot;Folder List&quot; field.
18291 If the current folder is any of the folders in the list, that is considered
18292 a match.
18293 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18294 of the folder (like what appears in your configuration file) or, if the
18295 folder is one of your incoming folders, it may be the nickname you've given
18296 the folder.
18297 Here are a couple samples of specific folder names:
18299 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18301 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18303 The easiest way to fill in the &quot;Folder List&quot; field is to use
18304 the T command that is available when the &quot;Folder List&quot; line is
18305 highlighted.
18306 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18307 Current Folder Type is set to &quot;Specific&quot;, and any value that
18308 &quot;Folder List&quot; has is ignored unless the type
18309 is set to &quot;Specific&quot;.
18311 When reading a newsgroup, there may be a performance penalty
18312 incurred when collecting the information necessary to check a Pattern.
18313 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18314 For example, if you have Index Line Coloring rules that have Score Intervals
18315 defined then the scores for all the visible messages will need to be calculated.
18316 If some of your Scoring rules have 
18317 a Current Folder Type of
18318 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
18319 screen to draw more slowly when in a newsgroup.
18321 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18322 for more information on Patterns.
18324 Look <A HREF="h_edit_nav_cmds">here</A>
18325 to see the available Editing and Navigation commands.
18327 &lt;End of help on this topic&gt;
18328 </BODY>
18329 </HTML>
18330 ======= h_config_other_fldr_type =======
18331 <HTML>
18332 <HEAD>
18333 <TITLE>Current Folder Type Explained</TITLE>
18334 </HEAD>
18335 <BODY>
18336 <H1>Current Folder Type Explained</H1>
18338 The Current Folder Type is part of the rule's Pattern.
18339 It refers to the type of the folder being viewed.
18340 In order for a rule to be considered a match, the current folder must
18341 be of the type you set here.
18342 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18343 all what you might think.
18345 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18346 example, then
18347 that Pattern will only match if the current folder is a newsgroup.
18348 The value &quot;Specific&quot; may be used when you want to limit the match
18349 to a specific folder (not just a specific type of folder), or to a list of
18350 specific folders.
18352 In order to match a specific folder you Select the &quot;Specific&quot;
18353 button <EM>AND</EM> fill in
18354 the name (or list of names) of
18355 the folder in the &quot;Folder List&quot; field.
18356 If the current folder is any of the folders in the list, that is considered
18357 a match.
18358 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18359 of the folder (like what appears in your configuration file) or, if the
18360 folder is one of your incoming folders, it may be the nickname you've given
18361 the folder.
18362 Here are a couple samples of specific folder names:
18364 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18366 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18368 The easiest way to fill in the &quot;Folder List&quot; field is to use
18369 the T command that is available when the &quot;Folder List&quot; line is
18370 highlighted.
18371 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18372 Current Folder Type is set to &quot;Specific&quot;, and any value that
18373 &quot;Folder List&quot; has is ignored unless the type
18374 is set to &quot;Specific&quot;.
18376 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18377 for more information on Patterns.
18379 Look <A HREF="h_edit_nav_cmds">here</A>
18380 to see the available Editing and Navigation commands.
18382 &lt;End of help on this topic&gt;
18383 </BODY>
18384 </HTML>
18385 ======= h_config_incol_fldr_type =======
18386 <HTML>
18387 <HEAD>
18388 <TITLE>Current Folder Type Explained</TITLE>
18389 </HEAD>
18390 <BODY>
18391 <H1>Current Folder Type Explained</H1>
18393 The Current Folder Type is part of the Line Coloring rule's Pattern.
18394 It refers to the type of the folder for which the MESSAGE INDEX is
18395 being viewed.
18396 In order for a rule to be considered a match, the current folder must
18397 be of the type you set here.
18398 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18399 all what you might think.
18401 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18402 example, then
18403 that Pattern will only match if the current folder is a newsgroup and
18404 the rest of the Pattern matches.
18405 The value &quot;Specific&quot; may be used when you want to limit the match
18406 to a specific folder (not just a specific type of folder), or to a list of
18407 specific folders.
18409 In order to match a specific folder you Select the &quot;Specific&quot;
18410 button <EM>AND</EM> fill in
18411 the name (or list of names) of
18412 the folder in the &quot;Folder List&quot; field.
18413 If the current folder is any of the folders in the list, that is considered
18414 a match.
18415 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18416 of the folder (like what appears in your configuration file) or, if the
18417 folder is one of your incoming folders, it may be the nickname you've given
18418 the folder.
18419 Here are a couple samples of specific folder names:
18421 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18423 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18425 The easiest way to fill in the &quot;Folder List&quot; field is to use
18426 the T command that is available when the &quot;Folder List&quot; line is
18427 highlighted.
18428 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18429 Current Folder Type is set to &quot;Specific&quot;, and any value that
18430 &quot;Folder List&quot; has is ignored unless the type
18431 is set to &quot;Specific&quot;.
18433 When reading a newsgroup, there may be a performance penalty
18434 incurred when collecting the information necessary to check a Pattern.
18435 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18436 For example, a rule with a non-Normal Index Line Color
18437 and a Current Folder Type of
18438 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
18439 screen to draw more slowly when in a newsgroup.
18441 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18442 for more information on Patterns.
18444 Look <A HREF="h_edit_nav_cmds">here</A>
18445 to see the available Editing and Navigation commands.
18447 &lt;End of help on this topic&gt;
18448 </BODY>
18449 </HTML>
18450 ======= h_config_filt_fldr_type =======
18451 <HTML>
18452 <HEAD>
18453 <TITLE>Current Folder Type Explained</TITLE>
18454 </HEAD>
18455 <BODY>
18456 <H1>Current Folder Type Explained</H1>
18458 The Current Folder Type is part of the Filtering rule's Pattern.
18459 It refers to the type of the folder for which the filtering is being done.
18460 In order for a rule to be considered a match, the current folder must
18461 be of the type you set here.
18462 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18463 all what you might think.
18465 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18466 example, then
18467 that Pattern will only match if the current folder is a newsgroup and
18468 the rest of the Pattern matches.
18469 The value &quot;Specific&quot; may be used when you want to limit the match
18470 to a specific folder (not just a specific type of folder), or to a list of
18471 specific folders.
18473 In order to match a specific folder you Select the &quot;Specific&quot;
18474 button <EM>AND</EM> fill in
18475 the name (or list of names) of
18476 the folder in the &quot;Folder List&quot; field.
18477 If the current folder is any of the folders in the list, that is considered
18478 a match.
18479 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18480 of the folder (like what appears in your configuration file) or, if the
18481 folder is one of your incoming folders, it may be the nickname you've given
18482 the folder.
18483 Here are a couple samples of specific folder names:
18485 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18487 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18489 The easiest way to fill in the &quot;Folder List&quot; field is to use
18490 the T command that is available when the &quot;Folder List&quot; line is
18491 highlighted.
18492 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18493 Current Folder Type is set to &quot;Specific&quot;, and any value that
18494 &quot;Folder List&quot; has is ignored unless the type
18495 is set to &quot;Specific&quot;.
18497 When reading a newsgroup, there may be a performance penalty
18498 incurred when collecting the information necessary to check a Pattern.
18499 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18500 For example, a rule with a Current Folder Type of either
18501 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
18502 more slowly when opening a newsgroup.
18504 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18505 for more information on Patterns.
18507 Look <A HREF="h_edit_nav_cmds">here</A>
18508 to see the available Editing and Navigation commands.
18510 &lt;End of help on this topic&gt;
18511 </BODY>
18512 </HTML>
18513 ======= h_config_role_stat_imp =======
18514 <HTML>
18515 <HEAD>
18516 <TITLE>Message Important Status Explained</TITLE>
18517 </HEAD>
18518 <BODY>
18519 <H1>Message Important Status Explained</H1>
18521 This part of the Pattern may have one of three possible values.
18522 The default value is &quot;Don't care&quot;, which matches any message.
18523 The other two values are &quot;Yes&quot;, which means the message must be
18524 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
18525 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
18526 to be a match.
18528 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18529 for more information on Patterns.
18531 Look <A HREF="h_edit_nav_cmds">here</A>
18532 to see the available Editing and Navigation commands.
18534 &lt;End of help on this topic&gt;
18535 </BODY>
18536 </HTML>
18537 ======= h_config_role_stat_new =======
18538 <HTML>
18539 <HEAD>
18540 <TITLE>Message New Status Explained</TITLE>
18541 </HEAD>
18542 <BODY>
18543 <H1>Message New Status Explained</H1>
18545 This part of the Pattern may have one of three possible values.
18546 The default value is &quot;Don't care&quot;, which matches any message.
18547 The other two values are &quot;Yes&quot;, which means the message must be
18548 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
18549 means the message must <EM>not</EM> be &quot;New&quot; in order
18550 to be a match.
18551 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
18552 same as <EM>Seen</EM>.
18554 The nomenclature for New and Recent is a bit confusing:
18556 New means that the message is Unseen.
18557 It could have been in your mailbox for a long time but if you haven't looked
18558 at it, it is still considered New.
18559 That matches the default Alpine index display that shows an N for such a
18560 message.
18562 Recent means that the message was added to this folder since the last time
18563 you opened the folder.
18564 Alpine also shows an N by default for these types of messages.
18565 If you were to run two copies of Alpine that opened a folder one right after
18566 the other, a message would only show up as Recent in (at most) the first
18567 Alpine session.
18569 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18570 for more information on Patterns.
18572 Look <A HREF="h_edit_nav_cmds">here</A>
18573 to see the available Editing and Navigation commands.
18575 &lt;End of help on this topic&gt;
18576 </BODY>
18577 </HTML>
18578 ======= h_config_role_stat_recent =======
18579 <HTML>
18580 <HEAD>
18581 <TITLE>Message Recent Status Explained</TITLE>
18582 </HEAD>
18583 <BODY>
18584 <H1>Message Recent Status Explained</H1>
18586 This part of the Pattern may have one of three possible values.
18587 The default value is &quot;Don't care&quot;, which matches any message.
18588 The other two values are &quot;Yes&quot;, which means the message must be
18589 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
18590 means the message must <EM>not</EM> be &quot;Recent&quot; in order
18591 to be a match.
18592 &quot;Recent&quot; means that the message was added to the folder since
18593 the last time the folder was opened.
18594 If more than one mail client has the folder opened, the message will
18595 appear to be &quot;Recent&quot; to only one of the clients.
18597 The nomenclature for New and Recent is a bit confusing:
18599 New means that the message is Unseen.
18600 It could have been in your mailbox for a long time but if you haven't looked
18601 at it, it is still considered New.
18602 That matches the default Alpine index display that shows an N for such a
18603 message.
18605 Recent means that the message was added to this folder since the last time
18606 you opened the folder.
18607 Alpine also shows an N by default for these types of messages.
18608 If you were to run two copies of Alpine that opened a folder one right after
18609 the other, a message would only show up as Recent in (at most) the first
18610 Alpine session.
18612 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18613 for more information on Patterns.
18615 Look <A HREF="h_edit_nav_cmds">here</A>
18616 to see the available Editing and Navigation commands.
18618 &lt;End of help on this topic&gt;
18619 </BODY>
18620 </HTML>
18621 ======= h_config_role_stat_del =======
18622 <HTML>
18623 <HEAD>
18624 <TITLE>Message Deleted Status Explained</TITLE>
18625 </HEAD>
18626 <BODY>
18627 <H1>Message Deleted Status Explained</H1>
18629 This part of the Pattern may have one of three possible values.
18630 The default value is &quot;Don't care&quot;, which matches any message.
18631 The other two values are &quot;Yes&quot;, which means the message must be
18632 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
18633 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
18634 to be a match.
18636 If you are thinking of using this part of the Pattern as a way to prevent
18637 messages from being filtered more than once in a Filter Pattern,
18638 take a look at the Filter Option
18639 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
18640 instead.
18641 It should work better than using this field since it will hide the filtered
18642 messages even if they are already Deleted.
18643 That option is at the bottom of the Filter configuration screen.
18645 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18646 for more information on Patterns.
18648 Look <A HREF="h_edit_nav_cmds">here</A>
18649 to see the available Editing and Navigation commands.
18651 &lt;End of help on this topic&gt;
18652 </BODY>
18653 </HTML>
18654 ======= h_config_role_stat_ans =======
18655 <HTML>
18656 <HEAD>
18657 <TITLE>Message Answered Status Explained</TITLE>
18658 </HEAD>
18659 <BODY>
18660 <H1>Message Answered Status Explained</H1>
18662 This part of the Pattern may have one of three possible values.
18663 The default value is &quot;Don't care&quot;, which matches any message.
18664 The other two values are &quot;Yes&quot;, which means the message must be
18665 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
18666 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
18667 to be a match.
18669 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18670 for more information on Patterns.
18672 Look <A HREF="h_edit_nav_cmds">here</A>
18673 to see the available Editing and Navigation commands.
18675 &lt;End of help on this topic&gt;
18676 </BODY>
18677 </HTML>
18678 ======= h_config_role_abookfrom =======
18679 <HTML>
18680 <HEAD>
18681 <TITLE>Address in Address Book Explained</TITLE>
18682 </HEAD>
18683 <BODY>
18684 <H1>Address in Address Book Explained</H1>
18686 This option gives you a way to match messages that contain an address
18687 that is in one of your address books.
18688 Only the simple entries in your address books are searched.
18689 Address book distribution lists are ignored!
18691 This part of the Pattern may have one of five possible values.
18692 The default value is &quot;Don't care&quot;, which matches any message.
18693 The value &quot;Yes, in any address book&quot; means at least one of the addresses
18694 from the message must be in at least one of your
18695 address books in order to be a match.
18696 The value &quot;No, not in any address book&quot;
18697 means none of the addresses may
18698 be in any of your address books in order to be a match.
18700 The values &quot;Yes, in specific address books&quot; and
18701 &quot;No, not in any of specific address books&quot; are similar but instead
18702 of depending on all address books you are allowed to give a list of address
18703 books to look in.
18704 Usually this would be a single address book but it may be a
18705 list of address books as well.
18706 For each of these &quot;specific&quot; address book options you Select which
18707 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
18708 name (or list of names) of the address book in the
18709 &quot;Abook List&quot; field.
18710 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
18711 The easiest way to fill in the Abook List field it to use
18712 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
18713 line is highlighted.
18714 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
18715 option is set to one of the two &quot;Specific&quot;, values.
18717 The addresses from the message that are checked for are determined by the
18718 setting you have for &quot;Types of addresses to check for in address book&quot;.
18719 If you set this to &quot;From&quot; the From address from the message will
18720 be looked up in the address book.
18721 If you set it to &quot;To&quot; instead then the To addresses will be used.
18722 If any of the To addresses are in the address book then it is considered
18723 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
18724 You could set it to both From and To, in which case all of the From and To
18725 addresses are used.
18726 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
18727 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
18728 exists or the From address if there is no Reply-To address.
18729 Same for the Sender address.
18731 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18732 for more information on Patterns.
18734 Look <A HREF="h_edit_nav_cmds">here</A>
18735 to see the available Editing and Navigation commands.
18737 &lt;End of help on this topic&gt;
18738 </BODY>
18739 </HTML>
18740 ======= h_config_inabook_from =======
18741 <HTML>
18742 <HEAD>
18743 <TITLE>From</TITLE>
18744 </HEAD>
18745 <BODY>
18746 <H1>From</H1>
18748 Setting the From line will cause the address from the From header line
18749 of the message to be checked for in the address book.
18751 &lt;End of help on this topic&gt;
18752 </BODY>
18753 </HTML>
18754 ======= h_config_inabook_replyto =======
18755 <HTML>
18756 <HEAD>
18757 <TITLE>Reply-To</TITLE>
18758 </HEAD>
18759 <BODY>
18760 <H1>Reply-To</H1>
18762 Setting the Reply-To line will cause the address from the Reply-To header line
18763 of the message to be checked for in the address book.
18764 However, if there is no Reply-To header line in the message the From header
18765 line will be used instead.
18766 We understand this is dumb but we don't have an easy way around it.
18768 &lt;End of help on this topic&gt;
18769 </BODY>
18770 </HTML>
18771 ======= h_config_inabook_sender =======
18772 <HTML>
18773 <HEAD>
18774 <TITLE>Sender</TITLE>
18775 </HEAD>
18776 <BODY>
18777 <H1>Sender</H1>
18779 Setting the Sender line will cause the address from the Sender header line
18780 of the message to be checked for in the address book.
18781 However, if there is no Sender header line in the message the From header
18782 line will be used instead.
18783 We understand this is dumb but we don't have an easy way around it.
18785 &lt;End of help on this topic&gt;
18786 </BODY>
18787 </HTML>
18788 ======= h_config_inabook_to =======
18789 <HTML>
18790 <HEAD>
18791 <TITLE>To</TITLE>
18792 </HEAD>
18793 <BODY>
18794 <H1>To</H1>
18796 Setting the To line will cause the address from the To header line
18797 of the message to be checked for in the address book.
18799 &lt;End of help on this topic&gt;
18800 </BODY>
18801 </HTML>
18802 ======= h_config_inabook_cc =======
18803 <HTML>
18804 <HEAD>
18805 <TITLE>CC</TITLE>
18806 </HEAD>
18807 <BODY>
18808 <H1>CC</H1>
18810 Setting the CC line will cause the address from the CC header line
18811 of the message to be checked for in the address book.
18813 &lt;End of help on this topic&gt;
18814 </BODY>
18815 </HTML>
18816 ======= h_config_role_stat_8bitsubj =======
18817 <HTML>
18818 <HEAD>
18819 <TITLE>Raw 8-bit in Subject Explained</TITLE>
18820 </HEAD>
18821 <BODY>
18822 <H1>Raw 8-bit in Subject Explained</H1>
18824 It seems that lots of unwanted email contains unencoded 8-bit characters
18825 in the Subject.
18826 Normally, characters with the 8th bit set are not allowed in the Subject
18827 header unless they are MIME-encoded.
18828 This option gives you a way to match messages that have Subjects that
18829 contain unencoded 8-bit characters.
18831 This part of the Pattern may have one of three possible values.
18832 The default value is &quot;Don't care&quot;, which matches any message.
18833 The other two values are &quot;Yes&quot;, which means the Subject of
18834 the message must contain unencoded 8-bit characters (characters with the
18835 most significant bit set)
18836 in order to be a match; or &quot;No&quot;, which
18837 means the Subject must <EM>not</EM>
18838 contain unencoded 8-bit characters in order to be a match.
18840 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18841 for more information on Patterns.
18843 Look <A HREF="h_edit_nav_cmds">here</A>
18844 to see the available Editing and Navigation commands.
18846 &lt;End of help on this topic&gt;
18847 </BODY>
18848 </HTML>
18849 ======= h_config_role_bom =======
18850 <HTML>
18851 <HEAD>
18852 <TITLE>Beginning of Month</TITLE>
18853 </HEAD>
18854 <BODY>
18855 <H1>Beginning of Month</H1>
18857 This option gives you a limited ability to take different actions depending on whether
18858 this is the first time Alpine has been run this month or not.
18859 Though it would be nice to have such an option available, this is not the
18860 same as whether or not this is the first time a paricular folder has been
18861 opened this month.
18862 If you want some action (probably Filtering) to take place in a folder each
18863 month, then you will need to be sure that the folder is opened during the
18864 first Alpine session of the month in order for this option to be helpful.
18866 This part of the Pattern may have one of three possible values.
18867 The default value is &quot;Don't care&quot;, which matches any message.
18868 The other two values are &quot;Yes&quot;, which means this is the first
18869 time Alpine has been run this month;
18870 or &quot;No&quot;, which
18871 means this is not the first time Alpine has been run this month.
18873 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18874 for more information on Patterns.
18876 Here are some technical details.
18877 The way that Alpine decides if it is the beginning of the month or not is
18878 to compare today's date with the date stored in the
18879 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18880 variable in the config file.
18881 If the month of today's date is later than the month stored in the variable,
18882 then this is considered to be the first time you have run Alpine this month, and
18883 that turns the Beginning of the Month option on.
18885 Look <A HREF="h_edit_nav_cmds">here</A>
18886 to see the available Editing and Navigation commands.
18888 &lt;End of help on this topic&gt;
18889 </BODY>
18890 </HTML>
18891 ======= h_config_role_boy =======
18892 <HTML>
18893 <HEAD>
18894 <TITLE>Beginning of Year</TITLE>
18895 </HEAD>
18896 <BODY>
18897 <H1>Beginning of Year</H1>
18899 This option gives you a limited ability to take different actions depending on whether
18900 this is the first time Alpine has been run this year or not.
18901 Though it would be nice to have such an option available, this is not the
18902 same as whether or not this is the first time a paricular folder has been
18903 opened this year.
18904 If you want some action (probably Filtering) to take place in a folder each
18905 year, then you will need to be sure that the folder is opened during the
18906 first Alpine session of the year in order for this option to be helpful.
18908 This part of the Pattern may have one of three possible values.
18909 The default value is &quot;Don't care&quot;, which matches any message.
18910 The other two values are &quot;Yes&quot;, which means this is the first
18911 time Alpine has been run this year;
18912 or &quot;No&quot;, which
18913 means this is not the first time Alpine has been run this year.
18915 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18916 for more information on Patterns.
18918 Here are some technical details.
18919 The way that Alpine decides if it is the beginning of the year or not is
18920 to compare today's date with the date stored in the
18921 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18922 variable in the config file.
18923 If the year of today's date is later than the year stored in the variable,
18924 then this is considered to be the first time you have run Alpine this year, and
18925 that turns the Beginning of the Year option on.
18927 Look <A HREF="h_edit_nav_cmds">here</A>
18928 to see the available Editing and Navigation commands.
18930 &lt;End of help on this topic&gt;
18931 </BODY>
18932 </HTML>
18933 ======= h_config_role_inick =======
18934 <HTML>
18935 <HEAD>
18936 <TITLE>Initialize Values From Role Explained</TITLE>
18937 </HEAD>
18938 <BODY>
18939 <H1>Initialize Values From Role Explained</H1>
18941 This is a power user feature.
18942 You will usually want to leave this field empty.
18943 The value of this field is the nickname of another one of your roles.
18944 The Action values from that other role
18945 are used as the initial values of the Action items for this role.
18946 If you put something in any of the action fields for this role, that will
18947 override whatever was in the corresponding field of the initializer role.
18949 You might use this field if the &quot;Action&quot; part of one of your roles
18950 is something you want to use in more than one role.
18951 Instead of filling in those action values again for each role, you
18952 may give the nickname of the role where the values are filled in.
18953 It's just a shortcut way to define Role Actions.
18955 Here's an example to help explain how this works.
18956 Suppose you have a role with nickname &quot;role1&quot; and role1 has
18957 (among other things)
18959 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
18961 set.
18962 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
18963 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
18964 from role1 by default (and any of the other inheritable action values
18965 that are set).
18966 So if role2 had
18968 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
18970 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
18971 However, if role2 had
18973 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
18975 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
18977 If you wish,
18978 you may choose a nickname from your list of roles by using the
18979 &quot;T&quot; command.
18980 If the role you are using to initialize also has a role it initializes from,
18981 then that initialization happens first.
18982 That is, inheritance works as expected with the grandparent and
18983 great-grandparent (and so on) roles having the expected effect.
18985 Look <A HREF="h_edit_nav_cmds">here</A>
18986 to see the available Editing and Navigation commands.
18988 &lt;End of help on this topic&gt;
18989 </BODY>
18990 </HTML>
18991 ======= h_config_role_setfrom =======
18992 <HTML>
18993 <HEAD>
18994 <TITLE>Set From Explained</TITLE>
18995 </HEAD>
18996 <BODY>
18997 <H1>Set From Explained</H1>
18999 This describes part of the action to be taken if the Pattern for this
19000 role is a match.
19001 This field consists of a single address that will be used as the From
19002 address on the message you are sending.
19003 This should be a fully-qualified address like
19005 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19007 or just
19009 <CENTER><SAMP>user@domain</SAMP></CENTER>
19011 If you wish,
19012 you may choose an address from your address book with the
19013 &quot;T&quot; command.
19015 If this is left blank, then your normal From address will be used.
19017 You may also find it useful to add the changed From address to the
19018 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
19019 configuration option.
19021 Look <A HREF="h_edit_nav_cmds">here</A>
19022 to see the available Editing and Navigation commands.
19024 &lt;End of help on this topic&gt;
19025 </BODY>
19026 </HTML>
19027 ======= h_config_role_setreplyto =======
19028 <HTML>
19029 <HEAD>
19030 <TITLE>Set Reply-To Explained</TITLE>
19031 </HEAD>
19032 <BODY>
19033 <H1>Set Reply-To Explained</H1>
19035 This describes part of the action to be taken if the Pattern for this
19036 role is a match.
19037 This field consists of a single address that will be used as the Reply-To
19038 address on the message you are sending.
19039 This may be a fully-qualified address like
19041 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19043 or just
19045 <CENTER><SAMP>user@domain</SAMP></CENTER>
19047 If you wish,
19048 you may choose an address from your address book with the
19049 &quot;T&quot; command.
19051 If this is left blank, then there won't be a Reply-To address unless
19052 you have configured one specially with the
19053 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
19054 configuration option.
19056 Look <A HREF="h_edit_nav_cmds">here</A>
19057 to see the available Editing and Navigation commands.
19059 &lt;End of help on this topic&gt;
19060 </BODY>
19061 </HTML>
19062 ======= h_config_role_setfcc =======
19063 <HTML>
19064 <HEAD>
19065 <TITLE>Set Fcc Explained</TITLE>
19066 </HEAD>
19067 <BODY>
19068 <H1>Set Fcc Explained</H1>
19070 This describes part of the action to be taken if the Pattern for this
19071 role is a match.
19072 This field consists of a single folder name that will be used in
19073 the Fcc field of the message you are sending.
19074 You may put anything here that you would normally type into the Fcc
19075 field from the composer.
19077 In addition, an fcc of &quot;&quot; (two double quotation marks) means
19078 no Fcc.
19080 A blank field here means that Alpine will use its normal rules for deciding
19081 the default value of the Fcc field.
19082 For many roles, perhaps most, it may make more sense for you to use the
19083 other Alpine facilities for setting the Fcc.
19084 In particular, if you want the Fcc to depend on who you are sending the
19085 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
19086 is probably more useful.
19087 In that case, you would want to leave the Fcc field here blank.
19088 However, if you have a role that depends on who the message you are replying
19089 to was From, or what address that message was sent to;
19090 then it might make sense to set the Fcc for that role here.
19092 If you wish,
19093 you may choose a folder from your folder collections by using the
19094 &quot;T&quot; command.
19096 Look <A HREF="h_edit_nav_cmds">here</A>
19097 to see the available Editing and Navigation commands.
19099 &lt;End of help on this topic&gt;
19100 </BODY>
19101 </HTML>
19102 ======= h_config_role_usesmtp =======
19103 <HTML>
19104 <HEAD>
19105 <TITLE>Use SMTP Server Explained</TITLE>
19106 </HEAD>
19107 <BODY>
19108 <H1>Use SMTP Server Explained</H1>
19110 This describes part of the action to be taken if the Pattern for this
19111 role is a match.
19112 If this field has a value, then it will be used as the SMTP server
19113 to send mail when this role is being used (unless the SMTP server variable
19114 is set in the system-wide fixed configuration file).
19115 It has the same semantics as the
19116 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19117 variable in the Setup/Config screen.
19119 If you are using this to post from home when you are at home and from
19120 work when you are at work you need to be careful about postponing messages.
19121 When you postpone a composition that was using a role with this variable
19122 set, the SMTP server list will be saved
19123 with the postponed composition.
19124 It cannot be changed later.
19125 Because of this, you may want to make this a list of SMTP servers
19126 with the preferred server at the front of the list and alternate servers
19127 later in the list.
19128 In your &quot;Home&quot; role you would put the home SMTP server first and
19129 the work SMTP server last.
19130 In your &quot;Work&quot; role you would put the work SMTP server first and
19131 the home SMTP server last.
19132 Then if you start a composition as &quot;Work&quot;, postpone
19133 it, and then later resume it from home the work SMTP server will fail but
19134 the home SMTP server later in the list will succeed.
19136 You may be able to simplify things by making the regular
19137 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19138 variable in the Setup/Config screen a list instead of using roles
19139 to set the SMTP server.
19142 Look <A HREF="h_edit_nav_cmds">here</A>
19143 to see the available Editing and Navigation commands.
19145 &lt;End of help on this topic&gt;
19146 </BODY>
19147 </HTML>
19148 ======= h_config_role_usenntp =======
19149 <HTML>
19150 <HEAD>
19151 <TITLE>Use NNTP Server Explained</TITLE>
19152 </HEAD>
19153 <BODY>
19154 <H1>Use NNTP Server Explained</H1>
19156 This describes part of the action to be taken if the Pattern for this
19157 role is a match.
19158 If this field has a value, then it will be used as the NNTP server
19159 to post to newsgroups when this role is being used (unless the NNTP server
19160 variable
19161 is set in the system-wide fixed configuration file).
19162 It has the same semantics as the
19163 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19164 variable in the Setup/Config screen.
19166 This role setting can facilitate posting to the right nntp server for someone
19167 who reads news from various news sources.  The feature
19168 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
19169 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
19170 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
19171 nntp servers for roles may be more desirable for some people.
19173 If you are using this to post from home when you are at home and from
19174 work when you are at work you need to be careful about postponing messages.
19175 When you postpone a composition that was using a role with this variable
19176 set, the NNTP server list will be saved
19177 with the postponed composition.
19178 It cannot be changed later.
19179 Because of this, you may want to make this a list of NNTP servers
19180 with the preferred server at the front of the list and alternate servers
19181 later in the list.
19182 In your &quot;Home&quot; role you would put the home NNTP server first and
19183 the work NNTP server last.
19184 In your &quot;Work&quot; role you would put the work NNTP server first and
19185 the home NNTP server last.
19186 Then if you start a composition as &quot;Work&quot;, postpone
19187 it, and then later resume it from home the work NNTP server will fail but
19188 the home NNTP server later in the list will succeed.
19190 You may be able to simplify things by making the regular
19191 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19192 variable in the Setup/Config screen a list instead of using roles
19193 to set the NNTP server.
19196 Look <A HREF="h_edit_nav_cmds">here</A>
19197 to see the available Editing and Navigation commands.
19199 &lt;End of help on this topic&gt;
19200 </BODY>
19201 </HTML>
19202 ======= h_config_role_setotherhdr =======
19203 <HTML>
19204 <HEAD>
19205 <TITLE>Set Other Headers Explained</TITLE>
19206 </HEAD>
19207 <BODY>
19208 <H1>Set Other Headers Explained</H1>
19210 This describes part of the action to be taken if the Pattern for this
19211 role is a match.
19212 This field gives you a way to set values for headers besides
19213 &quot;From&quot; and &quot;Reply-To&quot;.
19214 If you want to set either of those, use the specific
19215 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
19217 This field is similar to the
19218 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
19219 Each header you specify here must include the header tag 
19220 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
19221 and may optionally include a value for that header.
19222 In order to see these headers when you compose using this role you 
19223 must use the rich header
19224 <!--chtml if pinemode="function_key"-->(F5)
19225 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
19226 Here's an example that shows how you might set the To address.
19228 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
19230 Headers set in this way are different from headers set with the
19231 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
19232 will replace any value that already exists.
19233 For example, if you are Replying to a message there will already be at
19234 least one address in the To header (the address you are Replying to).
19235 However, if you Reply using a role that sets the To header, that role's
19236 To header value will be used instead.
19238 Limitation: Because commas are used to separate the list of
19239 Other Headers, it is not possible to have the value of a
19240 header contain a comma;
19241 nor is there currently an &quot;escape&quot; mechanism provided
19242 to make this work.
19244 Look <A HREF="h_edit_nav_cmds">here</A>
19245 to see the available Editing and Navigation commands.
19247 &lt;End of help on this topic&gt;
19248 </BODY>
19249 </HTML>
19250 ======= h_config_role_setlitsig =======
19251 <HTML>
19252 <HEAD>
19253 <TITLE>Set Literal Signature Explained</TITLE>
19254 </HEAD>
19255 <BODY>
19256 <H1>Set Literal Signature Explained</H1>
19258 This describes part of the action to be taken if the Pattern for this
19259 role is a match.
19260 This field contains the actual text for your signature, as opposed to
19261 the name of a file containing your signature.
19262 If this is defined it takes precedence over any value set in the
19263 &quot;Set Signature&quot; field.
19265 This is simply a different way to store the signature.
19266 The signature is stored inside your Alpine configuration file instead of in
19267 a separate file.
19268 Tokens work the same way they do with
19269 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
19270 help text there for more information.
19273 The two character sequence &#92;n (backslash followed by
19274 the character n) will be used to signify a line-break in your signature.
19275 You don't have to enter the &#92;n, but it will be visible in the
19276 CHANGE THIS ROLE RULE window after you are done editing the signature.
19278 Look <A HREF="h_edit_nav_cmds">here</A>
19279 to see the available Editing and Navigation commands.
19281 &lt;End of help on this topic&gt;
19282 </BODY>
19283 </HTML>
19284 ======= h_config_role_setsig =======
19285 <HTML>
19286 <HEAD>
19287 <TITLE>Set Signature Explained</TITLE>
19288 </HEAD>
19289 <BODY>
19290 <H1>Set Signature Explained</H1>
19292 This describes part of the action to be taken if the Pattern for this
19293 role is a match.
19295 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
19296 option from Setup/Config
19297 or the &quot;Set LiteralSig&quot; option for this role are defined,
19298 then this option will be ignored.
19299 You can tell that that is the case because the value of this
19300 option will show up as
19302 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
19304 You may either use all Literal Signatures (signatures stored in your
19305 configuration file) throughout Alpine, or all signature files.
19306 You can't mix the two.
19308 This field consists of a filename that will be used as the signature
19309 file when using this role.
19311 If the filename is followed by a vertical bar (|) then instead
19312 of reading the contents of the file the file is assumed to be a
19313 program that will produce the text to be used on its standard output.
19314 The program can't have any arguments and doesn't receive any input from Alpine,
19315 but the rest of the processing works as if the contents came from a file.
19317 Instead of storing the data in a local file, the
19318 signature data may be stored remotely in an IMAP folder.
19319 In order to do this, 
19320 you must use a remote name for the signature.
19321 A remote signature name might look like:
19323 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
19326 The syntax used here is the same as the syntax used for a remote
19327 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19328 Note that you may not access an existing signature file remotely,
19329 you have to create a new <EM>folder</EM> that contains the signature data.
19330 If the name you use here for the signature data is a remote name, then when
19331 you edit the file using the &quot;F&quot; command the data will
19332 be saved remotely in the folder.
19333 You aren't required to do anything special to create the folder, it
19334 gets created if you use a remote name.
19337 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19338 the name of the file) you have specified.
19339 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19341 Besides containing regular text, a signature file may also
19342 contain (or a signature program may produce) tokens that are replaced with text
19343 that depends on the message you are replying to or forwarding.
19344 The tokens all look like _word_ (a word surrounded by underscores).
19345 For example, if the token
19347 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19349 is included in the text of the signature file, then when you reply to
19350 or forward a message, the token will be replaced with the actual date
19351 the message you are replying to or forwarding was sent.
19353 If you use a role that has a signature file for a plain composition
19354 (that is, not a reply or forward) then there is no original message, so
19355 any tokens that depend on the message will be replaced with nothing.
19356 So if you want a signature file to be useful for new compositions it
19357 shouldn't include any of the tokens that depend on the message being
19358 replied to or forwarded.
19360 The list of available tokens is
19361 <A HREF="h_index_tokens">here</A>.
19363 Actually, for the adventurous, there is a way to conditionally include text based
19364 on whether or not a token would result in specific replacement text.
19365 For example, you could include some text based on whether or not
19366 the _NEWS_ token would result in any newsgroups if it was used.
19367 It's explained in detail
19368 <A HREF="h_reply_token_conditionals">here</A>.
19370 In the very unlikely event that you want to include a literal token in
19371 a signature file, you must precede it with a backslash character.
19372 For example, to include the literal text _DATE_ you must actually use
19373 &#92;_DATE_.
19374 It is not possible to have a literal backslash followed by an expanded token.
19376 A blank field here means that Alpine will use its normal rules for deciding
19377 which file (if any) to use for the signature file.
19379 An alternate method for storing the signature is available in
19380 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
19382 Look <A HREF="h_edit_nav_cmds">here</A>
19383 to see the available Editing and Navigation commands.
19385 &lt;End of help on this topic&gt;
19386 </BODY>
19387 </HTML>
19388 ======= h_config_role_settempl =======
19389 <HTML>
19390 <HEAD>
19391 <TITLE>Set Template Explained</TITLE>
19392 </HEAD>
19393 <BODY>
19394 <H1>Set Template Explained</H1>
19396 This describes part of the action to be taken if the Pattern for this
19397 role is a match.
19398 This field consists of a filename that will be used as the template
19399 file when using this role.
19400 The template file is a file that is included at the top of the message you
19401 are composing.
19403 If the filename is followed by a vertical bar (|) then instead
19404 of reading the contents of the file the file is assumed to be a
19405 program that will produce the text to be used on its standard output.
19406 The program can't have any arguments and doesn't receive any input from Alpine,
19407 but the rest of the processing works as if the contents came from a file.
19409 Instead of storing the data in a local file, the
19410 template may be stored remotely in an IMAP folder.
19411 In order to do this, 
19412 you must use a remote name for the template.
19413 A remote template name might look like:
19415 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
19418 The syntax used here is the same as the syntax used for a remote
19419 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19420 Note that you may not access an existing template file remotely,
19421 you have to create a new <EM>folder</EM> that contains the template data.
19422 If the name you use here for the template is a remote name, then when
19423 you edit the file using the &quot;F&quot; command the data will
19424 be saved remotely in the folder.
19425 You aren't required to do anything special to create the folder, it
19426 gets created if you use a remote name.
19428 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19429 the name of the file) you have specified.
19430 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19432 Besides containing regular text, the template file may also
19433 contain (or a template file program may produce) tokens that are replaced with text
19434 that depends on the message you are replying to or forwarding.
19435 The tokens all look like _word_ (a word surrounded by underscores).
19436 For example, if the token
19438 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19440 is included in the text of the template file, then when you reply to
19441 or forward a message, the token will be replaced with the actual date
19442 the message you are replying to or forwarding was sent.
19444 If you use a role that has a template file for a plain composition
19445 (that is, not a reply or forward) then there is no original message, so
19446 any tokens that depend on the message will be replaced with nothing.
19447 So if you want a template file to be useful for new compositions it
19448 shouldn't include any of the tokens that depend on the message being
19449 replied to or forwarded.
19451 The list of available tokens is
19452 <A HREF="h_index_tokens">here</A>.
19454 Actually, for the adventurous, there is a way to conditionally include text based
19455 on whether or not a token would result in specific replacement text.
19456 For example, you could include some text based on whether or not
19457 the _NEWS_ token would result in any newsgroups if it was used.
19458 It's explained in detail
19459 <A HREF="h_reply_token_conditionals">here</A>.
19461 In the very unlikely event that you want to include a literal token in
19462 a template file, you must precede it with a backslash character.
19463 For example, to include the literal text _DATE_ you must actually use
19464 &#92;_DATE_.
19465 It is not possible to have a literal backslash followed by an expanded token.
19467 A blank template field means that Alpine will not use a template file when
19468 this role is being used.
19470 Look <A HREF="h_edit_nav_cmds">here</A>
19471 to see the available Editing and Navigation commands.
19473 &lt;End of help on this topic&gt;
19474 </BODY>
19475 </HTML>
19476 ======= h_config_filt_stat_imp =======
19477 <HTML>
19478 <HEAD>
19479 <TITLE>Set Important Status Explained</TITLE>
19480 </HEAD>
19481 <BODY>
19482 <H1>Set Important Status Explained</H1>
19484 This describes part of the action to be taken if the Pattern for this
19485 filter is a match.
19486 If set to &quot;Don't change it&quot; then this does nothing.
19487 If set to &quot;Set this state&quot; then the Important flag is set
19488 for the matching message.
19489 If set to &quot;Clear this state&quot; then the Important flag is cleared
19490 for the matching message.
19491 The important flag usually causes an asterisk to show up in the MESSAGE
19492 INDEX.
19493 It may also be useful when selecting a set of messages
19494 with the Select command.
19496 Look <A HREF="h_edit_nav_cmds">here</A>
19497 to see the available Editing and Navigation commands.
19499 &lt;End of help on this topic&gt;
19500 </BODY>
19501 </HTML>
19502 ======= h_config_filt_stat_new =======
19503 <HTML>
19504 <HEAD>
19505 <TITLE>Set New Status Explained</TITLE>
19506 </HEAD>
19507 <BODY>
19508 <H1>Set New Status Explained</H1>
19510 This describes part of the action to be taken if the Pattern for this
19511 filter is a match.
19512 If set to &quot;Don't change it&quot; then this does nothing.
19513 If set to &quot;Set this state&quot; then the
19514 matching message is marked New.
19515 If set to &quot;Clear this state&quot; then the
19516 matching message is marked Seen.
19518 Look <A HREF="h_edit_nav_cmds">here</A>
19519 to see the available Editing and Navigation commands.
19521 &lt;End of help on this topic&gt;
19522 </BODY>
19523 </HTML>
19524 ======= h_config_filt_stat_ans =======
19525 <HTML>
19526 <HEAD>
19527 <TITLE>Set Answered Status Explained</TITLE>
19528 </HEAD>
19529 <BODY>
19530 <H1>Set Answered Status Explained</H1>
19532 This describes part of the action to be taken if the Pattern for this
19533 filter is a match.
19534 If set to &quot;Don't change it&quot; then this does nothing.
19535 If set to &quot;Set this state&quot; then the Answered flag is set
19536 for the matching message.
19537 If set to &quot;Clear this state&quot; then the Answered flag is cleared
19538 for the matching message.
19540 Look <A HREF="h_edit_nav_cmds">here</A>
19541 to see the available Editing and Navigation commands.
19543 &lt;End of help on this topic&gt;
19544 </BODY>
19545 </HTML>
19546 ======= h_config_filt_stat_del =======
19547 <HTML>
19548 <HEAD>
19549 <TITLE>Set Deleted Status Explained</TITLE>
19550 </HEAD>
19551 <BODY>
19552 <H1>Set Deleted Status Explained</H1>
19554 This describes part of the action to be taken if the Pattern for this
19555 filter is a match.
19556 If set to &quot;Don't change it&quot; then this does nothing.
19557 If set to &quot;Set this state&quot; then the
19558 matching message is marked Deleted.
19559 If set to &quot;Clear this state&quot; then the
19560 matching message is marked UnDeleted.
19562 You should not use this option unless you are prepared to have matching
19563 messages expunged from the folder permanently.
19564 For example, if you type the Expunge command, this filter is applied
19565 before the expunge, so matching messages will be marked Deleted and then
19566 will be permanently expunged from the folder.
19567 However, since the index isn't redrawn in between the time that the message
19568 is marked Deleted and the time that you are asked to expunge, the only
19569 indication that you are expunging the message comes in the number of messages
19570 being expunged.
19571 The same thing may happen when you close a folder.
19572 It is also possible that an expunge not initiated by you will
19573 delete matching messages.
19575 Look <A HREF="h_edit_nav_cmds">here</A>
19576 to see the available Editing and Navigation commands.
19578 &lt;End of help on this topic&gt;
19579 </BODY>
19580 </HTML>
19581 ======= h_config_role_scoreval =======
19582 <HTML>
19583 <HEAD>
19584 <TITLE>Score Value Explained</TITLE>
19585 </HEAD>
19586 <BODY>
19587 <H1>Score Value Explained</H1>
19589 A message's score is the sum of the Score Values from all of the Scoring rules
19590 with Patterns that match the message.
19591 The value you give here is the Score Value associated with this rule.
19592 A Score Value is an integer between -100 and 100, with the default
19593 value of zero.
19595 Alternatively, if the
19596 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
19597 field is defined
19598 (on the line right below the &quot;Score Value&quot; field)
19599 then the &quot;Score Value&quot; is ignored and
19600 the &quot;Score From Header&quot; field is used instead.
19602 Look <A HREF="h_edit_nav_cmds">here</A>
19603 to see the available Editing and Navigation commands.
19605 &lt;End of help on this topic&gt;
19606 </BODY>
19607 </HTML>
19608 ======= h_config_role_scorehdrtok =======
19609 <HTML>
19610 <HEAD>
19611 <TITLE>Score Value From Header Explained</TITLE>
19612 </HEAD>
19613 <BODY>
19614 <H1>Score Value From Header Explained</H1>
19616 This option provides a way to use a number that appears in the headers of your
19617 messages as the message's score, or as a component of that score.
19618 If this field is defined then it is used instead of the &quot;Score Value&quot;.
19619 The idea behind this option is that there may be a score embedded in the
19620 headers of messages that has already been calculated outside of Alpine.
19621 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
19622 somewhere in that header there is a score.
19624 The value for this option is the name of the header followed by parentheses
19625 with two arguments inside:
19627 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
19629 No space is allowed between the comma and the start of the field_separators.
19630 It would be interpreted as the first separator if it was there.
19631 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
19632 starts after that and goes to the second separator, and so on.
19633 It's easier to explain with examples.
19635 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
19637 In the above example the header that is used is the &quot;X-Spam&quot; header.
19638 The value of that header (the part after the colon and the space) is split
19639 into fields separated by spaces.
19641 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
19643 The second field is selected and converted to an integer. It only makes sense
19644 if Field2 really is an integer.
19646 Here's an example of a SpamAssassin header.
19647 The exact look of the header will vary, but if your incoming mail
19648 contains headers that look like the following
19650 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19652 you might want to use the hits value as a score.
19653 Since the score is an integer value you can't make use of the decimal part of
19654 the number, but
19655 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
19656 and &quot;.&quot; as your separators.
19658 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
19660 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
19661 hits.
19662 The second field is &quot;10&quot; so the score value would be 10.
19664 Another example we've seen has headers that look like
19666 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19668 Because there are two equals before the 7% the value
19670 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
19672 should capture the probability as the score.
19674 The Score From Header scoring value actually works just like the
19675 regular Score Value in that the rest of the pattern has to match before
19676 it is used and the scores from all the different scoring rules that
19677 match for a particular message are added together.
19678 When using the Score From Header method it may (or may not) make sense to
19679 use only a single scoring rule with a pattern that matches every message.
19681 Look <A HREF="h_edit_nav_cmds">here</A>
19682 to see the available Editing and Navigation commands.
19684 &lt;End of help on this topic&gt;
19685 </BODY>
19686 </HTML>
19687 ======= h_config_role_replyuse =======
19688 <HTML>
19689 <HEAD>
19690 <TITLE>Reply Use Explained</TITLE>
19691 </HEAD>
19692 <BODY>
19693 <H1>Reply Use Explained</H1>
19695 This option determines how this particular role will be used when Replying
19696 to a message.
19697 There are three possible values for this option.
19698 The value &quot;Never&quot;
19699 means that this role will not be a candidate for use when Replying.
19700 The role's Pattern will not be checked for a match, however the role will
19701 be available to be manually switched to if there is a confirmation prompt.
19704 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19705 mean that you do want to consider this role when Replying.
19706 For either of these settings, the role's Pattern will be compared with
19707 the message being replied to.
19708 If there is a match then this role will either be used without confirmation
19709 or will be the default when confirmation is asked for, depending on
19710 which of the two options is selected.
19711 If confirmation is requested, you will also have a chance to
19712 manually change the role to any one of your other roles.
19715 You won't be prompted for confirmation if none of your role Patterns
19716 match the message being replied to.
19717 This is independent of the value of the current option.
19718 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19719 feature may be used to change this behavior.
19721 &lt;End of help on this topic&gt;
19722 </BODY>
19723 </HTML>
19724 ======= h_config_role_forwarduse =======
19725 <HTML>
19726 <HEAD>
19727 <TITLE>Forward Use Explained</TITLE>
19728 </HEAD>
19729 <BODY>
19730 <H1>Forward Use Explained</H1>
19732 This option determines how this particular role will be used when Forwarding
19733 a message.
19734 There are three possible values for this option.
19735 The value &quot;Never&quot;
19736 means that this role will not be a candidate for use when Forwarding.
19737 The role's Pattern will not be checked for a match, however the role will
19738 be available to be manually switched to if there is a confirmation prompt.
19741 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19742 mean that you do want to consider this role when Forwarding.
19743 For either of these settings, the role's Pattern will be compared with
19744 the message being forwarded.
19745 If there is a match then this role will either be used without confirmation
19746 or will be the default when confirmation is asked for, depending on
19747 which of the two options is selected.
19748 If confirmation is requested, you will also have a chance to
19749 manually change the role to any one of your other roles.
19752 You won't be prompted for confirmation if none of your role Patterns
19753 match the message being forwarded.
19754 This is independent of the value of the current option.
19755 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19756 feature may be used to change this behavior.
19758 &lt;End of help on this topic&gt;
19759 </BODY>
19760 </HTML>
19761 ======= h_config_role_composeuse =======
19762 <HTML>
19763 <HEAD>
19764 <TITLE>Compose Use Explained</TITLE>
19765 </HEAD>
19766 <BODY>
19767 <H1>Compose Use Explained</H1>
19769 This option determines how this particular role will be used when Composing
19770 a new message using the &quot;Compose&quot; command.
19771 This does not affect what happens when using the &quot;Role&quot; command
19772 to compose a new message.
19773 The &quot;Role&quot; command allows you to select a role from all of the
19774 roles you have defined, regardless of what Uses you've assigned to those
19775 roles.
19778 There are three possible values for this option.
19779 The value &quot;Never&quot;
19780 means that this role will not be a candidate for use when Composing.
19781 The role's Current Folder Type will not be checked for a match, however the role
19782 will be available to be manually switched to if there is a confirmation prompt.
19785 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19786 mean that you do want to consider this role when Composing.
19787 For either of these settings,
19788 the role's Current Folder Type will be checked (since there is no message
19789 to compare with, the rest of the Pattern is considered a match).
19790 If there is a match then this role will either be used without confirmation
19791 or will be the default when confirmation is asked for, depending on
19792 which of the two options is selected.
19793 If confirmation is requested, you will also have a chance to
19794 manually change the role to any one of your other roles.
19797 When using the Compose command the role checking is a little different
19798 because there is no message being replied to or forwarded.
19799 Because of this the Current Folder Type is checked but the header pattern
19800 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
19801 A role is considered to be a match if it is a candidate for Compose Use and
19802 its Current Folder Type matches the currently open folder.
19803 This could be useful if you want to set a role based on the folder you
19804 are reading, or the type of folder you are reading.
19807 You won't be prompted for confirmation if none of your role Patterns
19808 are a match.
19809 This is independent of the value of the current option.
19810 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19811 feature may be used to change this behavior.
19813 &lt;End of help on this topic&gt;
19814 </BODY>
19815 </HTML>
19816 ======= h_config_filter_folder =======
19817 <HTML>
19818 <HEAD>
19819 <TITLE>Filter Folder Explained</TITLE>
19820 </HEAD>
19821 <BODY>
19822 <H1>Filter Folder Explained</H1>
19824 When the Filter Action is set to &quot;Move&quot;,
19825 the folder or folders specified here will be used to store messages matching
19826 the provided pattern.
19829 If you set the Filter Action to &quot;Move&quot; you must give a folder name
19830 here.
19833 If you wish,
19834 you may choose a folder from your folder collections by using the
19835 &quot;T&quot; command.
19837 Besides regular text, the folder name may also contain
19838 tokens that are replaced with text representing the current date
19839 when you run Alpine.
19840 For example, if the folder name you use is
19842 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
19844 that is replaced with something like
19846 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
19850 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
19852 becomes
19854 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
19856 The token names must be surrounded by underscores in order to be recognized
19857 as tokens.
19858 The tokens that may be used are those that are derived from the current date.
19859 They're listed near the bottom of the list of tokens give
19860 <A HREF="h_index_tokens">here</A>.
19862 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19863 for more information on Patterns.
19865 Look <A HREF="h_edit_nav_cmds">here</A>
19866 to see the available Editing and Navigation commands.
19868 &lt;End of help on this topic&gt;
19869 </BODY>
19870 </HTML>
19871 ======= h_config_filter_kw_set =======
19872 <HTML>
19873 <HEAD>
19874 <TITLE>Set These Keywords Explained</TITLE>
19875 </HEAD>
19876 <BODY>
19877 <H1>Set These Keywords Explained</H1>
19879 This describes part of the action to be taken if the Pattern for this
19880 filter is a match.
19881 Read a little about keywords in the help text for the
19882 <A HREF="h_common_flag">Flag</A> command.
19883 This option is a list of keywords that will be Set when there is a match.
19884 If you wish, you may choose keywords from the list of keywords you have
19885 defined with the &quot;T&quot; command.
19886 You may add new keywords by defining them in the
19887 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19888 If you have given a keyword a nickname when configuring it,
19889 that nickname may be used instead of the actual keyword.
19892 Look <A HREF="h_edit_nav_cmds">here</A>
19893 to see the available Editing and Navigation commands.
19895 &lt;End of help on this topic&gt;
19896 </BODY>
19897 </HTML>
19898 ======= h_config_filter_kw_clr =======
19899 <HTML>
19900 <HEAD>
19901 <TITLE>Clear These Keywords Explained</TITLE>
19902 </HEAD>
19903 <BODY>
19904 <H1>Clear These Keywords Explained</H1>
19906 This describes part of the action to be taken if the Pattern for this
19907 filter is a match.
19908 Read a little about keywords in the help text for the
19909 <A HREF="h_common_flag">Flag</A> command.
19910 This option is a list of keywords that will be Cleared when there is a match.
19911 If you wish, you may choose keywords from the list of keywords you have
19912 defined with the &quot;T&quot; command.
19913 You may add new keywords by defining them in the
19914 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19915 If you have given a keyword a nickname when configuring it,
19916 that nickname may be used instead of the actual keyword.
19919 Look <A HREF="h_edit_nav_cmds">here</A>
19920 to see the available Editing and Navigation commands.
19922 &lt;End of help on this topic&gt;
19923 </BODY>
19924 </HTML>
19925 ======= h_index_tokens =======
19926 <HTML>
19927 <HEAD>
19928 <TITLE>Tokens for Index and Replying</TITLE>
19929 </HEAD>
19930 <BODY>
19932 This set of special tokens may be used in the
19933 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
19934 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19935 in signature files,
19936 in template files used in
19937 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
19938 that is the target of a Filter Rule.
19939 Some of them aren't available in all situations.
19941 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
19942 option, but they must be surrounded by underscores for the
19943 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
19944 and in the target of Filter Rules.
19948 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
19950 <DL>
19951 <DT>SUBJECT</DT>
19952 <DD>
19953 This token represents the Subject the sender gave the message.
19954 Alternatives for use in the index screen are SHORTSUBJECT,
19955 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
19956 SUBJKEYTEXT, and SUBJKEYINITTEXT.
19957 You may color the subject text in the MESSAGE INDEX screen differently by using the
19958 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
19959 <A HREF="h_config_index_opening_color">Index Opening Color</A>
19960 options available from
19961 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19962 </DD>
19964 <DT>FROM</DT>
19965 <DD>
19966 This token represents the personal name (or email address if the name
19967 is unavailable) of the person specified in the message's &quot;From:&quot;
19968 header field.
19969 You may color the from text in the MESSAGE INDEX screen differently by using the
19970 <A HREF="h_config_index_from_color">Index From Color</A>
19971 option available from
19972 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19973 </DD>
19975 <DT>ADDRESS</DT>
19976 <DD>
19977 This is similar to the &quot;FROM&quot; token, only it is always the
19978 email address, never the personal name.
19979 For example, &quot;mailbox@domain&quot;.
19980 </DD>
19982 <DT>MAILBOX</DT>
19983 <DD>
19984 This is the same as the &quot;ADDRESS&quot; except that the 
19985 domain part of the address is left off.
19986 For example, &quot;mailbox&quot;.
19987 </DD>
19989 <DT>SENDER</DT>
19990 <DD>
19991 This token represents the personal name (or email address) of the person
19992 listed in the message's &quot;Sender:&quot; header field.
19993 </DD>
19995 <DT>TO</DT>
19996 <DD>
19997 This token represents the personal names (or email addresses if the names
19998 are unavailable) of the persons specified in the
19999 message's &quot;To:&quot; header field.
20000 </DD>
20002 <DT>NEWSANDTO</DT>
20003 <DD>
20004 This token represents the newsgroups from the
20005 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20006 the personal names (or email addresses if the names
20007 are unavailable) of the persons specified in the
20008 message's &quot;To:&quot; header field.
20009 </DD>
20011 <DT>TOANDNEWS</DT>
20012 <DD>
20013 Same as &quot;NEWSANDTO&quot; except in the opposite order.
20014 </DD>
20016 <DT>NEWS</DT>
20017 <DD>
20018 This token represents the newsgroups from the
20019 message's &quot;Newsgroups:&quot; header field.
20020 </DD>
20022 <DT>CC</DT>
20023 <DD>
20024 This token represents the personal names (or email addresses if the names
20025 are unavailable) of the persons specified in the
20026 message's &quot;Cc:&quot; header field.
20027 </DD>
20029 <DT>RECIPS</DT>
20030 <DD>
20031 This token represents the personal names (or email addresses if the names
20032 are unavailable) of the persons specified in both the
20033 message's &quot;To:&quot; header field and
20034 the message's &quot;Cc:&quot; header field.
20035 </DD>
20037 <DT>NEWSANDRECIPS</DT>
20038 <DD>
20039 This token represents the newsgroups from the
20040 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20041 the personal names (or email addresses if the names
20042 are unavailable) of the persons specified in the
20043 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
20044 </DD>
20046 <DT>RECIPSANDNEWS</DT>
20047 <DD>
20048 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
20049 </DD>
20051 <DT>INIT</DT>
20052 <DD>
20053 This token represents the initials from the personal name
20054 of the person specified in the message's &quot;From:&quot;
20055 header field.
20056 If there is no personal name, it is blank.
20057 </DD>
20059 <DT>DATE</DT>
20060 <DD>
20061 This token represents the date on which the message was sent, according
20062 to the &quot;Date&quot; header field.
20063 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20064 The feature
20065 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
20066 which adjusts for the timezone the message was sent from,
20067 may have an effect on the value of this token as well as the values of
20068 all of the other DATE or TIME tokens.
20069 Some of the DATE and TIME tokens are displayed in a locale-specific
20070 way unless the option
20071 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
20072 </DD>
20074 <DT>SMARTDATE</DT>
20075 <DD>
20076 This token represents the date on which the message was sent, according
20077 to the &quot;Date&quot; header field.
20078 It is &quot;Today&quot; if the message was sent today,
20079 &quot;Yesterday&quot; for yesterday,
20080 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
20081 message is from last year and is more than six months old it includes the year, as well.
20082 See the SMARTDATE alternatives below, as well.
20083 </DD>
20085 <DT>SMARTTIME</DT>
20086 <DD>
20087 This token represents the most relevant elements of the date on which
20088 the message was sent (according to the &quot;Date&quot; header field),
20089 in a compact form. If the message was sent today, only the time is used
20090 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
20091 the past week, the day of the week and the hour are used
20092 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
20093 given as date, month, and year (e.g. &quot;23Aug00&quot;,
20094 &quot;9Apr98&quot;).
20095 </DD>
20097 <DT>SMARTTIME24</DT>
20098 <DD>
20099 This token has the structure &quot;day hour:minute&quot;
20100 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
20101 from the current date, or &quot;month day&quot; (e.g.
20102 &quot;Nov 23&quot;) for messages dated less than 6 months
20103 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
20104 for messages dated more than 6 months ago. It uses 9 characters
20105 of the width of the screen, and it left aligned.
20106 </DD>
20108 <DT>SMARTDATETIME</DT>
20109 <DD>
20110 This is a combination of SMARTDATE and SMARTTIME.
20111 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
20112 case it is SMARTTIME.
20113 See the SMARTDATETIME alternatives below, as well.
20114 </DD>
20116 <DT>DATEISO</DT>
20117 <DD>
20118 This token represents the date on which the message was sent, according
20119 to the &quot;Date&quot; header field.
20120 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20121 </DD>
20123 <DT>SHORTDATEISO</DT>
20124 <DD>
20125 This token represents the date on which the message was sent, according
20126 to the &quot;Date&quot; header field.
20127 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20128 </DD>
20130 <DT>SHORTDATE1</DT>
20131 <DD>
20132 This token represents the date on which the message was sent, according
20133 to the &quot;Date&quot; header field.
20134 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
20135 </DD>
20137 <DT>SHORTDATE2</DT>
20138 <DD>
20139 This token represents the date on which the message was sent, according
20140 to the &quot;Date&quot; header field.
20141 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
20142 </DD>
20144 <DT>SHORTDATE3</DT>
20145 <DD>
20146 This token represents the date on which the message was sent, according
20147 to the &quot;Date&quot; header field.
20148 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
20149 </DD>
20151 <DT>SHORTDATE4</DT>
20152 <DD>
20153 This token represents the date on which the message was sent, according
20154 to the &quot;Date&quot; header field.
20155 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
20156 </DD>
20158 <DT>LONGDATE</DT>
20159 <DD>
20160 This token represents the date on which the message was sent, according
20161 to the &quot;Date&quot; header field.
20162 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
20163 </DD>
20165 <DT>SMARTDATE alternatives</DT>
20166 <DD>
20167 There are several versions of SMARTDATE that are all the same except
20168 for the way they format dates far in the past.
20169 SMARTDATE formats the date using the information from your locale settings
20170 to format the date string. It may end up formatting dates so that they look
20171 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20172 The feature
20173 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20174 may have an effect on the values of these tokens.
20175 If you want more control you may use one of the following.
20176   <DL>
20177   <DT>SMARTDATE</DT> <DD>If the option
20178 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20179 then this will be locale specific. Control this with the
20180 LC_TIME locale setting on a UNIX system. On Windows
20181 the Regional Options control panel may be used to set the Short date
20182 format. At the programming level, the strftime routine is what Alpine
20183 uses to print the date.
20184 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20185 to SMARTDATES1.</DD>
20186   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
20187   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20188   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
20189   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
20190   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
20191   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
20192   </DL>
20193 </DD>
20195 <DT>SMARTDATETIME alternatives</DT>
20196 <DD>
20197 There are several versions of SMARTDATETIME that are all very similar.
20198 The ones that end in 24 use a 24-hour clock for Today's messages instead
20199 of a 12-hour clock.
20200 The other variation is
20201 for the way they format dates far in the past.
20202 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
20203 to format the date string. It may end up formatting dates so that they look
20204 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20205 The feature
20206 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20207 may have an effect on the values of these tokens.
20208 The possible choices are:
20209   <DL>
20210   <DT>SMARTDATETIME</DT> <DD>If the option
20211 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20212 then this will be locale specific. Control this with the
20213 LC_TIME locale setting on a UNIX system. On Windows
20214 the Regional Options control panel may be used to set the Short date
20215 format. At the programming level, the strftime routine is what Alpine
20216 uses to print the date.
20217 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20218 to SMARTDATETIMES1.</DD>
20219   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
20220   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
20221   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
20222   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20223   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
20224   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
20225   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
20226   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
20227   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
20228   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
20229   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
20230   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
20231   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
20232   </DL>
20233 </DD>
20235 <DT>DAYDATE</DT>
20236 <DD>
20237 This token represents the date on which the message was sent, according
20238 to the &quot;Date&quot; header field.
20239 It looks like &quot;Sat, 23 Oct 1998&quot;.
20240 This token is never converted in any locale-specific way.
20241 </DD>
20243 <DT>PREFDATE</DT>
20244 <DD>
20245 This token represents the date on which the message was sent, according
20246 to the &quot;Date&quot; header field.
20247 It is your operating system's idea of the preferred date representation for the current locale.
20248 Internally it uses the %x version of the date from the strftime routine.
20249 </DD>
20251 <DT>PREFTIME</DT>
20252 <DD>
20253 This token represents the time at which the message was sent, according
20254 to the &quot;Date&quot; header field.
20255 It is the preferred time representation for the current locale.
20256 Internally it uses the %X version of the time from the strftime routine.
20257 </DD>
20259 <DT>PREFDATETIME</DT>
20260 <DD>
20261 This token represents the date and time at which the message was sent, according
20262 to the &quot;Date&quot; header field.
20263 It is the preferred date and time representation for the current locale.
20264 Internally it uses the %c version of the time from the strftime routine.
20265 </DD>
20267 <DT>DAY</DT>
20268 <DD>
20269 This token represents the day of the month on which the message was sent,
20270 according to the &quot;Date&quot; header field.
20271 For example, &quot;23&quot; or &quot;9&quot;.
20272 </DD>
20274 <DT>DAY2DIGIT</DT>
20275 <DD>
20276 This token represents the day of the month on which the message was sent,
20277 according to the &quot;Date&quot; header field.
20278 For example, &quot;23&quot; or &quot;09&quot;.
20279 It is always 2 digits.
20280 </DD>
20282 <DT>DAYORDINAL</DT>
20283 <DD>
20284 This token represents the ordinal number that is the day of
20285 the month on which the message was sent,
20286 according to the &quot;Date&quot; header field.
20287 For example, &quot;23rd&quot; or &quot;9th&quot;.
20288 </DD>
20290 <DT>DAYOFWEEK</DT>
20291 <DD>
20292 This token represents the day of the week on which the message was sent,
20293 according to the &quot;Date&quot; header field.
20294 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20295 </DD>
20297 <DT>DAYOFWEEKABBREV</DT>
20298 <DD>
20299 This token represents the day of the week on which the message was sent,
20300 according to the &quot;Date&quot; header field.
20301 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20302 </DD>
20304 <DT>MONTHABBREV</DT>
20305 <DD>
20306 This token represents the month the message was sent, according
20307 to the &quot;Date&quot; header field.
20308 For example, &quot;Oct&quot;.
20309 </DD>
20311 <DT>MONTHLONG</DT>
20312 <DD>
20313 This token represents the month in which the message was sent, according
20314 to the &quot;Date&quot; header field.
20315 For example, &quot;October&quot;.
20316 </DD>
20318 <DT>MONTH</DT>
20319 <DD>
20320 This token represents the month in which the message was sent, according
20321 to the &quot;Date&quot; header field.
20322 For example, &quot;10&quot; or &quot;9&quot;.
20323 </DD>
20325 <DT>MONTH2DIGIT</DT>
20326 <DD>
20327 This token represents the month in which the message was sent, according
20328 to the &quot;Date&quot; header field.
20329 For example, &quot;10&quot; or &quot;09&quot;.
20330 It is always 2 digits.
20331 </DD>
20333 <DT>YEAR</DT>
20334 <DD>
20335 This token represents the year the message was sent, according
20336 to the &quot;Date&quot; header field.
20337 For example, &quot;1998&quot; or &quot;2001&quot;.
20338 </DD>
20340 <DT>YEAR2DIGIT</DT>
20341 <DD>
20342 This token represents the year the message was sent, according
20343 to the &quot;Date&quot; header field.
20344 For example, &quot;98&quot; or &quot;01&quot;.
20345 It is always 2 digits.
20346 </DD>
20348 <DT>TIME24</DT>
20349 <DD>
20350 This token represents the time at which the message was sent, according
20351 to the &quot;Date&quot; header field.
20352 There is no adjustment made for different time zones, so you'll get
20353 the time the message was sent according to the time zone the sender
20354 was in.
20355 It has the format HH:MM. For example, &quot;17:28&quot;.
20356 </DD>
20358 <DT>TIME12</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 This time is for a 12 hour clock.
20363 It has the format HH:MMpm.
20364 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20365 </DD>
20367 <DT>TIMEZONE</DT>
20368 <DD>
20369 This token represents the numeric timezone from
20370 the &quot;Date&quot; header field.
20371 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
20372 </DD>
20374 </DL>
20377 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
20379 <DL>
20380 <DT>MSGNO</DT>
20381 <DD>
20382 This token represents the message's current position in the folder that,
20383 of course, may change as the folder is sorted or new mail arrives.
20384 </DD>
20386 <DT>STATUS</DT>
20387 <DD>
20388 This token represents a three character wide field displaying various
20389 aspects of the message's state.
20390 The first character is either blank,
20391 a '*' for message marked Important, or a '+' indicating a message
20392 addressed directly to you (as opposed to your having received it via a
20393 mailing list, for example).
20394 When the feature
20395 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
20396 is set, if the first character would have been
20397 blank then it will instead be a '-' if the message is cc'd to you.
20398 The second character is typically blank,
20399 though the arrow cursor may occupy it if either the 
20400 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
20401 or the
20402 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
20403 is set (or you actually are on a slow link).
20404 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
20405 '<A HREF="h_flag_answered">A</A>' (Answered),
20406 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
20407 '<A HREF="h_flag_new">N</A>' (New), or blank.
20409 If you are using a threaded view of the index and this message is at the
20410 top of a collapsed portion of a thread,
20411 then this token refers to all of the messages in the collapsed portion of
20412 the thread instead of just the top message.
20413 The first character will be a '*' if <EM>any</EM> of the messages in the thread
20414 are marked Important, else a '+' if any of the messages are addressed
20415 to you, else a '-' if any of the messages are cc'd to you.
20416 The third character will be a 'D' if <EM>all</EM> of the messages
20417 in the collapsed thread are marked deleted,
20418 an 'A' if <EM>all</EM> of the messages
20419 in the collapsed thread are marked answered,
20420 it will be an 'N' if any of
20421 the messages are undeleted and unseen, and it will be blank otherwise.
20422 </DD>
20424 <DT>FULLSTATUS</DT>
20425 <DD>
20426 This token represents a less abbreviated alternative
20427 to the &quot;STATUS&quot; token.
20428 It is six characters wide.
20429 The first character is '+', '-', or blank, the
20430 second blank, the third either '*' or blank, the fourth
20431 '<A HREF="h_flag_new">N</A>' or blank,
20432 the fifth '<A HREF="h_flag_answered">A</A>'
20433 or blank, and the sixth character is
20434 either '<A HREF="h_flag_deleted">D</A>' or
20435 blank.
20437 If you are using a threaded view of the index and this message is at the
20438 top of a collapsed portion of a thread,
20439 then this token refers to all of the messages in the collapsed portion of
20440 the thread instead of just the top message.
20441 The first character is '+', '-', or blank depending on whether <EM>any</EM>
20442 of the messages in the collapsed thread are addressed to you or cc'd to you.
20443 The third character will be '*' if any of the messages are marked
20444 Important.
20445 The fourth character will be 'N' if all of the messages in the thread
20446 are New, else 'n' if some of the messages in the thread are New, else blank.
20447 The fifth character will be 'A' or 'a' or blank, and the sixth character
20448 will be 'D' or 'd' or blank.
20449 </DD>
20451 <DT>IMAPSTATUS</DT>
20452 <DD>
20453 This token represents an even less abbreviated alternative to the
20454 &quot;STATUS&quot; token.
20455 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
20456 an 'N' if the message is new to this folder since the last time
20457 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
20458 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
20459 new to the folder since it was last opened <EM>but</EM> has not been
20460 viewed, or a blank if the message has been in the folder since it was
20461 last opened and has been viewed.
20463 If you are using a threaded view of the index and this message is at the
20464 top of a collapsed portion of a thread,
20465 then the fourth character will be
20466 'N' if all of the messages in the thread are unseen and recent;
20467 else 'n' if some of the messages in the thread are unseen and recent;
20468 else 'U' if all of the messages in the thread are unseen and not recent;
20469 else 'u' if some of the messages in the thread are unseen and not recent;
20470 else 'R' if all of the messages in the thread are seen and recent;
20471 else 'r' if some of the messages in the thread are seen and recent;
20472 else blank.
20473 </DD>
20475 <DT>SHORTIMAPSTATUS</DT>
20476 <DD>
20477 This is the same as the last four of the six characters of IMAPSTATUS,
20478 so the '+' To Me information will be missing.
20479 </DD>
20481 <DT>SIZE</DT>
20482 <DD>
20483 This token represents the total size, in bytes, of the message.
20484 If a &quot;K&quot; (Kilobyte)
20485 follows the number, the size is approximately 1,000
20486 times that many bytes (rounded to the nearest 1,000).
20487 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20488 1,000,000 times that many bytes.
20489 Commas are not used in this field.
20490 This field is seven characters wide, including the enclosing parentheses.
20491 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20492 The progression of sizes used looks like:
20495 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
20497 </DD>
20499 <DT>SIZECOMMA</DT>
20500 <DD>
20501 This token represents the total size, in bytes, of the message.
20502 If a &quot;K&quot; (Kilobyte)
20503 follows the number, the size is approximately 1,000
20504 times that many bytes (rounded to the nearest 1,000).
20505 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20506 1,000,000 times that many bytes.
20507 Commas are used if the number shown is 1,000 or greater.
20508 The SIZECOMMA field is one character wider than the SIZE field.
20509 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20510 The progression of sizes used looks like:
20513 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
20515 </DD>
20517 <DT>KSIZE</DT>
20518 <DD>
20519 This token represents the total size of the message, expressed in
20520 kilobytes or megabytes, as most appropriate.
20521 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
20522 The progression of sizes used looks like:
20525 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
20527 </DD>
20529 <DT>SIZENARROW</DT>
20530 <DD>
20531 This token represents the total size, in bytes, of the message.
20532 If a &quot;K&quot; (Kilobyte)
20533 follows the number, the size is approximately 1,000
20534 times that many bytes.
20535 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20536 1,000,000 times that many bytes.
20537 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
20538 1,000,000,000 times that many bytes.
20539 This field uses only five characters of screen width, including the enclosing
20540 parentheses.
20541 The progression of sizes used looks like:
20544 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
20546 </DD>
20548 <DT>DESCRIPSIZE</DT>
20549 <DD>
20550 This token is intended to represent a more useful description of the
20551 message than just its size, but it isn't very useful at this point.
20552 The plus sign in this view means there are attachments.
20553 Note that including this token in
20554 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20555 display a little while Alpine collects the necessary information.
20556 </DD>
20558 <DT>SHORTSUBJECT</DT> 
20559 <DD> This token is the same as SUBJECT, but removes 
20560 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
20561 between these characters corresponds to mailing list names, and may be 
20562 unnecessary or unwanted in some instances. 
20563 </DD>
20565 <DT>SUBJKEY</DT>
20566 <DD>
20567 This token is the same as the SUBJECT token unless keywords are set for
20568 the message.
20569 In that case, a list of keywords enclosed in braces will be prepended to
20570 the subject of the message.
20571 Only those keywords that you have defined in your
20572 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20573 in Setup/Config are considered in the list.
20574 In other words, keywords that have been set by some other means, perhaps
20575 by another email program, won't show up unless included in
20576 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20577 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
20578 prepended to the subject in the MESSAGE TEXT screen.
20579 If you have given a keyword a nickname
20580 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20581 instead of the actual keyword.
20582 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20583 option may be used to modify this token slightly.
20584 It is also possible to color keywords in the index using the
20585 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20586 </DD>
20588 <DT>SHORTSUBJKEY</DT>
20589 <DD> This token is the same as SUBJKEY, but it is based on
20590 SHORTSUBJECT, instead of in SUBJECT.
20591 </DD>
20593 <DT>SUBJKEYINIT</DT>
20594 <DD>
20595 This token is the same as the SUBJKEY token except that instead of
20596 prepending a list of keywords to the subject, a list of first initials
20597 of keywords will be prepended instead.
20598 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
20599 set (or Work and Now are the Alpine nicknames of keywords that are set)
20600 then the SUBJKEY token would cause a result like
20602 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
20604 whereas the SUBJKEYINIT token would give
20606 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
20608 Only those keywords that you have defined in your
20609 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20610 in Setup/Config are considered in the list.
20611 In other words, keywords that have been set by some other means, perhaps
20612 by another email program, won't show up unless included in
20613 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20614 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20615 option may be used to modify this token slightly.
20616 It is also possible to color keywords in the index using the
20617 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20618 </DD>
20620 <DT>SHORTSUBJKEYINIT</DT>
20621 <DD> This token is the same as SUBJKEYINIT, but it is based on
20622 SHORTSUBJECT, instead of in SUBJECT.
20623 </DD>
20625 <DT>SUBJECTTEXT</DT>
20626 <DD>
20627 Same as SUBJECT but if there is room in the Subject field for more text,
20628 the opening part of the text of the message is displayed after the subject.
20629 The time needed to fetch the text may cause a performance problem
20630 which can, of course, be avoided by using the SUBJECT version of
20631 the Subject instead.
20632 You may color this opening text differently by using the
20633 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20634 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20635 You may adjust the characters that are displayed between the Subject and the
20636 opening text with the option
20637 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
20638 </DD>
20640 <DT>SUBJKEYTEXT</DT>
20641 <DD>
20642 Same as SUBJKEY but with the opening message text.
20643 </DD>
20645 <DT>OPENINGTEXT</DT>
20646 <DD>
20647 This is similar to SUBJECTTEXT.
20648 Instead of combining the Subject and the opening text in a single
20649 field in the index screen this token allows you to allocate a
20650 separate column just for the opening text of the message.
20651 The time needed to fetch this text may cause a performance problem.
20652 You may color this opening text differently by using the
20653 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20654 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20655 </DD>
20657 <DT>OPENINGTEXTNQ</DT>
20658 <DD>
20659 This is very similar to OPENINGTEXT.
20660 The NQ stands for No Quotes.
20661 The only difference is that quoted text (lines beginning with &gt;) is deleted.
20662 For some messages this may be confusing.
20663 For example, a message might have a line preceding some quoted
20664 text that reads something like &quot;On May 8th person A said.&quot;
20665 That no longer makes sense after the quoted text is deleted and it
20666 will appear that person A said whatever the text after the quote
20667 is, even though that is really person B talking.
20668 </DD>
20670 <DT>SUBJKEYINITTEXT</DT>
20671 <DD>
20672 Same as SUBJKEYINIT but with the opening message text.
20673 </DD>
20675 <DT>KEY</DT>
20676 <DD>
20677 This is a space-delimited list of keywords that are set for the message.
20678 Only those keywords that you have defined in your
20679 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20680 in Setup/Config are considered in the list.
20681 In other words, keywords that have been set by some other means, perhaps
20682 by another email program, won't show up unless included in
20683 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20684 If you have given a keyword a nickname
20685 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20686 instead of the actual keyword.
20687 It is also possible to color keywords in the index using the
20688 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20689 This token defaults to an arbitrary width of 5.
20690 You should set it to whatever width suits you using something
20691 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
20692 </DD>
20694 <DT>KEYINIT</DT>
20695 <DD>
20696 This is a list of keyword initials that are set for the message.
20697 If you have given a keyword a nickname
20698 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
20699 is displayed instead of the initial of the actual keyword.
20700 It is also possible to color keyword initials in the index using the
20701 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20702 This token defaults to an arbitrary width of 2.
20703 You should set it to whatever width suits you using something
20704 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
20705 </DD>
20707 <DT>PRIORITY</DT>
20708 <DD>
20709 The X-Priority header is a non-standard header that is used in a
20710 somewhat standard way by many mail programs.
20711 Alpine expects the value of this header to be a digit with a value
20712 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
20713 Since this priority is something that the sender sets it is only an indication
20714 of the priority that the sender attaches to the mail and it is therefore almost
20715 totally unreliable for use as a filtering criterion.
20716 This token will display the numeric value of the priority if it is between
20717 1 and 5.
20718 It will be suppressed (blank) if the value is 3, which is normal priority.
20719 This token may be colored with the
20720 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20721 </DD>
20723 <DT>PRIORITYALPHA</DT>
20724 <DD>
20725 This is a more verbose interpretation of the X-Priority field.
20726 Once again nothing is displayed unless the value of the field
20727 is 1, 2, 4, or 5.
20728 The values displayed for those values are:
20730 <TABLE>
20731 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
20732 <TR> <TD>2</TD> <TD>High</TD> </TR>
20733 <TR> <TD>4</TD> <TD>Low</TD> </TR>
20734 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
20735 </TABLE>
20737 This token may be colored with the
20738 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20739 </DD>
20741 <DT>PRIORITY!</DT>
20742 <DD>
20743 This is a one character, non-numeric version of the X-Priority field.
20744 If the value of the X-Priority header is 1 or 2 an exclamation
20745 point is displayed.
20746 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
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>ATT</DT>
20752 <DD>
20753 This is a one column wide field that represents the number of attachments
20754 a message has. It will be blank if there are no attachments, a single
20755 digit for one to nine attachments, or an asterisk for more than nine.
20756 Note that including this token in
20757 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20758 display a little while Alpine collects the necessary information.
20759 </DD>
20761 <DT>FROMORTO</DT>
20762 <DD>
20763 This token represents <EM>either</EM> the personal name (or email address) of
20764 the person listed in the message's &quot;From:&quot; header
20765 field, <EM>or</EM>, if that address is yours or one of your
20766 <A HREF="h_config_alt_addresses">alternate addresses</A>,
20767 the first person specified in the
20768 message's &quot;To:&quot; header field
20769 with the prefix &quot;To: &quot; prepended.
20770 If the from address is yours and there is also no &quot;To&quot; address,
20771 Alpine will use the address on the &quot;Cc&quot; line.
20772 If there is no address there, either, Alpine will look for a newsgroup name
20773 from the &quot;Newsgroups&quot; header field and put
20774 that after the &quot;To: &quot; prefix.
20775 </DD>
20777 <DT>FROMORTONOTNEWS</DT>
20778 <DD>
20779 This is almost the same as <EM>FROMORTO</EM>.
20780 The difference is that newsgroups aren't considered.
20781 When a message is from you, doesn't have a To or Cc, and does have
20782 a Newsgroups header; this token will be your name instead of the name
20783 of the newsgroup (like it would be with FROMORTO).
20784 </DD>
20786 <DT>TEXT</DT>
20787 <DD>
20788 This is a different sort of token.
20789 It allows you to display a label within each index line.
20790 It will be the same fixed text for each line.
20791 It is different from all the other tokens in that there is no space column
20792 displayed after this token.
20793 Instead, it is butted up against the following field.
20794 It also has a different syntax.
20795 The text to display is given following a colon after the
20796 word &quot;TEXT&quot;.
20797 For example,
20799 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
20801 would insert the literal text &quot;abc=&quot; (without the quotes)
20802 into the index display line.
20803 You must quote the text if it includes space characters, like
20805 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
20807 </DD>
20809 <DT>HEADER</DT>
20810 <DD>
20811 This allows you to display the text from a particular header line in the
20812 message.
20813 The syntax for this token is substantially different from all the others
20814 in order that you might be able to display a portion of the text following
20815 a particular header.
20816 The header name you are interested in is given following a colon
20817 after the word &quot;HEADER&quot;.
20818 For example,
20820 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
20822 would display the text of the X-Spam header, if any.
20823 Like for other index tokens a width field may (and probably should)
20824 follow this.
20826 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
20828 displays the first ten characters of the X-Spam header.
20829 Unlike other index tokens, the syntax for HEADER is more flexible.
20830 An optional second argument comes after a comma inside the parentheses.
20831 It specifies the &quot;field&quot; number.
20832 By default, the field separator is a space character.
20833 No extra space characters are allowed in the argument list.
20835 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
20837 would display the second field, left-justified, in a 10 character
20838 wide field.
20839 The second field would consist of all the text after the first space
20840 up to the next space or the end of the header.
20841 The default field number is zero, which stands for the entire line.
20842 There is also an optional third argument that is a list of field
20843 separators. It defaults to a space character.
20844 The example
20846 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
20848 would cause the field separators to be any of colon, percent,
20849 or space (there is a space character between the percent and the
20850 right parenthesis).
20851 The first field runs from the start of the header value up to the first
20852 colon, percent, or space; the second goes from there to the next; and so on.
20853 In order to use a comma character as a field separator you must escape
20854 it by preceding it with a backslash (&#92;).
20855 The same is true of the backslash character itself.
20856 There is one further optional argument.
20857 It is an R or an L to specify right or left adjustment of the text
20858 within the field.
20859 The default is to left justify, however if you are displaying numbers
20860 you might prefer to right justify.
20862 Here's an example of a SpamAssassin header.
20863 The exact look of the header will vary, but if your incoming mail
20864 contains headers that look like the following
20866 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
20868 you might want to display the hits value.
20869 The first field starts with the Y in Yes.
20870 To get what you're interested in you might use &quot;=&quot; and
20871 space as the field separators and display the third field, like
20873 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
20875 or maybe you would break at the dot instead
20877 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
20879 Another example we've seen has headers that look like
20881 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
20883 Because there are two equals and a comma before the 7% and a comma
20884 after it, the token
20886 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
20888 should display the probability (for example 7% or 83%) right justified
20889 in a 3-wide field.
20890 </DD>
20892 <DT>ARROW</DT>
20893 <DD>
20894 This gives an alternative way to display the current message in the
20895 MESSAGE INDEX screen.
20896 Usually the current message is indicated by the line being shown in
20897 reverse video.
20898 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
20899 the current line will include an &quot;arrow&quot; that
20900 looks like
20902 <CENTER><SAMP>-&gt;</SAMP></CENTER>
20904 in the ARROW token's field.
20905 For all of the non-current messages, the ARROW field will be filled
20906 with blanks.
20907 If you use the fixed-field width feature the length of the &quot;arrow&quot;
20908 may be adjusted.
20909 The arrow will be drawn as width-1 dashes followed by a greater than sign.
20910 For example, if you use ARROW(3) you will get
20912 <CENTER><SAMP>--&gt;</SAMP></CENTER>
20914 and ARROW(1) will give you just
20916 <CENTER><SAMP>&gt;</SAMP></CENTER>
20918 It is also possible to set the color of the ARROW field.
20919 By default (and for non-current messages) the arrow is colored the same
20920 as the index line it is part of.
20921 You may set it to be another color with the 
20922 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
20923 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20924 </DD>
20926 <DT>SCORE</DT>
20927 <DD>
20928 This gives the
20929 <a href="h_rules_score">score</a>
20930 of each message.
20931 This will be six columns wide to accommodate the widest possible score.
20932 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
20933 to limit the width of the field to the widest score that
20934 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
20935 If you have not defined any score rules the scores will all be zero.
20936 If any of your score rules contain AllText or BodyText patterns
20937 then including SCORE in the <!--#echo var="VAR_index-format"-->
20938 may slow down the display of the MESSAGE INDEX screen.
20939 </DD>
20940 </DL>
20943 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
20945 <DL>
20946 <DT>CURNEWS</DT>
20947 <DD>
20948 This token represents the current newsgroup if there is one.
20949 For example, &quot;comp.mail.pine&quot;.
20950 </DD>
20952 <DT>MSGID</DT>
20953 <DD>
20954 This token represents the message ID of the message.
20955 This token does not work with Filter Rule folder names.
20956 </DD>
20958 <DT>CURDATE</DT>
20959 <DD>
20960 This token represents the current date.
20961 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20962 </DD>
20964 <DT>CURDATEISO</DT>
20965 <DD>
20966 This token represents the current date.
20967 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20968 </DD>
20970 <DT>CURDATEISOS</DT>
20971 <DD>
20972 This token represents the current date.
20973 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20974 </DD>
20976 <DT>CURPREFDATE</DT>
20977 <DD>
20978 This token represents the current date.
20979 It is your operating system's idea of the preferred date representation for the current locale.
20980 Internally it uses the %x version of the date from the strftime routine.
20981 </DD>
20983 <DT>CURPREFTIME</DT>
20984 <DD>
20985 This token represents the current time.
20986 It is the preferred time representation for the current locale.
20987 Internally it uses the %X version of the time from the strftime routine.
20988 </DD>
20990 <DT>CURPREFDATETIME</DT>
20991 <DD>
20992 This token represents the current date and time.
20993 It is the preferred date and time representation for the current locale.
20994 Internally it uses the %c version of the time from the strftime routine.
20995 </DD>
20997 <DT>CURTIME24</DT>
20998 <DD>
20999 This token represents the current time.
21000 It has the format HH:MM. For example, &quot;17:28&quot;.
21001 </DD>
21003 <DT>CURTIME12</DT>
21004 <DD>
21005 This token represents the current time.
21006 This time is for a 12 hour clock.
21007 It has the format HH:MMpm.
21008 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
21009 </DD>
21011 <DT>CURDAY</DT>
21012 <DD>
21013 This token represents the current day of the month.
21014 For example, &quot;23&quot; or &quot;9&quot;.
21015 </DD>
21017 <DT>CURDAY2DIGIT</DT>
21018 <DD>
21019 This token represents the current day of the month.
21020 For example, &quot;23&quot; or &quot;09&quot;.
21021 It is always 2 digits.
21022 </DD>
21024 <DT>CURDAYOFWEEK</DT>
21025 <DD>
21026 This token represents the current day of the week.
21027 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
21028 </DD>
21030 <DT>CURDAYOFWEEKABBREV</DT>
21031 <DD>
21032 This token represents the current day of the week.
21033 For example, &quot;Sun&quot; or &quot;Wed&quot;.
21034 </DD>
21036 <DT>CURMONTH</DT>
21037 <DD>
21038 This token represents the current month.
21039 For example, &quot;10&quot; or &quot;9&quot;.
21040 </DD>
21042 <DT>CURMONTH2DIGIT</DT>
21043 <DD>
21044 This token represents the current month.
21045 For example, &quot;10&quot; or &quot;09&quot;.
21046 It is always 2 digits.
21047 </DD>
21049 <DT>CURMONTHLONG</DT>
21050 <DD>
21051 This token represents the current month.
21052 For example, &quot;October&quot;.
21053 </DD>
21055 <DT>CURMONTHABBREV</DT>
21056 <DD>
21057 This token represents the current month.
21058 For example, &quot;Oct&quot;.
21059 </DD>
21061 <DT>CURYEAR</DT>
21062 <DD>
21063 This token represents the current year.
21064 For example, &quot;1998&quot; or &quot;2001&quot;.
21065 </DD>
21067 <DT>CURYEAR2DIGIT</DT>
21068 <DD>
21069 This token represents the current year.
21070 For example, &quot;98&quot; or &quot;01&quot;.
21071 It is always 2 digits.
21072 </DD>
21074 <DT>LASTMONTH</DT>
21075 <DD>
21076 This token represents last month.
21077 For example, if this is November (the 11th month),
21078 it is equal to &quot;10&quot; or if this is October (the 10th month),
21079 it is &quot;9&quot;.
21080 It is possible that this and the other tokens beginning with LASTMONTH
21081 below could be useful when used with a Filtering Rule that
21082 has the &quot;Beginning of Month&quot; option set.
21083 </DD>
21085 <DT>LASTMONTH2DIGIT</DT>
21086 <DD>
21087 This token represents last month.
21088 For example, if this is November (the 11th month),
21089 it is equal to &quot;10&quot; or if this is October (the 10th month),
21090 it is &quot;09&quot;.
21091 It is always 2 digits.
21092 </DD>
21094 <DT>LASTMONTHLONG</DT>
21095 <DD>
21096 This token represents last month.
21097 For example, if this is November the value is &quot;October&quot;.
21098 </DD>
21100 <DT>LASTMONTHABBREV</DT>
21101 <DD>
21102 This token represents last month.
21103 For example, if this is November the value is &quot;Oct&quot;.
21104 </DD>
21106 <DT>LASTMONTHYEAR</DT>
21107 <DD>
21108 This token represents what the year was a month ago.
21109 For example, if this is October, 1998, it is &quot;1998&quot;.
21110 If this is January, 1998, it is &quot;1997&quot;.
21111 </DD>
21113 <DT>LASTMONTHYEAR2DIGIT</DT>
21114 <DD>
21115 This token represents what the year was a month ago.
21116 For example, if this is October, 1998, it is &quot;98&quot;.
21117 If this is January, 1998, it is &quot;97&quot;.
21118 </DD>
21120 <DT>LASTYEAR</DT>
21121 <DD>
21122 This token represents last year.
21123 For example, if this is 1998, it equals &quot;1997&quot;.
21124 It is possible that this
21125 could be useful when used with a Filtering Rule that
21126 has the &quot;Beginning of Year&quot; option set.
21127 </DD>
21129 <DT>LASTYEAR2DIGIT</DT>
21130 <DD>
21131 This token represents last year.
21132 For example, if this is 1998, it equals &quot;97&quot;.
21133 It is always 2 digits.
21134 </DD>
21136 <DT>ROLENICK</DT>
21137 <DD>
21138 This token represents the nickname of the
21139 role currently being used.  If no role is being used,
21140 then no text will be printed for this token.
21141 This token does not work with Filter Rule folder names.
21142 </DD>
21143 </DL>
21146 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
21147 See the help for the
21148 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
21149 to see why you might want to use this.
21150 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
21151 must be surrounded by underscores when used.
21153 <DL>
21154 <DT>NEWLINE</DT>
21155 <DD>
21156 This is an end of line marker.
21157 </DD>
21158 </DL>
21161 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
21163 <DL>
21164 <DT>CURSORPOS</DT>
21165 <DD>
21166 This token is different from the others.
21167 When it is replaced it is replaced with nothing, but it sets an Alpine
21168 internal variable that tells the composer to start with the cursor
21169 positioned at the position where this token was.
21170 If both the template file and the signature file contain
21171 a &quot;CURSORPOS&quot; token, then the position in the template file
21172 is used.
21173 If there is a template file and neither it nor the signature file contains
21174 a &quot;CURSORPOS&quot; token, then the cursor is positioned
21175 after the end of the contents of the
21176 template file when the composer starts up.
21177 </DD>
21178 </DL>
21181 &lt;End of help on this topic&gt;
21182 </BODY>
21183 </HTML>
21184 ======= h_reply_token_conditionals =======
21185 <HTML>
21186 <HEAD>
21187 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
21188 </HEAD>
21189 <BODY>
21190 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
21192 Conditional text inclusion may be used with
21193 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
21194 in signature files, and in template files used in
21195 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
21196 It may <EM>not</EM> be used with the
21197 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
21200 There is a limited if-else capability for including text.
21201 The if-else condition is based
21202 on whether or not a given token would result in replacement text you
21203 specify.
21204 The syntax of this conditional inclusion is
21206 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
21208 The left parenthesis must follow the underscore immediately, with no
21209 intervening space.
21210 It means the token is expanded and the results of that expansion are
21211 compared against the &quot;match_this&quot; argument.
21212 If there is an exact match, then the &quot;if_matched&quot; text is used
21213 as the replacement text.
21214 Otherwise, the &quot;if_not_matched&quot; text is used.
21215 One of the most useful values for the &quot;match_this&quot; argument is
21216 the empty string, &quot;&quot;.
21217 In that case the expansion is compared against the empty string.
21219 Here's an example to make it clearer.
21220 This text could be included in one of your template files:
21222 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
21224 If that is included in a template file that you are using while replying
21225 to a message (because you chose to use the role it was part of),
21226 and that message has a newsgroup header and a newsgroup in that header,
21227 then the text
21229 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
21231 will be included in the message you are about to compose.
21232 On the other hand, if the message you are replying to does not have
21233 a newsgroup, then the text
21235 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
21237 would be included instead.
21238 This would also work in signature files and in
21239 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
21240 If the &quot;match_this&quot;, &quot;if_matched&quot;,
21241 or &quot;if_not_matched&quot; arguments contain
21242 spaces, parentheses, or commas;
21243 they have to be quoted with double quotation marks (like in the example
21244 above).
21245 If you want to include a literal quote (&quot;) in the text you must escape the
21246 quote by preceding it with a backslash (&#92;) character.
21247 If you want to include a literal backslash character you must escape it
21248 by preceding it with another backslash.
21250 The comma followed by &quot;if_not_matched&quot; is optional.
21251 If there is no &quot;if_not_matched&quot;
21252 present then no text is included if the not_matched case is true.
21253 Here's another example:
21255 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
21257 Here you can see that tokens may appear in the arguments.
21258 The same is true for tokens with the conditional parentheses.
21259 They may appear in arguments,
21260 though you do have to be careful to get the quoting and escaping of
21261 nested double quotes correct.
21262 If this was in the signature file being used and you were replying to a message
21263 sent to comp.mail.pine the resulting text would be:
21265 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
21267 If you were replying to a message that wasn't sent to any newsgroup the
21268 resulting text would be a single blank line.
21269 The reason you'd get a blank line is because the end of the line is
21270 outside of the conditional, so is always included.
21271 If you wanted to get rid of that blank line you could do so by moving
21272 the end of line inside the conditional.
21273 In other words, it's ok to have multi-line
21274 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
21275 template file.
21276 The text just continues until the next double quotation, even if it's not
21277 on the same line.
21279 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
21281 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
21283 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
21284 while reading the newsgroup comp.mail.pine the resulting text would be:
21286 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
21288 If you were replying to a message while reading an email folder instead
21289 of a newsgroup the resulting leadin text would be
21291 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
21293 Here's one more (contrived) example illustrating a matching argument
21294 that is not the empty string.
21296 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
21298 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
21299 were replying to
21300 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
21301 would be
21303 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
21305 But if you were replying to a message sent on Oct. 27 (and that wasn't
21306 today) you would get
21308 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
21311 &lt;End of help on this topic&gt;
21312 </BODY>
21313 </HTML>
21314 ======= h_composer_cntxt_nick =======
21315 <HTML>
21316 <HEAD>
21317 <TITLE>Collection Nickname Explained</TITLE>
21318 </HEAD>
21319 <BODY>
21320 <H1>Collection Edit Help -- Nickname Field</H1>
21322 This field is provided so you can add a short nickname to use when
21323 referring to this collection within Alpine.  Spaces are allowed, and
21324 you don't need to use double-quotes.  However, the double-quote
21325 character is not allowed.
21327 Look <A HREF="h_edit_nav_cmds">here</A>
21328 to see the available Editing and Navigation commands.
21330 &lt;End of help on this topic&gt;
21331 </BODY>
21332 </HTML>
21333 ======= h_folder_server_syntax =======
21334 <HTML>
21335 <HEAD>
21336 <TITLE>Server Name Syntax</TITLE>
21337 </HEAD>
21338 <BODY>
21339 <H1>Server Name Syntax</H1>
21341 This help describes the syntax that may be used for server names
21342 that may be associated with remote folders or SMTP servers.
21345 A server name is the hostname of the server.
21346 It's a good idea to use the host's fully-qualified network name.
21349 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
21352 However, IP addresses are allowed if surrounded
21353 with square-brackets.
21356 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
21359 An optional network port number may be supplied by appending
21360 a colon (:) followed by the port number
21361 to the server name.
21362 By default, the IMAP port number, 143, is used.
21365 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
21368 Besides server name and optional port number, various other optional
21369 parameters may be supplied that alter Alpine's interaction with the server.
21370 A parameter is supplied by appending a slash (/) character followed by
21371 the parameter's name and,
21372 depending on the particular parameter, the value assigned to that
21373 name, to the server name (and optional port number).
21374 Parameter names are <EM>not</EM> case sensitive.
21375 Currently supported parameters include:
21377 <DL>
21379 <DT>User</DT>
21380 <DD>This parameter requires an associated value, and is intended to
21381 provide the username identifier with which to establish the server
21382 connection.
21383 If your SMTP server offers SMTP AUTH authentication, adding this 
21384 parameter to the
21385 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
21386 option will cause Alpine to attempt to authenticate to the server using the
21387 supplied username.
21388 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
21389 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
21390 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
21391 option (or to the server name for any folder collection using NNTP)
21392 will cause Alpine to attempt
21393 to authenticate to the server using the supplied username.
21394 An example might be:
21397 <CENTER><SAMP>/user=katie</SAMP></CENTER>
21400 </DD>
21402 <DT>STARTTLS</DT>
21403 <DD>
21404 This is a unary parameter indicating communication with the server must 
21405 take place over a TLS connection. If you use this parameter, Alpine will 
21406 establish an insecure connection to the server, and later will attempts to 
21407 use a secure encrypted connection. If the attempt to use TLS fails then 
21408 this parameter will cause the connection to fail instead of falling back 
21409 to an insecure connection.
21411 Use this option when you are told to use STARTTLS. If you are told to use 
21412 SSL or TLS on port 993, use the /ssl unary parameter instead, and not this 
21413 parameter. Use this parameter when establishing a connection to a server 
21414 on an insecure port (normally port 143 for IMAP) and then needing to 
21415 establish a secure connection using STARTTLS.
21417 <P><A href="h_security_considerations">Learn more</A> about security 
21418 considerations when you use this option.
21421 <CENTER><SAMP>/starttls</SAMP></CENTER>
21424 </DD>
21426 <DT>SSL</DT>
21427 <DD>
21428 This is a unary parameter indicating communication with the server should 
21429 take place over a Secure Socket Layer connection.  The server must support
21430 this method, and be prepared to accept connections on the appropriate
21431 port (993 by default).
21432 Alpine must be linked with an SSL library for this option to be operational.
21433 Using this option will make Alpine try to connect to the server using the
21434 most secure encrypted SSL connection that both your version of Alpine and the
21435 server support.
21438 <CENTER><SAMP>/ssl</SAMP></CENTER>
21441 </DD>
21443 <DT>TLS1</DT>
21444 <DD>
21445 This parameter indicates that the connection to the server will be made
21446 over the SSL port, but using the TLSv1 protocol, instead of the usual
21447 SSLv3 or SSLv2 protocols.
21448 Alpine must be linked with an SSL library for this option to be operational.
21451 <CENTER><SAMP>/tls1</SAMP></CENTER>
21453 </DD>
21455 <DT>TLS1_1</DT>
21456 <DD>
21457 This parameter indicates that the connection to the server will be made
21458 over the SSL port, but using the TLSv1.1 protocol.
21459 Alpine must be linked with an SSL library that supports this encryption
21460 protocol for this option to be operational.
21463 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
21465 </DD>
21467 <DT>TLS1_2</DT>
21468 <DD>
21469 This parameter indicates that the connection to the server will be made
21470 over the SSL port, but using the TLSv1.2 protocol.
21471 Alpine must be linked with an SSL library that supports this encryption
21472 protocol for this option to be operational.
21475 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
21477 </DD>
21479 <DT>TLS1_3</DT>
21480 <DD>
21481 This parameter indicates that the connection to the server will be made
21482 over the SSL port, but using the TLSv1.3 protocol.
21483 Alpine must be linked with an SSL library that supports this encryption
21484 protocol for this option to be operational.
21487 <CENTER><SAMP>/tls1_3</SAMP></CENTER>
21489 </DD>
21491 <DT>NoValidate-Cert</DT>
21492 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
21493 This is needed if the server uses self-signed certificates or if Alpine
21494 cannot validate the certificate for some other known reason. You should avoid
21495 using this option, and instead install the certificate of the server, so you
21496 are not a victim of a cracker-in-the-middle attack.
21498 </DD>
21500 <DT>Anonymous</DT>
21501 <DD>This is a unary parameter (that means it does not have a value)
21502 indicating that the connection be logged in as
21503 &quot;anonymous&quot; rather than a specific user.
21504 Not all servers offer anonymous
21505 access; those which do generally only offer read-only access to certain
21506 &quot;public&quot; folders.
21509 <CENTER><SAMP>/anonymous</SAMP></CENTER>
21512 </DD>
21514 <DT>Secure</DT>
21515 <DD>This is a unary parameter indicating that the connection use the
21516 most secure authentication method mutually supported by Alpine and the
21517 server.
21518 Alpine is capable of authenticating connections to 
21519 the server using several methods.
21520 By default, Alpine will attempt each
21521 method until either a connection is established or the
21522 list of methods is exhausted.
21523 This parameter causes Alpine to instead fail 
21524 the connection if the first (generally most &quot;secure&quot;) method fails.
21527 <CENTER><SAMP>/secure</SAMP></CENTER>
21530 </DD>
21532 <DT>Submit</DT>
21533 <DD>This is a unary parameter for use with the
21534 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
21535 It indicates that the connection should be made to the Submit server
21536 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
21537 (port 587) instead of the SMTP port (25).
21538 At the time this help was written the submit option was equivalent to
21539 specifying port 587. <A href="h_security_considerations">Learn more</A>
21540 about security considerations when you use this option.
21543 <CENTER><SAMP>/submit</SAMP></CENTER>
21547 <CENTER><SAMP>host:587</SAMP></CENTER>
21550 </DD>
21552 <DT>Debug</DT>
21553 <DD>This is a unary parameter indicating that the connection be established
21554 in a verbose mode.  Basically, it causes Alpine to log the communication with
21555 the server in Alpine's debug file.
21556 Normally, the pine -d command-line flag would be used instead.
21558 </DD>
21560 <DT>NoRsh</DT>
21561 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
21562 the UNIX remote shell program.
21563 Including &quot;NoRsh&quot; will cause connections to this server to skip
21564 the &quot;rsh&quot; attempt.
21565 This might be useful to avoid long timeouts caused by rsh firewalls, for
21566 example.
21568 </DD>
21570 <DT>Loser</DT>
21571 <DD>This option makes sense only for IMAP servers that do not perform
21572 a SEARCH command correctly. If your filtering rules
21573 fail to filter some messages, that should have been filtered, then this
21574 option will make Alpine download all data necessary data to perform that 
21575 search. There is a performance penalty when using this option. Downloading 
21576 the data to perform the search will take longer than requesting the IMAP
21577 server to perform the filtering, but the filtering will be done correctly.
21579 </DD>
21582 <DT>Service</DT>
21583 <DD>This parameter requires an associated value.  The default value is
21584 &quot;IMAP&quot; which indicates communication with the server based
21585 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
21586 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
21588 Other service values include:
21589  <DL>
21590  <DT>NNTP</DT>
21591  <DD>This value indicates communication with the server takes place via
21592 the Network News Transfer Protocol.  Use this to define a collection
21593 of newsgroups on a remote news server.  So
21596 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
21598 or just
21600 <CENTER><SAMP>/NNTP</SAMP></CENTER>
21603 is the way to specify NNTP access.
21605  </DD>
21607  <DT>POP3</DT>
21608  <DD>This value indicates communication with the server takes place via the
21609 Post Office Protocol 3 protocol.
21612 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
21614 or just
21616 <CENTER><SAMP>/POP3</SAMP></CENTER>
21619 Note that there are several important issues
21620 to consider when selecting this option:
21621 <OL>
21622  <LI> POP3 provides access to only your INBOX.  In other words,
21623 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
21624  <LI> Alpine's implementation of POP3 does not follow the traditional POP
21625 model and will leave your mail on the server. Refer to the
21626 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
21627  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
21628 </OL>
21629 </DD>
21630 </DL>
21631 </DL>
21634 Note that it is possible to include more than one parameter in a server
21635 specification by concatenating the parameters. For example:
21638 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
21642 &lt;End of help on this topic&gt;
21643 </BODY>
21644 </HTML>
21645 ======= h_security_considerations =======
21646 <HTML>
21647 <HEAD>
21648 <TITLE>SSL, TLS, STARTTLS and More Security Considerations</TITLE>
21649 </HEAD>
21650 <BODY>
21651 <H1>SSL, TLS, STARTTLS and More Security Considerations</H1>
21653 The purpose of this text is to educate users on how to best choose
21654 the type of security connection to a remote server using the SSL and TLS
21655 encryption protocols.
21658 In the past, and when Alpine originally started to support encrypted connections
21659 to remote servers, the /ssl modifier was needed, and it meant any of the SSLv2
21660 or SSLv3 protocols. Those encryption protocols are considered not fully secure
21661 anymore, and in fact, you might not be able to use them anymore.
21663 <P> Today the /ssl modifier means to use the most secure encryption 
21664 protocol between your version of Alpine and what the server supports. This 
21665 might mean more modern protocols, such as TLS 1.0, TLS 1.1, etc. As of 
21666 this writing, Alpine supports connection using TLS 1.3. These protocols
21667 are considered more secure today and they should be preferred over the old
21668 SSL protocols.
21670 <P> A source of confusion for Alpine users might be the meaning of the 
21671 modifier /tls with respect to the names of the encryption protocols, such 
21672 as TLS 1.2. The meaning of /tls is to start an encrypted connection to a 
21673 server after an insecure connection has been established, and we will 
21674 discuss this later in this help text. The preferred way flag is to use
21675 /starttls, instead of /tls.
21677 <P>The best way to start an encrypted connection to a server is to use the 
21678 /ssl modifier. If your provider allows encrypted connections on port 993 
21679 for IMAP, or port 995 for POP3, or in port 465 for SMTP, just define your 
21680 server by adding the /ssl modifier and do not add the port to the server. 
21681 Alpine knows that the secure connection will be done in the correct port, 
21682 and will use the most secure encryption available between Alpine and the 
21683 server. You only need to use the port number when it is different from the
21684 default port numbers for this type of connections, and those were given
21685 above.
21687 <P>Most email service providers identify secure connections by saying 
21688 &quot;SSL or TLS&quot;. In this case, use the /ssl modifier, and only use 
21689 the port number in case it is different to the ones above.
21691 <P>If your service provider says to use STARTTLS, then you need to use the 
21692 /starttls modifier. If your service provider gives you the option to use SSL or 
21693 TLS and to use STARTTLS choose the secure port and choose the /ssl 
21694 modifier. This is because connections using the /starttls modifier can be 
21695 attacked and your username and password can be stolen by a hacker. The next
21696 paragraph describes in short how to do this.
21698 <P> When you use the /starttls modifier, Alpine connects insecurely to the 
21699 remote server. Because the connection is insecure, it is possible that you 
21700 connect to a different server, which connects you to the real server. This 
21701 is called &quot;man-in-the-middle&quot; attack, and so your communication 
21702 will pass through the hackers computer before it reaches the real target. 
21703 An example of a possible man-in-the-middle is your internet service provider, 
21704 or your employer in some instances.
21705 This means that the hacker can modify the replies from the correct server 
21706 and give you the illusion of security before you are actually connected to 
21707 the secure server. Therefore, you might disclose your username and 
21708 password to the hacker before you establish a secure connection to the correct
21709 server.
21711 <P> Therefore, if possible avoid using STARTTLS (for IMAP and POP) or SUBMIT
21712 for SMTP (in port 587), as these are subject to attack. If possible
21713 ask your provider for secure connections for SSL or TLS in the secure ports
21714 993 for IMAP, 995 for POP or 465 for SMTP.
21716 <P> In the current state, even as of TLS 1.3, these protocols are considered 
21717 secure but they do not protect your privacy. For example your internet 
21718 service provider might track to which servers you are connecting securely. 
21719 Encryption protocols are evolving to not only protect the security of your 
21720 data, but also your privacy.
21722 <P> Other types of errors can lead to insecure connections. An example is
21723 when the name of the server as provided by the user does not match the
21724 name of the server in the certificate. 
21725 <A href="h_tls_validation_failure">Read more</A> about security errors
21726 of this type and learn how to protect yourself against this type of
21727 errors.
21730 &lt;End of help on this topic&gt;
21731 </BODY>
21732 </HTML>
21733 ======= h_composer_cntxt_server =======
21734 <HTML>
21735 <HEAD>
21736 <TITLE>Collection Server: Explained</TITLE>
21737 </HEAD>
21738 <BODY>
21739 <H1>Collection Edit Help -- Server Field</H1>
21741 This collection's &quot;Server:&quot; definition indicates the
21742 hostname of the server providing access to the folders in this
21743 collection.
21744 The syntax of this server name is the same as for other server names used
21745 in remote folder names in
21746 Alpine and is described
21747 <A HREF="h_folder_server_syntax">here</A>.
21750 &lt;End of help on this topic&gt;
21751 </BODY>
21752 </HTML>
21753 ======= h_composer_cntxt_path =======
21754 <HTML>
21755 <HEAD>
21756 <TITLE>Collection Path: Explained</TITLE>
21757 </HEAD>
21758 <BODY>
21759 <H1>Collection Edit Help -- Path Field</H1>
21761 The collection's &quot;Path:&quot; definition indicates the location
21762 of the folders in this collection.  If the path or any of its components
21763 do not exist, Alpine will prompt you for their creation when exiting the
21764 Add/Change screen.
21766 <P> 
21767 By default the path is interpreted as defining a section of your personal
21768 folder area.  This area and how you specify it are defined by the
21769 server, if one is specified in the collection, or, typically, the home
21770 directory if no server is defined.
21773 To define a collection outside the default &quot;area&quot;, prefix
21774 the path with the &quot;namespace&quot; to use when interpreting the
21775 given path.  If a namespace is specified, the Path begins with the
21776 sharp, &quot;#&quot;, character followed by the name of the namespace
21777 and then the namespace's path-element-delimiter.  Aside from the
21778 path's format, namespaces can also imply access rights, content
21779 policy, audience, location, and, occasionally, access methods.
21782 Each server exports its own set (possibly of size one) of 
21783 namespaces.  Hence, it's likely communication with your server's
21784 administrator will be required for specific configurations.  Some of
21785 the more common namespaces, however, include:
21787 <DL>
21788 <DT>#news.</DT>
21789 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
21790 names are hierarchically defined with each level delimited by a period.
21791 </DD>
21792 <DT>#public/</DT>
21793 <DD>This specifies a folder area that the server may export to the general
21794 public.
21795 </DD>
21796 <DT>#shared/</DT>
21797 <DD>This specifies a folder area that the folder may export to groups
21798 of users.
21799 </DD>
21800 <DT>#ftp/</DT>
21801 <DD>This specifies a folder area that is the same as that it may have 
21802 exported via the &quot;File Transfer Protocol&quot;.
21803 </DD>
21804 <DT>#mh/</DT>
21805 <DD>This specifies the personal folder area associated with folders
21806 and directories that were created using the MH message handling system.
21807 </DD>
21808 </DL>
21811 In addition, the server may support access to other user's folders,
21812 provided you have suitable permissions.  Common methods use a prefix
21813 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
21814 indicate the root of the other user's folder area.
21817 No, nothing's simple.
21820 &lt;End of help on this topic&gt;
21821 </BODY>
21822 </HTML>
21823 ======= h_composer_cntxt_view =======
21824 <HTML>
21825 <HEAD>
21826 <TITLE>Collection View: Explained</TITLE>
21827 </HEAD>
21828 <BODY>
21829 <H1>Collection Edit Help -- View Field</H1>
21831 The collection's &quot;View:&quot; definition provides a way to limit
21832 the displayed list of folders within a collection.  By default, only
21833 folders that contain the specified characters anywhere in their name
21834 are shown in the collection's folder list.
21837 Additionally, you can use a wildcard character to better control
21838 the list of folders selected for display.  The wildcard specifier is
21839 the star, &quot;*&quot;, character.
21842 So, for example, to define a collection of all folders ending with
21843 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
21844 quote characters!).  Or, similarly, to define a collection of folders
21845 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
21846 specify a view of &quot;a*z&quot;.
21849 &lt;End of help on this topic&gt;
21850 </BODY>
21851 </HTML>
21852 ======= h_composer_abook_add_server =======
21853 <HTML>
21854 <HEAD>
21855 <TITLE>Addressbook Server Name Field Explained</TITLE>
21856 </HEAD>
21857 <BODY>
21858 This field should be left blank if the address book is stored in a regular
21859 file on this system.  If it is a remote address book stored on an IMAP
21860 server then this is the name of that IMAP server.
21862 Look <A HREF="h_edit_nav_cmds">here</A>
21863 to see the available Editing and Navigation commands.
21865 &lt;End of help on this topic&gt;
21866 </BODY>
21867 </HTML>
21868 ======= h_composer_abook_add_folder =======
21869 <HTML>
21870 <HEAD>
21871 <TITLE>Addressbook Folder Name Field Explained</TITLE>
21872 </HEAD>
21873 <BODY>
21874 For a remote address book (one for which the Server Name is filled in)
21875 this is the name of a folder on the remote server. The address book data
21876 will be stored in this folder. This folder should be used only for
21877 storing this single address book, not for other address books or for
21878 other messages.
21880 For a local address book (one for which the Server Name is not filled in)
21881 this is the name of a file in which the address book will be stored.
21882 The file is in the same directory as the Alpine configuration file if the
21883 configuration file is local.
21884 If the configuration file is remote, then this will be in the home directory
21885 for Unix Alpine and in the directory specified by the
21886 &quot;-aux local_directory&quot; command line argument.
21888 Look <A HREF="h_edit_nav_cmds">here</A>
21889 to see the available Editing and Navigation commands.
21891 &lt;End of help on this topic&gt;
21892 </BODY>
21893 </HTML>
21894 ======= h_composer_abook_add_nick =======
21895 <HTML>
21896 <HEAD>
21897 <TITLE>Addressbook NickName Field Explained</TITLE>
21898 </HEAD>
21899 <BODY>
21900 This is just an optional nickname for this address book. If present, it
21901 is used in some of the displays and error messages in the address book
21902 maintenance screens. It is for your convenience only and serves no
21903 other purpose.
21905 Look <A HREF="h_edit_nav_cmds">here</A>
21906 to see the available Editing and Navigation commands.
21908 &lt;End of help on this topic&gt;
21909 </BODY>
21910 </HTML>
21911 ======= h_composer_qserv_cn =======
21912 <HTML>
21913 <HEAD>
21914 <TITLE>Directory Query Form Explained</TITLE>
21915 </HEAD>
21916 <BODY>
21918 Fill in as many of these fields as you wish to narrow down your
21919 search. All the fields you fill in must match in order for an entry
21920 to be returned. You may use the wildcard character &quot;*&quot; in
21921 any of the fields, it matches any zero or more characters at that
21922 point in the string. There are no implicit wildcards, so the match is
21923 exact unless you include wildcards.
21926 Note that if an attribute isn't present at all, then the match will fail.
21927 For example, if a server doesn't support the Locality attribute, then no
21928 matter what you put in the Locality field (other than leaving it empty)
21929 the search will fail.
21932 This field, the Common Name field, is typically a person's full name.
21935 <H1>EDITING and NAVIGATION COMMANDS</H1>
21936 <!--chtml if pinemode="function_key"-->
21937 <PRE>
21938 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21939 ^B (Left Arrow)    Back character       | ^D       Delete current character
21940 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21941 ^P (Up Arrow)      Previous line        |
21942 ^N (Down Arrow)    Next line            | F9       Cut marked text or
21943 ^A                 Beginning of line    |            delete current line
21944 ^E                 End of line          | F10      Undelete line(s)
21945 F7                 Previous page        |
21946 F8                 Next page            |-------------------------------------
21947 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21948 ----------------------------------------|
21949 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
21950 F2   Cancel      |   F1    Get help     |
21951 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
21952 </PRE>
21953 <!--chtml else-->
21954 <PRE>
21955 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21956 ^B (Left Arrow)    Back character       | ^D       Delete current character
21957 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21958 ^P (Up Arrow)      Previous line        |
21959 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
21960 ^A                 Beginning of line    |            delete current line
21961 ^E                 End of line          | ^U       Undelete line(s)
21962 ^Y                 Previous page        |
21963 ^V                 Next page            |-------------------------------------
21964 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21965 ----------------------------------------|
21966 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
21967 ^C   Cancel      |   ^G    Get help     |
21968 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
21969 </PRE>
21970 <!--chtml endif-->
21971 <P><UL>
21972 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21973 </UL><P>
21974 &lt;End of help on this topic&gt;
21975 </BODY>
21976 </HTML>
21977 ======= h_composer_qserv_sn =======
21979 The Surname is usually the family name of a person.
21981 <End of help on this topic>
21982 ======= h_composer_qserv_gn =======
21984 This is the part of a person's name that isn't the surname or initials.
21986 <End of help on this topic>
21987 ======= h_composer_qserv_mail =======
21989 This is the email address of a person.
21991 <End of help on this topic>
21992 ======= h_composer_qserv_org =======
21994 This is the organization a person belongs to.
21996 <End of help on this topic>
21997 ======= h_composer_qserv_unit =======
21999 This is the organizational unit a person belongs to.
22001 <End of help on this topic>
22002 ======= h_composer_qserv_country =======
22004 This is the country a person belongs to.
22006 <End of help on this topic>
22007 ======= h_composer_qserv_state =======
22009 This is the state a person belongs to.
22011 <End of help on this topic>
22012 ======= h_composer_qserv_locality =======
22014 This is the locality a person belongs to.
22016 <End of help on this topic>
22017 ======= h_composer_qserv_custom =======
22019 This one is for advanced users only! If you put something in this field,
22020 then the rest of the fields are ignored.
22022 This field may be set to the string representation of an LDAP search
22023 filter (see RFC1960). Here are some examples:
22025 To search for an entry with a surname equal to "clinton" you could set
22026 the custom filter to:
22028      (sn=clinton)
22029     
22030 This is equivalent to putting "clinton" in the SurName field.
22031 To search for an entry that has a surname that begins with "clint" and
22032 has a givenname equal to "william" you could use:
22034      (&(sn=clint*)(givenname=william))
22035     
22036 This is equivalent to setting the SurName field to "clint*" and the
22037 GivenName field to "william".
22038 To search for an entry where either the common name OR the email address
22039 contains "abcde" you could use:
22041      (|(cn=*abcde*)(mail=*abcde*))
22043 That isn't equivalent to anything you can do by setting the other fields
22044 because of the OR.
22046 <End of help on this topic>
22047 ======= h_composer_qserv_qq =======
22049 This one is a little different from the rest of the categories.  It causes
22050 a search to be formed from the configured search filter that you filled
22051 in when you added the directory server to your configuration. It can also
22052 be combined with the other fields if you'd like.
22054 <End of help on this topic>
22055 ======= h_address_format =======
22056 <HTML>
22057 <HEAD>
22058 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
22059 </HEAD>
22060 <BODY>
22061 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
22063 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
22064 and then a domain, with no spaces.  
22065 For example, jsmith@art.example.com might be the email address
22066 of a person  
22067 with the username &quot;jsmith&quot; who has an account in the domain
22068 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
22069 right of the &quot;@&quot; sign can vary - a shorter example would be 
22070 isabelle@elsewhere.edu (the shortest possible form: here, only the 
22071 organization's domain is specified after the &quot;@&quot; sign); a longer 
22072 example would be 
22073  jsingh@shakti.edutech.example.com
22074 (here, the name of the host &quot;shakti&quot; in the domain 
22075 edutech.example.com is also specified).  
22076 <P>  
22077 If you do not know the exact email address of someone you want to write 
22078 to, ask them what it is using other means of communication than email; or 
22079 use the tools for 
22080 finding people's addresses that are available on the Internet.
22082 If you are sending to someone on the same system as you are, you can leave
22083 the &quot;@&quot; sign and all the information to its right off of the 
22084 address, and Alpine will fill it in automatically, 
22085 unless the feature 
22086 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
22089 When an email address you send a message to is not reachable -- either because 
22090 it is simply an incorrect address, or because email can temporarily not be 
22091 delivered to it due to a technical problem on the way to or at the recipient's 
22092 end -- you will almost always get an error notification email message back.
22094 If you encounter problems with, or have questions about, email delivery or
22095 email address syntax, contact your local network computing consultants.
22096 <P><UL>
22097 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22098 </UL>
22100 &lt;End of help on this topic&gt;
22101 </BODY>
22102 </HTML>
22103 ======= h_flag_user_flag =======
22104 <HTML>
22105 <HEAD>
22106 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
22107 </HEAD>
22108 <BODY>
22109 <H1>STATUS FLAG: User Defined Keyword</h1>
22111 This is a keyword that is defined for this folder.
22112 It was most likely defined by the owner of the folder.
22113 Alpine will not set or clear this flag on its own.
22115 <P><UL>
22116 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22117 </UL><P>
22118 &lt;End of help on this topic&gt;
22119 </BODY>
22120 </HTML>
22121 ======= h_flag_important =======
22122 <html>
22123 <title>STATUS FLAG: Important</title>
22124 <body>
22125 <h1>STATUS FLAG: Important</h1>
22128 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
22129 MESSAGE&nbsp;INDEX
22130 screen, can only be set by the user, and is intended to be used in
22131 whatever fashion makes sense to you.  You are the only one that can set or
22132 clear it. 
22135 &lt;End of help on this topic&gt;
22136 </BODY>
22137 </HTML>
22138 ======= h_flag_new =======
22139 <html>
22140 <title>STATUS FLAG: New</title>
22141 <body>
22142 <h1>STATUS FLAG: New</h1>
22145 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
22146 MESSAGE&nbsp;INDEX screen,
22147 is automatically set when messages are delivered to your Inbox (or other
22148 folder specified outside of Alpine).  Likewise, it is cleared automatically
22149 the first time you read the message it is associated with.
22152 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
22153 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
22154 you'd like to be reminded of it next time you read mail.  This can be done
22155 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
22159 &lt;End of help on this topic&gt;
22160 </BODY>
22161 </HTML>
22162 ======= h_flag_answered =======
22163 <html>
22164 <title>STATUS FLAG: Answered</title>
22165 <body>
22166 <h1>STATUS FLAG: Answered</h1>
22168 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
22169 MESSAGE&nbsp;INDEX
22170 screen, is automatically set when you reply to a message.  This flag is not
22171 automatically cleared.
22174 &lt;End of help on this topic&gt;
22175 </BODY>
22176 </HTML>
22177 ======= h_flag_forwarded =======
22178 <html>
22179 <title>STATUS FLAG: Forwarded</title>
22180 <body>
22181 <h1>STATUS FLAG: Forwarded</h1>
22183 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
22184 MESSAGE&nbsp;INDEX
22185 screen, is automatically set when you forward a message.  This flag is not
22186 automatically cleared.
22189 &lt;End of help on this topic&gt;
22190 </BODY>
22191 </HTML>
22192 ======= h_flag_deleted =======
22193 <html>
22194 <title>STATUS FLAG: Deleted</title>
22195 <body>
22196 <h1>STATUS FLAG: Deleted</h1>
22198 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
22199 MESSAGE&nbsp;INDEX
22200 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
22201 It is cleared
22202 when you use the &quot;U&nbsp;Undelete&quot; command.
22205 Messages marked with this flag will be permanently removed from
22206 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
22207 command, or
22208 when you indicate acceptance of their removal upon leaving the folder.
22211 Note, there can be other actions implicit in the
22212 &quot;D&nbsp;Delete&quot; command,
22213 such as advancing to the next message, that may be momentarily undesirable.
22214 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
22215 flag <A HREF="h_common_flag">explicitly</A>.
22218 &lt;End of help on this topic&gt;
22219 </BODY>
22220 </HTML>
22221 ====== h_config_incoming_timeo ======
22222 <HTML>
22223 <HEAD>
22224 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
22225 </HEAD>
22226 <BODY>
22227 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
22229 This option has no effect unless the feature
22230 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22231 is set, which in turn has no effect unless
22232 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22233 is set.
22235 Sets the time in seconds that Alpine will
22236 attempt to open a network connection used for monitoring for Unseen
22237 messages in Incoming Folders. The default is 5.
22238 If a connection has not completed within this many seconds Alpine will
22239 give up and consider it a failed connection.
22241 <UL>   
22242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22243 </UL><P>
22244 &lt;End of help on this topic&gt;
22245 </BODY>
22246 </HTML>
22247 ====== h_config_incoming_interv ======
22248 <HTML>
22249 <HEAD>
22250 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
22251 </HEAD>
22252 <BODY>
22253 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
22255 This option has no effect unless the feature
22256 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22257 is set, which in turn has no effect unless
22258 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22259 is set.
22261 This option specifies, in seconds, how often Alpine will check
22262 for new mail and state changes in Incoming Folders when Incoming Folders
22263 Checking is turned on.
22264 The default is 3 minutes (180).
22265 This value applies only to folders that are local to the system that
22266 Alpine is running on or that are accessed using the IMAP protocol.
22267 The similar option
22268 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
22269 applies to all other monitored folders.
22271 <UL>   
22272 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22273 </UL><P>
22274 &lt;End of help on this topic&gt;
22275 </BODY>
22276 </HTML>
22277 ====== h_config_incoming_second_interv ======
22278 <HTML>
22279 <HEAD>
22280 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
22281 </HEAD>
22282 <BODY>
22283 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
22285 This option has no effect unless the feature
22286 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22287 is set, which in turn has no effect unless
22288 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22289 is set.
22291 This option together with the option
22292 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22293 specifies, in seconds, how often Alpine will check
22294 for new mail and state changes in Incoming Folders when Incoming Folders
22295 Checking is turned on.
22296 The default for this option is 3 minutes (180).
22297 For folders that are local to this system or
22298 that are accessed using the IMAP protocol
22299 the value of the option
22300 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22301 is used.
22302 For all other monitored folders, the value of this option is used.
22304 The reason there are two separate options is because it is usually
22305 less expensive to check local and IMAP folders than it is to check
22306 other types, like POP or NNTP folders.
22307 You may want to set this secondary value to a higher number than
22308 the primary check interval.
22310 <UL>   
22311 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22312 </UL><P>
22313 &lt;End of help on this topic&gt;
22314 </BODY>
22315 </HTML>
22316 ====== h_config_incoming_list ======
22317 <HTML>
22318 <HEAD>
22319 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
22320 </HEAD>
22321 <BODY>
22322 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
22324 This option has no effect unless the feature
22325 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22326 is set, which in turn has no effect unless
22327 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22328 is set.
22330 When monitoring the Incoming Message Folders for Unseen messages Alpine will
22331 normally monitor all Incoming Folders.
22332 You may use this option to restrict the list of monitored folders to a
22333 subset of all Incoming Folders.
22335 <UL>   
22336 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22337 </UL><P>
22338 &lt;End of help on this topic&gt;
22339 </BODY>
22340 </HTML>
22341 ====== h_config_pers_name ======
22342 <HTML>
22343 <HEAD>
22344 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
22345 </HEAD>
22346 <BODY>
22347 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
22349 This value is used to determine the full name part of the "From" address
22350 on messages you send.
22351 <!--chtml if pinemode="os_windows"-->
22352  PC-Alpine requires that this be set in order to properly construct the "From" address.
22353 <!--chtml else-->
22354  If unset, Unix Alpine will obtain your full name from
22355  the system password file. PC-Alpine, on the other hand, requires that this be set.
22356 <!--chtml endif-->
22358 If you want to change the value of what gets included in the From header
22359 in messages you send (other than just the Personal Name)
22360 look <A HREF="h_config_change_your_from">here</A> for a description.
22361 <P><UL>
22362 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22363 </UL><P>
22364 &lt;End of help on this topic&gt;
22365 </BODY>
22366 </HTML>
22367 ====== h_config_pruned_folders ======
22368 <html>
22369 <header>
22370 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
22371 </header>
22372 <body>
22373 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
22375 This variable allows you to define a list of one or more folders that
22376 Alpine will offer to prune for you in the same way it automatically offers
22377 to prune your "sent-mail" folder each month.
22378 Each folder in this list must be a folder in your default folder collection
22379 (the first folder collection if you have more than one), and it is just
22380 the relative name of the folder in the collection, not the fully-qualified name.
22381 It is similar to sent-mail.
22382 Instead of something like
22384 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
22386 the correct value to use would be
22388 <CENTER><SAMP>folder</SAMP></CENTER>
22390 There is an assumption here that your first collection is the folders in
22392 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
22395 Once a month, for each folder listed, Alpine will offer to move
22396 the contents of the folder to a new folder of the same name but with
22397 the previous month's date appended.  Alpine will then look for any such
22398 date-appended folder names created for a previous month, and offer each
22399 one it finds for deletion.
22402 If you decline the first offer, no mail is moved and no new folder is
22403 created.
22406 The new folders will be created
22407 in your default folder collection.
22410 <UL>   
22411 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22412 </UL><P>
22413 &lt;End of help on this topic&gt;
22414 </body>
22415 </html>
22416 ====== h_config_upload_cmd ======
22417 <HTML>
22418 <HEAD>
22419 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
22420 </HEAD>
22421 <BODY>
22422 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
22424 This option affects the behavior of the Composer's &quot;Read File&quot; 
22425 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
22426 commands.  It specifies
22427 a Unix program name, and any necessary command line arguments, that Alpine can
22428 use to transfer files from your personal computer into messages that you are
22429 composing.<P>
22431 <B>Note:</B> this facility is intended for use with serial line transfer 
22432 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22433 to work with TCP/IP file transfer programs such as ftp.<P>
22435 If a program is specified, the commands listed above are modified to offer a
22436 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
22437 specified here must match the transfer program or protocol available on the
22438 personal computer.<P>
22440 Alpine expects to exchange uploaded data via a file on your Unix system.  When
22441 the specified upload program finishes, Alpine expects the uploaded data to be
22442 contained in this file.<P>
22444 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
22445 generates a
22446 temporary file name that it will pass to the specified Unix program.  Alpine
22447 will read the resulting uploaded text from this file and then delete it when
22448 the upload command is finished.<P>
22450 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
22451 prompt
22452 you for the name of the file that is to contain the uploaded information that
22453 it is to attach.  Alpine will attach this file to the composition, but will
22454 <B>not</B> delete this file after the upload command is finished.<P>
22456 The special token &quot;_FILE_&quot; may be included among the Unix program's 
22457 command
22458 line arguments.  Alpine will replace this symbol with the name of the file
22459 being used to exchange the uploaded information.  This token allows you to
22460 position the file name where it is required in the Unix program's command
22461 line arguments.<P>
22463 If the &quot;_FILE_&quot; token is not present in the specified command, the
22464 temporary file's name is automatically appended to the specified Unix
22465 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22466 <B>last</B> command line argument.
22467 <P><UL>
22468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22469 </UL><P>
22470 &lt;End of help on this topic&gt;
22471 </BODY>
22472 </HTML>
22473 ====== h_config_upload_prefix ======
22474 <HTML>
22475 <HEAD>
22476 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
22477 </HEAD>
22478 <BODY>
22479 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
22481 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
22482 It defines text to be written to the terminal emulator (via standard output)
22483 immediately prior to starting upload command.  This is useful for
22484 integrated serial line file transfer agents that permit command passing
22485 (e.g., Kermit's APC method).<P>
22487 The special token &quot;_FILE_&quot; may be included in the string specification.
22488 That symbol will be replaced with the (Alpine-created) name of the temporary
22489 file in which Alpine will expect to find the uploaded file.
22490 <P><UL>
22491 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22492 </UL><P>
22493 &lt;End of help on this topic&gt;
22494 </BODY>
22495 </HTML>
22496 ====== h_config_download_cmd ======
22497 <HTML>
22498 <HEAD>
22499 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
22500 </HEAD>
22501 <BODY>
22502 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
22504 This option affects the behavior of the Export command.  It specifies a Unix
22505 program name, and any necessary command line arguments, that Alpine can use to
22506 transfer the exported message to your personal computer's disk.<P>
22507 Note: this facility is intended for use with serial line transfer 
22508 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22509 to work with TCP/IP file transfer programs such as ftp.<P>
22510 If a program is specified, the Export command is modified to offer a
22511 subcommand (^V) to activate the transfer (in lieu of saving it to
22512  the machine where Alpine is running).  Obviously, the Unix program
22513 specified here must match the transfer program or protocol available on the
22514 personal computer.<P>
22516 When this subcommand is selected and before Alpine invokes the specified Unix
22517 program, Alpine will create a temporary file containing the text of the
22518 exported message.  Alpine uses this file to pass the exported message text to
22519 the specified Unix program.<P>
22521 The special token &quot;_FILE_&quot; may be included among the Unix program's command
22522 line arguments.  Alpine will replace this symbol with the temporary file's name
22523 before executing the Unix program.  This token allows you to position the
22524 file name where it is required in the Unix program's command line arguments.
22526 If the &quot;_FILE_&quot; token is not present in the specified command, the
22527 temporary file's name is automatically appended to the specified Unix
22528 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22529 <B>last</B> command line argument.
22530 <P><UL>
22531 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22532 </UL><P>
22533 &lt;End of help on this topic&gt;
22534 </BODY>
22535 </HTML>
22536 ====== h_config_download_prefix ======
22537 <HTML>
22538 <HEAD>
22539 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
22540 </HEAD>
22541 <BODY>
22542 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
22544 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
22545 It defines text to be written to the terminal emulator (via standard output)
22546 immediately prior to starting the download command.  This is useful for
22547 integrated serial line file transfer agents that permit command passing
22548 (e.g., Kermit's APC method).
22550 The special token &quot;_FILE_&quot; may be included in the string 
22551 specification.
22552 That symbol will be replaced with the (Alpine-created) name of the temporary
22553 file into which Alpine will place the message to be downloaded.
22554 <P><UL>
22555 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22556 </UL><P>
22557 &lt;End of help on this topic&gt;
22558 </BODY>
22559 </HTML>
22560 ====== h_config_mailcap_path ======
22561 <HTML>
22562 <HEAD>
22563 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
22564 </HEAD>
22565 <BODY>
22566 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
22567 This variable is used to replace Alpine's default mailcap file search path.
22568 It takes one or more file names (full paths must be specified) in which to
22569 look for mail capability data.  The default search path can be found in this
22570 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
22571 If there is more than one file name listed, list members should be delimited
22572 by 
22573 <!--chtml if pinemode="os_windows"-->
22574 a semi-colon (;) under Windows; for example:<PRE>
22575         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
22576 </PRE>
22577 <!--chtml else-->
22578 a colon (:) under UNIX; for example:<PRE>
22579         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
22580 </PRE>
22581 <!--chtml endif-->
22582 <P><UL>
22583 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22584 </UL>
22586 &lt;End of help on this topic&gt;
22587 </BODY>
22588 </HTML>
22589 ====== h_config_mimetype_path ======
22590 <HTML>
22591 <HEAD>
22592 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
22593 </HEAD>
22594 <BODY>
22595 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
22597 This variable is used to replace Alpine's default mime.types file search path.
22598 It takes one or more file names (full paths must be specified) in which to
22599 look for file-name-extension to MIME type mapping data.  The default search
22600 path can be found in this
22601 <A HREF="h_news_config">Alpine Configuration</A> help.
22605 If there is more than one file name listed, list members should be delimited
22606 by a colon (:) under UNIX and a semi-colon (;) under Windows.
22608 &lt;End of help on this topic&gt;
22609 </BODY></HTML>
22610 ====== h_config_system_certs_path ======
22611 <HTML>
22612 <HEAD>
22613 <TITLE>OPTION: <!--#echo var="VAR_system-certs-path"--></TITLE>
22614 </HEAD>
22615 <BODY>
22616 <H1>OPTION: <!--#echo var="VAR_system-certs-path"--></H1>
22618 When Alpine is built to support secure connections to remote servers, a directory
22619 must be reserved in the system to store certificates that will be used to validate
22620 remote servers. This is normally configured at the time that Alpine is built, but
22621 there might be circumstances under which a user might want to use a different
22622 directory. For example, the directory might not be accessible, or has not been 
22623 updated and contains old certificates that have expired.
22626 This variable can be used to list
22627 the directory where such certificates can be found. Alpine will use the first
22628 directory in this list that exists in your system and can be accessed. This
22629 allows for users to be able to use the same pinerc file in different systems.
22632 Example of values for this option might be:
22634 <PRE>
22635 System CACerts Dir = /etc/ssl/certs
22636                      /usr/local/ssl/certs
22637                      C:\\libressl\\ssl\\certs
22638 <PRE>
22641 In unix systems, the default location of the certificates for openssl can
22642 be obtained by first executing the command
22644 <PRE>openssl version -d</PRE>
22646 and adding &quot;/certs&quot; to that value. In Windows the default location
22647 for the certificates is C:\\libressl\\ssl\\certs. This value was set by
22648 LibreSSL developers, and this option can be used to override this default.
22651 &lt;End of help on this topic&gt;
22652 </BODY></HTML>
22653 ====== h_config_system_certs_file ======
22654 <HTML>
22655 <HEAD>
22656 <TITLE>OPTION: <!--#echo var="VAR_system-certs-file"--></TITLE>
22657 </HEAD>
22658 <BODY>
22659 <H1>OPTION: <!--#echo var="VAR_system-certs-file"--></H1>
22661 This option sets the location of the container file that holds 
22662 certificate authority (CA) certificates.
22663 Alpine will use the first
22664 container in this list that exists in your system and can be accessed. This
22665 allows for users to be able to use the same pinerc file in different systems.
22668 Example of values for this option might be:
22670 <PRE>
22671 System CACerts File = /etc/ssl/certs/cert.pem
22672                       /usr/local/ssl/ca-root-nss.crt
22673                       C:\\libressl\\ssl\\certs\\cert.pem
22674 <PRE>
22677 In unix systems, the default location of the certificates for openssl can
22678 be obtained by first executing the command
22680 <PRE>openssl version -d</PRE>
22682 and adding &quot;/certs&quot; to that value. In Windows the default location
22683 for the certificates is C:\\libressl\\ssl\\certs\\cert.pem. This value was set 
22684 by LibreSSL developers, and this option can be used to override this default.
22687 &lt;End of help on this topic&gt;
22688 </BODY></HTML>
22689 ====== h_config_user_certs_path ======
22690 <HTML>
22691 <HEAD>
22692 <TITLE>OPTION: <!--#echo var="VAR_user-certs-path"--></TITLE>
22693 </HEAD>
22694 <BODY>
22695 <H1>OPTION: <!--#echo var="VAR_user-certs-path"--></H1>
22697 (UNIX ALPINE ONLY)
22698 This directory is used by Alpine to store certificates that a user
22699 trusts. Alpine will use the first directory in this list that exists in your
22700 system and can be accessed. This allows for users to be able to
22701 use the same pinerc file in different systems. The default location
22702 is ~/.alpine-certs.
22705 In addition to the certificates stored in this directory, Alpine also
22706 trusts certificates saved in the container file referenced in the
22707 configuration variable
22708 <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>.
22711 Example of values for this option might be:
22713 <PRE>
22714 User Certs Dir = /home/fred/.alpine-certs
22715                  C:\\Users\\Admin\\alpine-certs
22716 <PRE>
22719 &lt;End of help on this topic&gt;
22720 </BODY></HTML>
22721 ====== h_config_user_certs_file ======
22722 <HTML>
22723 <HEAD>
22724 <TITLE>OPTION: <!--#echo var="VAR_user-certs-file"--></TITLE>
22725 </HEAD>
22726 <BODY>
22727 <H1>OPTION: <!--#echo var="VAR_user-certs-file"--></H1>
22729 (UNIX ALPINE ONLY)
22730 This option sets the location of a container file that holds certificate
22731 authority (CA) certificates that the user trusts. Its value is the
22732 full path referencing the location of this file. Alpine will use the first
22733 container in this list that exists and can be accessed in your system. This
22734 allows for users to be able to use the same pinerc file in different
22735 systems. The default location is ~/.alpine-certs/certs.pem.
22738 In addition to the certificates stored in this directory, Alpine also
22739 trusts certificates saved in the directory referenced in the
22740 configuration variable
22741 <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>.
22744 Example of values for this option might be:
22746 <PRE>
22747 User Certs File = /home/fred/.alpine-certs/certs.pem
22748                   C:\\libressl\\ssl\\certs\\cert.pem
22749 <PRE>
22752 &lt;End of help on this topic&gt;
22753 </BODY></HTML>
22754 ====== h_config_set_att_ansi ======
22755 <HTML><HEAD>
22756 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
22757 </HEAD>
22758 <BODY>
22759 <H1>OPTION: Set printer to attached ansi printer</H1>
22761 Type "S" to set your printer to "attached-to-ansi".<BR>
22762 It is OK to include "attached-to-ansi" in your personal list below.
22764 &lt;End of help on this topic&gt;
22765 </BODY></HTML>
22766 ====== h_config_set_att_ansi2 ======
22767 <HTML><HEAD>
22768 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
22769 </HEAD>
22770 <BODY>
22771 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
22773 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
22774 It is OK to include "attached-to-ansi-no-formfeed" in your personal
22775 list below.
22779 This is the same as the "attached-to-ansi" option except that a
22780 formfeed character will not be appended to the end of the print job.
22781 If your printer already ejects the paper by itself at the end of the
22782 job, you may prefer the "no-formfeed" form of this printer so that you
22783 don't get an extra blank page between print jobs.
22786 &lt;End of help on this topic&gt;
22787 </BODY></HTML>
22788 ====== h_config_set_att_wyse ======
22789 <HTML><HEAD>
22790 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
22791 </HEAD>
22792 <BODY>
22793 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
22795 Type "S" to set your printer to "attached-to-wyse".<BR>
22796 It is OK to include "attached-to-wyse" in your personal list below.
22798 This is very similar to "attached-to-ansi".
22799 The only difference is in the control characters sent to turn the printer
22800 on and off.
22801 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
22802 to turn on the printer and ESC LEFT_BRACKET 4 i
22803 to turn it off.
22804 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
22805 &lt;End of help on this topic&gt;
22806 </BODY></HTML>
22807 ====== h_config_set_att_wyse2 ======
22808 <HTML><HEAD>
22809 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
22810 </HEAD>
22811 <BODY>
22812 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
22814 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
22815 It is OK to include "attached-to-wyse-no-formfeed" in your personal
22816 list below.
22820 This is the same as the "attached-to-wyse" option except that a
22821 formfeed character will not be appended to the end of the print job.
22822 If your printer already ejects the paper by itself at the end of the
22823 job, you may prefer the "no-formfeed" form of this printer so that you
22824 don't get an extra blank page between print jobs.
22827 &lt;End of help on this topic&gt;
22828 </BODY></HTML>
22829 ====== h_config_set_stand_print ======
22830 <HTML>
22831 <HEAD>
22832 <TITLE>OPTION: Set default printer</TITLE>
22833 </HEAD>
22834 <H1>OPTION: Set default printer</H1>
22835 <BODY>
22836 Move to the printer you want and type "S" to set it to be your
22837 default printer.  This list is not modifiable by you and has been
22838 set up by the system administrators.  If there is more than one printer
22839 listed in the Command List, you will be able to cycle through that
22840 whole list at the time you print, starting with your default.
22841 It is OK to include entries from this Standard list in your personal
22842 list below.
22844 &lt;End of help on this topic&gt;
22845 </BODY>
22846 </HTML>
22847 ====== h_config_set_custom_print ======
22848 <HTML>
22849 <HEAD>
22850 <TITLE>OPTION: Set default printer</TITLE>
22851 </HEAD>
22852 <H1>OPTION: Set default printer</H1>
22853 <BODY>
22854 You may add as many print commands as you want to your personal list.
22855 Specify one of them as your default printer by moving to the printer
22856 you want and typing "S".  If there is more than one printer listed
22857 in the Command List, you will be able to cycle through that list at
22858 the time you print, starting with your default.  It is OK to include
22859 entries from the Standard list above or to include the command
22860 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
22861 "attached-to-wyse-no-formfeed" as one of the entries here.
22863 &lt;End of help on this topic&gt;
22864 </BODY>
22865 </HTML>
22866 ====== h_config_user_id =====
22867 <HTML>
22868 <HEAD>
22869 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
22870 </HEAD>
22871 <BODY>
22872 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
22874 This value is used as part of the "From" address on messages you send.
22875 It is also the default login name for remote IMAP server access.  Set this
22876 to the username part you want to appear on outgoing email.
22878 If you want to change the value of what gets included in the From header
22879 in messages you send (other than just the User ID)
22880 look <A HREF="h_config_change_your_from">here</A> for a description.
22882 <P><UL>   
22883 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22884 </UL><P>
22885 &lt;End of help on this topic&gt;
22886 </BODY>
22887 </HTML>
22888 ====== h_config_user_dom =====
22889 <HTML>
22890 <HEAD>
22891 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
22892 </HEAD>
22893 <BODY>
22894 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
22896 This value specifies the domain part (right-hand side) of your return
22897 address on outgoing email and is also used as the default domain for email
22898 composed to a local user.
22899 <!--chtml if pinemode="os_windows"-->
22900  This value is required for PC-Alpine. If you are unsure as to what this should be,
22901  contact your local help desk, system administrator, or Internet Service Provider.
22902 <!--chtml else-->
22903  If unset, Unix Alpine will obtain the domain from
22904  the system.  Often this value will be set for your whole site by the
22905  system administrator.<P>
22906 <!--chtml endif-->
22907 If you set this, see also the <A HREF="h_config_quell_local_lookup">
22908 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
22910 If you want to change the value of what gets included in the From header
22911 in messages you send (other than just the User Domain)
22912 look <A HREF="h_config_change_your_from">here</A> for a description.
22913 <P><UL>
22914 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22915 </UL><P>
22916 &lt;End of help on this topic&gt;
22917 </BODY>
22918 </HTML>
22919 ====== h_config_smtp_server =====
22920 <HTML>
22921 <HEAD>
22922 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
22923 </HEAD>
22924 <BODY>
22925 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
22926 This value specifies the name of one or more SMTP 
22927 (Simple Mail Transfer Protocol) servers for sending mail. 
22928 <!--chtml if pinemode="os_windows"-->
22929 You must have an SMTP server for use with PC-Alpine.
22930 SMTP servers are
22931 normally set up by a system administrator for use by all members of a given
22932 campus or department.
22933 Contact your local help desk to ask what SMTP
22934 servers you should use.  
22935 <!--chtml else-->
22936 Unix Alpine users may not need to set an SMTP server.
22937 Alpine will attempt to execute the program (usually sendmail) that is used
22938 to insert mail into the mail system.
22939 If this works for you, you may leave this option blank.
22940 If there is an SMTP server running on the Unix host you may be able to
22941 improve sending performance slightly by setting the SMTP server option
22942 to &quot;localhost&quot; or to the actual name of the Unix host.
22944 If the Unix host doesn't work the way Alpine was expecting you will need to
22945 set the value of this option.
22946 SMTP servers are
22947 normally set up by a system administrator for use by all members of a given
22948 campus or department.
22949 Contact your local help desk to ask what SMTP
22950 servers you should use.  
22951 <!--chtml endif-->
22953 Your SMTP server may offer SMTP AUTH authentication.
22954 It may even require it.
22955 If your SMTP server offers SMTP AUTH authentication you may specify a
22956 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
22957 This parameter requires an associated value,
22958 the username identifier with which to establish the server
22959 connection.
22960 An example might be:
22963 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
22966 If AUTH authentication is offered by the server, this will cause Alpine to
22967 attempt to use it.
22968 If AUTH authentication is not offered by the server, this will cause Alpine
22969 to fail sending with an error similar to:
22972 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
22975 Another type of authentication that is used by some ISPs is called
22976 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
22977 which means that you have to authenticate
22978 yourself to the POP or IMAP server by opening a mailbox before you
22979 can send mail.
22980 To do this, you usually only have to open your INBOX.
22983 You may tell Alpine to use the
22984 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
22985 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
22986 parameter
22987 in this option.
22988 At this time &quot;/submit&quot; is simply equivalent to specifying
22989 port 587, though it may imply more than that at some point in the future.
22990 Some ISPs are blocking port 25 in order to reduce the amount of spam
22991 being sent to their users.
22992 You may find that the submit option allows you to get around such a block.
22995 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
22998 To specify any non-standard port number on the SMTP server you may follow
22999 the hostname with a colon followed by the portnumber.
23002 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
23005 Normally, when a connection is made to the Smtp-Server Alpine will attempt
23006 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
23007 If that fails then a non-encrypted connection will be attempted instead.
23008 You may specify that a TLS connection is required if you wish.
23009 If you append &quot;/starttls&quot; to the name then the connection will fail
23010 instead of falling back to a non-secure connection.
23013 <CENTER><SAMP>smtpserver.example.com/starttls</SAMP></CENTER>
23017 For more details about server name possibilities see
23018 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23021 <UL>
23022 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23023 </UL>
23025 &lt;End of help on this topic&gt;
23026 </BODY>
23027 </HTML>
23028 ====== h_config_nntp_server =====
23029 <HTML>
23030 <HEAD>
23031 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
23032 <BODY>
23033 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
23035 This value specifies the name of one or more NNTP
23036 (Network News Transfer Protocol)
23037 servers for reading and posting USENET news.
23038 NNTP servers are normally
23039 set up by a system administrator for use by all members of a given campus
23040 or department.
23041 Contact your local help desk to ask what NNTP servers you should use.  
23042 <!--chtml if pinemode="os_windows"--><!--chtml else-->
23043 Often Unix Alpine users will find that this variable has been
23044 set for the whole system (and they don't have to worry about it).  
23045 <!--chtml endif-->
23046 When you define an NNTP server here, Alpine implicitly defines a news
23047 collection for you, assuming that server as the news server and assuming
23048 that you will use the NNTP protocol and a local newsrc configuration file
23049 for reading news.
23050 For more about reading news with Alpine, see
23051 <A HREF="h_reading_news">how to use Alpine to read news</A>.
23053 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
23054 or &quot;AUTHINFO USER&quot; authentication.
23055 It may even require it.
23056 If your NNTP server does offer such authentication you may specify a user name
23057 parameter to cause Alpine to attempt to authenticate.
23058 The same is true for the server name in a folder collection that uses NNTP.
23059 This parameter requires an associated value,
23060 the username identifier with which to establish the server connection.
23061 An example might be:
23064 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
23067 If authentication is offered by the server, this will cause Alpine to
23068 attempt to use it.
23069 If authentication is not offered by the server, this will cause Alpine
23070 to fail with an error similar to:
23073 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
23075 For more details about the server name possibilities see
23076 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23077 <P><UL>
23078 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23079 </UL><P>
23080 &lt;End of help on this topic&gt;
23081 </BODY>
23082 </HTML>
23083 ====== h_config_inbox_path =====
23084 <HTML>
23085 <HEAD>
23086 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
23087 </HEAD>
23088 <BODY>
23089 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
23091 This value overrides the default value of your INBOX name/path/location.
23092 <!--chtml if pinemode="os_windows"-->
23093 PC-Alpine users must specify an inbox path and it must be a folder on an
23094 IMAP server.  
23095 <!--chtml else-->
23096 Unix and VMS Alpine users will often find that this variable
23097 has been pre-configured by your system administrator.  
23098 <!--chtml endif-->
23099 You may be able to specify an alternate INBOX that is either a local folder 
23100 or a folder on an IMAP server.
23102 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
23103 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
23104 mail server.
23106 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23107 details on the syntax of folder definitions.
23109 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
23110 mail is disappearing.
23111 <P><UL>
23112 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23113 </UL><P>
23114 &lt;End of help on this topic&gt;
23115 </BODY>
23116 </HTML>
23117 ====== h_config_change_your_from =====
23118 <HTML>
23119 <HEAD>
23120 <TITLE>How to Change your From Address</TITLE>
23121 </HEAD>
23122 <BODY>
23123 <H1>How to Change your From Address</H1>
23125 If the From address that Alpine includes in mail that you send is not correct,
23126 you may want to configure a different default value for the From address.
23127 You may follow these directions to change the default:
23130 <UL>
23131   <LI> Go to the Main Alpine Menu
23132   <LI> From there type the Setup Command
23133   <LI> From there type the Config Command
23134 </UL>
23137 You've probably already seen this SETUP CONFIGURATION screen.
23138 If not, there are many options you may want to set here.
23139 To set the value of the From header you may use the
23140 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
23141 Find it by scrolling down a few pages or use the WhereIs command to
23142 search for &quot;customized&quot;.
23143 You may want to read the help text associated with the option.
23145 To add a custom From header, type the Add command and enter the
23146 full header line, including the leading &quot;From:&nbsp;&quot;.
23147 For example:
23149 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23151 Now exit the Setup command and try sending mail to yourself to see
23152 what the From line looks like.
23154 When you are in the composer you may edit the custom From line by typing
23155 Ctrl-R while your cursor is in the headers of the message and then moving
23156 to the From line and editing.
23157 If you want to leave the default value the same but add the possibility
23158 of being able to edit the header when you compose, add just the header
23159 name without a value.
23160 For example:
23162 <CENTER><SAMP>From:</SAMP></CENTER>
23164 If you change your From address you may also find it useful to add the
23165 changed From address to the
23166 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23167 configuration option.
23169 <UL>   
23170 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23171 </UL><P>
23172 &lt;End of help on this topic&gt;
23173 </BODY>
23174 </HTML>
23175 ====== h_config_default_fcc =====
23176 <HTML>
23177 <HEAD>
23178 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
23179 </HEAD>
23180 <BODY>
23181 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
23183 This value specifies where a copy of outgoing mail should be saved.  If
23184 this is not a path name, it will be in the default collection for saves.
23185 Any valid folder specification, local or IMAP, is allowed.  This default
23186 folder carbon copy only applies when the 
23187 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
23188 is set to use the default folder.  
23189 <!--chtml if pinemode="os_windows"-->
23190 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
23191 <!--chtml else-->
23192 Unix Alpine default
23193 is normally &quot;sent-mail&quot; in the default folder collection. 
23194 <!--chtml endif-->
23196 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
23197 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
23198 IMAP server (remember that in order to later access this remote folder through Alpine, it
23199 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23200 for more information). An example:<p>
23201 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
23203 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
23205 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23206 details on the syntax of folder definitions.
23208 <UL>   
23209 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23210 </UL><P>
23211 &lt;End of help on this topic&gt;
23212 </BODY>
23213 </HTML>
23214 ====== h_config_def_save_folder =====
23215 <HTML>
23216 <HEAD>
23217 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
23218 </HEAD>
23219 <BODY>
23220 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
23222 This option determines the default folder name for save-message operations 
23223 (&quot;saves&quot;).
23225 If this is not a path name, it will be in the default collection for saves.
23226 Any valid folder specification, local or IMAP, is allowed.  This default
23227 folder only applies when the
23228 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
23229 doesn't override it.  
23230 <!--chtml if pinemode="os_windows"-->
23231 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
23232 <!--chtml else-->
23233 Unix Alpine default
23234 is normally &quot;saved-messages&quot; in the default folder collection.
23235 <!--chtml endif-->
23236 If you access your email through an IMAP server, especially if you often switch between Unix
23237 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
23238 IMAP server (remember that in order to later access this remote folder through Alpine, it
23239 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23240 for more information). An example:<p>
23241 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
23243 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23244 details on the syntax of folder definitions.
23246 <UL>   
23247 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23248 </UL><P>
23249 &lt;End of help on this topic&gt;
23250 </BODY>
23251 </HTML>
23252 ====== h_config_postponed_folder =====
23253 <HTML>
23254 <HEAD>
23255 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
23256 </HEAD>
23257 <BODY>
23258 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
23260 This value overrides the default name for the folder where postponed
23261 messages are saved.  If this is not a path name, it will be in the default
23262 collection for message Saves.  Any valid folder specification, local or
23263 remote, is allowed. 
23264 PC-Alpine default
23265 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
23266 The Unix Alpine default is normally &quot;postponed-msgs&quot;
23267 in the default collection. 
23269 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
23270 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
23271 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
23272 in all Alpine copies you use. 
23273 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
23274 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
23275 for more information). An
23276 example:<p> 
23277 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
23279 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23280 details on the syntax of folder definitions.
23282 <UL>   
23283 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23284 </UL><P>
23285 &lt;End of help on this topic&gt;
23286 </BODY>
23287 </HTML>
23288 ====== h_config_read_message_folder =====
23289 <HTML>
23290 <HEAD>
23291 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
23292 </HEAD>
23293 <BODY>
23294 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
23296 By virtue of specifying a folder name here, Alpine will be configured to
23297 save all messages that you have read during a session into the designated
23298 &quot;read messages&quot; folder.  This allows you to more easily distinguish
23299 between your really new email (in your INBOX) and those that you have
23300 already read.  Depending on how you define the 
23301 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23302 setting, you may or may not be asked when you quit
23303 Alpine if you want read messages to be moved to this folder.  In either
23304 case, moving the messages means they will be deleted from your INBOX.
23306 If this is not a path name, it will be in the default collection for
23307 saves.  Any valid folder specification, local or remote (via IMAP), is
23308 allowed.  There is no default for the name of the read message folder.
23310 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23311 details on the syntax of folder definitions.
23313 <UL>   
23314 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23315 </UL><P>
23316 &lt;End of help on this topic&gt;
23317 </BODY>
23318 </HTML>
23319 ====== h_config_form_folder =====
23320 <HTML>
23321 <HEAD>
23322 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
23323 </HEAD>
23324 <BODY>
23325 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
23327 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
23328 contain messages that you have composed and that are intended to be
23329 sent in their original form repeatedly.
23332 Setting this variable will alter Alpine's usual behavior when you
23333 execute the Compose command.  Normally, Alpine offers a chance to
23334 continue a postponed or interrupted message should one or the other
23335 exist.  When this variable is set to a folder name that exists, Alpine
23336 will also offer the chance to select a message from the folder to
23337 insert into the composer (much like when continuing a postponed message).
23338 The difference, however, is that Alpine will not automatically delete
23339 the selected message from the Form Letter Folder.
23341 Setting this variable will also affect Alpine's behavior when you
23342 Postpone a message from the composer.  Normally, Alpine simply stashes
23343 the message away in your
23344 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
23345 Regardless of the specified folder's existence, Alpine will ask which
23346 folder you intend the message to be stored in.  Choose the
23347 &quot;F&quot; option to store the message in your Form Letter Folder.
23348 This is the most common way to add a message to the folder.
23351 Another method of adding messages to the folder is via the Alpine
23352 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
23353 you expect to send in the same form again, you can enter the Form
23354 Letter Folder's name in this field.  Alpine, as usual, will copy the
23355 message as it's sent.  Note, when you later select this message from 
23356 your Form Letter Folder, it will have the same recipients as the original
23357 message.
23360 To delete a message from the Form Letter Folder, you can either select
23361 the folder from a suitable FOLDER LIST screen, or use the Delete
23362 command in the MESSAGE INDEX offered when selecting from the folder as
23363 part of the Compose command.  You can delete a Form Letter Folder just
23364 as any other folder from a suitable FOLDER LIST screen.
23367 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
23368 facility can be used
23369 to replace the Form Letter Folder.
23372 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23373 details on the syntax of folder definitions.
23376 <UL>   
23377 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23378 </UL><P>
23379 &lt;End of help on this topic&gt;
23380 </BODY>
23381 </HTML>
23382 ====== h_config_archived_folders =====
23383 <HTML>
23384 <HEAD>
23385 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
23386 </HEAD>
23387 <BODY>
23388 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
23390 This is like
23391 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
23392 only more general.  You may archive
23393 any of the folders in your incoming collection.  This is a list of folder
23394 pairs, with the first separated from the second in the pair by a space.
23395 The first folder in a pair is the folder you want to archive, and the
23396 second folder is the folder that read messages from the first should be
23397 moved to.  Depending on how you define the
23398 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23399 setting, you may or may not be asked when you
23400 leave the first folder if you want read messages to be moved to the
23401 second folder.  In either case, moving the messages means they will be
23402 deleted from the first folder.
23404 The name of the first folder in each pair can be either the technical
23405 specification of the folder (like what appears in your configuration file)
23406 or (much easier) the nickname that you gave the folder when you made it
23407 an incoming folder.
23409 For example:<p>
23410 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
23411 <p>or, using nicknames:<p>
23412 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
23414 If these are not path names, they will be in the default collection for
23415 saves. Any valid folder specification, local or remote (via IMAP), is
23416 allowed. There is no default.
23418 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23419 details on the syntax of folder definitions.
23421 <UL>   
23422 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23423 </UL><P>
23424 &lt;End of help on this topic&gt;
23425 </BODY>
23426 </HTML>
23427 ====== h_config_newsrc_path ======
23428 <HTML>
23429 <HEAD>
23430 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
23431 </HEAD>
23432 <BODY>
23433 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
23435 This option overrides the default name Alpine uses for your "newsrc" news
23436 status and subscription file.  If set, Alpine will take this value as the
23437 full pathname for the desired newsrc file.<P>
23439 If this option is <B>not</B> set, 
23440 <!--chtml if pinemode="os_windows"-->
23441 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
23442 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
23443 directory as your pinerc file for NEWSRC.
23444 <!--chtml else-->
23445 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
23446 your account's home directory).
23447 <!--chtml endif-->
23448 <P><UL>
23449 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23450 </UL>
23452 &lt;End of help on this topic&gt;
23453 </BODY>
23454 </HTML>
23455 ====== h_config_literal_sig =====
23456 <HTML>
23457 <HEAD>
23458 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
23459 </HEAD>
23460 <BODY>
23461 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
23463 With this option your actual signature, as opposed to
23464 the name of a file containing your signature,
23465 is stored in the Alpine configuration file.
23466 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
23469 This is simply a different way to store the signature.
23470 The signature is stored inside your Alpine configuration file instead of in
23471 a separate file.
23472 Tokens work the same way they do with the
23473 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
23474 help.
23477 The Setup/Signature command on Alpine's MAIN MENU will edit
23478 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
23479 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
23480 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
23481 instead.
23484 The two character sequence &#92;n (backslash followed by
23485 the character n) will be used to signify a line-break in your signature.
23486 You don't have to enter the &#92;n, but it will be visible in the
23487 SETUP CONFIGURATION window after you are done editing the signature.
23490 <UL>   
23491 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23492 </UL><P>
23493 &lt;End of help on this topic&gt;
23494 </BODY>
23495 </HTML>
23496 ====== h_config_signature_file =====
23497 <HTML>
23498 <HEAD>
23499 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
23500 </HEAD>
23501 <BODY>
23502 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
23504 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
23505 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
23506 You can tell that that is the case because the value of the
23507 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
23509 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
23511 You may either use all Literal Signatures (signatures stored in your
23512 configuration file) throughout Alpine, or all signature files.
23513 You can't mix the two.
23515 This is the name of a file that will be automatically inserted into
23516 outgoing messages.
23517 It typically contains information such as your
23518 name, email address and organizational affiliation.
23519 Alpine adds the
23520 signature into the message as soon as you enter the composer so you
23521 can choose to remove it or edit it on a message by message basis.
23522 Signature file placement in message replies is controlled by the
23523 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
23524 setting in the feature list.
23527 The default file name is
23528 <!--chtml if pinemode="os_windows"-->
23529 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
23530 PINERC file is a local file.
23531 If your PINERC file is remote, then it will be in the directory specified
23532 by the &quot;-aux local_directory&quot; command line option.
23533 <!--chtml else-->
23534 &quot;.signature&quot;.
23535 <!--chtml endif-->
23538 To create or edit your signature file choose Setup from the MAIN MENU
23539 and then select S for Signature (Main/Setup/Signature).  This puts you
23540 into the Signature Editor where you can enter a <EM>few</EM> lines of
23541 text containing your identity and affiliation.
23544 If the filename is followed by a vertical bar (|) then instead
23545 of reading the contents of the file the file is assumed to be a
23546 program that will produce the text to be used on its standard output.
23547 The program can't have any arguments and doesn't receive any input from Alpine,
23548 but the rest of the processing works as if the contents came from a file.
23551 Instead of storing the data in a local file, the
23552 signature data may be stored remotely in an IMAP folder.
23553 In order to do this, 
23554 you must use a remote name for the file.
23555 A remote <!--#echo var="VAR_signature-file"--> name might look like:
23557 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
23560 The syntax used here is the same as the syntax used for remote configuration
23561 files from the command line.
23562 Note that you may not access an existing signature file remotely,
23563 you have to create a new <EM>folder</EM> that contains the signature data.
23564 If the name you use here for the signature file is a remote name, then when
23565 you edit the file from the Setup/Signature command the data will be stored
23566 remotely in the folder.
23567 You aren't required to do anything special to create the folder, it
23568 gets created automatically if you use a remote name.
23571 Besides regular text, the signature file may also contain
23572 (or a signature program may produce) tokens that
23573 are replaced with text that usually depends on the message you are replying
23574 to or forwarding.
23575 For example, if the signature file contains the token
23577 <CENTER><SAMP>_DATE_</SAMP></CENTER>
23579 anywhere in the text, then that token is replaced by the date
23580 the message you are replying to or forwarding was sent.
23581 If it contains
23583 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
23585 that is replaced with the current date.
23586 The first is an example of a token that depends on the message you
23587 are replying to (or forwarding) and the second is an example which
23588 doesn't depend on anything other than the current date.
23589 You have to be a little careful with this facility since tokens that
23590 depend on the message you are replying to or forwarding will be replaced
23591 by nothing in the case where you are composing a new message from scratch.
23592 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
23593 in this respect.
23594 It allows you to use different signature files in different cases.
23597 The list of tokens available for use in the signature file is
23598 <A HREF="h_index_tokens">here</A>.
23601 Instead of, or along with the use of &quot;roles&quot; to give you
23602 different signature files in different situations, there is also
23603 a way to conditionally include text based
23604 on whether or not a token would result in specific replacement text.
23605 For example, you could include some text based on whether or not
23606 the _NEWS_ token would result in any newsgroups if it was used.
23607 This is explained in detail
23608 <A HREF="h_reply_token_conditionals">here</A>.
23609 This isn't for the faint of heart.
23611 In the very unlikely event that you want to include a literal token
23612 in the signature you must precede it with a backslash character.
23613 For example,
23615 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23617 would produce something like
23619 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23621 It is not possible to have a literal backslash followed by an expanded token.
23623 An alternate method for storing the signature data is available by using the
23624 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
23625 This variable will be used by default.
23627 <UL>   
23628 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23629 </UL><P>
23630 &lt;End of help on this topic&gt;
23631 </BODY>
23632 </HTML>
23633 ====== h_config_init_cmd_list =====
23634 <HTML>
23635 <HEAD>
23636 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
23637 </HEAD>
23638 <BODY>
23639 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
23641 The initial keystroke--or command--list option lets you start Alpine at
23642 any place you like.
23643 Whatever keystrokes you specify here will be executed
23644 by Alpine upon startup as a macro.
23645 The words SPACE, TAB, DOWN, UP, LEFT, and
23646 RIGHT indicate the pressing of those keys.
23647 CR indicates the pressing of the RETURN key.
23648 F1 through F12 represent the function keys, and ^ followed
23649 by a character indicates that key pressed along with the control key (in
23650 other words, ^P means Ctrl-P).
23651 As a shortcut notation, an element of the list may be several characters
23652 surrounded by double-quotes (").
23653 That will be expanded into the individual keystrokes
23654 (excluding the double-quote characters).
23655 For example, the quoted-string
23657 <P><CENTER>"ABC"</CENTER>
23660 is interpreted the same as the three separate list members
23662 <P><CENTER>A and B and C</CENTER>
23665 which is also the same as
23667 <P><CENTER>A,B,C</CENTER>
23670 An example: To view message 1 on startup,
23671 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
23673 <P><CENTER>I,J,1,CR,V</CENTER>
23676 An equivalent version of this is
23678 <P><CENTER>"IJ1",CR,V</CENTER>
23681 Restrictions: You cannot pre-type into the composer with the initial
23682 keystroke list, and you cannot mix function key commands with letter
23683 commands.
23685 <P><UL>   
23686 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23687 </UL>
23689 &lt;End of help on this topic&gt;
23690 </BODY>
23691 </HTML>
23692 ====== h_config_comp_hdrs =====
23693 <html>
23694 <header>
23695 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
23696 </header>
23697 <body>
23698 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
23700 You can control which headers you want visible when composing outgoing
23701 email using this option.
23702 You can specify any of the regular set, any
23703 <A HREF="h_compose_richhdr">Rich Header</A>,
23704 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
23705 that you have already defined.
23706 If you use this setting at all, you must specify all the
23707 headers you want to see, you can't just add to the regular header set.
23708 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
23710 Note that the "Newsgroups:" header will be abbreviated in the Composer
23711 display, but should be spelled out in full here.<p>
23712 <UL>   
23713 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23714 </UL><P>
23715 &lt;End of help on this topic&gt;
23716 </body>
23717 </html>
23718 ====== h_config_custom_hdrs =====
23719 <HTML>
23720 <HEAD>
23721 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
23722 </HEAD>
23723 <BODY>
23724 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
23726 You may add your own custom headers to outgoing messages.
23727 Each header you specify here must include the header tag 
23728 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
23729 and may optionally include a value for that header.
23730 If you want to see these custom headers each time you compose a message,
23731 you must add them to your
23732 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
23733 otherwise they become part
23734 of the rich header set that you only see when you press the
23735 <A HREF="h_compose_richhdr">Rich Header</A>
23736 <!--chtml if pinemode="function_key"-->(F5)
23737 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
23738 (If you are looking for a way to change which headers are <EM>displayed</EM>
23739 when you view a message, take a look at the
23740 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
23741 option instead.)
23742 Here's an example that shows how you might set your From address
23744 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23746 and another showing how you might set a Reply-To address
23748 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
23750 You may also set non-standard header values here.
23751 For example, you could add
23753 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
23755 or even
23757 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
23759 If you include a value after the colon then that header will be included
23760 in your outgoing messages unless you delete it before sending.
23761 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
23762 it will not be included in outgoing messages unless you edit a value
23763 in manually.
23764 For example, if
23766 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
23768 is in the list, then the Reply-To header will be available for editing
23769 but won't be included unless a value is added while in the composer.
23771 It's actually a little more complicated than that.
23772 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
23773 defaults.
23774 If the message you are about to compose already has a value for a header,
23775 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
23776 For example, if you are Replying to a message the Subject field
23777 will already be filled in.
23778 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
23779 custom subject will <EM>NOT</EM> be used.
23780 The subject derived from the subject of the message you are Replying
23781 to will be used instead.
23783 It is also possible to make header setting even more complicated and more
23784 automatic by using
23785 <A HREF="h_rules_roles">Roles</A>,
23786 but if all you want to do is set a default value for a header, you don't
23787 need to think about Roles.
23789 If you change your From address you may also find it useful to add the
23790 changed From address to the
23791 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23792 configuration option.
23794 Limitation: Because commas are used to separate the list of
23795 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
23796 header contain a comma.
23797 Nor is there currently an &quot;escape&quot; mechanism provided
23798 to make this work.
23799 <P><UL>
23800 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23801 </UL>
23803 &lt;End of help on this topic&gt;
23804 </BODY>
23805 </HTML>
23806 ====== h_config_viewer_headers =====
23807 <HTML>
23808 <HEAD>
23809 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
23810 </HEAD>
23811 <BODY>
23812 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
23814 You may change the default list of headers that are viewed by listing
23815 the headers you want to view here.  If the headers in your
23816 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
23817 will be shown.  The order of the headers you list will be honored.  If
23818 the special value &quot;all-except&quot; is included as the first
23819 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
23820 message except those in the list will be shown.  The values are all
23821 case insensitive.
23824 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
23825 then the original default headers are ignored.  So, if you just wanted
23826 to add the header Organization to the list, you would have to list
23827 Organization plus all of the other headers originally in the default
23828 list.  If you just included Organization and nothing else, then you
23829 would see only the Organization header, nothing else.
23832 The default list of headers includes:
23833 <UL>
23834   <LI>From
23835   <LI>Resent-From
23836   <LI>To
23837   <LI>Resent-To
23838   <LI>Cc
23839   <LI>Resent-cc
23840   <LI>Bcc
23841   <LI>Newsgroups
23842   <LI>Followup-To
23843   <LI>Date
23844   <LI>Resent-Date
23845   <LI>Subject
23846   <LI>Resent-Subject
23847   <LI>Reply-To
23848 </UL>
23851 If you are looking for a way to control which headers are included in
23852 outgoing mail and are visible or not in the composer, take a look at the
23853 options
23854 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
23855 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
23856 this option.
23858 <UL>   
23859 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23860 </UL><P>
23861 &lt;End of help on this topic&gt;
23862 </BODY>
23863 </HTML>
23864 ====== h_config_viewer_margin_left =====
23865 <HTML>
23866 <HEAD>
23867 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
23868 </HEAD>
23869 <BODY>
23870 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
23872 This variable controls the left-hand vertical margin's width in
23873 Alpine's Message Viewing screen.
23874 Its value is the number of space characters preceding each displayed line.
23875 For consistency with
23876 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
23877 you may specify the column number to start in
23878 (column numbering begins with number 1)
23879 instead of the width of the margin by appending a lower case letter
23880 &quot;c&quot; to the number.
23881 For example, a value of &quot;2c&quot; means to start the text in column two,
23882 which is entirely equivalent to a value of &quot;1&quot;, which means to
23883 leave a margin of 1 space.
23885 The default is a left margin of 0 (zero).
23886 Misconfigurations (for example, negative values or values with starting
23887 left columns greater than the ending right column)
23888 are silently ignored.
23889 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
23890 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
23891 instead.
23894 &lt;End of help on this topic&gt;
23895 </BODY>
23896 </HTML>
23897 ====== h_config_viewer_margin_right =====
23898 <HTML>
23899 <HEAD>
23900 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
23901 </HEAD>
23902 <BODY>
23903 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
23905 This variable controls the right-hand vertical margin's width in
23906 Alpine's Message Viewing screen.
23907 Its value is the number of space characters following each displayed line.
23908 You may specify the column number to end the text in
23909 (column numbering begins with number 1)
23910 instead of the width of the margin by appending a lower case letter
23911 &quot;c&quot; to the number.
23912 For example, a value of &quot;76c&quot; means to end the text in column 76.
23913 If the screen is 80 characters wide, this is equivalent to a value
23914 of &quot;4&quot;, which means to leave a margin of 4 spaces.
23915 However, if you use different size screens at different times, then these
23916 two values are not equivalent.
23918 The default right margin is 4.
23919 Misconfigurations (for example, negative values or values with starting
23920 left columns greater than the ending right column)
23921 are silently ignored.
23922 If the number of columns for text between the
23923 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
23924 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
23925 instead.
23928 &lt;End of help on this topic&gt;
23929 </BODY>
23930 </HTML>
23931 ====== h_config_quote_suppression =====
23932 <HTML>
23933 <HEAD>
23934 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
23935 </HEAD>
23936 <BODY>
23937 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
23939 This option should be used with care.
23940 It will cause some of the quoted text to be eliminated from the
23941 display when viewing a message in the MESSAGE TEXT screen.
23942 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
23943 value &quot;5&quot;,
23944 this will cause quoted text that is longer than five lines to be truncated.
23945 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
23946 Quoted text of more than six lines will have the first five lines displayed
23947 followed by a line that looks something like
23949 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
23951 As a special case, if exactly one line of quoted text would be hidden, the
23952 entire quote will be shown instead.
23953 So for the above example, quoted text that is exactly six lines long will
23954 will be shown in its entirety.
23955 (In other words, instead of hiding a single line and adding a line
23956 that announces that one line was hidden, the line is just shown.)
23958 If the sender of a message has carefully chosen the quotes that he or she
23959 includes, hiding those quotes may change the meaning of the message.
23960 For that reason, Alpine requires that when you want to set the value of this
23961 variable to something less than four lines, you actually have to set it
23962 to the negative of that number.
23963 So if you want to set this option to &quot;3&quot;, you actually have to
23964 set it to &quot;-3&quot;.
23965 The only purpose of this is to get you to think about whether or not you
23966 really want to do this!
23967 If you want to delete all quoted text you set the value of this option
23968 to the special value &quot;-10&quot;.
23970 The legal values for this option are
23972 <TABLE>   
23973 <TR>
23974   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
23975   <TD> Default, don't hide anything </TD>
23976 </TR>
23977 <TR>
23978   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
23979   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
23980 </TR>
23981 <TR>
23982   <TD> &nbsp;4,5,6,...&nbsp; </TD>
23983   <TD> Suppress if more than that many lines </TD>
23984 </TR>
23985 <TR>
23986   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
23987   <TD> Suppress all quoted lines </TD>
23988 </TR>
23989 </TABLE>
23991 If you set this option to a non-default value you may sometimes wish to
23992 view the quoted text that is not shown.
23993 When this is the case, the
23994 <A HREF="h_common_hdrmode">HdrMode Command</A>
23995 may be used to show the hidden text.
23996 Typing the &quot;H&quot; command once will show the hidden text.
23997 Typing a second &quot;H&quot; will also turn on Full Header mode.
23998 The presence or absence of the HdrMode command is determined by the
23999 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
24000 Feature-List option in your Alpine configuration, so you will want to
24001 be sure that is turned on if you use quote suppression.
24003 For the purposes of this option, a quote is a line that begins with the
24004 character &quot;&gt;&quot;.
24006 Quotes are only suppressed when displaying a message on the screen.
24007 The entire quote will be left intact when printing or forwarding or something
24008 similar.
24010 &lt;End of help on this topic&gt;
24011 </BODY>
24012 </HTML>
24013 ====== h_config_saved_msg_name_rule =====
24014 <HTML>
24015 <HEAD>
24016 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
24017 </HEAD>
24018 <BODY>
24019 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
24021 This option determines the default folder name when saving
24022 a message.
24025 The default option is &quot;default-folder&quot;, which is the folder
24026 called &quot;saved-messages&quot; in Unix Alpine and
24027 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
24028 the Alpine option called
24029 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
24032 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
24033 get the chosen option's value for the message being saved (or for the
24034 first message being saved if using an aggregrate save).
24035 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
24036 value of who the message came from (i.e. the from address).
24037 Alpine then attempts to save the message to a folder matching that value.
24038 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
24039 &quot;by-sender&quot;.
24040 The opposite is also true.
24041 If &quot;by-recipient&quot; is chosen and the message was posted to a
24042 newsgroup, Alpine will use the newsgroup name.
24043 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
24044 &quot;by-from&quot;.
24047 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
24048 to use the personal name part of the address instead of the mailbox part.
24049 If any of the &quot;by-nick&quot; options are chosen, the
24050 address is looked up in your address book and if found, the
24051 nickname for that entry is used.
24052 Only simple address book entries are checked, not distribution lists.
24053 Similarly, if any of the
24054 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
24055 address book entry is used.
24056 If by-realname, or the by-nick or by-fcc lookups result in no value,
24057 then if the chosen option ends with the &quot;then-from&quot;,
24058 &quot;then-sender&quot;, &quot;then-replyto&quot;,
24059 or &quot;then-recip&quot; suffix, Alpine
24060 reverts to the same behavior as &quot;by-from&quot;,
24061 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
24062 depending on which option was specified.
24063 If the chosen option doesn't end with one of
24064 the &quot;then-&quot; suffixes, then Alpine reverts to the default
24065 folder when no match is found in the address book.
24068 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
24069 to save to the folder that you saved to the last time you saved a
24070 message.  The first time you save a message in an Alpine session, Alpine
24071 attempts to save the message to the default folder.
24074 Here is an example to make some of the options clearer.
24075 If the message is From
24077 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
24079 and this rule is set to &quot;by-from&quot;, then the default folder offered
24080 in the save dialog would be &quot;flint&quot;.
24082 If this rule is set to &quot;by-realname-of-from&quot; then the default would
24083 be &quot;Fred Flintstone&quot;.
24085 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
24086 for the address &quot;flint@bedrock.org&quot; in your address book.
24087 If an entry is found and it has a nickname associated with it, that nickname
24088 will be offered as the default folder.
24089 If not, the default saved message folder will be offered as the default.
24091 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
24092 for the address &quot;flint@bedrock.org&quot; in your address book.
24093 If an entry is found and it has an Fcc associated with it, that Fcc
24094 will be offered as the default folder.
24095 If not, the default saved message folder will be offered as the default.
24097 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
24098 for the address &quot;flint@bedrock.org&quot; in your address book.
24099 If an entry is found and it has a nickname associated with it, that nickname
24100 will be offered as the default folder.
24101 If it is not found (or has no nickname) then the default offered will be
24102 the same as it would be for the &quot;by-from&quot; rule.
24103 That is, it would be &quot;flint&quot;
24105 <UL>   
24106 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24107 </UL><P>
24108 &lt;End of help on this topic&gt;
24109 </BODY>
24110 </HTML>
24111 ====== h_config_fcc_rule =====
24112 <HTML>
24113 <HEAD>
24114 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
24115 </HEAD>
24116 <BODY>
24117 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
24119 This option determines the default name for folder carbon copy. Choose
24120 one:
24122 <DL>
24123 <DT>default-fcc</DT>
24124 <DD>This is the normal default, the value of which is set in the
24125 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
24126 configuration.
24127 </DD>
24129 <DT>last-fcc-used</DT>
24130 <DD> Causes Alpine to use the folder that was last
24131 used in the fcc field
24132 </DD>
24134 <DT>by-nickname</DT>
24135 <DD>Means that Alpine will use the nickname
24136 from your address book that matches the first address in the To line.
24137 If there is no match, it will use the value of the
24138 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
24139 </DD>
24141 <DT>by-recipient</DT>
24142 <DD>Means Alpine will form a folder name
24143 based on the left hand side of the first address in the To line.
24144 </DD>
24146 <DT>by-nick-then-recip</DT>
24147 <DD>Means that it will use the
24148 matching nickname from your address book if there is one, otherwise it
24149 will extract the recipient name from the address and use that (like
24150 by-recipient).
24151 </DD>
24153 <DT>current-folder</DT>
24154 <DD>Causes a copy to be written to
24155 the currently open folder, unless that is the INBOX.  In the case
24156 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
24157 used instead.
24158 </DD>
24159 </DL>
24162 Note: Whatever the fcc specified by the rule here, it will be
24163 over-ridden by any fcc entries you have in your address book.
24166 <UL>   
24167 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24168 </UL><P>
24169 &lt;End of help on this topic&gt;
24170 </BODY>
24171 </HTML>
24172 ====== h_config_sort_key =====
24173 <HTML>
24174 <HEAD>
24175 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
24176 </HEAD>
24177 <BODY>
24178 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
24180 This option determines the order in which messages will be displayed in
24181 the MESSAGE INDEX screen.  Choose from:
24183 <UL>
24184  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24185  <LI> <A HREF="h_index_sort_date">Date</A>
24186  <LI> <A HREF="h_index_sort_subj">Subject</A>
24187  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24188  <LI> <A HREF="h_index_sort_thread">Thread</A>
24189  <LI> <A HREF="h_index_sort_from">From</A>
24190  <LI> <A HREF="h_index_sort_size">Size</A>
24191  <LI> <A HREF="h_index_sort_score">Score</A>
24192  <LI> <A HREF="h_index_sort_to">To</A>
24193  <LI> <A HREF="h_index_sort_cc">Cc</A>
24194 </UL>
24197 Each type of sort may also be reversed.
24198 Normal default is by &quot;Arrival&quot;.
24201 A possible point of confusion arises when you change the configuration
24202 of the <!--#echo var="VAR_sort-key"-->.
24203 The folder will normally be re-sorted when you go back to viewing the
24204 index.
24205 However, if you have manually sorted the folder with the
24206 Sort
24207 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24208 command, then it will not be re-sorted until the next time it is opened.
24211 <UL>   
24212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24213 </UL><P>
24214 &lt;End of help on this topic&gt;
24215 </BODY>
24216 </HTML>
24217 ====== h_config_other_startup =====
24218 <HTML>
24219 <HEAD>
24220 <TITLE>OPTION: Set Startup Rule</TITLE>
24221 </HEAD>
24222 <BODY>
24223 <H1>OPTION: Set Startup Rule</H1>
24225 This option determines which message will be the <EM>current message</EM> when
24226 the folder is first opened.
24227 It works the same way that the option
24228 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
24229 works, so look there for help.
24230 It may be used for any folder, not just incoming folders.
24233 <UL>   
24234 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24235 </UL><P>
24236 &lt;End of help on this topic&gt;
24237 </BODY>
24238 </HTML>
24239 ====== h_config_perfolder_sort =====
24240 <HTML>
24241 <HEAD>
24242 <TITLE>Set Sort Order</TITLE>
24243 </HEAD>
24244 <BODY>
24245 <H1>Set Sort Order</H1>
24247 This option determines the order in which messages will be displayed in
24248 the MESSAGE INDEX screen when the Current Folder Type set in the
24249 Pattern is a match. Choose from:
24251 <UL>
24252  <LI> <A HREF="h_index_sort_default">Default</A>
24253  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24254  <LI> <A HREF="h_index_sort_date">Date</A>
24255  <LI> <A HREF="h_index_sort_subj">Subject</A>
24256  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24257  <LI> <A HREF="h_index_sort_thread">Thread</A>
24258  <LI> <A HREF="h_index_sort_from">From</A>
24259  <LI> <A HREF="h_index_sort_size">Size</A>
24260  <LI> <A HREF="h_index_sort_score">Score</A>
24261  <LI> <A HREF="h_index_sort_to">To</A>
24262  <LI> <A HREF="h_index_sort_cc">Cc</A>
24263 </UL>
24266 Each type of sort may also be reversed.
24267 Normal default is by &quot;Arrival&quot;.
24270 A possible point of confusion arises when you change the configuration
24271 of the Sort Order for the currently open folder.
24272 The folder will normally be re-sorted when you go back to viewing the
24273 index.
24274 However, if you have manually sorted the folder with the
24275 Sort
24276 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24277 command, then it will not be re-sorted until the next time it is opened.
24280 <UL>   
24281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24282 </UL><P>
24283 &lt;End of help on this topic&gt;
24284 </BODY>
24285 </HTML>
24286 ====== h_config_fld_sort_rule =====
24287 <HTML>
24288 <HEAD>
24289 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
24290 </HEAD>
24291 <BODY>
24292 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
24294 This option controls the order in which folder list entries will be
24295 presented in the FOLDER LIST screen.  Choose one of the following:
24297 <DL>
24298 <DT>Alphabetical</DT>
24299 <DD>sort by alphabetical name independent of type
24300 </DD>
24302 <DT>Alpha-with-dirs-last</DT>
24303 <DD>sort by alphabetical name grouping directory entries
24304 to the end of the list
24305 </DD>
24307 <DT>Alpha-with-dirs-first</DT>
24308 <DD>sort by alphabetical name grouping directory entries
24309 to the start of the list
24310 </DD>
24311 </DL>
24313 The normal default is &quot;Alphabetical&quot;.
24316 <UL>   
24317 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24318 </UL><P>
24319 &lt;End of help on this topic&gt;
24320 </BODY>
24321 </HTML>
24322 ====== h_config_ab_sort_rule =====
24323 <HTML>
24324 <HEAD>
24325 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
24326 </HEAD>
24327 <BODY>
24328 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
24330 This option controls the order in which address book entries will be
24331 presented.  Choose one of the following:
24333 <DL>
24334 <DT>fullname</DT>
24335 <DD>use fullname field, lists mixed in
24336 </DD>
24338 <DT>fullname-with-lists-last</DT>
24339 <DD>use fullname field, but put lists at end
24340 </DD>
24342 <DT>nickname</DT>
24343 <DD>use nickname field, lists mixed in
24344 </DD>
24346 <DT>nickname-with-lists-last</DT>
24347 <DD>use nickname field, but put lists at end
24348 </DD>
24350 <DT>dont-sort</DT>
24351 <DD>don't change order of file
24352 </DD>
24353 </DL>
24356 The normal default is &quot;fullname-with-lists-last&quot;.
24357 If you use an address book from more than one computer and those
24358 computers sort the address book differently then the sort order
24359 will be the order where the last change to the address book was
24360 made.
24361 There are two reasons the sorting might be different on different
24362 systems.
24363 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
24364 places.
24365 Second, the collation rules on the two computers may be different.
24366 For example, one system might ignore special characters while the other
24367 doesn't or one may sort upper and lower case letters together while
24368 the other doesn't.
24369 In any case, the order you see is the order on the system where the
24370 last change was made, for example by an address book edit or a
24371 Take Address command.
24374 <UL>   
24375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24376 </UL><P>
24377 &lt;End of help on this topic&gt;
24378 </BODY>
24379 </HTML>
24380 ====== h_config_post_char_set =====
24381 <HTML>
24382 <HEAD>
24383 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
24384 </HEAD>
24385 <BODY>
24386 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
24388 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
24389 when sending messages.
24393 When sending a message the text typed in the composer is
24394 labeled with the character set specified by this option.
24395 If the composed text is not fully representable in the 
24396 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
24397 instead;
24400 Attachments are labeled with your
24401 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
24404 Generally, there should be little need to set this option.
24405 If left unset, the
24406 default behavior is to label composed text as specifically as
24407 possible.  That is, if the composed text has no non-ASCII characters,
24408 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
24409 only ISO-8859-15 characters, it is labeled as such.  Alpine will
24410 attempt to automatically detect a number of character sets including ISO-8859-15,
24411 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24412 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
24413 If the message contains a mix of character sets,
24414 it is labeled as &quot;UTF-8.&quot;
24418 This setting is provided to allow you to force a particular character set that
24419 Alpine does not automatically detect. For example, if a message is representable
24420 in more than one character set then Alpine may choose a different default
24421 than you want.
24422 Lastly, by setting this option explicitly to
24423 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
24424 &quot;UTF-8&quot; instead of something more specific.
24427 In the Setup/Config screen you may choose from a list of all the
24428 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24431 The options
24432 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24433 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24434 are closely related.
24435 Setting the feature
24436 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24437 should cause this option to be ignored.
24440 <UL>   
24441 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24442 </UL><P>
24443 &lt;End of help on this topic&gt;
24444 </BODY>
24445 </HTML>
24446 ====== h_config_unk_char_set =====
24447 <HTML>
24448 <HEAD>
24449 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
24450 </HEAD>
24451 <BODY>
24452 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
24454 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
24455 when reading or replying to messages.
24459 A text message should either be made up of all US-ASCII characters
24460 or it should contain a charset label which tells the software which
24461 character set encoding to use to interpret the message.
24462 Sometimes a malformed message may be unlabeled but contain non-ascii text.
24463 This message is outside of the standards so any attempt to read it could fail.
24464 When Alpine attempts to read such a message it will try to interpret the
24465 text in the character set you specify here.
24466 For example, if you have correspondents who send you unlabeled messages that
24467 are usually made up of characters from the WINDOWS-1251 character set, setting
24468 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
24469 allow you to read those messages.
24470 Of course, if the unlabeled message is actually in some other character set,
24471 then you may see garbage on your screen.
24473 Instead of just unlabeled text, this option also affects text which is labeled
24474 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
24475 or &quot;US-ASCII&quot;.
24478 In the Setup/Config screen you may choose from a list of all the
24479 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24482 <UL>   
24483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24484 </UL><P>
24485 &lt;End of help on this topic&gt;
24486 </BODY>
24487 </HTML>
24488 ====== h_config_char_set =====
24489 <HTML>
24490 <HEAD>
24491 <TITLE>OPTION: Display Character Set</TITLE>
24492 </HEAD>
24493 <BODY>
24494 <H1>OPTION: Display Character Set</H1>
24496 The Display Character Set configuration option is used when viewing messages.
24498 Alpine uses Unicode characters internally and 
24499 it is a goal for Alpine to handle email in many different languages.
24500 Alpine will properly display only left-to-right character sets
24501 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
24502 font is in use, in the sense that
24503 characters are assumed to take up zero, one, or two character cell
24504 widths from left to right on the screen. This is true even in PC-Alpine.
24507 Alpine recognizes some local character sets that are right-to-left
24508 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
24509 (Arabic) and properly converts texts in these character sets to/from
24510 Unicode; however, there are known display bugs with these character
24511 sets.
24514 There are three possible configuration character settings and some
24515 environment variable settings that can affect how Alpine
24516 handles international characters.
24517 The first two of these are only available in UNIX Alpine.
24518 The three configuration options are
24519 Display Character Set,
24520 Keyboard Character Set, and
24521 <!--#echo var="VAR_posting-character-set"-->.
24522 The Keyboard Character Set defaults to being the same value
24523 as the Display Character Set, and that is usually correct, because
24524 the keyboard almost always produces characters in the same character set
24525 as the display displays.
24526 The Display Character Set is the character set that Alpine
24527 will attempt to use when sending characters to the display.
24530 By default, the Display Character Set variable is not set and UNIX Alpine
24531 will attempt to get this information from the environment.
24532 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
24533 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
24534 An explicit configuration setting for Display Character Set will,
24535 of course, override any default setting.
24537 For PC-Alpine the Display Character Set
24538 and the Keyboard Character Set
24539 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
24542 It is probably best to use UNIX Alpine in a terminal emulator
24543 capable of displaying UTF-8 characters, since that will allow you to
24544 view just about any received text that is correctly formatted (note,
24545 however, the above comments about known index display bugs with certain
24546 character sets). You'll need to have an emulator that uses a UTF-8 font
24547 and you'll need to set up your environment to use a UTF-8 charmap. For
24548 example, on a Linux system you might include
24550 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
24553 or something similar in your UNIX startup files.
24554 You'd also have to select a UTF-8 font in your terminal emulator.
24557 The types of values that the character set variables may be set to are
24558 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
24559 The <CODE>ISO-2022</CODE> character sets are not supported for input or
24560 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
24561 for use only as a <!--#echo var="VAR_posting-character-set"-->.
24562 In the Setup/Config screen you may choose from a list of all the
24563 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24564 Here is a list of many of the possible character sets:
24567 <TABLE>
24568 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
24569 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
24570 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
24571 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
24572 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
24573 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
24574 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
24575 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
24576 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
24577 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
24578 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
24579 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
24580 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
24581 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
24582 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
24583 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
24584 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
24585 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
24586 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
24587 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukrainian</TD> </TR>
24588 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
24589 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
24590 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
24591 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24592 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24593 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24594 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24595 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24596 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
24597 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
24598 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
24599 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
24600 </TABLE>
24603 When reading incoming email, Alpine understands many different
24604 character sets and is able to convert the incoming mail into Unicode.
24605 The Unicode will be converted to the Display Character Set
24606 for display on your terminal.
24607 Characters typed at the keyboard will be converted from the
24608 Keyboard Character Set to Unicode for Alpine's internal
24609 use.
24610 You may find that you can read some malformed messages that do not
24611 contain a character set label by setting the option
24612 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
24615 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
24616 The default behavior obtained by leaving this variable unset is usually
24617 what is wanted. In that default case, Alpine will attempt
24618 to label the message with the most specific character set from the
24619 rather arbitrary set
24621 US-ASCII, ISO-8859-15,
24622 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24623 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
24626 For example, if the message is made up of only US-ASCII characters, it
24627 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
24628 that will be the label. If that doesn't work the same is tried for the
24629 remaining members of the list.
24632 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
24633 explicit value instead.
24634 For example, if you usually send messages in Greek, setting this
24635 option to ISO-8859-7 will result in messages being labeled as
24636 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
24637 are only Greek characters, or UTF-8 if there are some characters
24638 that aren't representable in ISO-8859-7.
24639 Another possibility is to set this option explicitly to UTF-8.
24640 In that case
24641 Alpine labels only ascii messages as US-ASCII and all other
24642 messages as UTF-8.
24645 The options
24646 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
24647 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24648 are closely related to this option.
24649 Setting the feature
24650 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24651 should cause this option to be ignored.
24654 When displaying a message, Alpine compares this setting to the character
24655 set specified in the message.  If not all of the
24656 characters in the message can be displayed using the Display Character Set
24657 then Alpine places an editorial
24658 comment in the displayed text (enclosed in square-brackets) indicating
24659 that some characters may not be displayed correctly.
24660 This comment may be eliminated by turning on the option
24661 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
24664 <UL>   
24665 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24666 </UL><P>
24667 &lt;End of help on this topic&gt;
24668 </BODY>
24669 </HTML>
24670 ====== h_config_key_char_set =====
24671 <HTML>
24672 <HEAD>
24673 <TITLE>OPTION: Keyboard Character Set</TITLE>
24674 </HEAD>
24675 <BODY>
24676 <H1>OPTION: Keyboard Character Set</H1>
24678 UNIX Alpine only.
24680 The Keyboard Character Set identifies the character set of the characters
24681 coming from your keyboard.
24682 It defaults to having the same value as your
24683 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
24684 which in turn defaults to a value obtained from your environment.
24685 It is unlikely that you will need to use this option, because the keyboard
24686 almost always produces the same kind of characters as the display displays.
24689 This character set is also used when accessing files in your local
24690 file system.
24691 The names of the files are assumed to be in the same character set as
24692 what the keyboard produces, as well as the contents of the files.
24695 In the Setup/Config screen you may choose from a list of all the
24696 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24699 The options
24700 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24701 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
24702 are closely related.
24703 Setting the feature
24704 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24705 should cause this option to be ignored.
24708 <UL>   
24709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24710 </UL><P>
24711 &lt;End of help on this topic&gt;
24712 </BODY>
24713 </HTML>
24714 ====== h_config_editor =====
24715 <HTML>
24716 <HEAD>
24717 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
24718 </HEAD>
24719 <BODY>
24720 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
24722 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
24723 normally an alternative to Alpine's internal composer (Pico).  You could use
24724 this setting to specify an alternate editor to use occasionally or if you
24725 have a favorite editor and want to use it all the time (see the 
24726 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
24727 If you specify multiple editors for this option, ^_ will invoke the first one 
24728 of those specified that exists and is executable.  When specifying a program 
24729 for use here, make sure that the format of the text it saves -- which, when 
24730 you exit it, will become the message body in Alpine -- is appropriate 
24731 for the body of an email message; avoid proprietary formats that may result in 
24732 a message body that the recipient of your message will be unable to decipher.
24734 <!--chtml if pinemode="os_windows"-->
24735 <!--chtml else-->
24736 If you are in doubt about what editors are available on your system, or which 
24737 of them may be appropriate for specification here, ask your local computing 
24738 support staff.  
24739 <!--chtml endif-->
24741 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
24742 unset, outgoing text will be set as flowed.  In most cases this will be fine,
24743 but if the editor has a &quot;flowed text&quot; mode, it would be best to
24744 use that.
24746 <P><UL>
24747 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24748 </UL>
24750 &lt;End of help on this topic&gt;
24751 </BODY>
24752 </HTML>
24753 ====== h_config_speller =====
24754 <HTML>
24755 <HEAD>
24756 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
24757 </HEAD>
24758 <BODY>
24759 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
24761 UNIX Alpine only.
24763 For PC-Alpine, you must install the aspell library code that you
24764 may get from
24765 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
24767 This option affects the behavior of the ^T (spell check) command in the
24768 Composer.  It specifies the program invoked by ^T in the Composer.
24769 By default, Alpine uses
24771 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
24773 if it knows where to find &quot;aspell&quot;.
24774 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
24775 then the command used is
24777 <CENTER><SAMP>ispell -l</SAMP></CENTER>
24779 Otherwise, the ancient &quot;spell&quot; command is used.
24781 If you specify a value for this command (with full pathname) then that is what
24782 will be used instead of any of the defaults.
24783 When invoking this
24784 spell-checking program, Alpine appends a tempfile name (where the message is
24785 passed) to the command line. Alpine expects the speller to correct the
24786 spelling in that file. When you exit from that program Alpine will read the
24787 tempfile back into the composer.
24789 Don't set this speller option to the standard Unix spell command.
24790 That won't work because spell works in a different way.
24793 <UL>   
24794 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24795 </UL><P>
24796 &lt;End of help on this topic&gt;
24797 </BODY>
24798 </HTML>
24799 ====== h_config_aspell_dictionary =====
24800 <HTML>
24801 <HEAD>
24802 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
24803 </HEAD>
24804 <BODY>
24805 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
24807 PC Alpine only.
24809 This option specifies a list of dictionaries you will use with
24810 aspell. A sample entry is &quot;en_US&quot; for american english, or
24811 &quot;en_GB&quot; for british english.
24814 <UL>   
24815 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24816 </UL><P>
24817 &lt;End of help on this topic&gt;
24818 </BODY>
24819 </HTML>
24820 ====== h_config_display_filters =====
24821 <HTML>
24822 <HEAD>
24823 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
24824 </HEAD>
24825 <BODY>
24826 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
24828 This option defines a list of text-filtering commands (programs or
24829 scripts) that may be used to filter text portions of received messages
24830 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
24831 display screen, exporting to a text file).  
24832 For security reasons, the full path name of the
24833 filter command must be specified.
24836 The command is executed and the message is piped into its standard input. 
24837 The standard output of the command is read back by Alpine.  The
24838 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
24840 <P> 
24841 The filter's use is based on the configured &quot;trigger&quot; string.  The
24842 format of a filter definition is:
24844 <P>   
24845 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
24848 You can specify as many filters as you wish, separating them with a comma.  
24849 Each filter can have only one trigger and command.  Thus, two trigger 
24850 strings that invoke the same command require separate filter 
24851 specifications. 
24853 <P> 
24854 The &quot;trigger&quot; is simply text that, if found in the message,
24855 will invoke the associated command.  If the trigger contains any space
24856 characters, it must be placed within quotes.  Likewise, should you
24857 wish a filter to be invoked unconditionally, define the trigger as the
24858 null string, &quot;&quot; (two consecutive double-quote characters).  If the
24859 trigger string is found anywhere in the text of the message the filter
24860 is invoked.  Placing the trigger text within the tokens defined below
24861 changes where within the text the trigger must be before considering
24862 it a match.
24864 <P>  
24865 Trigger Modifying Tokens:
24866 <DL>
24867 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
24868 <DD>This token tells Alpine to invoke the supplied command
24869 if the text is in a character set matching <VAR>string</VAR>
24870 (e.g., ISO-8859-2 or ISO-2022-JP).
24871 </DD>
24874 <DT>_LEADING(<VAR>string</VAR>)_</DT>
24875 <DD>This token tells Alpine to invoke the supplied command
24876 if the enclosed <VAR>string</VAR> is found to be the first
24877 non-whitespace text.
24878 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
24879 the space character.
24880 </DD>
24882 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
24883 <DD>This token tells Alpine to invoke the supplied command
24884 if the enclosed <VAR>string</VAR> is found at the beginning
24885 of any line in the text.
24886 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
24887 the space character.
24888 </DD>
24889 </DL>
24892 The &quot;command&quot; and &quot;arguments&quot; portion is simply
24893 the command line to be invoked if the trigger string is found.  Below
24894 are tokens that Alpine will recognize and replace with special values
24895 when the command is actually invoked.
24898 Command Modifying Tokens:
24900 <DL>
24901 <DT>_TMPFILE_</DT>
24902 <DD>When the command is executed, this token is 
24903 replaced with the path and name of the temporary 
24904 file containing the text to be filtered.  Alpine 
24905 expects the filter to replace this data with the 
24906 filter's result.
24909 NOTE: Use of this token implies that the text to 
24910 be filtered is not piped into standard input of the 
24911 executed command and its standard output is ignored. 
24912 Alpine restores the tty modes before invoking the
24913 filter in case the filter interacts with the user
24914 via its own standard input and output.  
24915 </DD>
24916                         
24917 <DT>_RESULTFILE_</DT>
24918 <DD>When the command is executed, this token is 
24919 replaced with the path and name of a temporary 
24920 file intended to contain a status message from the 
24921 filter.  Alpine displays this in the message status 
24922 field. 
24923 </DD>
24925 <DT>_DATAFILE_</DT>
24926 <DD>When the command is executed, this token is 
24927 replaced with the path and name of a temporary 
24928 file that Alpine creates once per session and deletes 
24929 upon exit.  The file is intended to be used by the 
24930 filter to store state information between instances 
24931 of the filter.
24932 </DD>
24933    
24934 <DT>_PREPENDKEY_</DT>
24935 <DD>When the command is executed, this token indicates that a random
24936 number will be passed down the input stream before the message text.
24937 This number could be used as a session key.  It is sent in this way to
24938 improve security.  The number is unique to the current Alpine session
24939 and is only generated once per session.
24940 </DD>
24942 <DT>_SILENT_</DT>
24943 <DD>When the filter is executed, this token tells Alpine not to repaint
24944 the screen while the command is being executed. This can be used with 
24945 filters that do not interact with the user, and therefore repainting 
24946 the screen is not necessary. 
24947 </DD>
24948 </DL>
24951 The feature
24952 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
24954 Performance caveat/considerations:
24955 <BR>
24956 Testing for the trigger and invoking the filter doesn't come for free.
24957 There is overhead associated with searching for the trigger string, testing
24958 for the filter's existence and actually piping the text through the filter.
24959 The impact can be reduced if the Trigger Modifying Tokens above are 
24960 employed.
24962 &lt;End of help on this topic&gt;
24963 </BODY>
24964 </HTML>
24965 ====== h_config_sending_filter =====
24966 <HTML>
24967 <HEAD>
24968 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
24969 </HEAD>
24970 <BODY>
24971 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
24972       
24973 This option defines a list of text-filtering commands (programs and
24974 scripts) that may be selectively invoked to process a message just before
24975 it is sent.  If set, the Composer's ^X (Send) command will allow you to
24976 select which filter (or none) to apply to the message before it is sent. 
24977 For security reasons, the full path of the filter program must be
24978 specified.
24981 Command Modifying Tokens:
24983 <DL>
24984 <DT>_RECIPIENTS_</DT>
24985 <DD>When the command is executed, this token is replaced 
24986 with the space delimited list of recipients of the 
24987 message being sent. 
24988 </DD>
24989         
24990 <DT>_TMPFILE_</DT>
24991 <DD>
24992 When the command is executed, this token is 
24993 replaced with the path and name of the temporary 
24994 file containing the text to be filtered.  Alpine 
24995 expects the filter to replace this data with the 
24996 filter's result.
24999 NOTE: Use of this token implies that the text to 
25000 be filtered is not piped into standard input of the 
25001 executed command and its standard output is ignored. 
25002 Alpine restores the tty modes before invoking the
25003 filter in case the filter interacts with the user
25004 via its own standard input and output.  
25005 </DD>
25006                         
25007 <DT>_RESULTFILE_</DT>
25008 <DD>When the command is executed, this token is 
25009 replaced with the path and name of a temporary 
25010 file intended to contain a status message from the 
25011 filter.  Alpine displays this in the message status 
25012 field. 
25013 </DD>
25015 <DT>_DATAFILE_</DT>
25016 <DD>When the command is executed, this token is replaced 
25017 in the command line with the path and name of a 
25018 temporary file that Alpine creates once per session 
25019 and deletes upon exit.  The file is intended to be 
25020 used by the filter to store state information between 
25021 instances of the filter.
25022 </DD>
25023    
25024 <DT>_PREPENDKEY_</DT>
25025 <DD>When the command is executed, this token indicates 
25026 that a random number will be passed down the input 
25027 stream before the message text.  This number could 
25028 be used as a session key.  It is sent in this way 
25029 to improve security.  The number is unique to the 
25030 current Alpine session and is only generated once per 
25031 session. 
25032 </DD>
25034 <DT>_INCLUDEALLHDRS_</DT>
25035 <DD>When the command is executed, this token indicates 
25036 that the headers of the message will be passed down the input stream
25037 before the message text.
25038 </DD>
25040 <DT>_MIMETYPE_</DT>
25041 <DD>When the command is executed, this token is replaced in the
25042 command name with a temporary file name used to accept any new MIME
25043 Content-Type information necessitated by the output of the filter.
25044 Upon the filter's exit, if the file contains new MIME type
25045 information, Alpine verifies its format and replaces the outgoing
25046 message's MIME type information with that contained in the file. This
25047 is basically a cheap way of sending something other than Text/Plain.
25048 </DD>
25049 </DL>
25051 <P>   
25052 NOTE: Only the body text, which is visible in the Composer, is piped
25053 through this filter.  Attachments are not sent to the filter.
25054 <P>   
25055 Sending filters are not used if the feature
25056 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
25058 <UL>   
25059 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25060 </UL><P>
25061 &lt;End of help on this topic&gt;
25062 </BODY>
25063 </HTML>
25064 ====== h_config_keywords =====
25065 <HTML>
25066 <HEAD>
25067 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
25068 </HEAD>
25069 <BODY>
25070 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
25072 You may define your own set of keywords and optionally set them on a
25073 message by message basis.
25074 These are similar to the &quot;Important&quot; flag which the user
25075 may set using the Flag command.
25076 The difference is that the Important flag is always present for each folder.
25077 User-defined keywords are chosen by the user.
25078 You may set up the list of possible keywords here, or you may add keywords
25079 from the Flag Details screen that you
25080 can get to after typing the
25081 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
25082 command.
25083 After the keywords have been defined,
25084 then you use the <A HREF="h_common_flag">Flag command</A>
25085 to set or clear the keywords in each message.
25086 The behavior of the flag command may be modified by using the
25087 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
25088 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
25091 Keywords may be used when Selecting messages (Select Keyword).
25092 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
25093 Filter Rules may be used to set keywords automatically.
25094 Keywords may be displayed as part of the Subject of a message by using
25095 the SUBJKEY or SUBJKEYINIT tokens in the
25096 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
25097 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
25098 option may be used to modify the display of keywords using
25099 SUBJKEY and SUBJKEYINIT slightly.
25100 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
25101 screen by using the KEY or KEYINIT tokens.
25102 It is also possible to color keywords in the index using the
25103 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
25104 Keywords are not supported by all mail servers.
25107 You may give keywords nicknames if you wish.
25108 If the keyword definition you type in contains a SPACE character, then the
25109 actual value of the keyword is everything after the last SPACE and the
25110 nickname for that keyword is everything before the last SPACE.
25111 For example, suppose you are trying to interoperate with another email program
25112 that uses a particular keyword with an unpleasant name.
25113 Maybe it uses a keyword called
25115 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
25117 but for you that keyword means that the message is work-related.
25118 You could define a keyword to have the value
25120 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
25122 and then you would use the name &quot;Work&quot; when dealing with
25123 that keyword in Alpine.
25124 If you defined it as
25126 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
25128 the nickname would be everything before the last SPACE, that is the nickname
25129 would be &quot;My Work&quot;.
25131 Some commonly used keywords begin with dollar signs.
25132 This presents a slight complication, because the dollar sign is normally used
25133 to signify
25134 <A HREF="h_news_config">environment variable expansion</A>
25135 in the Alpine configuration.
25136 In order to specify a keyword that begins with a dollar sign you must
25137 precede the dollar sign with a second dollar sign to escape its special
25138 meaning.
25139 For example, if you want to include the keyword
25141 <CENTER><SAMP>$Label1</SAMP></CENTER>
25143 as one of your possible keywords, you must enter the text
25145 <CENTER><SAMP>$$Label1</SAMP></CENTER>
25148 instead.
25150 There are a couple limitations.
25151 First, not all servers support keywords.
25152 Second, some servers (including the IMAP server included with Alpine)
25153 have a per folder limit on the number of keywords that may be defined.
25154 This count commonly includes every keyword you have ever used in the
25155 folder, even if it is no longer being used.
25156 In other words, you can add keywords but you cannot remove them easily.
25157 If you have changed keywords over the life of a folder and find that
25158 you have reached such a limit, one possible solution might be to copy
25159 all of the messages to a newly created folder (using Alpine) and then
25160 delete the original and rename the new folder.
25161 The reason this might work is that only the keywords currently set in
25162 any of the messages will be used in the new folder, hopefully putting you
25163 under the limit.
25166 <UL>   
25167 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25168 </UL><P>
25169 &lt;End of help on this topic&gt;
25170 </BODY>
25171 </HTML>
25172 ====== h_config_alt_addresses =====
25173 <HTML>
25174 <HEAD>
25175 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
25176 </HEAD>
25177 <BODY>
25178 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
25180 This option provides a place for you to list alternate email addresses
25181 you may have.
25182 Each address in the list should be the actual email address part of an
25183 address, without the full name field or the angle brackets.
25184 For example:
25187 <CENTER><SAMP>user@example.com</SAMP></CENTER>
25190 The matching is case-insensitive, so this would match any of
25191 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
25192 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
25195 If set, the option affects the behavior of the Reply
25196 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
25197 a message has been addressed specifically to you.
25200 In the default INDEX display
25201 the personal name (or email address) of
25202 the person listed in the message's &quot;From:&quot; header
25203 field is usually displayed except when that address is yours or one of your
25204 alternate addresses.
25205 In that case you will usually see the name of
25206 the first person specified in the
25207 message's &quot;To:&quot; header field
25208 with the prefix &quot;To: &quot; prepended.
25211 With respect to Reply, the reply-to-all option will exclude addresses
25212 listed here.
25215 The feature
25216 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
25217 is somewhat related to this option.
25220 In addition to a list of actual addresses,
25221 you may use regular expressions (as used with egrep with the ignore case flag)
25222 to describe the addresses you want to match.
25223 Alpine will somewhat arbitrarily interpret your entry as a regular
25224 expression if it contains any of the characters
25225 *, |, +, ?, {, [, ^, $, or &#92;.
25226 Otherwise, it will be treated literally.
25227 The feature
25228 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
25229 may be used to turn off regular expression processing regardless of whether or not
25230 special characters appear in the entry.
25233 A description of how regular expressions work is beyond the
25234 scope of this help text, but some examples follow.
25237 The entry
25240 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
25243 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
25244 address with a domain name of <SAMP>example.com</SAMP> (such as
25245 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
25246 one of your alternate addresses.
25247 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
25248 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
25249 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
25250 Complicating things further, the dollar sign
25251 is special in the Alpine configuration (it signifies environment variable expansion)
25252 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
25253 Quotes around the whole expression will not escape the dollar sign successfully.
25254 So this example should look like
25257 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
25261 The entry
25264 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
25267 would match
25268 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
25269 as <SAMP>fred@example.com</SAMP>.
25272 You could match all addresses that look like
25273 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
25274 entry
25277 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
25280 Notice that you have to escape the plus sign with a backslash because plus
25281 is a special character in regular expressions.
25282 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
25283 the expression
25286 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
25289 would do it, but it would be easier to just add fred@example.com as a
25290 separate entry.
25293 One more example, a match of all first-level subdomains, is given by
25296 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
25300 Because the regular expression matching is based on an old library
25301 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
25302 but they should be close.
25305 <UL>   
25306 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25307 </UL><P>
25308 &lt;End of help on this topic&gt;
25309 </BODY>
25310 </HTML>
25311 ====== h_config_abook_formats =====
25312 <HTML>
25313 <HEAD>
25314 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
25315 </HEAD>
25316 <BODY>
25317 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
25319 This option specifies the format that address books are displayed in.
25320 Normally, address books are displayed with the nicknames in the first
25321 column, the fullnames in the second column, and addresses in the third
25322 column.  The system figures out reasonable defaults for the widths of
25323 the columns.  An address book may be given a different format by
25324 listing special tokens in the order you want them to display.  The
25325 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
25326 So, for example, to get the default behavior you could list
25329 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
25332 (You can also use the token DEFAULT to get the default behavior for
25333 an address book format.)
25336 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
25337 is a list, so if you have more than one address book you may have a
25338 separate format for each by putting its format at the corresponding
25339 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
25343 Listed first are the personal address books, then the global address
25344 books.  So, if you have two personal address books and one global
25345 address book, you may have up to three formats in the
25346 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
25347 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
25348 are address books, the last element is used repeatedly.
25352 Each of the tokens may also be optionally followed by parentheses with
25353 either a number or a percentage inside the parentheses.  For example,
25354 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
25355 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
25356 of the available space (the screen width minus the space for
25357 inter-column spaces) to the fullnames column, while plain
25358 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
25359 reasonable number of columns.
25362 There are always 2 spaces between every column, so if you use
25363 fixed column widths (like 13) you should remember to take that into
25364 account.
25367 <UL>   
25368 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25369 </UL><P>
25370 &lt;End of help on this topic&gt;
25371 </BODY>
25372 </HTML>
25373 ====== h_config_set_index_format =====
25374 <HTML>
25375 <HEAD>
25376 <TITLE>Set Index Format</TITLE>
25377 </HEAD>
25378 <BODY>
25379 <H1>Set Index Format</H1>
25381 This option is used to customize the content of lines in the
25382 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
25383 This action works exactly like the regular
25384 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
25385 except that you can have a folder-specific value for it if you specify it here.
25386 Consult the help for
25387 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
25388 for more information.
25391 <UL>   
25392 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25393 </UL><P>
25394 &lt;End of help on this topic&gt;
25395 </BODY>
25396 </HTML>
25397 ====== h_config_index_format =====
25398 <HTML>
25399 <HEAD>
25400 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
25401 </HEAD>
25402 <BODY>
25403 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
25405 This option is used to customize the content of lines in the
25406 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
25407 to convey some amount of immediately relevant information about each 
25408 message in the current folder.
25411 Alpine provides a pre-defined set of informational fields with
25412 reasonable column widths automatically computed.  You can, however,
25413 replace this default set by listing special tokens in the order you
25414 want them displayed.
25417 The list of available tokens is
25418 <A HREF="h_index_tokens">here</A>.
25421 Spaces are used to separate listed tokens.  Additionally, you can
25422 specify how much of the screen's width the token's associated data
25423 should occupy on the index line by appending to the token a pair of
25424 parentheses enclosing either a number or percentage.  For example,
25425 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
25426 column, and &quot;SUBJECT(20%)&quot; means to
25427 allocate 20% of the available space
25428 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
25429 attempt to figure out a reasonable amount of space.
25432 There is always one space between every pair of columns, so if you use fixed
25433 column widths (like 13) you should remember to take that into account.
25434 Several of the fields are virtually fixed-width, so it doesn't make
25435 much sense to specify the width for them.  The fields STATUS,
25436 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
25437 and DESCRIPSIZE all fall into that category.
25438 You <EM>may</EM> specify widths for those if you wish, but
25439 you're probably better off letting the system pick those widths.  <P>
25442 The default is equivalent to:
25445 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
25448 This means that the four fields without percentages will be allocated
25449 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
25450 the from and subject fields.  If one of those two fields is specified
25451 as a percentage and the other is left for the system to choose, then
25452 the percentage is taken as an absolute percentage of the screen, not
25453 of the space remaining after allocating the first four columns.  It
25454 doesn't usually make sense to do it that way.  If you leave off all
25455 the widths, then the subject and from fields (if both are present) are
25456 allocated space in a 2 to 1 ratio, which is almost exactly the same as
25457 the default.
25460 What you are most likely to do with this configuration option is to
25461 specify which fields appear at all, which order they appear in, and the
25462 percentage of screen that is used for the from and subject fields if you
25463 don't like the 2 to 1 default.
25466 If you want to retain the default format that Pine 4.64 had, use
25469 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
25471 <EM>and</EM> set the feature
25472 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
25473 <UL>   
25474 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25475 </UL><P>
25476 &lt;End of help on this topic&gt;
25477 </BODY>
25478 </HTML>
25479 ====== h_config_reply_intro =====
25480 <HTML>
25481 <HEAD>
25482 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
25483 </HEAD>
25484 <BODY>
25485 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
25487 This option is used to customize the content of the introduction line
25488 that is included when replying to a message and including the original
25489 message in the reply.
25490 The normal default (what you will get if you delete this variable) looks
25491 something like:
25493 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
25495 where the day of the week is only included if it is available in the
25496 original message.
25497 You can replace this default with text of your own.
25498 The text may contain tokens that are replaced with text
25499 that depends on the message you are replying to.
25500 For example, the default is equivalent to:
25502 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25505 Since this variable includes regular text mixed with special tokens
25506 the tokens have to be surrounded by underscore characters.
25507 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
25508 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
25509 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
25511 The list of available tokens is
25512 <A HREF="h_index_tokens">here</A>.
25515 By default, the text is all on a single line and is followed by a blank line.
25516 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
25517 than 80 characters when replying to a particular message, it is shortened.
25518 However, if you use the token
25520 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
25523 anywhere in the value, no end of line or blank line is appended, and no
25524 shortening is done.
25525 The _NEWLINE_ token may be used to get rid of the blank line following
25526 the text, to add more blank lines, or to form a multi-line
25527 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25528 To clarify how _NEWLINE_ works recall that the default value is:
25530 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25533 That is equivalent to
25535 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
25538 In the former case, two newlines are added automatically because
25539 no _NEWLINE_ token appears in the value of the option (for backwards
25540 compatibility). In the latter case, the newlines are explicit.
25541 If you want to remove the blank line that follows the
25542 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
25543 _NEWLINE_ token like
25545 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
25548 Because of the backwards compatibility problem, it is not possible to
25549 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
25550 and that will cause the automatic adding of two newlines!
25551 If you want, you may embed newlines in the middle of the text, as well,
25552 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25555 By default, no attempt is made to localize the date.
25556 If you prefer a localized form you may find that one of the tokens
25557 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
25558 If you want more control one of the many other date tokens, such as _DATEISO_,
25559 might be better.
25562 For the adventurous, there is a way to conditionally include text based
25563 on whether or not a token would result in specific replacement text.
25564 For example, you could include some text based on whether or not
25565 the _NEWS_ token would result in any newsgroups if it was used.
25566 It's explained in detail
25567 <A HREF="h_reply_token_conditionals">here</A>.
25570 In the very unlikely event that you want to include a literal token
25571 in the introduction line you must precede it with a backslash character.
25572 For example,
25574 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
25576 would produce something like
25578 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
25580 It is not possible to have a literal backslash followed by an expanded token.
25582 <UL>   
25583 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25584 </UL><P>
25585 &lt;End of help on this topic&gt;
25586 </BODY>
25587 </HTML>
25588 ====== h_config_remote_abook_history =====
25589 <HTML>
25590 <HEAD>
25591 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
25592 </HEAD>
25593 <BODY>
25594 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
25596 Sets how many extra copies of
25597 remote address book
25598 data will be kept in each remote address book folder.
25599 The default is three.
25600 These extra copies are simply old versions of the data. Each time a change
25601 is made a new copy of the address book data is appended to the folder. Old
25602 copies are trimmed, if possible, when Alpine exits.
25603 An old copy can be put back into use by
25604 deleting and expunging newer versions of the data from the folder.
25605 Don't delete the first message from the folder. It is a special header
25606 message for the remote address book and it must be there.
25607 This is to prevent regular folders from being used as remote address book
25608 folders and having their data destroyed.
25610 This option is also used to determine how many extra copies of remote
25611 Alpine configuration files are kept.
25613 <UL>   
25614 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25615 </UL><P>
25616 &lt;End of help on this topic&gt;
25617 </BODY>
25618 </HTML>
25619 ====== h_config_remote_abook_validity =====
25620 <HTML>
25621 <HEAD>
25622 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
25623 </HEAD>
25624 <BODY>
25625 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
25627 Sets the minimum number of minutes that a
25628 remote address book will be considered up to date.
25629 Whenever an entry contained in a remote address book is used,
25630 if more than this many minutes have
25631 passed since the last check the remote server will be queried to see if the
25632 address book has changed.
25633 If it has changed, the local copy is updated.
25634 The default value is five minutes.
25635 The special value of -1 means never check.
25636 The special value of zero means only check when the address book is first
25637 opened.
25639 No matter what the value, the validity check is always done when the
25640 address book is about to be changed by the user.
25641 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
25642 while in the address book maintenance screen for the remote address book.
25644 <UL>   
25645 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25646 </UL><P>
25647 &lt;End of help on this topic&gt;
25648 </BODY>
25649 </HTML>
25650 ====== h_config_user_input_timeo =====
25651 <HTML>
25652 <HEAD>
25653 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
25654 </HEAD>
25655 <BODY>
25656 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
25658 If this is set to an integer greater than zero, then this is the number
25659 of <EM>hours</EM> to wait for user input before Alpine times out.
25660 If Alpine is
25661 in the midst of composing a message or is waiting for user response to
25662 a question, then it will not timeout.
25663 However, if Alpine is sitting idle waiting for
25664 the user to tell it what to do next and the user does not give any
25665 input for this many hours, Alpine will exit.
25666 No expunging or moving of read
25667 messages will take place.
25668 It will exit similarly to the way it would exit
25669 if it received a hangup signal.
25670 This may be useful for cleaning up unused Alpine sessions that have been
25671 forgotten by their owners.
25672 The Alpine developers envision system administrators
25673 setting this to a value of several hours (24?) so that it won't surprise
25674 a user who didn't want to be disconnected.
25676 <UL>   
25677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25678 </UL><P>
25679 &lt;End of help on this topic&gt;
25680 </BODY>
25681 </HTML>
25682 ====== h_config_ssh_open_timeo =====
25683 <HTML>
25684 <HEAD>
25685 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
25686 </HEAD>
25687 <BODY>
25688 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
25690 Sets the time in seconds that Alpine will
25691 attempt to open a UNIX secure shell connection.
25692 The default is 15, the minimum non-zero value is 5,
25693 and the maximum is unlimited. If this is set to zero ssh connections
25694 will be completely disabled.
25696 <UL>   
25697 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25698 </UL><P>
25699 &lt;End of help on this topic&gt;
25700 </BODY>
25701 </HTML>
25702 ====== h_config_rsh_open_timeo =====
25703 <HTML>
25704 <HEAD>
25705 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
25706 </HEAD>
25707 <BODY>
25708 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
25710 Sets the time in seconds that Alpine will
25711 attempt to open a UNIX remote shell connection.
25712 The default is 15, the minimum non-zero value is 5,
25713 and the maximum is unlimited. If this is set to zero rsh connections
25714 will be completely disabled.
25715 This might be useful if rsh connections will never work in your environment
25716 but are causing delays due to firewalls or some other reason.
25718 <UL>   
25719 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25720 </UL><P>
25721 &lt;End of help on this topic&gt;
25722 </BODY>
25723 </HTML>
25724 ====== h_config_tcp_open_timeo =====
25725 <HTML>
25726 <HEAD>
25727 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
25728 </HEAD>
25729 <BODY>
25730 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
25732 Sets the time in seconds that Alpine will
25733 attempt to open a network connection. The default is 30, the minimum is 5,
25734 and the maximum is system defined (typically 75). If a connection has not
25735 completed within this many seconds Alpine will give up and consider it a
25736 failed connection.
25738 <UL>   
25739 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25740 </UL><P>
25741 &lt;End of help on this topic&gt;
25742 </BODY>
25743 </HTML>
25744 ====== h_config_tcp_readwarn_timeo =====
25745 <HTML>
25746 <HEAD>
25747 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
25748 </HEAD>
25749 <BODY>
25750 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
25752 Sets the time in seconds that Alpine will
25753 wait for a network read before warning you that things are moving slowly
25754 and possibly giving you the option to break the connection.
25755 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
25756 1000 seconds.
25758 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
25760 <UL>   
25761 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25762 </UL><P>
25763 &lt;End of help on this topic&gt;
25764 </BODY>
25765 </HTML>
25766 ====== h_config_tcp_writewarn_timeo =====
25767 <HTML>
25768 <HEAD>
25769 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
25770 </HEAD>
25771 <BODY>
25772 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
25774 Sets the time in seconds that Alpine will
25775 wait for a network write before warning you that things are moving slowly
25776 and possibly giving you the option to break the connection.
25777 The default is 0 which means it is unset. If set to a non-zero value, the
25778 minimum is 5 and the maximum is 1000.
25780 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
25782 <UL>   
25783 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25784 </UL><P>
25785 &lt;End of help on this topic&gt;
25786 </BODY>
25787 </HTML>
25788 ====== h_config_tcp_query_timeo =====
25789 <HTML>
25790 <HEAD>
25791 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
25792 </HEAD>
25793 <BODY>
25794 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
25796 When Alpine times out a network read or write it will normally just display
25797 a message saying &quot;Still waiting&quot;.
25798 However, if enough time has elapsed since it started waiting it will offer
25799 to let you break the connection.
25800 That amount of time is set by this option, which defaults to 60 seconds,
25801 has a minimum of 5 seconds, and a maximum of 1000 seconds.
25803 <UL>   
25804 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25805 </UL><P>
25806 &lt;End of help on this topic&gt;
25807 </BODY>
25808 </HTML>
25809 ====== h_config_quit_query_timeo =====
25810 <HTML>
25811 <HEAD>
25812 <TITLE>OPTION: <!--#echo var="VAR_close-connection-timeout"--></TITLE>
25813 </HEAD>
25814 <BODY>
25815 <H1>OPTION: <!--#echo var="VAR_close-connection-timeout"--></H1>
25817 The original purpose of this option was to close a connection after this
25818 much time has elapsed without response from the server. The problem this
25819 generates is that a server might not reply on time due to a slow operation
25820 (for example, sorting a large folder, or filtering messages, etc.) In those
25821 situations it is desirable to wait for the server, even when this takes
25822 a long time.
25825 In order to have a good compromise so that a user can distinguish between
25826 when a connection is closed, therefore
25827 we do not need to wait for it, and the operation that the user is waiting
25828 for takes a long time, this option only applies to the
25829 &quot;NOOP&quot; IMAP command. So, if a NOOP command has been issued,
25830 and the connection does not return after the number of seconds configured
25831 here, which must be at least the amount configured in the option
25832 <a href="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></a>,
25833 then Alpine will close the connection.
25836 Closing connections that have connectivity problems is a good idea. In an ideal
25837 world, one would like all connections to be fast and reliable, so the amount
25838 of time and effort put into parsing a folder to report its state when it is
25839 opened is not wasted, so keeping connections alive is good, but the problem
25840 with this is that waiting for a user to reply to a &quot;keep connection
25841 alive?&quot; question can take a long time, and that might affect other
25842 connections that could be closed because Alpine is not pinging them while it
25843 is waiting for a reply from a user for a different connection. Therefore
25844 setting this value helps to keep other connections alive, in case
25845 you have several incoming folders in other servers.
25848 The default value for this option is 0, which means that no connections will
25849 be closed automatically, so if you want connections to be closed automatically
25850 you must set this option to a positive number bigger or equal than the
25851 value of the option <!--#echo var="VAR_tcp-query-timeout"-->.
25853 <UL>
25854 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25855 </UL><P>
25856 &lt;End of help on this topic&gt;
25857 </BODY>
25858 </HTML>
25859 ====== h_config_incoming_folders =====
25860 <HTML>
25861 <HEAD>
25862 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
25863 </HEAD>
25864 <BODY>
25865 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
25867 This is a list of one or more folders other than <EM>INBOX</EM> that
25868 may receive new messages.
25869 It is related to the
25870 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
25871 feature.
25872 This variable is normally manipulated with the Add, Delete, and Rename
25873 commands in the FOLDER LIST for the Incoming Message Folders collection.
25875 <UL>   
25876 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25877 </UL><P>
25878 &lt;End of help on this topic&gt;
25879 </BODY>
25880 </HTML>
25881 ====== h_config_folder_spec =====
25882 <HTML>
25883 <HEAD>
25884 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
25885 </HEAD>
25886 <BODY>
25887 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
25889 This is a list of one or more collections where saved mail is stored. 
25890 The first collection in this list is the default
25891 collection for <EM>Save</EM>s,
25892 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
25894 This variable is normally manipulated using the Setup/collectionList screen.
25896 <UL>   
25897 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25898 </UL><P>
25899 &lt;End of help on this topic&gt;
25900 </BODY>
25901 </HTML>
25902 ====== h_config_news_spec =====
25903 <HTML>
25904 <HEAD>
25905 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
25906 </HEAD>
25907 <BODY>
25908 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
25910 This is a list of collections where news folders are located.
25912 This variable is normally manipulated using the Setup/collectionList screen.
25914 <UL>   
25915 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25916 </UL><P>
25917 &lt;End of help on this topic&gt;
25918 </BODY>
25919 </HTML>
25920 ====== h_config_address_book =====
25921 <HTML>
25922 <HEAD>
25923 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
25924 </HEAD>
25925 <BODY>
25926 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
25928 A list of personal address books.
25929 Each entry in the list is an
25930 optional nickname followed by a pathname or file name relative to the home
25931 directory.
25932 The nickname is separated from the rest of the line with whitespace.
25933 Instead of a local pathname or file name, a remote folder name can be given.
25934 This causes the address book to
25935 be a Remote address book.
25937 Use the Setup/AddressBook screen to modify this variable.
25939 <UL>   
25940 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25941 </UL><P>
25942 &lt;End of help on this topic&gt;
25943 </BODY>
25944 </HTML>
25945 ====== h_config_glob_addrbook =====
25946 <HTML>
25947 <HEAD>
25948 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
25949 </HEAD>
25950 <BODY>
25951 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
25953 A list of shared address books.  Each entry in the list is an
25954 optional nickname followed by a pathname or file name relative to the home
25955 directory.
25956 A SPACE character separates the nickname from the rest of the line.
25957 Instead of a local pathname or file name, a remote folder name can be given.
25958 This causes the address book to
25959 be a Remote address book.
25960 Global address books are
25961 defined to be ReadOnly.
25963 Use the Setup/AddressBook screen to modify this variable.
25965 <UL>   
25966 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25967 </UL><P>
25968 &lt;End of help on this topic&gt;
25969 </BODY>
25970 </HTML>
25971 ====== h_config_last_vers =====
25972 <HTML>
25973 <HEAD>
25974 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
25975 </HEAD>
25976 <BODY>
25977 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
25979 This is set automatically by Alpine. 
25980 It is used to keep track of the last version of Alpine that
25981 was run by the user.
25982 Whenever the version number increases, a new version message is printed out.
25983 This may not be set in the system-wide configuration files.
25985 <UL>   
25986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25987 </UL><P>
25988 &lt;End of help on this topic&gt;
25989 </BODY>
25990 </HTML>
25991 ====== h_config_printer =====
25992 <HTML>
25993 <HEAD>
25994 <TITLE>OPTION: Printer</TITLE>
25995 </HEAD>
25996 <BODY>
25997 <H1>OPTION: Printer</H1>
25999 Your default printer selection.
26001 Use the Setup/Printer screen to modify this variable.
26003 <UL>   
26004 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26005 </UL><P>
26006 &lt;End of help on this topic&gt;
26007 </BODY>
26008 </HTML>
26009 ====== h_config_print_cat =====
26010 <HTML>
26011 <HEAD>
26012 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
26013 </HEAD>
26014 <BODY>
26015 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
26017 This is an internal Alpine variable.
26018 It will be equal to 1, 2, or 3 depending on whether the default printer is
26019 attached, standard, or a personal print command.
26021 Use the Setup/Printer screen to modify this variable.
26023 <UL>   
26024 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26025 </UL><P>
26026 &lt;End of help on this topic&gt;
26027 </BODY>
26028 </HTML>
26029 ====== h_config_print_command =====
26030 <HTML>
26031 <HEAD>
26032 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
26033 </HEAD>
26034 <BODY>
26035 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
26037 List of personal print commands.
26039 Use the Setup/Printer screen to modify this variable.
26041 <UL>   
26042 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26043 </UL><P>
26044 &lt;End of help on this topic&gt;
26045 </BODY>
26046 </HTML>
26047 ====== h_config_pat_old =====
26048 <HTML>
26049 <HEAD>
26050 <TITLE>OPTION: Patterns</TITLE>
26051 </HEAD>
26052 <BODY>
26053 <H1>OPTION: Patterns</H1>
26055 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
26056 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
26057 and Patterns-Other.
26058 Patterns-Scores and Patterns-Filters have been replaced since then by
26059 Patterns-Scores2 and Patterns-Filters2.
26061 Use the Setup/Rules screens to modify these variable.
26063 <UL>   
26064 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26065 </UL><P>
26066 &lt;End of help on this topic&gt;
26067 </BODY>
26068 </HTML>
26069 ====== h_config_pat_roles =====
26070 <HTML>
26071 <HEAD>
26072 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
26073 </HEAD>
26074 <BODY>
26075 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
26077 List of rules used for roles.
26078 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
26079 other options.
26081 Use the Setup/Rules/Roles screen to modify this variable.
26083 <UL>   
26084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26085 </UL><P>
26086 &lt;End of help on this topic&gt;
26087 </BODY>
26088 </HTML>
26089 ====== h_config_pat_filts =====
26090 <HTML>
26091 <HEAD>
26092 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
26093 </HEAD>
26094 <BODY>
26095 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
26097 List of rules used for filters.
26099 Use the Setup/Rules/Filters screen to modify this variable.
26101 <UL>   
26102 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26103 </UL><P>
26104 &lt;End of help on this topic&gt;
26105 </BODY>
26106 </HTML>
26107 ====== h_config_pat_scores =====
26108 <HTML>
26109 <HEAD>
26110 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
26111 </HEAD>
26112 <BODY>
26113 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
26115 List of rules used for scoring.
26117 Use the Setup/Rules/SetScores screen to modify this variable.
26119 <UL>   
26120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26121 </UL><P>
26122 &lt;End of help on this topic&gt;
26123 </BODY>
26124 </HTML>
26125 ====== h_config_pat_other =====
26126 <HTML>
26127 <HEAD>
26128 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
26129 </HEAD>
26130 <BODY>
26131 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
26133 List of rules used for miscellaneous configuration.
26135 Use the Setup/Rules/Other screen to modify this variable.
26137 <UL>   
26138 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26139 </UL><P>
26140 &lt;End of help on this topic&gt;
26141 </BODY>
26142 </HTML>
26143 ====== h_config_pat_incols =====
26144 <HTML>
26145 <HEAD>
26146 <TITLE>OPTION: patterns-indexcolors</TITLE>
26147 </HEAD>
26148 <BODY>
26149 <H1>OPTION: patterns-indexcolors</H1>
26151 List of rules used for coloring lines in the index.
26153 Use the Setup/Rules/Indexcolor screen to modify this variable.
26155 <UL>   
26156 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26157 </UL><P>
26158 &lt;End of help on this topic&gt;
26159 </BODY>
26160 </HTML>
26161 ====== h_config_pat_srch =====
26162 <HTML>
26163 <HEAD>
26164 <TITLE>OPTION: patterns-search</TITLE>
26165 </HEAD>
26166 <BODY>
26167 <H1>OPTION: patterns-search</H1>
26169 List of rules used only for searching with the Select command in the MESSAGE INDEX.
26171 Use the Setup/Rules/searCh screen to modify this variable.
26173 <UL>   
26174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26175 </UL><P>
26176 &lt;End of help on this topic&gt;
26177 </BODY>
26178 </HTML>
26179 ====== h_config_font_name =====
26180 <HTML>
26181 <HEAD>
26182 <TITLE>OPTION: Font Name</TITLE>
26183 </HEAD>
26184 <BODY>
26185 <H1>OPTION: Font Name</H1>
26187 PC-Alpine only.
26189 Name of normal font.
26191 Use the pulldown Config menu to modify this variable.
26193 <UL>   
26194 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26195 </UL><P>
26196 &lt;End of help on this topic&gt;
26197 </BODY>
26198 </HTML>
26199 ====== h_config_font_size =====
26200 <HTML>
26201 <HEAD>
26202 <TITLE>OPTION: Font Size</TITLE>
26203 </HEAD>
26204 <BODY>
26205 <H1>OPTION: Font Size</H1>
26207 PC-Alpine only.
26209 Size of normal font.
26211 Use the pulldown Config menu to modify this variable.
26213 <UL>   
26214 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26215 </UL><P>
26216 &lt;End of help on this topic&gt;
26217 </BODY>
26218 </HTML>
26219 ====== h_config_font_style =====
26220 <HTML>
26221 <HEAD>
26222 <TITLE>OPTION: Font Style</TITLE>
26223 </HEAD>
26224 <BODY>
26225 <H1>OPTION: Font Style</H1>
26227 PC-Alpine only.
26229 Style of normal font.
26231 Use the pulldown Config menu to modify this variable.
26233 <UL>   
26234 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26235 </UL><P>
26236 &lt;End of help on this topic&gt;
26237 </BODY>
26238 </HTML>
26239 ====== h_config_font_char_set =====
26240 <HTML>
26241 <HEAD>
26242 <TITLE>OPTION: Font Character Set</TITLE>
26243 </HEAD>
26244 <BODY>
26245 <H1>OPTION: Font Character Set</H1>
26247 PC-Alpine only.
26249 Character set of normal font.
26251 Use the pulldown Config menu to modify this variable.
26253 <UL>   
26254 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26255 </UL><P>
26256 &lt;End of help on this topic&gt;
26257 </BODY>
26258 </HTML>
26259 ====== h_config_print_font_name =====
26260 <HTML>
26261 <HEAD>
26262 <TITLE>OPTION: Print-Font-Name</TITLE>
26263 </HEAD>
26264 <BODY>
26265 <H1>OPTION: Print-Font-Name</H1>
26267 PC-Alpine only.
26269 Name of printer font.
26271 Use the pulldown Config menu to modify this variable.
26273 <UL>   
26274 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26275 </UL><P>
26276 &lt;End of help on this topic&gt;
26277 </BODY>
26278 </HTML>
26279 ====== h_config_print_font_size =====
26280 <HTML>
26281 <HEAD>
26282 <TITLE>OPTION: Print-Font-Size</TITLE>
26283 </HEAD>
26284 <BODY>
26285 <H1>OPTION: Print-Font-Size</H1>
26287 PC-Alpine only.
26289 Size of printer font.
26291 Use the pulldown Config menu to modify this variable.
26293 <UL>   
26294 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26295 </UL><P>
26296 &lt;End of help on this topic&gt;
26297 </BODY>
26298 </HTML>
26299 ====== h_config_print_font_style =====
26300 <HTML>
26301 <HEAD>
26302 <TITLE>OPTION: Print-Font-Style</TITLE>
26303 </HEAD>
26304 <BODY>
26305 <H1>OPTION: Print-Font-Style</H1>
26307 PC-Alpine only.
26309 Style of printer font.
26311 Use the pulldown Config menu to modify this variable.
26313 <UL>   
26314 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26315 </UL><P>
26316 &lt;End of help on this topic&gt;
26317 </BODY>
26318 </HTML>
26319 ====== h_config_print_font_char_set =====
26320 <HTML>
26321 <HEAD>
26322 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
26323 </HEAD>
26324 <BODY>
26325 <H1>OPTION: Print-Font-Char-Set</H1>
26327 PC-Alpine only.
26329 Character set of printer font.
26331 Use the pulldown Config menu to modify this variable.
26333 <UL>   
26334 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26335 </UL><P>
26336 &lt;End of help on this topic&gt;
26337 </BODY>
26338 </HTML>
26339 ====== h_config_window_position =====
26340 <HTML>
26341 <HEAD>
26342 <TITLE>OPTION: Window-Position</TITLE>
26343 </HEAD>
26344 <BODY>
26345 <H1>OPTION: Window-Position</H1>
26347 PC-Alpine only.
26349 Position on the screen of the Alpine window.
26351 Alpine normally maintains this variable itself, and it is set automatically. 
26352 This variable is provided to those who wish to use the same window position 
26353 across different machines from the same configuration.
26354 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
26355 must also be set for this setting to be used.
26357 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
26358 C is the number of columns, R is the number of rows, and X and Y specify the
26359 top left corner of the window.
26361 <UL>   
26362 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26363 </UL><P>
26364 &lt;End of help on this topic&gt;
26365 </BODY>
26366 </HTML>
26367 ====== h_config_cursor_style =====
26368 <HTML>
26369 <HEAD>
26370 <TITLE>OPTION: Cursor Style</TITLE>
26371 </HEAD>
26372 <BODY>
26373 <H1>OPTION: Cursor Style</H1>
26375 PC-Alpine only.
26377 Cursor style.
26379 Use the pulldown Config menu to modify this variable.
26381 <UL>   
26382 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26383 </UL><P>
26384 &lt;End of help on this topic&gt;
26385 </BODY>
26386 </HTML>
26387 ====== h_config_ldap_servers =====
26388 <HTML>
26389 <HEAD>
26390 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
26391 </HEAD>
26392 <BODY>
26393 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
26395 List of LDAP servers and associated data.
26397 Use the Setup/Directory screen to modify this variable.
26399 <UL>   
26400 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26401 </UL><P>
26402 &lt;End of help on this topic&gt;
26403 </BODY>
26404 </HTML>
26405 ====== h_config_sendmail_path =====
26406 <HTML>
26407 <HEAD>
26408 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
26409 </HEAD>
26410 <BODY>
26411 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
26413 This names the path to an
26414 alternative program, and any necessary arguments, to be used in posting
26415 mail messages. See the Technical notes for more information.
26417 <UL>   
26418 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26419 </UL><P>
26420 &lt;End of help on this topic&gt;
26421 </BODY>
26422 </HTML>
26423 ====== h_config_oper_dir =====
26424 <HTML>
26425 <HEAD>
26426 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
26427 </HEAD>
26428 <BODY>
26429 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
26431 This names the root of the
26432 tree to which you are restricted when reading and writing folders and
26433 files. It is usually used in the system-wide,
26434 <EM>fixed</EM> configuration file.
26436 <UL>   
26437 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26438 </UL><P>
26439 &lt;End of help on this topic&gt;
26440 </BODY>
26441 </HTML>
26442 ====== h_config_rshpath =====
26443 <HTML>
26444 <HEAD>
26445 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
26446 </HEAD>
26447 <BODY>
26448 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
26450 Sets the name of the command used to open a UNIX remote shell
26451 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
26453 <UL>   
26454 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26455 </UL><P>
26456 &lt;End of help on this topic&gt;
26457 </BODY>
26458 </HTML>
26459 ====== h_config_rshcmd =====
26460 <HTML>
26461 <HEAD>
26462 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
26463 </HEAD>
26464 <BODY>
26465 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
26467 Sets the format of the command used to
26468 open a UNIX remote shell connection. The default is
26469 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26470 provided command. The first is for the command's pathname, the second is
26471 for the host to connect to, the third is for the user to connect as, and
26472 the fourth is for the connection method (typically <CODE>imap</CODE>).
26474 <UL>   
26475 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26476 </UL><P>
26477 &lt;End of help on this topic&gt;
26478 </BODY>
26479 </HTML>
26480 ====== h_config_sshpath =====
26481 <HTML>
26482 <HEAD>
26483 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
26484 </HEAD>
26485 <BODY>
26486 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
26488 Sets the name of the command used to open a UNIX secure shell
26489 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
26491 <UL>   
26492 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26493 </UL><P>
26494 &lt;End of help on this topic&gt;
26495 </BODY>
26496 </HTML>
26497 ====== h_config_sshcmd =====
26498 <HTML>
26499 <HEAD>
26500 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
26501 </HEAD>
26502 <BODY>
26503 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
26505 Sets the format of the command used to
26506 open a UNIX secure shell connection. The default is
26507 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26508 provided command. The first is for the command's pathname, the second is
26509 for the host to connect to, the third is for the user to connect as, and
26510 the fourth is for the connection method (typically <CODE>imap</CODE>).
26512 <UL>   
26513 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26514 </UL><P>
26515 &lt;End of help on this topic&gt;
26516 </BODY>
26517 </HTML>
26518 ====== h_config_new_ver_quell =====
26519 <HTML>
26520 <HEAD>
26521 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
26522 </HEAD>
26523 <BODY>
26524 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
26526 When a new version of Alpine is run for the first time it offers a
26527 special explanatory screen to the user upon startup.  This option
26528 helps control when and if that special screen appears for users that
26529 have previously run Alpine.  It takes as its value an Alpine version
26530 number.  Alpine versions less than the specified value will suppress this
26531 special screen while versions equal to or greater than that specified
26532 will behave normally.
26534 <UL>   
26535 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26536 </UL><P>
26537 &lt;End of help on this topic&gt;
26538 </BODY>
26539 </HTML>
26540 ====== h_config_disable_drivers =====
26541 <HTML>
26542 <HEAD>
26543 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
26544 </HEAD>
26545 <BODY>
26546 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
26548 This variable is a list of mail drivers that will be disabled.
26549 The candidates for disabling are listed below.
26550 There may be more in the future if you compile Alpine with
26551 a newer version of the c-client library.
26554 <UL>
26555 <LI> mbox
26556 <LI> mbx
26557 <LI> mh
26558 <LI> mmdf
26559 <LI> mtx
26560 <LI> mx
26561 <LI> news
26562 <LI> phile
26563 <LI> tenex
26564 <LI> unix
26565 </UL>
26568 The <EM>mbox</EM> driver enables the following behavior: if there is a
26569 file called <CODE>mbox</CODE>
26570 in your home directory, and if that file is either empty or in Unix mailbox
26571 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
26572 will automatically transfer mail from the system mail spool directory into the
26573 <CODE>mbox</CODE> file and
26574 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
26575 this will not happen.
26578 It is not recommended to disable the driver that supports the system default
26579 mailbox format. On most non-SCO systems, that driver is the
26580 <EM>unix</EM> driver.
26581 On most SCO systems, it is the <EM>mmdf</EM> driver.
26582 The system default driver may be
26583 configured to something else on your system; check with your system manager
26584 for additional information.
26587 It is most likely not very useful for you to disable any of the drivers other
26588 than possibly <EM>mbox</EM>.
26589 You could disable some of the others if you know for
26590 certain that you don't need them but the performance gain in doing so
26591 is very modest.
26593 <UL>   
26594 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26595 </UL><P>
26596 &lt;End of help on this topic&gt;
26597 </BODY>
26598 </HTML>
26599 ====== h_config_disable_auths =====
26600 <HTML>
26601 <HEAD>
26602 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
26603 </HEAD>
26604 <BODY>
26605 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
26607 This variable is a list of SASL (Simple Authentication and Security
26608 Layer) authenticators that will be disabled.
26609 SASL is a mechanism for
26610 authenticating to IMAP, POP3, SMTP, and other network servers.
26613 Alpine matches its list of supported authenticators with the server to
26614 determine the most secure authenticator that is supported by both.
26615 If no matching authenticators are found, Alpine will revert to plaintext
26616 login (or, in the case of SMTP, will be unable to authenticate at all).
26618 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
26621 Normally, you will not disable any authenticators.
26622 There are two exceptions:
26624 <OL>
26625 <LI> You use a broken server that advertises an authenticator,
26626 but does not actually implement it.
26627 <LI> You have a Kerberos-capable version of Alpine and the server is
26628 also Kerberos-capable, but you can not obtain Kerberos
26629 credentials on the server machine, thus you desire to disable
26630 GSSAPI (which in turn disables Alpine's Kerberos support).
26631 </OL>
26633 It is never necessary to disable authenticators, since Alpine will try
26634 other authenticators before giving up.
26635 However, disabling the relevant authenticator avoids annoying error messages.
26637 <UL>   
26638 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26639 </UL><P>
26640 &lt;End of help on this topic&gt;
26641 </BODY>
26642 </HTML>
26643 ====== h_config_encryption_range =====
26644 <HTML>
26645 <HEAD>
26646 <TITLE>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></TITLE>
26647 </HEAD>
26648 <BODY>
26649 <H1>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></H1>
26651 This option sets a range of encryption protocols that can be attempted when
26652 Alpine will try to establish a secure connection using the SSL or TLS
26653 protocols.
26656 Before a secure connection to an external server is established, Alpine and the
26657 server will attempt to negotiate a secure connection. This part is known as the
26658 &quot;ClientHello&quot;. At that time Alpine will announce the version of
26659 encryption that it would like to establish. The server can reject that, and announce
26660 a different version of encryption. Once both the server and Alpine have found
26661 a version of encryption that they both agree on, they will both use it to start
26662 a secure connection.
26665 The use of the /ssl parameter in the definition of the server will make Alpine
26666 attempt the highest encryption protocol that it can use, in agreement with the
26667 server. However, using this option, you will set limits to the versions of
26668 the protocols that are used. This would, for example, allow you to disable the use
26669 of ssl3, in favor of more modern protocols. 
26672 For purposes of this option, the protocols are sorted 
26673 as follows
26676 <CENTER>
26677 no_min < ssl3 < tls1 < tls1_1 < tls1_2 < tls1_3 < no_max
26678 </CENTER>
26681 For example, if you want to disable ssl3, all you have to do is to set the minimum 
26682 version to tls1, or any higher protocol. 
26684 <P>The name of the parameters used to configure this option is the same as the 
26685 parameters that are added to the definition of a server to make it a secure 
26686 connection, and they are listed above for your reference.
26689 The special values &quot;no_min&quot; and &quot;no_max&quot; do not set values
26690 for the minimum and maximum protocol versions, and Alpine will use the maximum
26691 and minimum values of encryption protocols built into your SSL library.
26694 <UL>   
26695 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26696 </UL><P>
26697 &lt;End of help on this topic&gt;
26698 </BODY>
26699 </HTML>
26700 ====== h_config_abook_metafile =====
26701 <HTML>
26702 <HEAD>
26703 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
26704 </HEAD>
26705 <BODY>
26706 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
26708 This is usually set by Alpine and is the name of a file
26709 that contains data about
26710 remote address books and remote configuration files.
26712 <UL>   
26713 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26714 </UL><P>
26715 &lt;End of help on this topic&gt;
26716 </BODY>
26717 </HTML>
26718 ====== h_config_composer_wrap_column =====
26719 <HTML>
26720 <HEAD>
26721 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
26722 </HEAD>
26723 <BODY>
26724 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
26727 This option specifies an aspect of Alpine's Composer.  This gives the
26728 maximum width that auto-wrapped lines will have.  It's also the maximum
26729 width of lines justified using the <A HREF="h_compose_justify">^J
26730 Justify</A> command.  The normal default
26731 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
26732 in order to
26733 prevent very long lines from being sent in outgoing mail.  When the mail
26734 is actually sent, trailing spaces will be stripped off of each line.
26737 <UL>   
26738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26739 </UL><P>
26740 &lt;End of help on this topic&gt;
26741 </BODY>
26742 </HTML>
26743 ====== h_config_deadlets =====
26744 <HTML>
26745 <HEAD>
26746 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
26747 </HEAD>
26748 <BODY>
26749 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
26752 This option affects Alpine's behavior when you cancel a message being
26753 composed.  Alpine's usual behavior is to write the canceled message to
26754 a file named 
26755 <!--chtml if pinemode="os_windows"-->
26756 &quot;DEADLETR&quot;,
26757 <!--chtml else-->
26758 &quot;dead.letter&quot; in your home directory,
26759 <!--chtml endif-->
26760 overwriting any previous message.
26762 If you set this option to a value higher than one, then that many copies
26763 of dead letter files will be saved.
26764 For example, if you set this option to &quot;3&quot; then you may have
26765 files named
26766 <!--chtml if pinemode="os_windows"-->
26767 &quot;DEADLETR&quot;,
26768 &quot;DEADLETR2&quot;, and
26769 &quot;DEADLETR3&quot;.
26770 <!--chtml else-->
26771 &quot;dead.letter&quot;,
26772 &quot;dead.letter2&quot;, and
26773 &quot;dead.letter3&quot; in your home directory.
26774 <!--chtml endif-->
26775 In this example, the most recently cancelled message will be in
26776 <!--chtml if pinemode="os_windows"-->
26777 &quot;DEADLETR&quot;,
26778 <!--chtml else-->
26779 &quot;dead.letter&quot;,
26780 <!--chtml endif-->
26781 and the third most recently cancelled message will be in
26782 <!--chtml if pinemode="os_windows"-->
26783 &quot;DEADLETR3&quot;.
26784 <!--chtml else-->
26785 &quot;dead.letter3&quot;.
26786 <!--chtml endif-->
26787 The fourth most recently cancelled message will no longer be saved.
26790 If you set this option to zero, then NO record of canceled messages is
26791 maintained.
26793 If the feature
26794 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
26795 is set, that overrides whatever you set for this option.
26796 If this option had existed at the time, then the Quell feature would not
26797 have been added, but it is still there for backwards compatibility.
26798 So, in order for this option to have the desired effect, make sure the
26799 Quell feature is turned off.
26802 <UL>   
26803 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26804 </UL><P>
26805 &lt;End of help on this topic&gt;
26806 </BODY>
26807 </HTML>
26808 ====== h_config_maxremstream =====
26809 <HTML>
26810 <HEAD>
26811 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
26812 </HEAD>
26813 <BODY>
26814 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
26816 This option affects low-level behavior of Alpine.
26817 The default value for this option is <EM>3</EM>.
26818 If your INBOX is accessed using the IMAP protocol
26819 from an IMAP server, that connection is kept open throughout the
26820 duration of your Alpine session, independent of the value of this option.
26821 The same is true of any 
26822 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
26823 you have defined.
26824 This option controls Alpine's behavior when connecting to remote IMAP folders
26825 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
26826 It specifies the maximum number of remote IMAP connections (other than
26827 those mentioned above) that Alpine will use for accessing the rest of your
26828 folders.
26829 If you set this option to zero, you will turn off most remote connection
26830 re-use.
26831 It's difficult to understand exactly what this option does, and it is usually
26832 fine to leave it set to its default value.
26833 It is probably more likely that you will be interested in setting the
26834 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
26835 instead of changing the value of this option.
26836 A slightly longer explanation of what is going on with this option
26837 is given in the next paragraphs.
26840 There are some time costs involved in opening and closing remote IMAP 
26841 folders, the main costs being the time you have to wait for the connection
26842 to the server and the time for the folder to open.
26843 Opening a folder may involve not only the time the server takes to do its
26844 processing but time that Alpine uses to do filtering.
26845 These times can vary widely.
26846 They depend on how loaded the server is, how large
26847 the folder being opened is, and how you set up filtering, among other things.
26848 Once Alpine has opened a connection to a particular folder, it will attempt
26849 to keep that connection open in case you use it again.
26850 In order to do this,
26851 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
26852 this option) IMAP connections you have allotted for this purpose.
26854 For example, suppose the value of this option is set to &quot;2&quot;.
26855 If your INBOX is accessed on a remote server using the IMAP protocol, that
26856 doesn't count as one of the remote connections but it is always kept open.
26857 If you then open another IMAP folder, that would be your first
26858 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
26859 If you open a third folder the second will be left open, in case you
26860 return to it.
26861 You won't be able to tell it has been left open.
26862 It will appear to be closed when you leave the folder but the connection
26863 will remain in the background.
26864 Now suppose you go back to the second folder (the first folder after the
26865 INBOX).
26866 A connection to that folder is still open so you won't have to wait
26867 for the startup time to open it.
26868 Meanwhile, the connection to the third folder will be left behind.
26869 Now, if you open a fourth folder, you will bump into the
26870 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
26871 than INBOX and you have the option set to &quot;2&quot;.
26872 The connection that is being used for
26873 the third folder will be re-used for this new fourth folder.
26874 If you go back to the third folder after this, it is no longer already
26875 connected when you get there.
26876 You'll still save some time since Alpine will re-use the connection to the
26877 fourth folder and you have already logged in on that connection,
26878 but the folder will have to be re-opened from scratch.
26880 If a folder is large and the startup cost is dominated by the time it takes
26881 to open that folder or to run filters on it, then it will pay to make the
26882 value of this option large enough to keep it open.
26883 On the other hand, if you only revisit a handful of folders or if
26884 the folders are small, then it might
26885 make more sense to keep this number small so that the reconnect
26886 time (the time to start up a new connection and authenticate)
26887 is eliminated instead.
26889 You may also need to consider the impact on the server.
26890 On the surface, a larger number here may cause a larger impact on the
26891 server, since you will have more connections open to the server.
26892 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
26893 associated with reopening a folder, but the <EM>server</EM> will be
26894 avoiding those costs as well.
26896 When twenty five minutes pass without any active use of an IMAP connection
26897 being saved for possible re-use, that connection will be shut down,
26900 <UL>   
26901 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26902 </UL><P>
26903 &lt;End of help on this topic&gt;
26904 </BODY>
26905 </HTML>
26906 ====== h_config_permlocked =====
26907 <HTML>
26908 <HEAD>
26909 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
26910 </HEAD>
26911 <BODY>
26912 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
26914 This option affects low-level behavior of Alpine.
26915 There is no default value for this option.
26916 It is related to the options
26917 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
26918 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
26919 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
26922 Note: changes made to this list take effect the next time you open a
26923 folder in the list.
26926 This is a list of folders that will be permanently kept open once they
26927 are first opened.
26928 The names in this list may be either the nickname of an Incoming folder
26929 or the full technical specification of a folder.
26930 The folders in this list need not be remote IMAP folders, they could usefully
26931 be local folders, as well.
26932 If a folder in the list is a newsgroup or is not accessed either locally
26933 or via IMAP, then the entry will be ignored.
26934 For example, folders accessed via NNTP or POP3 will not be kept open, since
26935 the way that new mail is found with those protocols involves closing and
26936 reopening the connection.
26938 Once a Stay Open folder has been opened, new-mail checking will continue
26939 to happen on that folder for the rest of the Alpine session.
26940 Your INBOX is always implicitly included in this Stay-Open list and doesn't
26941 need to be added explicitly.
26943 Another difference that you may notice between a Stay Open folder and a
26944 non-Stay Open folder is which message is selected as the current message
26945 when you enter the folder index.
26946 Normally, the starting position for an incoming folder (which most Stay Open
26947 folders will likely be) is controlled by the
26948 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
26949 However, if a folder is a Stay Open folder, when you re-enter the folder
26950 after the first time the current message will be the same as it was when
26951 you left the folder.
26952 An exception is made if you use the TAB command to get to the folder.
26953 In that case, the message number will be incremented by one from what it
26954 was when you left the folder.
26956 The above special behavior is thought to be useful.
26957 However, it is special and different from what you might at first expect.
26958 The feature
26959 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
26960 may be used to turn off this special treatment.
26962 If the message that was current when you left the folder no longer exists,
26963 then the regular startup rule will be used instead.
26966 <UL>   
26967 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26968 </UL><P>
26969 &lt;End of help on this topic&gt;
26970 </BODY>
26971 </HTML>
26972 ====== h_config_viewer_overlap =====
26973 <html>
26974 <header>
26975 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
26976 </header>
26977 <body>
26978 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
26980 This option specifies an aspect of Alpine's Message Viewing screen.  When
26981 the space bar is used to page forward in a message, the number of lines
26982 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
26983 bottom of the screen.  That is, if this was set to two lines, then the
26984 bottom two lines of the screen would be repeated on the top of the next
26985 screen.  The normal default value is "2".<p>
26986 <UL>   
26987 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26988 </UL><P>
26989 &lt;End of help on this topic&gt;
26990 </body>
26991 </html>
26992 ====== h_config_scroll_margin =====
26993 <HTML>
26994 <HEAD>
26995 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
26996 </HEAD>
26997 <BODY>
26998 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
27000 This option controls when Alpine's line-by-line scrolling occurs.
27001 Typically, when a selected item is at the top or bottom screen edge
27002 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
27003 displayed items are scrolled down or up by a single line.
27006 This option allows you to tell Alpine the number of lines from the top and
27007 bottom screen edge that line-by-line paging should occur.  For example,
27008 setting this value to one (1) will cause Alpine to scroll the display
27009 vertically when you move to select an item on the display's top or
27010 bottom edge.
27013 By default, this variable is zero, indicating that scrolling happens
27014 when you move up or down to select an item immediately off the display's
27015 top or bottom edge.
27018 <UL>   
27019 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27020 </UL><P>
27021 &lt;End of help on this topic&gt;
27022 </BODY>
27023 </HTML>
27024 ====== h_config_wordseps =====
27025 <HTML>
27026 <HEAD>
27027 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
27028 </HEAD>
27029 <BODY>
27030 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
27032 This option affects how a &quot;word&quot; is defined in the composer.
27033 The definition of a word is used when using the Forward Word and Backward
27034 Word commands in the composer, as well as when using the spell checker.
27035 Whitespace is always considered a word separator.
27036 Punctuation (like question marks, periods, commas, and so on) is always
27037 a word separator if it comes at the end of a word.
27038 By default, a punctuation character that is in the middle of a word does
27039 not break up that word as long as the character before and the character
27040 after it are both alphanumeric.
27041 If you add a character to this option it will be considered a
27042 word separator even when it occurs in the middle of an alphanumeric word.
27043 For example, if you want to skip through each part of an address instead
27044 of skipping the whole address at once you might want to include &quot;@&quot;
27045 and &quot;.&quot; in this list.
27046 If you want the word-skipper to stop on each part of a UNIX filename you
27047 could add &quot;/&quot; to the list.
27048 The equal sign and dash are other possibilities you might find helpful.
27050 <UL>   
27051 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27052 </UL><P>
27053 &lt;End of help on this topic&gt;
27054 </BODY>
27055 </HTML>
27056 ====== h_config_reply_indent_string =====
27057 <HTML>
27058 <HEAD>
27059 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
27060 </HEAD>
27061 <BODY>
27062 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
27064 This option specifies an aspect of Alpine's Reply command.
27065 When a message is replied to and the text of the message is included, the
27066 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
27067 to each line indicating it is quoted text.
27068 (In case you haven't seen this before, &quot;string&quot; is a technical term
27069 that means chunk of text.)
27072 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
27073 in 1999 and its wide-spread adoption since then, you will usually be better off if you
27074 use one of the standard values,
27075 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
27078 This option specifies a different value for that string.
27079 If you wish to use a string that begins or ends with a space,
27080 enclose the string in double quotes.
27083 Besides simple text, the prepended string can be based
27084 on the message being replied to.
27085 The following tokens are substituted for the message's corresponding value:
27087 <DL>
27088 <DT>_FROM_</DT>
27089 <DD>This token gets replaced with the message sender's &quot;username&quot;.
27090 If the name is longer than six characters, only the first six characters are
27091 used.
27092 </DD>
27094 <DT>_NICK_</DT>
27095 <DD>This token gets replaced with the nickname of the message sender's
27096 address as found in your addressbook.
27097 If no addressbook entry is found,
27098 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
27099 If the nickname is longer than six characters, only the first six characters are
27100 used.
27101 </DD>
27103 <DT>_INIT_</DT>
27104 <DD>This token gets replaced with the initials of the sender of the message.
27105 </DD>
27107 </DL>
27109 NOTE: When the
27110 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
27111 feature is enabled, you are given the opportunity to edit the string, whether 
27112 it is the default or one automatically generated using the above tokens.
27114 If you change your <!--#echo var="VAR_reply-indent-string"-->
27115 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
27116 quoted text will not be flowed
27117 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
27118 when you reply.
27119 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
27120 set to the default value.
27122 <UL>   
27123 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27124 </UL><P>
27125 &lt;End of help on this topic&gt;
27126 </BODY>
27127 </HTML>
27128 ====== h_config_quote_replace_string =====
27129 <HTML>
27130 <HEAD>
27131 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
27132 </HEAD>
27133 <BODY>
27134 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
27136 This option specifies what string to use as a quote when <b>viewing</b> a
27137 message.  The standard way of quoting messages when replying is the string
27138 &quot;&gt;&nbsp;&quot; (quote space).
27139 With this variable set, viewing a message will
27140 replace occurrences of 
27141 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
27142 This setting works best when
27143 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
27144 or the equivalent setting in your correspondents' mail programs
27145 is set to the default
27146 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
27147 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
27149 By default, this setting will only work on messages that are flowed, which is
27150 the default way of sending messages for many mail clients including
27151 Alpine.  Enable the feature
27152 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
27153 to also have quote-replacement performed on non-flowed messages.
27156 Setting this option will replace  &quot;&gt;&quot; and 
27157 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
27158 spaces. To preserve those spaces enclose the full string in double quotes.
27160 No padding to separate the text of the message from the quote string is
27161 added. This means that if you do not add trailing spaces to the value of
27162 this variable, text will be displayed right next to the quote string,
27163 which may be undesirable. This can be avoided by adding a new string
27164 separated by a space from your selection of quote string replacement. This
27165 last string will be used for padding. For example, setting this variable to 
27166 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
27167 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
27168 a space from the last quote string to make it more readable.
27170 One possible setting for this variable could be
27171 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
27172 would have the effect of indenting each level of quoting four spaces and
27173 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
27174 more discernible by setting colors for quoted text.
27176 Replying to or forwarding the viewed message will preserve the original
27177 formatting of the message, so quote-replacement will not be performed on
27178 messages that are being composed.
27180 <UL>   
27181 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27182 </UL><P>
27183 &lt;End of help on this topic&gt;
27184 </BODY>
27185 </HTML>
27186 ====== h_config_empty_hdr_msg =====
27187 <HTML>
27188 <HEAD>
27189 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
27190 </HEAD>
27191 <BODY>
27192 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
27194 When sending, if both the To and Cc fields are empty and you
27195 are sending the message to a Bcc,
27196 Alpine will put a special address in the To line.  The default value is:
27199 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
27202 The reason for this is to avoid embarrassment caused by some Internet
27203 mail transfer software that interprets a &quot;missing&quot;
27204 <SAMP>To:</SAMP> header as an error and replaces it with an
27205 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
27206 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
27207 Bcc.  You may change the part of this message that comes before the
27208 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
27209 variable to something else.
27212 The normal default is &quot;undisclosed-recipients&quot;.
27215 <UL>   
27216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27217 </UL><P>
27218 &lt;End of help on this topic&gt;
27219 </BODY>
27220 </HTML>
27221 ====== h_config_status_msg_delay =====
27222 <HTML>
27223 <HEAD>
27224 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
27225 </HEAD>
27226 <BODY>
27227 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
27229 This option has evolved over time, causing the possible values to be
27230 counter-intuitive.
27231 Read carefully before you set this option.
27232 First we explain what the option does, then there is a longer discussion
27233 following that.
27235 If this is set to zero, the default value, it has <EM>no</EM> effect.
27236 Positive and negative values serve two similar, but different purposes.
27238 If it is set to a positive number, it causes the cursor to move to the
27239 status line whenever a status message is printed and pause there for this
27240 many seconds.
27241 It will probably only be useful if the 
27242 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
27243 also turned on.
27244 Setting this option to a positive number can only be used to
27245 <EM>increase</EM> the status message delay.
27246 This may be useful for Braille displays, or other non-traditional displays.
27248 If it is set to a negative number the interpretation is a bit complicated.
27249 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
27250 allow you to read important status messages.
27251 Of course, this may cause you to miss some important messages.
27252 If you see a message flash by but miss what it says you can use the
27253 Journal command from the MAIN MENU to read it.
27254 If you set this option to a negative value, the delay will be
27255 no more than one second less than the absolute value
27256 of the value you set.
27257 So if you set it to -1, the delay will be no more than zero seconds, no
27258 delay at all.
27259 If you set it to -2, the delay will be no more than 1 second.
27260 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
27261 If the delay that Alpine would have used by default is less than this delay,
27262 then the smaller delay set by Alpine will be used.
27263 Setting this option to a negative value can only reduce the amount of
27264 delay, never increase it.
27266 Here is a more detailed explanation.
27267 Status messages are the messages that show up spontaneously in the
27268 status message line, usually the third line from the bottom of the screen.
27269 By default, Alpine assigns each status message it produces a minimum
27270 display time.
27271 Some status messages have a minimum display time of zero.
27272 You can see an example of such a message by paging up in this help text
27273 until you reach the top of the screen.
27274 If you try to page past the top you will see the message
27276 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
27278 in the status line.
27279 If there is another more important use of the status message line this message
27280 might be replaced quickly, or it even might not be shown at all.
27281 However, if there is no reason to get rid of the message, it might stay
27282 there for several seconds while you read the help.
27283 An example where it is replaced immediately happens when you page up in
27284 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
27285 command right after paging up.
27286 The message will disappear immediately without causing a delay (unless you
27287 have set this option to a positive value) to allow you to type input for
27288 the &quot;WhereIs&quot; command.
27289 Since it isn't a very important message, Alpine has set its minimum display
27290 time to zero seconds.
27292 Other messages have minimum display times of three or more seconds.
27293 These are usually error messages that Alpine thinks you ought to see.
27294 For example, it might be a message about a failed Save or a failed folder open.
27295 It is often the case that this minimum display time won't delay you in
27296 any way because the status message line is not needed for another reason.
27297 However, there are times when Alpine has to delay what it is doing in
27298 order to display a status message for the minimum display time.
27299 This happens when a message is being displayed and Alpine wants to ask
27300 for input from the keyboard.
27301 For example, when you Save a message you use the status message line.
27302 You get a prompt there asking for the name of the folder to save to.
27303 If there is a status message being displayed that has not
27304 yet displayed for its minimum
27305 time Alpine will display that status message surrounded with the characters
27306 &gt; and &lt; to show you that it is delaying.
27307 That might happen, for example, if you tried to save to a folder that
27308 caused an error, then followed that immediately with another Save command.
27309 You might find yourself waiting for a status message like
27311 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
27313 to finish displaying for three seconds.
27314 If that is something you find happening to you frequently, you may use
27315 negative values of this option to decrease or eliminate that delay, at
27316 the risk of missing the message.
27318 <UL>   
27319 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27320 </UL><P>
27321 &lt;End of help on this topic&gt;
27322 </BODY>
27323 </HTML>
27324 ====== h_config_active_msg_interval =====
27325 <HTML>
27326 <HEAD>
27327 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
27328 </HEAD>
27329 <BODY>
27330 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
27332 When Alpine is delayed for some reason it usually shows that
27333 something is happening with a small animated display in the status
27334 message line near the bottom of the screen.
27335 This option sets how frequently the characters (for example, a spinning bar)
27336 in the active status message lines are updated.
27337 At most, it can be set to be updated 20 times per second. 
27340 Setting this value to zero will prevent display of the animations
27341 altogether.
27344 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
27345 can be used to remove the randomness from this animated display.
27348 <UL>   
27349 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27350 </UL><P>
27351 &lt;End of help on this topic&gt;
27352 </BODY>
27353 </HTML>
27354 ====== h_config_mailchecknoncurr =====
27355 <HTML>
27356 <HEADER>
27357 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
27358 </HEADER>
27359 <BODY>
27360 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
27362 This option is closely related to the
27363 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27364 option, as well as the
27365 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
27366 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
27367 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
27368 new-mail checking is disabled and this option will have no effect.
27370 Normally this option is set to zero, which means that the value used will be
27371 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
27372 If you set this option to a value different from zero
27373 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
27374 then that is the check interval that will be used
27375 for folders that are not the currently open folder or the INBOX.
27376 You may not even have any folders that are noncurrent and not the INBOX.
27377 If you do, it is likely that they are due to
27378 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27379 you have configured.
27380 This option also affects the rate of mail checking done on cached
27381 connections to folders you previously had open but are no longer actively
27382 using.
27383 You aren't expected to understand that last sentence, but if you are interested
27384 take a look at
27385 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
27386 and the related options.
27388 <UL>   
27389 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27390 </UL><P>
27391 &lt;End of help on this topic&gt;
27392 </BODY>
27393 </HTML>
27394 ====== h_config_fifopath =====
27395 <HTML>
27396 <HEADER>
27397 <TITLE>OPTION: NewMail FIFO Path</TITLE>
27398 </HEADER>
27399 <BODY>
27400 <H1>OPTION: NewMail FIFO Path</H1>
27402 This option is only available in UNIX Alpine.
27403 However, there is a very similar feature built in to PC-Alpine.
27404 In PC-Alpine's Config menu at the top of the screen
27405 is an option called &quot;New Mail Window&quot;.
27407 You may have Alpine create a FIFO special file (also called a named pipe) where
27408 it will send a one-line message each time a new message is received in
27409 the current folder, the INBOX, or any open
27410 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
27411 To protect against two different Alpines both writing to the same FIFO, Alpine
27412 will only create the FIFO and write to it if it doesn't already exist.
27414 A possible way to use this option would be to have a separate window
27415 on your screen running the command
27417 <CENTER><SAMP>cat filename</SAMP></CENTER>
27419 where &quot;filename&quot; is the name of the file given for this option.
27420 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
27421 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
27422 You may be tempted to use &quot;tail -f filename&quot; to view the new
27423 mail log.
27424 However, the common implementations of the tail command will not do what you
27425 are hoping.
27427 The width of the messages produced for the FIFO may be altered with the
27428 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
27430 On some systems, fifos may only be created in a local filesystem.
27431 In other words, they may not be in NFS filesystems.
27432 This requirement is not universal.
27433 If the system you are using supports it, it should work.
27434 (It is often the case that your home directory is in an NFS filesystem.
27435 If that is the case, you might try using a file in the &quot;/tmp&quot;
27436 filesystem, which is usually a local filesystem.)
27437 Even when it is possible to use an NFS-mounted filesystem as a place to name
27438 the fifo (for example, your home directory), it will still be the case that
27439 the reader (probably the &quot;cat&quot; command) and the
27440 writer (Alpine) of the fifo must be running on the same system.
27442 <UL>   
27443 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27444 </UL><P>
27445 &lt;End of help on this topic&gt;
27446 </BODY>
27447 </HTML>
27448 ====== h_config_newmailwidth =====
27449 <HTML>
27450 <HEADER>
27451 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
27452 </HEADER>
27453 <BODY>
27454 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
27456 For UNIX Alpine, this option is only useful if you have turned on the
27457 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
27458 That option causes new mail messages to be sent to a fifo file.
27459 Those messages will be 80 characters wide by default.
27460 You can change the width of those messages by changing this option.
27461 For example, if you are reading those messages in another window you might
27462 want to set this width to the width of that other window.
27464 If you are using PC-Alpine, it has an option in the Config menu to turn
27465 on the &quot;New Mail Window&quot;.
27466 This present option also controls the width of that window.
27468 <UL>   
27469 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27470 </UL><P>
27471 &lt;End of help on this topic&gt;
27472 </BODY>
27473 </HTML>
27474 ====== h_config_mailcheck =====
27475 <HTML>
27476 <HEADER>
27477 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
27478 </HEADER>
27479 <BODY>
27480 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
27482 This option specifies, in seconds,
27483 how often Alpine will check for new mail.
27484 If set to zero, new-mail checking is disabled.
27485 (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
27486 current message is the last message of the folder.)
27487 There is a minimum value for this option, normally 15 seconds.
27488 The default value is normally 150 seconds.
27489 The higher you set this option, the easier it is on the server.
27491 There are some situations where automatic new-mail checking does not work.
27492 See the discussion about new-mail checking in
27493 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
27495 The new-mail checking will not happen exactly at the frequency that you specify.
27496 For example, Alpine may elect to defer a non-INBOX mail check if you
27497 are busy typing.
27498 Or, it may check more frequently than you have specified if that is
27499 thought to be necessary to keep the server from closing the connection
27500 to the folder due to inactivity.
27501 If Alpine checks for new mail as a side effect of another command, it will reset
27502 the timer, so that new-mail checking may seem to happen irregularly instead of
27503 every X seconds like clockwork.
27505 If you are anxious to know about new mail as soon as possible, set the check
27506 interval low, and you'll know about the new mail by approximately
27507 that amount of time after it arrives.
27508 If you aren't so worried about knowing right away, set this option to a
27509 higher value.
27510 That will save the server some processing time and may save you some of
27511 the time you spend waiting for new-mail checks to happen if you are
27512 dealing with a slow server or slow network connection.
27514 If you suspect that new-mail checking is causing slow downs for you,
27515 you may want to look into the options
27516 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
27517 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
27518 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
27519 which refine when mail checking is done.
27521 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
27522 there is a minimum time
27523 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
27524 between new-mail checks.
27525 Because of this minimum you may notice that new mail does not
27526 appear promptly when you expect it.
27527 The reason for this is to protect the server from over-zealous opening and
27528 closing of the Mail Drop folder, since that is a costly operation.
27530 <UL>   
27531 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27532 </UL><P>
27533 &lt;End of help on this topic&gt;
27534 </BODY>
27535 </HTML>
27536 ====== h_config_quell_checks_comp =====
27537 <HTML>
27538 <HEAD>
27539 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
27540 </HEAD>
27541 <BODY>
27542 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
27544 This option is closely related to the
27545 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27546 option, the
27547 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27548 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
27550 If this option is set, then the normal new-mail checking that happens
27551 while you are composing will not happen for folders other than your
27552 INBOX (which depends on the setting
27553 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
27555 You might want to set this option if you are experiencing delays while
27556 composing that you think might be related to the speed of the new-mail
27557 checks.
27559 Even with this option turned on, an occasional new-mail check may be done
27560 in order to keep the server from killing the connection to the folder.
27561 For example, IMAP servers may remove a connection to a folder if there
27562 has been no activity on the connection for 30 minutes or more.
27563 Instead of letting that happen, Alpine will check for new mail before the
27564 30 minutes is up even though you have turned on this feature to quell
27565 those checks.
27567 Besides new-mail checks, checkpoint operations on the folders
27568 will also be quelled when you set this option.
27569 The purpose of checkpointing is to write the changes to a folder out to
27570 disk periodically in order to avoid losing those changes when system or
27571 software problems occur.
27572 New-mail checking and checkpointing while you are not composing are not
27573 affected by this option.
27576 &lt;End of help on this topic&gt;
27577 </BODY>
27578 </HTML>
27579 ====== h_config_quell_checks_comp_inbox =====
27580 <HTML>
27581 <HEAD>
27582 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
27583 </HEAD>
27584 <BODY>
27585 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
27587 This option is closely related to the
27588 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27589 option, the
27590 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27591 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
27593 If this option is set, then the normal new-mail checking that happens
27594 while you are composing will not happen for your INBOX.
27595 Checking of other folders is controlled in a similar way with the
27596 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
27598 You might want to set this option if you are experiencing delays while
27599 composing that you think might be related to the speed of the new-mail
27600 checks.
27602 Even with this option turned on, an occasional new-mail check may be done
27603 in order to keep the server from killing the connection to the folder.
27604 For example, IMAP servers may remove a connection to a folder if there
27605 has been no activity on the connection for 30 minutes or more.
27606 Instead of letting that happen, Alpine will check for new mail before the
27607 30 minutes is up even though you have turned on this feature to quell
27608 those checks.
27610 Besides new-mail checks, checkpoint operations on the INBOX
27611 will also be quelled when you set this option.
27612 The purpose of checkpointing is to write the changes to a folder out to
27613 disk periodically in order to avoid losing those changes when system or
27614 software problems occur.
27615 New-mail checking and checkpointing while you are not composing are not
27616 affected by this option.
27618 &lt;End of help on this topic&gt;
27619 </BODY>
27620 </HTML>
27621 ====== h_config_maildropcheck =====
27622 <HTML>
27623 <HEADER>
27624 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
27625 </HEADER>
27626 <BODY>
27627 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
27629 New-mail checking for a
27630 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
27631 mail checking for a regular folder.
27632 One of the differences is that the connection to the Mail Drop is not
27633 kept open and so the cost of checking
27634 (delay for you and additional load for the server) may be significant.
27635 Because of this additional cost we set a minimum time that
27636 must pass between checks.
27637 This minimum only applies to the automatic checking done by Alpine.
27638 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
27639 at the end of a folder index, then the check is done right away.
27641 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
27642 new-mail checks.
27643 You may want to set this minimum high in order to avoid experiencing some
27644 of the delays associated with the checks.
27645 Note that the time between checks is still controlled by the regular
27646 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
27647 When Alpine is about to do an automatic check for new mail (because
27648 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
27649 new-mail check
27650 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
27651 the Mail Drop is checked for new mail as well.
27652 Therefore, it is only useful to set this option to a value that is higher
27653 than the <!--#echo var="VAR_mail-check-interval"-->.
27655 If this option is set to zero, automatic Mail Drop new-mail
27656 checking is disabled.
27657 There is a minimum value, normally 60 seconds.
27658 The default value is normally 60 seconds as well.
27659 This applies to the INBOX and to the currently open folder if that is
27660 different from the INBOX.
27663 <UL>   
27664 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27665 </UL><P>
27666 &lt;End of help on this topic&gt;
27667 </BODY>
27668 </HTML>
27669 ====== h_config_nntprange =====
27670 <HTML>
27671 <HEADER>
27672 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
27673 </HEADER>
27674 <BODY>
27675 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
27677 This option applies only to newsgroups accessed using the NNTP protocol.
27678 It does not, for example,
27679 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
27682 When you open a connection to a News server using the NNTP protocol, you
27683 normally have access to all of the articles in each newsgroup.
27684 If a server keeps a large backlog of messages it may speed performance
27685 some to restrict attention to only the newer messages in a group.
27686 This option allows you to set how many article numbers should be checked
27687 when opening a newsgroup.
27688 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
27689 of messages you ever want to see.
27690 For example, if you only ever wanted to look at the last 500 messages in each
27691 newsgroup you could set this option to 500.
27692 In actuality, it isn't quite that.
27693 Instead, for performance reasons, it specifies the range of article
27694 numbers to be checked, beginning
27695 with the highest numbered article and going backwards from there.
27696 If there are messages that have been canceled or deleted
27697 their article numbers are still counted as part of the range.
27699 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
27700 numbers
27701 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
27703 to be considered when reading a newsgroup.
27704 The number of messages that show up in your index will be less than or equal
27705 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
27708 The purpose of this option is simply to speed up access when reading news.
27709 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
27710 numbers, and can avoid downloading any information about the ignored articles.
27711 There is a cost you pay for this speedup.
27712 That cost is that there is no way for you to see those ignored articles.
27713 The articles that come before the range you specify are invisible to you and
27714 to Alpine, as if they did not exist at all.
27715 There is no way to see those messages using, for example, an unexclude command
27716 or something similar.
27717 The only way to see those articles is to set this option high enough (or
27718 set it to zero) and then to reopen the newsgroup.
27721 If this option is set to 0 (which is also the default),
27722 then the range is unlimited.
27723 This option applies globally to all NNTP servers and to all newsgroups
27724 on those servers.
27725 There is no way to set different values for different newsgroups or servers.
27728 <UL>   
27729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27730 </UL><P>
27731 &lt;End of help on this topic&gt;
27732 </BODY>
27733 </HTML>
27734 ====== h_config_news_active =====
27735 <html>
27736 <header>
27737 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
27738 </header>
27739 <body>
27740 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
27742 This option tells Alpine where to look for the "active file" for newsgroups
27743 when accessing news locally, rather than via NNTP.  The default path is
27744 usually "/usr/lib/news/active".<p>
27745 <UL>   
27746 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27747 </UL><P>
27748 &lt;End of help on this topic&gt;
27749 </body>
27750 </html>
27751 ====== h_config_news_spool =====
27752 <html>
27753 <header>
27754 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
27755 </header>
27756 <body>
27757 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
27759 This option tells Alpine where to look for the "news spool" for newsgroups
27760 when accessing news locally, rather than via NNTP.  The default path is
27761 usually "/var/spool/news".<p>
27762 <UL>   
27763 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27764 </UL><P>
27765 &lt;End of help on this topic&gt;
27766 </body>
27767 </html>
27768 ====== h_config_image_viewer =====
27769 <html>
27770 <header>
27771 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
27772 </header>
27773 <body>
27774 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
27775 <body>
27776 This option specifies the program Alpine should call to view MIME
27777 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
27778 no longer needed, but remains for backward compatibility.  The more
27779 general method for associating external printing and viewing programs with
27780 specific MIME data types is to use the system's (or your personal)
27781 "mailcap" configuration file.<p>
27782 <UL>   
27783 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27784 </UL><P>
27785 &lt;End of help on this topic&gt;
27786 </body>
27787 </html>
27788 ====== h_config_domain_name =====
27789 <HTML>
27790 <HEAD>
27791 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
27792 </HEAD>
27793 <BODY>
27794 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
27796 This option is used only if the 
27797 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
27798 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
27799 strips the hostname from your return (&quot;From&quot;) address and when 
27800 completing unqualified addresses that you enter into the composer.
27802 If you set this, see also the <A HREF="h_config_quell_local_lookup">
27803 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
27806 <!--chtml if pinemode="os_windows"-->
27807 <P>This option is not applicable to PC-Alpine.
27808 <!--chtml else-->
27810 <!--chtml endif-->
27811 <UL>
27812 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27813 </UL>
27815 &lt;End of help on this topic&gt;
27816 </BODY>
27817 </HTML>
27818 ====== h_config_prune_date =====
27819 <HTML>
27820 <HEAD>
27821 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
27822 </HEAD>
27823 <BODY>
27824 <H1>OPTION: Last-Time-Prune Question</H1>
27826 This value records the last time you were asked about deleting old
27827 sent-mail.
27828 It is set automatically by Alpine at the beginning of each month.
27829 In the past, if you wished to suppress the monthly sent-mail
27830 pruning feature, you could set this to a date in the future.
27831 This value is relative to the year 1900, so 
27832 to set this, for example, to October 2005, use 105.10.
27834 You can still do that if you wish, or you can use the
27835 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
27836 a little more convenient to use.
27838 <UL>   
27839 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27840 </UL><P>
27841 &lt;End of help on this topic&gt;
27842 </BODY>
27843 </HTML>
27844 ====== h_config_goto_default =====
27845 <HTML>
27846 <HEAD>
27847 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
27848 </HEAD>
27849 <BODY>
27850 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
27852 This value affects Alpine's behavior when you use the Goto command.
27853 Alpine's usual behavior has two parts.  If your current folder is
27854 &quot;Inbox&quot;, Alpine will offer the last open folder as the
27855 default.  If the current folder is other than &quot;Inbox&quot;,
27856 &quot;Inbox&quot; is offered as the default.
27859 The available options include:
27861 <DL>
27863  <DT>folder-in-first-collection</DT>
27865  <DD> Alpine will offer the most recently visited folder in the default
27866 collection found in the &quot;Collection List&quot; screen as the default.
27867 </DD>
27869  <DT> inbox-or-folder-in-first-collection</DT>
27871  <DD> If the current folder is &quot;Inbox&quot;,
27872 Alpine will offer the most recently visited folder in the
27873 default collection found in the &quot;Collection List&quot; screen.
27874 If the current folder is other than &quot;Inbox&quot;,
27875 &quot;Inbox&quot; is offered as the default.
27876 </DD>
27878  <DT> inbox-or-folder-in-recent-collection</DT>
27880  <DD> This is Alpine's default behavior.
27881 If the current folder is &quot;Inbox&quot;,
27882 Alpine will offer the last open
27883 folder as the default.
27884 If the current folder is other than &quot;Inbox&quot;,
27885 &quot;Inbox&quot; is offered as the default.
27886 </DD>
27888  <DT> first-collection-with-inbox-default</DT>
27890  <DD> Instead of offering the most recently visited folder in the default
27891 collection, the default collection is offered but with &quot;Inbox&quot; as
27892 the default folder.
27893 If you type in a folder name it will be in the default collection.
27894 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
27895 </DD>
27897  <DT> most-recent-folder</DT>
27899  <DD> The last accepted value simply causes the most recently opened
27900 folder to be offered as the default regardless of the currently opened
27901 folder.
27902 </DD>
27903 </DL>
27906 NOTE: The default while a newsgroup is open remains the same; the last
27907 open newsgroup.
27910 <UL>   
27911 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27912 </UL><P>
27913 &lt;End of help on this topic&gt;
27914 </BODY>
27915 </HTML>
27916 ====== h_config_thread_lastreply_char =====
27917 <HTML>
27918 <HEAD>
27919 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
27920 </HEAD>
27921 <BODY>
27922 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
27924 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
27925 INDEX display when using a
27926 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
27927 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
27928 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
27929 The value of this option is a single character.
27930 This character is used instead of the vertical line character when there are
27931 no more replies directly to the parent of the current message.
27932 It can be used to &quot;round-off&quot; the bottom of the vertical line
27933 by setting it to a character such as a backslash (&#92;) or
27934 a backquote (&#96;).
27935 The default value of this option is the backslash character (&#92;).
27936 This option may not be set to the Empty Value.
27937 In that case, the default will be used instead.
27940 <UL>   
27941 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27942 </UL><P>
27943 &lt;End of help on this topic&gt;
27944 </BODY>
27945 </HTML>
27946 ====== h_config_thread_indicator_char =====
27947 <HTML>
27948 <HEAD>
27949 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
27950 </HEAD>
27951 <BODY>
27952 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
27954 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
27955 INDEX display when using a
27956 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
27957 than &quot;none&quot; and sorting by Threads or OrderedSubject.
27958 The value of this option is a single character.
27959 This character is used to indicate that part of a thread (a conversation) is
27960 hidden beneath a message.
27961 The message could be expanded
27962 if desired with the &quot;/&quot; Collapse/Expand command.
27963 By default, the value of this option is the greater than sign (&gt;).
27965 If this option is set to the Empty Value, then the column (and the following
27966 blank column) will be deleted from the display.
27969 This option is closely related to the
27970 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
27971 Another similar option that affects the thread display is the
27972 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
27975 <UL>   
27976 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27977 </UL><P>
27978 &lt;End of help on this topic&gt;
27979 </BODY>
27980 </HTML>
27981 ====== h_config_thread_exp_char =====
27982 <HTML>
27983 <HEAD>
27984 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
27985 </HEAD>
27986 <BODY>
27987 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
27989 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
27990 INDEX display when using a
27991 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
27992 than &quot;none&quot;.
27993 The value of this option is a single character.
27994 This character is used to indicate that part of a thread has been expanded
27995 and could be collapsed if desired with
27996 the &quot;/&quot; Collapse/Expand command.
27997 By default, the value of this option is a dot (.).
27999 If this option is set to the Empty Value, then the column (and the following
28000 blank column) will be deleted from the display.
28003 This option is closely related to the
28004 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
28005 Another similar option that affects the thread display is the
28006 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28009 <UL>   
28010 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28011 </UL><P>
28012 &lt;End of help on this topic&gt;
28013 </BODY>
28014 </HTML>
28015 ====== h_config_thread_index_style =====
28016 <HTML>
28017 <HEAD>
28018 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
28019 </HEAD>
28020 <BODY>
28021 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
28023 When a folder is sorted by Threads or OrderedSubject,
28024 this option will affect the INDEX displays.
28027 The possible values for this option are:
28029 <DL>
28030 <DT>regular-index-with-expanded-threads</DT>
28031 <DD>This is the default display.
28032 If the configuration option
28033 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28034 is set to something other than &quot;none&quot;, then this setting
28035 will cause Alpine to start off with a MESSAGE INDEX with all of
28036 the threads expanded.
28037 That is, each message will have a line in the MESSAGE INDEX display.
28038 The Collapse/Expand command (/) may be used to manually collapse or
28039 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28041 This setting affects the display when the folder is first threaded.
28042 The collapsed state may also be re-initialized by re-sorting the folder manually
28043 using the SortIndex command ($).
28044 After re-sorting the threads will once again all be expanded, even if you
28045 have previously collapsed some of them.
28047 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
28048 the display will be the regular default Alpine MESSAGE INDEX, but sorted
28049 in a different order.
28050 </DD>
28052 <DT>regular-index-with-collapsed-threads</DT>
28053 <DD>If the configuration option
28054 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28055 is set to something other than &quot;none&quot;, then this setting
28056 will cause Alpine to start out with all of the threads collapsed instead of
28057 starting out with all of the threads expanded.
28058 The Collapse/Expand command (/) may be used to manually collapse or
28059 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28061 This setting affects the display when the folder is first threaded.
28062 The collapsed state may also be re-initialized by re-sorting the folder manually
28063 using the SortIndex command ($).
28064 After re-sorting the threads will once again all be collapsed, even if you
28065 have previously expanded some of them.
28066 </DD>
28068 <DT>separate-index-screen-always</DT>
28069 <DD>With this setting and the next, you will see an index of threads
28070 instead of an
28071 index of messages, provided you have sorted by Threads or OrderedSubject.
28073 The THREAD INDEX contains a '*' in the first column if any message in the thread
28074 is marked Important.
28075 If not, it contains a '+' if any message in the thread is to you.
28076 The second column is blank. The third column contains a 'D' if all of the
28077 messages in the thread are deleted.
28078 Otherwise, it contains an 'N' if any of the messages in the thread are New.
28080 When you view a particular thread from the THREAD INDEX you will be
28081 in the MESSAGE INDEX display
28082 but the index will only contain messages from the thread you are viewing.
28083 </DD>
28085 <DT>separate-index-screen-except-for-single-messages</DT>
28086 <DD>This is very similar to the option above.
28087 When you are in the THREAD INDEX, one of the available commands
28088 is &quot;ViewThd&quot;.
28089 With the setting &quot;separate-index-screen-always&quot; (the option above)
28090 when you view a particular thread you will be in the
28091 MESSAGE INDEX display and the index will only contain messages from
28092 the thread you are viewing.
28093 If the thread you are viewing consists of a single message, the MESSAGE INDEX
28094 will be an index with only one message in it.
28095 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
28096 setting instead, then that index that contains a single message
28097 will be skipped and you will go directly from the THREAD INDEX into the
28098 MESSAGE TEXT screen.
28099 </DD>
28101 </DL>
28104 <UL>   
28105 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28106 </UL><P>
28107 &lt;End of help on this topic&gt;
28108 </BODY>
28109 </HTML>
28110 ====== h_config_thread_disp_style =====
28111 <HTML>
28112 <HEAD>
28113 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
28114 </HEAD>
28115 <BODY>
28116 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
28118 When a folder is sorted by Threads or OrderedSubject,
28119 this option will affect the MESSAGE INDEX display.
28120 By default, Alpine will display the MESSAGE INDEX in the
28121 &quot;show-thread-structure&quot; style if a folder is sorted
28122 by Threads or OrderedSubject.
28125 The possible values for this option are:
28127 <DL>
28128 <DT>none</DT>
28129 <DD>Regular index display.
28130 The same index line as would be displayed without threading is used.
28131 The only difference will be in the order of the messages.
28132 </DD>
28134 <DT>show-thread-structure</DT>
28135 <DD>Threaded Subjects will be indented and vertical bars and horizontal
28136 lines will be added to make it easier to see the relationships among
28137 the messages in a thread (a conversation).
28138 </DD>
28140 <DT>mutt-like</DT>
28141 <DD>This is the same as the option above except that the Subject
28142 is suppressed (is blank) if it matches the previous Subject in the thread.
28143 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
28144 Here is an example of what a mutt-like index might look like.
28145 In this example, the first column represents the message number, the
28146 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
28147 is set to &quot;regular-index-with-expanded-threads&quot;, and the
28148 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
28149 is set to a backslash:
28150 <PRE>
28151 &nbsp;&nbsp;&nbsp;1    Some topic
28152 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
28153 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
28154 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
28155 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
28156 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
28157 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
28158 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
28159 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
28160 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
28161 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
28162 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
28163 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
28164 &nbsp;&nbsp;&nbsp;14    Next topic
28165 </PRE>
28166 </DD>
28168 <DT>indent-subject-1</DT>
28169 <DD>Threaded Subjects will be indented one space per level of the conversation.
28170 The bars and lines that show up in the show-thread-structure display will
28171 not be there with this style.
28172 </DD>
28174 <DT>indent-subject-2</DT>
28175 <DD>Same as above but indent two spaces per level instead of one space.
28176 </DD>
28178 <DT>indent-from-1</DT>
28179 <DD>Similar to indent-subject-1, except that instead of indenting the
28180 Subject field one space the From field of a thread will be indented one
28181 space per level of the conversation.
28182 </DD>
28184 <DT>indent-from-2</DT>
28185 <DD>Same as above but indent two spaces per level instead of one space.
28186 </DD>
28188 <DT>show-structure-in-from</DT>
28189 <DD>The structure of the thread is illustrated with indenting, vertical bars,
28190 and horizontal lines just like with the show-thread-structure option, but
28191 the From field is used to show the relationships instead of the Subject field. 
28192 </DD>
28194 </DL>
28197 <UL>   
28198 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28199 </UL><P>
28200 &lt;End of help on this topic&gt;
28201 </BODY>
28202 </HTML>
28203 ====== h_config_pruning_rule =====
28204 <HTML>
28205 <HEAD>
28206 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
28207 </HEAD>
28208 <BODY>
28209 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
28211 By default, Alpine will ask at the beginning of each month whether or not
28212 you want to rename your sent-mail folder to a name like sent-mail-month-year.
28213 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
28214 change the format of the folder to sent-mail-yyyy-mm.)
28215 It will also ask whether you would like to delete old sent-mail folders.
28216 If you have defined
28217 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
28219 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
28220 Alpine will also ask about pruning those folders.
28223 With this option you may provide an automatic answer to these questions.
28224 The default value is to ask you what you'd like to do.
28227 The six possible values for this option are:
28229 <DL>
28230 <DT>ask about rename, ask about deleting</DT>
28231 <DD>This is the default.
28232 Alpine will ask whether you want to rename the folders and whether you
28233 want to delete each of the old folders.
28234 </DD>
28236 <DT>ask about rename, don't delete</DT>
28237 <DD>Alpine will ask whether you want to rename the folders, but won't
28238 ask about or delete old folders.
28239 </DD>
28241 <DT>always rename, ask about deleting</DT>
28242 <DD>This means you want to always answer yes and have Alpine automatically
28243 rename the folder if possible.
28244 You will also be asked about deleting old folders.
28245 </DD>
28247 <DT>always rename, don't delete</DT>
28248 <DD>This means you want to always answer yes and have Alpine automatically
28249 rename the folder if possible.
28250 There will be no deleting of old folders.
28251 </DD>
28253 <DT>don't rename, ask about deleting</DT>
28254 <DD>This means you want to always answer no.
28255 Alpine will not rename the folder.
28256 You will be asked about deleting old folders.
28257 </DD>
28259 <DT>don't rename, don't delete</DT>
28260 <DD>This means you want to always answer no.
28261 Alpine will not rename the folder.
28262 There will be no deleting of old folders, either.
28263 </DD>
28264 </DL>
28267 <UL>   
28268 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28269 </UL><P>
28270 &lt;End of help on this topic&gt;
28271 </BODY>
28272 </HTML>
28273 ====== h_config_reopen_rule =====
28274 <HTML>
28275 <HEAD>
28276 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
28277 </HEAD>
28278 <BODY>
28279 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
28281 Alpine normally checks for new mail in the currently open folder
28282 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
28285 There are some situations where automatic new-mail checking does not work.
28286 For example, if a mail folder is opened using the POP protocol or a newsgroup
28287 is being read using the NNTP protocol, then new-mail checking is disabled.
28290 It may be possible to check for new mail in these cases by reopening the
28291 folder.
28292 Alpine does not do this for you automatically, but you may do the commands
28293 manually to cause this to happen.
28294 You reopen by going back to the folder list screen from the message
28295 index screen with the &quot;&lt;&quot; command,
28296 and then going back into the message index screen with
28297 the &quot;&gt;&quot; command.
28298 (Actually, any method you would normally use to open a folder will work the
28299 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
28300 For example, the GoTo Folder command will work, or you may use L to go to the
28301 Folder List screen and Carriage Return to reopen the folder.)
28304 There are some cases where Alpine knows that reopening the folder should
28305 be useful as a way to discover new mail.
28306 At the time of this writing, connections made using the POP protocol,
28307 news reading using the NNTP protocol, local news reading, and local
28308 ReadOnly folders that are in the traditional UNIX or the MMDF format all
28309 fall into this category.
28310 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
28311 has no way of knowing, so it might also just be an exercise in futility.
28312 All remote, ReadOnly folders other than those listed just above fall into this
28313 category.
28314 The setting of this option together with the type of folder
28315 controls how Alpine will react to the apparent attempt to reopen a folder.
28318 If you don't reopen, then you will just be back in
28319 the message index with no change.
28320 You left the index and came back, but the folder remained &quot;open&quot;
28321 the whole time.
28322 However, if you do reopen the folder, the folder is closed and then reopened.
28323 In this case, the current state of the open folder is lost.
28324 The New status, Important and Answered flags,
28325 selected state, Zoom state, collapsed or expanded state of threads,
28326 current message number,
28327 and any other temporary state is all lost when the reopen happens.
28328 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
28331 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
28332 several places.
28333 That really implies the case where Alpine knows it is a good way to discover
28334 new mail, which is more than just POP and NNTP, but POP and NNTP are
28335 the cases of most interest.
28336 This option probably has more possible values than it deserves. They are:
28338 <DL>
28339 <DT>Always reopen</DT>
28340 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
28341 whenever you type a command that implies a reopen, regardless of the
28342 access method.
28343 In other words, it is assumed you would always answer Yes if asked
28344 about reopening.
28345 </DD>
28347 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
28348 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28349 will ask you whether to reopen other remote folders,
28350 with a default answer of Yes.
28351 </DD>
28353 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
28354 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28355 will ask you whether to reopen other remote folders,
28356 with a default answer of No.
28357 </DD>
28359 <DT>Yes for POP/NNTP, No for other remote</DT>
28360 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
28361 will assume a No answer for all other remote folders.
28362 </DD>
28364 <DT>Always ask [Yes]</DT>
28365 <DD>Alpine will not differentiate based on access method.
28366 It will always ask for all remote folders, with a default answer of Yes.
28367 </DD>
28369 <DT>Always ask [No]</DT>
28370 <DD>Alpine will not differentiate based on access method.
28371 It will always ask for all remote folders, with a default answer of No.
28372 </DD>
28374 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
28375 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
28376 of Yes.
28377 It will never attempt to reopen other remote folders.
28378 </DD>
28380 <DT>Ask about POP/NNTP [No], No for other remote</DT>
28381 <DD>This is the default.
28382 Alpine will ask if the access method is POP or NNTP, with a default answer
28383 of No.
28384 It will never attempt to reopen other remote folders.
28385 </DD>
28387 <DT>Never reopen</DT>
28388 <DD>Alpine will never attempt to reopen already open folders.
28389 </DD>
28390 </DL>
28393 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
28394 any of the other situations where it is likely that reopening is a good way
28395 to discover new mail.
28398 There is an alternative that may be of useful in some situations.
28399 Instead of manually checking for new mail you can set up a
28400 <A HREF="h_maildrop">Mail Drop</A>
28401 and automatically check for new mail.
28404 <UL>   
28405 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28406 </UL><P>
28407 &lt;End of help on this topic&gt;
28408 </BODY>
28409 </HTML>
28410 ====== h_config_inc_startup =====
28411 <HTML>
28412 <HEAD>
28413 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
28414 </HEAD>
28415 <BODY>
28416 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
28418 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
28419 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
28420 It determines which message will be the <EM>current message</EM> when
28421 the folder is first opened.
28422 The default value is &quot;first-unseen&quot;.
28425 The seven possible values for this option are:
28427 <DL>
28428 <DT>first-unseen</DT>
28429 <DD>The current message is set to the first
28430 unseen message that has not been marked deleted, or the last message if
28431 all of the messages have been seen previously.
28432 Messages which have not been seen or which have been seen but re-marked
28433 as New are considered unseen messages.
28434 See the note at the bottom of this help about newsgroups.
28435 </DD>
28437 <DT>first-recent</DT>
28438 <DD>Similar to the default, but rather than starting on the first
28439 unseen message Alpine starts on the first <EM>recent</EM> message.
28440 A message is recent if it arrived since the last time the folder was
28441 open.  This value causes the current message to be set to the first
28442 recent message if there is one, otherwise to the last
28443 message in the folder.
28444 </DD>
28446 <DT>first-important</DT>
28447 <DD>This will result in the current message being set to the first
28448 message marked Important (but not Deleted).
28449 If no messages are marked Important, then it will be the last message.
28450 Messages are marked Important by <EM>you</EM>, not by the sender, using
28452 <A HREF="h_common_flag">Flag command</A>.
28453 Or they may be marked Important by an Alpine
28454 <A HREF="h_mainhelp_filtering">Filter</A>
28455 that you have set up.
28456 </DD>
28458 <DT>first-important-or-unseen</DT>
28459 <DD>This selects the first of the first unseen and the first important
28460 messages.
28461 </DD>
28463 <DT>first-important-or-recent</DT>
28464 <DD>This selects the first of the first recent and the first important
28465 messages.
28466 </DD>
28468 <DT>first</DT>
28469 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
28470 If all messages are deleted you start on the last message.
28471 </DD>
28473 <DT>last</DT>
28474 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
28475 If all messages are deleted you start on the last message.
28476 </DD>
28477 </DL>
28480 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
28481 &quot;first-recent&quot; are the same and are affected by whether or not the
28482 feature 
28483 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
28484 is turned on. 
28485 Also, there is no permanent storage in news for an Important flag.
28486 This means that no messages will be marked Important when a newsgroup is
28487 first opened.
28490 <UL>   
28491 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28492 </UL><P>
28493 &lt;End of help on this topic&gt;
28494 </BODY>
28495 </HTML>
28496 ====== h_config_browser =====
28497 <HTML>
28498 <HEAD>
28499 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
28500 </HEAD>
28501 <BODY>
28502 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
28503 <!--chtml if pinemode="os_windows"-->
28504 PC-Alpine users do not need to enter anything here, unless:<UL>
28505 <LI> they want to override, for use with Alpine, the application defined
28506 in the Windows operating system for handling URLs; or
28507 <LI> they are (planning on) using the same configuration file with 
28508 Unix Alpine.
28509 </UL>
28511 Note that if using a viewer that has a space in its path, you should
28512 use the DOS name for that directory or file. Example:
28513 <PRE>
28514 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
28515 </PRE>
28516 <HR><P>
28517 <!--chtml endif-->
28518 This option affects Alpine's handling of URLs that are found in 
28519 messages you read.  Normally, only URLs Alpine can handle directly
28520 are automatically offered for selection in the &quot;Message
28521 Text&quot; screen.  When one or more applications
28522 capable of deciphering URLs on their command line are added here, Alpine
28523 will choose the first available to display URLs it cannot handle directly.
28524 A viewer's availability is based on its being specified with a <B>full
28525 directory path</B> and the evaluation of any optionally supplied
28526 parameters described below.
28529 Additionally, to support various connection methods and applications, each
28530 entry in this list can optionally begin with one or more of
28531 the following special tokens.  The allowed tokens include:
28534 <DL>
28535 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
28536 <DD>
28537 The <VAR>test-string</VAR> is a shell command that Alpine will run to
28538 evaluate a viewer's availability.  The command specified by the test
28539 string is run and if its resulting exit status is non-zero, Alpine will
28540 not consider the associated viewer for use.
28541 </DD>
28543 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
28544 <DD>
28545 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
28546 URL schemes that are to be used with the associated viewer.  This is
28547 the way to configure Alpine to recognize URLs other than the built-in set.
28549 It can also be used to override Alpine's built-in handlers.
28550 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
28551 and Alpine would use (provided it passed all other criteria) the associated
28552 viewer when it encountered a URL of the form &quot;news:comp.mail.pine&quot;.
28554 </DD>
28555 </DL>
28558 By default, Alpine will simply append a space character followed by the
28559 selected URL prior to launching the command in your specified SHELL.  You can
28560 optionally specify where in the command the selected URL should appear
28561 by using the &quot;_URL_&quot; token.  All occurrences found in the command
28562 will be replaced with the selected URL before the command is handed
28563 to the shell.  If such replacement occurs, the default appending of the
28564 selected URL does not take place.
28567 NOTE: If the viewer you specify has any command-line arguments,
28568 including the &quot;_URL_&quot; token, you will need to add a
28569 double-quote character before the command path and after the last
28570 argument (see the &quot;lynx&quot; example below).
28573 So, here are some example entries:
28574 <PRE>
28575 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
28576               &quot;/usr/local/bin/lynx _URL_&quot;
28577               C:&#92;BIN&#92;NETSCAPE.BAT
28578 </PRE>
28580 This example shows that for the first viewer in the list to be used
28581 the environment variable &quot;DISPLAY&quot; must be defined.  If it
28582 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
28583 If neither condition is met,
28584 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
28585 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
28586 If the path to &quot;lynx&quot; is invalid,
28587 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
28588 Note that the last
28589 entry is a DOS/Windows path.  This is one way to support Alpine running
28590 on more than one architecture with the same configuration file.<P>
28592 <!--chtml if pinemode="os_windows"-->
28593 <!--chtml else-->
28594 Note that depending on the type of browser used and the method of 
28595 its invocation (such as whether it will open in a separate window) from
28596 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
28597 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
28598 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
28599 In other words, launching the browser from Alpine may make Alpine 
28600 &quot;disappear&quot; (although it is still &quot;running&quot;)
28601 until you close the browser again.<P>  
28602 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28603 environment: for advanced users and  systems administrators</A>
28604 </UL>
28605 <!--chtml endif-->
28606 <P>If you are unsure what browsers are available on your system or how to 
28607 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
28608 local computing support staff.
28609 <P><UL>
28610 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28611 </UL>
28613 &lt;End of help on this topic&gt;
28614 </BODY>
28615 </HTML>
28616 ====== h_config_history =====
28617 <HTML>
28618 <HEAD>
28619 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
28620 </HEAD>
28621 <BODY>
28622 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
28624 This option allows you to input a list of directories that Alpine will offer 
28625 for you to use when you are saving or exporting attachments. This is useful
28626 when navigating to specific directories becomes too tedious, or when you 
28627 need to do this on a daily basis, and want Alpine to remember this on a 
28628 permanent basis.
28630 The list of directories saved here can be accessed using the ^Y and ^V commands
28631 in the save prompt for attachments, or the export command.
28633 <P><UL>
28634 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28635 </UL>
28637 &lt;End of help on this topic&gt;
28638 </BODY>
28639 </HTML>
28640 ====== h_config_browser_xterm =====
28641 <HTML>
28642 <HEAD>
28643 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
28644 </HEAD>
28645 <BODY>
28646 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28647 environment: for advanced users and  systems administrators</H1>
28648 If you are using Alpine with an X-terminal (emulator) and want to define an 
28649 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
28650 you may want to do so in a manner that causes any <B>already</B> 
28651 invoked viewer application to be used for viewing URLs you select from Alpine 
28652 messages, and a <B>new</B> URL-viewer process to be 
28653 started <B>only</B> if the same application has <B>not already</B> 
28654 been launched -- for one reason, to avoid file-locking contentions among 
28655 multiple invocations of the same URL-viewer application.  
28656 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
28657 option does not do this.)  A method of doing that would be:<OL>
28658 <LI> use 
28659 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
28660 check (using commands appropriate for your Unix shell
28661 in place of <VAR>test-string</VAR>) for the presence of a 
28662 lockfile created by the URL-viewer application -- which implies that the 
28663 application is already running, though this is not foolproof. 
28664 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
28665 application with its appropriate command line option(s) to 
28666 show the URL selected from the Alpine message in an already open window of 
28667 that application, or perhaps in a new window of that application.  
28669 <LI> In the 
28670 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
28671 application without those command line options, but this time using the 
28672 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
28673 is defined.
28674 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
28675 windows environment (for instance, using VT-100 terminal emulation), you 
28676 may wish to specify a non-X windows URL-viewer application such as Lynx
28677 as the last entry.
28678 </OL><BR>
28679 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
28680 the command shell, the URL-viewer application(s), and possibly the specific 
28681 version of the latter, you are using.  
28683 Relevant command 
28684 line options for the Netscape browser for showing URLs (selected from Alpine) 
28685 when Netscape is already running are discussed in the document
28686 &quot;Remote Control of UNIX Netscape&quot; 
28687 found at the URL (as of 12 Aug. 1998):
28690 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
28692 <P>(If the URL-viewer application is 
28693 <B>not</B> running on the same host as Alpine, but being launched from an 
28694 applications server, you may not be able to use the command line options for 
28695 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
28697 <!--chtml if this-method="shown-to-work"-->
28698 An example using the Korn shell and the Netscape browser (first entry wrapped 
28699 because of its length, but should all appear on one line):
28701 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
28703 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
28704               &quot;/usr/local/bin/lynx '_URL_'&quot;
28706 <!--chtml endif-->
28708 <UL>   
28709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28710 </UL><P>
28711 &lt;End of help on this topic&gt;
28712 </BODY>
28713 </HTML>
28714 ====== h_config_enable_full_hdr =====
28715 <HTML>
28716 <HEAD>
28717 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
28718 </HEAD>
28719 <BODY>
28720 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
28722 This feature enables the &quot;H Full Headers&quot; command which toggles between
28723 the display of all headers in the message and the normal edited view of
28724 headers.  The Full Header command also controls which headers are included
28725 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
28726 Full Header mode will respect the
28727 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
28728 feature setting.)
28730 If Full Header mode is turned on and you Forward a message, you will
28731 be asked if you'd like to forward the message as an attachment, as opposed
28732 to including the text of the message in the body of your new message.
28734 If you have also turned on the
28735 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
28736 option then the Full Headers command actually rotates through three states
28737 instead of just two.
28738 The first is the normal view with long quotes suppressed.
28739 The second is the normal view but with the long quotes included.
28740 The last enables the display of all headers in the message.
28741 When using Export, Pipe, Print, Forward, or Reply the quotes are
28742 never suppressed, so the first two states are identical.
28744 Normally, the Header Mode will reset
28745 to the default behavior when moving to a new message.
28746 The mode can be made to persist from message to message by setting the feature
28747 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
28749 <UL>   
28750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28751 </UL><P>
28752 &lt;End of help on this topic&gt;
28753 </BODY>
28754 </HTML>
28755 ====== h_config_enable_full_hdr_and_text =====
28756 <HTML>
28757 <HEAD>
28758 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
28759 </HEAD>
28760 <BODY>
28761 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
28763 This feature affects how the &quot;H Full Headers&quot; command displays
28764 message text.  If set, the raw message text will be displayed.  This
28765 especially affects MIME formatted email, where the entire MIME format
28766 will be displayed.  This feature similarly affects how messages are
28767 included for the Export, Pipe, Print, Forward, and Reply functions.
28769 When viewing a raw message that has attachments with this feature set,
28770 you will not be able to view attachments without first leaving full 
28771 headers mode.  This is because MIME parsing is not done on the raw message.
28773 <UL>   
28774 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28775 </UL><P>
28776 &lt;End of help on this topic&gt;
28777 </BODY>
28778 </HTML>
28779 ====== h_config_enable_pipe =====
28780 <HTML>
28781 <HEAD>
28782 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
28783 </HEAD>
28784 <BODY>
28785 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
28787 This feature enables the "| Pipe" command that sends the current message
28788 to the specified command for external processing.
28791 A short description of how the pipe command works is given
28792 <A HREF="h_pipe_command">here</A>.
28795 <UL>   
28796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28797 </UL><P>
28798 &lt;End of help on this topic&gt;
28799 </BODY>
28800 </HTML>
28801 ====== h_config_quell_full_hdr_reset =====
28802 <HTML>
28803 <HEAD>
28804 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
28805 </HEAD>
28806 <BODY>
28807 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
28809 The <A HREF="h_common_hdrmode">HdrMode Command</A>
28810 normally resets to the default state when switching to a new message.
28811 For example, if you've used the &quot;H&quot; command to turn on Full
28812 Headers for a message you are viewing, and then you type the Next command
28813 to look at the next message, the full headers will no longer be shown.
28814 Setting this feature disables that reset.
28815 Instead, the Header Mode remains the same from message to message.
28818 The presence or absence of the HdrMode command is determined by the
28819 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
28820 Feature-List option.
28822 <UL>   
28823 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28824 </UL><P>
28825 &lt;End of help on this topic&gt;
28826 </BODY>
28827 </HTML>
28828 ====== h_config_enable_tab_complete =====
28829 <HTML>
28830 <HEAD>
28831 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
28832 </HEAD>
28833 <BODY>
28834 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
28836 This feature enables the TAB key when at a prompt for a filename. In this
28837 case, TAB will cause the partial name already entered to be automatically
28838 completed, provided the partial name is unambiguous.
28839 This feature is on by default.
28841 Similarly, this feature also enables TAB completion of address book
28842 nicknames when at a prompt for a nickname,
28843 or when typing in an address field in the composer.
28845 &lt;End of help on this topic&gt;
28846 </BODY>
28847 </HTML>
28848 ====== h_config_quit_wo_confirm =====
28849 <HTML>
28850 <HEAD>
28851 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
28852 </HEAD>
28853 <BODY>
28854 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
28856 This feature controls whether or not Alpine will ask for confirmation when a
28857 Quit command is received.
28859 &lt;End of help on this topic&gt;
28860 </BODY>
28861 </HTML>
28862 ====== h_config_quote_replace_noflow =====
28863 <HTML>
28864 <HEAD>
28865 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
28866 </HEAD>
28867 <BODY>
28868 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
28870 This feature, which is only active when
28871 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
28872 also set,
28873 enables quote-replacement on non-flowed messages.  It is off
28874 by default because a non-flowed message is more dependent on its format,
28875 and thus quote-replacement may cause less-than-pleasing results.
28876 Setting this feature will cause quote-replacement similar to that of flowed
28877 messages, but with the added possibility of long lines being wrapped
28878 into new lines if the Quote-Replacement-String is longer than the string
28879 it is replacing, which is &quot;&gt;&nbsp;&quot;.
28881 &lt;End of help on this topic&gt;
28882 </BODY>
28883 </HTML>
28884 ====== h_config_enable_jump =====
28885 <HTML>
28886 <HEAD>
28887 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
28888 </HEAD>
28889 <BODY>
28890 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
28892 When this feature is set you may enter a number (followed by RETURN)
28893 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
28894 screens.  In other words, it obviates the need for typing the "J" for the
28895 Jump command.
28897 &lt;End of help on this topic&gt;
28898 </BODY>
28899 </HTML>
28900 ====== h_config_enable_alt_ed =====
28901 <HTML>
28902 <HEAD>
28903 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
28904 </HEAD>
28905 <BODY>
28906 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
28908 If this feature is set (the default), and the 
28909 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
28910 <B>is not</B> set, entering
28911 the ^_ (Ctrl-underscore) key while composing a message will prompt you
28912 for the name of the editor you would like to use.
28914 If the environment variable $EDITOR is set, its value will be offered as
28915 a default.
28917 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
28918 <B>is</B> set, the ^_ key will activate the specified
28919 editor without prompting, in which case it is not necessary to
28920 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
28922 <UL>   
28923 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28924 </UL><P>
28925 &lt;End of help on this topic&gt;
28926 </BODY>
28927 </HTML>
28928 ====== h_config_alt_ed_now =====
28929 <HTML>
28930 <HEAD>
28931 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
28932 </HEAD>
28933 <BODY>
28934 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
28936 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
28937 variable are both set, Alpine will
28938 automatically activate the specified editor when the cursor is moved from
28939 the header of the message being composed into the message text.  For
28940 replies, the alternate editor will be activated immediately.  If this
28941 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
28942 automatically ask for the name of an alternate editor when the cursor
28943 is moved out of the header being composed, or if a reply is being done.
28945 <P><UL>
28946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28947 </UL>
28949 &lt;End of help on this topic&gt;
28950 </BODY>
28951 </HTML>
28952 ====== h_config_enable_bounce =====
28953 <HTML>
28954 <HEAD>
28955 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
28956 </HEAD>
28957 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
28958 <BODY>
28960 Setting this feature enables the "B Bounce" command, which will prompt
28961 for an address and *remail* the message to the new recipient.  This command
28962 is used to re-direct messages that you have received in error, or need to
28963 be redirected for some other reason (e.g. list moderation).  The final
28964 recipient will see a header indicating that you have Resent the msg, but
28965 the message's From: header will show the original author of the message,
28966 and replies to it will go back to that author, and not to you.
28968 &lt;End of help on this topic&gt;
28969 </BODY>
28970 </HTML>
28971 ====== h_config_enable_agg_ops =====
28972 <HTML>
28973 <HEAD>
28974 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
28975 </HEAD>
28976 <BODY>
28977 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
28979 When this feature is set you may use the commands and subcommands that relate to
28980 performing operations on more than one message at a time.  We call these
28981 &quot;aggregate operations&quot;.  In particular, the 
28982 <!--chtml if pinemode="function_key"-->&quot;F5
28983 <!--chtml else-->&quot;;
28984 <!--chtml endif--> Select&quot;, 
28986 <!--chtml if pinemode="function_key"-->
28987 &quot;F6
28988 <!--chtml else-->
28989 &quot;A 
28990 <!--chtml endif-->
28991 Apply&quot;, and 
28992 <!--chtml if pinemode="function_key"-->
28993 &quot;F4
28994 <!--chtml else-->
28995 &quot;Z 
28996 <!--chtml endif-->
28997 Zoom&quot; commands are enabled by this feature.  Select is used to
28998 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
28999 then be used to apply any message command to all of the selected/tagged
29000 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
29001 view between just those Selected and all messages in the folder.
29003 This feature also enables the 
29004 <!--chtml if pinemode="function_key"-->
29005 &quot;F7&quot; 
29006 <!--chtml else-->
29007 &quot;^X&quot; 
29008 <!--chtml endif-->
29010 subcommand in the MESSAGE INDEX 
29011 WhereIs command that causes all messages matching the WhereIs argument to 
29012 become selected; and the Select, Select Current, and ZoomMode commands in the
29013 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
29015 Some related help topics are
29016 <UL>
29017 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29018 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29019 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
29020 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29021 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29022 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29023 </UL>
29025 <UL>   
29026 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29027 </UL><P>
29028 &lt;End of help on this topic&gt;
29029 </BODY>
29030 </HTML>
29032 ====== h_config_enable_flag =====
29033 <HTML>
29034 <HEAD>
29035 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
29036 </HEAD>
29037 <BODY>
29038 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
29040 Setting this feature enables the
29041 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
29042 command that allows you to
29043 manipulate the status flags associated with a message.  By default, Flag
29044 will set the "Important" flag, which results in an asterisk being
29045 displayed in column one of the MESSAGE INDEX for such messages.
29047 &lt;End of help on this topic&gt;
29048 </BODY>
29049 </HTML>
29050 ====== h_config_flag_screen_default =====
29051 <HTML>
29052 <HEAD>
29053 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
29054 </HEAD>
29055 <BODY>
29056 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
29058 The feature modifies the behavior of the
29059 <a href="h_common_flag">Flag</a>
29060 command (provided it too is
29061 <A HREF="h_config_enable_flag">enabled</A>).
29062 By default, when the "* Flag" command is selected,
29063 Alpine offers a prompt to set one of several flags and also offers the
29064 option of entering the detailed flag manipulation screen via the "^T"
29065 key. Enabling this feature causes Alpine to immediately enter the detailed
29066 flag screen rather than first offer the simple prompt.
29068 <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.
29070 &lt;End of help on this topic&gt;
29071 </BODY>
29072 </HTML>
29073 ====== h_config_flag_screen_kw_shortcut =====
29074 <HTML>
29075 <HEAD>
29076 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
29077 </HEAD>
29078 <BODY>
29079 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
29081 This feature modifies the behavior of the
29082 <a href="h_common_flag">Flag</a> command
29083 and the <A HREF="h_index_cmd_select">Select</A> command.
29084 This feature is set by default.
29085 When this feature is not set, when the "* Flag" command is selected,
29086 Alpine offers a prompt to set one of several flags and also offers the
29087 option of entering the detailed flag manipulation screen via the "^T"
29088 key.
29089 If you have
29090 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
29091 defined, then enabling this feature adds a shortcut way to set or unset
29092 keywords.
29093 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
29094 a keyword if you've given it a nickname) and that will set the keyword.
29096 An example is easier to understand than the explanation.
29097 The flag command can always be used to set the system flags.
29098 For example, to set the Answered flag you would type
29100 <CENTER><SAMP>* A</SAMP></CENTER>
29102 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
29103 option in the Config screen.
29104 By default, to set a keyword like &quot;Work&quot; you would usually
29105 have to go to the Flag Details screen using
29106 the &quot;^T To Flag Details&quot; command.
29107 Instead, if you have enabled this feature, you may type
29109 <CENTER><SAMP>* W</SAMP></CENTER>
29111 to set the Work flag, or
29113 <CENTER><SAMP>* ! W</SAMP></CENTER>
29115 to unset it.
29116 Just like for the other flag setting commands, the case of the letter does
29117 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
29118 keyword.
29120 Notice that you can only use this trick for one keyword that begins
29121 with &quot;W&quot;.
29122 If you happen to have a &quot;Work&quot; keyword and another keyword that is
29123 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
29124 your list of keywords.
29125 Also, there are five letters that are reserved for system
29126 flags and the NOT command.
29127 If you type &quot;* A&quot; it will always set the Answered flag, not
29128 your &quot;Aardvark&quot; keyword.
29129 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
29130 the Flag Details screen.
29132 Because enabling the
29133 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
29134 option causes Alpine to skip directly to the Flag Details screen when the
29135 Flag command is used, 
29136 setting it will cause this feature to have no effect at all.
29138 Similarly, when Selecting by Keyword, setting this option will allow you
29139 to use Keyword initials instead of full keywords.
29141 &lt;End of help on this topic&gt;
29142 </BODY>
29143 </HTML>
29144 ====== h_config_can_suspend =====
29145 <HTML>
29146 <HEAD>
29147 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
29148 </HEAD>
29149 <BODY>
29150 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
29152 Setting this feature will allow you to type ^Z (Control Z) to 
29153 <!--chtml if pinemode="os_windows"-->
29154 minimize Alpine into its icon, bringing into focus whatever
29155 application is running behind the PC-Alpine window.
29156 <!--chtml else-->
29157 temporarily suspend Alpine.
29160 This does not exit Alpine, but puts it in the background to watch
29161 for new mail and such.  Normally, you type a command, such
29162 as &quot;fg&quot; at your system prompt to return to your Alpine session.
29165 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
29166 adjusts whether Alpine is placed into the background of the shell its 
29167 running in or starts a news shell.
29168 <!--chtml endif-->
29171 <UL>   
29172 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29173 </UL><P>
29174 &lt;End of help on this topic&gt;
29175 </BODY>
29176 </HTML>
29177 ====== h_config_take_lastfirst ======
29178 <HTML>
29179 <HEAD>
29180 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
29181 </HEAD>
29182 <BODY>
29183 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
29185 Normally, when TakeAddr is used to copy an address from a message into
29186 an address book entry, Alpine will attempt to rewrite the full name of the
29187 address in the form
29190 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
29192 instead of<P>
29194 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
29197 It does this because many people find it useful to sort by Last name
29198 instead of First name.  If this feature is set, then the TakeAddr command
29199 will not attempt to reverse the name in this manner.
29201 &lt;End of help on this topic&gt;
29202 </BODY></HTML>
29203 ====== h_config_disable_regex ======
29204 <HTML>
29205 <HEAD>
29206 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
29207 </HEAD>
29208 <BODY>
29209 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
29211 Normally, the
29212 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29213 option is interpreted as a regular expression.
29214 One type of address that might cause trouble is an address that
29215 contains a plus sign.
29216 If you want to have an address with a plus as one of your
29217 <!--#echo var="VAR_alt-addresses"-->
29218 and you don't want to use regular expressions, then setting this
29219 feature will cause Alpine to treat the addresses you list literally instead.
29221 &lt;End of help on this topic&gt;
29222 </BODY></HTML>
29223 ====== h_config_take_fullname ======
29224 <HTML>
29225 <HEAD>
29226 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
29227 </HEAD>
29228 <BODY>
29229 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
29231 Normally, when TakeAddr is used to copy an address or addresses
29232 from a message into an address book entry, Alpine will try to preserve
29233 the full name associated with each address in the list of addresses.
29234 The reason for this is so that if the entry is a list or later becomes a
29235 list, then information about the individual addresses in the list
29236 is preserved.
29237 If you would rather just have the simple addresses in the list of addresses,
29238 set this feature. For example, with the default setting you might
29239 see something like this in the ADDRESS BOOK editor after you type TakeAddr
29241 <PRE>
29242  Nickname  : nick
29243  Fullname  : Bedrock Elders
29244  Fcc       :
29245  Comment   :
29246  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
29247              Barney Rubble &lt;rubble@bedrock.org&gt;
29248 </PRE>
29250 but with this feature set it would look like
29252 <PRE>
29253  Nickname  : nick
29254  Fullname  : Bedrock Elders
29255  Fcc       :
29256  Comment   :
29257  Addresses : flint@bedrock.org,
29258              rubble@bedrock.org
29259 </PRE>
29261 instead. Note the difference in the Addresses field.
29263 &lt;End of help on this topic&gt;
29264 </BODY></HTML>
29265 ====== h_config_print_from ======
29266 <HTML>
29267 <HEAD>
29268 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
29269 </HEAD>
29270 <BODY>
29271 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
29273 If this feature is set, then the Berkeley-mail style From line is included
29274 at the start of each message that is printed.  This line looks something
29275 like the following, with the address replaced by the address from the
29276 From line of the message being printed:
29278 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
29279 14:11:06 1998
29281 &lt;End of help on this topic&gt;
29282 </BODY>
29283 </HTML>
29284 ====== h_config_expanded_distlists ======
29285 <HTML>
29286 <HEAD>
29287 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
29288 </HEAD>
29289 <BODY>
29290 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
29291 If this feature is set, then distribution lists in the address book
29292 screen will always be expanded automatically.
29294 &lt;End of help on this topic&gt;
29295 </BODY>
29296 </HTML>
29297 ====== h_config_compose_news_wo_conf ======
29298 <HTML>
29299 <HEAD>
29300 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
29301 </HEAD>
29302 <BODY>
29303 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
29304 This feature controls one aspect of Alpine's Composer.  If you enter the
29305 composer while reading a newsgroup, you will normally be prompted to
29306 determine whether you intend the new message to be posted to the current
29307 newsgroup or not.  If this feature is set, Alpine will not prompt you
29308 in this situation, and will assume that you do indeed wish to post
29309 to the newsgroup you are reading.
29311 &lt;End of help on this topic&gt;
29312 </BODY>
29313 </HTML>
29314 ====== h_config_compose_rejects_unqual ======
29315 <HTML>
29316 <HEAD>
29317 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
29318 </HEAD>
29319 <BODY>
29320 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
29322 This feature controls one aspect of the message composer; in particular,
29323 what happens when an unqualified name is entered into an address header.
29324 If set, unqualified names entered as addresses will be treated as errors
29325 unless they match an addressbook nickname.  Alpine will not attempt to turn
29326 them into complete addresses by adding your local domain.<P>
29328 A complete (fully qualified) address is one containing a username followed
29329 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
29330 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
29331 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
29333 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
29337 When you enter a fully qualified address, Alpine does not interpret or
29338 modify it, but simply passes it on to the mail-transport-agent (MTA) for
29339 your system.  Alpine conforms to the Internet standards governing message
29340 headers and will not send an unqualifed name to the MTA.  Therefore, when
29341 you enter an unqualified name, Alpine will normally attempt to turn it into
29342 a fully qualified address, first by checking to see if you have entered a
29343 matching nickname in your addressbook, or failing that, by simply adding
29344 your own domain to the name entered.  So if your address is
29345 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
29346 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
29347 that into &quot;fred@example.com&quot;.<P>
29349 There are situations where it is not desirable for Alpine to interpret such
29350 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
29351 turned out to be a typo (intended to be an addressbook nickname), but
29352 there actually was a &quot;fred&quot; in your local domain, the message might 
29353 be mis-delivered without your realizing it.  In order to reduce the likelihood
29354 of such accidents, setting this feature will cause Alpine to treat such
29355 addresses as errors, and require that you explicitly enter the full local
29356 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
29357 matches an address book nickname.<P>
29359 Consider this a safety feature against mis-directed mail.
29361 <UL>   
29362 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29363 </UL><P>
29364 &lt;End of help on this topic&gt;
29365 </BODY>
29366 </HTML>
29367 ====== h_config_quell_local_lookup ======
29368 <HTML>
29369 <HEAD>
29370 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
29371 </HEAD>
29372 <BODY>
29373 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
29375 This feature controls an aspect of Alpine's Composer, and if needed, will
29376 usually be set by your system manager in Alpine's system-wide configuration
29377 file. Specifically, if this feature is set, Alpine will not attempt to look
29378 in the system password file to find a Full Name for the entered address.
29380 Normally, names you enter into address fields (e.g. To: or Cc:) are
29381 checked against your address book(s) to see if they match an address book
29382 nickname.  Failing that, (in Unix Alpine) the name is then checked against
29383 the Unix password file.  If the entered name matches a username in the
29384 system password file, Alpine extracts the corresponding Full Name information
29385 for that individual, and adds that to the address being entered.
29387 However, password file matching can have surprising (incorrect) results if
29388 other users of the system do not receive mail at the domain you are using.
29389 That is, if either the 
29390 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
29391 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
29392 option
29393 is set such that the administrative domain of other users on the system
29394 isn't accurately reflected, Alpine should be told that a passwd file match
29395 is coincidental, and Full Name info will be incorrect.  For example, a
29396 personal name from the password file could get falsely paired with the
29397 entered name as it is turned into an address in the configured domain.
29399 If you are seeing this behavior, enabling this feature will prevent Unix
29400 Alpine from looking up names in the password file to find the Full Name
29401 for incomplete addresses you enter.<P>
29402 <UL>
29403 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29404 </UL>
29406 &lt;End of help on this topic&gt;
29407 </BODY>
29408 </HTML>
29409 ====== h_config_tab_checks_recent ======
29410 <HTML>
29411 <HEAD>
29412 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
29413 </HEAD>
29414 <BODY>
29415 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
29417 In a FOLDER LIST screen, the TAB key usually just changes which
29418 folder is highlighted.
29419 If this feature is set, then the TAB key will cause the number of
29420 recent messages and the total number of messages in the highlighted folder
29421 to be displayed instead.
29424 &lt;End of help on this topic&gt;
29425 </BODY>
29426 </HTML>
29427 ====== h_config_maildrops_preserve_state ======
29428 <HTML>
29429 <HEAD>
29430 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
29431 </HEAD>
29432 <BODY>
29433 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
29435 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
29436 Normally, when mail is moved from a Mail Drop folder to a destination
29437 folder, it is delivered as new mail.
29438 Any Seen/New, Answered, Important/Flagged state that has changed will be
29439 ignored.
29440 All of the mail will be considered unSeen, unAnswered, and unImportant after
29441 it is moved.
29443 If this feature is set, then the state changes that have been made
29444 to the messages in the Mail Drop folder will be preserved.
29446 In any case, messages that are already marked Deleted when the
29447 mail is to be moved from the Mail Drop will be ignored.
29449 &lt;End of help on this topic&gt;
29450 </BODY>
29451 </HTML>
29452 ====== h_config_preopen_stayopens ======
29453 <HTML>
29454 <HEAD>
29455 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
29456 </HEAD>
29457 <BODY>
29458 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
29460 This feature is related to the option
29461 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29462 Normally, Stay Open folders are only opened on demand, when the user
29463 asks to open them.
29464 From then on they are kept open for the duration of the session.
29465 However, if this feature is set, then the Stay Open folders will all be
29466 opened at startup, at the same time that the INBOX is opened.
29469 &lt;End of help on this topic&gt;
29470 </BODY>
29471 </HTML>
29472 ====== h_config_expunge_inbox ======
29473 <HTML>
29474 <HEAD>
29475 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
29476 </HEAD>
29477 <BODY>
29478 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
29480 The INBOX is normally treated differently from regular folders in several
29481 ways.
29482 One of the differences is that the normal &quot;close&quot; sequence of
29483 events is deferred until Alpine is exited, instead of happening when you
29484 leave the INBOX to view another folder.
29485 The &quot;close&quot; sequence normally includes the Expunging
29486 of deleted messages
29487 (either automatically or after a prompt, controlled by the features
29488 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29489 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29490 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29491 handling of the
29492 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
29495 If this feature is set the &quot;close&quot; sequence handling will take
29496 place every time you leave the INBOX.
29497 The INBOX will still be kept open, but the offer to Expunge and the archiving
29498 to the <!--#echo var="VAR_read-message-folder"-->
29499 will take place each time you leave the INBOX instead of only once at the
29500 end of the session.
29503 &lt;End of help on this topic&gt;
29504 </BODY>
29505 </HTML>
29506 ====== h_config_expunge_stayopens ======
29507 <HTML>
29508 <HEAD>
29509 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
29510 </HEAD>
29511 <BODY>
29512 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
29514 This feature is related to the option
29515 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29516 Stay Open folders are treated differently from regular folders in several
29517 ways.
29518 One of the differences is that the normal &quot;close&quot; sequence of
29519 events is deferred until Alpine is exited, instead of happening when you
29520 leave the folder to view another folder.
29521 The &quot;close&quot; sequence normally includes the Expunging
29522 of deleted messages
29523 (either automatically or after a prompt, controlled by the features
29524 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29525 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29526 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29527 handling of
29528 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
29531 If this feature is set the &quot;close&quot; sequence handling will take
29532 place when you leave the Stay Open folder.
29533 The folder will still be kept open, but the offer to Expunge and the archiving
29534 will take place each time you leave the folder instead of only once at the
29535 end of the session.
29536 This feature does not affect the INBOX, which will still only be processed
29537 when you exit Alpine.
29538 However, there is a similar feature that affects only the INBOX called
29539 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
29542 &lt;End of help on this topic&gt;
29543 </BODY>
29544 </HTML>
29545 ====== h_config_preserve_start_stop ======
29546 <HTML>
29547 <HEAD>
29548 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
29549 </HEAD>
29550 <BODY>
29551 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
29553 This feature controls how special control key characters, typically
29554 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
29555 are known as the "stop" and "start" characters and are sometimes used in
29556 communications paths to control data flow between devices that operate at
29557 different speeds.
29561 By default, Alpine turns the system's handling of these special characters
29562 off except during printing.  However, if you see Alpine reporting input errors
29563 such as:
29565 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
29567 and, at the same time, see your display become garbled, then it is likely
29568 that setting this option will solve the problem.  Be aware, though, that
29569 enabling this feature will also cause Alpine to ostensibly "hang" 
29570 whenever the Ctrl-S key combination is entered as the system is now
29571 interpreting such input as a "stop output" command.  To "start
29572 output"  again, simply type Ctrl-Q. 
29574 &lt;End of help on this topic&gt;
29575 </BODY>
29576 </HTML>
29577 ====== h_config_enable_incoming ======
29578 <HTML>
29579 <HEAD>
29580 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
29581 </HEAD>
29582 <BODY>
29583 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
29585 Alpine's Incoming Message Folders collection
29586 provides a convenient way to access multiple incoming folders.
29587 It is also useful if you have accounts on multiple computers.
29590 If set, this feature defines a pseudo-folder collection called
29591 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
29592 in this collection will be your INBOX, which will no longer show up in
29593 your Default folder collection.
29596 You may add more folders to the Incoming Message Folders collection by
29597 using the
29598 <!--chtml if pinemode="function_key"-->
29599 &quot;F10
29600 <!--chtml else-->
29601 &quot;A
29602 <!--chtml endif-->
29603 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
29604 the host the folder is stored on (which defaults to the same host used
29605 for your INBOX), a nickname, and the actual folder name.  Once a set
29606 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
29607 or MESSAGE TEXT screens) may be used to scan the folders for those
29608 with Recent messages.  If you add more folders to
29609 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
29610 no effect.
29612 NOTE: Normally the software that actually delivers mail (the stuff that happens
29613 before Alpine is involved) is in a better position to do delivery filtering
29614 than is Alpine itself.
29615 If possible, you may want to look at programs such as
29616 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
29617 filtering programs.
29618 If you'd prefer to have Alpine do the filtering for you, you may set that
29620 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
29622 <UL>   
29623 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29624 </UL><P>
29625 &lt;End of help on this topic&gt;
29626 </BODY>
29627 </HTML>
29628 ====== h_config_enable_incoming_checking ======
29629 <HTML>
29630 <HEAD>
29631 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
29632 </HEAD>
29633 <BODY>
29634 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
29636 This feature is only operational if you have enabled the optional
29637 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
29638 If you do have Incoming Message Folders and you also set this feature,
29639 then the number of Unseen messages in each folder will be displayed
29640 in the FOLDER LIST screen for the Incoming Message Folders.
29641 The number of Unseen messages in a folder will be displayed in parentheses
29642 to the right of the name of each folder.
29643 If there are no Unseen messages in a folder then only the name
29644 is displayed, not a set of parentheses with zero inside them.
29645 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
29646 the Incoming Message Folders to cause an immediate update.
29648 If a check for Unseen messages fails for a particular folder then Alpine
29649 will no longer attempt to check that folder for the duration of the
29650 session and this will be indicated by a question mark inside the
29651 parentheses.
29653 The features
29654 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
29655 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
29656 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
29657 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
29658 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
29659 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
29660 all affect how this feature behaves.
29662 <UL>   
29663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29664 </UL><P>
29665 &lt;End of help on this topic&gt;
29666 </BODY>
29667 </HTML>
29668 ====== h_config_incoming_checking_total ======
29669 <HTML>
29670 <HEAD>
29671 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
29672 </HEAD>
29673 <BODY>
29674 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
29676 This option has no effect unless the feature
29677 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
29678 is set, which in turn has no effect unless
29679 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
29680 is set.
29682 When incoming folder checking is turned on the default is to display
29683 the number of unseen messages in each folder.
29684 More precisely, it is the number of undeleted unseen messages.
29685 Using this option you may also display the total number of messages
29686 in each folder.
29687 Instead of a single number representing the number of unseen messages
29688 you will get two numbers separated by a slash character.
29689 The first is the number of unseen messages and the second is the
29690 total number of messages.
29692 You may also use the recent message count instead of the unseen message
29693 count by turning on the feature
29694 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
29696 <UL>   
29697 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29698 </UL><P>
29699 &lt;End of help on this topic&gt;
29700 </BODY>
29701 </HTML>
29702 ====== h_config_incoming_checking_recent ======
29703 <HTML>
29704 <HEAD>
29705 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
29706 </HEAD>
29707 <BODY>
29708 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
29710 This option has no effect unless the feature
29711 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
29712 is set, which in turn has no effect unless
29713 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
29714 is set.
29716 When incoming folder checking is turned on the default is to display
29717 the number of unseen messages in each folder.
29718 More precisely, it is the number of undeleted unseen messages.
29719 Using this option you may display the number of recent messages instead
29720 of the number of unseen messages.
29721 A message is only counted as recent if this is the first session to
29722 see it, so the recent count might be less than the unseen count.
29723 The difference between the two would be accounted for by the unseen messages
29724 in the folder which were there previously but have not been looked at yet.
29726 If you simultaneously run more than one email client at a time
29727 (for example, you run more than one Alpine in parallel) then turning
29728 this feature on can cause some confusion.
29729 The confusion stems from the fact that each message is only considered to be
29730 recent in one session.
29731 That means that the counts of new messages may be different in the two
29732 Alpines running side by side, because each incoming message will only be
29733 counted as recent in one of the two sessions.
29735 You may also display the total number of messages
29736 in each folder by using the
29737 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
29738 option.
29740 <UL>   
29741 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29742 </UL><P>
29743 &lt;End of help on this topic&gt;
29744 </BODY>
29745 </HTML>
29746 ====== h_config_attach_in_reply ======
29747 <HTML>
29748 <HEAD>
29749 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
29750 </HEAD>
29751 <BODY>
29752 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
29754 This feature controls an aspect of Alpine's Reply command. If set, any MIME
29755 attachments that were part of the original message will automatically be
29756 included in the Reply.
29758 &lt;End of help on this topic&gt;
29759 </BODY>
29760 </HTML>
29761 ====== h_config_include_header =====
29762 <HTML>
29763 <HEAD>
29764 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
29765 </HEAD>
29766 <BODY>
29767 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
29769 This feature controls an aspect of Alpine's Reply command. If set, and the
29770 original message is being included in the reply, then headers from that
29771 message will also be part of the reply.
29773 &lt;End of help on this topic&gt;
29774 </HEAD>
29775 </HTML>
29776 ====== h_config_sig_at_bottom =====
29777 <HTML>
29778 <HEAD>        
29779 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
29780 </HEAD>
29781 <BODY>
29782 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
29784 This feature controls an aspect of Alpine's Reply command.  If this feature
29785 is set, and the original message is being included in the reply, then the
29786 contents of your signature file (if any) will be inserted after the included
29787 message.
29789 This feature does not affect the results of a Forward command.
29791 &lt;End of help on this topic&gt;
29792 </BODY>
29793 </HTML>
29794 ====== h_config_sigdashes =====
29795 <HTML>
29796 <HEAD>
29797 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
29798 </HEAD>
29799 <BODY>
29800 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
29802 This feature enables support for the common USENET news convention 
29803 of preceding a message signature with the special line consisting of 
29804 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
29807 When enabled and a
29808 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
29809 Alpine will insert the special line before including the file's text (unless
29810 the special line already exists somewhere in the file's text).
29813 In addition, when you Reply or Followup to a message containing one of
29814 these special lines and choose to include its text, Alpine will observe
29815 the convention of not including text beyond the special line in your
29816 reply.
29817 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
29818 mode is enabled and turned on, then Alpine <EM>will</EM>
29819 include the text beyond the special line regardless of the setting of
29820 this feature.
29823 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
29824 for a related feature.
29827 <UL>   
29828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29829 </UL><P>
29830 &lt;End of help on this topic&gt;
29831 </BODY>
29832 </HTML>
29833 ====== h_config_new_thread_blank_subject =====
29834 <HTML>
29835 <HEAD>
29836 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
29837 </HEAD>
29838 <BODY>
29839 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
29841 When this feature is enabled (the default) Alpine will create a new thread
29842 every time that the subject line becomes empty at any time during composition.
29845 This behavior is particularly useful in case you are replying to a message.
29846 Replying to a message causes the message to be in the same thread than the
29847 original message that is being replied to. However, many authors want to create
29848 a new message (in a different thread) while replying to a message, and they do
29849 this by changing the full subject, by first deleting the original subject and
29850 typing the new subject of the current message.
29853 Enabling this feature causes that any time that the subject is deleted, the 
29854 message being composed will be considered the first message of a new thread.
29857 <UL>   
29858 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29859 </UL><P>
29860 &lt;End of help on this topic&gt;
29861 </BODY>
29862 </HTML>
29863 ====== h_config_strip_sigdashes =====
29864 <HTML>
29865 <HEAD>
29866 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
29867 </HEAD>
29868 <BODY>
29869 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
29871 This feature doesn't do anything if the feature
29872 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
29873 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
29874 then turning on this feature enables support for the convention
29875 of not including text beyond the sigdashes line when Replying or Following
29876 up to a message and including the text of that message.
29877 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
29878 mode is enabled and turned on, then Alpine <EM>will</EM>
29879 include the text beyond the special line regardless of the setting of
29880 this feature.
29882 In other words, this is a way to turn on the signature stripping behavior
29883 without also turning on the dashes-adding behavior.
29885 <UL>   
29886 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29887 </UL><P>
29888 &lt;End of help on this topic&gt;
29889 </BODY>
29890 </HTML>
29891 ====== h_config_forward_as_attachment =====
29892 <HTML>
29893 <HEAD>
29894 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
29895 </HEAD>
29896 <BODY>
29897 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
29899 This feature affects the way forwarded message text is handled.  When set, rather than 
29900 include the text of the forwarded message below any additional text you provide in the
29901 composer, the forwarded message is attached in its entirety to the message you send.
29903 This is useful in that it keeps the text you provide in the composer distinct from the
29904 text of the forwarded message.  Similarly, it allows the recipient to 
29905 conveniently operate on the forwarded message.  For example, they might reply directly to
29906 the sender of the forwarded message, or process it as part of a spam report.
29907 <UL>   
29908 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29909 </UL><P>
29910 &lt;End of help on this topic&gt;
29911 </BODY>
29912 </HTML>
29913 ====== h_config_preserve_field =====
29914 <HTML>
29915 <HEAD>
29916 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
29917 </HEAD>
29918 <BODY>
29919 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
29921 This feature affects Alpine's behavior when one replies to a message. 
29922 When you receive a message, some or all of the recipients of the message 
29923 have been added to the To: and Cc: fields. If you reply to such message, 
29924 and this feature is disabled, then the original sender of the message is 
29925 added to the To: field, and all other recipients are added to the Cc: 
29926 field, while your address is added to the From: field.
29929 However, if this feature is enabled, then Alpine will preserve the 
29930 original fields as sent in the original message, so the Cc: and To: 
29931 fields will be preserved. The sender's address will be added to the To: 
29932 field, while your address is added to the From: field.
29935 The behavior of this feature is that replies to all messages will behave 
29936 in the way described above. If you only intend this to happen on a per 
29937 message basis, then keep this feature disabled, and when replying to a 
29938 message you will see a new option in the menu for the &quot;Reply to all 
29939 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
29940 make Alpine toggle its question so you can preserve the To: and Cc: 
29941 fields for that message only.
29943 <UL>   
29944 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29945 </UL><P>
29946 &lt;End of help on this topic&gt;
29947 </BODY>
29948 </HTML>
29949 ====== h_config_sub_lists =====
29950 <HTML>
29951 <HEAD>
29952 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
29953 </HEAD>
29954 <BODY>
29955 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
29957 This feature affects the subcommands available when Saving, 
29958 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
29959 available. This command allows you to type in a substring of the folder
29960 you are looking for and when you type ^X it will display all folders
29961 that contain that substring in their names.
29962 This feature is set by default.
29965 &lt;End of help on this topic&gt;
29966 </BODY>
29967 </HTML>
29968 ====== h_config_scramble_message_id =====
29969 <HTML>
29970 <HEAD>
29971 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
29972 </HEAD>
29973 <BODY>
29974 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
29976 Normally the Message-ID header that Alpine generates when sending a message
29977 contains the name of the computer from which the message is being sent.
29978 Some believe that this hostname could be used by spammers or could
29979 be used by others for nefarious purposes.
29980 If this feature is set, that name will be transformed with a simple
29981 Rot13 transformation.
29982 The result will still have the correct syntax for a Message-ID but the
29983 part of the MessageID that is often a domain name will not be an actual
29984 domain name because the letters will be scrambled.
29986 In addition, other information such as the name program, version, and
29987 a code for operating system used to build Alpine, will be encoded using
29988 the Rot13 transformation, except for the version number which will be
29989 encoded using a Rot5 transformation.
29991 It is possible (but unlikely?) that some spam detection
29992 software will use that as a reason to reject the mail as spam.
29993 It has also been reported that some spam detection software uses the
29994 fact that there are no dots after the &quot;@&quot; as a reason to reject
29995 messages.
29996 If your PC-Alpine Message-ID is using a name without a dot that is because
29997 that is what Windows thinks is your &quot;Full computer name&quot;.
29998 The method used to set this varies from one type of Windows to another but
29999 check under Settings -> Control Panel -> System and
30000 look for Network Identification or Computer Name or something similar.
30001 How to set it is beyond the scope of Alpine.
30004 &lt;End of help on this topic&gt;
30005 </BODY>
30006 </HTML>
30007 ====== h_downgrade_multipart_to_text =====
30008 <HTML>
30009 <HEAD>
30010 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
30011 </HEAD>
30012 <BODY>
30013 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
30016 This feature affects Alpine's behavior when sending mail.  Internet
30017 standards require Alpine to translate all non-ASCII characters in
30018 messages that it sends using MIME encoding.  This encoding can be
30019 ostensibly broken for recipients if any agent between Alpine and the
30020 recipient, such as an email list expander, appends text to the
30021 message, such as list information or advertising.  When sending such
30022 messages Alpine attempts to protect such encoding by placing extra
30023 MIME boundaries around the message text.
30025 These extra boundaries are invisible to recipients that 
30026 use MIME-aware email programs (the vast majority).  However, if
30027 you correspond with users of email programs that are not MIME-aware,
30028 or do not handle the extra boundaries gracefully, you can
30029 use this feature to prevent Alpine from including the extra
30030 MIME information.  Of course, it will increase the likelihood
30031 that non-ASCII text you send may appear corrupt to the recipient.
30033 &lt;End of help on this topic&gt;
30034 </BODY>
30035 </HTML>
30036 ====== h_config_show_sort =====
30037 <HTML>
30038 <HEAD>
30039 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
30040 </HEAD>
30041 <BODY>
30042 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
30044 If this feature is set and there is sufficient space on the screen,
30045 a short indication of the current sort order will be
30046 added in the titlebar (the top line on the screen), before the name
30047 of the folder.
30048 For example, with the default Arrival sort in effect,
30049 the display would have the characters
30051 <P><CENTER>[A]</CENTER><P>
30053 added between the title of the screen and the folder name.
30054 The letters are the same as the letters you may type to manually
30055 sort a folder with the SortIndex command ($).
30056 The letters in the table below are the ones that may show
30057 up in the titlebar line.
30059 <TABLE>   
30060 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
30061 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
30062 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
30063 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
30064 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
30065 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
30066 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
30067 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
30068 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
30069 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
30070 </TABLE>
30072 If the sort order is Reversed, the letter above will be preceded by the letter
30073 &quot;R&quot;, for example
30075 <P><CENTER>[RS]</CENTER><P>
30077 means that a Reverse Subject sort is in effect.
30078 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
30079 left out, and just an &quot;R&quot; is shown.
30081 <P><CENTER>[R]</CENTER>
30084 &lt;End of help on this topic&gt;
30085 </BODY>
30086 </HTML>
30087 ====== h_config_disable_reset_disp =====
30088 <HTML>
30089 <HEAD>
30090 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
30091 </HEAD>
30092 <BODY>
30093 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
30095 UNIX Alpine only.
30097 This feature affects Alpine's behavior when using
30098 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
30099 Normally, before the display filter is run, the terminal mode is reset
30100 to what it was before you started Alpine.
30101 This may be necessary if the filter requires the use of the terminal.
30102 For example, it may need to interact with you.
30103 If you set this feature, then the terminal mode will not be reset.
30104 One thing that turning on this feature should fix is the coloring of
30105 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
30106 breaks because the terminal reset resets the color state of the terminal.
30109 &lt;End of help on this topic&gt;
30110 </BODY>
30111 </HTML>
30112 ====== h_config_disable_sender =====
30113 <HTML>
30114 <HEAD>
30115 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
30116 </HEAD>
30117 <BODY>
30118 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
30120 This feature affects Alpine's generation of the &quot;Sender:&quot; or
30121 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
30122 header fields.
30123 By default, Alpine will generate such a header in situations where the
30124 username or domain are not the same as
30125 the &quot;From:&quot; header on the message.
30126 With this feature set,
30127 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
30128 This may be desirable on a system that is virtually hosting many domains,
30129 and the sysadmin has other methods available for tracking a message to
30130 its originator.
30132 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
30135 &lt;End of help on this topic&gt;
30136 </BODY>
30137 </HTML>
30138 ====== h_config_use_sender_not_x =====
30139 <HTML>
30140 <HEAD>
30141 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
30142 </HEAD>
30143 <BODY>
30144 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
30146 Normally Alpine adds a header line
30147 labeled &quot;X-X-Sender&quot;, if the sender is
30148 different from the From: line.
30149 The standard specifies that this header
30150 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
30151 Setting this feature causes
30152 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
30154 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
30157 &lt;End of help on this topic&gt;
30158 </BODY>
30159 </HTML>
30160 ====== h_config_use_fk =====
30161 <HTML>
30162 <HEAD>
30163 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
30164 </HEAD>
30165 <BODY>
30166 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
30168 This feature specifies that Alpine will respond to function keys instead of
30169 the normal single-letter commands. In this mode, the key menus at the
30170 bottom of each screen will show function key designations instead of the
30171 normal mnemonic key.
30174 &lt;End of help on this topic&gt;
30175 </BODY>
30176 </HTML>
30177 ====== h_config_cancel_confirm =====
30178 <HTML>
30179 <HEAD>
30180 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
30181 </HEAD>
30182 <BODY>
30183 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
30185 This feature affects what happens when you type ^C to cancel a composition.
30186 By default, if you attempt to cancel a composition by typing ^C, you will be
30187 asked to confirm the cancellation by typing a &quot;C&quot;
30188 for <EM>C</EM>onfirm.
30189 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
30190 risky because the &quot;^C Y&quot; needed to cancel a message
30191 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
30193 If this feature is set the confirmation asked for
30194 will be a &quot;<EM>Y</EM>es&quot;
30195 instead of a &quot;<EM>C</EM>onfirm&quot; response.
30198 &lt;End of help on this topic&gt;
30199 </BODY>
30200 </HTML>
30201 ====== h_config_compose_maps_del =====
30202 <HTML>
30203 <HEAD>
30204 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
30205 </HEAD>
30206 <BODY>
30207 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
30209 This feature affects the behavior of the DELETE key.
30210 If set, Delete will be equivalent to ^D, and delete
30211 the current character.  Normally Alpine defines the Delete key
30212 to be equivalent to ^H, which deletes the <EM>previous</EM>
30213 character.
30216 &lt;End of help on this topic&gt;
30217 </BODY>
30218 </HTML>
30219 ====== h_config_compose_bg_post =====
30220 <HTML>
30221 <HEAD>
30222 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
30223 </HEAD>
30224 <BODY>
30225 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
30227 This feature affects the behavior of Alpine's mail sending.  If set, this
30228 feature enables a subcommand in the composer's "Send?" confirmation
30229 prompt.  The subcommand allows you to tell Alpine to handle the actual
30230 posting in the background.  While this feature usually allows posting
30231 to appear to happen very fast, it has no affect on the actual delivery
30232 time it takes a message to arrive at its destination.
30235 Please Note:
30236 <OL>
30237  <LI>This feature will have no effect if the feature
30238        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
30239        is set.
30240  <LI>This feature isn't supported on all systems.  All DOS and Windows,
30241        as well as several Unix ports, do not recognize this feature.
30242  <LI>Error handling is significantly different when this feature is
30243         enabled.  Any message posting failure results in the message
30244         being appended to your &quot;Interrupted&quot; mail folder.  When you
30245         type the <A HREF="h_common_compose">C</A>ompose command,
30246         Alpine will notice this folder and
30247         offer to extract any messages contained.  Upon continuing a 
30248         failed message, Alpine will display the nature of the failure 
30249         in the status message line.
30250  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
30251         for message data to
30252         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
30253         if you typically run close to any sort of disk-space limits or quotas.
30254 </OL>
30256 &lt;End of help on this topic&gt;
30257 </BODY>
30258 </HTML>
30259 ====== h_config_compose_dsn =====
30260 <HTML>
30261 <HEAD>
30262 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
30263 </HEAD>
30264 <BODY>
30265 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
30267 This feature affects the behavior of Alpine's mail sending.  If set, this
30268 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
30269 prompt.  The subcommand allows you to tell Alpine to request the type of
30270 Delivery Status Notification (DSN) that you would like.  Most users will
30271 be happy with the default, and need not enable this feature.
30273 If the feature
30274 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30275 then this feature has no effect and the type of DSN is not selectable.
30278 Turning on this feature and then turning on the DSNOpts from the send
30279 prompt reveals four on-off toggles at the bottom of the screen.
30280 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
30281 that no notification be returned to you, even if there is a delivery
30282 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
30283 server that you are willing (or not) to receive delay notifications, which
30284 happen when there is an unusual delay at some mail server (in that mail
30285 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
30286 Success requests that you be sent a DSN message when the message is
30287 successfully delivered to the recipients mailbox.  Setting NoErrRets will
30288 automatically turn off Delay and Success notification, and will flip the
30289 toggles to show that.  Similarly, turning on Delay and/or Success will
30290 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
30291 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
30292 the full message be returned in any failed DSN.  RetHdrs requests that
30293 only the headers be returned in any failed DSN.  Notice that this command
30294 applies only to failed delivery status reports.  For delay or success
30295 reports, the full message is never returned, only the headers are returned.
30298 If you don't enable the DSN feature or if you don't turn it on for a
30299 particular message, the default is that you will be notified about failures,
30300 you might be notified about delays, and you won't be notified about
30301 successes.  You will usually receive the full message back when there is
30302 a failure.
30305 If you turn on the DSNOpts the default is to return as much information as
30306 possible to you.  That is, by default, the Success and Delay options are
30307 turned on and the full message will be returned on failure.
30310 The sending prompt will display the current DSN request (if any) in a
30311 shorthand form.  It will be:
30313 <P><CENTER>[Never]</CENTER>
30316 if you have requested NoErrRets.  Otherwise, it will look something like:
30318 <P><CENTER>[FDS-Hdrs]</CENTER>
30321 The &quot;F&quot; will always be there, indicating that you will be notified
30322 of failures.  (Alpine doesn't provide a way to request no failure notification
30323 and at the same time request either success or delay notification.  The only
30324 way to request no failure notifications is to request no notifications at
30325 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
30326 requested Delay and/or Success notification.  If one of those is missing,
30327 that means you are requesting no notification of the corresponding type.
30328 After the dash it will say either Hdrs or Full.  Hdrs means to return only
30329 the headers and Full means to return the full message (applies to
30330 failure notifications only).
30333 NOTE: This feature relies on your system's mail transport agent or
30334 configured
30335 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
30336 having the negotiation mechanism introduced in
30337 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
30338 &quot;Delivery Status Notification&quot; (DSN).  If the mail transport agent you
30339 are using doesn't support DSN, a short warning will be shown to you on
30340 the message line at the bottom of the screen after you send your message,
30341 but your message will have been sent anyway.
30344 Note that DSNs don't provide a mechanism to request read receipts.  That
30345 is, if you request notification on success you are notified when the
30346 message is delivered to the mailbox, not when the message is read.
30349 ESMTP allows for graceful migration to upgraded mail transfer agents, but
30350 it is possible that this feature might cause problems for some servers. 
30353 &lt;End of help on this topic&gt;
30354 </BODY>
30355 </HTML>
30356 ====== h_config_auto_zoom =====
30357 <HTML>
30358 <HEAD>
30359 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
30360 </HEAD>
30361 <BODY>
30362 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
30364 This feature affects the behavior of the Select command.
30365 If set, the select command will automatically perform a zoom
30366 after the select is complete.
30367 This feature is set by default.
30369 Some related help topics are
30370 <UL>
30371 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30372 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30373 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30374 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30375 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30376 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30377 </UL>
30380 &lt;End of help on this topic&gt;
30381 </BODY>
30382 </HTML>
30383 ====== h_config_auto_unzoom =====
30384 <HTML>
30385 <HEAD>
30386 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
30387 </HEAD>
30388 <BODY>
30389 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
30391 This feature affects the behavior of the Apply command.  If set, and if
30392 you are currently looking at a Zoomed Index view of selected messages,
30393 the Apply command will do the operation you specify, but then will
30394 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
30395 the normal Index view after the Apply. 
30396 This feature is set by default.
30399 Some related help topics are
30400 <UL>
30401 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30402 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30403 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30404 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30405 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30406 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30407 </UL>
30409 &lt;End of help on this topic&gt;
30410 </BODY>
30411 </HTML>
30412 ====== h_config_auto_unselect =====
30413 <HTML>
30414 <HEAD>
30415 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
30416 </HEAD>
30417 <BODY>
30418 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
30420 This feature affects the behavior of the Apply command.  If set,
30421 the Apply command will do the operation you specify, but then will
30422 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
30423 the normal Index view after the Apply. 
30426 Some related help topics are
30427 <UL>
30428 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30429 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30430 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30431 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30432 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30433 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30434 </UL>
30436 &lt;End of help on this topic&gt;
30437 </BODY>
30438 </HTML>
30439 ====== h_config_fast_recent =====
30440 <HTML>
30441 <HEAD>
30442 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
30443 </HEAD>
30444 <BODY>
30445 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
30447 This feature controls the behavior of the TAB key when traversing folders
30448 in the optional 
30449 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30450 collection or in optional <!--#echo var="VAR_news-collections"-->.
30453 When the TAB
30454 (<A HREF="h_common_nextnew">NextNew</A>)
30455 key is pressed, the default behavior is to
30456 explicitly examine the status of the folder for the number of recent
30457 messages (messages delivered since the last time it was viewed).
30458 Depending on the size and number of messages in the folder, this test
30459 can be time consuming.
30462 Enabling this feature will cause Alpine to only test for the existence of
30463 any recent messages rather than to obtain the count.  This is much faster
30464 in many cases.  The downside is that you're not given the number of recent
30465 messages when prompted to view the next folder.
30466 If the feature
30467 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30468 is turned on, then the present feature will have no effect.
30471 <UL>   
30472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30473 </UL><P>
30474 &lt;End of help on this topic&gt;
30475 </BODY>
30476 </HTML>
30477 ====== h_config_arrow_nav =====
30478 <HTML>
30479 <HEAD>
30480 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
30481 </HEAD>
30482 <BODY>
30483 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
30485 This feature controls the behavior of the left and right arrow keys.
30486 If set, the left and right arrow keys will operate like the usual
30487 navigation keys &lt; and &gt;.
30488 This feature is set by default.
30491 If you set this feature, and do not like the changed behavior of the up/down 
30492 arrow 
30493 keys when navigating through the FOLDER LIST screen -- 
30494 <B>first</B> from column to column, if more than one folder is 
30495 displayed per row, 
30496 and <B>then</B> from row to row -- you may either also wish to set the feature 
30497 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
30498 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
30499 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
30500 folders in each column.
30502 <UL>   
30503 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30504 </UL><P>
30505 &lt;End of help on this topic&gt;
30506 </BODY>
30507 </HTML>
30508 ====== h_config_relaxed_arrow_nav =====
30509 <HTML>
30510 <HEAD>
30511 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
30512 </HEAD>
30513 <BODY>
30514 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
30516 This feature controls the behavior of the left, right, up and down
30517 arrow keys in the FOLDER LIST screen when the &quot;<A
30518 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
30519 set.
30520 This feature is set by default.
30524 When this feature is set, the left and right
30525 arrow keys in the FOLDER LIST screen
30526 move the highlight bar to the left or right, and the up and
30527 down arrows move it up or down.
30530 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
30531 feature is not set;
30532 the left and right arrow keys in the Folder List screen strictly
30533 track the commands bound to the '&lt;' and '&gt;' keys, and the up
30534 and down arrow keys move the highlight bar to the previous and next
30535 folder or directory name.
30538 <UL>   
30539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30540 </UL><P>
30541 &lt;End of help on this topic&gt;
30542 </BODY>
30543 </HTML>
30544 ====== h_config_alt_compose_menu =====
30545 <HTML>
30546 <HEAD>
30547 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
30548 </HEAD>
30549 <BODY>
30550 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
30552 This feature controls the menu that is displayed when Compose is selected.
30553 If set, a list of options will be presented, with each option representing
30554 the type of composition that could be used. This feature is most useful for
30555 users who want to avoid being prompted with each option separately, or who
30556 want to avoid the checking of remote postponed or form letter folders.
30557 The possible types of composition are:
30560 New, for starting a new composition. Note that if New is selected and roles
30561 are set, roles are checked for matches and applied according to the setting
30562 of the matching role.
30565 Interrupted, for continuing an interrupted composition. This option is only
30566 offered if an interrupted message folder is detected.
30569 Postponed, for continuing postponed compositions. This option is offered
30570 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
30571 the postponed folder actually exists. This option is especially handy
30572 for avoiding having to check for the existence of a remote postponed folder.
30575 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
30576 is set in the config, and is not checked for existence for reasons similar
30577 to those explained by the postponed option.
30580 setRole, for selecting a role to apply to a composition.
30583 &lt;End of help on this topic&gt;
30584 </BODY>
30585 </HTML>
30586 ====== h_config_alt_role_menu =====
30587 <HTML>
30588 <HEAD>
30589 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
30590 </HEAD>
30591 <BODY>
30592 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
30594 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
30595 a role and compose a new message using that role.
30596 When this feature is set, the role command will first ask whether you want to
30597 Compose a new message, Forward the current message, Reply to the
30598 current message, or Bounce the current message.
30599 If you are not in the MESSAGE INDEX and are not viewing a message,
30600 then there is no current message and the question will be skipped.
30601 After you have chosen to Compose, Forward, Reply, or Bounce you will
30602 then choose the role to be used.
30604 When Bouncing the &quot;Set From&quot; address is used for the
30605 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
30606 provided that the option
30607 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
30608 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
30609 set.
30610 Other actions of the role are ignored when Bouncing.
30613 &lt;End of help on this topic&gt;
30614 </BODY>
30615 </HTML>
30616 ====== h_config_always_spell_check =====
30617 <HTML>
30618 <HEAD>
30619 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
30620 </HEAD>
30621 <BODY>
30622 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
30624 When this feature is set, every composed message will be spell-checked before
30625 being sent.
30627 &lt;End of help on this topic&gt;
30628 </BODY>
30629 </HTML>
30630 ====== h_config_quell_asterisks =====
30631 <HTML>
30632 <HEAD>
30633 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
30634 </HEAD>
30635 <BODY>
30636 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
30638 When you are running Alpine you will sometimes be asked for a password
30639 in a prompt on the third line from the bottom of the screen.
30640 Normally each password character you type will cause an asterisk to echo
30641 on the screen. That gives you some feedback to know that your typing is
30642 being recognized.
30643 There is a very slight security risk in doing it this way because someone
30644 watching over your shoulder might be able to see how many characters there
30645 are in your password.
30646 If you'd like to suppress the echoing of the asterisks set this feature.
30648 &lt;End of help on this topic&gt;
30649 </BODY>
30650 </HTML>
30651 ====== h_config_quell_flowed_text =====
30652 <HTML>
30653 <HEAD>
30654 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
30655 </HEAD>
30656 <BODY>
30657 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
30659 Alpine generates flowed text where possible.
30660 The method for generating flowed text is defined by
30661 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
30662 the benefit of doing so is
30663 to send message text that can properly be viewed both on normal width displays
30664 and on displays with smaller or larger than normal screen widths.
30665 With flowed text, a space at the end of a line tells the receiving mail
30666 client that the following line belongs to the same paragraph.
30667 Quoted text will also be affected, with only the innermost
30668 level of &quot;&gt;&quot; quoting being followed by a space.
30669 However, if you have changed the
30670 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
30671 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
30672 quoted text will not be flowed.
30673 For this reason, we recommend that you leave your
30674 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
30676 This feature turns off the generation of flowed text, as it might be
30677 desired to more tightly control how a message is displayed on the receiving end.
30679 If this feature is <EM>not</EM> set, you can control on a message by message
30680 basis whether or not flowed text is generated.
30681 You do this by typing ^V at the Send confirmation prompt that you get
30682 after typing ^X to send a message.
30683 ^V is a toggle that turns flowing off and back on if typed again.
30684 If for some reason flowing cannot be done on a particular message, then the
30685 ^V command will not be available.
30686 This would be the case, for example, if this feature was set, or if your
30687 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
30688 If the feature
30689 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30690 then the opportunity to control on a message by message basis
30691 whether or not flowed text is generated is lost.
30693 When this feature is not set and you have typed ^V to turn off flowing,
30694 the Send confirmation prompt will change to look like
30696 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
30698 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
30699 also turn off the sending of flowed text messages, but it differs in that
30700 it also trims all trailing white space from a message before sending it.
30702 If alternate editors are used extensively, be aware that a message will still
30703 be sent flowed if this feature is unset.  In most cases this will be fine,
30704 but if the editor has a &quot;flowed text&quot; mode, it would be best to
30705 use that.
30707 &lt;End of help on this topic&gt;
30708 </BODY>
30709 </HTML>
30710 ====== h_config_strip_ws_before_send =====
30711 <HTML>
30712 <HEAD>
30713 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
30714 </HEAD>
30715 <BODY>
30716 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
30718 By default, trailing whitespace is not stripped from
30719 a message before sending.  Trailing whitespace should have no effect on an
30720 email message, and in flowed text can aid in delimiting paragraphs.
30721 However, the old behavior of stripping trailing whitespace was in place
30722 to better deal with older clients that couldn't handle certain types of
30723 text encodings.  This feature restores the old behavior
30725 Trailing whitespace is of aid to flowed-text-formatted messages, which are
30726 generated by default but can be turned off via the
30727 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
30728 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
30729 of flowed text.
30731 &lt;End of help on this topic&gt;
30732 </BODY>
30733 </HTML>
30734 ====== h_config_alt_reply_menu =====
30735 <HTML>
30736 <HEAD>
30737 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
30738 </HEAD>
30739 <BODY>
30740 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
30742 Note that if this option is enabled, then the option
30743 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
30744 is ignored. See below to understand why.
30746 When you reply to a message, a series of questions are asked that 
30747 determines how your reply will be handled by Alpine. This feature only 
30748 affects the result of the first question you are asked, and its purpose is 
30749 to set values that could override defaults set in Alpine's main 
30750 configuration screen. As a result, this menu allows you to configure even 
30751 more features than you would be able to do without this option. For 
30752 example, this menu always allows you to override or select a <A 
30753 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
30754 override your indent string, regardless of if you have enabled 
30755 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
30756 The full list of options can be found below.
30758 Here is an example of how this option works. After you press Reply,
30759 if you see &quot;A Inc Attach&quot; in the menu, it means that 
30760 if you press &quot;A&quot;, then Alpine will include the attachments
30761 of the original message, and the default is not to include them. 
30762 Conversely, if you see &quot;A No Attach&quot; 
30763 then by pressing &quot;A&quot; Alpine will not include
30764 attachments in your reply, and the default is that Alpine will 
30765 include them in your reply. The value that you see when you 
30766 start your reply is controlled by the option
30767 <A HREF="h_config_attach_in_reply">
30768 <!--#echo var="FEAT_include-attachments-in-reply"-->
30769 </A>. If the feature is enabled, then Alpine will display 
30770 &quot;A No Attach&quot; to override the default behavior. You can
30771 toggle between the two values of this option by pressing &quot;A&quot;.
30772 Remember that the value that you see in the menu is the action that will 
30773 be done when you press the associated command.
30775 Below are your options:
30776 <OL>
30777 <LI><B>A</B>: This determines if Alpine will include or not the 
30778 attachments sent to you in the message that you are replying to. The default 
30779 is to use the value of the configuration option 
30780 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overridden by using this command.
30782 <LI><B>H</B>: This command determines if the headers of a message are
30783 included in the body of the message that is being replied to. By default 
30784 Alpine will use the value of the configuration option 
30785 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
30786 Observe that by toggling this option to include headers, text will be toggled
30787 to be included by default.
30789 <LI><B>R</B>: Can be used to set a role different from the default.
30791 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
30792 message. The default is to strip the signature when the message is not
30793 viewed in headers mode, and you either have enabled
30794 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
30796 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
30798 <LI><B>Ctrl-R</B>: Can be used to edit the 
30799 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
30800 </OL>
30802 In order to include the text of the original message in the reply
30803 you either need to press 'y' to include the original text, or 'n' to 
30804 exclude it from the reply. Pressing return will execute the default 
30805 action, which is to include text only if the option
30806 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
30807 is enabled. However, notice that the default is to include text if you edit the 
30808 reply indent string or if you explicitly set through this menu that you
30809 want headers included in the reply message.
30812 &lt;End of help on this topic&gt;
30813 </BODY>
30814 </HTML>
30815 ====== h_config_del_from_dot =====
30816 <HTML>
30817 <HEAD>
30818 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
30819 </HEAD>
30820 <BODY>
30821 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
30823 This feature controls the behavior of the Ctrl-K command in the composer.
30824 If set, ^K will cut from the current cursor position to the end of the line,
30825 rather than cutting the entire line.
30828 &lt;End of help on this topic&gt;
30829 </BODY>
30830 </HTML>
30831 ====== h_config_print_index =====
30832 <HTML>
30833 <HEAD>
30834 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
30835 </HEAD>
30836 <BODY>
30837 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
30839 This feature controls the behavior of the Print command when in the
30840 MESSAGE INDEX screen.  If set, the print command will give you a prompt
30841 asking if you wish to print the message index, or the currently highlighted
30842 message. If not set, the message will be printed.
30845 &lt;End of help on this topic&gt;
30846 </BODY>
30847 </HTML>
30848 ====== h_config_allow_talk =====
30849 <HTML>
30850 <HEAD>
30851 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
30852 </HEAD>
30853 <BODY>
30854 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
30856 UNIX Alpine only.
30858 By default, permission for others to &quot;talk&quot; to your terminal is turned
30859 off when you are running Alpine.  When this feature is set, permission is
30860 instead turned on.  If enabled, you may see unexpected messages in the
30861 middle of your Alpine screen from someone attempting to contact you via the
30862 &quot;talk&quot; program.
30865 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
30866 talk daemon on your system will attempt to print a message on your screen 
30867 when someone else is trying to contact you.  If you wish to see these
30868 messages while you are running Alpine, you should enable this feature.
30871 If you do enable this feature and see a &quot;talk&quot; message, you must 
30872 suspend or quit Alpine before you can respond.
30875 &lt;End of help on this topic&gt;
30876 </BODY>
30877 </HTML>
30878 ====== h_config_send_filter_dflt =====
30879 <HTML>
30880 <HEAD>
30881 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
30882 </HEAD>
30883 <BODY>
30884 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
30885 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
30886 configured, setting this feature will cause
30887 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
30888 instead of unfiltered, the usual default.
30890 <UL>   
30891 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30892 </UL><P>
30893 &lt;End of help on this topic&gt;
30894 </BODY>
30895 </HTML>
30896 ====== h_config_custom_print =====
30897 <HTML>
30898 <HEAD>
30899 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
30900 </HEAD>
30901 <BODY>
30902 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
30904 When this feature is set, the print command will have an additional
30905 subcommand called "C CustomPrint".  If selected, you will have
30906 the opportunity to enter any system print command --instead of being 
30907 restricted to using those that have been previously configured in the 
30908 printer setup menu.
30911 &lt;End of help on this topic&gt;
30912 </BODY>
30913 </HTML>
30914 ====== h_config_enable_dot_files =====
30915 <HTML>
30916 <HEAD>
30917 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
30918 </HEAD>
30919 <BODY>
30920 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
30922 When this feature is set, files beginning with dot (".") will be
30923 visible in the file browser.  For example, you'll be able to select them
30924 when using the browser to add an attachment to a message.
30926 &lt;End of help on this topic&gt;
30927 </BODY>
30928 </HTML>
30929 ====== h_config_enable_dot_folders =====
30930 <HTML>
30931 <HEAD>        
30932 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
30933 </HEAD>
30934 <BODY>
30935 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
30937 When this feature is set, folders beginning with dot (".") may be added
30938 and viewed.
30940 &lt;End of help on this topic&gt;
30941 </BODY>
30942 </HTML>
30943 ====== h_config_ff_between_msgs =====
30944 <HTML>
30945 <HEAD>
30946 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
30947 </HEAD>
30948 <BODY>
30949 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
30951 Setting this feature causes a formfeed to be printed between messages when
30952 printing multiple messages (with Apply Print command).
30954 &lt;End of help on this topic&gt;
30955 </BODY>
30956 </HTML>
30957 ====== h_config_blank_keymenu =====
30958 <HTML>
30959 <HEAD>
30960 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
30961 </HEAD>
30962 <BODY>
30963 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
30965 If this feature is set the command key menu that normally appears on the
30966 bottom two lines of the screen will not usually be there.  Asking for
30967 help with ^G or ? will cause the key menu to appear instead of causing
30968 the help message to come up.  If you want to actually see the help text,
30969 another ^G or ? will show it to you.  After the key menu has popped
30970 up with the help key it will remain there for an O for Other command but
30971 disappear if any other command is typed.
30973 &lt;End of help on this topic&gt;
30974 </BODY>
30975 </HTML>
30976 ====== h_config_enable_mouse =====
30977 <HTML>
30978 <HEAD>
30979 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
30980 </HEAD>
30981 <BODY>
30982 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
30984 This feature controls whether or not an X terminal mouse can be used with
30985 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
30986 being used, the left mouse button on the mouse can be used to select text
30987 or commands.
30988 Clicking on a command at the bottom of the screen will behave as if you had
30989 typed that command.
30990 Clicking on an index line will move the current message highlight to
30991 that line.
30992 Double-clicking on an index line will view the message.
30993 Double-clicking on a link will view the link.
30995 This type of mouse support will also work in some terminal emulators which are
30996 not actually X terminals, but which have extra code to support the xterm
30997 style mouse.
30998 For those emulators you not only need to turn this feature on but you also
30999 have to set the $DISPLAY environment variable even though it isn't needed
31000 for your terminal.
31001 That will cause Alpine to think that it is an xterm and to properly interpret the
31002 escape sequences sent by the mouse.
31004 Note: if this feature is set, the behavior of X terminal cut-and-paste is
31005 also modified.  It is sometimes possible to hold the shift key down while clicking
31006 left or middle mouse buttons for the normal xterm cut/paste operations. 
31007 There is also an Alpine command to toggle this mode on or off.
31008 The command is Ctrl-&#92; (Control-backslash).
31010 &lt;End of help on this topic&gt;
31011 </BODY>
31012 </HTML>
31013 ====== h_config_enable_xterm_newmail =====
31014 <HTML>
31015 <HEAD>        
31016 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
31017 </HEAD>
31018 <BODY>
31019 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
31021 This feature controls whether or not Alpine will attempt to announce new
31022 mail arrival when it is running in an X terminal window and that window
31023 is iconified.  If set, and the $DISPLAY variable indicates that an X
31024 terminal is being used, Alpine will send appropriate escape sequences to
31025 the X terminal to modify the label on Alpine's icon to indicate that new
31026 mail has arrived. Alpine will also modify the Alpine window's title to
31027 indicate new mail.
31028 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
31030 &lt;End of help on this topic&gt;
31031 </BODY></HTML>
31032 ====== h_config_enable_newmail_short_text =====
31033 <HTML>
31034 <HEAD>        
31035 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
31036 </HEAD>
31037 <BODY>
31038 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
31040 This feature controls the text to be displayed in an icon in the event
31041 of a new message arrival.  Normally, the message will
31042 be the one that is displayed on the screen.  This feature shortens the
31043 message to a count of the number of new messages in brackets.  This may be
31044 more useful for those who use the window's title bar in the task bar as a
31045 new mail indicator.  This feature is only useful if the
31046 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
31047 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
31048 feature, this feature is only relevant when run in an xterm environment.
31050 &lt;End of help on this topic&gt;
31051 </BODY></HTML>
31052 ====== h_config_copy_to_to_from =====
31053 <HTML>
31054 <HEAD>
31055 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
31056 </HEAD>
31057 <BODY>
31058 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
31060 This feature affects the From address used when Replying to a message.
31061 It is probably only useful if you have some
31062 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
31063 defined.
31064 When enabled, it checks to see if any of the addresses in the To or Cc
31065 fields of the message you are replying to is one of your addresses.
31066 If it is, and there is only one of them, then that address is used as
31067 the From address in the message you are composing.
31068 In other words, you will be using a From address that is the same
31069 as the To address that was used to get the mail to you in the first place.
31072 If a role is being used and it has a From address defined, that From address will
31073 be used rather than the one derived from this feature.
31076 <UL>   
31077 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31078 </UL><P>
31079 &lt;End of help on this topic&gt;
31080 </BODY>
31081 </HTML>
31082 ====== h_config_prefix_editing =====
31083 <HTML>
31084 <HEAD>
31085 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
31086 </HEAD>
31087 <BODY>
31088 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
31090 This feature affects the Reply command's &quot;Include original message
31091 in Reply?&quot; prompt.  When enabled, it causes the
31092 &quot;Edit Indent String&quot; sub-command to appear which allows 
31093 you to edit the string Alpine would otherwise use to denote included 
31094 text from the message being replied to.<P>
31096 Thus, you can change Alpine's default message quote character (usually
31097 an angle bracket) on a per message basis. So you could change your quoted message to
31098 look, for example, like this:<p>
31100 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
31102 John: I just wanted to say hello and to congratulate you
31103 John: on a job well done!</pre><p>
31105 The configuration option
31106 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
31107 may be used to change what appears as the default string to be edited.
31109 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
31110 currently being replied to.
31112 If you change your <!--#echo var="VAR_reply-indent-string"-->
31113 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
31114 quoted text will not be flowed
31115 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
31116 when you reply.
31117 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
31118 set to the default value.
31120 <UL>   
31121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31122 </UL><P>
31123 &lt;End of help on this topic&gt;
31124 </BODY>
31125 </HTML>
31126 ====== h_config_enable_search_and_repl =====
31127 <HTML>
31128 <HEAD>
31129 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
31130 </HEAD>
31131 <BODY>
31132 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
31134 This feature modifies the behavior of Alpine's composer.  Setting this
31135 feature causes Alpine to offer the "^R Replace" subcommand, which
31136 allows you to search and replace text strings in a message you are composing, 
31137 inside the "^W Where is" command.  
31141 To search and replace text, first enter the text to be replaced at the 
31142 "Search: " prompt.  Then, rather than pressing Enter to just search for that
31143 text, press ^R, which turns the prompt into 
31147 Search (to replace): 
31151 and then press Enter.  The cursor will highlight the first occurrence 
31152 of the text string you entered, and the prompt will show: 
31156 Replace "<your text string>" with : 
31160 where <your text string> is what you entered at the previous prompt;
31161 here, enter the replacement text.  To only replace the highlighted 
31162 occurrence, simply press Enter now; to replace all occurrences in the 
31163 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
31164 each replacement.
31168 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
31169 ^X toggles between "Replace All" and "Replace One."
31173 If you previously searched for text in a message, it will be offered for 
31174 re-use as part of the prompt, shown in [ ] brackets.
31177 &lt;End of help on this topic&gt;
31178 </BODY>
31179 </HTML>
31180 ====== h_config_enable_view_attach =====
31181 <HTML>
31182 <HEAD>
31183 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
31184 </HEAD>
31185 <BODY>
31186 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
31188 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31189 Setting this feature causes Alpine to present attachments in boldface.
31190 The first available attachment is displayed in inverse.  This is the
31191 "selected" attachment.  Pressing RETURN will cause Alpine to display
31192 the selected attachment.  Use the arrow keys to change which of the
31193 attachments displayed in boldface is the current selection.
31197 Speaking of arrow keys, the Up and Down Arrows will select the next
31198 and previous attachments if one is available on the screen for selection.
31199 Otherwise, they will simply adjust the viewed text one line up or down.
31203 Similarly, when selectable items are present in a message, the Ctrl-F key
31204 can be used to select the next item in the message independent of which
31205 portion of the viewed message is currently displayed. The Ctrl-B key can
31206 be used to select the previous item in the same way. 
31207 <P> 
31208 &lt;End of help on this topic&gt;
31209 </BODY>
31210 </HTML>
31211 ====== h_config_enable_y_print =====
31212 <HTML>
31213 <HEAD>
31214 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
31215 </HEAD>
31216 <BODY>
31217 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
31219 This feature modifies the behavior of Alpine's Print command.
31221 By default, Alpine's print command is available by pressing the "%" key.  
31222 (This command is a substantial change from Pine versions before 4.00 -- 
31223 where the print command was "Y" -- based on numerous complaints about 
31224 printing being invoked inadvertently, since Y also means "Yes.")  
31228 This feature is supplied to mitigate any disruption or anxiety users 
31229 might feel as a result of this change.  
31233 Enabling this feature will cause Alpine to recognize both the old
31234 command, "Y" for Prynt, as well the new "%" method for invoking
31235 printing.  Note, key menu labels are not changed as a result of
31236 enabling this feature.
31240 &lt;End of help on this topic&gt;
31241 </BODY>
31242 </HTML>
31243 ====== h_config_enable_lessthan_exit =====
31244 <HTML>
31245 <HEAD>
31246 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
31247 </HEAD>
31248 <BODY>
31249 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
31251 If this feature is set, then on screens where there is an Exit command
31252 but no < command, the < key will perform the same function as the Exit
31253 command.
31254 This feature is set by default.
31256 &lt;End of help on this topic&gt;
31257 </BODY>
31258 </HTML>
31259 ====== h_config_enable_view_url =====
31260 <HTML>
31261 <HEAD>
31262 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
31263 </HEAD>
31264 <BODY>
31265 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
31266 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31267 When this feature is set (the default) Alpine will select possible URLs from the
31268 displayed text and display them in boldface for selection.
31270 The first available URL is displayed in inverse.  This is the
31271 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
31272 the selected URL via either built-in means as with mailto:, imap:,
31273 news:, and nntp:, or via an external application as defined
31274 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31275 variable.
31277 Use the arrow keys to change which of the URLs displayed in boldface
31278 is the current selection.
31280 Speaking of arrow keys, the Up and Down Arrows will select the next
31281 and previous URL if one is available on the screen for selection (unless 
31282 you have set the feature 
31283 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
31284 Otherwise, they will simply adjust the viewed text one line up or down.
31286 Similarly, when selectable items are present in a message, the Ctrl-F
31287 key can be used to select the next item in the message independent
31288 of which portion of the viewed message is currently displayed. The
31289 Ctrl-B key can be used to select the previous item in the same way.
31291 <UL>   
31292 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31293 </UL><P>
31294 &lt;End of help on this topic&gt;
31295 </BODY>
31296 </HTML>
31297 ====== h_config_enable_view_web_host =====
31298 <HTML>
31299 <HEAD>
31300 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
31301 </HEAD>
31302 <BODY>
31303 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
31305 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31306 When this feature is set (the default) Alpine will select possible web hostnames
31307 from the displayed text and display them in boldface for selection.  
31308 This can be useful when you receive messages referencing World Wide Web 
31309 sites without the use of complete URLs; for example, specifying only 
31310 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
31311 selectable 
31312 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
31313 rather than explicitly
31314 &quot;http://www.some.site.com&quot;.  
31316 The first available hostname is displayed in inverse.  This is the
31317 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
31318 the selected hostname via an external application as defined
31319 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31320 variable.
31322 Use the arrow keys (unless you have set the feature 
31323 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31324 to change which of the hostnames displayed in
31325 boldface is the current selection.
31327 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31328 key can be used to select the next web hostname in the message independent
31329 of which portion of the viewed message is currently displayed. The
31330 Ctrl-B key can be used to select the previous web hostnames in the same way.
31332 <UL>   
31333 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31334 </UL><P>
31335 &lt;End of help on this topic&gt;
31336 </BODY>
31337 </HTML>
31338 ====== h_config_enable_view_addresses =====
31339 <HTML>
31340 <HEAD>
31341 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
31342 </HEAD>
31343 <BODY>
31344 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
31346 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31347 Setting this feature causes Alpine to select possible email addresses
31348 from the displayed text and display them in boldface for selection.  
31351 The first available email address is displayed in inverse.  This is the
31352 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
31353 the message composition screen with the To: field filled in with the
31354 selected address.
31356 Use the arrow keys (unless you have set the feature 
31357 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31358 to change which of the hostnames displayed in
31359 boldface is the current selection.
31361 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31362 key can be used to select the next web hostname in the message independent
31363 of which portion of the viewed message is currently displayed. The
31364 Ctrl-B key can be used to select the previous web hostnames in the same way.
31366 <UL>   
31367 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31368 </UL><P>
31369 &lt;End of help on this topic&gt;
31370 </BODY>
31371 </HTML>
31372 ====== h_external_loads_inline_images_only =====
31373 <HTML>
31374 <HEAD>
31375 <TITLE>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></TITLE>
31376 </HEAD>
31377 <BODY>
31378 <H1>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></H1>
31380 Alpine allows you to pass a HTML message to the browser that you have configured in your
31381 <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A> variable. This allows
31382 you to read a message outside of Alpine. This is desirable when Alpine does not display
31383 html correctly, or when you wish to read the message and see the inline images in the message.
31386 An inline image is one that comes with the message and is necessary for the correct display of
31387 the message. However, there are instances in which the source of an image will come from
31388 external servers. If this feature is enabled (the default) then Alpine will only pass inline
31389 images to the browser and will remove the link to external images, so only inline images will
31390 be used to display the message, and no external image will be loaded. Alpine does this to protect
31391 your privacy and security.
31394 Please note that messages are usually formatted by the sender so that they display correctly once
31395 all images have been loaded. Enabling this feature might cause the message not to be correctly
31396 displayed by your browser.
31399 Also consider security and privacy implications of opening an HTML message in a browser. You are
31400 always protected when you do not use this feature, but you might not have the same level of
31401 protection if you try to open a spam or scam using the html view. Also commercial email is
31402 normally embedded with links to external images that let them, their partners, and your internet
31403 service provider (which could be your employer or school)  know that you opened their message or
31404 connected to a web site, violating your privacy.
31407 If you are worried about your privacy and security, do not use an external viewer to open
31408 html files, and keep using the internal mechanisms that Alpine provides to read messages.
31411 &lt;End of help on this topic&gt;
31412 </BODY>
31413 <HTML>
31414 ====== h_config_enable_view_arrows =====
31415 <HTML>
31416 <HEAD>
31417 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
31418 </HEAD>
31419 <BODY>
31420 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
31422 This feature modifies Up and Down arrow key behavior in Alpine's
31423 MESSAGE TEXT screen when selectable Attachments, URL's, or
31424 web-hostnames are presented. Alpine's usual behavior is to move to
31425 the next or previous selectable item if currently displayed or
31426 simply to adjust the screen view by one line.
31430 Setting this feature causes the UP and Down arrow key to behave as
31431 if no selectable items were present in the message.
31435 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
31436 item) functionality is unchanged.
31439 &lt;End of help on this topic&gt;
31440 </BODY>
31441 <HTML>
31442 ====== h_config_quell_charset_warning =====
31443 <HTML>
31444 <HEAD>
31445 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
31446 </HEAD>
31447 <BODY>
31448 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
31450 By default, if the message you are viewing contains characters that are
31451 not representable in your
31452 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
31453 then Alpine will
31454 add a warning to the start of the displayed text.
31455 If this option is set, then that editorial message will be suppressed.
31457 Setting this feature also suppresses the comment about the character set
31458 in header lines.
31459 For example, when viewing a message you might see
31461 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
31463 in the From header if your Character-Set is something other than ISO-8859-2.
31464 If you set this feature, the comment about the character set will
31465 no longer be there.
31467 &lt;End of help on this topic&gt;
31468 </BODY>
31469 </HTML>
31470 ====== h_config_quell_host_after_url =====
31471 <HTML>
31472 <HEAD>
31473 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
31474 </HEAD>
31475 <BODY>
31476 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
31478 By default, links in HTML text are displayed with the host the link
31479 references appended, within square brackets, to the link text.  Alpine
31480 does this to help indicate where a link will take you, particularly when
31481 the link text might suggest a different destination.
31484 Setting this feature will prevent the server name from being appended
31485 to the displayed text.
31488 &lt;End of help on this topic&gt;
31489 </BODY>
31490 </HTML>
31491 ====== h_config_prefer_plain_text =====
31492 <HTML>
31493 <HEAD>
31494 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
31495 </HEAD>
31496 <BODY>
31497 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
31499 A message being viewed may contain alternate versions of the same content.
31500 Those alternate versions are supposed to be ordered by the sending software such that the
31501 first alternative is the least preferred and the last alternative is the
31502 most preferred. Alpine will normally display the most-preferred version that
31503 it knows how to display. This is most often encountered where the two
31504 alternate versions are a plain text version and an HTML version, with the
31505 HTML version listed last as the most preferred.
31507 If this option is set, then any plain text version will be preferred to
31508 all other versions.
31510 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
31511 which will temporarily change the sense of this option.
31512 If this option is set you will first see the plain text version of a
31513 message.
31514 If you then type the &quot;A&quot; command, you will see the most preferred version,
31515 most likely HTML, instead.
31516 Typing the &quot;A&quot; command a second time will switch it back.
31517 Alternatively, if the present option is not set you will originally see
31518 the most preferred version of the message and typing &quot;A&quot; will switch to
31519 the plain text version.
31521 &lt;End of help on this topic&gt;
31522 </BODY>
31523 </HTML>
31524 ====== h_config_pass_control =====
31525 <HTML>
31526 <HEAD>
31527 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
31528 </HEAD>
31529 <BODY>
31530 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
31532 It is probably not useful to set this option.
31533 This is a legacy option left behind &quot;just in case&quot;.
31534 Multi-byte characters that have an octet that has the same
31535 value as a control character are permitted through whether or not
31536 this option is turned on.
31538 This feature controls how certain characters contained in messages are
31539 displayed.
31540 If set, all characters in a message will be sent to the
31541 screen. Normally, control characters are displayed as shown below to
31542 avoid a garbled screen and to 
31543 avoid inadvertently changing terminal setup parameters.
31544 Control characters are usually displayed as two character sequences like
31545 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
31546 for Control-C,
31547 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
31548 for ESCAPE,
31549 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
31550 for DELETE, and
31551 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
31552 for the character with value 133 (0x85).
31553 (The DEL character is displayed as ^?, regular control characters are displayed
31554 as the character ^ followed by the character obtained by adding the
31555 five low-order bits of the character to 0x40, and the C1
31556 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
31557 character obtained by adding the
31558 five low-order bits of the character to 0x40.)
31559 Sometimes, in cases where changing a single control character into a
31560 two-character sequence would confuse Alpine's display routines,
31561 a question mark is substituted for the control character.
31563 If you wish to filter out regular control characters but pass the
31564 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31565 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.
31567 &lt;End of help on this topic&gt;
31568 </BODY>
31569 </HTML>
31570 ====== h_config_pass_c1_control =====
31571 <HTML>
31572 <HEAD>
31573 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
31574 </HEAD>
31575 <BODY>
31576 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
31578 It is probably not useful to set this option.
31579 This is a legacy option left behind &quot;just in case&quot;.
31580 Multi-byte characters that have an octet that has the same
31581 value as a control character are permitted through whether or not
31582 this option is turned on.
31584 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31585 is set, then this feature has no effect.
31586 However, if you wish to filter out regular control characters but pass the
31587 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31588 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31589 unset and set this feature.
31591 &lt;End of help on this topic&gt;
31592 </BODY>
31593 </HTML>
31594 ====== h_config_fcc_on_bounce =====
31595 <HTML>
31596 <HEAD>
31597 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
31598 </HEAD>
31599 <BODY>
31600 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
31602 This feature controls an aspect of Alpine's behavior when bouncing a
31603 message. If set, normal FCC ("File Carbon Copy") processing will be
31604 done, just as if you had composed a message to the address you are
31605 bouncing to.  If not set, no FCC of the message will be saved. 
31607 &lt;End of help on this topic&gt;
31608 </BODY>
31609 </HTML>
31610 ====== h_config_show_cursor =====
31611 <HTML>
31612 <HEAD>
31613 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
31614 </HEAD>
31615 <BODY>
31616 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
31618 This feature controls an aspect of Alpine's displays.  If set, the system
31619 cursor will move to convenient locations in the displays.  For example,
31620 to the beginning of the status field of the highlighted index line, or
31621 to the highlighted word after a successful WhereIs command.  It is intended
31622 to draw your attention to an "interesting" spot on the screen.
31624 &lt;End of help on this topic&gt;
31625 </BODY>
31626 </HTML>
31627 ====== h_config_sort_fcc_alpha =====
31628 <HTML>
31629 <HEAD>
31630 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
31631 </HEAD>
31632 <BODY>
31633 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
31635 This feature controls an aspect of Alpine's FOLDER LIST screen.
31636 If set, the default Fcc folder will be sorted alphabetically with the other
31637 folders instead of appearing right after the INBOX.
31639 &lt;End of help on this topic&gt;
31640 </BODY>
31641 </HTML>
31642 ====== h_config_sort_save_alpha =====
31643 <HTML>
31644 <HEAD>
31645 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
31646 </HEAD>
31647 <BODY>
31648 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
31650 This feature controls an aspect of Alpine's FOLDER LIST screen.
31651 If set, the default save folder will be sorted alphabetically with the other
31652 folders instead of appearing right after the INBOX (and default FCC folder).
31654 &lt;End of help on this topic&gt;
31655 </BODY>
31656 </HTML>
31657 ====== h_config_single_list =====
31658 <HTML>
31659 <HEAD>
31660 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
31661 </HEAD>
31662 <BODY>
31663 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
31665 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
31666 the folders will be listed one per line instead of several per line
31667 in the FOLDER LIST display.
31669 &lt;End of help on this topic&gt;
31670 </BODY>
31671 </HTML>
31672 ====== h_config_vertical_list =====
31673 <HTML>
31674 <HEAD>
31675 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
31676 </HEAD>
31677 <BODY>
31678 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
31680 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
31681 the folders will be listed alphabetically down the columns rather
31682 than across the columns as is the default.
31684 &lt;End of help on this topic&gt;
31685 </BODY>
31686 </HTML>
31687 ====== h_config_verbose_post =====
31688 <HTML>
31689 <HEAD>
31690 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
31691 </HEAD>
31692 <BODY>
31693 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
31694 This feature controls an aspect of Alpine's message sending.  When enabled,
31695 Alpine will send a VERB (i.e., VERBose) command early in the posting process
31696 intended to cause the SMTP server to provide a more detailed account of
31697 the transaction.  This feature is typically only useful to system
31698 administrators and other support personnel as an aid in troubleshooting
31699 problems.
31701 Note, this feature relies on a specific capability of the system's mail
31702 transport agent or configured 
31703 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
31704 It is possible that this
31705 feature will cause problems for some transport agents, and may result in
31706 sending failure.  In addition, as the verbose output comes from the mail
31707 transport agent, it is likely to vary from one system to another. 
31708 <P><UL>
31709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31710 </UL><P>
31711 &lt;End of help on this topic&gt;
31712 </BODY>
31713 </HTML>
31714 ====== h_config_auto_reply_to =====
31715 <HTML>
31716 <HEAD>
31717 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
31718 </HEAD>
31719 <BODY>
31720 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
31722 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
31723 will not prompt when a message being replied to contains a "Reply-To:"
31724 header value, but will simply use its value (as opposed to using the
31725 "From:" field's value).
31729 Note: Using the "Reply-To:" address is usually the preferred behavior,
31730 however, some mailing list managers choose to place the list's address in
31731 the "Reply-To:" field of any message sent out to the list.  In such
31732 cases, this feature makes it all too easy for personal replies to be
31733 inadvertently sent to the entire mail list, so be careful! 
31735 &lt;End of help on this topic&gt;
31736 </BODY>
31737 </HTML>
31738 ====== h_config_del_skips_del =====
31739 <HTML>
31740 <HEAD>
31741 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
31742 </HEAD>
31743 <BODY>
31744 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
31746 This feature controls an aspect of Alpine's Delete command.  If set, this
31747 feature will cause the Delete command to advance past following messages that
31748 are marked deleted.  In other words, pressing "D" will both mark the
31749 current message deleted and advance to the next message that is not marked
31750 deleted.
31751 This feature is set by default.
31753 &lt;End of help on this topic&gt;
31754 </BODY></HTML>
31755 ====== h_config_expunge_manually =====
31756 <HTML>
31757 <HEAD>
31758 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
31759 </HEAD>
31760 <BODY>
31761 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
31763 Normally, when you close a folder that contains deleted messages you are
31764 asked if you want to expunge those messages from the folder permanently.
31765 If this feature is set, you won't be asked and the deleted messages will
31766 remain in the folder.
31767 If you choose to set this feature you will have to expunge the
31768 messages manually using the eXpunge command, which you can use while
31769 in the MESSAGE INDEX screen.
31770 If you do not expunge deleted messages the size of your
31771 folder will continue to increase until you are out of disk space.
31773 <UL>   
31774 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31775 </UL><P>
31776 &lt;End of help on this topic&gt;
31777 </BODY>
31778 </HTML>
31779 ====== h_config_auto_expunge =====
31780 <HTML>
31781 <HEAD>
31782 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
31783 </HEAD>
31784 <BODY>
31785 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
31787 This features controls an aspect of Alpine's eXpunge command.  If set, you
31788 will <B>not</B> be prompted to confirm your intent before the expunge takes 
31789 place.
31790 Actually, this is only true for the INBOX folder and for folders in the
31791 Incoming Folders collection. See the feature
31792 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
31794 <UL>   
31795 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31796 </UL><P>
31797 &lt;End of help on this topic&gt;
31798 </BODY>
31799 </HTML>
31800 ====== h_config_full_auto_expunge =====
31801 <HTML>
31802 <HEAD>
31803 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
31804 </HEAD>
31805 <BODY>
31806 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
31808 This features controls an aspect of Alpine's eXpunge command.  If set, you
31809 will <B>not</B> be prompted to confirm your intent before the expunge 
31810 takes place.  This feature sets this behavior for all folders, unlike the
31811 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
31812 feature that works only for incoming folders.
31814 <UL>   
31815 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31816 </UL><P>
31817 &lt;End of help on this topic&gt;
31818 </BODY>
31819 </HTML>
31820 ====== h_config_auto_read_msgs =====
31821 <HTML>
31822 <HEAD>
31823 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
31824 </HEAD>
31825 <BODY>
31826 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
31827 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
31828 and the 
31829 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
31830 option is also set, then Alpine will
31831 automatically transfer all read messages to the designated folder and mark
31832 them as deleted in the INBOX.  Messages in the INBOX marked with an 
31833 &quot;N&quot; (meaning New, or unseen) are not affected.
31835 <UL>   
31836 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31837 </UL><P>
31838 &lt;End of help on this topic&gt;
31839 </BODY>
31840 </HTML>
31841 ====== h_config_auto_fcc_only =====
31842 <HTML>
31843 <HEAD>
31844 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
31845 </HEAD>
31846 <BODY>
31847 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
31848 This features controls an aspect of Alpine's composer.
31849 The only time this feature will be used is if you attempt to send mail
31850 that has no recipients but does have an Fcc.
31851 Normally, Alpine will ask if you really mean to copy the message only to
31852 the Fcc.
31853 That is, it asks if you really meant to have no recipients.
31854 If this feature is set, you
31855 will <B>not</B> be prompted to confirm your intent to make only a copy
31856 of a message with no recipients.
31858 This feature is closely related to
31859 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
31860 The difference between this feature and that feature is that this feature
31861 considers a Bcc to be a recipient while that feature will ask for confirmation
31862 even if there is a Bcc when there is no To, Cc, or Newsgroup.
31863 The default values also differ. This feature defaults to asking the question
31864 and you have to turn it off.
31865 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
31866 unless you turn it on.
31869 <UL>   
31870 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31871 </UL><P>
31872 &lt;End of help on this topic&gt;
31873 </BODY>
31874 </HTML>
31875 ====== h_config_mark_fcc_seen =====
31876 <HTML>
31877 <HEAD>
31878 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
31879 </HEAD>
31880 <BODY>
31881 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
31883 This features controls the way Fccs (File carbon copies) are
31884 made of the messages you send.
31887 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
31888 copy will be marked as Unseen.
31889 When you look at the folder it was saved in the message will appear to
31890 be a New message until you read it.
31891 When this feature is enabled, the message will be marked as having
31892 been Seen.
31895 <UL>   
31896 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31897 </UL><P>
31898 &lt;End of help on this topic&gt;
31899 </BODY>
31900 </HTML>
31901 ====== h_config_no_fcc_attach =====
31902 <HTML>
31903 <HEAD>
31904 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
31905 </HEAD>
31906 <BODY>
31907 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
31909 This features controls the way Fcc's (File carbon copies) are
31910 made of the messages you send.
31913 Normally, Alpine saves an exact copy of your message as it was sent.
31914 When this feature is enabled, the &quot;body&quot; of the message
31915 you send (the text you type in the composer) is preserved in the 
31916 copy as before, however all attachments are replaced with text
31917 explaining what had been sent rather than the attachments themselves.
31920 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
31921 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
31922 allows you to interactively set whether or not attachments are saved
31923 to the Fcc'd copy.
31926 <UL>   
31927 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31928 </UL><P>
31929 &lt;End of help on this topic&gt;
31930 </BODY>
31931 </HTML>
31932 ====== h_config_read_in_newsrc_order =====
31933 <HTML>
31934 <HEAD>
31935 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
31936 </HEAD>
31937 <BODY>
31938 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
31940 This feature controls the order in which newsgroups will be presented.  If
31941 set, they will be presented in the same order as they occur in your 
31942 <!--chtml if pinemode="os_windows"-->
31943 &quot;NEWSRC&quot;
31944 <!--chtml else-->
31945 &quot;.newsrc&quot;
31946 <!--chtml endif-->
31947 file (the default location of which can be changed with the 
31948 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
31950 If not set, the newsgroups will be presented in alphabetical order.
31952 <UL>   
31953 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31954 </UL><P>
31955 &lt;End of help on this topic&gt;
31956 </BODY>
31957 </HTML>
31958 ====== h_config_quell_tz_comment =====
31959 <HTML>
31960 <HEAD>
31961 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
31962 </HEAD>
31963 <BODY>
31964 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
31966 Normally, when Alpine generates a Date header for outgoing mail,
31967 it will try to include the symbolic timezone at the end of the
31968 header inside parentheses.
31969 The symbolic timezone is often three characters long, but on
31970 some operating systems, it may be longer.
31971 Apparently there are some SMTP servers in the world that will reject an
31972 incoming message if it has a Date header longer than about 80 characters.
31973 If this feature is set, the symbolic timezone normally generated by
31974 Alpine will not be included.
31975 You probably don't need to worry about this feature unless you run into
31976 the problem described above.
31979 &lt;End of help on this topic&gt;
31980 </BODY>
31981 </HTML>
31982 ====== h_config_post_wo_validation =====
31983 <HTML>
31984 <HEAD>
31985 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
31986 </HEAD>
31987 <BODY>
31988 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
31990 This feature controls whether the NNTP server is queried as newsgroups
31991 are entered for posting.  Validation over slow links (e.g. dialup using
31992 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
31994 &lt;End of help on this topic&gt;
31995 </BODY>
31996 </HTML>
31997 ====== h_config_send_wo_confirm =====
31998 <HTML>
31999 <HEAD>
32000 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
32001 </HEAD>
32002 <BODY>
32003 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
32005 By default, when you send or post a message you will be asked to confirm
32006 with a question that looks something like:
32009 <CENTER><SAMP>Send message?</SAMP></CENTER>
32012 If this feature is set, you
32013 will <B>not</B> be prompted to confirm your intent to send
32014 and your message will be sent.
32016 If this feature is set it disables some possibilities and renders some
32017 other features meaningless.
32018 You will not be able to use
32019 <A HREF="h_config_sending_filter">Sending Filters</A>,
32020 Verbose sending mode,
32021 <A HREF="h_config_compose_bg_post">Background Sending</A>,
32022 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
32023 or ^V to turn off the generation of flowed text for this message.
32024 These options are normally available as suboptions in the Send prompt, but
32025 with no Send prompt the options are gone.
32028 A somewhat related feature is
32029 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
32030 which may be used to eliminate the extra confirmation
32031 question when posting to a newsgroup.
32033 <UL>   
32034 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32035 </UL><P>
32036 &lt;End of help on this topic&gt;
32037 </BODY>
32038 </HTML>
32039 ====== h_config_quell_filtering_done_message =====
32040 <HTML>
32041 <HEAD>
32042 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
32043 </HEAD>
32044 <BODY>
32045 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
32047 If you use Filter Rules that move messages or set status of messages
32048 you sometimes see a message from Alpine that looks like
32051 <CENTER><SAMP>filtering done</SAMP></CENTER>
32054 If this feature is set, this message will be suppressed.
32055 If the feature
32056 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
32057 is set then this message will be suppressed regardless.
32060 <UL>   
32061 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32062 </UL><P>
32063 &lt;End of help on this topic&gt;
32064 </BODY>
32065 </HTML>
32066 ====== h_config_quell_filtering_messages =====
32067 <HTML>
32068 <HEAD>
32069 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
32070 </HEAD>
32071 <BODY>
32072 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
32074 If you use Filter Rules that move messages or set status of messages
32075 you sometimes see messages from Alpine that look like
32078 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
32084 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
32090 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
32093 If this feature is set, these messages will be suppressed.
32094 The feature
32095 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
32096 is related.
32099 <UL>   
32100 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32101 </UL><P>
32102 &lt;End of help on this topic&gt;
32103 </BODY>
32104 </HTML>
32105 ====== h_config_quell_post_prompt =====
32106 <HTML>
32107 <HEAD>
32108 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
32109 </HEAD>
32110 <BODY>
32111 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
32113 By default, when you post a message to a newsgroup you are asked to confirm
32114 that you want to post with the question
32117 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
32120 If this feature is set, you
32121 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
32122 and your message will be posted.
32125 <UL>   
32126 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32127 </UL><P>
32128 &lt;End of help on this topic&gt;
32129 </BODY>
32130 </HTML>
32131 ====== h_config_check_mail_onquit =====
32132 <HTML>
32133 <HEAD>
32134 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
32135 </HEAD>
32136 <BODY>
32137 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
32139 If this feature is set, Alpine will check for new mail after you give the
32140 Quit command.
32141 If new mail has arrived since the previous check, you will be notified
32142 and given the choice of quitting or not quitting.
32144 <UL>   
32145 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32146 </UL><P>
32147 &lt;End of help on this topic&gt;
32148 </BODY>
32149 </HTML>
32150 ====== h_config_inbox_no_confirm =====
32151 <HTML>
32152 <HEAD>
32153 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
32154 </HEAD>
32155 <BODY>
32156 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
32158 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32159 command and there are no more folders or newsgroups to visit, you are asked
32160 if you want to return to the INBOX.
32161 If this feature is set you will not be asked.
32162 It will be assumed that you do want to return to the INBOX.
32164 <UL>   
32165 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32166 </UL><P>
32167 &lt;End of help on this topic&gt;
32168 </BODY>
32169 </HTML>
32170 ====== h_config_dates_to_local =====
32171 <HTML>
32172 <HEAD>
32173 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
32174 </HEAD>
32175 <BODY>
32176 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
32178 Normally, the message dates that you see in the
32179 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
32180 For example, if a message was sent to you from a few timezones to the east
32181 it might appear that it was sent from the future;
32182 or if it was sent from somewhere to the west it might appear
32183 as if it is from yesterday even though it was sent only a few minutes ago.
32184 If this feature is set an attempt will be made to convert the dates
32185 to your local timezone to be displayed.
32187 Note that this does not affect the results of Select by Date or of
32188 anything else other than these displayed dates.
32189 When viewing the message you may look at the original unconverted value of the Date
32190 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
32192 <UL>   
32193 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32194 </UL><P>
32195 &lt;End of help on this topic&gt;
32196 </BODY>
32197 </HTML>
32198 ====== h_config_tab_no_prompt =====
32199 <HTML>
32200 <HEAD>
32201 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
32202 </HEAD>
32203 <BODY>
32204 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
32206 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32207 command and there is a problem checking a folder, you are asked
32208 whether you want to continue with the search in the following folder or not.
32209 This question gives you a chance to stop the NextNew processing.
32210 (The checking problem might be caused by the fact that the folder does not
32211 exist, or by an authentication problem, or by a server problem
32212 of some sort.)
32215 If this feature is set you will not be asked.
32216 It will be assumed that you do want to continue.
32218 <UL>   
32219 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32220 </UL><P>
32221 &lt;End of help on this topic&gt;
32222 </BODY>
32223 </HTML>
32224 ====== h_config_input_history =====
32225 <HTML>
32226 <HEAD>
32227 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
32228 </HEAD>
32229 <BODY>
32230 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
32232 Many of the prompts that ask for input in the status line near the
32233 bottom of the screen will respond to Up Arrow and Down Arrow
32234 with the history of previous entries.
32235 For example, in the MESSAGE INDEX screen when you use the WhereIs
32236 command the text you entered will be remembered and can be recalled
32237 by using the Up Arrow key.
32238 Another example, when saving a message the folders saved to will
32239 be remembered and can be recalled using the arrow keys.
32241 In the Save prompt, some users prefer that the Up and Down arrow keys
32242 be used for the Previous Collection and Next Collection commands
32243 instead of for a history of previous saves.
32244 If this option is set the Up and Down arrow keys will become synonyms for the
32245 Previous Collection and Next Collection (^P and ^N) commands in the
32246 prompt for the name of a folder to Save to or in the prompt for the
32247 name of a folder to GoTo.
32248 When this feature is not set (the default), ^P and ^N will change the
32249 collection and the arrow keys will show the history.
32251 <UL>   
32252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32253 </UL><P>
32254 &lt;End of help on this topic&gt;
32255 </BODY>
32256 </HTML>
32257 ====== h_config_confirm_role =====
32258 <HTML>
32259 <HEAD>
32260 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
32261 </HEAD>
32262 <BODY>
32263 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
32265 If you have roles, when you Reply to or Forward a message, or Compose
32266 a new message, Alpine
32267 will search through your roles for one that matches.
32268 Normally, if no matches are found you will be placed into the composer
32269 with no opportunity to select a role.
32270 If this feature is set, then you will be asked to confirm that you don't
32271 want a role.
32272 This will give you the opportunity to select a role (with the ^T command).
32273 If you confirm no role with a Return, you will be placed in
32274 the composer with no role.
32275 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
32276 These behave the same as if you pressed the Return.
32277 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
32278 match what you might type if there was a role match.)
32280 If you are using the alternate form of the Compose command called
32281 &quot;Role&quot;, then all of your roles will be available to you,
32282 independent of the value of this feature and of the values set for all of
32283 Reply Use, Forward Use, and Compose Use.
32285 <UL>   
32286 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32287 </UL><P>
32288 &lt;End of help on this topic&gt;
32289 </BODY>
32290 </HTML>
32291 ====== h_config_news_cross_deletes =====
32292 <HTML>
32293 <HEAD>
32294 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
32295 </HEAD>
32296 <BODY>
32297 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
32299 This feature controls what Alpine does when you delete a message in a
32300 newsgroup that appears in more than one newsgroup.  Such a message
32301 is sometimes termed a &quot;crossposting&quot; in that it was posted
32302 across several newsgroups.
32305 Alpine's default behavior when you delete such a message is to remove
32306 only the copy in the current newsgroup from view when you use the
32307 &quot;Exclude&quot; command or the next time you visit the newsgroup.
32310 Enabling this feature causes Alpine to remove every occurrence of the
32311 message from all newsgroups it appears in and to which you are
32312 subscribed.
32315 NOTE: As currently implemented, enabling this feature may increase the
32316 time it takes the Expunge command and newsgroup closing to complete.
32319 <UL>   
32320 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32321 </UL><P>
32322 &lt;End of help on this topic&gt;
32323 </BODY>
32324 </HTML>
32325 ====== h_config_news_catchup =====
32326 <HTML>
32327 <HEAD>
32328 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
32329 </HEAD>
32330 <BODY>
32331 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
32333 This feature controls what Alpine does as it closes a newsgroup.
32334 When set, Alpine will offer to delete all messages from the newsgroup
32335 as you are quitting Alpine or opening a new folder.
32338 This feature is useful if you typically read all the interesting messages
32339 in a newsgroup each time you open it.  This feature saves you from
32340 having to delete each message in a newsgroup as you read it or from
32341 selecting all the messages and doing an
32342 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
32343 move on to the next folder or newsgroup.
32346 <UL>   
32347 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32348 </UL><P>
32349 &lt;End of help on this topic&gt;
32350 </BODY>
32351 </HTML>
32352 ====== h_config_next_thrd_wo_confirm =====
32353 <HTML>
32354 <HEAD>
32355 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
32356 </HEAD>
32357 <BODY>
32358 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
32360 This feature controls an aspect of Alpine's Next and Prev commands in
32361 the case where you are using one of the
32362 &quot;separate-index-screen&quot; styles for the configuration option
32363 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
32364 and currently have the folder sorted by a Threaded or OrderedSubject sort.
32365 When you are Viewing a particular thread you have a
32366 MESSAGE INDEX of only the messages in that thread.
32367 If you press the Next command with the last message in the thread highlighted
32368 you will normally be asked if you want to &quot;View next thread?&quot;,
32369 assuming there is a next thread to view.
32370 If this feature is set it will be assumed that you always want to view the
32371 next thread and you won't be asked to confirm that.
32372 Similarly, if the first message of the thread is highlighted and you
32373 press the Prev command, this feature will prevent the question
32374 &quot;View previous thread&quot;.
32376 This feature only has an effect in the MESSAGE INDEX screen.
32377 If you then view a particular message from that screen and press the
32378 Next command, you will be sent to the next thread without being asked,
32379 independent of the setting of this feature.
32381 The feature
32382 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
32384 &lt;End of help on this topic&gt;
32385 </BODY>
32386 </HTML>
32387 ====== h_config_kw_braces =====
32388 <HTML>
32389 <HEAD>
32390 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
32391 </HEAD>
32392 <BODY>
32393 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
32395 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
32396 TEXT screens.
32397 If you have modified the
32398 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32399 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
32400 are used to display keywords or their initials along with the Subject; then
32401 this option may be used to modify the resulting display slightly.
32402 By default, the keywords or initials displayed for these tokens will be
32403 surrounded with curly braces ({ and }) and a trailing space.
32404 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
32405 a message, the &quot;SUBJKEY&quot; token will normally look like
32407 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
32409 and the SUBJKEYINIT token would look like
32411 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
32413 The default character before the keywords is the left brace ({) and the
32414 default after the keywords is the right brace followed by a space (} ).
32416 This option allows you to change that.
32417 You should set it to two values separated by a space.
32418 The values may be quoted if they include space characters.
32419 So, for example, the default value could be specified explicitly by setting this
32420 option to
32422 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
32424 The first part wouldn't need to be quoted (but it doesn't hurt).
32425 The second part does need the quotes because it includes a space character.
32426 If you wanted to change the braces to brackets you could use
32428 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
32430 Inside the quotes you can use backslash quote to mean quote, so
32432 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
32434 would produce
32436 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
32438 It is also possible to color keywords in the index using the
32439 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
32441 It is not possible to change the fact that a space character is used to
32442 separate the keywords if more than one keyword is set for a message.
32443 It is also not possible to change the fact that there are no separators
32444 between the keyword initials if more than one keyword is set.
32446 &lt;End of help on this topic&gt;
32447 </BODY>
32448 </HTML>
32449 ====== h_config_opening_sep =====
32450 <HTML>
32451 <HEAD>
32452 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
32453 </HEAD>
32454 <BODY>
32455 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
32457 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
32458 With some setups the text of the subject is followed
32459 by the opening text of the message if there is any room available in the index line.
32460 If you have configured your
32461 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32462 to include one of the Subject tokens that causes this behavior
32463 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
32464 to modify what is displayed slightly.
32465 By default, the Subject is separated from the opening text of the message by
32466 the three characters space dash space;
32468 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
32470 Use this option to set it to something different.
32471 The value must be quoted if it includes any space characters.
32472 For example, the default value could be specified explicitly by setting this
32473 option to
32475 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
32477 &lt;End of help on this topic&gt;
32478 </BODY>
32479 </HTML>
32480 ====== h_config_select_wo_confirm =====
32481 <HTML>
32482 <HEAD>
32483 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
32484 </HEAD>
32485 <BODY>
32486 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
32488 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
32489 These commands all take text input to specify the name of the folder or
32490 file to be used, but allow you to press ^T for a list of possible names.
32491 If set, the selected name will be used immediately, without further
32492 opportunity to confirm or edit the name.
32494 Some related help topics are
32495 <UL>
32496 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
32497 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
32498 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
32499 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
32500 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
32501 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
32502 </UL>
32504 &lt;End of help on this topic&gt;
32505 </BODY>
32506 </HTML>
32507 ====== h_config_save_part_wo_confirm =====
32508 <HTML>
32509 <HEAD>
32510 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
32511 </HEAD>
32512 <BODY>
32513 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
32515 This feature controls an aspect of Alpine's Save command.
32516 By default, when you Save a message that has some deleted parts, you will
32517 be asked to confirm that you want to Save with a prompt that looks like:
32519 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
32521 If this feature is set, you will not be asked.
32523 &lt;End of help on this topic&gt;
32524 </BODY>
32525 </HTML>
32526 ====== h_config_use_resentto =====
32527 <HTML>
32528 <HEAD>
32529 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
32530 </HEAD>
32531 <BODY>
32532 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
32534 This feature is turned off by default because turning it on causes problems
32535 with some deficient IMAP servers.
32536 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
32537 <A HREF="h_rule_patterns">Pattern</A>
32538 contains a To header pattern and this feature is turned on,
32539 then a check is made in the message to see
32540 if a Resent-To header is present, and that is used instead of the To header.
32541 If this feature is not turned on, then the regular To header will always
32542 be used.
32545 &lt;End of help on this topic&gt;
32546 </BODY>
32547 </HTML>
32548 ====== h_config_use_reg_start_for_stayopen =====
32549 <HTML>
32550 <HEAD>
32551 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
32552 </HEAD>
32553 <BODY>
32554 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
32556 This feature affects which message is selected as the current message
32557 when you enter a
32558 <A HREF="h_config_permlocked">Stay Open</A> folder.
32560 Normally, the starting position for an incoming folder (which most Stay Open
32561 folders will likely be) is controlled by the
32562 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
32563 However, if a folder is a Stay Open folder, when you re-enter the folder
32564 after the first time the current message will be the same as it was when
32565 you left the folder.
32566 An exception is made if you use the TAB command to get to the folder.
32567 In that case, the message number will be incremented by one from what it
32568 was when you left the folder.
32570 The above special behavior is thought to be useful.
32571 However, it is special and different from what you might at first expect.
32572 If this feature is set, then Stay Open folders will not be treated specially
32573 as far as the startup rule is concerned.
32576 &lt;End of help on this topic&gt;
32577 </BODY>
32578 </HTML>
32579 ====== h_config_use_current_dir =====
32580 <HTML>
32581 <HEAD>
32582 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
32583 </HEAD>
32584 <BODY>
32585 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
32587 This feature controls an aspect of several commands. 
32588 If set, your &quot;current working directory&quot; 
32589 <!--chtml if pinemode="running"-->
32590 (which, at least for your current Alpine &quot;session,&quot; 
32591 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
32592 <!--chtml endif-->
32593 will be used instead of your home directory 
32594 <!--chtml if pinemode="running"-->
32595 (which, in the present configuration of your system, is
32596  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
32597 <!--chtml endif-->
32598 for all of the following operations:<UL>
32599     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
32600     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
32601     <LI> <!--chtml if pinemode="function_key"-->F4
32602          <!--chtml else-->Ctrl-R
32603          <!--chtml endif--> file inclusion in the COMPOSER
32604     <LI> <!--chtml if pinemode="function_key"-->F5
32605          <!--chtml else-->Ctrl-J
32606          <!--chtml endif--> file attachment in the COMPOSER
32607 </UL>
32608 <!--chtml if pinemode="os_windows"-->
32610 If you are starting PC-Alpine from a desktop icon or the Start menu, 
32611 you can set the &quot;current drive&quot; 
32612 by specifying it in the &quot;Start in:&quot; 
32613 box found in the Shortcut tab of the Properties.  
32614 <!--chtml endif-->
32616 <UL>   
32617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32618 </UL>
32621 &lt;End of help on this topic&gt;
32622 </BODY>
32623 </HTML>
32624 ====== h_config_save_wont_delete =====
32625 <HTML>
32626 <HEAD>
32627 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
32628 </HEAD>
32629 <BODY>
32630 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
32632 This feature controls one aspect of the Save command.  If set, Save will
32633 not mark the message &quot;deleted&quot; (its default behavior) after
32634 it has been copied to the designated folder.
32637 &lt;End of help on this topic&gt;
32638 </BODY>
32639 </HTML>
32640 ====== h_config_use_boring_spinner =====
32641 <HTML>
32642 <HEAD>
32643 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
32644 </HEAD>
32645 <BODY>
32646 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
32648 When Alpine is delayed for some reason it usually shows that
32649 something is happening with a small animated display in the status
32650 message line near the bottom of the screen.
32651 Setting this feature will cause that animation to be the same
32652 each time instead of having Alpine choose a random animation.
32653 You may turn the animation off altogether by setting the
32654 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
32655 option to zero.
32658 &lt;End of help on this topic&gt;
32659 </BODY>
32660 </HTML>
32661 ====== h_config_unsel_wont_advance =====
32662 <HTML>
32663 <HEAD>
32664 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
32665 </HEAD>
32666 <BODY>
32667 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
32669 This feature controls one aspect of the Unselect Current message command.
32670 Normally, when the Unselect current message command (:) is typed when the
32671 current message is selected, the message will be unselected and the next
32672 message will become the current message.
32673 If this feature is set, the cursor will not advance to the next message.
32674 Instead, the current message will remain the current message after
32675 unselecting.
32678 &lt;End of help on this topic&gt;
32679 </BODY>
32680 </HTML>
32681 ====== h_config_prune_uses_iso =====
32682 <HTML>
32683 <HEAD>
32684 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
32685 </HEAD>
32686 <BODY>
32687 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
32689 By default, Alpine asks monthly whether or not you would like to rename
32690 some folders to a new name containing the date.
32691 It also asks whether or not you would like to delete some old folders.
32692 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
32693 explanation.
32696 By default, the name used when renaming a folder looks like
32698 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
32700 For example, the first time you run Alpine in May of 2004,
32701 the folder &quot;sent-mail&quot; might be renamed to
32703 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
32705 If this feature is set, the name used will be of the form
32707 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
32709 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
32710 month (01, 02, ..., 12).
32711 For the April, 2004 example above, it would instead be
32713 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
32715 because April is the 4th month of the year.
32716 A reason you might want to set this feature is so that the folders
32717 will sort in chronological order.
32720 &lt;End of help on this topic&gt;
32721 </BODY>
32722 </HTML>
32723 ====== h_config_save_advances =====
32724 <HTML>
32725 <HEAD>
32726 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
32727 </HEAD>
32728 <BODY>
32729 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
32731 This feature controls one aspect of the Save command.  If set, Save will
32732 (in addition to copying the current message to the designated folder) also
32733 advance to the next message.
32736 &lt;End of help on this topic&gt;
32737 </BODY>
32738 </HTML>
32739 ====== h_config_force_arrow =====
32740 <HTML>
32741 <HEAD>
32742 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
32743 </HEAD>
32744 <BODY>
32745 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
32747 This feature affects Alpine's MESSAGE INDEX display routine.
32748 If set, the normal inverse-video cursor will be
32749 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
32750 second column of the index display.
32752 This is the same index cursor you get if you turn on
32753 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
32754 line coloring will still be present if this feature is turned on and
32755 <!--#echo var="FEAT_assume-slow-link"--> is off.
32757 An alternative version of the Arrow cursor is available by including the
32758 <A HREF="h_config_index_arrow_color">ARROW</A>
32759 token in the
32760 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32762 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
32763 but that is not implemented.
32766 &lt;End of help on this topic&gt;
32767 </BODY>
32768 </HTML>
32769 ====== h_config_ignore_size =====
32770 <HTML>
32771 <HEAD>
32772 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
32773 </HEAD>
32774 <BODY>
32775 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
32777 When you have an account residing in an IMAP server, Alpine records the 
32778 size of each message as reported by the server. However, when Alpine saves 
32779 a message in such IMAP server, Alpine will compute the size of the message 
32780 independently, from the data it received. If these two numbers do not 
32781 match for a message, Alpine asks you if you still want to take the risk of 
32782 saving such message, since data corruption or loss of data could result 
32783 from this save.
32786 Sometimes the root of this problem is that the IMAP server does not 
32787 compute sizes correctly, and there will not be loss of information when 
32788 saving such message. Enabling this feature will make Alpine ignore such 
32789 error and continue saving the message without producing any warnings or 
32790 ever stopping the process, as if there had not been any error. This option 
32791 applies to all IMAP servers that you use, so if you enable this feature, 
32792 size discrepancy warnings will not be given for any IMAP server you 
32793 connect to.
32796 Example of a server where you could reproduce this problem is the Gmail 
32797 IMAP server. Another example can be found in some versions of the Exchange 
32798 server.
32801 It is recommended that this feature be disabled most of the time and only 
32802 enabled when you find a server which you can determine that has the above 
32803 mentioned defect, but be disabled again after making the save operation 
32804 succeed.
32807 &lt;End of help on this topic&gt;
32808 </BODY>
32809 </HTML>
32810 ====== h_config_force_low_speed =====
32811 <HTML>
32812 <HEAD>
32813 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
32814 </HEAD>
32815 <BODY>
32816 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
32818 UNIX Alpine only.
32820 This feature affects Alpine's display routines.  If set, the normal
32821 inverse-video cursor (used to highlight the current item in a list) will be
32822 replaced by an &quot;arrow&quot; cursor and other
32823 screen update optimizations for
32824 low-speed links (e.g. 2400 bps dialup connections) will be activated.
32825 One of the optimizations is that colored index lines (set up with Indexcolor
32826 Rules) will not be colored.
32827 If you are just turning this feature on because you like using
32828 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
32829 coloring by turning this feature off and the
32830 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
32833 &lt;End of help on this topic&gt;
32834 </BODY>
32835 </HTML>
32836 ====== h_config_show_delay_cue =====
32837 <HTML>
32838 <HEAD>
32839 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
32840 </HEAD>
32841 <BODY>
32842 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
32844 If set, this feature will cause an asterisk to appear in the upper
32845 left-hand corner of the screen whenever Alpine checks for new mail.
32846 Two asterisks whenever Alpine saves (checkpoints) the state of the current
32847 mailbox to disk.
32849 <!--chtml if pinemode="os_windows"-->
32851 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
32852 it is trying to open a network connection (e.g, to open your INBOX
32853 on an IMAP
32854 server) or read from the network connection.  A greater-than symbol,
32855 will be displayed when PC-Alpine is trying to write to the network
32856 connection (e.g, sending a command to your IMAP server).
32857 <!--chtml endif-->
32860 &lt;End of help on this topic&gt;
32861 </BODY>
32862 </HTML>
32863 ====== h_config_color_style =====
32864 <HTML>
32865 <HEAD>
32866 <TITLE>OPTION: Color Style</TITLE>
32867 </HEAD>
32868 <BODY>
32869 <H1>OPTION: Color Style</H1>
32871 UNIX Alpine only.
32873 If the terminal or terminal emulator you are using is capable of displaying
32874 colors, this option controls whether or not color will be used in Alpine.
32875 If you turn color on and things are set up correctly,
32876 you should see color appear on the screen immediately.
32877 Modern terminal emulators are usually capable of displaying colors.
32879 The available options include:
32882 <DL>
32883 <DT>no-color</DT>
32884 <DD>Don't use color.
32885 </DD>
32887 <DT>use-termdef</DT>
32888 <DD>In order to decide if your terminal is capable of color, Alpine looks in
32889 the terminal capabilities database, TERMINFO or TERMCAP, depending on
32890 how Alpine was compiled.
32891 This is a good option to choose if you switch between a color and a non-color
32892 terminal with the same Alpine configuration.
32893 Alpine will know to use color on the color terminal because it is described
32894 in the termcap entry, and Alpine will know to use black and white on the
32895 non-color terminal.
32896 The Alpine Technical Notes, distributed with the source code of Alpine
32897 have more information on configuring a TERMCAP or TERMINFO
32898 entry for color Alpine.
32899 This is usually something a system administrator does.
32900 </DD>
32902 <DT>force-ansi-8color</DT>
32903 <DD>This is probably the setting that most people should use.
32904 Because setting up a termcap entry is confusing and because the
32905 terminal capabilities database is often not correctly configured for color,
32906 this choice and the next may be easier for you to use.
32907 If your terminal emulator responds to ANSI color escape sequences, which
32908 many do, this option will cause Alpine to believe your terminal will respond
32909 to the escape sequences that produce eight different foreground and background
32910 colors.
32911 The escape sequences used to set the foreground colors are
32913   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
32915 where the color_number is an ASCII digit between 0 and 7.
32916 The numbers 0 through 7 should correspond to the colors black, red, green,
32917 yellow, blue, magenta, cyan, and white.
32918 Some terminal emulators use a pre-ANSI scheme that swaps
32919 the colors blue and red and the colors yellow and cyan.
32920 This will cause the default colors to be different, but other than that
32921 things should work fine.
32922 There is also a 9th color available, the last one shown, which is the default
32923 color from the terminal emulator.
32924 When used as a background color some people refer to this color as
32925 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
32926 shown in the color swatch of the SETUP COLOR screen.
32927 The foreground transparent color is shown as
32928 the color of the &quot;TRAN&quot; text.
32929 (The transparent color will not work correctly in a PC-Alpine configuration.)
32930 The escape sequences used to set the background colors are the same
32931 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
32932 The escape sequences for foreground and background default colors (transparent)
32933 are 39m and 49m.
32935 Note: With the Tera Term terminal emulator this setting works well.
32936 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
32937 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
32938 menu, in the &quot;Window&quot; submenu.
32939 </DD>
32941 <DT>force-ansi-16color</DT>
32942 <DD>Many terminal emulators know about the same eight colors above
32943 plus eight more.
32944 This option attempts to use all 16 colors.
32945 The same escape sequences as for the eight-color terminal are used
32946 for the first eight colors.
32947 The escape sequences used to set foreground colors 8-15 are the same as
32948 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
32949 The background color sequences for colors 8-15 are the same as for 0-7
32950 except the &quot;4&quot; is replaced with &quot;10&quot;.
32951 You can tell if the 16 colors are working by turning on this option
32952 and then going into one of the color configuration screens, for example,
32953 the configuration screen for Normal Color.
32954 If you see 16 different colors to select from (plus a 17th for
32955 the transparent color), it's working.
32956 </DD>
32958 <DT>force-xterm-256color</DT>
32959 <DD>Some versions of xterm (and some other terminal emulators)
32960 have support for 256 colors.
32961 The escape sequences used to set the foreground colors are
32963   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
32965 where the color_number is an ASCII digit between 0 and 255.
32966 Background colors are the same with the 38 replaced with a 48.
32967 The numbers 0 through 15 are probably similar to the 16 color version
32968 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
32969 The terminal default (transparent) color is the 257th color at the bottom.
32970 Some terminal emulators will misinterpret these escape sequences causing
32971 the terminal to blink or overstrike characters or to do something else
32972 undesirable.
32974 The PuTTY terminal emulator has an option called &quot;Allow terminal to
32975 use xterm 256-colour mode&quot; which allows PuTTY to work well with
32976 this 256-color setting.
32978 </DD>
32979 </DL>
32982 The normal default is &quot;no-color&quot;.
32985 Once you've turned on color you may set the
32986 colors of many objects on the screen individually.
32987 For example, you may add colors to the status letters on the MESSAGE
32988 INDEX page.
32989 Most categories of color that Alpine supports are configurable here.
32990 For example, &quot;Normal Color&quot;
32991 is the color used to display most of the text in Alpine, and
32992 &quot;Reverse Color&quot; is used to display highlighted text, such as the
32993 current message in the MESSAGE INDEX.
32995 Lines in the MESSAGE INDEX may also be colored.
32996 Use Setup Rules to get to the Indexcolor configuration screen.
32999 <UL>   
33000 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33001 </UL><P>
33002 &lt;End of help on this topic&gt;
33003 </BODY>
33004 </HTML>
33005 ====== h_config_disable_index_locale_dates =====
33006 <HTML>
33007 <HEAD>
33008 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
33009 </HEAD>
33010 <BODY>
33011 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
33013 This feature affects the display of dates in the MESSAGE INDEX.
33014 Normally an attempt is made to localize the dates
33015 used in the MESSAGE INDEX display to your locale.
33016 This is controlled with the
33017 LC_TIME locale setting on a UNIX system.
33018 On Windows the Regional Options control panel may be used to set the date format.
33019 At the programming level, Alpine is using the strftime routine
33020 to print the parts of a date.
33022 If this feature is set, dates are displayed in English and
33023 with the conventions of the United States.
33026 <UL>   
33027 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33028 </UL><P>
33029 &lt;End of help on this topic&gt;
33030 </BODY>
33031 </HTML>
33032 ====== h_config_auto_open_unread =====
33033 <HTML>
33034 <HEAD>
33035 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
33036 </HEAD>
33037 <BODY>
33038 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
33040 This feature controls the behavior of the TAB key when traversing folders
33041 in the optional 
33042 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
33043 collection or in optional <!--#echo var="VAR_news-collections"-->.
33045 When the TAB
33046 (<A HREF="h_common_nextnew">NextNew</A>)
33047 key is pressed, and there
33048 are no more unseen messages in the current (incoming message or news)
33049 folder, Alpine will search the list of folders in the current collection for
33050 one containing New or Recent (new since the last time the folder was
33051 opened) messages.
33052 This behavior may be modified slightly with the
33053 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
33054 feature that causes Alpine to look for Unseen messages instead of Recent
33055 messages.
33056 Normally, when such a folder is found, Alpine will ask
33057 whether you wish to open the folder.  If this feature is set, Alpine will
33058 automatically open the folder without prompting.
33060 This feature also affects some other similar situations.
33061 If you have a
33062 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
33063 that is equal to one of the &quot;separate-&quot; values, and you are
33064 viewing a thread; then when you type the NextNew command and are at the
33065 end of the current thread you will automatically go to the next thread
33066 if this feature is set.
33067 By default, you would be asked if you want to view the next thread.
33068 You will also be asked at times whether or not you want to view the next
33069 thread after you delete the last message in the thread.
33070 Setting this feature will also cause that question to be skipped.
33073 <UL>   
33074 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33075 </UL><P>
33076 &lt;End of help on this topic&gt;
33077 </BODY>
33078 </HTML>
33079 ====== h_config_auto_include_reply =====
33080 <HTML>
33081 <HEAD>
33082 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
33083 </HEAD>
33084 <BODY>
33085 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
33087 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
33088 will ask whether you wish to include the original message in your reply.
33089 If this feature is set and the feature
33090 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
33091 is <EM>not</EM> set, then the original message will be included in the reply
33092 automatically, without prompting.
33094 &lt;End of help on this topic&gt;
33095 </BODY>
33096 </HTML>
33097 ====== h_config_select_in_bold =====
33098 <HTML>
33099 <HEAD>
33100 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
33101 </HEAD>
33102 <BODY>
33103 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
33105 This feature controls an aspect of Alpine's 
33106 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
33107 commands; in
33108 particular, the Select and WhereIs commands. Select and WhereIs (with the
33109 ^X subcommand) will search the current folder for messages meeting a
33110 specified criteria, and &quot;tag&quot; the resulting messages with an 
33111 &quot;X&quot; in the
33112 first column of the applicable lines in the MESSAGE INDEX.  If this feature
33113 is set, instead of using the &quot;X&quot; to denote a selected message, 
33114 Alpine will
33115 attempt to display those index lines in boldface. Whether this is
33116 preferable to the &quot;X&quot; will depend on personal taste and the type of
33117 terminal being used.
33119 <UL>   
33120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33121 </UL><P>
33122 &lt;End of help on this topic&gt;
33123 </BODY>
33124 </HTML>
33125 ====== h_config_alt_auth =====
33126 <HTML>
33127 <HEAD>
33128 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
33129 </HEAD>
33130 <BODY>
33131 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
33133 This feature affects how Alpine connects to IMAP servers.
33134 Its utility has largely been overtaken by events,
33135 but it may still be useful in some circumstances.
33136 If you only connect to modern IMAP servers that support
33137 &quot;STARTTLS&quot; you can ignore this feature.
33140 Details:
33143 By default, Alpine will attempt to connect to an IMAP server on the
33144 normal IMAP service port (143), and if the server offers &quot;Transport Layer
33145 Security&quot; (STARTTLS) and Alpine has been compiled with encryption capability,
33146 then a secure (encrypted) session will be negotiated.
33149 With this feature enabled, before connecting on the normal IMAP port, Alpine
33150 will first attempt to connect to an alternate IMAP service port (993) used
33151 specifically for encrypted IMAP sessions via the Secure Sockets Layer
33152 (SSL) or Transport Layer Security (TLS) method.
33153 If the SSL attempt fails, Alpine will then try the default
33154 behavior described in the previous paragraph.
33157 STARTTLS negotiation on the normal port is preferred, and supersedes the use of
33158 SSL on port 993, but older servers may not provide STARTTLS support.
33159 This feature may be convenient when accessing IMAP servers that do not support
33160 STARTTLS, but do support SSL or TLS connections on port 993.
33161 However, it is important to understand that with this feature enabled,
33162 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
33163 but it will proceed to make an insecure connection if that is the only
33164 option offered by the server, or if the Alpine in question has been built
33165 without encryption capability.
33168 Note that this feature specifies a per-user (or system-wide) default
33169 behavior, but host/folder specification flags may be used to control the
33170 behavior of any specific connection.
33171 This feature interacts with some of
33172 the possible host/folder path specification flags as follows:
33175 The <SAMP>/starttls</SAMP> host flag, for example,
33178 <CENTER><SAMP>{foo.example.com/starttls}INBOX</SAMP></CENTER>
33180 will over-ride this feature for the specified host by bypassing the
33181 SSL or TLS connection attempt.
33182 Moreover, with <SAMP>/starttls</SAMP> specified,
33183 the connection attempt will fail if the
33184 service on port 143 does not offer TLS support.
33187 The <SAMP>/ssl</SAMP> host flag, for example,
33190 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
33192 will insist on an SSL or TLS connection for the specified host,
33193 and will fail if the SSL or TLS service on port 993 is not available.
33194 Alpine will not subsequently retry a connection
33195 on port 143 if <SAMP>/ssl</SAMP> is specified.
33198 <UL>   
33199 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33200 </UL><P>
33201 &lt;End of help on this topic&gt;
33202 </BODY>
33203 </HTML>
33204 ====== h_config_file_dir ======
33205 <HTML>
33206 <HEAD>
33207 <TITLE>OPTION: File Directory</TITLE>
33208 </HEAD>
33209 <BODY>
33210 <H1>OPTION: File Directory</H1>
33212 PC-Alpine only.
33214 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
33215 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
33216 Message Index's &quot;E&nbsp;Export&quot; command.
33219 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
33220 component, Alpine assumes the file exists in the user's home directory.
33221 Under Windows operating systems, this definition isn't always clear.  This 
33222 feature allows you to explicitly set where Alpine should look for files
33223 without a leading path.
33226 NOTE: this feature's value is ignored if either 
33227 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
33228 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
33231 <UL>   
33232 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33233 </UL><P>
33234 &lt;End of help on this topic&gt;
33235 </BODY>
33236 </HTML>
33237 ====== h_config_quote_all_froms =====
33238 <HTML>
33239 <HEAD>
33240 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
33241 </HEAD>
33242 <BODY>
33243 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
33245 This feature controls an aspect of the Save command (and also the way
33246 outgoing messages are saved to an FCC folder).  If set, Alpine will add
33247 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
33248 when they are saved to another folder, including lines syntactically
33249 distinguishable from the type of message separator line commonly used on
33250 Unix systems.
33253 The default behavior is that a &quot;>&quot; will be prepended only to lines
33254 beginning with &quot;From &quot; that might otherwise be confused with a message
33255 separator line on Unix systems.  If pine is the only mail program you use,
33256 this default is reasonable.  If another program you use has trouble
33257 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
33258 enable this feature.  This feature only applies to the common Unix mailbox
33259 format that uses message separator lines beginning with &quot;From &quot;.  If
33260 Alpine has been configured to use a different mailbox format (possibly
33261 incompatible with other mail programs), then this issue does not arise,
33262 and the feature is irrelevant.
33265 &lt;End of help on this topic&gt;
33266 </BODY>
33267 </HTML>
33268 ====== h_config_normal_color =====
33269 <HTML>
33270 <HEAD>
33271 <TITLE>OPTION: Normal Color</TITLE>
33272 </HEAD>
33273 <BODY>
33274 <H1>OPTION: Normal Color</H1>
33276 Sets the color Alpine normally uses.
33277 The foreground color is the color of the actual character and the
33278 background color is the color of the area behind the character.
33279 By default this color is black characters on a white background.
33281 <A HREF="h_color_setup">Descriptions of the available commands</A>
33283 Look <A HREF="h_edit_nav_cmds">here</A>
33284 to see the available Editing and Navigation commands.
33286 &lt;End of help on this topic&gt;
33287 </BODY>
33288 </HTML>
33289 ====== h_config_reverse_color =====
33290 <HTML>
33291 <HEAD>
33292 <TITLE>OPTION: Reverse Color</TITLE>
33293 </HEAD>
33294 <BODY>
33295 <H1>OPTION: Reverse Color</H1>
33297 Sets the color Alpine uses for reverse video characters.
33298 The foreground color is the color of the actual character and the
33299 background color is the color of the area behind the character.
33301 <A HREF="h_color_setup">Descriptions of the available commands</A>
33303 Look <A HREF="h_edit_nav_cmds">here</A>
33304 to see the available Editing and Navigation commands.
33306 &lt;End of help on this topic&gt;
33307 </BODY>
33308 </HTML>
33309 ====== h_config_title_color =====
33310 <HTML>
33311 <HEAD>
33312 <TITLE>OPTION: Title Color</TITLE>
33313 </HEAD>
33314 <BODY>
33315 <H1>OPTION: Title Color</H1>
33317 Sets the color Alpine uses for the titlebar (the top line on the screen).
33318 The foreground color is the color of the actual character and the
33319 background color is the color of the area behind the character.
33320 By default, the Title Color is black characters on a yellow background.
33322 The actual titlebar color may be different from the Title Color if
33323 the option
33324 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
33325 is set to some value other than the default.
33326 It may also be different if the current folder is closed and the
33327 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
33328 color is set to something different from the Title Color.
33330 <A HREF="h_color_setup">Descriptions of the available commands</A>
33332 Look <A HREF="h_edit_nav_cmds">here</A>
33333 to see the available Editing and Navigation commands.
33335 &lt;End of help on this topic&gt;
33336 </BODY>
33337 </HTML>
33338 ====== h_config_titleclosed_color =====
33339 <HTML>
33340 <HEAD>
33341 <TITLE>OPTION: Title Closed Color</TITLE>
33342 </HEAD>
33343 <BODY>
33344 <H1>OPTION: Title Closed Color</H1>
33346 Sets the color Alpine uses for the titlebar (the top line on the screen)
33347 when the current folder is closed.
33348 The foreground color is the color of the actual character and the
33349 background color is the color of the area behind the character.
33350 By default, the Title Color Closed Color is white characters on a red background.
33352 By setting this color to something noticeable you will be alerted to the
33353 fact that the current folder is closed, perhaps unexpectedly.
33355 &lt;End of help on this topic&gt;
33356 </BODY>
33357 </HTML>
33358 ====== h_config_status_color =====
33359 <HTML>
33360 <HEAD>
33361 <TITLE>OPTION: Status Color</TITLE>
33362 </HEAD>
33363 <BODY>
33364 <H1>OPTION: Status Color</H1>
33366 Sets the color Alpine uses for status messages written to the message
33367 line near the bottom of the screen.
33368 The foreground color is the color of the actual character and the
33369 background color is the color of the area behind the character.
33370 By default, the Status Color is the same as the Reverse Color.
33372 <A HREF="h_color_setup">Descriptions of the available commands</A>
33374 Look <A HREF="h_edit_nav_cmds">here</A>
33375 to see the available Editing and Navigation commands.
33377 &lt;End of help on this topic&gt;
33378 </BODY>
33379 </HTML>
33380 ====== h_config_index_opening_color =====
33381 <HTML>
33382 <HEAD>
33383 <TITLE>OPTION: Index Opening Color</TITLE>
33384 </HEAD>
33385 <BODY>
33386 <H1>OPTION: Index Opening Color</H1>
33388 With some setups the text of the subject is followed
33389 by the opening text of the message if there is any room available in the index line.
33390 If you have configured your
33391 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33392 to include one of the Subject tokens that causes this behavior
33393 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
33394 this opening text with this option.
33395 This coloring takes place for all but the current index line, and the Opening
33396 Color appears to be in front of any color from an Index Color Rule.
33398 By default the Index Opening Color is gray characters on a white background.
33401 <A HREF="h_color_setup">Descriptions of the available commands</A>
33403 Look <A HREF="h_edit_nav_cmds">here</A>
33404 to see the available Editing and Navigation commands.
33406 &lt;End of help on this topic&gt;
33407 </BODY>
33408 </HTML>
33409 ====== h_config_index_pri_color =====
33410 <HTML>
33411 <HEAD>
33412 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
33413 </HEAD>
33414 <BODY>
33415 <H1>OPTION: Index Priority Symbol Colors</H1>
33417 The X-Priority header is a non-standard header that is used in a
33418 somewhat standard way by many mail programs.
33419 Alpine expects the value of this header to be a digit with a value
33420 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
33421 Alpine can be made to display an indication of this priority in
33422 messages by use of one of the tokens
33423 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
33424 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
33425 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33428 You may set the color used to draw these tokens by use of the colors
33429 Index High Priority Symbol Color and Index Low Priority Symbol Color.
33430 This coloring takes place for all but the current index line, and the Priority
33431 Color appears to be in front of any color from an Index Color Rule.
33432 If the priority has a value of 1 or 2 the High Priority color will be
33433 used,
33434 and if the value is 4 or 5 the Low Priority color will be used.
33436 If you don't set these colors the index line will be colored in the same color as
33437 the bulk of the index line.
33440 <A HREF="h_color_setup">Descriptions of the available commands</A>
33442 Look <A HREF="h_edit_nav_cmds">here</A>
33443 to see the available Editing and Navigation commands.
33445 &lt;End of help on this topic&gt;
33446 </BODY>
33447 </HTML>
33448 ====== h_config_index_subject_color =====
33449 <HTML>
33450 <HEAD>
33451 <TITLE>OPTION: Index Subject Color</TITLE>
33452 </HEAD>
33453 <BODY>
33454 <H1>OPTION: Index Subject Color</H1>
33456 You may set the color used to draw the Subject part of the index line.
33457 This coloring takes place for all but the current index line, and the Subject
33458 Color appears to be in front of any color from an Index Color Rule.
33460 If you don't set this color it will be colored in the same color as
33461 the bulk of the index line.
33464 <A HREF="h_color_setup">Descriptions of the available commands</A>
33466 Look <A HREF="h_edit_nav_cmds">here</A>
33467 to see the available Editing and Navigation commands.
33469 &lt;End of help on this topic&gt;
33470 </BODY>
33471 </HTML>
33472 ====== h_config_index_from_color =====
33473 <HTML>
33474 <HEAD>
33475 <TITLE>OPTION: Index From Color</TITLE>
33476 </HEAD>
33477 <BODY>
33478 <H1>OPTION: Index From Color</H1>
33480 You may set the color used to draw the From part of the index line.
33481 This coloring takes place for all but the current index line, and the From
33482 Color appears to be in front of any color from an Index Color Rule.
33484 If you don't set this color it will be colored in the same color as
33485 the bulk of the index line.
33488 <A HREF="h_color_setup">Descriptions of the available commands</A>
33490 Look <A HREF="h_edit_nav_cmds">here</A>
33491 to see the available Editing and Navigation commands.
33493 &lt;End of help on this topic&gt;
33494 </BODY>
33495 </HTML>
33496 ====== h_config_index_arrow_color =====
33497 <HTML>
33498 <HEAD>
33499 <TITLE>OPTION: Index Arrow Color</TITLE>
33500 </HEAD>
33501 <BODY>
33502 <H1>OPTION: Index Arrow Color</H1>
33504 If you have configured your
33505 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33506 to include the &quot;ARROW&quot; token, you may set the color of
33507 the arrow displayed with this option.
33508 If you don't set the color it will be colored in the same color as
33509 the bulk of the index line.
33512 <A HREF="h_color_setup">Descriptions of the available commands</A>
33514 Look <A HREF="h_edit_nav_cmds">here</A>
33515 to see the available Editing and Navigation commands.
33517 &lt;End of help on this topic&gt;
33518 </BODY>
33519 </HTML>
33520 ====== h_config_index_color =====
33521 <HTML>
33522 <HEAD>
33523 <TITLE>OPTION: Index Colors</TITLE>
33524 </HEAD>
33525 <BODY>
33526 <H1>OPTION: Index Colors</H1>
33528 You may add color to the single character symbols that give the status
33529 of each message in the MESSAGE INDEX.
33530 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
33531 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
33532 screen depending on whether the message is addressed to you, and whether
33533 the message is marked Important, is Deleted, is Answered, or is New.
33534 The color for each of those characters may be specified by setting the
33535 &quot;Index-to-me&quot; Symbol Color,
33536 the &quot;Index-important&quot; Symbol Color,
33537 the &quot;Index-deleted&quot; Symbol Color,
33538 the &quot;Index-answered&quot; Symbol Color,
33539 and the &quot;Index-new&quot; Symbol Color.
33540 There are also two other symbol colors called &quot;Index-recent&quot;
33541 and &quot;Index-unseen&quot;.
33542 These two colors will only be used if you have configured your
33543 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
33544 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
33546 The default colors for these symbols are:
33547 <TABLE>
33548 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
33549 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
33550 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33551 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
33552 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
33553 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33554 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33555 </TABLE>
33557 Besides coloring the message status symbols, you may also color the
33558 entire index line.
33559 This is done by using the
33560 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
33561 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
33562 When the entire line is colored that color will be &quot;behind&quot; the
33563 status symbol colors talked about in the paragraph above.
33565 You may also color
33566 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33567 in the index using the
33568 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
33569 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
33570 the Subject using
33571 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
33572 the From field using
33573 <A HREF="h_config_index_from_color">Index From Color</A>;
33574 and the
33575 <A HREF="h_config_index_opening_color">Index Opening</A> text.
33577 <A HREF="h_color_setup">Descriptions of the available commands</A>
33579 Look <A HREF="h_edit_nav_cmds">here</A>
33580 to see the available Editing and Navigation commands.
33582 &lt;End of help on this topic&gt;
33583 </BODY>
33584 </HTML>
33585 ====== h_config_metamsg_color =====
33586 <HTML>
33587 <HEAD>
33588 <TITLE>OPTION: Meta-Message Color</TITLE>
33589 </HEAD>
33590 <BODY>
33591 <H1>OPTION: Meta-Message Color</H1>
33593 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
33594 that aren't part of the message itself.
33595 For example, an attachment that isn't shown might produce a meta
33596 message something like:
33598 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
33600 If you set the
33601 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
33602 option you might see
33604 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
33606 Warnings about suspicious looking URLs in HTML will also be colored
33607 with this color.
33609 The foreground color is the color of the actual character and the
33610 background color is the color of the area behind the character.
33611 By default, the Meta-Message Color is black characters on a yellow background.
33613 <A HREF="h_color_setup">Descriptions of the available commands</A>
33615 Look <A HREF="h_edit_nav_cmds">here</A>
33616 to see the available Editing and Navigation commands.
33618 &lt;End of help on this topic&gt;
33619 </BODY>
33620 </HTML>
33621 ====== h_config_keylabel_color =====
33622 <HTML>
33623 <HEAD>
33624 <TITLE>OPTION: KeyLabel Color</TITLE>
33625 </HEAD>
33626 <BODY>
33627 <H1>OPTION: KeyLabel Color</H1>
33629 Sets the color Alpine uses for the labels of the keys in the two-line
33630 menu at the bottom of the screen.
33631 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33632 This option sets the color used when displaying &quot;PrevMsg&quot;.
33633 The foreground color is the color of the actual character and the
33634 background color is the color of the area behind the character.
33635 By default, the KeyLabel Color is the same as the Normal Color.
33637 WARNING: Some terminal emulators have the property that the screen will scroll
33638 down one line whenever a character is written to the character cell in the
33639 lower right corner of the screen.
33640 Alpine can usually avoid writing a character in that corner of the screen.
33641 However, if you have defined a KeyLabel Color then Alpine does have to write
33642 a character in that cell in order to color the cell correctly.
33643 If you find that your display sometimes scrolls up a line this could be
33644 the problem.
33645 The most obvious symptom is probably that the titlebar at the top of the
33646 screen scrolls off the screen.
33647 Try setting KeyLabel Color to Default to see if that fixes the problem.
33649 <A HREF="h_color_setup">Descriptions of the available commands</A>
33651 Look <A HREF="h_edit_nav_cmds">here</A>
33652 to see the available Editing and Navigation commands.
33654 &lt;End of help on this topic&gt;
33655 </BODY>
33656 </HTML>
33657 ====== h_config_keyname_color =====
33658 <HTML>
33659 <HEAD>
33660 <TITLE>OPTION: KeyName Color</TITLE>
33661 </HEAD>
33662 <BODY>
33663 <H1>OPTION: KeyName Color</H1>
33665 Sets the color Alpine uses for the names of the keys in the two-line
33666 menu at the bottom of the screen.
33667 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33668 This option sets the color used when displaying the &quot;P&quot;.
33669 The foreground color is the color of the actual character and the
33670 background color is the color of the area behind the character.
33671 By default, the KeyName Color is the same as the Reverse Color.
33673 <A HREF="h_color_setup">Descriptions of the available commands</A>
33675 Look <A HREF="h_edit_nav_cmds">here</A>
33676 to see the available Editing and Navigation commands.
33678 &lt;End of help on this topic&gt;
33679 </BODY>
33680 </HTML>
33681 ====== h_config_slctbl_color =====
33682 <HTML>
33683 <HEAD>
33684 <TITLE>OPTION: Selectable Item Color</TITLE>
33685 </HEAD>
33686 <BODY>
33687 <H1>OPTION: Selectable Item Color</H1>
33689 Sets the color Alpine uses for selectable items, such as URLs.
33690 The foreground color is the color of the actual character and the
33691 background color is the color of the area behind the character.
33692 By default, the Selectable Item Color is the same as the Normal Color,
33693 except that it is bold.
33695 <A HREF="h_color_setup">Descriptions of the available commands</A>
33697 Look <A HREF="h_edit_nav_cmds">here</A>
33698 to see the available Editing and Navigation commands.
33700 &lt;End of help on this topic&gt;
33701 </BODY>
33702 </HTML>
33703 ====== h_config_quote_color =====
33704 <HTML>
33705 <HEAD>
33706 <TITLE>OPTION: Quote Colors</TITLE>
33707 </HEAD>
33708 <BODY>
33709 <H1>OPTION: Quote Colors</H1>
33711 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
33712 screen.
33713 If a line begins with a &gt; character (or space followed by &gt;)
33714 it is considered a quote.
33715 That line will be given the Quote1 Color (first level quote).
33716 If there is a second level of quoting then the Quote2 Color will be used.
33717 Alpine considers there to be a second level of quoting if that first &gt; is
33718 followed by another &gt; (or space followed by &gt;).
33719 If there are characters other than whitespace and &gt; signs, then it isn't
33720 considered another level of quoting.
33721 Similarly, if there is a third level of quoting the Quote3 Color will be
33722 used.
33723 If there are more levels after that the Quote Colors are re-used.
33724 If you define all three colors then it would repeat like Color1, Color2, Color3,
33725 Color1, Color2, Color3, ...
33726 If you only define the first two it would be
33727 Color1, Color2, Color1, Color2, ...
33728 If you define only the Quote1 Color, then the entire quote would be that
33729 color regardless of the quoting levels.
33730 By default, the Quote1 Color is black characters on a greenish-blue background;
33731 the Quote2 Color is black characters on a dull yellow background; and
33732 the Quote3 Color is black characters on a green background.
33734 <A HREF="h_color_setup">Descriptions of the available commands</A>
33736 Look <A HREF="h_edit_nav_cmds">here</A>
33737 to see the available Editing and Navigation commands.
33739 &lt;End of help on this topic&gt;
33740 </BODY>
33741 </HTML>
33742 ====== h_config_folder_color =====
33743 <HTML>
33744 <HEAD>
33745 <TITLE>OPTION: Folder Color</TITLE>
33746 </HEAD>
33747 <BODY>
33748 <H1>OPTION: Folder Color</H1>
33750 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
33751 screen. By default, the Folder Color is the normal text color.
33754 If you set a color for this feature, other than the normal color
33755 (the default), or a color for
33756 <A HREF="h_config_directory_color">Directory Color</A>, then directories
33757 will be colored according to the color specified in the
33758 <A HREF="h_config_directory_color">Directory Color</A> option. In this
33759 case, the color will be the only indication that the colored name
33760 refers to a directory. The normal behavior is that Alpine
33761 indicates that a name refers to a directory by appending a
33762 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
33763 the folder.
33766 If a folder is a directory, then the folder name will be painted
33767 according to the color defined by this variable, and a separator
33768 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
33769 to the name. That
33770 indicator will be painted according to the color defined in the
33771 <A HREF="h_config_directory_color">Directory Color</A> option.
33774 &lt;End of help on this topic&gt;
33775 </BODY>
33776 </HTML>
33777 ====== h_config_directory_color =====
33778 <HTML>
33779 <HEAD>
33780 <TITLE>OPTION: Directory Color</TITLE>
33781 </HEAD>
33782 <BODY>
33783 <H1>OPTION: Directory Color</H1>
33785 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
33786 screen. By default, the Folder Color is the normal text color.
33788 If you set a color for this feature, other than the normal color
33789 (the default), or a color for
33790 <A HREF="h_config_folder_color">Folder Color</A>, then folders
33791 will be colored according to the color specified in the
33792 <A HREF="h_config_folder_color">Folder Color</A> option. In this
33793 case, the color will be the only indication that the colored name
33794 refers to a directory. The normal behavior is that Alpine
33795 indicates that a name refers to a directory by appending a
33796 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
33797 the folder.
33799 If a folder is a directory, then the folder name will be painted
33800 according to the color defined by the option
33801 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
33802 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
33803 after the name. That
33804 indicator will be painted according to the color defined in this
33805 option.
33807 &lt;End of help on this topic&gt;
33808 </BODY>
33809 </HTML>
33810 ====== h_config_folder_list_color =====
33811 <HTML>
33812 <HEAD>
33813 <TITLE>OPTION: Folder-List Color</TITLE>
33814 </HEAD>
33815 <BODY>
33816 <H1>OPTION: Folder-List Color</H1>
33818 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
33819 screen. By default, the Folder-List Color is the normal text color.
33821 This text refers to the informative text that Alpine displays so you
33822 can recognize each collection. The color of the content of each collection
33823 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
33824 and <A HREF="h_config_directory_color">Directory Color</A>.
33826 Unlike the options
33827 <A HREF="h_config_folder_color">Folder Color</A>
33828 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
33829 this option does not affect the way that Alpine reports folders,
33830 directories and folders that are directories.
33832 &lt;End of help on this topic&gt;
33833 </BODY>
33834 </HTML>
33835 ====== h_config_incunseen_color =====
33836 <HTML>
33837 <HEAD>
33838 <TITLE>OPTION: Incoming Unseen Color</TITLE>
33839 </HEAD>
33840 <BODY>
33841 <H1>OPTION: Incoming Unseen Color</H1>
33843 If the option
33844 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
33845 is turned on it is possible to highlight the folders that contain
33846 unseen messages by coloring them with this color.
33847 By default, this is the same as the Normal Color and no highlighting is done.
33849 Usually the &quot;current&quot; folder (the folder the cursor is on)
33850 is highlighted using reverse video.
33851 If the current folder is colored because it contains unseen messages then
33852 the color used to show that it is also the current folder is controlled
33853 by the
33854 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
33855 feature at the top of the SETUP COLOR screen.
33857 <A HREF="h_color_setup">Descriptions of the available commands</A>
33859 Look <A HREF="h_edit_nav_cmds">here</A>
33860 to see the available Editing and Navigation commands.
33862 &lt;End of help on this topic&gt;
33863 </BODY>
33864 </HTML>
33865 ====== h_config_signature_color =====
33866 <HTML>
33867 <HEAD>
33868 <TITLE>OPTION: Signature Color</TITLE>
33869 </HEAD>
33870 <BODY>
33871 <H1>OPTION: Signature Color</H1>
33873 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
33874 screen. According to USENET conventions, the signature is defined as the
33875 paragraph following the &quot;sigdashes&quot;, that is, the special line
33876 consisting of the three characters
33877 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
33878 empty line right after the sigdashes to be considered as part of the
33879 signature.
33880 By default, the Signature Color is blue characters on a white background.
33882 <A HREF="h_color_setup">Descriptions of the available commands</A>
33884 Look <A HREF="h_edit_nav_cmds">here</A>
33885 to see the available Editing and Navigation commands.
33887 &lt;End of help on this topic&gt;
33888 </BODY>
33889 </HTML>
33890 ====== h_config_prompt_color =====
33891 <HTML>
33892 <HEAD>
33893 <TITLE>OPTION: Prompt Color</TITLE>
33894 </HEAD>
33895 <BODY>
33896 <H1>OPTION: Prompt Color</H1>
33898 Sets the color Alpine uses for confirmation prompts and questions that
33899 appear in the status line near the bottom of the screen.
33900 The foreground color is the color of the actual character and the
33901 background color is the color of the area behind the character.
33902 By default, the Prompt Color is the same as the Reverse Color.
33904 <A HREF="h_color_setup">Descriptions of the available commands</A>
33906 Look <A HREF="h_edit_nav_cmds">here</A>
33907 to see the available Editing and Navigation commands.
33909 &lt;End of help on this topic&gt;
33910 </BODY>
33911 </HTML>
33912 ====== h_config_header_general_color =====
33913 <HTML>
33914 <HEAD>
33915 <TITLE>OPTION: Header General Color</TITLE>
33916 </HEAD>
33917 <BODY>
33918 <H1>OPTION: Header General Color</H1>
33920 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
33921 screen.
33922 The foreground color is the color of the actual character and the
33923 background color is the color of the area behind the character.
33924 By default, this is the same as the Normal Color.
33926 It is also possible to set the colors for specific header fields, for
33927 example the Subject, using
33928 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
33929 If both a Header General Color and a specific Viewer Header Color are set
33930 the specific color will override the general color, as you would expect.
33932 <A HREF="h_color_setup">Descriptions of the available commands</A>
33934 Look <A HREF="h_edit_nav_cmds">here</A>
33935 to see the available Editing and Navigation commands.
33937 &lt;End of help on this topic&gt;
33938 </BODY>
33939 </HTML>
33940 ====== h_config_incol =====
33941 <HTML>
33942 <HEAD>
33943 <TITLE>Index Line Color</TITLE>
33944 </HEAD>
33945 <BODY>
33946 <H1>Index Line Color</H1>
33948 This option is used to set the color of a line in the index when the
33949 message for that line matches the Pattern.
33950 This colors the whole index line, except possibly the status letters,
33951 which may be colored separately using the
33952 <A HREF="h_color_setup">Setup Kolor</A> screen.
33953 The foreground color is the color of the actual characters and the
33954 background color is the color of the area behind the characters.
33956 <A HREF="h_color_setup">Descriptions of the available commands</A>
33958 Look <A HREF="h_edit_nav_cmds">here</A>
33959 to see the available Editing and Navigation commands.
33961 &lt;End of help on this topic&gt;
33962 </BODY>
33963 </HTML>
33964 ====== h_config_usetransparent_color =====
33965 <HTML>
33966 <HEAD>
33967 <TITLE>OPTION: Use Transparent Color</TITLE>
33968 </HEAD>
33969 <BODY>
33970 <H1>OPTION: Use Transparent Color</H1>
33972 This is a special color supported by some terminal emulators.
33973 It is intended to result in the default foreground or background color
33974 from the terminal emulator.
33975 This is the color the terminal was displaying characters in before you started Alpine.
33976 The reason it is called Transparent is because you could set the foreground color
33977 to some specific color, like Red, and then set the background color to the
33978 Transparent Color. If it works as expected, the background color from the terminal
33979 window in which Alpine is running will show through but with the Red characters
33980 in the foreground.
33982 <A HREF="h_color_setup">Descriptions of the available commands</A>
33984 Look <A HREF="h_edit_nav_cmds">here</A>
33985 to see the available Editing and Navigation commands.
33987 &lt;End of help on this topic&gt;
33988 </BODY>
33989 </HTML>
33990 ====== h_config_usenormal_color =====
33991 <HTML>
33992 <HEAD>
33993 <TITLE>OPTION: Use Normal Color</TITLE>
33994 </HEAD>
33995 <BODY>
33996 <H1>OPTION: Use Normal Color</H1>
33998 When you use this color value, the actual color used will be the same
33999 as the corresponding Normal Color.
34000 For example if your Normal Color is black on white and you set both
34001 the foreground and background colors here to use the Normal Color, you'll
34002 get black on white. If you later change the Normal Color to red on blue
34003 this color will also change to red on blue.
34005 <A HREF="h_color_setup">Descriptions of the available commands</A>
34007 Look <A HREF="h_edit_nav_cmds">here</A>
34008 to see the available Editing and Navigation commands.
34010 &lt;End of help on this topic&gt;
34011 </BODY>
34012 </HTML>
34013 ====== h_config_usenone_color =====
34014 <HTML>
34015 <HEAD>
34016 <TITLE>OPTION: Use None Color</TITLE>
34017 </HEAD>
34018 <BODY>
34019 <H1>OPTION: Use None Color</H1>
34021 This is a special color that simply means to leave the color alone.
34022 It is useful for Index symbols and for Keyword Colors used in the Subject
34023 field of an index line.
34024 The most likely use is to set an explicit foreground color and then set
34025 the background color to the None Color.
34026 That will cause the symbol or keyword to be drawn in the foreground color
34027 with a background equal to whatever color the rest of the index line is already
34028 drawn in.
34029 You will see no visible effect unless you have assigned Indexcolor Rules to
34030 color index lines or you have set an actual color for the Reverse Color.
34032 <A HREF="h_color_setup">Descriptions of the available commands</A>
34034 Look <A HREF="h_edit_nav_cmds">here</A>
34035 to see the available Editing and Navigation commands.
34037 &lt;End of help on this topic&gt;
34038 </BODY>
34039 </HTML>
34040 ====== h_config_dflt_color =====
34041 <HTML>
34042 <HEAD>
34043 <TITLE>OPTION: Default Color</TITLE>
34044 </HEAD>
34045 <BODY>
34046 <H1>OPTION: Default Color</H1>
34048 Setting default will cause the color to be the default color.
34049 Unsetting default is normally done by choosing a color, but in some cases
34050 you may want to declare the current default color to be your non-default
34051 choice.
34052 For example, the default Keyname Color is the same as the Reverse Color.
34053 Whenever the Reverse Color changes the Keyname Color will also change, unless
34054 you've changed it or unset the default box.
34056 <A HREF="h_color_setup">Descriptions of the available commands</A>
34058 Look <A HREF="h_edit_nav_cmds">here</A>
34059 to see the available Editing and Navigation commands.
34061 &lt;End of help on this topic&gt;
34062 </BODY>
34063 </HTML>
34064 ====== h_config_bold_slctbl =====
34065 <HTML>
34066 <HEAD>
34067 <TITLE>OPTION: Bold</TITLE>
34068 </HEAD>
34069 <BODY>
34070 <H1>OPTION: Bold</H1>
34072 The color for this particular section may have the Bold attribute turned
34073 on or off.
34074 Setting bold will cause the characters to be bold.
34076 <A HREF="h_color_setup">Descriptions of the available commands</A>
34078 Look <A HREF="h_edit_nav_cmds">here</A>
34079 to see the available Editing and Navigation commands.
34081 &lt;End of help on this topic&gt;
34082 </BODY>
34083 </HTML>
34084 ====== h_config_kw_color =====
34085 <HTML>
34086 <HEAD>
34087 <TITLE>OPTION: Keyword Colors</TITLE>
34088 </HEAD>
34089 <BODY>
34090 <H1>OPTION: Keyword Colors</H1>
34092 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
34093 Keywords are displayed as part of the Subject by default.
34094 They are also displayed as part of the Subject if the tokens
34095 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
34096 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
34097 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
34098 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
34100 For example, you might have set up a Keyword
34101 &quot;Work&quot; using the
34102 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
34103 You could cause that Keyword to show up as a special color
34104 by setting up the Keyword Color using this option, and then including it
34105 in the MESSAGE INDEX screen using one of the tokens listed above in the
34106 <!--#echo var="VAR_index-format"-->.
34108 <A HREF="h_color_setup">Descriptions of the available commands</A>
34110 Look <A HREF="h_edit_nav_cmds">here</A>
34111 to see the available Editing and Navigation commands.
34113 &lt;End of help on this topic&gt;
34114 </BODY>
34115 </HTML>
34116 ====== h_config_customhdr_color =====
34117 <HTML>
34118 <HEAD>
34119 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
34120 </HEAD>
34121 <BODY>
34122 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
34124 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
34125 For example, you may set the color of the Subject header or the From header.
34126 The foreground color is the color of the actual character and the
34127 background color is the color of the area behind the character.
34129 In addition to setting the colors for particular headers (like the Subject)
34130 you may also set a color to be used for all headers unless overridden by a
34131 more specific Viewer Header Color.
34132 To do this use the
34133 <A HREF="h_config_header_general_color">Header General Color</A>.
34135 For Header Colors,
34136 there is an additional line on the
34137 screen labeled &quot;Pattern to match&quot;.
34138 If you leave that blank, then the whole field for that header will
34139 be colored.
34140 However, if you give a pattern to match, the coloring will only take place
34141 if there is a match for that pattern in the value of the field.
34142 For example, if you are working on a color for the Subject header and
34143 you fill in a pattern of &quot;important&quot;, then only Subjects that
34144 contain the word &quot;important&quot; will be colored.
34146 If the pattern you enter is a comma-separated list of patterns, then coloring
34147 happens if any of those patterns matches.
34149 <A HREF="h_color_setup">Descriptions of the available commands</A>
34151 Look <A HREF="h_edit_nav_cmds">here</A>
34152 to see the available Editing and Navigation commands.
34154 &lt;End of help on this topic&gt;
34155 </BODY>
34156 </HTML>
34157 ====== h_config_indextoken_color =====
34158 <HTML>
34159 <HEAD>
34160 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
34161 </HEAD>
34162 <BODY>
34163 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
34165 This option allows you to set up the color in which any token, not specified by the
34166 previous options, will be colored in the MESSAGE INDEX screen. 
34168 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
34169 a token that can be used in the index format. 
34170 The list of available tokens is <A HREF="h_index_tokens">here</A>.
34172 If you fail to enter a valid token your entry will be ignored, and you will be asked to
34173 enter a new one. Once you have entered a valid token, a line will be added to the
34174 configuration screen that you can use to set up the colors in which that token will
34175 be painted. This is done in the same way that you configure colors for other
34176 variables.
34178 <A HREF="h_color_setup">Descriptions of the available commands</A>
34180 Look <A HREF="h_edit_nav_cmds">here</A>
34181 to see the available Editing and Navigation commands.
34183 &lt;End of help on this topic&gt;
34184 </BODY>
34185 </HTML>
34186 ====== h_config_customhdr_pattern =====
34187 <HTML>
34188 <HEAD>
34189 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
34190 </HEAD>
34191 <BODY>
34192 <H1>OPTION: Viewer Header Color Pattern</H1>
34194 If you leave this blank, then the whole field for the header will
34195 be colored.
34196 If you give a pattern to match, the coloring will only take place
34197 if there is a match for that pattern in the value of the field.
34198 For example, if you are working on a color for the Subject header and
34199 you fill in a pattern of &quot;important&quot;, then only Subjects that
34200 contain the word &quot;important&quot; will be colored.
34202 For address headers (like From and To) and for the Newsgroups header,
34203 a pattern match will cause only the matched addresses or newsgroups to be
34204 colored.
34205 If there is no pattern to match, then all of the addresses or newsgroups
34206 in the relevant header will be colored.
34208 The matching pattern may be a comma-separated list of patterns to match
34209 instead of a single pattern.
34210 For example, you could use the pattern &quot;important,urgent&quot; which would
34211 cause a match if either the word &quot;important&quot; or the word
34212 &quot;urgent&quot; appeared in the value of the header.
34213 You could list several comma-separated email addresses in the Header
34214 From Color pattern so that those addresses will be colored when any of
34215 them appear in the From header.
34217 To add a new matching pattern or change the existing pattern use the 
34218 <!--chtml if pinemode="function_key"-->
34219 &quot;F4&quot;
34220 <!--chtml else-->
34221 &quot;C&quot;
34222 <!--chtml endif-->
34223 &quot;Change&quot; command that is available when the &quot;Pattern to
34224 match&quot; line is highlighted.
34226 <!--chtml if pinemode="function_key"-->
34227 &quot;F10&quot;
34228 <!--chtml else-->
34229 &quot;D&quot;
34230 <!--chtml endif-->
34231 &quot;Delete&quot; command may be used to quickly remove all patterns
34232 for a particular header.
34234 &lt;End of help on this topic&gt;
34235 </BODY>
34236 </HTML>
34237 ====== h_color_setup =====
34238 <HTML>
34239 <HEAD>
34240 <TITLE>SETUP COLOR COMMANDS</TITLE>
34241 </HEAD>
34242 <BODY>
34243 <H1>SETUP COLOR COMMANDS</H1>
34244 <!--chtml if pinemode="function_key"-->
34245 <PRE>
34246 Available Commands -- Group 1
34247 -------------------------------
34248 F1  Display this help text
34249 F2  Show other available commands
34250 F3  Exit to MAIN MENU
34251 F4  Select the highlighted foreground or background color
34252 F5  Move to previous line
34253 F6  Move to next line
34254 F7  Previous page
34255 F8  Next page
34256 F9  Add a config section for a header field
34257 F10 Restore all default colors (for all sections)
34258 F11 Print color configuration screen
34259 F12 Whereis (search for word)
34261 Available Commands -- Group 2
34262 -------------------------------
34263 F1  Display this help text
34264 F2  Show other available commands
34265 F5  Delete config section for highlighted header field
34266 F6  Shuffle the order of Header Color sections
34267 </PRE>
34268 <!--chtml else-->
34269 <PRE>
34270 General commands
34271 -------------------------------------------------
34272  ?  Display this help text     E  Exit back to MAIN MENU
34273  P  Previous Line              N  Next Line
34274  -  Previous page             Spc (space bar) Next page
34275  W  WhereIs (search for word)  %  Print color configuration screen
34277 Color Setup Commands
34278 ------------------------------------------------
34279  *  Select the highlighted foreground or background color
34280  A  Add a config section for a header field
34281  D  Delete config section for highlighted header field
34282  R  Restore all default colors (for all sections)
34283  $  Shuffle the order of Header Color sections
34284 </PRE>
34285 <!--chtml endif-->
34287 <H2>Description of the Setup Color Screen</H2>
34289 From this screen you may turn on color and set the colors of
34290 various parts of the Alpine display.
34291 For help on turning on color move your cursor into the Color Style section
34292 at the top of the Setup Color screen and ask for help.
34295 There are several sections in the Setup Color Screen.
34296 At the top are some settings that handle the style of color used
34297 with your terminal emulator (UNIX only), and some settings that
34298 control how the current indexline and the titlebar are colored.
34299 After that comes a long section called GENERAL COLORS that allows
34300 you to set the color of many elements in the Alpine screens.
34301 For example, the color of the titlebar, status messages,
34302 selectable links, quotes and signatures in messages, and so on.
34303 After that is a section called INDEX COLORS that allows you to
34304 set the colors of various pieces of the displayed index lines in
34305 the MESSAGE INDEX screen.
34306 The next section is HEADER COLORS. This is for coloring headers of
34307 messages in the MESSAGE TEXT screen in just about any way you would like.
34308 Finally, the KEYWORD COLORS section allows you to highlight
34309 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
34310 in the MESSAGE INDEX screen.
34313 To change a color, highlight the color you want to change (for example,
34314 the Status Color) by moving
34315 the cursor into it.
34316 You may want to read the help text for the color to see a brief description
34317 of what you are coloring.
34318 Then press &quot;C&quot; for Change to set the color to something new.
34319 That will put you into a screen with two columns of colors, one for
34320 the foreground color and one for the background color.
34321 The foreground color is just the color you want the actual characters
34322 to be and the background color is the color of the rest of the rectangle
34323 behind the characters.
34324 Select the foreground and background colors desired by using the Next and
34325 Prev keys to highlight the color, and the * command to select it.
34327 To set a color to its default value, set the X in the Default line at
34328 the bottom of the list of colors.
34331 The HEADER COLORS section is a little bit different from the others.
34332 Besides coloring the specific fields that Alpine knows about, you may also
34333 color specific header fields when viewing a message in the MESSAGE TEXT
34334 screen.
34335 For example, you may color the Subject header a particular color.
34336 There are a few commands for use with headers.
34337 The &quot;AddHeader&quot; command adds a section to the color
34338 configuration screen that allows you to set the color for that header.
34339 You'll be asked for the name of the header field you want to color.
34340 If you wanted to color the Subject, you would answer
34341 with the word &quot;subject&quot;.
34342 Once you've added a header field, the color setting works just like the
34343 other color fields, except that there is an additional line on the
34344 configuration screen labeled &quot;Pattern to match&quot;.
34345 If you leave that blank, then the whole field for that header will always
34346 be colored.
34347 However, if you give a pattern to match, the coloring will only take place
34348 if there is a match for that pattern in the value of the field.
34349 For example, if you are working on a color for the Subject header and
34350 you fill in a pattern of &quot;important&quot;, then only Subjects that
34351 contain the word &quot;important&quot; will be colored.
34353 The &quot;DeleteHdr&quot; command removes a header section from the
34354 configuration altogether.
34355 The &quot;Shuffle&quot; command changes the order of header sections.
34356 This is only necessary if you use header sections with pattern fields.
34357 For example, if you have two Subject sections, one with one pattern and
34358 another with another pattern, and the subject for a particular message
34359 happens to match both, then the color from the first match is used.
34362 The command &quot;RestoreDefs&quot; will restore all of the default colors.
34363 Each section will change to the default value used for that section when
34364 color is first enabled.
34365 When you restore all default colors the color settings for the Header Colors
34366 will be unset (since that's the default), but the header fields you've
34367 added will remain so that you may easily reset them.
34368 In order to get rid of them completely you'd have to use
34369 the &quot;DeleteHdr&quot; command.
34372 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
34373 may be set with matching rules and that is configured separately from
34374 the rest of the color settings described here.
34375 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
34376 instead of in the Setup/Kolor section.
34378 <P><UL>
34379 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34380 </UL><P>
34381 &lt;End of help on this topic&gt;
34382 </BODY>
34383 </HTML>
34384 ====== h_config_news_uses_recent ======
34385 <HTML>
34386 <HEAD>
34387 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
34388 </HEAD>
34389 <BODY>
34390 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
34392 This feature causes certain messages to be marked as "New" in the
34393 MESSAGE INDEX of newsgroups.
34394 This feature is set by default.
34398 When opening a newsgroup, Alpine will consult your "newsrc" file and
34399 determine the last message you have previously disposed of via the "D"
34400 key.  If this feature is set, any subsequent messages will be shown in the
34401 Index with an "N", and the first of these messages will be highlighted.
34402 Although this is only an approximation of true "New" or "Unseen"
34403 status, it provides a useful cue to distinguish more-or-less recent
34404 messages from those you have seen previously, but are not yet ready to
34405 mark deleted.
34409 Background: your "newsrc" file (used to store message status information
34410 for newsgroups) is only capable of storing a single flag, and Alpine uses
34411 this to record whether or not you are "done with" a message, as
34412 indicated by marking the message as "Deleted".  Unfortunately, this
34413 means that Alpine has no way to record exactly which messages you have
34414 previously seen, so it normally does not show the "N" status flag for
34415 any messages in a newsgroup. This feature enables a starting
34416 *approximation* of seen/unseen status that may be useful.
34418 &lt;End of help on this topic&gt;
34419 </BODY>
34420 </HTML>
34421 ====== h_config_expose_hidden_config =====
34422 <HTML>
34423 <HEAD>
34424 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
34425 </HEAD>
34426 <BODY>
34427 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
34429 If set, this causes configuration options and features that are normally
34430 hidden from view to be editable in the Setup/Config screen.
34433 The purpose of this feature is to allow you to change configuration
34434 features and variables that are normally hidden.
34435 This is particularly useful if you are using a remote configuration,
34436 where it is difficult to edit the contents manually, but it may also be used
34437 on a local pinerc configuration file.
34439 If set, several configuration variables and features that are normally
34440 hidden from view will show up in the Setup/Configuration screen.
34441 They will be at the bottom of the configuration screen.
34442 You can find them by searching for the words &quot;hidden configuration&quot;.
34445 Note that this is an advanced feature that should be used with care.
34446 The reason that this part of the configuration is normally hidden is because
34447 there is a significant potential for causing problems if you change these
34448 variables.
34449 If something breaks after a change try changing it back to see if that is
34450 what is causing the problem.
34451 There are also some variables that are normally hidden because they are
34452 manipulated through Alpine in other ways.
34453 For example, colors are normally set using the Setup/Kolors screen and
34454 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
34455 the Setup/AddressBooks screen, so there is little reason to edit these directly.
34456 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
34457 the Add, Delete, and Rename commands in the FOLDER LIST screen,
34458 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
34459 internally by Alpine and not set directly by the user.
34461 <UL>   
34462 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34463 </UL><P>
34464 &lt;End of help on this topic&gt;
34465 </BODY>
34466 </HTML>
34467 ====== h_config_disable_signature_edit =====
34468 <HTML>
34469 <HEAD>
34470 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
34471 </HEAD>
34472 <BODY>
34473 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
34475 If set, this disables the editing of signature files from within
34476 the Setup/Config screen.
34478 <UL>   
34479 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34480 </UL><P>
34481 &lt;End of help on this topic&gt;
34482 </BODY>
34483 </HTML>
34484 ====== h_config_disable_roles_templateedit =====
34485 <HTML>
34486 <HEAD>
34487 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
34488 </HEAD>
34489 <BODY>
34490 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
34492 If set, this disables the editing of template files within the
34493 Role setup screen.
34495 <UL>   
34496 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34497 </UL><P>
34498 &lt;End of help on this topic&gt;
34499 </BODY>
34500 </HTML>
34501 ====== h_config_disable_roles_sigedit =====
34502 <HTML>
34503 <HEAD>
34504 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
34505 </HEAD>
34506 <BODY>
34507 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
34509 If set, this disables the editing of signature files within the
34510 Role setup screen.
34512 <UL>   
34513 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34514 </UL><P>
34515 &lt;End of help on this topic&gt;
34516 </BODY>
34517 </HTML>
34518 ====== h_config_disable_roles_setup =====
34519 <HTML>
34520 <HEAD>
34521 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
34522 </HEAD>
34523 <BODY>
34524 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
34526 If set, this disables the Setup/Rules/Roles command.
34528 <UL>   
34529 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34530 </UL><P>
34531 &lt;End of help on this topic&gt;
34532 </BODY>
34533 </HTML>
34534 ====== h_config_disable_pipes_in_templates =====
34535 <HTML>
34536 <HEAD>
34537 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
34538 </HEAD>
34539 <BODY>
34540 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
34542 By default, if a template file name is followed by a vertical bar (|) then
34543 that causes the file to be executed to produce the text for the template.
34544 If this feature is set, then this is not allowed.
34546 <UL>   
34547 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34548 </UL><P>
34549 &lt;End of help on this topic&gt;
34550 </BODY>
34551 </HTML>
34552 ====== h_config_disable_pipes_in_sigs =====
34553 <HTML>
34554 <HEAD>
34555 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
34556 </HEAD>
34557 <BODY>
34558 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
34560 By default, if a signature file name is followed by a vertical bar (|) then
34561 that causes the file to be executed to produce the text for the signature.
34562 If this feature is set, then this is not allowed.
34564 <UL>   
34565 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34566 </UL><P>
34567 &lt;End of help on this topic&gt;
34568 </BODY>
34569 </HTML>
34570 ====== h_config_disable_password_cmd =====
34571 <HTML>
34572 <HEAD>
34573 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
34574 </HEAD>
34575 <BODY>
34576 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
34578 If set, then the Setup/Newpassword command is disabled.
34580 <UL>   
34581 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34582 </UL><P>
34583 &lt;End of help on this topic&gt;
34584 </BODY>
34585 </HTML>
34586 ====== h_config_disable_password_caching =====
34587 <HTML>
34588 <HEAD>
34589 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
34590 </HEAD>
34591 <BODY>
34592 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
34594 Normally, loginname/password combinations are cached in Alpine so that
34595 you do not have to enter the same password more than once in a session.
34596 A disadvantage to this approach is that the password must be stored in
34597 the memory image of the running Alpine in order that it can be re-used.
34598 In the event that Alpine crashes and produces a core dump, and that core
34599 dump is readable by others, the loginname and password could be read
34600 from the core dump.
34602 If this feature is set, then the passwords will not be cached and you
34603 will have to retype the password whenever Alpine needs it.
34604 Even with this feature set there is still some chance that the core
34605 file will contain a password, so care should be taken to make the
34606 core files unreadable.
34608 NOTE: If PASSFILE caching is enabled, this does not disable it.
34609 That is a separate and independent feature.
34610 <UL>   
34611 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34612 </UL><P>
34613 &lt;End of help on this topic&gt;
34614 </BODY>
34615 </HTML>
34616 ====== h_config_disable_password_file_saving =====
34617 <HTML>
34618 <HEAD>
34619 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
34620 </HEAD>
34621 <BODY>
34622 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
34624 <P> This feature disables caching of passwords, even if your version of Alpine allows
34625 saving passwords. For MAC OS users saving passwords is done using the Apple Key Chain, for
34626 Windows users caching passwords is done using the internal Windows Credentials, and for
34627 other users this is done by using the password file. In this feature, the phrase
34628 &quot;password file&quot; is a misnomer and represents the way in which your system
34629 stores passwords.
34632 Specifically, this feature changes the behavior of Alpine when a login name and password combination
34633 for a specific server is not found in the password file. The default behavior is that
34634 Alpine will ask the user if they wish to save this information in the password file for future
34635 use. It is assumed that if a user created a password file it is because they intend
34636 to use it, but in some instances a user might want to save some passwords and not others.
34637 In this case, enabling this feature will make Alpine not add any more passwords to the
34638 password file and will only use the passwords that it already saved. If you wish to allow
34639 Alpine to save more passwords in the password file, disable this feature.
34641 <P> Regardless of which method Alpine uses to store passwords, this is done in a secure
34642 way when compiled with OpenSSL or LibreSSL. This is very likely to be your version, and
34643 you can check this by reading the encryption features
34644 <A HREF="X-Alpine-Config:">supported</A> by Alpine.
34647 <UL>   
34648 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34649 </UL><P>
34650 &lt;End of help on this topic&gt;
34651 </BODY>
34652 </HTML>
34653 ====== h_config_disable_kb_lock =====
34654 <HTML>
34655 <HEAD>
34656 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
34657 </HEAD>
34658 <BODY>
34659 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
34661 If set, then the Keyboard Lock command is removed from the MAIN MENU.
34663 <UL>   
34664 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34665 </UL><P>
34666 &lt;End of help on this topic&gt;
34667 </BODY>
34668 </HTML>
34669 ====== h_config_disable_config_cmd =====
34670 <HTML>
34671 <HEAD>
34672 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
34673 </HEAD>
34674 <BODY>
34675 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
34677 If set, then the Setup/Config screen is disabled.
34679 <UL>   
34680 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34681 </UL><P>
34682 &lt;End of help on this topic&gt;
34683 </BODY>
34684 </HTML>
34685 ====== h_config_allow_chg_from =====
34686 <HTML>
34687 <HEAD>
34688 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
34689 </HEAD>
34690 <BODY>
34691 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
34693 This feature affects Alpine's handling of the &quot;From:&quot; header field
34694 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
34695 option.
34697 If this feature is set then the From line can be changed just like
34698 all the other header fields that can be changed.
34699 This feature defaults to <EM>ON</EM>.
34701 Even with this feature turned ON (the default) you will not be able 
34702 to change the From header unless you add it to your list of
34703 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
34704 You may also want to change the
34705 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
34706 if you want the From header to always show up in the composer without
34707 having to type the Rich Headers command first.
34709 Note that many sites restrict the use of this feature in order to
34710 reduce the chance of falsified addresses and misdirected mail.
34711 If you want to change the value of what gets included in the From header
34712 in messages you send
34713 look <A HREF="h_config_change_your_from">here</A> for a description.
34715 <UL>   
34716 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34717 </UL><P>
34718 &lt;End of help on this topic&gt;
34719 </BODY>
34720 </HTML>
34721 ====== h_config_disable_collate =====
34722 <HTML>
34723 <HEAD>
34724 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
34725 </HEAD>
34726 <BODY>
34727 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
34729 This is a hard to understand feature that should only be used in rare cases.
34730 Normally, the C function call
34732 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
34734 is used by Alpine.
34735 If you want to try turning it off,
34736 setting this feature will turn it off.
34737 This part of the locale has to do with the sort order
34738 of characters in your locale.
34740 <UL>   
34741 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34742 </UL><P>
34743 &lt;End of help on this topic&gt;
34744 </BODY>
34745 </HTML>
34746 ====== h_config_quell_attach_extra_prompt =====
34747 <HTML>
34748 <HEAD>
34749 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
34750 </HEAD>
34751 <BODY>
34752 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
34754 By default, when you attempt to view an attachment externally
34755 from the &quot;Attachment View&quot; screen, you are asked if you
34756 really want to view the selected attachment.
34759 If this feature is set, you will <B>not</B> be prompted to confirm
34760 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
34761 prompt. This feature was added for those wanting to preserve that
34762 behavior (along with 
34763 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
34766 <UL>   
34767 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34768 </UL><P>
34769 &lt;End of help on this topic&gt;
34770 </BODY>
34771 </HTML>
34772 ====== h_config_quell_attach_ext_warn =====
34773 <HTML>
34774 <HEAD>
34775 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
34776 </HEAD>
34777 <BODY>
34778 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
34781 This feature suppresses the extra warning you can get when trying
34782 to view an attachment for which there is no mime-type match.  Turning
34783 on this feature will just run the program according to extension
34784 instead of first warning the user that it will run according to the
34785 file's extension.
34787 This feature can be used along side 
34788 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
34789 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
34791 <UL>   
34792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34793 </UL><P>
34794 &lt;End of help on this topic&gt;
34795 </BODY>
34796 </HTML>
34797 ====== h_config_mailcap_params =====
34798 <HTML>
34799 <HEAD>
34800 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
34801 </HEAD>
34802 <BODY>
34803 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
34805 If set, this will allow mailcap named parameter substitution to occur
34806 in mailcap entries.
34807 By default, this is turned off to prevent security problems that may occur
34808 with some incorrect mailcap configurations.
34809 For more information, see RFC1524 and look for "named parameters" in the
34810 text of the RFC.
34812 <UL>   
34813 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34814 </UL><P>
34815 &lt;End of help on this topic&gt;
34816 </BODY>
34817 </HTML>
34818 ====== h_config_disable_shared =====
34819 <HTML>
34820 <HEAD>
34821 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
34822 </HEAD>
34823 <BODY>
34824 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
34826 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
34827 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
34828 will be disabled.
34829 The reason this feature exists is because there are some implementations
34830 of system password lookup routines that are very slow when presented with
34831 a long loginname that does not exist.
34832 This feature could be set to prevent the delay at startup time when the
34833 names above are searched for in the password file.
34835 <UL>   
34836 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34837 </UL><P>
34838 &lt;End of help on this topic&gt;
34839 </BODY>
34840 </HTML>
34841 ====== h_config_hide_nntp_path =====
34842 <HTML>
34843 <HEAD>
34844 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
34845 </HEAD>
34846 <BODY>
34847 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
34849 Normally the Path header that Alpine generates when posting to a newsgroup
34850 contains the name of the computer from which the message is being sent and
34851 the user name.
34852 Some believe that this information is used by spammers.
34853 If this feature is set, that information will be replaced with the text
34855 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
34857 instead.
34859 It should be noted that many servers being connected to will still reveal
34860 the information that this feature attempts to protect.
34862 <UL>   
34863 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34864 </UL><P>
34865 &lt;End of help on this topic&gt;
34866 </BODY>
34867 </HTML>
34868 ====== h_config_no_bezerk_zone =====
34869 <HTML>
34870 <HEAD>
34871 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
34872 </HEAD>
34873 <BODY>
34874 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
34876 POSIX mandates a timezone in UNIX mailbox format folder delimiters
34877 (the line that begins with From <SPACE>).
34878 Some versions of Berkeley mail have trouble with this, and don't recognize
34879 the line as a message delimiter.
34880 If this feature is set, the timezone will be left off the delimiter line.
34882 <UL>   
34883 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34884 </UL><P>
34885 &lt;End of help on this topic&gt;
34886 </BODY>
34887 </HTML>
34888 ====== h_config_quell_domain_warn =====
34889 <HTML>
34890 <HEAD>
34891 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
34892 </HEAD>
34893 <BODY>
34894 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
34896 When your configuration is set up so that your domain name contains no dots,
34897 it is usually a configuration error.
34898 By default, Alpine will warn you about this when you start it up.
34899 You will see a warning message that looks like
34902 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
34905 If this feature is set, the warning is turned off.
34907 <UL>   
34908 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34909 </UL><P>
34910 &lt;End of help on this topic&gt;
34911 </BODY>
34912 </HTML>
34913 ====== h_config_quell_imap_env =====
34914 <HTML>
34915 <HEAD>
34916 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
34917 </HEAD>
34918 <BODY>
34919 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
34921 In the MESSAGE INDEX screen, if the open folder is being accessed
34922 using IMAP, Alpine normally tries to paint the index lines on the screen
34923 as soon as the information arrives from the IMAP server.
34924 This means that the index information makes it onto the screen more quickly
34925 than it otherwise would.
34926 This sometimes results in behavior that bothers some users.
34927 For example, when paging to a new page of the index, it may be possible for
34928 the lines to be painted on the screen in a random order, rather than from
34929 top to bottom.
34932 Setting this feature causes Alpine to wait for all of the information
34933 to be gathered before it paints the index screen.
34934 Once it collects all of the information, the screen will be painted quickly
34935 from top to bottom.
34937 <UL>   
34938 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34939 </UL><P>
34940 &lt;End of help on this topic&gt;
34941 </BODY>
34942 </HTML>
34943 ====== h_config_quell_news_env =====
34944 <HTML>
34945 <HEAD>
34946 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
34947 </HEAD>
34948 <BODY>
34949 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
34951 In the MESSAGE INDEX screen, if the open folder is being accessed
34952 using NNTP (News), Alpine normally tries to paint the index lines on the screen
34953 as soon as the information arrives from the NNTP server.
34954 This means that the index information makes it onto the screen more quickly
34955 than it otherwise would.
34956 This sometimes results in behavior that bothers some users.
34957 For example, when paging to a new page of the index, it may be possible for
34958 the lines to be painted on the screen in a random order, rather than from
34959 top to bottom.
34962 Setting this feature causes Alpine to wait for all of the information
34963 to be gathered before it paints the index screen.
34964 Once it collects all of the information, the screen will be painted quickly
34965 from top to bottom.
34967 <UL>   
34968 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34969 </UL><P>
34970 &lt;End of help on this topic&gt;
34971 </BODY>
34972 </HTML>
34973 ====== h_config_quell_content_id =====
34974 <HTML>
34975 <HEAD>
34976 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
34977 </HEAD>
34978 <BODY>
34979 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
34981 This feature changes the behavior of Alpine when sending messages.
34982 It is intended to work around a bug in Microsoft's Outlook XP mail user
34983 agent.
34984 As of this writing, Microsoft has acknowledged the bug but
34985 has not added it to the Knowledge Base.
34986 We have been told that there will be a post-SP1 hotfix for Outlook XP.
34987 This particular bug has bug fix number OfficeQFE:4781.
34988 The nature of the bug is that messages with attachments that
34989 contain a Content-ID header (which standard Alpine attachments do)
34990 do not show the attachment indicator (a paperclip) when viewed with
34991 Outlook XP.
34992 So the user has no indication that the message contains an attachment.
34995 If this feature is set then Alpine will remove most Content-ID headers
34996 before sending a message.
34997 If an attachment is of type MESSAGE, then the existing Content-ID headers
34998 inside the message will be left intact.
34999 This would only happen with Alpine if a message was forwarded as an attachment
35000 or if a message with a message attached was forwarded.
35001 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
35002 the Content-ID headers of the alternative parts will not be removed.
35005 Because the Content-ID header is a standard part of MIME it is possible
35006 that setting this feature will break something.
35007 For example, if an attachment has a Content-ID header that is necessary
35008 for the correct functioning of that attachment, it is possible that Alpine
35009 may remove that header when the attachment is forwarded.
35010 However, it seems fairly safe at this time.
35013 <UL>   
35014 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35015 </UL><P>
35016 &lt;End of help on this topic&gt;
35017 </BODY>
35018 </HTML>
35019 ====== h_config_winpos_in_config =====
35020 <HTML>
35021 <HEAD>
35022 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
35023 </HEAD>
35024 <BODY>
35025 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
35027 PC-Alpine only.
35030 Normally, PC-Alpine will store its window size and position in the
35031 Windows Registry.
35032 This is convenient if you want to use the same remote
35033 configuration from more than one PC.
35034 If you use multiple configuration files to start PC-Alpine, you may want
35035 to store the window size and position in the configuration file instead
35036 of in the Registry.
35037 Setting this feature causes the value to be stored in 
35038 <A HREF="h_config_window_position">Window-Position</A>.
35041 <UL>   
35042 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35043 </UL><P>
35044 &lt;End of help on this topic&gt;
35045 </BODY>
35046 </HTML>
35047 ====== h_config_quell_ssl_largeblocks =====
35048 <HTML>
35049 <HEAD>
35050 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
35051 </HEAD>
35052 <BODY>
35053 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
35055 PC-Alpine only.
35057 This feature changes the behavior of fetching messages
35058 and attachments so that the message data is fetched in chunks no larger
35059 than 12K bytes.
35060 This works around a bug in Microsoft's SSL/TLS support.
35061 Some versions of Microsoft SSL are not able to read full-sized (16K)
35062 SSL/TLS packets.
35063 Some servers will send such packets and this will
35064 cause PC-Alpine to crash with the error
35067 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
35070 Microsoft is aware of the problem and has developed a hotfix for it, it is
35071 discussed in article 300562 in the Microsoft Knowledge Base.
35073 <UL>   
35074 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35075 </UL><P>
35076 &lt;End of help on this topic&gt;
35077 </BODY>
35078 </HTML>
35079 ====== h_config_quell_partial =====
35080 <HTML>
35081 <HEAD>
35082 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
35083 </HEAD>
35084 <BODY>
35085 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
35087 Partial fetching is a feature of the IMAP protocol.
35088 By default, Alpine
35089 will use partial fetching when copying the contents of a message or attachment
35090 from the IMAP server to Alpine.
35091 This means that the fetch will be done in many
35092 small chunks instead of one big chunk. The main benefit of this approach is
35093 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
35094 to stop the fetch early. In some cases partial fetching may cause a performance
35095 problem so that the fetching of data takes significantly longer when partial
35096 fetching is used. Turning on this feature will turn off partial fetching.
35098 <UL>   
35099 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35100 </UL><P>
35101 &lt;End of help on this topic&gt;
35102 </BODY>
35103 </HTML>
35104 ====== h_config_quell_personal_name_prompt =====
35105 <HTML>
35106 <HEAD>
35107 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
35108 </HEAD>
35109 <BODY>
35110 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
35112 PC-Alpine only.  This feature quells the prompting for a 
35113 <A HREF="h_config_pers_name">personal name</A>.  This
35114 prompt normally happens before composing a message, and only happens when
35115 there is no personal name already set.
35117 <UL>   
35118 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35119 </UL><P>
35120 &lt;End of help on this topic&gt;
35121 </BODY>
35122 </HTML>
35123 ====== h_config_quell_user_id_prompt =====
35124 <HTML>
35125 <HEAD>
35126 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
35127 </HEAD>
35128 <BODY>
35129 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
35131 PC-Alpine only.  This feature quells the prompting for a 
35132 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
35133 if the information can be obtained from the login name used
35134 to open the INBOX.  Normally, this prompt happens before composing
35135 a message, and only happens when there is no user-id already set
35136 in the configuration.
35138 With this feature set, composing a message is only possible after
35139 establishing a connection to the INBOX.
35141 <UL>   
35142 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35143 </UL><P>
35144 &lt;End of help on this topic&gt;
35145 </BODY>
35146 </HTML>
35147 ====== h_config_save_aggregates =====
35148 <HTML>
35149 <HEAD>
35150 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
35151 </HEAD>
35152 <BODY>
35153 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
35155 This feature will optimize an aggregate copy operation, if
35156 possible, by issuing a single IMAP <EM>COPY</EM> command with a
35157 list of the messages to be copied.
35158 This feature is set by default.
35159 This may reduce network traffic and elapsed time for the Save.
35160 <EM>However, many IMAP servers (including the UW IMAP server) do
35161 not preserve the order of messages when this optimization is applied.</EM>
35162 If this feature is not set, 
35163 Alpine will copy each message individually and the order of the messages
35164 will be preserved.
35166 <UL>   
35167 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35168 </UL><P>
35169 &lt;End of help on this topic&gt;
35170 </BODY>
35171 </HTML>
35172 ====== h_config_use_system_translation =====
35173 <HTML>
35174 <HEAD>
35175 <TITLE>FEATURE: Use System Translation</TITLE>
35176 </HEAD>
35177 <BODY>
35178 <H1>FEATURE: Use System Translation</H1>
35180 UNIX Alpine only.
35182 Alpine normally uses its own internal software to convert between the multi-byte
35183 representation of characters and the Unicode representation of those
35184 same characters.
35185 It converts from the multi-byte characters your keyboard produces to Unicode,
35186 and from Unicode to the multi-byte characters your display expects.
35187 Alpine also uses its own internal software to decide how much space on
35188 the screen a particular Unicode character will occupy.
35191 Setting this feature tells Alpine to use the system-supplied routines to
35192 perform these tasks instead.
35193 In particular there are three tasks and three system routines that will
35194 be used for these tasks.
35197 To convert from multi-byte to Unicode the routine
35200 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
35203 is used.
35204 To convert from Unicode to multi-byte the routine
35207 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
35210 is used.
35211 And to find the screen width a particular Unicode character will
35212 occupy the routine used is
35215 <CENTER><SAMP>wcwidth</SAMP></CENTER>
35218 This feature has been only lightly tested.
35219 The internal routines should normally be used unless you run into
35220 a problem that you think may be solved by using the system routines.
35221 Note that your environment needs to be set up for these
35222 routines to work correctly.
35223 In particular, the LANG or LC_CTYPE variable in your environment will
35224 need to be set.
35227 <UL>   
35228 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35229 </UL><P>
35230 &lt;End of help on this topic&gt;
35231 </BODY>
35232 </HTML>
35233 ====== h_config_suspend_spawns =====
35234 <HTML>
35235 <HEAD>
35236 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
35237 </HEAD>
35238 <BODY>
35239 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
35241 This feature affects Alpine's behavior when process suspension is enabled
35242 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
35243 temporarily interact with the operating system command &quot;shell&quot; 
35244 without
35245 quitting Alpine, and then subsequently resume the still-active Alpine session.
35248 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
35249 is set and subsequently the Ctrl-Z key
35250 is pressed, Alpine will normally suspend itself and return temporary control
35251 to Alpine's parent shell process.  However, if this feature is set, Alpine
35252 will instead create an inferior subshell process.  This is useful when the
35253 parent process is not intended to be used interactively.  Examples include
35254 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
35255 or via a menu system.<P>
35257 Note that one typically resumes a suspended Alpine by entering the Unix
35258 &quot;fg&quot; command, but if this feature is set, it will be necessary to
35259 enter the &quot;exit&quot; command instead.
35261 <UL>   
35262 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35263 </UL><P>
35264 &lt;End of help on this topic&gt;
35265 </BODY>
35266 </HTML>
35267 ====== h_config_8bit_smtp =====
35268 <HTML>
35269 <HEAD>
35270 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
35271 </HEAD>
35272 <BODY>
35273 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
35275 This feature affects Alpine's behavior when sending mail.
35276 By default, this feature is set.
35277 Internet standards
35278 require that all electronic mail messages traversing the global Internet
35279 consist of 7bit ASCII characters unless a pair of cooperating mail 
35280 transfer agents explicitly agree to allow 8bit messages.  In general, 
35281 then, exchanging messages in non-ASCII characters requires MIME encoding.
35283 However, there are now Internet standards that allow for unencoded 8bit
35284 exchange of messages between cooperating systems.  When this feature is set
35285 Alpine will try to negotiate unencoded 8bit transmission during the
35286 sending process.  Should the negotiation fail, Alpine will fall back to its
35287 ordinary encoding rules. 
35289 Note, this feature relies on your system's mail transport agent or
35290 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
35291 having the negotiation mechanism introduced in
35292 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
35293 &quot;8BITMIME&quot;. 
35295 ESMTP allows for graceful migration to upgraded mail transfer agents, but
35296 it is possible that this feature might cause problems for some servers. 
35297 <P><UL>
35298 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35299 </UL>
35300 <P>&lt;End of help on this topic&gt;
35301 </BODY>
35302 </HTML>
35303 ====== h_config_8bit_nntp =====
35304 <HTML>
35305 <HEAD>
35306 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
35307 </HEAD>
35308 <BODY>
35309 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
35311 This feature affects Alpine's behavior when posting news.  
35315 The Internet standard for exchanging USENET news messages (RFC-1036)
35316 specifies that USENET messages should conform to Internet mail standards
35317 and contain only 7bit characters, but much of the news transport software
35318 in use today is capable of successfully sending messages containing 8bit
35319 characters.  Hence, many people believe that it is appropriate to send 8bit
35320 news messages without any MIME encoding.
35324 Moreover, there is no Internet standard for explicitly negotiating 8bit
35325 transfer, as there is for Internet email.  Therefore, Alpine provides the
35326 option of posting unencoded 8bit news messages, though not as the default.
35327 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
35328 postings that contain 8bit characters. 
35332 Note, articles may cross a path or pass through news transport software
35333 that is unsafe or even hostile to 8bit characters.  At best this will only
35334 cause the posting to become garbled.  The safest way to transmit 8bit
35335 characters is to leave Alpine's MIME encoding turned on, but recipients
35336 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
35337 messages.
35339 &lt;End of help on this topic&gt;
35340 </BODY>
35341 </HTML>
35342 ====== h_config_mark_for_cc =====
35343 <HTML>
35344 <HEAD>
35345 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
35346 </HEAD>
35347 <BODY>
35348 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
35350 This feature affects Alpine's MESSAGE INDEX display.
35351 By default, a '+' is displayed in the first column if the
35352 message is addressed directly to you.
35353 When this feature is set and the message is not addressed to you, then a
35354 '-' character is displayed if the message is instead Cc'd directly
35355 to you.
35358 <UL>   
35359 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35360 </UL><P>
35361 &lt;End of help on this topic&gt;
35362 </BODY>
35363 </HTML>
35364 ====== h_config_tab_uses_unseen =====
35365 <HTML>
35366 <HEAD>
35367 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
35368 </HEAD>
35369 <BODY>
35370 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
35372 This feature affects Alpine's behavior when using the TAB
35373 <A HREF="h_common_nextnew">NextNew Command</A>
35374 to move from one folder to the next.
35375 Alpine's usual behavior is to search for folders
35376 with <EM>Recent</EM> messages in them.
35377 Recent messages are messages that have arrived since the last time the
35378 folder was opened.
35381 Setting this feature causes Alpine to search for <EM>Unseen</EM>
35382 messages instead of Recent messages.
35383 Unseen messages remain Unseen until you view them (or flag then as Seen with
35384 the <A HREF="h_common_flag">Flag Command</A>).
35385 Setting this feature allows you to locate messages you have not read
35386 instead of only recently received messages.
35387 When this feature is set, the feature
35388 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
35389 will have no effect, so the checking may be slower.
35392 Another reason why you might want to use this feature is that Alpine sometimes
35393 opens folders implicitly behind the scenes, and this clears the
35394 Recent status of all messages in the folder.
35395 One example where this happens is when Saving or filtering a
35396 message to another folder.
35397 If that message has some <A HREF="h_config_keywords">keywords</A>
35398 set, then because of some shortcomings
35399 in the IMAP specification, the best way to ensure that those keywords are
35400 still set in the saved copy of the message is to open the folder and
35401 set the keywords explicitly.
35402 Because this clears the Recent status of all messages in that folder the
35403 folder will not be found by the NextNew command unless this feature is set.
35406 &lt;End of help on this topic&gt;
35407 </BODY>
35408 </HTML>
35409 ====== h_config_tab_new_only =====
35410 <HTML>
35411 <HEAD>
35412 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
35413 </HEAD>
35414 <BODY>
35415 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
35417 This feature affects Alpine's behavior when using the TAB key to move from
35418 one message to the next.  Alpine's usual behavior is to select the next
35419 unread message or message flagged as "Important".
35423 Setting this feature causes Alpine to skip the messages flagged as important,
35424 and select unread messages exclusively.  Tab behavior when there are no
35425 new messages left to select remains unchanged.
35427 &lt;End of help on this topic&gt;
35428 </BODY>
35429 </HTML>
35430 ====== h_config_warn_if_subj_blank =====
35431 <HTML>
35432 <HEAD>
35433 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
35434 </HEAD>
35435 <BODY>
35436 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
35438 This feature affects Alpine's behavior when you send a message being
35439 composed.
35440 If this option is set, Alpine will check to see if the message about to be sent
35441 has a subject or not.
35442 If not, you will be asked if you want to send the message anyway.
35445 <UL>   
35446 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35447 </UL><P>
35448 &lt;End of help on this topic&gt;
35449 </BODY>
35450 </HTML>
35451 ====== h_config_warn_if_fcc_blank =====
35452 <HTML>
35453 <HEAD>
35454 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
35455 </HEAD>
35456 <BODY>
35457 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
35459 This feature affects Alpine's behavior when you send a message being
35460 composed.
35461 If this option is set, Alpine will check to see if the message about to be sent
35462 has an Fcc or not.
35463 If not, you will be asked if you want to send the message anyway.
35466 <UL>   
35467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35468 </UL><P>
35469 &lt;End of help on this topic&gt;
35470 </BODY>
35471 </HTML>
35472 ====== h_config_warn_if_no_to_or_cc =====
35473 <HTML>
35474 <HEAD>
35475 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
35476 </HEAD>
35477 <BODY>
35478 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
35480 This feature affects Alpine's behavior when you send a message being
35481 composed.
35482 If this option is set, Alpine will check to see if the message about to be sent
35483 has either a To address, a Cc address, or a Newsgroup.
35484 If none of these is set,
35485 you will be asked if you want to send the message anyway.
35488 This feature is closely related to
35489 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
35490 Alpine will normally ask if you want to copy a message only to the Fcc.
35491 This feature also applies to cases where there is a Bcc but still no To, Cc,
35492 or Newsgroup.
35493 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
35494 message with only an Fcc, then you won't be asked about sending with
35495 a blank To and Cc and Newsgroups header even if this feature is set.
35496 Similarly, if you have already been asked if you want to send to the Fcc
35497 only and you have answered Yes, then you won't be asked again about sending with
35498 blank To, Cc, and Newsgroups headers even if this feature is set.
35501 <UL>   
35502 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35503 </UL><P>
35504 &lt;End of help on this topic&gt;
35505 </BODY>
35506 </HTML>
35507 ====== h_config_quell_dead_letter =====
35508 <HTML>
35509 <HEAD>
35510 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
35511 </HEAD>
35512 <BODY>
35513 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
35515 This feature affects Alpine's behavior when you cancel a message being
35516 composed.  Alpine's usual behavior is to write the canceled message to
35517 a file named 
35518 <!--chtml if pinemode="os_windows"-->
35519 &quot;DEADLETR&quot;,
35520 <!--chtml else-->
35521 &quot;dead.letter&quot; in your home directory,
35522 <!--chtml endif-->
35523 overwriting any previous message. Under
35524 some conditions (some routine), this can introduce a noticeable delay.
35525 Setting this feature will cause Alpine NOT to write canceled compositions
35526 into the file.
35528 NOTE: Enabling this feature means NO record of canceled messages is
35529 maintained.
35531 This feature affects the newer option
35532 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
35533 number of dead letter files to keep around.
35534 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
35536 <UL>   
35537 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35538 </UL><P>
35539 &lt;End of help on this topic&gt;
35540 </BODY>
35541 </HTML>
35542 ====== h_config_quell_beeps =====
35543 <HTML>
35544 <HEAD>
35545 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
35546 </HEAD>
35547 <BODY>
35548 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
35550 This feature affects Alpine's behavior when it displays status message
35551 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
35552 will not affect the display of such messages, but will cause those that
35553 emit a beep to become silent.
35556 <UL>   
35557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35558 </UL><P>
35559 &lt;End of help on this topic&gt;
35560 </BODY>
35561 </HTML>
35562 ====== h_config_suppress_user_agent =====
35563 <HTML>
35564 <HEAD>
35565 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
35566 </HEAD>
35567 <BODY>
35568 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
35570 If this feature is set then Alpine will not generate a
35571 <CODE>User-Agent</CODE> header in outgoing messages.
35573 <UL>   
35574 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35575 </UL><P>
35576 &lt;End of help on this topic&gt;
35577 </BODY>
35578 </HTML>
35579 ====== h_config_quell_lock_failure_warnings =====
35580 <HTML>
35581 <HEAD>
35582 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
35583 </HEAD>
35584 <BODY>
35585 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
35587 This feature affects Alpine's behavior when it encounters a problem
35588 acquiring a mail folder lock.  Typically, a secondary file associated
35589 with the mail folder being opened is created as part of the locking
35590 process.  On some systems, such file creation has been administratively
35591 precluded by the system configuration.
35593 Alpine issues a warning when such failures occur, which can become bothersome
35594 if the system is configured to disallow such actions.  Setting this
35595 feature causes Alpine to remain silent when this part of lock creation fails.
35597 WARNING: systems that have been configured in a way that precludes locking
35598 introduce some risk of mail folder corruption when more than one program
35599 attempts to modify the mail folder.  This is most likely to occur to one's
35600 INBOX or other incoming message folder. 
35602 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
35604 <UL>   
35605 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35606 </UL><P>
35607 &lt;End of help on this topic&gt;
35608 </BODY>
35609 </HTML>
35610 ====== h_config_enable_role_take ======
35611 <HTML>
35612 <HEAD>
35613 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
35614 </HEAD>
35615 <BODY>
35616 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
35618 Normally, the Take command takes addresses from a message and helps you
35619 put them into your Address Book.
35620 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
35621 you may find it useful
35622 to be able to Take information from a message's headers and put it into
35623 a new Rule.
35624 When this feature is set, you will be given an extra prompt that gives
35625 you the choice to Take into the Address Book or Take into a rule.
35626 <P><UL>
35627 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35628 </UL>
35630 &lt;End of help on this topic&gt;
35631 </BODY>
35632 </HTML>
35633 ====== h_config_enable_take_export ======
35634 <HTML>
35635 <HEAD>
35636 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
35637 </HEAD>
35638 <BODY>
35639 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
35641 Normally, the Take command takes addresses from a message and helps you
35642 put them into your Address Book.
35643 When this feature is set, you will be given an extra prompt that gives you
35644 the choice to Take addresses into a file instead of your Address
35645 Book.
35646 Only the user@domain_name part of the address is put in the file.
35647 <P><UL>
35648 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35649 </UL>
35651 &lt;End of help on this topic&gt;
35652 </BODY>
35653 </HTML>
35654 ====== h_config_quell_folder_internal_msg ======
35655 <HTML>
35656 <HEAD>
35657 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
35658 </HEAD>
35659 <BODY>
35660 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
35662 This feature determines whether or not Alpine will create 
35663 &quot;pseudo messages&quot; in folders that are in standard Unix or 
35664 MMDF format. <P> 
35666 Alpine will normally create these pseudo messages when they are not already
35667 present in a standard Unix or MMDF folder.  Their purpose is to record
35668 certain mailbox state data needed for correct IMAP and POP server
35669 operation, and also for Alpine to be able to mark messages as Answered when
35670 the Reply has been postponed.<P>
35672 Sites that do not use IMAP/POP for remote mail access, and that need to
35673 support mail tools that are adversely affected by the presence of the
35674 pseudo-messages (e.g. some mail notification tools) may enable this
35675 feature to tell Alpine not to create them.  Note that Alpine's 
35676 &quot;Answered&quot; flag
35677 capability will be adversely affected if this is done.<P>
35679 Note too that, even if this feature is enabled, Alpine will not remove
35680 pseudo-messages when it encounters them (e.g. those created by UW's imapd
35681 or ipopd servers.) This feature has no effect on folders that are not in
35682 standard Unix or MMDF format, as pseudo-messages are not needed in the
35683 other formats to record mailbox state information.
35684 <P><UL>
35685 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35686 </UL>
35688 &lt;End of help on this topic&gt;
35689 </BODY>
35690 </HTML>
35691 ====== h_config_mulnews_as_typed ======
35692 <HTML>
35693 <HEAD>
35694 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
35695 </HEAD>
35696 <BODY>
35697 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
35699 This feature will be of little use to most users.
35700 It has no effect unless the feature
35701 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
35702 is set.
35704 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
35705 then the setting of this feature may have an effect on the names of the
35706 newsrc files used.
35707 Normally, the name of the news server will be canonicalized before it is
35708 used in the newsrc file name.
35709 For example, if you type the news server name
35712 <CENTER><SAMP>servername</SAMP></CENTER>
35715 it is likely that the canonical name will be something like
35718 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
35721 Or it may be the case that
35724 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
35727 is really an alias (a DNS CNAME) for
35730 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
35733 If this feature is not set, then the canonicalized names will be used.
35734 If this feature is set, then the name you typed in (or put in your
35735 configuration) will be used.
35737 <P><UL>
35738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35739 </UL>
35741 &lt;End of help on this topic&gt;
35742 </BODY>
35743 </HTML>
35744 ====== h_config_quell_empty_dirs ======
35745 <HTML>
35746 <HEAD>
35747 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
35748 </HEAD>
35749 <BODY>
35750 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
35752 This feature causes Alpine to remove from the display any directories
35753 that do not contain at least one file or directory.  This can be useful
35754 to prevent overly cluttered folder lists when a collection is stored on
35755 a server that treats all names as both a folder and a directory.
35758 Note, enabling this feature can cause surprising behavior!  For example,
35759 you can still use Add to create a directory, but unless you immediately
35760 enter that directory and create a folder, that newly created directory
35761 may not be displayed next time you enter the folder list.
35764 The description above is not quite correct.
35765 Only directories which potentially may hold messages are hidden if empty.
35766 That is, a directory which is really just a directory and is not selectable
35767 as a folder will not be hidden.
35768 Such directories can occur on servers that treat most names as both a folder
35769 and a directory.
35770 These directories are typically created implicitly when a folder is created
35771 inside a directory that does not yet exist.
35774 <UL>   
35775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35776 </UL><P>
35777 &lt;End of help on this topic&gt;
35778 </BODY>
35779 </HTML>
35780 ====== h_config_termcap_wins =====
35781 <HTML>
35782 <HEAD>
35783 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
35784 </HEAD>
35785 <BODY>
35786 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
35788 This feature may affect Alpine's low-level input routines.  Termcap (or
35789 terminfo, depending on how your copy of Alpine was compiled and linked)
35790 is the name of the database that describes terminal capabilities.  In
35791 particular, it describes the sequences of characters that various keys
35792 will emit.
35795 An example would be the Up Arrow key on the keyboard.  Up
35796 Arrow is not a distinct character on most Unix systems.  When you press
35797 the Up Arrow key a short sequence of characters are produced.  This
35798 sequence is supposed to be described in the termcap database by the
35799 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
35800 are using terminfo instead of termcap).
35803 By default, Alpine defines some terminal
35804 escape sequences that are commonly used.  For example, the sequence
35805 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
35806 &quot;ESC&nbsp;[&nbsp;A&quot;
35807 is also recognized as an Up Arrow key.  These are chosen because common
35808 terminals like VT100's or ANSI standard terminals produce these
35809 sequences when you press the Up Arrow key.
35812 If your system's termcap
35813 (terminfo) database assigns some other function to the sequence
35814 &quot;ESC&nbsp;O&nbsp;A&quot;
35815 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
35816 database assigns a sequence that doesn't begin with an escape
35817 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
35818 This usually works fine
35819 because most terminals emit the escape sequences that Alpine has defined
35820 by default.  We have also found that it is usually better to have these
35821 defaults take precedence over the definitions contained in the database
35822 because the defaults are more likely to be correct than the database.
35825 There are some terminals where this breaks down.  If you want Alpine to
35826 believe the definitions given in your termcap (terminfo) database in
35827 preference to the defaults the Alpine itself sets up, then you may turn
35828 this feature on.  Then, sequences of characters that are defined in
35829 both termcap (terminfo) and in Alpine's set of defaults will be
35830 interpreted the way that termcap (terminfo) says they should be
35831 interpreted.  Also, if your terminal capabilities database assigns a
35832 sequence that doesn't begin with escape, it will not be ignored.
35835 <UL>   
35836 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35837 </UL><P>
35838 &lt;End of help on this topic&gt;
35839 </BODY>
35840 </HTML>
35841 ====== h_config_cruise_mode =====
35842 <HTML>
35843 <HEAD>
35844 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
35845 </HEAD>
35846 <BODY>
35847 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
35849 This feature affects Alpine's behavior when you hit the
35850 &quot;Space&nbsp;Bar&quot; at
35851 the end of a displayed message.  Typically, Alpine complains that the end
35852 of the text has already been reached.  Setting this feature causes such
35853 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
35854 taking you to the next &quot;interesting&quot; message,
35855 or scanning ahead to the 
35856 next incoming folder with &quot;interesting&quot; messages.
35859 <UL>   
35860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35861 </UL><P>
35862 &lt;End of help on this topic&gt;
35863 </BODY>
35864 </HTML>
35865 ====== h_config_cruise_mode_delete =====
35866 <HTML>
35867 <HEAD>
35868 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
35869 </HEAD>
35870 <BODY>
35871 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
35873 This feature modifies the behavior of Alpine's 
35874 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
35875 Setting this feature causes Alpine to implicitly delete read
35876 messages when it moves on to display the next &quot;interesting&quot; message.
35878 NOTE: Beware when enabling this feature AND the 
35879 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
35880 feature.
35882 <UL>   
35883 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35884 </UL><P>
35885 &lt;End of help on this topic&gt;
35886 </BODY>
35887 </HTML>
35888 ====== h_config_slash_coll_entire =====
35889 <HTML>
35890 <HEAD>
35891 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
35892 </HEAD>
35893 <BODY>
35894 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
35896 The slash (/) command is available from the MESSAGE INDEX screen when
35897 the folder is sorted by either Threads or OrderedSubject, and the
35898 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
35899 is set to something other than &quot;none&quot;.
35900 Normally, the slash command Collapses or Expands the subthread that
35901 starts at the currently highlighted message, if any.
35902 If this option is set, then the slash command Collapses or Expands the
35903 <EM>entire</EM> current thread instead of just the subthread.
35904 The current thread is simply the top-level thread that contains the
35905 current message.
35908 <UL>   
35909 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35910 </UL><P>
35911 &lt;End of help on this topic&gt;
35912 </BODY>
35913 </HTML>
35914 ====== h_config_color_thrd_import =====
35915 <HTML>
35916 <HEAD>
35917 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
35918 </HEAD>
35919 <BODY>
35920 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
35922 This option affects only the THREAD INDEX screen.
35923 Whether or not you ever see a THREAD INDEX screen depends on the setting
35924 of the configuration option
35925 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
35926 and on the sort order of the index.
35929 If a message within a thread is flagged as Important
35930 and this option is set, then
35931 the entire line in the THREAD INDEX will be colored the color of the
35932 Index-important Symbol, which can be set using the
35933 <A HREF="h_color_setup">Setup Kolor</A> screen.
35936 <UL>   
35937 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35938 </UL><P>
35939 &lt;End of help on this topic&gt;
35940 </BODY>
35941 </HTML>
35942 ====== h_config_allow_goto =====
35943 <HTML>
35944 <HEAD>        
35945 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
35946 </HEAD>
35947 <BODY>
35948 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
35950 This feature modifies the behavior of Alpine's file browser.  Setting this
35951 feature causes Alpine to offer the "G Goto" command in the file browser.
35952 That is the default.
35956 The Goto command allows you to explicitly type in the desired directory.
35958 &lt;End of help on this topic&gt;
35959 </BODY></HTML>
35960 ====== h_config_add_ldap =====
35961 <HTML>
35962 <HEAD>
35963 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
35964 </HEAD>
35965 <BODY>
35966 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
35968 If both the Directory option
35969 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
35970 and this feature are set,
35971 then when an implicit directory lookup is done from the
35972 composer you will automatically be prompted to add the result of the
35973 directory lookup to your address book.
35975 <UL>   
35976 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35977 </UL><P>
35978 &lt;End of help on this topic&gt;
35979 </BODY>
35980 </HTML>
35981 ===== h_patterns_compat_behavior =====
35982 <HTML>
35983 <HEAD>
35984 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
35985 </HEAD>
35986 <BODY>
35987 <H1>Rules Behavior Changes in Pine 4.50</H1>
35989 In Alpine, Rules that contain unrecognized elements
35990 are ignored.
35991 In most cases, the unrecognized elements will be something that was
35992 added as a new Rules feature in a later version of Alpine.
35993 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
35994 ignore rules that contained unrecognized elements.
35995 For example, a new element of Rules that was added in Pine 4.50 is
35996 Age interval.
35997 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
35998 all messages older than a week red.
35999 Now, if you run Pine 4.44 using that same configuration file, it will not
36000 recognize the Age interval and so will just ignore it.
36001 That means that all messages will match that rule so all messages will
36002 be colored red when using Pine version 4.44.
36005 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
36006 However, since the behavior still exists in versions prior to Pine 4.50 and
36007 since Filtering is a potentially destructive operation, another measure
36008 was taken to attempt to avoid unintentional Filtering of messages.
36009 The first time that you run Alpine or a Pine that is version 4.50 or greater,
36010 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
36011 will be copied to a new Filters configuration variable
36012 with a different name (&quot;Patterns-Filters2&quot;).
36013 From then on, Alpine will continue to use the new
36014 variable.
36015 Of course, Pine version 4.44 or lower will continue to use the old
36016 variable.
36017 That means that if you are using Alpine
36018 and also using a version of Pine that is older than 4.50, they will not
36019 share the configuration information about Filters.
36020 If you make a change in one version you won't see it in the other version.
36023 Since Scoring can be used to trigger Filtering, the same thing has been
36024 done for Score rules.
36025 The old configuration variable name is (&quot;Patterns-Scores&quot;)
36026 and the new name is (&quot;Patterns-Scores2&quot;).
36027 The same is not true of Role, Indexcolor, and Other rules that are
36028 thought to be less harmful when a mistake is made.
36031 &lt;End of help on this topic&gt;
36032 </BODY>
36033 </HTML>
36034 ======= h_config_filt_opts_sentdate =======
36035 <HTML>
36036 <HEAD>
36037 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
36038 </HEAD>
36039 <BODY>
36040 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
36042 By default, the Age interval of a Pattern uses a message's time of
36043 arrival to compute the age of the message.
36044 If this feature is set, the date in the message's Date header will
36045 be used instead.
36047 &lt;End of help on this topic&gt;
36048 </BODY>
36049 </HTML>
36050 ======= h_config_filt_opts_notdel =======
36051 <HTML>
36052 <HEAD>
36053 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
36054 </HEAD>
36055 <BODY>
36056 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
36058 If this option is set then a message will be moved into the
36059 specified folder only if it is not marked for deletion.
36060 This is useful if you have multiple Alpine sessions running
36061 simultaneously and you don't want messages to be filtered into a
36062 folder more than once.
36063 It is also useful if you want to filter
36064 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
36065 This method is not foolproof.
36066 There may be cases where a message
36067 gets marked deleted and so it is never filtered into the folder.
36068 For example, if you deleted it in another Alpine session or another mail
36069 program that didn't use the filtering rule.
36071 This option has no effect if the Filter Action is not set to Move.
36073 &lt;End of help on this topic&gt;
36074 </BODY>
36075 </HTML>
36076 ======= h_config_filt_opts_nonterm =======
36077 <HTML>
36078 <HEAD>
36079 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
36080 </HEAD>
36081 <BODY>
36082 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
36084 If this option is set then this is a non-terminating rule.
36085 Usually, for each message, Alpine searches through the Filter Rules until
36086 a match is found and then it performs the action associated with that rule.
36087 Rules following the match are not considered.
36088 If this option is set then the search for matches will continue at the next
36089 rule.
36091 If a non-terminating rule matches then the actions associated with
36092 that rule, except for any implied deletion of the message, are performed
36093 before the match for the next rule is checked.
36094 For example, if the non-terminating rule sets the Important status, then that
36095 status will be set when the next rule is considered.
36096 However, if the non-terminating rule Moves the message, the message will
36097 actually be copied instead of copied and deleted so that it is still there
36098 for the next rule.
36099 A moved message is deleted after all the relevant rules have been checked.
36100 The name of the &quot;Move&quot; action is confusing in this case because
36101 a single message can be moved to more than one folder.
36102 It turns the Move into a Copy instead, but it is still followed by a deletion
36103 at the end.
36105 This option may be useful if you want to have a single message filtered to
36106 two different folders because it matches two different Patterns.
36107 For example, suppose you normally filter messages to a particular mailing
36108 list into one folder, and messages addressed directly to you into a second
36109 folder.
36110 If a message is sent to both you and the list (and you can tell that by
36111 looking at the headers of the message) this option may give you a convenient
36112 way to capture a copy to each folder.
36113 (It may also cause you to capture two copies to each folder,
36114 depending on whether your mail system delivers one or two copies of the
36115 message to you and on how the list works.)
36117 &lt;End of help on this topic&gt;
36118 </BODY>
36119 </HTML>
36120 ====== h_command_external_browser =====
36121 <HTML>
36122 <HEAD>
36123 <TITLE>The External Browser Command</TITLE>
36124 </HEAD>
36125 <BODY>
36126 <H1>The External Browser Command</H1>
36129 A new command was added to Alpine that allows users to send HTML messages to be displayed
36130 by a web browser. This is helpful when a user wants to see images in the context of the
36131 message, or get a better display of the message than Alpine provides.
36134 The simplest way to use this command is to do as follows. While reading a message,
36135 press the &quot;V&quot; to go to the <A href="h_attachment_screen">ATTACHMENT SCREEN</A>.
36136 In that screen move the cursor until it is on top of a TEXT/HTML attachment and press the
36137 &quot;X&quot; key. This will make Alpine launch the browser you have configured for
36138 in the <a href="h_config_browser"><!--#echo var="VAR_url-viewers"--></a> variable, and
36139 you should be able to read the message in your browser, as well as in Alpine.
36141 <P> If the message you sent to your browser has inline images, then the images attached to
36142 the message that are necessary for the display of the message are also sent to the browser
36143 for its display.
36145 <P> The text that follows will explain more details about this command, and is only
36146 recommended for more advanced users.
36148 <h1><CENTER>Displaying Images</CENTER></h1>
36150 <P> First, we will talk about displaying images in an HTML file. Typically, HTML images
36151 are displayed as the result of some specific code of the form
36152 <center>
36153 <PRE>
36154 &lt;img src=&quot;...&quot;&gt;,
36155 </PRE>
36156 </center>
36157 where the text between the quotes tells Alpine how to find the image.
36158 If the source of the image is internal to the message, Alpine passes that image to the
36159 browser. Otherwise Alpine erases the link to the image. This is done so that
36160 you can be protected from a bad use of external images. Images can be used to track
36161 that you read the message, or your location, devices you own, etc.. Since Alpine does
36162 not open images in any messages, your
36163 privacy is always protected this way. Therefore, when you do not pass the links to
36164 external images to a browser, your privacy is being protected. However, doing this
36165 might make the message not be displayed correctly, since when the message was
36166 created the images were part of the formatted message, and not having images might make
36167 this formatting look awkward.
36169 <P> If you would like that Alpine display all images, regardless of their source, and
36170 regardless of the sender, then you need to disable the feature <a
36171 href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>.
36172 The message will display as intended, but you will leak information to the sender of the
36173 message, as well as to your internet service provider, which could be your employer, or
36174 school, etc.
36176 <P> Alpine provides an alternative mechanism to either send all links to the images to the
36177 external browser or to send only those that are attached to the message you are trying to
36178 display. In order to use this mechanism you must first enable
36179 <a href="h_config_enable_view_attach"><!--#echo var="FEAT_enable-msg-view-attachments"--></a>.
36180 This allows Alpine to add direct links to each attachments. If you want to send an HTML
36181 attachment to an external browser, you would place the cursor over the attachment and press
36182 the &quot;Return&quot; or &quot;Enter&quot; key to open the attachment. When you do that
36183 you will see a prompt and menu which says
36185 <pre>
36186 View selected Attachment  ?
36187 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36188 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36189 </pre>
36191 <P>In order to send this message to an external browser, you would press the &quot;X&quot;
36192 key. This will change the prompt and menu to
36194 <pre>
36195 View selected Attachment using external viewer including inline images only ?
36196 &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
36197 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I All images
36198 </pre>
36200 <P>This is telling you that if you answer &quot;Yes&quot; to this question, and external
36201 browser will be used to send this messages, and only inline images, that is, those attached
36202 in the message will be sent to the browser. If you would like to send all images in
36203 this case, the menu tells you that you must press the &quot;I&quot; key. Pressing
36204 that key changes the prompt and menu to
36206 <pre>
36207 View selected Attachment using external viewer including all images ?
36208 &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
36209 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I Inline imgs
36210 </pre>
36212 <P>and as you can see the prompt says that if you press &quot;Yes&quot; then the message
36213 will be sent to the browser including the source of all images, including those in
36214 external servers. Notice that the &quot;X&quot; command now is a toggle. If you
36215 were to press it now, you would return to the original prompt,
36217 <pre>
36218 View selected Attachment  ?
36219 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36220 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36221 </pre>
36223 <P>which means that if you answer &quot;Yes&quot; at this time your message would not
36224 be sent to your external browser for display, unless you have configured a mailcap
36225 entry to display HTML files.
36227 <P> One of the lessons of this discussion is that if you never press the &quot;X&quot;
36228 command in the ATTACHMENT SCREEN, and you never press the &quot;X&quot; command when
36229 launching a viewer for an attachment in the MESSAGE TEXT screen, you will never use this
36230 mechanism, and Alpine will resort to your already configured mechanisms to open HTML
36231 text.This means you can live your life without worrying that Alpine will do anything
36232 different because of this new feature. You do not have to use it, but if you do, you should
36233 know the risks and advantages and decide when and how to use it.
36235 <h1><CENTER>Saving HTML Messages to Disk</CENTER></h1>
36238 No matter what your reason to send a message to an external web browser is, Alpine must
36239 write your message to a file (and also all related inline images), and point your browser
36240 to open that file. Alpine saves all your messages and auxiliary images in a subdirectory
36241 of the ~/.alpine-html directory in unix-like Alpine, or the alpine-html folder in your home
36242 directory in PC-Alpine. If Alpine cannot access these directories, or create folders
36243 in them, then the full mechanism described above will fail, and you will not be able
36244 to send messages to an external browser for display.
36247 Unfortunately browsers do not remove the file that Alpine created, nor the images
36248 that Alpine saved in order to display this message, so if you use this mechanism often
36249 you will create many directories and files which the browser will not remove. Alpine
36250 will remove these files when you exit Alpine. Any temporary directory that Alpine
36251 created that has existed for longer than 10 minutes will be automatically erased.
36252 Alpine also erases these directories upon exiting.
36255 When Alpine creates a directory to house the files associated to a message that will
36256 pass to an external browser, it tries to delete that directory later on, according to
36257 the discussion above. What this means is that you should consider the contents of the
36258 ~/.alpine-html directory in unix-like Alpine and the alpine-html folder in PC-Alpine
36259 as temporary, and not rely on their existence. If you attempt to save files in one of
36260 these directories, chances are your data will be deleted by Alpine. Since deleting is
36261 a destructive action,
36262 every session of Alpine that you have open will only attempt to remove the directories
36263 it created, with their content in them. If this operation fails, Alpine will not try
36264 to investigate, nor will report to you, why the operation failed. Therefore, users
36265 should periodically check their html directory to see if there is content there that
36266 they wish to delete.
36269 <UL>
36270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36271 </UL><P>
36272 &lt;End of help on this topic&gt;
36273 </BODY>
36274 </HTML>
36275 ===== h_mainhelp_smime ======
36276 <HTML>
36277 <HEAD>
36278 <TITLE>S/MIME Overview</TITLE>
36279 </HEAD>
36280 <BODY>
36281 <H1>S/MIME Overview</H1>
36283 S/MIME is a standard for the public key encryption and signing of email.
36284 UNIX Alpine contains a basic implementation of S/MIME based on
36285 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
36286 same support can be provided using the 
36287 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
36288 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
36289 To check if this version of Alpine supports S/MIME look at
36290 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
36291 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
36293 Some limitations:
36294 <UL>
36295    <LI> There is no provision for checking for CRLs
36296         (Certificate Revocation Lists) in Alpine.
36297    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
36298    <LI> There is no mechanism available for feeding either an entire incoming
36299         or an entire outgoing message to an external
36300         filter and using that external filter to do S/MIME or PGP processing.
36301    <LI> Because the implementation currently uses OpenSSL, there is only a very
36302         limited integration with the Mac OS Keychain (the storing and access of
36303         public certificates).
36304 </UL>
36306 The S/MIME configuration screen is reached by going to the Main Menu and typing
36307 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
36310 <H2>S/MIME BASICS</H2>
36312 In order to digitally sign messages you send you must have a public/private key-pair.
36313 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
36314 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
36315 users or a company which provides certificates for its workers.
36316 These certificates are bound to an email address, so the identity being verified is the
36317 email address not a person's name.
36319 Mail is signed by using the sender's private key, which only the owner of the private key
36320 has access to.
36321 The signature is verified using the signer's public key, which anyone can
36322 have access to.
36323 With Alpine, the first time you receive a signed message the public key of the
36324 sender will be stored for future use.
36327 Mail is encrypted using the recipient's public key and decrypted by
36328 the recipient with their private key.
36331 You need a key of your own in order to sign outgoing messages and to have others
36332 encrypt messages sent to you.
36333 You do not need a key of your own to verify signed messages sent by others or to
36334 encrypt messages sent to others.
36336 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
36338 By default UNIX Alpine stores the certificates it uses in a directory in your
36339 home directory.
36340 The directory name is
36342 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
36344 For PC-Alpine, the equivalent directory is called 
36345 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
36346 and is also located under your home directory.
36348 Within that directory are three subdirectories.
36349 Each of the three subdirectories contains files with PEM-encoded contents,
36350 the default format for OpenSSL.
36351 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
36352 The files within that directory have names that are email addresses with the
36353 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
36354 An example filename is
36356 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36358 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
36359 your private key.
36360 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
36361 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
36362 Authorities that you want to trust but that aren't contained in the set of system CAs.
36363 Those files may have arbitrary names as long as they end with the
36364 suffix &quot;<SAMP>.crt</SAMP>&quot;.
36366 <H2>HOW TO SIGN AND ENCRYPT</H2>
36368 If you have a certificate you may sign outgoing messages.
36369 After typing the Ctrl-X command to send a message you will see the prompt
36371 <CENTER><SAMP>Send message?</SAMP></CENTER>
36373 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
36374 Typing the &quot;G&quot; command will change the prompt to
36376 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
36378 Typing the &quot;E&quot; command will change the prompt to
36380 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
36382 You may even type both to get
36384 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
36387 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
36389 The reading of a signed message should not require any special action on
36390 your part.
36391 There should be an editorial addition at the start of the message which
36392 says either
36394 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
36398 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
36400 If an encrypted message is sent to you the encrypted text will not
36401 be shown.
36402 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
36403 you are viewing the message) and supply your passphrase when asked.
36405 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
36406 which gives you some information about the certificate used to sign or encrypt the message.
36408 <H2>MISCELLANEOUS</H2>
36410 If you have access to a private certificate in the PKCS12 format, which 
36411 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
36412 use the following commands to generate private keys, public and certificate
36413 authorities certificates. In the examples below, we assume that the 
36414 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
36415 that your email address is &quot;your@address.com&quot;.
36418 In order to create a private key use the command
36420 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
36422 In order to create a public certificate use the command
36424 <CENTER><SAMP>
36425 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
36426 </SAMP></CENTER>
36428 In order to create a certificate authority certificate use the command
36430 <CENTER><SAMP>
36431 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
36432 </SAMP></CENTER>
36434 <P> If the previous command produces an empty file, it means that the 
36435 certificate authority was not included in the .p12 file, so you will have 
36436 to get it from some other sources. You will need these certificates, so 
36437 that you can validate correctly signatures.
36440 After you have exported these certificates and keys, you can  use the import 
36441 command in Alpine, from the S/MIME configuration screen,
36442 to import these certificates into Alpine. They will be available for use
36443 as soon as you import them.
36445 &lt;End of help on this topic&gt;
36446 </BODY>
36447 </HTML>
36448 ====== h_config_smime_pubcertdir =====
36449 <HTML>
36450 <HEAD>
36451 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
36452 </HEAD>
36453 <BODY>
36454 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
36457 If the option
36458 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36459 is set then this option will have no effect.
36461 Normally, Public Certificates for use with S/MIME will be stored in the directory
36462 which is the value of this option.
36463 Those certificates will be stored in PEM format, one certificate per file.
36464 The name of the file for the certificate corresponding to
36466 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36468 should be
36470 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
36472 For example, a file for user@example.com would be in the file
36474 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36476 in this directory.
36478 Use the Setup/SMIME screen to modify this variable.
36480 Typically, the public certificates that you have will come from S/MIME signed
36481 messages that are sent to you.
36482 Alpine will extract the public certificate from the signed message and store
36483 it in the certificates directory.
36484 These PEM format public certificates look something like:
36485 <PRE>
36486 -----BEGIN CERTIFICATE-----
36487 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
36488 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
36489 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
36491 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
36492 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
36493 -----END CERTIFICATE-----
36494 </PRE>
36496 <UL>   
36497 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36498 </UL><P>
36500 <UL>   
36501 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36502 </UL><P>
36503 &lt;End of help on this topic&gt;
36504 </BODY>
36505 </HTML>
36506 ====== h_config_smime_pubcertcon =====
36507 <HTML>
36508 <HEAD>
36509 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
36510 </HEAD>
36511 <BODY>
36512 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
36515 If this option is set it will be used instead of
36516 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
36518 This option gives you a way to store certificates remotely on an IMAP server
36519 instead of storing the certificates one per file locally.
36520 In order to do that you just give this option a remote folder name for a folder
36521 which does not yet exist.
36522 The name is similar to the name you might use for a remote configuration file.
36523 A remote folder name might look something like:
36525 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
36528 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36529 about the syntax of folder names.
36531 Use the Setup/SMIME screen to modify this variable.
36533 <UL>   
36534 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36535 </UL><P>
36537 <UL>   
36538 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36539 </UL><P>
36540 &lt;End of help on this topic&gt;
36541 </BODY>
36542 </HTML>
36543 ====== h_config_smime_privkeydir =====
36544 <HTML>
36545 <HEAD>
36546 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
36547 </HEAD>
36548 <BODY>
36549 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
36552 In order to sign outgoing S/MIME messages you will need a
36553 personal digital ID certificate.
36554 You will usually get such a certificate from a certificate authority such as
36555 Thawte or CAcert.
36556 (In order to encrypt outgoing messages you don't need a personal digital ID, you
36557 need the public certificate of the recipient instead.)
36558 If the option
36559 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
36560 is set then this option will have no effect.
36562 Normally, Private Keys for use with S/MIME will be stored in the directory
36563 which is the value of this option.
36564 Those certificates will be stored in PEM format, one certificate per file.
36565 The name of the file for the certificate corresponding to your
36567 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36569 should be
36571 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
36573 For example, if your address is user@example.com the name of the file would be
36575 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
36577 in this directory.
36579 Use the Setup/SMIME screen to modify this variable.
36581 Typically, the private key that you have will come from a Certificate
36582 Authority.
36583 The private key should be stored in a PEM format file that
36584 looks something like:
36585 <PRE>
36586 -----BEGIN RSA PRIVATE KEY-----
36587 Proc-Type: 4,ENCRYPTED
36588 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
36590 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
36591 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
36592 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
36594 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
36595 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
36596 -----END RSA PRIVATE KEY-----
36597 </PRE>
36599 <UL>   
36600 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36601 </UL><P>
36603 <UL>   
36604 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36605 </UL><P>
36606 &lt;End of help on this topic&gt;
36607 </BODY>
36608 </HTML>
36609 ====== h_config_smime_privkeycon =====
36610 <HTML>
36611 <HEAD>
36612 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
36613 </HEAD>
36614 <BODY>
36615 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
36618 If this option is set it will be used instead of
36619 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36621 This option gives you a way to store keys remotely on an IMAP server
36622 instead of storing the keys one per file locally.
36623 In order to do that you just give this option a remote folder name for a folder
36624 which does not yet exist.
36625 The name is similar to the name you might use for a remote configuration file.
36626 A remote folder name might look something like:
36628 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
36631 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36632 about the syntax of folder names.
36634 Use the Setup/SMIME screen to modify this variable.
36636 <UL>   
36637 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36638 </UL><P>
36640 <UL>   
36641 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36642 </UL><P>
36643 &lt;End of help on this topic&gt;
36644 </BODY>
36645 </HTML>
36646 ====== h_config_smime_cacertdir =====
36647 <HTML>
36648 <HEAD>
36649 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
36650 </HEAD>
36651 <BODY>
36652 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
36655 If the option
36656 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
36657 is set then this option will have no effect.
36659 CACert is a shorthand name for certification authority certificate.
36660 Normally Alpine will use the CACerts that are located in the standard system
36661 location for CACerts.
36662 It may be the case that one of your correspondents has a Digital ID which has
36663 been signed by a certificate authority that is not in the regular set of system certificate
36664 authorities.
36665 You may supplement the system list by adding further certificates of your own.
36666 These should  be stored in the directory
36667 which is the value of this option.
36668 The certificates will be stored in PEM format, one certificate per file.
36669 The names of the files can be anything ending in &quot;.crt&quot;.
36671 Use the Setup/SMIME screen to modify this variable.
36673 These PEM format CA certificates look very similar to your public
36674 certificates for particular email addresses
36675 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
36677 <UL>   
36678 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36679 </UL><P>
36681 <UL>   
36682 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36683 </UL><P>
36684 &lt;End of help on this topic&gt;
36685 </BODY>
36686 </HTML>
36687 ====== h_config_smime_cacertcon =====
36688 <HTML>
36689 <HEAD>
36690 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
36691 </HEAD>
36692 <BODY>
36693 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
36696 If this option is set it will be used instead of
36697 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
36699 This option gives you a way to store certificates remotely on an IMAP server
36700 instead of storing the certificates one per file locally.
36701 In order to do that you just give this option a remote folder name for a folder
36702 which does not yet exist.
36703 The name is similar to the name you might use for a remote configuration file.
36704 A remote folder name might look something like:
36706 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
36709 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36710 about the syntax of folder names.
36712 Use the Setup/SMIME screen to modify this variable.
36714 <UL>   
36715 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36716 </UL><P>
36718 <UL>   
36719 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36720 </UL><P>
36721 &lt;End of help on this topic&gt;
36722 </BODY>
36723 </HTML>
36724 ========== h_config_smime_sign_by_default ==========
36725 <HTML>
36726 <HEAD>
36727 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
36728 </HEAD>
36729 <BODY>
36730 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
36733 This feature only has an effect if your version of Alpine includes
36734 support for S/MIME.
36735 It affects Alpine's behavior when you send a message.
36736 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
36738 Only the default value is affected.
36739 In any case, you may still toggle the Signing option on or off before sending
36740 with the &quot;G Sign&quot; command (provided you have a personal digital ID
36741 certificate).
36743 <UL>   
36744 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36745 </UL><P>
36748 <UL>   
36749 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36750 </UL><P>
36751 &lt;End of help on this topic&gt;
36752 </BODY>
36753 </HTML>
36754 ========== h_config_smime_use_cert_store ==========
36755 <HTML>
36756 <HEAD>
36757 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
36758 </HEAD>
36759 <BODY>
36760 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
36763 This feature only has an effect if your version of Alpine includes
36764 support for S/MIME.
36765 It affects Alpine's behavior when you validate a message, and should
36766 not be disabled, unless you are performing a test.
36768 There are two important aspects of validation: validation of the message
36769 (that is, the message was not modified after it was sent) 
36770 as well as validation of the identity of the sender. This option has to 
36771 do with the latter. 
36773 In order to validate that the message came from the sender in the message
36774 and not an impersonator, Alpine can 
36775 either use the certificates that come in the message, or the ones that 
36776 you have personally stored. If this feature is enabled (the default) then 
36777 Alpine will use certificates that you have already saved in your store 
36778 and not those that come in the message to validate the sender of the 
36779 message. In particular, the first time that you receive a signed message
36780 from a sender, and their certificate does not validate against your
36781 store, then you will be asked if you wish to save such certificate. If
36782 you do not wish to save the certificate, then Alpine will fail to validate
36783 the signature of the message. Otherwise, Alpine will proceed to validate
36784 the signature of the message. This behavior helps you prevent against impersonation, because 
36785 it is assumed that you trust the certificates that you have saved, and 
36786 might not trust those that came with the message that you are validating.
36788 <UL>   
36789 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36790 </UL><P>
36793 <UL>   
36794 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36795 </UL><P>
36796 &lt;End of help on this topic&gt;
36797 </BODY>
36798 </HTML>
36799 ========== h_config_smime_pubcerts_in_keychain ==========
36800 <HTML>
36801 <HEAD>
36802 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
36803 </HEAD>
36804 <BODY>
36805 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
36808 If this feature is set the Mac OS X default keychain will be used as the place
36809 to store public certificates instead of a
36810 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
36811 or a
36812 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
36814 <UL>   
36815 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36816 </UL><P>
36818 <UL>   
36819 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36820 </UL><P>
36821 &lt;End of help on this topic&gt;
36822 </BODY>
36823 </HTML>
36824 ========== h_config_smime_dont_do_smime ==========
36825 <HTML>
36826 <HEAD>
36827 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
36828 </HEAD>
36829 <BODY>
36830 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
36833 Setting this feature turns off all of Alpine's S/MIME support.
36834 You might want to set this if you are having trouble due to the S/MIME support.
36836 <UL>   
36837 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36838 </UL><P>
36841 <UL>   
36842 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36843 </UL><P>
36844 &lt;End of help on this topic&gt;
36845 </BODY>
36846 </HTML>
36847 ========== h_config_smime_encrypt_by_default ==========
36848 <HTML>
36849 <HEAD>
36850 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
36851 </HEAD>
36852 <BODY>
36853 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
36856 This feature only has an effect if your version of Alpine includes
36857 support for S/MIME.
36858 It affects Alpine's behavior when you send a message.
36859 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
36861 Only the default value is affected.
36862 In any case, you may still toggle the Encrypt option on or off before sending
36863 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
36864 for the recipient).
36866 <UL>   
36867 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36868 </UL><P>
36871 <UL>   
36872 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36873 </UL><P>
36874 &lt;End of help on this topic&gt;
36875 </BODY>
36876 </HTML>
36877 ========== h_config_smime_remember_passphrase ==========
36878 <HTML>
36879 <HEAD>
36880 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
36881 </HEAD>
36882 <BODY>
36883 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
36886 This feature only has an effect if your version of Alpine includes
36887 support for S/MIME.
36888 If this option is set, you will only have to enter your passphrase for your private key
36889 once during an Alpine session.
36891 <UL>   
36892 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36893 </UL><P>
36896 <UL>   
36897 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36898 </UL><P>
36899 &lt;End of help on this topic&gt;
36900 </BODY>
36901 </HTML>
36902 ====== h_config_smime_transfer_pub_to_con =====
36903 <HTML>
36904 <HEAD>
36905 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
36906 </HEAD>
36907 <BODY>
36908 <H1>S/MIME: Transfer Public Certs to Container</H1>
36911 The Transfer command will copy the public certificates in your configured
36912 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
36913 to the container in your configured
36914 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
36915 This might be useful if you decide to switch from using a cert directory to a cert
36916 container.
36918 Warning: Any previous contents in the container will be lost.
36920 <UL>   
36921 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36922 </UL><P>
36924 <UL>   
36925 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36926 </UL><P>
36927 &lt;End of help on this topic&gt;
36928 </BODY>
36929 </HTML>
36930 ====== h_config_smime_transfer_pub_to_dir =====
36931 <HTML>
36932 <HEAD>
36933 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
36934 </HEAD>
36935 <BODY>
36936 <H1>S/MIME: Transfer Public Certs to Directory</H1>
36939 The Transfer command will copy the public certificates in your configured
36940 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36941 to the directory in your configured
36942 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
36943 This might be useful if you decide to switch from using a cert container to a cert
36944 directory.
36946 <UL>   
36947 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36948 </UL><P>
36950 <UL>   
36951 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36952 </UL><P>
36953 &lt;End of help on this topic&gt;
36954 </BODY>
36955 </HTML>
36956 ====== h_config_smime_transfer_priv_to_con =====
36957 <HTML>
36958 <HEAD>
36959 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
36960 </HEAD>
36961 <BODY>
36962 <H1>S/MIME: Transfer Private Keys to Container</H1>
36965 The Transfer command will copy the private keys in your configured
36966 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36967 to the container in your configured
36968 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
36969 This might be useful if you decide to switch from using a key directory to a key
36970 container.
36972 Warning: Any previous contents in the container will be lost.
36974 <UL>   
36975 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36976 </UL><P>
36978 <UL>   
36979 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36980 </UL><P>
36981 &lt;End of help on this topic&gt;
36982 </BODY>
36983 </HTML>
36984 ====== h_config_smime_transfer_priv_to_dir =====
36985 <HTML>
36986 <HEAD>
36987 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
36988 </HEAD>
36989 <BODY>
36990 <H1>S/MIME: Transfer Private Keys to Directory</H1>
36993 The Transfer command will copy the private keys in your configured
36994 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
36995 to the directory in your configured
36996 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36997 This might be useful if you decide to switch from using a key container to a key
36998 directory.
37000 <UL>   
37001 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37002 </UL><P>
37004 <UL>   
37005 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37006 </UL><P>
37007 &lt;End of help on this topic&gt;
37008 </BODY>
37009 </HTML>
37010 ====== h_config_smime_transfer_cacert_to_con =====
37011 <HTML>
37012 <HEAD>
37013 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
37014 </HEAD>
37015 <BODY>
37016 <H1>S/MIME: Transfer CA Certs to Container</H1>
37019 The Transfer command will copy the CA certificates in your configured
37020 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
37021 to the container in your configured
37022 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37023 This might be useful if you decide to switch from using a CA cert directory to a CA cert
37024 container.
37026 Warning: Any previous contents in the container will be lost.
37028 <UL>   
37029 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37030 </UL><P>
37032 <UL>   
37033 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37034 </UL><P>
37035 &lt;End of help on this topic&gt;
37036 </BODY>
37037 </HTML>
37038 ====== h_config_smime_transfer_cacert_to_dir =====
37039 <HTML>
37040 <HEAD>
37041 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
37042 </HEAD>
37043 <BODY>
37044 <H1>S/MIME: Transfer CA Certs to Directory</H1>
37047 The Transfer command will copy the CA certificates in your configured
37048 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37049 to the directory in your configured
37050 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37051 This might be useful if you decide to switch from using a CA cert container to a CA cert
37052 directory.
37054 <UL>   
37055 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37056 </UL><P>
37058 <UL>   
37059 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37060 </UL><P>
37061 &lt;End of help on this topic&gt;
37062 </BODY>
37063 </HTML>
37064 ====== h_config_smime_transfer_pubcon_to_key =====
37065 <HTML>
37066 <HEAD>
37067 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37068 </HEAD>
37069 <BODY>
37070 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37072 Mac OS X Alpine only.
37074 The Transfer command will copy the public certificates in your configured
37075 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37076 to your default Mac OS X Keychain.
37077 This might be useful if you decide to switch from using a cert container to using
37078 the Keychain to store your public certs, which you may do by using the
37079 feature
37080 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
37082 <UL>   
37083 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37084 </UL><P>
37086 <UL>   
37087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37088 </UL><P>
37089 &lt;End of help on this topic&gt;
37090 </BODY>
37091 </HTML>
37092 ====== h_config_smime_transfer_pubkey_to_con =====
37093 <HTML>
37094 <HEAD>
37095 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37096 </HEAD>
37097 <BODY>
37098 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37101 The Transfer command will copy the public certificates in your configured
37102 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37103 to your default Mac OS X Keychain.
37104 This might be useful if you decide to switch from using a cert container to using
37105 the Keychain to store your public certs.
37107 <UL>   
37108 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37109 </UL><P>
37111 <UL>   
37112 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37113 </UL><P>
37114 &lt;End of help on this topic&gt;
37115 </BODY>
37116 </HTML>
37117 ====== h_config_smime_public_certificates =====
37118 <HTML>
37119 <HEAD>
37120 <TITLE>S/MIME: Manage Public Certificates</TITLE>
37121 </HEAD>
37122 <BODY>
37123 <H1>S/MIME: Manage Public Certificates</H1>
37126 This menu item allows you to manage your public certificates, this
37127 may include your own public certificate, but it normally includes
37128 certificates of people you correspond with. These certificates are
37129 saved by Alpine automatically when they are found in signed messages
37130 that you receive. This interface allows you to manage them, by
37131 giving you the option to delete them, or trust them (in the case
37132 of self-signed certificates).
37135 Please note that Alpine will not validate a message that was sent to you
37136 using a self-signed certificate, unless you decide to trust that certificate.
37137 Internally, a certificate is trusted by copying it to the
37138 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
37139 collection. If you decide that you want to stop trusting a self-signed
37140 certificate, you must delete such certificate from such collection.
37142 The <B>I</B> Import command available in this screen allows you to 
37143 import a command to this collection.
37145 <UL>   
37146 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37147 </UL><P>
37149 <UL>   
37150 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37151 </UL><P>
37152 &lt;End of help on this topic&gt;
37153 </BODY>
37154 </HTML>
37155 ====== h_config_smime_private_keys =====
37156 <HTML>
37157 <HEAD>
37158 <TITLE>S/MIME: Manage Private Keys</TITLE>
37159 </HEAD>
37160 <BODY>
37161 <H1>S/MIME: Manage Private Keys</H1>
37164 This option allows you to manage your private key. Normally a person has only
37165 one key, in the same way that a person only has one valid passport, or ID card,
37166 at any given time. This option allows you to manage private keys. You can
37167 delete them or import them. Additionally, you can view information
37168 about your public certificate, such as the issuer and the dates of validity
37169 of such certificate, among others.
37172 If you have more than one e-mail address for which you want to use the 
37173 same private key, you must add all those addresses to the private key at 
37174 the moment that the key is generated. When you receive a signed message using 
37175 a key generated for several e-mail addresses, Alpine will save a 
37176 certificate for each e-mail address included in such certificate.
37178 The <B>I</B> Import command available in this screen allows you to 
37179 import a command to this collection.
37181 <UL>   
37182 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37183 </UL><P>
37185 <UL>   
37186 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37187 </UL><P>
37188 &lt;End of help on this topic&gt;
37189 </BODY>
37190 </HTML>
37191 ====== h_config_smime_certificate_authorities =====
37192 <HTML>
37193 <HEAD>
37194 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
37195 </HEAD>
37196 <BODY>
37197 <H1>S/MIME: Manage Certificate Authorities</H1>
37200 This collection contains certificates that are needed to validate the 
37201 certificate of another person, and therefore contains certificates that 
37202 you trust. Typically a certificate is signed by another entity, called a 
37203 certificate authority. This option allows you to manage which certificates 
37204 you trust, allowing you to import them and to delete them or view information
37205 about each certificate, such as the issuer and the dates of validity
37206 of such certificate.
37208 The <B>I</B> Import command available in this screen allows you to 
37209 import a command to this collection.
37211 <UL>   
37212 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37213 </UL><P>
37215 <UL>   
37216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37217 </UL><P>
37218 &lt;End of help on this topic&gt;
37219 </BODY>
37220 </HTML>
37221 ====== h_config_smime_password_file_certificates =====
37222 <HTML>
37223 <HEAD>
37224 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
37225 </HEAD>
37226 <BODY>
37227 <H1>S/MIME: Manage Password File Certificates</H1>
37230 This option allows you to manage the certificates that are used to
37231 encrypt and decrypt your password file. This is useful in case you
37232 want to change the certificates used to encrypt your password file.
37234 Depending on the version of Alpine that you used for the first time
37235 to set this up, you might have had to enter a password to enter this
37236 screen. In the case that you did not enter a password to enter this
37237 screen, you should know two things that are important:
37238 <UL>
37239 <LI> If anyone takes control of your computer (for example, if you 
37240 left it unattended) then that person can add a password to your
37241 password file and make it unreadable to you in the future.
37242 <LI> If anyone can access your computer (this includes remote access)
37243 then that person can steal your password file and decrypt it without
37244 your help. This gives access to that person to the same services you
37245 have access and such person can use your name to access that service.
37246 In particular, that person can try to hack into your service provider
37247 with your name on it, or that person could try to send spam with
37248 your name.
37249 </UL>
37250 <P> Needless to say, this is not advisable. You should keep your
37251 password file protected. In order to do so, all you need to do is use
37252 the &quot;Create Key&quot; command to create a key. Once you do this,
37253 Alpine will use that key, encrypted with the password used to create that
37254 key, to protect your password file.
37256 In this screen you can import a new key to encrypt your password file, 
37257 and read cryptographic information on your current key.
37259 To import a new key press &quot;RETURN&quot; and enter the location of
37260 the new key. You will be asked to enter the password of the new key. If
37261 this part of the process is successful, Alpine will search for the 
37262 certificate that matches that key. If your key is named 
37263 &quot;your_email@address.com.key&quot;, then Alpine will look for your
37264 certificate in the same directory in the file named
37265 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
37266 as part of your key (that is, it will look to see if your certificate
37267 is in the file &quot;your_email@address.com.key&quot;), if all of this
37268 fails, Alpine will ask you to enter the location of the certificate
37269 that matches the key you unlocked. If a certificate is found, it will be 
37270 used, and in this case, the password file will be read, decrypted with the 
37271 old key and encrypted with the new key. Once this is done, the new key and 
37272 certificates are saved, and the old keys are permanently deleted.
37274 Alpine does not create a backup of your password file, or your old keys
37275 that will be replaced. If you need to keep old copies, you will have to do
37276 this operation outside Alpine.
37278 Observe that you can use this screen to remove the password for the key.
37279 As explained earlier, this is not advisable, but you can always restore the
37280 password to encrypt your password file by creating a new key.
37282 Be safe and keep your password file encrypted with a password.
37283 <UL>   
37284 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37285 </UL><P>
37287 <UL>   
37288 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37289 </UL><P>
37290 &lt;End of help on this topic&gt;
37291 </BODY>
37292 </HTML>
37293 ====== h_certificate_information =====
37294 <HTML>
37295 <HEAD>
37296 <TITLE>S/MIME: Certificate Information Screen</TITLE>
37297 </HEAD>
37298 <BODY>
37299 <H1>S/MIME: Certificate Information Screen</H1>
37302 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
37303 such as its owner, e-mail address, issuer, and interval of validity, 
37304 among others.
37306 In the case of public certificates, this screen shows you if there was a
37307 failure when attempting to validate such message. If the certificate is
37308 self-signed, then the <B>T</B> Trust command will be available, which
37309 you can use to trust such certificate and make Alpine not fail validating 
37310 signatures signed with such certificate.
37312 You can also mark a certificate deleted, with the <B>D</B> command, or 
37313 remove the deleted mark with the <B>U</B> undelete command.
37315 In the case of your private key, Alpine shows you the information
37316 from your public key. Additionally, Alpine allows you to see public
37317 and private information about your key, with the <B>B</B> and
37318 <B>R</B> commands respectively.
37319 <UL>   
37320 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37321 </UL><P>
37323 <UL>   
37324 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37325 </UL><P>
37326 &lt;End of help on this topic&gt;
37327 </BODY>
37328 </HTML>
37329 ====== h_config_smime_manage_public_menu =====
37330 <HTML>
37331 <HEAD>
37332 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
37333 </HEAD>
37334 <BODY>
37335 <H1>S/MIME: Commands that Manage Public Certificates</H1>
37338 This screen allows you to manage your public certificates. 
37340 The format of this screen is as follows. There are five fields: The 
37341 leftmost field is normally empty, but it could contain the letter 
37342 &quot;D&quot; to indicate that that certificate has been marked for 
37343 deletion. The next field is the e-mail address of the owner of the 
37344 certificate, shown in its entirety. The third and fourth field are the 
37345 first and last day validity for that certificate, respectively. The date
37346 is displayed in the user's locale unless the option 
37347 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
37348 is set. In this case, the month, day and year are represented by two
37349 digits, and the format used is mm/dd/yy. Finally, the fifth 
37350 field is what can be displayed of the MD5 hash of the certificate. You can 
37351 use any of the last three fields to distinguish between two certificates 
37352 for the same owner.
37354 Available commands in this screen and a short description of what they 
37355 do follows.
37356 <UL>
37357 <LI> <B>I</B> Imports a public certificate to this collection.
37358 <LI> <B>V</B> View information about a certificate such as the name of the person the
37359 certificate was issued to, its dates of validity, and validity status.
37360 <LI> <B>D</B> Marks a certificate deleted.
37361 <LI> <B>U</B> Removes the deletion mark on a certificate.
37362 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37363 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
37364 trust a certificate by copying it to the collection of trusted certificates.
37365 </UL>
37367 All commands provide feedback to let you know about their success or failure.
37369 <UL>   
37370 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37371 </UL><P>
37373 <UL>   
37374 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37375 </UL><P>
37376 &lt;End of help on this topic&gt;
37377 </BODY>
37378 </HTML>
37379 ====== h_config_smime_manage_private_menu =====
37380 <HTML>
37381 <HEAD>
37382 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
37383 </HEAD>
37384 <BODY>
37385 <H1>S/MIME: Commands that Manage Private Keys</H1>
37388 This screen allows you to manage your private key.
37390 The format of this screen is as follows. There are five fields: The 
37391 leftmost field is normally empty, but it could contain the letter 
37392 &quot;D&quot; to indicate that that certificate has been marked for 
37393 deletion. The next field is the e-mail address of the owner of the 
37394 certificate, shown in its entirety. The third field is the first day of 
37395 validity for that certificate; the fourth field in the last day that that 
37396 certificate is valid, and the fifth field is what can be displayed of the 
37397 MD5 hash of the public certificate corresponding to this private key. You 
37398 can use any of the last three fields to distinguish between two 
37399 certificates for the same owner.
37401 Available commands and a short description of what they do follows.
37402 <UL>
37403 <LI> <B>I</B> Imports a new public key to this collection.
37404 <LI> <B>V</B> View information about the public certificate corresponding to this
37405 key.
37406 <LI> <B>D</B> Marks a key to be deleted.
37407 <LI> <B>U</B> Removes the deletion mark on a key.
37408 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
37409 Note that expunging a private key does not remove the public key, which must
37410 be removed separately.
37411 </UL>
37413 All commands provide feedback to let you know about their success or failure.
37415 <UL>   
37416 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37417 </UL><P>
37419 <UL>   
37420 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37421 </UL><P>
37422 &lt;End of help on this topic&gt;
37423 </BODY>
37424 </HTML>
37425 ====== h_config_smime_manage_cacerts_menu =====
37426 <HTML>
37427 <HEAD>
37428 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
37429 </HEAD>
37430 <BODY>
37431 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
37434 This screen allows you to manage your collection of certificates that you
37435 trust. 
37437 The format of this screen is as follows. There are five fields: The 
37438 leftmost field is normally empty, but it could contain the letter 
37439 &quot;D&quot; to indicate that that certificate has been marked for 
37440 deletion. The next field is the e-mail address of the owner of the 
37441 certificate, shown in its entirety. The third field is the first day of 
37442 validity for that certificate; the fourth field in the last day that that 
37443 certificate is valid, and the fifth field is what can be displayed of the 
37444 MD5 hash of the certificate. You can use any of the last three fields to 
37445 distinguish between two certificates for the same owner.
37447 Available commands and a short description of what they do follows.
37448 <UL>
37449 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
37450 done by reading the certificate and validating it. Once a certificate
37451 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
37452 to the certificate, if necessary.
37453 <LI> <B>V</B> View information about this certificate, such as its issuer 
37454 and validity dates.
37455 <LI> <B>D</B> Marks a certificate to be deleted.
37456 <LI> <B>U</B> Removes the deletion mark on a certificate.
37457 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37458 </UL>
37460 All commands provide feedback to let you know about their success or failure.
37462 <UL>
37463 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37464 </UL><P>
37466 <UL>   
37467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37468 </UL><P>
37469 &lt;End of help on this topic&gt;
37470 </BODY>
37471 </HTML>
37472 ====== h_config_lame_list_mode =====
37473 <HTML>
37474 <HEAD>
37475 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
37476 </HEAD>
37477 <BODY>
37478 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
37480 This feature modifies the method Alpine uses to ask your IMAP
37481 server for folder names to display in the FOLDER LIST screen.
37482 It is intended to compensate for a small set of IMAP servers that
37483 are programmed to ignore a part of the request, and thus respond
37484 to Alpine's query with nonsensical results.
37487 If you find that Alpine is erroneously displaying blank folder lists,
37488 try enabling this feature.
37491 NOTE: Enabling this feature has consequences for the Goto and Save
37492 commands.  Many servers allow access to folders outside the area
37493 reserved for your personal folders via some reserved character,
37494 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
37495 allows, at the Goto and Save prompts, quick access to folders
37496 outside your personal folder collection without requiring a specific
37497 collection definition.  This behavior will generally not be available
37498 when this feature is enabled.
37501 <UL>   
37502 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37503 </UL><P>
37504 &lt;End of help on this topic&gt;
37505 </BODY>
37506 </HTML>
37507 ====== h_config_enable_mulnewsrcs =====
37508 <HTML>
37509 <HEAD>
37510 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
37511 </HEAD>
37512 <BODY>
37513 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
37515 This feature makes it so Alpine can use multiple newsrcs based on
37516 the news server being connected to, which allows for separate lists
37517 of subscribed-to newsgroups. When this feature is not set, there is only
37518 one list of newsgroups.
37520 Under this feature, the name of a newsrc is based on the news server.
37521 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
37522 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
37523 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
37524 Setting this feature for the first time will allow for the option of using
37525 your old newsrc the next time you read news.
37527 If this feature is set, then the feature
37528 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
37529 also may affect the name of the newsrc file that is used.
37531 <UL>   
37532 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37533 </UL><P>
37534 &lt;End of help on this topic&gt;
37535 </BODY>
37536 </HTML>
37537 ======= h_ab_export_vcard =======
37538 <HTML>
37539 <HEAD>
37540 <TITLE>Address Book Export Format</TITLE>
37541 </HEAD>
37542 <BODY>
37543 <H1>Address Book Export Format</H1>
37545 You are exporting address book data from Alpine to a file outside of Alpine.
37546 You are being asked to choose the format of the export.
37547 Here are the choices:
37549 <DL>
37550 <DT><EM>A</EM>ddress List</DT>
37551 <DD>
37552 The addresses from the address book entries you are saving
37553 from will be saved one address per line.
37554 Address book lists (those with more than one address) will have
37555 all of their addresses saved separately.
37556 </DD>
37558 <DT><EM>V</EM>Card</DT>
37559 <DD>
37560 The entries will be saved in
37561 <A HREF="h_whatis_vcard">vCard</A> format.
37562 </DD>
37564 <DT><EM>T</EM>ab Separated</DT>
37565 <DD>
37566 The entries will be saved in tab-separated columns.
37567 There will be just 4 columns of data that correspond to Alpine's
37568 Nickname field, Full Name field, Address field, and Comment field.
37569 It might prove useful to Select only the Simple, non-List address book
37570 entries before Saving.
37571 </DD>
37573 <DT><EM>^C</EM> Cancel</DT>
37574 <DD>
37575 Cancel out of the Save.
37576 </DD>
37578 </DL>
37582 &lt;End of help on this topic&gt;
37583 </BODY>
37584 </HTML>
37585 ====== h_config_predict_nntp_server =====
37586 <HTML>
37587 <HEAD>
37588 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
37589 </HEAD>
37590 <BODY>
37591 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
37593 This feature allows Alpine to assume that the open NNTP server at the
37594 time of composition is the NNTP server to which the message should be
37595 posted.  This is especially recommended when there are multiple News
37596 collections.  If this feature is not set, Alpine will try to post to the first server in
37597 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
37598 this feature also negates the need to add News collection servers to
37599 the <!--#echo var="VAR_nntp-server"--> variable.
37601 This feature can be especially handy when used in conjunction with
37602 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
37604 <UL>   
37605 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37606 </UL><P>
37607 &lt;End of help on this topic&gt;
37608 </BODY>
37609 </HTML>
37610 ====== h_config_nntp_search_uses_overview =====
37611 <HTML>
37612 <HEAD>
37613 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
37614 </HEAD>
37615 <BODY>
37616 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
37618 This feature should probably be turned on unless it causes trouble.
37619 The results of the NNTP overview command (XOVER) may be used to help
37620 with some searches in news groups.
37621 It should result in quicker response time.
37622 Turning this feature on apparently causes search results which are
37623 different from what you would get with the feature turned off on some
37624 servers.
37626 <UL>   
37627 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37628 </UL><P>
37629 &lt;End of help on this topic&gt;
37630 </BODY>
37631 </HTML>
37632 ====== h_config_thread_sorts_by_arrival =====
37633 <HTML>
37634 <HEAD>
37635 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
37636 </HEAD>
37637 <BODY>
37638 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
37640 This feature affects how a threading sort arranges threads.  The default way
37641 to arrange threads is by the date of the earliest message in the thread.
37642 This feature arranges threads by the last message to arrive in a thread.
37644 This feature causes old threads that get recent messages to sort to the bottom,
37645 where previously a message arrival to a thread would not rearrange the order of
37646 that thread.
37648 <UL>   
37649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37650 </UL><P>
37651 &lt;End of help on this topic&gt;
37652 </BODY>
37653 </HTML>
37654 ====== h_config_textplain_int =====
37655 <HTML>
37656 <HEAD>
37657 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
37658 </HEAD>
37659 <BODY>
37660 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
37662 This feature modifies the method Alpine uses to display Text/Plain
37663 MIME attachments from the Attachment Index screen.  Normally, the
37664 &quot;View&quot; command searches for any externally defined (usually
37665 via the
37666 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
37667 and displays the selected text within that viewer.
37670 Enabling this feature causes Alpine to ignore any external viewer
37671 settings and always display text with Alpine's internal viewer.
37674 <UL>   
37675 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37676 </UL><P>
37677 &lt;End of help on this topic&gt;
37678 </BODY>
37679 </HTML>
37680 ====== h_config_wp_columns =====
37681 <HTML>
37682 <HEAD>
37683 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
37684 </HEAD>
37685 <BODY>
37686 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
37688 Web Alpine only.
37690 This configuration setting specifies the number of horizontal characters
37691 used to format various WebAlpine pages.  Smaller values will tend to reduce
37692 the amount of horizontal scrolling required to view pages within narrow
37693 browsers, such as those found on PDAs, and larger values will tend to 
37694 spread more information across the page.
37697 The Message List page uses the width to determine how many characters
37698 to assign each field.  Note, a smaller value may result in a disproportionate
37699 amount of blank space between fields on each line.  Similarly, a large
37700 value may result in cramped fields or horizontal scrolling.
37703 The Message View page uses this value to determine when to wrap lines
37704 in displayed message text.  Note, a smaller value may result in jagged
37705 right margins or confusing quoting.  A larger value may cause lines of text to
37706 run beyond the browser's right edge, requiring horizontal scrolling.
37709 <UL>   
37710 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37711 </UL><P>
37712 &lt;End of help on this topic&gt;
37713 </BODY>
37714 </HTML>
37715 ====== h_config_wp_state =====
37716 <HTML>
37717 <HEAD>
37718 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
37719 </HEAD>
37720 <BODY>
37721 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
37723 Web Alpine only.
37725 Various aspects of cross-session state.
37728 <UL>   
37729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37730 </UL><P>
37731 &lt;End of help on this topic&gt;
37732 </BODY>
37733 </HTML>
37734 ====== h_config_wp_aggstate =====
37735 <HTML>
37736 <HEAD>
37737 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
37738 </HEAD>
37739 <BODY>
37740 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
37742 Web Alpine only.
37744 Aggregate operations tab state.
37747 <UL>   
37748 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37749 </UL><P>
37750 &lt;End of help on this topic&gt;
37751 </BODY>
37752 </HTML>
37753 ====== h_config_wp_indexlines =====
37754 <HTML>
37755 <HEAD>
37756 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
37757 </HEAD>
37758 <BODY>
37759 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
37761 Web Alpine only.
37763 Number of index lines in table.
37766 <UL>   
37767 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37768 </UL><P>
37769 &lt;End of help on this topic&gt;
37770 </BODY>
37771 </HTML>
37772 ====== h_config_wp_indexheight =====
37773 <HTML>
37774 <HEAD>
37775 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
37776 </HEAD>
37777 <BODY>
37778 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
37780 Web Alpine only.
37782 Index table row height.
37785 <UL>   
37786 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37787 </UL><P>
37788 &lt;End of help on this topic&gt;
37789 </BODY>
37790 </HTML>
37791 ====== h_config_rss_news =====
37792 <HTML>
37793 <HEAD>
37794 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
37795 </HEAD>
37796 <BODY>
37797 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
37799 Web Alpine only.
37801 RSS News feed.
37804 <UL>   
37805 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37806 </UL><P>
37807 &lt;End of help on this topic&gt;
37808 </BODY>
37809 </HTML>
37810 ====== h_config_rss_weather =====
37811 <HTML>
37812 <HEAD>
37813 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
37814 </HEAD>
37815 <BODY>
37816 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
37818 Web Alpine only.
37820 RSS Weather feed.
37823 <UL>   
37824 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37825 </UL><P>
37826 &lt;End of help on this topic&gt;
37827 </BODY>
37828 </HTML>
37829 ====== h_config_send_confirms_only_expanded =====
37830 <HTML>
37831 <HEAD>
37832 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
37833 </HEAD>
37834 <BODY>
37835 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
37837 This Web Alpine option specifies whether or not a Send confirmations
37838 happens when a composed message is readied for sending or not.  The
37839 default behavior is to not confirm that the nicknames were expanded to
37840 the intended addresses.
37843 <UL>   
37844 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37845 </UL><P>
37846 &lt;End of help on this topic&gt;
37847 </BODY>
37848 </HTML>
37849 ====== h_config_enable_jump_command =====
37850 <HTML>
37851 <HEAD>
37852 <TITLE>FEATURE: enable-jump-command</TITLE>
37853 </HEAD>
37854 <BODY>
37855 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
37857 This Web Alpine option specifies whether or not a Jump command is
37858 offered in the Message List and Message View pages.  The command is
37859 implemented as an input field in the left column of the List and View
37860 screens. 
37863 When enabled and a number is entered in the input field while the
37864 Message List is displayed, the Message List is reframed with the
37865 specified message.  While viewing a message, the message associated
37866 with the specified message number is displayed.
37869 <UL>   
37870 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37871 </UL><P>
37872 &lt;End of help on this topic&gt;
37873 </BODY>
37874 </HTML>
37875 ====== h_config_enable_newmail_sound =====
37876 <HTML>
37877 <HEAD>
37878 <TITLE>FEATURE: enable-newmail-sound</TITLE>
37879 </HEAD>
37880 <BODY>
37881 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
37883 This Web Alpine option specifies whether or not a sound file is sent
37884 to the web browser along with the newmail notification message.
37888 <UL>   
37889 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37890 </UL><P>
37891 &lt;End of help on this topic&gt;
37892 </BODY>
37893 </HTML>
37894 ====== h_config_render_html_internally =====
37895 <HTML>
37896 <HEAD>
37897 <TITLE>FEATURE: render-html-internally</TITLE>
37898 </HEAD>
37899 <BODY>
37900 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
37902 By default, Web Alpine will pass cleansed HTML text you receive in messages 
37903 to the browser for display (rendering).  This feature causes Web Alpine to convert 
37904 the HTML text into plain text in the same way Unix and PC-Alpine do.
37908 <UL>   
37909 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37910 </UL><P>
37911 &lt;End of help on this topic&gt;
37912 </BODY>
37913 </HTML>
37914 ====== h_config_role_undo =====
37915 Yes, remember changes and exit back to list of roles; No, discard changes
37916 made in this screen; ^C, cancel exit and stay in this config screen.
37917 ====== h_exit_editor =====
37918 S, save changes and exit from the editor; D, do not save changes but
37919 do exit from the editor; or ^C, cancel exit and stay in the editor.
37920 ====== h_config_undo =====
37921 Yes, save changes and exit; No, exit without saving any changes made since
37922 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
37923 ====== h_os_index_whereis =====
37924 Enter ^V or ^Y to go immediately to the last or first message in the index.
37925 Or, enter the match string followed by RETURN.
37926 ====== h_os_index_whereis_agg =====
37927 Enter ^V or ^Y to go immediately to the last or first message in the index,
37928 Or, enter the match string followed by RETURN (or ^X to select all matches).
37929 =========== h_oe_add_full ==================
37930 Type the full name of the person being added and press the RETURN key.
37931 Press ^C to cancel addition.
37932 =========== h_oe_add_nick ==================
37933 Type a short nickname and press RETURN.  A nickname is a short easy-to-
37934 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
37935 ========== h_oe_add_addr ================
37936 Type the e-mail address and press RETURN.
37937 Press ^C to cancel addition.
37938 ========== h_oe_crlst_full ==============
37939 Type a long name or description for the list that you are creating and
37940 press RETURN.  Press ^C to cancel creation of list.
37941 =========== h_oe_crlst_nick =============
37942 Type a nickname (short, easy-to-remember name or single word) for the list
37943 you are creating and press RETURN.  Press ^C to cancel.
37944 ========== h_oe_crlst_addr ==============
37945 Type an e-mail address, or a nickname already in the address book that you
37946 want to be part of this list and press RETURN.
37947 ========== h_oe_adlst_addr =============
37948 Type an e-mail address or a nickname already in the address book that you
37949 want to add to this list and press RETURN.
37950 ========== h_oe_editab_nick ============
37951 Change the nickname using the arrow keys and delete key.  Press RETURN
37952 when done.  Press ^C to cancel editing and leave the nickname as it was.
37953 ========== h_oe_editab_full ============
37954 Change the full name using the arrow keys and delete key.  Press RETURN
37955 when done.  Press ^C to cancel editing and leave the full name as it was.
37956 ========== h_oe_editab_addr ============
37957 Change the address using the arrow keys and delete key.  Press RETURN
37958 when done.  Press ^C to cancel editing and leave the address as it was.
37959 ========== h_oe_editab_fcc ============
37960 Change the fcc using the arrow keys and delete key.  Press RETURN when
37961 done.  Press ^C to cancel editing and leave the fcc as it was.
37962 ========== h_oe_editab_comment ============
37963 Change the comment field using the arrow keys and delete key.  Press RETURN
37964 when done.  Press ^C to cancel editing and leave the comment as it was.
37965 ====== h_ab_forward =====
37966 Yes, expand nicknames and qualify local names with your current domain name;
37967 No, leave nicknames and local names as is;  ^C, cancel.
37968 ========== h_ab_export ==========
37969 Type the name of a file to write the addresses into and
37970 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
37971 ========== h_ab_edit_a_field ==========
37972 Edit any of the fields of the currently selected entry by typing one of the
37973 letters at the bottom of the screen.  Press ^C to cancel edit.
37974 ====== h_ab_del_data_revert =====
37975 Press B to completely delete addrbook and revert to default, C to delete config
37976 and revert while leaving data, or D to only delete data (make it empty).
37977 ====== h_ab_del_data_modify =====
37978 Press B to completely delete addrbook, C to delete configuration while leaving
37979 data, or D to delete data (make it empty) but leave config. ^C to cancel.
37980 ====== h_ab_del_config_modify =====
37981 Yes, remove this address book from my configuration.
37982 No, make no changes now.
37983 ====== h_ab_del_config_revert =====
37984 Yes, remove this address book from my config and revert to default.
37985 No, make no changes now.
37986 ====== h_ab_del_default =====
37987 Yes, remove this default address book from my configuration.
37988 No, make no changes now.
37989 ====== h_ab_really_delete =====
37990 Yes, delete the actual contents of the address book, not just the 
37991 configuration.  No, don't delete the data after all, cancel and start over.
37992 ====== h_ab_del_ignore =====
37993 Press I to ignore all the default address books for this category.  Press R to
37994 remove this one address book and add the others to your personal list.
37995 ====== h_ab_del_dir_ignore =====
37996 Press I to ignore all the default directory servers for this category.
37997 Press R to remove this one server and add the others to your personal list.
37998 ====== h_ab_copy_dups =====
37999 Yes, overwrite the existing entry.
38000 No, skip duplicates but save the rest. Press ^C to cancel.
38001 ====== h_confirm_cancel =====
38002 Type C to Confirm that you want to abandon the message you are composing.
38003 Type N or ^C to cancel out of the cancel and keep composing.
38004 ====== h_ab_text_or_vcard =====
38005 Text, start composer with displayed text already included.
38006 VCard, start composer with address book entry attached as a vCard. ^C cancels.
38007 ====== h_ab_backup_or_ldap =====
38008 Backup, copy email address from entry and allow editing of it.
38009 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
38010 ====== h_ldap_text_or_vcard =====
38011 Text: export displayed text for selected entry. Address: export only the
38012 email address. VCard: export entry in vCard format. ^C cancels.
38013 ====== h_ab_save_exp =====
38014 Save, save entry or entries to an address book.
38015 Export, save to file outside of pine. ^C cancels save.
38016 ====== h_ab_add =====
38017 A, add a brand new entry to this address book.
38018 E, edit the entry that is currently highlighted. ^C to cancel.
38019 ====== h_ab_shuf =====
38020 U, swap order of highlighted address book and the one above it.
38021 D, swap order of highlighted address book and the one below it. ^C to cancel.
38022 ====== h_ab_shuf_up =====
38023 U, swap order of highlighted address book and the one above it.
38024 Press ^C to cancel.
38025 ====== h_ab_shuf_down =====
38026 D, swap order of highlighted address book and the one below it.
38027 Press ^C to cancel.
38028 ====== h_folder_prop =====
38029 Count is # of messages in the folder, Unseen means messages that have not
38030 been read, New means messages that were Recently added to the folder.
38031 ====== h_role_shuf =====
38032 U, swap order of highlighted rule and the one above it.
38033 D, swap order of highlighted rule and the one below it. ^C to cancel.
38034 ====== h_role_shuf_up =====
38035 U, swap order of highlighted rule and the one above it.
38036 Press ^C to cancel.
38037 ====== h_role_shuf_down =====
38038 D, swap order of highlighted rule and the one below it.
38039 Press ^C to cancel.
38040 ====== h_incoming_shuf =====
38041 B, swap order of highlighted directory and the one before it.
38042 F, swap order of highlighted directory and the one after it. ^C to cancel.
38043 ====== h_incoming_shuf_up =====
38044 B, swap order of highlighted directory and the one before it.
38045 Press ^C to cancel.
38046 ====== h_incoming_shuf_down =====
38047 F, swap order of highlighted directory and the one after it.
38048 Press ^C to cancel.
38049 ====== h_dir_shuf =====
38050 U, swap order of highlighted directory and the one above it.
38051 D, swap order of highlighted directory and the one below it. ^C to cancel.
38052 ====== h_dir_shuf_up =====
38053 U, swap order of highlighted directory and the one above it.
38054 Press ^C to cancel.
38055 ====== h_dir_shuf_down =====
38056 D, swap order of highlighted directory and the one below it.
38057 Press ^C to cancel.
38058 ====== h_hdrcolor_shuf =====
38059 U, swap order of highlighted Header Color and the one above it.
38060 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
38061 ====== h_hdrcolor_shuf_up =====
38062 U, swap order of highlighted Header Color and the one above it.
38063 Press ^C to cancel.
38064 ====== h_hdrcolor_shuf_down =====
38065 D, swap order of highlighted Header Color and the one below it.
38066 Press ^C to cancel.
38067 ========== h_oe_editab_al ============
38068 Change the address using the arrow keys and delete key.  Press RETURN
38069 when done.  Press ^C to cancel editing and leave the address as it was.
38070 ========== h_dir_comp_search ===============
38071 Type a string to look for just like you would in the composer. Your configured
38072 rules for the servers with the implicit flag set will be used.
38073 ========== h_oe_searchab ===============
38074 Type the word or name you want to search for and press RETURN.  If you press
38075 RETURN without entering anything the word in [] will be searched for.
38076 ========== h_oe_chooseabook ==========
38077 Choose the address book you want to save the new entry in.
38078 Use ^N or ^P to change address books.  ^C to cancel.
38079 ========== h_oe_takeaddr ==========
38080 Edit the e-mail address using the arrow and delete keys.  Press RETURN
38081 when done.  Press ^C to cancel adding this entry to the address book.
38082 ========== h_oe_take_replace ==========
38083 Press R to replace the old entry with this new data.  You will still have
38084 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
38085 ========== h_oe_take_replace_or_add ==========
38086 Press R to replace the old entry.  Press A to add the selected addresses to
38087 the old existing list.  N to enter another nickname. ^C to cancel now.
38088 ========== h_oe_takename ==========
38089 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
38090 when done.  Press ^C to cancel adding this entry to the address book.
38091 ========== h_oe_takenick ==========
38092 Type a nickname (short easy-to-remember name, initials or single word) for this
38093 entry in the address book and press RETURN.  Press ^C to cancel addition.
38094 ========== h_oe_jump ==========
38095 Type the message number you want to jump to and press RETURN.  The word "end"
38096 represents the last message. Press ^C to cancel jumping to another message.
38097 ========== h_oe_jump_thd ==========
38098 Type the thread number you want to jump to and press RETURN.  The word "end"
38099 represents the last thread. Press ^C to cancel jumping to another thread.
38100 ========== h_oe_debuglevel ==========
38101 Higher number shows more debugging details.
38102 Press ^C if you want to cancel the change.
38103 ========== h_oe_broach ==========
38104 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
38105 to go to the previous/next collections in the list.  Press ^C to cancel goto.
38106 ========== h_oe_foldsearch ==========
38107 Type the text you want to search for in foldernames and press RETURN.  If you
38108 press RETURN without entering anything, any text in [] will be searched for.
38109 ========== h_oe_foldrename ==========
38110 Change the old name of the folder to the new name using the arrow and
38111 delete keys and press RETURN.  Press ^C to cancel rename.
38112 ========== h_oe_login ==========
38113 Enter your login name for the host you are opening the mailbox on.  Just press
38114 RETURN to use your login from this host as is, or edit it with delete key.
38115 ========== h_oe_passwd ==========
38116 Type your password for the host and login shown as part of the prompt.
38117 Press ^C to cancel opening folder.
38118 ========== h_oe_choosep ==========
38119 Enter the number associated with the printer you want to select.  Press ^C to
38120 cancel the printer selection.  The current selection is highlighted.
38121 ========== h_oe_customp ==========
38122 Type the name of the Unix print command and press RETURN.  Press ^C to
38123 cancel the printer selection.
38124 ========== h_oe_searchview ==========
38125 Type the word or name you want to search for and press RETURN.  If you press
38126 RETURN without entering anything the word in [] will be searched for.
38127 ========== h_oe_keylock ==========
38128 The keyboard is in use and locked by another user.  Only that user can
38129 unlock this keyboard by typing the password.
38130 ========== h_wt_expire ==========
38131 At the beginning of each month Alpine offers to rename your current sent-mail
38132 folder to one named for the month so you have a sent-mail folder for each month
38133 ========== h_wt_delete_old ==========
38134 It is the beginning of the month, and we need to conserve disk
38135 space.  Please delete any sent-mail that you do not need.
38136 ========== h_select_sort ==========
38137 Select the order for sorting the index by typing the capitalized letter.
38138 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
38139 ========== h_no_F_arg ============
38140 Enter name of file to be opened.
38142 ========== h_sticky_personal_name ==========
38143 Type in your name as you want it to appear on outgoing email.  This entry
38144 will be saved into your Alpine configuration file.
38145 ========== h_sticky_inbox ============
38146 INBOX syntax is usually {complete.machine.name}INBOX
38147 This entry will be saved in your Alpine configuration file.
38148 ========== h_sticky_smtp ============
38149 The name of the computer on your campus that relays your outgoing email
38150 to the Internet.  This entry will be saved in your Alpine configuration file.
38151 ========== h_sticky_user_id ==========
38152 The username or login-id part of your email address.  This entry will be
38153 saved in your Alpine configuration file.
38154 ========== h_sticky_domain ==========
38155 The domain part of your email address, NOT the name of your PC.  This
38156 entry will be saved in your Alpine configuration file.
38157 ========== h_bounce =========
38158 Enter the address or nickname of the intended recipient.  Alpine will resend
38159 the message, which will retain the original author's From: address.
38160 ========== h_incoming_add_folder_nickname =========
38161 Enter an (optional) nickname that will be used in lieu of the actual
38162 host and folder names in the FOLDER LIST display.
38163 ========== h_anon_forward ==========
38164 Enter the address of your intended recipient, or ^C to cancel.
38165 Example: jsmith@somewhere.edu
38166 ========== h_news_subscribe ==========
38167 Enter the name of the newsgroup to which you wish to subscribe,
38168 or ^C to cancel.  Example: comp.mail.pine
38169 ========== h_pipe_msg ==========
38170 Enter the name of the Unix command to which you wish to send this
38171 message, or ^C to cancel.
38172 ========== h_pipe_attach ==========
38173 Enter the name of the Unix command to which you wish to send this
38174 attachment, or ^C to cancel.
38175 ========== h_select_by_num ==========
38176 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38177 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38178 ========== h_select_by_gm_content ==========
38179 Enter your search key in the same way that you would enter a search
38180 key in the web interface for Gmail.
38181 ========== h_select_by_thrdnum ==========
38182 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38183 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38184 ========== h_select_txt_from ==========
38185 Messages with From: headers containing the entered string will be selected.
38186 ^C to cancel. ^G again to see original options.
38187 ========== h_select_txt_not_from ==========
38188 Messages without From: headers containing the entered string will be selected.
38189 ^C to cancel. ^G again to see original options.
38190 ========== h_select_txt_to ==========
38191 Messages with To: headers containing the entered string will be selected.
38192 ^C to cancel. ^G again to see original options.
38193 ========== h_select_txt_not_to ==========
38194 Messages without To: headers containing the entered string will be selected.
38195 ^C to cancel. ^G again to see original options.
38196 ========== h_select_txt_cc ==========
38197 Messages with Cc: headers containing the entered string will be selected.
38198 ^C to cancel. ^G again to see original options.
38199 ========== h_select_txt_not_cc ==========
38200 Messages without Cc: headers containing the entered string will be selected.
38201 ^C to cancel. ^G again to see original options.
38202 ========== h_select_txt_subj ==========
38203 Messages with Subject: headers containing the entered string will be selected.
38204 ^C to cancel.  ^X enters Subject: line of current message.
38205 ========== h_select_txt_not_subj ==========
38206 Messages without Subject headers containing the entered string will be selected.
38207 ^C to cancel.  ^X enters Subject: line of current message.
38208 ========== h_select_txt_all ==========
38209 All messages containing the entered string will be selected.  Headers and body,
38210 but not encoded attachments, will be compared.  Enter ^C to cancel.
38211 ========== h_select_txt_not_all ==========
38212 All messages that don't contain the entered string will be selected.  Headers
38213 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
38214 ========== h_select_txt_body ==========
38215 All messages containing the entered string will be selected. Body text, but
38216 not headers or encoded attachments, will be compared. ^C to cancel.
38217 ========== h_select_txt_not_body ==========
38218 All messages that don't contain the entered string will be selected. Body
38219 text, but not headers or encoded attachments, will be compared. ^C to cancel.
38220 ========== h_select_txt_recip ==========
38221 Messages with Cc: or To: headers containing the entered string will be selected.
38222 ^C to cancel. ^G again to see original options.
38223 ========== h_select_txt_not_recip ==========
38224 Messages without Cc: or To: headers containing the string will be selected.
38225 ^C to cancel. ^G again to see original options.
38226 ========== h_select_txt_partic ==========
38227 Messages with Cc, To, or From headers containing the string will be selected.
38228 ^C to cancel. ^G again to see original options.
38229 ========== h_select_txt_not_partic ==========
38230 Messages without Cc, To, or From headers containing the string will be selected.
38231 ^C to cancel. ^G again to see original options.
38232 ========== h_select_date ==========
38233 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
38234 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
38235 ========== h_attach_index_whereis ==========
38236 Enter some text that appears in the Attachment Index entry for the desired
38237 attachment.  The first attachment containing that text will be highlighted.
38238 ========== h_kb_lock ==========
38239 Keystrokes entered here (up to a RETURN) comprise a password that must
38240 be entered again later in order to unlock the keyboard.
38241 ========== h_compose_default ==========
38242 N, compose a new message. R, set a role.
38243 ^C to cancel.
38244 ========== h_untranslatable ==========
38245 Send using UTF-8 character set; Send but replace untranslatable characters
38246 with question marks; return to the composer; or cancel message altogether.
38247 ========== h_compose_intrptd ==========
38248 N, compose a new msg. I, continue interrupted msg. R, set a role.
38249 ^C to cancel.
38250 ========== h_compose_postponed ==========
38251 N, compose a new message. P, continue postponed msg. R, set a role.
38252 ^C to cancel.
38253 ========== h_compose_intrptd_postponed ==========
38254 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38255 R, set a role. ^C to cancel.
38256 ========== h_compose_form ==========
38257 N, compose a new message. F, use form letter. R, set a role.
38258 ^C to cancel.
38259 ========== h_compose_intrptd_form ==========
38260 N, compose a new msg. I, continue interrupted msg. F, use form letter.
38261 R, set a role. ^C to cancel.
38262 ========== h_compose_postponed_form ==========
38263 N, compose a new message. P, continue postponed msg. F, use form letter.
38264 R, set a role. ^C to cancel.
38265 ========== h_compose_intrptd_postponed_form ==========
38266 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38267 F, use form letter. R, set a role. ^C to cancel.
38268 ========== h_config_context_del_except ==========
38269 If you delete the last exceptional collection you can only add it back by
38270 manually editing the exceptions config file.
38271 ========== h_config_whereis ==========
38272 To move quickly to a particular line, enter a search string or
38273 ^C to cancel.
38274 ========== h_config_edit_scorei ==========
38275 Enter interval in the form (min,max). -INF and INF may be used to represent
38276 -infinity and infinity. ^C to cancel change. RETURN to accept change.
38277 ========== h_config_add ==========
38278 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
38279 pressing RETURN sets the Empty Value (this turns off any global default).
38280 ========== h_config_add_custom_color ==========
38281 Enter a header fieldname. For example, "subject" or "from".
38283 ========== h_config_add_pat_hdr ==========
38284 Enter a header fieldname. For example, "reply-to" or "organization" or
38285 any fieldname you want that isn't included already.
38286 ========== h_config_print_opt_choice ==========
38287 You may edit either the initialization string (characters printed before
38288 printing starts) or the trailer string.  Choose one or ^C to cancel.
38289 ========== h_config_print_init ==========
38290 Enter a C-style string for this.  You may use common backslash escapes like
38291 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
38292 ========== h_config_change ==========
38293 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
38294 delete current (highlighted) character, etc.  Enter ^C to cancel change.
38295 ========== h_config_replace_add ==========
38296 Replace ignores the current default, Add places the current default in your
38297 editing buffer as if you had typed it in.
38298 ========== h_config_insert_after ==========
38299 Enter a nickname for this print command.  (InsertBefore puts the new item
38300 before the current line, InsertAfter puts it after the current line.)
38301 ========== h_config_print_cmd ==========
38302 Enter command to be executed for the printer.  Use normal editing keys
38303 to modify, ^C to cancel, carriage return to accept current value.
38304 ========== h_config_role_del ==========
38305 Answering Yes will remove this rule completely from your rules list.
38306 ========== h_config_role_addfile ==========
38307 Type the name of a file to add to your configuration. You don't need to
38308 use a file, you may add rules directly (with Add) without using a file.
38309 ========== h_config_role_delfile ==========
38310 Answering Yes will remove this rule file completely from your rules list.
38311 The rules data file itself will not be removed.
38312 ========== h_config_print_del ==========
38313 Answering Yes will remove this printer completely from your printer list.
38314 ========== h_config_print_name_cmd ==========
38315 You may edit the Nickname of this printer, the Command to be executed when
38316 printing, or change the Options associated with this printer.
38317 ========== h_send_check_fcc ==========
38318 Yes, send message without an Fcc.
38319 No, return to composer.
38320 ========== h_send_check_subj ==========
38321 Yes, send message without a Subject.
38322 No, return to composer.
38323 ========== h_send_check_to_cc ==========
38324 Yes, send message without a To address, or a Cc address, or a Newsgroup.
38325 No, return to composer.
38326 ========== h_send_fcc_only ==========
38327 Yes, copy message to Fcc only and send to NO recipients.
38328 No, return to composer.
38329 ========== h_send_prompt ==========
38330 Yes, send the message.
38331 No or ^C, return to composer.
38332 ========== h_send_prompt_flowed ==========
38333 Yes, send the message.  No or ^C, return to composer.
38334 What's Flowed? See Do Not Send Flowed Text in config screen.
38335 ========== h_send_prompt_dsn ==========
38336 Yes, send the message.  No or ^C, return to composer.
38337 What's DSNOpts? See Enable Delivery Status Notification in config screen.
38338 ========== h_send_prompt_dsn_flowed ==========
38339 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
38340 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
38341 ========== h_role_confirm ==========
38342 Yes, use displayed role. No, compose without a role.
38343 ^C, cancel the message. ^T, select a role from your other eligible roles.
38344 ========== h_norole_confirm ==========
38345 Return, compose without a role.
38346 ^C, cancel the message. ^T, select a role from your eligible roles.
38347 ========== h_custom_print ==========
38348 Enter a Unix command that accepts its data on standard input.
38349 Alpine will display any information the command sends to standard output.
38350 ========== h_convert_abooks_and_sigs ==========
38351 You will be given the opportunity to convert address books and signature files
38352 to remote configurations.
38353 ========== h_convert_abooks ==========
38354 You will be given the opportunity to convert address books to remote
38355 configurations.
38356 ========== h_flag_keyword ==========
38357 Enter the name of the keyword you want to add for this folder.
38358 No spaces, parentheses, braces, percents or asterisks are allowed.
38359 ========== h_select_keyword ==========
38360 Enter the keyword you want to match, or use ^T to select a keyword from a list
38361 of possible keywords for this folder. Use ! to look for non-matches instead.
38362 ========== h_type_keyword ==========
38363 Enter the keyword you want to add. You may add a nickname in the next step.
38364 No spaces, parentheses, braces, percents or asterisks are allowed.
38365 ========== h_type_keyword_nickname ==========
38366 Enter an optional nickname for the keyword you want to add.
38367 Type Carriage return to use the keyword name instead of a nickname.
38368 ========== h_convert_sigs ==========
38369 You will be given the opportunity to convert signature files to remote
38370 configurations.
38371 ========== h_convert_abook ==========
38372 Yes is fairly safe. You will be ADDing a remote address book that is a copy
38373 of the current address book. The current abook won't be removed automatically.
38374 ========== h_convert_sig ==========
38375 Answering Yes copies the contents of the signature file into your Alpine
38376 configuration file. After that, the contents of the file will not be used.
38377 ========== h_save_addman ==========
38378 Enter the simple name of the folder you want to add. Carriage return to
38379 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
38380 ========== h_reopen_folder ==========
38381 Yes reopens the folder, as if you were starting over. This uncovers new mail.
38382 No leaves the folder index as it was without discovering new mail.
38383 ========== h_convert_pinerc_server ==========
38384 This is the name of the host (computer) where the remote Alpine configuration
38385 will be stored. This should be an IMAP server that you have permission to use.
38386 ========== h_convert_pinerc_folder ==========
38387 Enter the correct remote folder name. This folder is special and should
38388 contain only configuration data. It shouldn't contain other mail messages.
38389 ========== h_role_compose ==========
38390 Compose a New message, Reply to current message, Forward current message, or
38391 Bounce message. Then you will be asked to choose one of your Roles to be used.
38392 ========== h_role_aggregate ==========
38393 Compose a reply, or forward, or bounce the selected messages. Then you 
38394 will be asked to choose one of your Roles to be used for this operation.
38395 ========== h_save_size_changed ==========
38396 The reported size of a message is not the same as the actual size. Answer Yes
38397 to continue and hope for the best or No to Cancel the entire Save.
38398 ========== h_select_by_larger_size ==========
38399 Enter a number or ^C to cancel. All messages greater than this many characters
38400 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38401 ========== h_select_by_smaller_size ==========
38402 Enter a number or ^C to cancel. All messages less than this many characters
38403 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38404 ========== h_preserve_field ==========
38405 Use 'p' to toggle between preserving or not preserving the original To:
38406 and Cc: fields of the message. Enter ^C to cancel message.
38407 ========== h_privacy_policy ==========
38408 x-alpine-http:http://alpine.x10host.com/privacy.html
38409 ========== h_apache_license ==========
38410 x-alpine-http:http://alpine.x10host.com/legal/apache_license.html