* When using single trip authenticators, still report we used them,
[alpine.git] / pith / pine.hlp
blob527a0e89169c3506a9f67ba832ac144021394d60
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 425 2020-05-11 23:22:23
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 <H2>New in Alpine <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)</H2>
176 This is a development version of Alpine. These enhancements are
177 released after the release of version 2.22. Please report any
178 problems you find with this release.
180 <P> Additions include:
182 <UL>
183 <LI> Add support for the OAUTHBEARER authentication method in Gmail. Thanks to
184      Alexander Perlis for suggesting it and explaining how the method works.
186 <LI> Support for the SASL-IR IMAP extension that avoids a round trip during
187      authentication. Similar support added for the SMTP, NNTP and POP3 
188      protocols. Thanks to Geoffrey Bodwin for a report that lead to this
189      implementation.
191 <LI> New variable system-certs-path that allows users to indicate the 
192      location of the directory where certificates are located. In PC-Alpine 
193      this must be C:\\libressl\\ssl\\certs. The C: drive can be replaced 
194      by the name of the drive where the binary and DLL files are located.
196 <LI> New variable system-certs-file that allows users to configure the
197      location of a container of certificate authority (CA) certificates
198      to be used to validate certificates of remote servers.
200 <LI> Remove sleep of 5 seconds for mailcap programs that use the terminal
201      to display content. Suggested by Carl Edquist. In addition to remove
202      configurable process table command and it corresponding sleep time.
203 </UL>
206 Bugs that have been addressed include:
207 <UL>
208 <LI>Bug in PC-Alpine that made Alpine go into an infinite loop and
209     consume CPU when it was iconized. Reported by Holger Schieferdecker in
210     comp.mail.pine.
212 <LI>Crash in Alpine when attempting to reply to a multipart/alternative 
213     message that is malformed, and the option to include attachments in
214     reply is enabled. Reported and patched by Peter Tirsek.
216 <LI>Bug that makes Alpine split encoded words in the subject of a message
217     in the middle of a utf-8 character into two encoded words, breaking the
218     encoding. Reported by Jean Chevalier.
220 <LI> Alpine would not redraw the screen when a check for new mail in an
221     incoming folder failed due to a failurec while validating the server 
222     certificate, and the user did not allow the connection to proceed.
224 <LI> Crash in Alpine while resizing the screen when using any of the tokens
225     SUBJKEYTEXT, SUBJECTTEXT, or SUBJKEYINITTEXT in the index format, and 
226     the screen was resized. Reported by Iggy Mogo.
228 <LI> When Alpine is trying to authenticate to Gmail, using the XOAUTH2 method,
229     it does not display the url the user needs to open, in order to authorize
230     Alpine to access Gmail using XOAUTH2 when Alpine still has not created
231     a screen. Reported by Baron Fujimoto.
233 <LI> When an html anchor does not quote the link in the href parameter,
234     alpine does not link to it.
236 <LI> Attempt to fix a bug that breaks scrolling of a message in Alpine when
237      the screen is resized. Reported in the Debian bug system at
238      <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956361">https://bugs.debian.org/cgi-bin/bugreport.cgie?bug=956361</A>.
239 </UL>
242 Version 2.22 addresses bugs found in previous releases and has several
243 additions as well.
246 Additions include:
248 <UL>
249 <LI> Support for <A HREF="h_xoauth2">XOAUTH2</A> authentication method in Gmail.
251 <LI> PC-Alpine builds with LibreSSL and supports S/MIME.
253 <LI> NTLM authentication support with the ntlm library, in Unix systems.
254 Based on code provided by Maciej W. Rozycki.
256 <LI> Add /tls1_3 flag for servers that support it. Read more information
257 in the secure protocols <A HREF="h_network_encryption_security">help</A>.
259 <LI> To increase user's privacy, remove phone-home code that would prompt 
260 users to send an email message upon starting Alpine for the first time for 
261 purposes of counting. Your use of Alpine does not disclose information about 
262 you or your use of Alpine to the developers of Alpine.
264 <LI> New variable 
265 <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> 
266 that allows users to configure versions of the SSL/TLS protocol that Alpine is 
267 restricted to try when establishing a secure connection SSL/TLS to a remote 
268 server. The default can be set at compilation time.
270 <LI> Add -dict option to PC-Pico, which allows users to choose a dictionary
271 when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
273 <LI> Improvements to the configure stage of compilation. Some of
274 these contributed by Helmut Grohne. See
275 <A href="https://bugs.debian.org/876164">Bug 876164</A> in Debian.
277 <LI> Add &quot;remove password&quot; command to the management screen for the 
278 password file encryption key. This allows users to use their password file
279 without entering a master password.
281 <LI> Add the &quot;g&quot; option to the select command that works in IMAP 
282 servers that implement the X-GM-EXT-1 capability (such as the one offered 
283 by Gmail.) This allows users to do selection in Alpine as if they were 
284 doing a search in the web interface for Gmail.
286 <LI> New variable close-connection-timeout, which tells Alpine to close
287 a connection that is having problems being kept alive after the number
288 of seconds configured in this variable, if the connection has not
289 recovered. The default is 0, which means to keep the connection alive
290 and wait for the connection to recover.
292 <LI> When a message is of type multipart/mixed, and its first part is
293 multipart/signed, Alpine will include the text of the original message
294 in a reply message, instead of including a multipart attachment.
295 Suggested by Barry Landy.
297 <LI> S/MIME: Some clients do not transform messages to canonical form when 
298 signing first and encrypting second, which makes Alpine fail to parse the 
299 signed data after encryption. Reported by Holger Trapp.
301 <LI> Add /auth=XYZ to the way to define a server. This allows users to  
302 select the method to authenticate to an IMAP, SMTP or POP3 server.
303 Examples are /auth=plain, or /auth=gssapi, etc.
305 <LI> Add backward search in the index screen. Based on patch by Astyanax Foo, 
306 submitted in 2009, but resubmitted by Erich Eckner on 2019.
308 <LI> SMIME: When Alpine is set to validate a message using the user's store, and
309      user agrees to save a certificate of another user, use the saved 
310      certificate immediately to verify the smime message. Reported by 
311      Stefan Mueller.
313 <LI> Do not use a delay when printing messages to screen when the initial
314      keystroke sequence of commands is active. Based on a report from Holger
315      Trapp.
317 <LI> In PC-Alpine, when the decoded name of an attachment does not agree
318      with its encoded name, Alpine will offer to save the file using the
319      UTF8 encoded name.
320 </UL>
323 Bugs that have been addressed include:
324 <UL>
325    <LI> Width of characters is not always determined correctly when wcwidth
326         is used. Revert to using code for the Windows operating system. 
327         Reported by Andrew Ho.
329    <LI> The call realpath(..., NULL) gives an error in Solaris, which means that
330         we need to allocate memory for storing the resolved path. Reported by
331         Fabian Schmidt.
333    <LI> Crash when attempting to bounce a message due to lack of space in
334         allocated space for key menu array. Reported by David Sewell.
336    <LI> Crash when a CA certificate failed to load, and user attempted to
337         view certificate information of other certificate authorities.
339    <LI> Crash in the S/MIME configuration screen when a user turned off S/MIME, and
340         then re-enabled it. Also crash when attempting to enter the S/MIME 
341         configuration screen if S/MIME was turned off.
343    <LI> Deactivate some color code from Pico (as standalone editor in the
344         windows version) until I find a way to activate it again. This is 
345         not critical and it is not something that PC-Pico must have (some 
346         of it already exists in other ways, like color support, what does 
347         not exist is the more complex code that Unix-Pico has with color 
348         codes for specific colors.)
350    <LI> When a message is multipart, and the first part is flowed text, 
351         then forwarding the message will set the first part to be flowed, 
352         and sent that way even when the option Do Not Send Flowed Text is 
353         enabled. Reported by Holger Trapp.
355    <LI> When a message/rfc822 part of a message is encoded with
356         Content-Transfer-Encoding: QUOTED-PRINTABLE, Alpine will stop 
357         processing that message. Later this causes Alpine to crash because 
358         when it displays messages, it assumes that both header and body 
359         parts are processed. Reported by Mark Crispin in 2010, in the 
360         Alpine-info list (message with subject "crash bug in 
361         alpine/mailpart.c:format_msg_att()") with no example, and reported 
362         now by Holger Trapp, with an example.
364    <LI> In addition to the previous report, Alpine encodes message/rfc822
365         messages as QUOTED-PRINTABLE, in contradiction with RFC 2045, 
366         when it receives a report that its encoding is 8bit. We preserve 
367         the encoding reported by the IMAP server, and do not encode in 
368         QUOTED-PRINTABLE.
370    <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can 
371         build when using Visual Studio 2017. Fix contributed by 
372         Ulf-Dietrich Braunmann.
374    <LI> When the locale is not set up to UTF-8, alpine might determine the 
375         width of a character incorrectly. Reported by Alexandre Fedotov.
377    <LI> In some rare cases, when attachments are deleted before saving 
378         emails, the filenames will be displayed in RFC1522 representation, 
379         instead of in decoded form. Reported and patched by Wang Kang.
381    <LI> When colors are edited from the main setup configuration screen, some
382         color settings are not updated until Alpine is restarted. Reported by
383         Andrew Hill.
385    <LI> If the first part of a message is multipart/alternative, and the 
386         first part of this is also a multipart type, then Alpine might 
387         fail to select the first text part when replying to a message. 
388         Reported by Lucio Chiappetti.
390    <LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
391         Reported and patched by Kyle George.
393    <LI> If the directory where Alpine saves the certificates is empty,
394         alpine would not create a self-signed certificate to encrypt the 
395         password file.
397    <LI> S/MIME: The list of public certificates is freed before it is 
398         reused when a signature fails to verify. This causes Alpine to 
399         crash. Patch submitted by Linus Torvalds.
401    <LI> S/MIME: A message could fail to verify its signature even if the
402         certificate was saved when the message was open. Based on a report 
403         by David Woodhouse to the RedHat bugzilla system.
405    <LI> When there are time changes in the clock, Alpine might go to sleep
406         for big amounts of time while displaying messages in the screen. 
407         Reset sleep time to 5 seconds in case it finds it needs to sleep 
408         more than 5 seconds or a negative amount of time.
410    <LI> Restore recognition of empty directories. It was deleted by mistake
411         when added support for internationalization in folders. Based on a 
412         report by Michael Rutter.
414    <LI> Alpine stops parsing the mailcap file when it finds an invalid entry.
415         Reported by Matt Roberds to the Debian bug system at 
416         <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370</A>.
418    <LI> Crash with error "Lock when already locked" when an attempt to check
419         for new mail on a locked stream that is being used for a save 
420         operation. Reported by Carlos E.R.
422    <LI> Alpine removes trailing spaces from passwords, making a longin attempt
423         fail. Reported by R. Lyons.
425    <LI> Alpine crashes when opening a remote imap folder and computing scores.
426         Reported by Paul DeStefano.
428    <LI> When more than one server was given in the server-name configuration
429         option of rldap servers, none of them worked. Reported by Robert Wolf.
430 </UL>
433 Version 2.21 addresses bugs found in previous releases and has several 
434 additions as well.
437 Additions include:
438 <UL>
439   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
440        user to choose the dictionary used to spell check, in case the user 
441        communicates in more than one language. Examples of values for the 
442        variable are "en_US" or "de_DE", etc. Only the first 10 
443        dictionaries are offered.
445   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
446        Based on a contribution by Wang Kang.
448   <LI> Colors configured in Alpine are inherited in the composer.
450   <LI> When Alpine is compiled with password file and SMIME support 
451        the password file is encrypted using a private key/public 
452        certificate pair. If one such pair cannot be found, one will be 
453        created. <A HREF="h_password_file_support">Learn more</A>.
455   <LI> Alpine builds with any version of OpenSSL greater than or equal
456        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
457        LibreSSL.
459   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
460        format, which removes text in the SUBJECT between &quot;[&quot; and 
461        &quot;]&quot;.
463   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
464        but it differns in that it gives the time in which the message was
465        sent for messages that are less than a week old. it uses a 24 hour
466        format.
468   <LI> Alpine will include attachments when forwarding some 
469        multipart/alternative messages for which it did not use to include 
470        attachments.
472   <LI> New configuration option 
473        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
474        which adds more ways to control features and variables when you
475        start to reply to a message.
477   <LI> Added support for RFC 2971 - IMAP ID extension.
479   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
480        that allows users to ignore errors in the computation of the size
481        of a message from defective servers.
483   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
484        clients such as Thunderbird do not validate signatures that use sha1 digest.
486   <LI> Add the configuration variable "default-directories", which is called
487        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
488        variable saves a list of directories that are readily accessible 
489        for save or export of attachments. This makes it easier to save 
490        attachments in directories that are hard to navigate to, or that 
491        are accessed frequently.
493   <LI> When a filename is attached and its name is encoded, the save 
494        attachment command will offer to save the file in the encoded form. 
495        This might work for some users, but the save command will have a 
496        subcommand ^N to decode the file name and save the file with the 
497        decoded name.
499   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
500        as well as autocompletes automatically when only one possibility exists 
501        for the ^J attach command.
503   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
504        the html OL tag.
506   <LI> Ignore message from smtp server after a successful authentication
507        challenge.
509   <LI> When a message is saved in the Form Letter folder, add the ability
510        to save the role being used to compose such message so that settings
511        such as the SMTP server set in the role can be used when sending
512        such form message. Suggested and patched by Frank Doepper.
514   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
515        SSLCERTSDIR is not found.
517   <LI> When Alpine sends an attachment, it will set the boundary attribute
518        in lower case, as some SMTP servers, such as those of libero.it 
519        reject messages if the boundary attribute is in uppercase.
521   <LI> Add the ability to change the private key and certificates used
522        to encrypt a password file in the SMIME setup configuration screen.
523        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
525   <LI> SMIME: The ctrl-E command that gives information on the certificate
526        is only available for messages that have a signed or encrypted 
527        part.
529   <LI> SMIME: If a message contains a RFC822 attachment that is
530        signed/decrypted add the ability to view its SMIME information.
532   <LI> SMIME: Certificate information in the S/MIME screen is available 
533        for certificates stored in a container.
535   <LI> SMIME: Offer the common name of the person, instead of the name of
536        file containing the certificate, as the name to be displayed in the 
537        certificate management screen for certificate authorities. 
538        Suggested by Matthias Rieber.
540   <LI> SMIME: Management of several alternate name (SAN) certificates is 
541        improved. When importing a SAN certificate, also import a certificate
542        for the filename, besides for the e-mail addresses in the
543        certificate. Suggested by Matthias Rieber.
545   <LI> SMIME: add full year when displaying information about a certificate
546        in the certificate management screen. Suggested by Matthias Rieber.
548   <LI> SMIME: sort certificates by some type of alphabetical order in the
549        displayed name.
551   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
552        certificates included in signatures, when the option "Validate 
553        Using Certificate Store Only" is enabled. If the user does not wish 
554        to save it, validation will fail.
556   <LI> HTML: Add support for decoding entities in hexadecimal notation.
557        Suggested by Tulip&aacute;nt Gergely.
559   <LI> The &quot;#&quot; command, when used as part of an aggregate
560        operation will allow users to select the role used in either 
561        replying, forwarding or replying to the group of selected messages, 
562        Suggested by Hisashi T Fujinaka.
564   <LI> If the charset of a message can not be determined, use the value set
565        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
567   <LI> Resizing setup screen will redraw screen.
569   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
570        in the width ambiguous zone, it will use other means to determine
571        the width, such as call wcwidth.
573   <LI> Pico: Code reorganization in the search command to make it easier to
574        add subcommands of the search command.
576   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
577        subcommand of the search command to bring this choice into view.
579   <LI> Pico: Add the ability to search for strings in the beginning or end
580        of a line. Use the Ctrl-^ subcommand of the search command to bring 
581        this choice into view.
583   <LI> For a multipart/alternative message, the Take Address command will 
584        work on the part that is being read.
586   <LI> When sending a message, allow for 512 characters of consecutive 
587        non-white space before folding the subject line.
589   <LI> Make sure titlebar (the line at the top of the screen) always 
590        contains the name of the folder/newsgroup that is open, if this 
591        fits in the title.
593   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
594        will also scramble the name, version and operating system in the 
595        message-id header. Based on a contribution by Dennis Davis, which 
596        is itself based on a contribution by Mark Hills.
598   <LI> Change in logic in imap_set_password function to make Alpine ask if
599        a user wants to save a password before reading the password file.
601   <LI> When exporting all parts of a message, if two attachments have the same
602        name, do not overwrite a file more than once, but instead add a counter
603        number to the filename to make a new file that does not exist in the file
604        system.
606   <LI> Add the Control-R subcommand to the save command for attachments. 
607        This subcommand toggles if the saving will be done in binary mode 
608        for text attachments. When a user saves an attachment using binary
609        mode it will be saved as it was sent, otherwise the attachment will
610        be transformed to UTF-8 for further transformation through internal
611        and user defined filters for saving.
613   <LI> Add command line argument -smimedir, which allows users to specify
614        the default path for a directory that contains the public, private, 
615        and ca directories. This is useful in case a user has a backup of 
616        old certificates that cannot be installed in the ~/.alpine-smime 
617        dir.
619   <LI> Reimplementation of the code that allows the .pinerc file to be a
620        symbolic link by Kyle George from tcpsoft.com to use realpath.
622   <LI> When saving an attachment, the "^T" command leads to a screen where the
623        "A" command can be used to add a file. A directory can be added by
624        pressing "^X" after the "A" command. Added after a suggestion by
625        Stefan Goessling.
627   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
628        scroll through the history of directories used to save attachments, 
629        while preserving the given name of the file. Suggested by Peter 
630        Koellner.
632   <LI> SMIME: Turn off automatic signing and encrypting of a message when
633        bouncing. Suggested after a discussion with Matthias Rieber.
635   <LI> When messages are selected, warn the user if a message that is not
636        selected will be bounced, or if not all selected messages will be 
637        bounced. Suggested by Ulf-Dietrich Braumann.
639   <LI> The bounce command adds a subcommand to choose a role.
641   <LI> When selecting messages by number, the &quot;.&quot; character can 
642        be used to specify the message on which the cursor is on.
644   <LI> When Alpine opens an attachment, it sometimes changes the extension 
645        of the file that is being opened and replaces it by another for the 
646        same mime type. If Alpine finds that the extension of the file 
647        corresponds with the mime type, according to the mime-types file, 
648        then it will keep it, and no substitution will be made.
650   <LI> Set no restrictions on the length of encoded subjects, but encode
651        words in length of no more than 75 characters.
652 </UL>
656 Bugs that have been addressed include:
657 <UL>
658   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
659        Alpine will use the function ASN1_TIME_print to determine the date 
660        of validity. Reported by Ben Stienstra.
662   <LI> SMIME: Crash when attempting to unlock the password file and an
663        incorrect password is entered.
665   <LI> SMIME: Crash when checking the signature of a message that contains
666        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
667        Krellner.
669   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
671   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
672        remote containers. Reported by Matthias Rieber.
674   <LI> SMIME: certificates included in messages were not being transferred
675        to a remote container.
677   <LI> SMIME: Crash if public certificates are located in an inaccessible
678        remote server and the private key is not available.
680   <LI> SMIME: Alpine does not remove temporary files created when adding a 
681        CA certificate to a container. Reported by Holger Trapp.
683   <LI> SMIME: When reading a local certificate, Alpine converts the name 
684        of the certificate to lowercase, which may make Alpine not be able 
685        to read such certificate. Reported by Dennis Davis.
687   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
688        entering a password to read an encrypted message will make Alpine 
689        forget the key and not ask the password to unlock it again in case 
690        it is necessary to unlock it again. Reported by Ulf-Dietrich 
691        Braumann.
693   <LI> Alpine would use freed memory while trying to compute the color
694        of the titlebar. This happened when trying to continue a postponed 
695        message.
697   <LI> Alpine failed to read an encrypted password file if too many
698        passwords were saved in the password file.
700   <LI> When selecting messages while in Threaded Index Screen, some 
701        messages other than top of threads could appear in the index, making
702        Alpine display messages &quot;out of the screen.&quot;
704   <LI> The index format would be chopped at the position of an unrecognized 
705        token, instead of skipping the token as intended.
707   <LI> Work in progress: Avoid calling non-safe functions when Alpine
708        receives a signal. See bug report 
709        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
711   <LI> Crash when attempting to read a message after a bounce command. 
712        In order to produce a crash one needed to use the ^T subcommand and 
713        do a search in a LDAP directory. The crash is produced by changes 
714        to the text in the title bar. Reported by Heinrich Mislik in the 
715        Alpine-info list.
717   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
718        making Alpine not display the correct character at the position 
719        that wrapping is done. Reported by Wang Kang.
721   <LI> Pico: Searching for a string that is too long causes Pico to crash
722        in the next search.
724   <LI> Fix vulnerability in regex library. This only affects those who use
725        this library, such as the windows version of Alpine. See 
726        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
727        for more details.
729   <LI> Alpine would not set include and lib paths for OpenSSL if this was
730        installed in /usr/local/ssl.
732   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
733        contents when saving its configuration.
735   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
736        the name. Reported by Andreas Fehr.
738   <LI> When opening an INBOX folder in a context different from the 
739        incoming folders collection, from the command line, Alpine would 
740        open the INBOX folder from the incoming folders collection.
742   <LI> Mismatch in size of UCS and CELL caused a corruption in the
743        content of a pointer, which made the speller in PC-Alpine get the 
744        content of a word incorrectly.
746   <LI> Skip testing openssl compatibility version when cross-compilation
747        is detected. Fix contributed by Antti Sepp&auml;l&auml;
749   <LI> Alpine fails to remove temporary files used during a display or sending
750        filter. Fix contributed by Phil Brooke.
752   <LI> When the index is in zoomed state, adding new messages to the 
753        selection would not show those messages if those messages are on 
754        top of the current message in the top of the screen. Reported by
755        Ulf-Dietrich Braumann. In addition, when the user scrolls through
756        the index, this scroll smoothly, without jumping pages. Reported
757        by Holger Trapp.
759   <LI> Crash when reviewing history of saving attachments.
761   <LI> Crash when canceling a goto command on a local collection that has
762        not been expanded and attempting to expand such collection.
764   <LI> Crash in Pico when forwarding messages that contain a direction mark
765        at the end of a line. Reported by James Mingo.
767   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
768 </UL>
772 Version 2.20 addresses bugs found in previous releases and has several 
773 additions as well.
776 Additions include:
779 <UL>
780   <LI> Upgrade UW-IMAP to Panda IMAP from 
781        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
782   <LI> S/MIME: Add screen to manage certificates.
783   <LI> S/MIME: Signatures are validated using the user's certificates instead
784        of the ones included in the message. Behavior can be disabled by
785        disabling the option <A href="h_config_smime_use_cert_store">
786         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
787        by default.
788   <LI> S/MIME: sign messages using intermediate certificates when needed 
789        and possible.
790   <LI> S/MIME: validation of certificates for servers that modify signed 
791        content.
792   <LI> S/MIME: signed and encrypted messages will be signed first and 
793        encrypted second, so that they can be decoded by other clients.
794   <LI> S/MIME: add the sender certificate to the list of certificates in
795        encrypted messages to make it possible for the sender to decrypt
796        the message they sent.
797   <LI> S/MIME: When transferring certificates to a local container, create 
798        container with default names PublicContainer, PrivateContainer and 
799        CAContainer, as appropriate for these files, unless the user has 
800        provided some other names.
801   <LI> S/MIME: Forwarding a message will include the signed part as part
802        of the text and not as a multipart message, just as the reply
803        command does.
804   <LI> HTML: Style tag in body of html message causes Alpine to not write
805        its content until a new &lt;/style&gt;
806   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
807        the same inline tag; the same is valid for the &lt;HR&gt; tag.
808   <LI> Add support to selective expunge through a subcommand of the 
809        select-apply commands. Read more in the <A 
810        HREF="h_index_cmd_expunge">help</A> for the expunge command.
811   <LI> Pico: New subcommand of the search command, allows to reverse the
812        direction of search.
813   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
814        the key and certificate used to encrypt the password file are saved 
815        in the ~/.alpine-smime/.pwd directory, or in the directory specified
816        by the -pwdcertdir command line option. 
817        <A HREF="h_password_file_support">Learn more</A>.
818   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
819        server to use different ways to connect using ssl, for 
820        example {server.com/tls1} will attempt to connect to 
821        server.com at the ssl imap port (port 993) and establish a 
822        connection using TLSv1. These flags can be used in 
823        conjunction with the /ssl flag, the ssl flag is redundant. 
824        Conversely, however, the /ssl flag does not imply any of 
825        these flags; the /ssl flag means SSLv3 or, if not available, 
826        SSLv2 in the SSL port.
827   <LI> Alpine does not attempt to automatically reopen a collection 
828        that was not opened due to cancellation by the user. 
829        Instead, the user must try to open it explicitly.
830   <LI> Alpine searches for a certificate that matches an email address in
831        all addresses in a certificate (instead of just the first 
832        one) but when it tries to unlock the certificate, it asks 
833        for the password for the first email address in that 
834        certificate.
835   <LI> Style tag in body of html message causes Alpine to not write its content
836        until a new &lt;/style&gt;
837   <LI> Experimental: Write the content-type of a message in 
838        lowercase, as some non-compliant servers do not understand 
839        uppercase content-type, such as those of GMX.de.
840   <LI> Experimental: Do not send the RSET command before attempting
841        to send a message, as this causes a delay in some evily managed
842        servers.
843   <LI> Opening a folder updates recent count in maildrops (this 
844        already works for other types of folders)
845   <LI> Automatically redraw screen after opening an attachment 
846        instead of simply clearing it.
847   <LI> Pico: Justification works without need of a predefined quote 
848        string. This allows justification of blocks of text that are 
849        indented with spaces.
850   <LI> Decode the name of attachment names, so they can be written as part   
851        of the description of the part. 
852   <LI> Check bounds and tie strings off to improve security. Contributed 
853        by James Jerkins.
854   <LI> Replace tabs by spaces in From and Subject fields to control for
855        size in screen of these fields. Change only in index screen display.
856   <LI> Aggregate operations allows bouncing a list of messages using a role.
857        Suggested by Ulf-Dietrich Braumann.
858   <LI> Disable saving new passwords to the password file. Implemented
859        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
860   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
861      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
862      Charles M. Register.
863 </UL>
867 Bugs that have been addressed include:
868 <UL>
869   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
870        in personal names. Reported by Lev Gorenstein.
871   <LI> When writing the .pinerc file, lines were truncated if they were longer
872        than 10,000 characters. This could cause data corruption, so now lines
873        are allowed to be of any length.
874   <LI> S/MIME: signed messages that contained an attachment would not validate.
875   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
876        validate. Thanks to Andreas Schamanek for testing, debugging and 
877        advising during the process of fixing this problem.
878   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
879        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
880        and Stefan Mueller.
881   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
882        home directory.
883   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
884        SMIME making it not possible to sign or encrypt messages.
885   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
886        information that is not part of the body, and hence making the body
887        of the message seem wrong.
888   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
889        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
890        enabled, the message contains 8bit characters and the smtp server 
891        supports 8bit sending.
892   <LI> When replying to several messages, subject will be decoded first,
893        and then stripped from re/fwd before they are compared to determine
894        the subject of the replied message.
895   <LI> Crash when tcp connection to NNTP server was lost after connection
896        had been established, but lost immediately afterwards.
897   <LI> Crash with message &quot;lock when already locked&quot;, when painting
898        an index was based on scores that needed information from a remote
899        addressbook in the same server as the folder opened. Reported by
900        Peter Koellner.
901   <LI> Crash in message/rfc822 attachments encoded in base64.
902   <LI> Postponed messages whose content-type is text/html, text/enriched and
903        text/richtext are sent with that content-type, even though, after
904        resuming composition, Alpine had changed its type to text/plain.
905   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
906        character set, which might lead to a crash or a corruption in the 
907        screen. Work was done to contain the bug. A more complete fix will 
908        be done in a future release. Reported by Professor Robert Funnell.
909   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
910   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
911   <LI> Save command did not warn of existence of a message with a deleted 
912        attachment in an aggregate save, unless cursor was positioned on a message 
913        with a deleted attachment. Reported by Florian Herzig.
914   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
915        in an IMAP server.
916   <LI> DATE tokens were not internally transformed to UTF-8, which made their
917        values not appear complete in the screen. Reported by Werner Scheinast.
918   <LI> Fixes to configure script so that it will not require PAM for every system.
919   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
920        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
921        during the build. Fix by Ulf-Dietrich Braumann.
922   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
923        needs to use tcl_getstringresult() instead. Reported by 
924        Ulf-Dietrich Braumann.
925   <LI> Quoted string in URL Viewers configuration variable were not 
926        unquoted before passing to viewer.
927   <LI> Fix in configure script to detect location of tcl library; add
928        /usr/local in FreeBSD and fix a bug in configure script that used 
929        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
930        by Werner Scheinast.
931   <LI> Move SSL configurations from UW-IMAP to configure script, and
932        update OpenSSL configuration for Mac OS X.
933   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
934   <LI> When the download of an attachment is interrumpted, Alpine stills
935      caches what was downloaded, making the download incomplete for 
936      subsequent calls of Alpine attempting to open the attachment. In the 
937      future, Alpine will not cache any downloaded part of the attachment 
938      when it is interrupted.
939 </UL>
944 Version 2.11 addresses bugs found in previous releases and has a few 
945 additions as well.
948 Additions include:
951 <UL>
952    <LI> Alpine requires version 1.0.0c of Openssl to build.
953    <LI> Increase encryption of S/MIME encrypted messages.
954    <LI> Pico: Improvements in justification of paragraphs: lines that begin
955 with a quote string, followed by a space were considered individual paragraphs,
956 now they are considered part of a paragraph. Based on earlier joint work
957 with Jeff Franklin.
958    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
959    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
960 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
961    <LI> Added recognition of ws and wss URIs.
962    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
963  <A HREF="h_config_directory_color">directory names</A>,
964  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
965    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
966 used in the display of the INDEX SCREEN.
967    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
968 that adds the ability to preserve To: and Cc: fields when replying to a 
969 message, as specified by original sender.
970    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
971  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
972    <LI> Quota command includes subcommands for printing, forwarding, etc.
973 </UL>
976 Bugs that have been addressed include:
978 <UL>
979   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
980   <LI> Crash when resizing the screen in a configuration screen.
981   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
982   <LI> Do not use a shell to open a browser.
983   <LI> Configure script did not test for crypto or pam libraries.
984   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
985   <LI> Change Cygwin directory separator to &quot;/&quot;.
986   <LI> Alpine could set List- headers, contrary to RFC 2369.
987 </UL>
990 Version 2.10 addresses bugs found in previous releases and has a few 
991 additions as well.
994 Additions include:
997 <UL>
998    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
999    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
1000    <LI> Foreign characters are decoded correctly in IMAP folder names.
1001    <LI> Question about breaking connection to slow servers includes their name.
1002    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
1003    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
1004    <LI> Cygwin: Alpine builds without need of patch.
1005    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
1006    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
1007    <LI> Add support for strong encryption of password file when S/MIME is built in.
1008 </UL>
1011 Bugs that have been addressed include:
1014 <UL>
1015    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
1016    <LI> Double allocation of memory in Pico.
1017    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
1018    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
1019    <LI> Not recognition of environment variables in some options.
1020    <LI> Not display of login prompt during initial keystrokes.
1021    <LI> justification of long urls breaks them.
1022    <LI> Incorrect New Mail message when envelope is not available.
1023    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
1024    <LI> Crash when resizing the screen after display of LDAP search.
1025    <LI> Crash when redrawing screen while opening a remote folder collection.
1026    <LI> Infinite loop in scrolltool function during notification of new mail.
1027    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
1028    <LI> No display of signed and encrypted S/MIME messages.
1029    <LI> Alpine will not build with OpenSSL.
1030    <LI> Crash for double locking in calls to c-client.
1031    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
1032    <LI> Ignore the references header when threading messages
1033    <LI> No update of colors in index screen after update to addressbook.
1034 </UL>
1037 Version 2.01 addresses bugs found in previous releases and has a few 
1038 additions as well.
1041 Additions include:
1044 <UL>
1045    <LI> Fixed non-ASCII web alpine handling
1046    <LI> Added web alpine help.
1047    <LI> Allow web alpine inbox on second IMAP server.
1048    <LI> Allow web alpine config reset after bad inbox-path gets set.
1049    <LI> Added web alpine ability to create group contact from contact list members.
1050    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
1051    <LI> Tidied up web alpine script layout.
1052    <LI> Fixed web alpine status message ordering
1053    <LI> Added web alpine Fcc setting via Contacts in Compose
1054    <LI> Fixed web alpine autodraft attachment issues
1055    <LI> Fixed web alpine problems with recent count maintenance
1056    <LI> Fixed web alpine newmail arrival display in message list
1057    <LI> Added web alpine confirmation to folder create for Move/Copy
1058    <LI> Added web alpine user-domain support
1059    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
1060 </UL>
1063 Bugs that have been addressed include:
1066 <UL>
1067    <LI> In web alpine fixed delete all selected within a search result to reorient
1068         correctly to whole-mailbox message list.
1069    <LI> Fixed web alpine delete in view page to be sensitive to sort
1070    <LI> Fixed web alpine open of folder within directory from folder manager page.
1071    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
1072    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
1073    <LI> Fixed web alpine adding contacts from message list and view
1074    <LI> Fixed web alpine create of non-existent fcc
1075    <LI> Remove mistakenly left debugger statement in web alpine javascript.
1076    <LI> Some UNIX alpine build problems fixed
1077    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
1078         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
1079         by locale charmap call on some Solaris 8 systems.
1080    <LI> MacOS Keychain logins were not working correctly with generic host names, like
1081         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
1082         new password requests when not needed
1083    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
1084         last folder in the list
1085    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
1086         looked for along with the email address
1087    <LI> Changes to configure to get spellcheck options with work with arguments.
1088    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
1089         returned by gethostname (iPhone can do this)
1090    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
1091         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
1092    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
1093         Jake Scott of marganstanley.com.
1094    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
1095         is not used in alpine.
1096    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
1097         Apparently this causes RIM Blackberry BIS service problems. This is not
1098         used in alpine.
1099    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
1100    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
1101         Fix from Ludwig Nussel of SUSE and from Crispin.
1102    <LI> Include whole filename in export filename history
1103    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
1104 </UL>
1107 Version 2.00
1108 addressed bugs found in previous releases and had a few additions as well.
1110 Additions included:
1113 <UL>
1114    <LI> Redesigned Web Alpine interface
1115    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
1116         in UNIX versions of Alpine
1117    <LI> Attempt to include the attachment filename as part of the name of the
1118         temporary file used when viewing an attachment with an external program.
1119         Add some randomness to that filename to make it hard to predict the filename.
1120         Add a filename extension, usually derived from the type/subtype, to the
1121         temporary filename. This was previously done only on Windows and MacOS X.
1122    <LI> Enhance address completion in the composer (TAB command) so that it looks
1123         through nicknames, fullnames, and addresses from the address book; addresses
1124         from the message being viewed, if any; and the results from
1125         <A HREF="h_direct_config">LDAP Directory Server</A>
1126         lookups for all of the defined directory servers that have the
1127         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
1128         feature set.
1129    <LI> Make the default character set setting more liberal in what it will accept
1130         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
1131    <LI> Remove the Alpine revision number from the titlebar in released versions
1132         while leaving it there in snapshot versions
1133    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
1134         display of asterisks when you type a password for Alpine
1135    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
1136    <LI> When the
1137         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
1138         feature is turned on convert not only the dates in the index screen but also
1139         the dates in the MESSAGE VIEW
1140 </UL>
1143 Bugs addressed in the 2.00 release included:
1146 <UL>
1147    <LI> Crash when using tab-completion for selecting a Save filename
1148    <LI> Make Web Alpine help text images relative for more portability
1149    <LI> Fixed attach save of html parts in Web Alpine
1150    <LI> Viewing, printing, exporting, replying, and bouncing of message
1151         digests was broken. Replying and bouncing should not have been
1152         allowed at all for digests. It would be nice to have a more standard
1153         index-like view of a message digest but that has not been addressed
1154         with this minor bug fix.
1155    <LI> Adjust wrapping of HTML messages so that the margins specified by
1156         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
1157         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
1158         are observed correctly
1159    <LI> Interrupt of WhereIs command in index was broken
1160    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1161         option did not work correctly interpreting unknown characters in message headers
1162    <LI> Long address lines could cause blank continuation lines
1163    <LI> Save to a local default INBOX failed if the primary collection was also local,
1164         which it is by default. The save went to  ~/mail/inbox instead.
1165    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
1166         inbox, not the inbox in the primary collection
1167    <LI> Address book entries with lots of addresses would be truncated when
1168         entered in the composer with a screen size wider than 270 or so characters
1169    <LI> Some fields in the index screen were truncated when the screen width was
1170         wider than 256 characters
1171    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
1172         folder, and there is a more than 10 minute pause between typing the TAB
1173         and typing the Yes
1174 </UL>
1177 Version 1.10(962)
1178 addressed bugs found in previous releases and had a few additions as well.
1180 Additions included:
1183 <UL>
1184    <LI> Add the possibility of setting a default role
1185         (see <A HREF="h_role_select">Roles Screen</A>)
1186         which may be convenient if your work flow involves acting in one
1187         role for a while then switching to another role and staying in the
1188         new role for another period of time
1189    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1190         is encountered, ask the user if he or she wants to continue with the
1191         risky Save anyway instead of aborting. This may be helpful if your
1192         IMAP server is broken in this way but be aware that it is possible there
1193         was a real error instead of just a broken server implementation.
1194    <LI> Some configure adjustments for Kerberos detection and
1195         for SCO OpenServer 5 support
1196    <LI> Hide INBOX in a collection if it also appears as an
1197         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1198    <LI> Show asterisks for feedback when the user is typing a password
1199    <LI> Performance improvement for threading of large folders
1200    <LI> Previously, the search used to find
1201         Pattern matches containing To patterns searched for both To
1202         and Resent-To headers. The relatively complicated search this
1203         produces causes problems when using some deficient IMAP servers.
1204         Now the default is to look only for To headers and ignore the
1205         presence of Resent-To. The previous behavior may be restored
1206         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1207    <LI> Add an
1208         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1209         to help with reading malformed unlabeled messages
1210    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1211    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1212    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1213 </UL>
1216 Bugs addressed in the 1.10(962) release included:
1219 <UL>
1220    <LI> Crash when encountering certain errors from an SMTP server
1221    <LI> Crash in composer caused by overflow in replace_pat()
1222    <LI> Hang when authenticating to an SMTP server that fails with a
1223         &quot;connection disconnected&quot; error
1224    <LI> Bug in handling of trailing tab character in flowed text
1225    <LI> Security enhancement for mailcap parameter substitution
1226    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1227         did not work if the message being replied to was not flowed text
1228         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1229         was not turned on
1230    <LI> Don't allow printer to be changed through hidden config screen
1231         if system administrator didn't want it to be allowed
1232    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1233         should know that it won't work, causing error messages to appear
1234    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1235         of double-quote double-quote didn't work right
1236    <LI> Quoting wasn't being done to protect special characters from the
1237         MacOS X shell when
1238         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1239         was not defined
1240    <LI> On MacOS X message attachments should be shown internally instead of
1241         being shown using the Mail application
1242    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1243         sometimes set the outgoing charset to X-UNKNOWN, making the result
1244         unreadable
1245    <LI> When the sending of a message failed lines with leading spaces had one
1246         additional space inserted in each of those lines when the user
1247         was returned to the composer
1248    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1249         that contained non-ascii characters because it was truncating the
1250         line being searched so that it was shorter than what was visible on
1251         the screen
1252    <LI> When composing, an attachment with a long name that causes wrapping in
1253         just the wrong place would generate an error and cause the send
1254         of the attachment to fail
1255    <LI> After calling the file browser to attach a file in the composer, a resize
1256         of the window when back in the composer would redraw the last screen that
1257         had been shown in the browser instead of the current composer screen
1258    <LI> Possible crash in index screen when encountering unparsable addresses
1259         or when using one of the PRIORITY tokens or the HEADER token in the
1260         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1261    <LI> Problems with Header Color editing if the configuration option
1262         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1263         was inadvertently changed to the Empty Value in the hidden config screen
1264    <LI> When resuming the final postponed message from an Exchange server the user
1265         could get a certificate validation failure because alpine was trying
1266         to validate the canonical name of the folder instead of the name the
1267         user used
1268    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1269         failure to find a match
1270    <LI> Make matching of extension names case independent in mimetypes files
1271    <LI> Windows dialog boxes for entering text were not working correctly
1272    <LI> Replying to or Forwarding multipart/alternative messages which had a
1273         single text/html part did not work well
1274    <LI> Printing the print confirmation page caused a crash
1275    <LI> A To line with a long, quoted personal name could display incorrectly
1276         if it was close to the same width as the screen
1277    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1278         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1279         are turned on hide (0/0) when the folder is empty
1280    <LI> Folder completion while Saving didn't work if the collection being
1281         saved to was the local home directory
1282 </UL>
1285 Version 1.00
1286 was an evolutionary release based on
1287 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
1288 developed at the University of Washington.
1289 It is upwards-compatible for existing Pine users.
1292 Changes included:
1294 <UL>
1295    <LI> Ground-up reorganization of source code around addition
1296         of "pith/" core routine library.
1297    <LI> Fundamental improvement in Alpine's internal text handling, which
1298         is now based exclusively on Unicode. This allows displaying incoming
1299         messages and producing outgoing messages in many different languages.
1300    <LI> Ground-up reorganization of build and install procedures
1301         based on GNU Build System's autotools. NOTE, the included IMAP library
1302         build is not based on autotools, so some features will not work. However,
1303         it should get built automatically during the Alpine build process.
1304    <LI> Web-based version included built on TCL designed to run under
1305         a suitable CGI-supporting web server such as Apache.
1306 </UL>
1310 Details on changes in previous (prerelease) versions of Alpine
1311 may be found at the following URL:
1313 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1316 <HR WIDTH="75%"><P>
1318 <H2>Getting Help</H2>
1319 <DL>
1320 <DT>Online Help</DT>
1321 <DD>
1322 Every Alpine screen and command has associated help text
1323 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1324 </DD>
1326 <DT>Web Help</DT>
1327 <DD>
1328 The most current source of information about Alpine,
1329 including new version availability, is the web page at
1331 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1332 </DD>
1333 </DL>
1335 Frequently Asked Questions (and answers) may be found at the following
1336 URL:
1338 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
1341 <HR WIDTH="75%"><P>
1343 <H2>Additional Information</H2>
1345 General Alpine configuration information can be found
1346 <A HREF="h_news_config">here</A>.
1348 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1349 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1350 access is provided by the IMAP Toolkit Environment (c-client library)
1351 version <!--#echo var="C_CLIENT_VERSION"-->.
1352 <P> 
1353 Alpine was developed until 2009 by the Office of Computing 
1354 &amp; Communications at the University of Washington in Seattle.  
1355 Since then, the effort of developing Alpine has been continued by
1356 a community of volunteers who make good software even better!
1359 Alpine Copyright 2013-2020 Eduardo Chappa, 
1360 <BR> Copyright 2006-2008 University of Washington.
1363 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1364 or instead you can find the Apache License, version 2.0 at the web URL:
1367 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1370 &lt;End of Release Notes&gt;
1371 </BODY>
1372 </HTML>
1373 ====== h_password_file_support ======
1374 <HTML>
1375 <HEAD>
1376 <TITLE>Encryption for Password File Support Explained</TITLE>
1377 </HEAD>
1378 <BODY>
1379 <H1>Encryption for Password File Support Explained</H1>
1381 Index<BR>
1382 <OL>
1383 <LI><A HREF="#content">Explanation</A>
1384 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1385 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1386 </OL>
1388 <P><A NAME="content">Unix Alpine Only.</A>
1390 <P> If your version of Alpine has been built with password file support
1391 then you can use a special file to save your passwords, and avoid typing
1392 them every time you open a connection to a remote server.
1394 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1395 password file will be encrypted with a strong key. There are two ways in 
1396 which this can happen: Alpine will either use a matching private key and 
1397 public certificate pair that you already own, or it will create one for 
1398 you, just for purposes of encrypting this file. We describe both processes 
1399 below.
1401 <P> Initially, Alpine will scan your public and private directories for a 
1402 certificate/private key pair that works. Alpine will pick the first pair 
1403 that it finds that matches. 
1405 <P> Once a pair has been chosen, it will be copied to the directory 
1406 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1407 that directory. The first time this process is done, this directory will 
1408 be created, a key/certificate pair will be copied to it, from then on 
1409 this pair will be used to encrypt and decrypt your password file. 
1411 <P> If you want to use a specific key and certificate pair to encrypt
1412 your password file, you can create the directory ~/.alpine-smime/.pwd 
1413 manually, and then create your preferred key/certificate pair there.
1414 Alpine will use this key regardless of if it has expired, or if it is
1415 self-signed. These issues do not affect the encryption or decryption
1416 of the password file.
1418 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1419 your key/certificate pair, you can specify a different one with the 
1420 -pwdcertdir command line option in Alpine. If the directory specified by 
1421 this option is not found Alpine will fail to encrypt and decrypt your 
1422 password file. However if it exists, Alpine will search for a 
1423 key/certificate pair in that
1424 directory, and if it does not find one, it will create one and save it
1425 in that directory.
1427 <P> Alpine does not care about the names of the key and certificates in 
1428 this directory, but the private key must have &quot;.key&quot; extension 
1429 and your public certificate must have the &quot;.crt&quot; extension. The
1430 name of the private key will be used in the prompt when you are asked
1431 to unlock your key to decrypt your password.
1433 <P> If Alpine cannot find a suitable private key and public certificate 
1434 pair to encrypt your password, it will create one. You will be asked to 
1435 create a &quot;Master Password&quot; to protect such key. At this moment 
1436 there are no restrictions on passwords, other than they have to be at 
1437 least 8 characters long, but future versions of Alpine will include 
1438 functionality to restrict master passwords, as set up by the administrator 
1439 of the system in the pine.conf.fixed file.
1441 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1443 <P>Assume you have a private key called peter@address.com.key in your, 
1444 ~/.alpine-smime/private directory, and a public certificate called 
1445 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1446 are your only key/certificate pair.
1448 <P> When Alpine starts for the first time, without command line options, 
1449 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1450 it will create it. Then it will go through your keys and certificates and 
1451 find a pair that it can use, and copy the files peter@address.com.key,
1452 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1453 you can do the same by copying these files by yourself. This can be done
1454 with the sequence of commands
1456 <PRE>
1457 mkdir ~/.alpine-smime/.pwd
1458 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1459 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1460 </PRE>
1462 <P> When Alpine starts, you will be asked the password to unlock your
1463 private key with the prompt.
1465 <PRE>
1466 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1467 </PRE>
1469 <P> If you prefer to use different names for your private and public keys 
1470 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1471 preserve the extension of the files. For example, you can use the names 
1472 private_key.key and public_cert.crt instead. In this case, the prompt you 
1473 will see when you are asked to unlock your private key will read
1475 <PRE>
1476 Enter password of key &lt;private_key&gt; to unlock password file:
1477 </PRE>
1479 <P>Observe that you do not need to use an existing key/certificate pair, 
1480 and that you can create a new private key/public certificate pair to 
1481 encrypt and decrypt your password file. Alpine provides a mechanism to
1482 change the encryption key for this file in the S/MIME configuration
1483 screen.
1485 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1487 <P> If Alpine cannot find a suitable private key and public certificate pair
1488 to encrypt your password file, it will create one. When doing so, it will
1489 start the process with the following warning:
1491 <PRE>
1492 Creating a Master Password for your Password file.
1493 </PRE>
1495 <P> Then Alpine will ask you to enter your Master Password:
1497 <PRE>
1498 Create master password (attempt 1 of 3):
1499 </PRE>
1501 <P> Once you enter this password, and it validates according to system policy,
1502 you will be asked to confirm this password. 
1504 <PRE>
1505 Confirm master password (attempt 1 of 3):
1506 </PRE>
1508 <P> If you input the same password, then Alpine will set that as your 
1509 Master Password, and you will use this password to unlock your key in the 
1510 future.
1512 <P> If you would like to switch your Master Password in the future, you can 
1513 do so by creating a new public key and public certificate pair. You can do 
1514 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1515 Certificate for Password File&quot; section, simply enter your current 
1516 password to unlock your current key and then press &quot;C&quot; to create 
1517 a new key.
1520 &lt;End of help&gt;
1521 </BODY>
1522 </HTML>
1523 ====== h_network_encryption_security ======
1524 <HTML>
1525 <HEAD>
1526 <TITLE>Network Encryption Security Explained</TITLE>
1527 </HEAD>
1528 <BODY>
1529 <H1>Network Encryption Security Explained</H1>
1531 You can specify which encryption protocol you would like to try when
1532 creating a secure connection to a server. Alpine will attempt to use
1533 that encryption protocol, but in practice the protocol being used will
1534 default to the most secure protocol that both Alpine and the server
1535 support.
1537 <P> If you use the latest version of OpenSSL, the /ssl modifier to the 
1538 server definition will use the most secure version of the TLS encryption 
1539 protocol. The same will be true if you try /tls1_1 or /tls1_2, but in an 
1540 old version of OpenSSL (pre 1.1.0 series) /tls1_1 might mean to use 
1541 version 1.1 of the TLS protocol.
1543 <P> You will never go wrong by using the /ssl modifier. At the time of
1544 this writing OpenSSL had released version 1.1.1, with support for
1545 TLS version 1.3. If your version of OpenSSL does not support this version
1546 of the TLS protocol, then the /tls1_3 modifier will only mean to use
1547 the most secure version of the TLS protocol that OpenSSL and the
1548 server can negotiate. In future versions of OpenSSL, /tls1_3 might mean
1549 to try to negotiate a higher version of the TLS protocol.
1551 <P> In order to avoid confusion, the /ssl flag is the best way to guarantee
1552 the highest encryption protocol available, and it is the recommended
1553 modifier to the server definition to create a secure encrypted connection.
1556 &lt;End of help&gt;
1557 </BODY>
1558 </HTML>
1559 ====== h_xoauth2 ======
1560 <HTML>
1561 <HEAD>
1562 <TITLE>XOAUTH2 Authenticator Explained</TITLE>
1563 </HEAD>
1564 <BODY>
1565 <H1>XOAUTH2 Authenticator Explained</H1>
1567 The XOAUTH2 authenticator method is a way in which you can sign in to your
1568 account to read and send email. This method is different from the traditional
1569 username/password that users are accostumed to, and it needs to be set up
1570 by the user. This text will help you understand this authentication method.
1573 The most important difference between this method and other authentication
1574 methods is what happens if someone steals your credentials. This method is
1575 attached to three components: Your username, your password and your email
1576 program.
1579 At the beginning of this process, the developer of the email program 
1580 registers the email program with the email service provider (Gmail, 
1581 Outlook, etc.) In return, the email service provider creates an id and
1582 secret for the email program, which the email program will use in the 
1583 future. Since Alpine is an open source program, these values are part
1584 of the source code, and are known to everyone, and cannot be obfuscated.
1587 After a program has been registered with an email service provider, the 
1588 user must authorize the email program access to their email account in 
1589 that service. Alpine helps you do that, but it cannot do all the process 
1590 for you, and you will need to use an external web browser to authorize
1591 Alpine to read and send email.
1594 This part of the process is simple. Alpine creates a URL based on the id 
1595 and secret created by the email service, which the user opens. Once the 
1596 URL has been opened, the user signs in to the server, and once signed into
1597 the account, the user is asked to authorize Alpine access to the email 
1598 account. If the user agrees, an &quot;<I>Access Code</I>&quot; will be
1599 generated.
1602 An Access Code is a very long string, and so the recommendation is to copy 
1603 and paste this code back into Alpine, at the time Alpine is helping you 
1604 set up this authenticator. This part of the process is done only once per 
1605 email program (If you run Alpine in several computers, you would do this 
1606 once per computer. Each computer gets its own Access Code.)
1609 Once Alpine has an Access Code, it goes back internally to the email 
1610 service and asks it to generate two strings, called the &quot;<I>Refresh 
1611 Token</I>&quot; and the &quot;<I>Access Token</I>&quot;. This part is 
1612 invisible to the user, and they will never see it, but in order for you to 
1613 understand what to do in case you lose them, you need to understand their 
1614 use.
1617 The <I>Access Token</I> is the equivalent of a temporary password. It 
1618 allows the user to access (and reaccess as many times as they would like)
1619 their email account for a limited amount of time, typically 1 hour after
1620 it was issued. After that time expires, users need a new Access Token.
1623 The <I>Refresh Token</I> is the equivalent of a password generator. With 
1624 this token, Alpine can go to the email service provider and request a new 
1625 Access Token. This part of the process does not need user intervention, 
1626 anyone can do this, as long as they have the Refresh Token, program id and 
1627 program secret, so it is important that users keep their Refresh Token as 
1628 secure as they can.
1631 Given that the Refresh Token and the Access Token are long strings, users 
1632 are not supposed to be able to memorize them and recall them later. Alpine 
1633 will store them in the password file, should a user have one. Otherwise, 
1634 the user will have to create one each time they run Alpine, starting by 
1635 creating the Access Code all over each time they try to sign in to their 
1636 email account. When Alpine is compiled with SSL and password file support, 
1637 it will default to saving this information using encryption and under a 
1638 master password, so unless they have made changes to this process, their 
1639 Refresh and Access Tokens are saved securely and persist from one session 
1640 to the next.
1643 Should any person steal your Refresh Token, you must login to your account 
1644 with your username and password and revoke Alpine authorization to your 
1645 account. This is enough to stop the person who stole your Refresh Token 
1646 from accessing your email service. In the case of Gmail, changing your 
1647 password will invalidate your Refresh Token, and this will be enough to 
1648 prevent others from using a stolen Refresh Token. Consult with your email
1649 service provider to learn what you can do if someone steals your Refresh
1650 Token.
1653 If, for any reason, Alpine cannot sign in to your email service for two 
1654 consecutive times with Access Codes generated by your Refresh Token, it 
1655 will remove the Refresh Token from your password file, forcing you to get 
1656 a new one, by getting an Access Code first, and granting authorization to
1657 Alpine to access your email once again.
1660 This implementation of XOAUTH2 knows the list of servers that it can 
1661 access using the same credentials, so Alpine will be able to read and send 
1662 emails using the same Access Token. You will not have to create 
1663 Access and Refresh Tokens for the IMAP and SMTP servers separately.
1666 &lt;End of help&gt;
1667 </BODY>
1668 </HTML>
1669 ====== h_tls_failure_details ======
1670 <HTML>
1671 <HEAD>
1672 <TITLE>Certificate Validation Details</TITLE>
1673 </HEAD>
1674 <BODY>
1675 <H1>Certificate Validation Details</H1>
1677 This screen gives details as to why the certificate validation failed: the
1678 name of the desired server system; the reason for failure; and the name on
1679 the certificate.  This is primarily of interest to experts.
1682 &lt;End of help&gt;
1683 </BODY>
1684 </HTML>
1685 ====== h_tls_failure ======
1686 <HTML>
1687 <HEAD>
1688 <TITLE>TLS or SSL Failure</TITLE>
1689 </HEAD>
1690 <BODY>
1691 <H1>TLS or SSL Failure</H1>
1693 An attempt was made to establish a secure, encrypted connection to the
1694 server system using either Transport Layer Security (TLS) or the older
1695 Secure Sockets Layer (SSL).  This attempt failed.
1698 You should contact your server system management for more assistance.
1699 The problem is probably at the server system and not in Alpine or your local
1700 system.  The text in this screen may be helpful for the server system
1701 management in debugging the problem,
1704 &lt;End of help&gt;
1705 </BODY>
1706 </HTML>
1707 ====== h_tls_validation_failure ======
1708 <HTML>
1709 <HEAD>
1710 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1711 </HEAD>
1712 <BODY>
1713 <H1>TLS and SSL Certificate Validation Failures</H1>
1715 An attempt was made to establish a secure, encrypted connection to the
1716 server system using either Transport Layer Security (TLS) or the older
1717 Secure Sockets Layer (SSL).
1720 An important part of this procedure is server certificate validation.  A
1721 server certificate is an &quot;electronic identification card&quot; for the server
1722 system that is signed by a well-known certificate authority (CA).  Alpine
1723 compares the server system identity in the server certificate with the
1724 name of the server system to which it is trying to connect.  Alpine also
1725 verifies that the CA signature is authentic.
1728 Some common failure conditions are:
1731 <UL>
1732   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1733 signed its own certificate.  This does not necessarily indicate anything
1734 bad; the server operators may simply have elected to not purchase a
1735 signed certificate from a certificate authority.
1737   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1738 the signature on the server system is from an unknown certificate authority.
1739 It can also mean that no certificate authority certificates have been
1740 installed on the local UNIX system.
1742   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1743 the same as either of the above two conditions in UNIX Alpine.  Note that
1744 Windows systems typically have a full set of certificate authority
1745 certificates installed, so it is more likely to be a self-signed
1746 certificate than an unknown certificate authority.
1748   <LI> Server name does not match certificate.  This means that the server
1749 presented a proper signed certificate for a name other than the desired
1750 name.
1751 </UL>
1754 Any of these conditions can indicate that you are being attacked and have
1755 been directed to an imposter server that will record your password and
1756 your private mail messages.  It can also mean something innocuous.
1759 If you are certain that the problem is innocuous, you can append the
1760 option
1763 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1766 to the server system name where it appears in your configuration (e.g. the
1767 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1768 a folder-collection, or a news or SMTP server).  This will
1769 disable certificate validation.  On the other hand, if you are attacked,
1770 you will get no warning if you do this.
1772 <P> When you get an error indicating a self-signed certificate from the 
1773 remote server, you can download and install the certificate for that 
1774 server. Avoid using the /NoValidate-Cert modifier. Alpine cannot help you 
1775 with this process because certificates are part of the system and are not 
1776 under the control of the user. Find directions on how to download and 
1777 install certificates for your system using your favorite search engine.
1780 &lt;End of Cert Validation Failures help&gt;
1781 </BODY>
1782 </HTML>
1783 ====== h_oauth2_start ======
1784 <HTML>
1785 <HEAD>
1786 <TITLE>Setting up XOAUTH2 Authentication</TITLE>
1787 </HEAD>
1788 <BODY>
1789 <H1>Setting up XOAUTH2 Authentication</H1>
1791 You are trying to connect to a server that uses the XOAUTH2 method of
1792 authentication.
1795 In order to set this up, you need to authenticate in the target server
1796 and authorize Alpine to access your email account.
1799 After you have authorized Alpine, the server will generate an
1800 &quot;access code.&quot; In order to use this code, press 'C'
1801 and copy and paste this code back into Alpine.
1804 After you have input the code, Alpine will conclude logging you into your
1805 account.
1808 &lt;End of setting up XOAUTH2 Authentication help&gt;
1809 </BODY>
1810 </HTML>
1811 ====== h_release_tlscerts ======
1812 <HTML>
1813 <HEAD>
1814 <TITLE>TLS and SSL usage note</TITLE>
1815 </HEAD>
1816 <BODY>
1817 <H1>TLS and SSL usage note</H1>
1820 When using Alpine from Unix or Windows 2000,
1821 server certificates must be signed by a trusted certificate authority.
1822 You may relax this requirement (at the cost of some security) by using
1824 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
1825 modifier in the mailbox name.
1828 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
1831 The fully-qualified host name of the server should be used
1832 so that it matches the host name in the server certificate.
1834 Here is an example of a host specification that directs Alpine to use
1835 the SSL port (993) and an encrypted data stream.
1837 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
1839 &lt;End of TLS usage help&gt;
1840 </BODY>
1841 </HTML>
1842 ====== h_news_config ======
1843 <HTML>
1844 <HEAD>
1845 <TITLE>Alpine Configuration</TITLE>
1846 </HEAD>
1847 <BODY>
1848 <H1>Alpine Configuration</H1>
1850 <H2>Using Environment Variables</H2>
1852 The values of Alpine configuration options may include environment variables
1853 that are replaced by the value of the variable at the time Alpine is run
1854 (and also at the time the config option is changed).
1855 The syntax to use environment variables is a subset of the common Unix
1856 shell dollar-syntax.
1857 For example, if
1859 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
1861 appears in the value of an Alpine configuration option it is looked up in the
1862 envirom ent (using getenv(&quot;VAR&quot;)) and its
1863 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
1864 To include a literal dollar sign you may precede the dollar sign with another
1865 dollar sign.
1866 In other words, if the text
1868 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
1870 is the value of a configuration option, it will be expanded to
1872 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1874 and no environment lookup will be done.
1875 For Unix Alpine it will also work to use a backslash character to
1876 escape the special meaning of the dollar sign, but $$ is preferable since
1877 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1878 to be in a shared configuration file.
1881 This all sounds more complicated than it actually is.
1882 An example may make it clearer.
1883 Unfortunately, the way in which environment variables are set is OS-dependent 
1884 and command shell-dependent.
1885 In some Unix command shells you may use
1887 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1888    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1890 Now, if you use Alpine's Setup/Config screen to set
1892 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1894 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1895 so that this would be equivalent to
1897 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1899 Note, environment variable substitution happens after configuration
1900 options that are lists are split into the separate elements of the list,
1901 so a single environment variable can't contain a list of values.
1904 The environment variable doesn't have to be the only thing
1905 after the equal sign.
1906 However, if the name of the variable is not at the end of the line or
1907 followed by a space (so that you can tell where the variable name ends),
1908 it must be enclosed in curly braces like
1910 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1912 It is always ok to use the braces even if you don't need to.
1914 It is also possible to set a default value for an environment variable.
1915 This default value will be used if the environment variable is not
1916 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1917 The syntax used to set a default value is
1919 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1921 If the config file contains
1923 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1925 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1926 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1927 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1928 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1929 the default value.
1930 (Note that the variable is called &quot;personal-name&quot; in the config
1931 file but is displayed in the config screen as
1932 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1933 In general, the value that goes into a config file is never exactly the
1934 same as the value you see on the screen.)
1937 An example where an environment variable might be useful is the
1938 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1939 Suppose most users used the server
1941 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1943 but that there were some exceptions who used
1945 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1947 In this case, the system manager might include the following line in
1948 the systemwide default Alpine configuration file
1950 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1952 For the exceptional users adding
1954 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1956 to their environment should work.
1958 Another example might be the case where a user has to use a different
1959 SMTP server from work and from home.
1960 The setup might be something as simple as
1962 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1964 or perhaps a default value could be given.
1965 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1966 a list of SMTP servers.
1969 <H2>Configuration precedence</H2>
1971 There are several levels of Alpine configuration.  Configuration values at
1972 a given level override corresponding values at lower levels.  In order of
1973 increasing precedence:
1975 <UL>
1976  <LI> built-in defaults
1977  <LI> system-wide
1978 <!--chtml if pinemode="os_windows"-->
1979       config file from command line or provided
1980       by "PINECONF" environment variable
1981 <!--chtml else-->
1982       pine.conf file
1983 <!--chtml endif-->
1984  <LI> personal configuration file
1985  <LI> personal exceptions configuration file
1986  <LI> command-line options
1987  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1988  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1989 </UL>
1991 The values in both the personal configuration file and the
1992 <A HREF="h_config_exceptions">exceptions</A>
1993 configuration file may be set using the Setup command.
1994 Setup/Config is the command to change most of the personal configuration
1995 options.
1996 The other Setup subcommands are also used to change the configuration,
1997 for example, Setup/AddressBook, Setup/Rules, and so on.
1998 Changing the personal exceptions configuration is very similar.
1999 To change a value in the Config screen you would use the command
2000 Setup/eXceptions/Config.
2001 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
2003 There are a couple exceptions to the rule that configuration values are replaced
2004 by the value of the same option in a higher-precedence file.
2005 The Feature-List variable has values that are additive, but can be
2006 negated by prepending &quot;no-&quot; in front of an individual feature name.
2007 So for features, each individual feature's value is replaced by the value
2008 of the same feature in a higher-precedence file.
2009 Note that this is done automatically for you when you change these values via
2010 the Setup/Config command.
2011 The other exception to the <EM>replace</EM> semantics happens when you
2012 use <A HREF="h_config_inheritance">configuration inheritance</A>
2013 for option lists.
2016 <H2>File name defaults</H2>
2018 Notes:<P>
2020 <BR> &lt;exe dir&gt; = directory where pine.exe found.
2021 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
2022 <BR> # = default file name is overridable in pinerc.
2023 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
2024 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
2025 <BR> + between the mailcap paths implies that the two files are combined.
2026 <BR> ; between other default paths implies that the first one found is used.
2027 </P>
2028 Alpine looks for most support files in the same directory it finds its
2029 personal configuration file (pinerc).  The -p command-line flag may be
2030 used to specify a particular path name for the pinerc file.  If a
2031 pinerc file does not exist, it will be created (if directory permissions
2032 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
2033 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
2034 file does not exist in either one, it will create one in the first of those
2035 two directories that is writable.  In detail:
2036 <PRE>
2038 PC-Alpine:
2040  executable     &lt;DOS search path&gt;&#92;pine.exe
2041  help index     &lt;exe dir&gt;&#92;pine.ndx
2042  help text      &lt;exe dir&gt;&#92;pine.hlp
2044  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
2045  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
2046  global cfg     $PINECONF
2048  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
2049  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
2050  signature#     &lt;pinerc dir&gt;&#92;pine.sig
2051  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
2052  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
2053  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
2054  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
2055  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
2056  postponed#     $HOME&#92;mail&#92;postpond.mtx
2057  interrupted    $HOME&#92;mail&#92;intruptd
2059 Unix Alpine:
2061  executable     &lt;Unix search path&gt;/pine
2062  persnl cfg     ~/.pinerc
2063  except cfg     ~/.pinercex
2064  global cfg     <!--#echo var="PINE_CONF_PATH"-->
2065  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
2066  local help     <!--#echo var="PINE_INFO_PATH"-->
2068  interrupted    ~/.pine-interrupted-mail
2069  debug          ~/.pine-debugN
2070  crash          ~/.pine-crash
2071  newsrc#        ~/.newsrc
2072  signature#     &lt;pinerc dir&gt;/.signature
2073  addressbook#   &lt;pinerc dir&gt;/.addressbook
2074  postponed#     ~/mail/postponed-msgs
2075  sentmail#      ~/mail/sent-mail
2076  mailcap#       ~/.mailcap + /etc/mailcap
2077                            + /usr/etc/mailcap + /usr/local/etc/mailcap
2078  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
2080  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
2081  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
2082  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
2083  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
2084  password       /etc/passwd
2086 Unix Alpine and PC-Alpine:
2088  .ab*           remote addressbook support files
2089  a[1-9]*        temporary (while Alpine is running) addressbook files
2091 </PRE>
2094 <H2>Mailcap files</H2>
2096 Alpine honors the mailcap configuration system for specifying external
2097 programs for handling attachments.  The mailcap file maps MIME attachment
2098 types to the external programs loaded on your system that can display
2099 and/or print the file.  A sample mailcap file comes bundled with the Alpine
2100 distribution.  It includes comments that explain the syntax you need to
2101 use for mailcap.  With the mailcap file, any program (mail readers,
2102 newsreaders, WWW clients) can use the same configuration for handling
2103 MIME-encoded data.
2106 <H2>MIME-Types files</H2>
2108 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
2109 what Content-Type to use for labeling an attached file, based on
2110 the file extension.  That is, this file provides a mapping between
2111 filename extensions and MIME content-types.
2114 <H2>Environment variables</H2>
2116 PC-Alpine uses the following environment variables:
2117 <DL>
2118 <DT>PINERC</DT>
2119 <DD>Optional path to pinerc file.</DD>
2120 <DT>PINERCEX</DT>
2121 <DD>Optional path to personal exceptions configuration file.</DD>
2122 <DT>PINECONF</DT>
2123 <DD>Optional path to global pine config file.</DD>
2124 <DT>HOME</DT>
2125 <DT>TMPDIR, TMP, or TEMP</DT>
2126 <DT>COMSPEC</DT>
2127 <DT>MAILCAPS</DT>
2128 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
2129 <DT>USER_DICTIONARY</DT>
2130 <DD>Used to specify the file to contain the user's spell check
2131 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
2132 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
2133 </DL>
2135 Unix Alpine uses the following environment variables:
2136 <DL>
2137 <DT>TERM</DT>
2138 <DD>Tells Alpine what kind of terminal is being used.</DD>
2139 <DT>DISPLAY</DT>
2140 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
2141 <DT>SHELL</DT>
2142 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
2143 <DT>TMPDIR, TMP, or TEMP</DT>
2144 <DT>MAILCAPS</DT>
2145 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
2146 </DL>
2147 <!--chtml if pinemode="os_windows"-->
2149 <H2>Common PC-Alpine Configuration Problems</H2>
2151 <H3>Configuration settings aren't being saved</H3>
2153 <P>This problem can happen if you run pine from one directory and
2154 then decide to move your pine directory to another location.  PC-Alpine
2155 stores certain variables, including the configuration location, in the
2156 Windows Registry (which you shouldn't ever need to manually edit).  There
2157 are a couple of ways to go about removing or resetting the values in the
2158 registry.
2161 1) Run PC-Alpine's registry value deletion command.  This can be done by
2162 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
2163 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
2164 value to the above command.
2167 2) Tell PC-Alpine where to look for the configuration file.  Configuration
2168 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
2169 option, you can tell PC-Alpine the location of your pinerc.  An example of
2170 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;.
2171 Again, you can use the DOS prompt or the shortcut method explained in (1).
2174 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
2175 set registry values to the current setting, and is therefore useful with
2176 the &quot;-p&nbsp;PINERC&quot; option.
2178 <!--chtml endif-->
2180 &lt;End of Configuration Notes&gt;
2181 </BODY>
2182 </HTML>
2183 ====== h_news_legal ======
2184 <html>
2185 <head>
2186 <TITLE>Alpine Legal Notices</TITLE>
2187 </head>
2188 <body>
2190 <H1>Alpine Legal Notices</H1>
2192 Alpine and its constituent programs are covered by the Apache License Version 2.0.
2196 &lt;End of Alpine Legal Notices&gt;
2197 </BODY>
2198 </HTML>
2199 ===== h_info_on_mbox =====
2200 <HTML>
2201 <HEAD>
2202 <TITLE>Information on mbox driver</TITLE>
2203 </HEAD>
2204 <BODY>
2205 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
2207 Beginning with Pine 4.00 (Pine came before Alpine)
2208 a new INBOX access method is
2209 available as part of the standard configuration.  It is called the
2210 &quot;mbox&quot; driver and it works like this:<P>
2213 <BLOCKQUOTE>
2214 If the file &quot;mbox&quot; exists in the user's home directory, and
2215 is in Unix mailbox format, then when INBOX is opened this file will be
2216 selected as INBOX instead of the mail spool file.  Messages will be
2217 automatically transferred from the mail spool file into the mbox
2218 file.
2219 </BLOCKQUOTE>
2222 The advantage of this method is that, after new mail has been copied
2223 from the system mail spool, all subsequent access is confined to the
2224 user's home directory, which is desirable on some systems.  However, a
2225 possible disadvantage is that mail tools other than those from the
2226 University of Washington will not know to look for mail in the user's
2227 mbox file.  For example, POP or IMAP servers other than those from the
2228 University of Washington, and many &quot;new mail notification&quot;
2229 programs may not work as expected with this driver enabled.<P>
2231 To disable this behavior, either remove/rename the &quot;mbox&quot;
2232 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
2233 option in Setup/Config
2234 and add &quot;mbox&quot; to it:
2236 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
2238 &lt;End of help on this topic&gt;
2239 </BODY>
2240 </HTML>
2241 ===== h_info_on_locking =====
2242 <HTML>
2243 <HEAD>
2244 <TITLE>FAQs on Alpine Locking</TITLE>
2245 </HEAD>
2246 <BODY>
2247 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
2249 There is an extensive section on locking in the Alpine technical notes;
2250 this information is intended to provide answers to some common questions:<P>
2251 <OL>
2252 <LI> Why did locking change in Pine 4.00?<BR>
2253 The actual locking mechanisms did not change in 4.00.
2254 What changed is that when one particular locking mechanism used by Alpine 
2255 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
2256 failure would occur, but no warning was issued.<P>
2258 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
2259 Yes.  It means that Alpine was unable to create a lockfile in the
2260 spool directory, generally because of overly restrictive protections on the
2261 spool directory.  The correct permissions on the spool directory for
2262 running Alpine are 1777, i.e. read-write-execute permission for everyone,
2263 with the sticky-bit set, so only owners of a file can delete them.<P>
2265 <LI> Why does Alpine require that the mail spool directory have 1777
2266    protections?<BR>
2267 Alpine was designed to run without special privileges.  This means that in
2268 order to create a lockfile in the spool directory, it is necessary to have
2269 the spool directory permissions be world-writable.<P>
2271 <LI> Can't you create the lockfile somewhere else?<BR>
2272 No.  The lockfile in question must be in the mail spool directory, because
2273 that's where the mail delivery program expects to find it, and the purpose
2274 of the file is to coordinate access between the mail client (Alpine) and the
2275 mail delivery program.<P>
2277 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
2278 No.  Remember that the individual mail files in the spool directory are
2279 NOT world-writable, only the containing directory.  Setting the &quot;sticky
2280 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
2281 -- means that only the owner of the file (or root) can delete files in the 
2282 directory.  So the only bad behavior that is invited by the 1777 mode is that 
2283 anyone could
2284 create a random file in the spool directory.  If the spool directory is
2285 under quota control along with home directories, there is little incentive
2286 for anyone to do this, and even without quotas a periodic scan for
2287 non-mail files usually takes care of the problem.  <P>
2289 <LI> Why not run Alpine as setgid mail?<BR>
2290 Alpine was never designed to run with privileges, and to do so introduces a
2291 significant security vulnerability.  For example, if a user suspends Alpine,
2292 the resulting shell will have group privileges.  This is one example of
2293 why we strongly recommend against running Alpine as a privileged program.
2294 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
2295 users
2296 could not test Alpine versions or other mailers that had not been installed
2297 by the system administrators.<P>
2300 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
2301 There are, but they all have different sets of tradeoffs, and not all will
2302 work on all systems.  Some examples:<UL>
2303  <LI> Use lock system calls.  Works fine on a few systems, provided mail
2304    spool is local.   Doesn't work reliably if NFS is used.
2305    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
2306    use the same calls.
2307  <LI> Deliver mail to user's home directory.  An excellent solution, highly
2308    recommended -- but one which is incompatible with some &quot;legacy&quot; 
2309 mail tools that always look in the spool directory for the mail.
2310 </UL><P>
2312 <LI> Are these spool directory lock files the only kinds of locks used by
2313    Alpine?<BR>
2314 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
2315 mailbox format folders, these are used to coordinate access between
2316 multiple Alpine sessions.  <P>
2318 <LI> What about the 
2319 <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>
2320 This is for people who are content to live dangerously, or who have
2321 specific knowledge that the spool directory lockfiles are superfluous on
2322 their system (because both Alpine and the mail delivery program are using 
2323 system call file locking in a context that works reliably, e.g. not NFS.)<P>
2325 <LI> Where can I find more details on how Alpine locking works?<BR>
2326 See the Alpine Technical Notes.<P>
2328 </OL>
2330 &lt;End of help on this topic&gt;
2331 </BODY>
2332 </HTML>
2333 ===== h_finding_help ====
2334 <HTML>
2335 <HEAD>
2336 <TITLE>Finding more information and requesting help</TITLE>
2337 </HEAD>
2338 <BODY>
2339 <H1>Places to Look for More Answers</H1>
2340 If you have questions about or problems with Alpine that you cannot resolve 
2341 after consulting the program's internal, context-sensitive help screens, here 
2342 are additional information resources that you may find helpful:
2344 <UL>
2345   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
2347   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
2349   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
2350 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
2351   since the last version, which may be useful for you to be aware of, 
2352 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
2353 a change in the way an aspect of Alpine works.  There, you will also find notes 
2354 on Alpine configuration.<P>
2355 <!--
2356   <LI> The main site for Alpine contains information on configuring and solving problems
2357        with Alpine, it can be found at
2359 <CENTER><A HREF="http://alpine.x10host.com/alpine/">http://alpine.x10host.com/alpine/</A></CENTER>  
2361   <LI> The Alpine Information Center (maintained by the University of
2362            Washington) World Wide Web site contains, among other things
2363            <UL>
2364            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
2365            <LI>an overview of the basics for beginning Alpine users
2366            <LI>Technical Notes for systems administrators
2367            <LI>archives (including a searchable index) of the alpine-info 
2368 mailing list, on which matters of interest to systems/email administrators,
2369 developers, trainers, user support personnel, and others involved with Alpine 
2370 messaging on a &quot;technical&quot; level are discussed.
2371 </UL>
2372         The Alpine Information Center can be accessed with a WWW browser at:<P>
2373             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
2374 </UL>
2375 <P><HR WIDTH="75%">
2376 <H1>Requesting help</H1>
2377 If the internal help, the Release Notes, the Alpine Information Center, and your 
2378 local online and print resources do not help you resolve a problem, please
2379 start by contacting your local computer support staff and asking for help.
2381 This is especially true if:
2382 <ul>
2383   <li>You suddenly have trouble sending or receiving mail.
2384   <li>You receive a "disk quota exceeded" message.
2385   <li>You have forgotten your password.
2386   <li>You think your account may have been compromised.
2387   <li>You need help viewing an attachment.
2388   <li>You need to know how to configure your:
2389       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
2390       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
2391       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
2392       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
2393   <li>You want to know what alternative editors or spellcheckers you may be able to use.
2394   <li>You want to block email from a particular person.
2395   <li>You're going on vacation and need to autorespond to incoming mail.
2396   <li>You want to automatically file or filter incoming messages.
2397 </ul>
2399 In all of these cases,
2400 you should contact <B>your</B> support staff, because <B>only they</B> 
2401 will be able to assist you effectively. Your support staff may be, depending on who 
2402 provides you with the email account you use Alpine with, for example:<UL>
2403 <LI> the computing help desk of (a department of) your university, school, 
2404 employer, ... ; or
2405 <LI> the customer service center of your Internet Service Provider; or
2406 <LI> the friendly volunteer helpers of your Freenet; or
2407 <LI> the person who setup your computer and internet connection.
2408 </UL>
2410 Due to the large number of Alpine installations worldwide, and because we
2411 receive no funding for it, the University of Washington <B>cannot provide 
2412 individual support services outside the University of Washington</B>.
2414 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
2415 newsgroup can be a valuable source of information and assistance for Alpine 
2416 user issues.
2418 For systems/email administrators, developers, trainers, user support
2419 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
2420 level, the mailing list alpine-info is available; for information on
2421 subscribing and posting to it, see
2423 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
2426 Regardless of whom you are asking for help with Alpine, remember 
2427 to provide as much detail as you can about the
2428 nature of any problem you are encountering, such as
2429 <UL>
2430 <LI>when it first occurred;
2431 <LI>what, if anything, happened that might have brought it about;
2432 <LI>whether it still persists;
2433 <LI>whether it is reproducible, and if so, how;
2434 <LI>what, if anything, you already tried to solve it.
2435 </UL> 
2436 It may also be helpful if you specify what version of Alpine you are using 
2437 <!--chtml if pinemode="running"-->
2438 -- this is <!--#echo var="ALPINE_VERSION"--> --
2439 <!--chtml endif-->
2440 and on what system, and when the copy of Alpine you are using was created
2441 <!--chtml if pinemode="running"-->
2442 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
2443 <!--chtml endif-->
2445 <!--chtml if pinemode="running"-->
2446 <P>   
2447 When the Alpine program you are currently using was installed, a support
2448 contact email address may have been set up; in that case, you can simply select
2449 this link now to send a message to it:<BR>
2450 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
2451 <!--chtml endif-->
2452 <!--chtml if [ -r PINE_INFO_PATH ]-->
2453 <HR WIDTH="75%">Local Support Contacts:<P>
2454 <!--#include file="PINE_INFO_PATH"-->
2455 <HR WIDTH="75%">
2456 <!--chtml endif-->
2457 <P> 
2458 &lt;End of help on this topic&gt;
2459 </BODY>
2460 </HTML>
2461 ===== new_user_greeting ======
2462 <HTML>
2463 <HEAD>
2464 <TITLE>NEW USER GREETING</TITLE>
2465 </HEAD>
2466 <BODY>
2467 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2468 <BR>
2469 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2470 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
2471 select Setup/Config to see many of the options available to you. Also note
2472 that all screens have context-sensitive help text available.<P>
2473 <!--chtml if pinemode="phone_home"-->
2474 SPECIAL REQUEST:
2475 This software was originally created and maintained as a public
2476 service by the University of Washington until 2009; updates are made 
2477 available as a public service of the Alpine community. It is always 
2478 helpful to have an idea of how many users are using Alpine. Are you 
2479 willing to be counted as an Alpine user? Pressing 
2480 <A HREF="X-Alpine-Phone-Home:">Return</A>
2481 will send an anonymous (meaning, your real email address will not be revealed) 
2482 message to the Alpine developers for purposes of tallying.
2484 <!--To Exit this screen and continue your Alpine session press "E".-->
2485 <!--chtml else-->
2486 To Exit this screen and continue your Alpine session press "Return".
2487 <!--chtml endif-->
2488 </BODY>
2489 </HTML>
2490 ===== new_alpine_user_greeting ======
2491 <HTML>
2492 <HEAD>
2493 <TITLE>NEW ALPINE USER GREETING</TITLE>
2494 </HEAD>
2495 <BODY>
2496 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2497 <BR>
2498 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2499 Your Alpine configuration file indicates that you may have used Pine before
2500 but not Alpine.
2501 If you are familiar with the way Pine works, you should be comfortable
2502 using Alpine.
2503 Your Pine configuration file is automatically used for Alpine.
2504 The Release Notes may be viewed by pressing 
2505 &quot;R&quot; now or while in the MAIN MENU.
2507 <!--chtml if pinemode="phone_home"-->
2508 SPECIAL REQUEST:
2509 This software was originally created and maintained as a public
2510 service by the University of Washington until 2009; updates are made 
2511 available as a public service of the Alpine community. It is always 
2512 helpful to have an idea of how many users are using Alpine. Are you 
2513 willing to be counted as an Alpine user? Pressing 
2514 <A HREF="X-Alpine-Phone-Home:">Return</A>
2515 will send an anonymous (meaning, your real email address will not be revealed) 
2516 message to the Alpine developers for purposes of tallying.
2518 <!--To Exit this screen and continue your Alpine session press "E".-->
2519 <!--chtml else-->
2520 To Exit this screen and continue your Alpine session press "Return".
2521 <!--chtml endif-->
2522 </BODY>
2523 </HTML>
2524 ===== new_version_greeting ======
2525 <HTML>
2526 <HEAD>
2527 <TITLE>NEW VERSION GREETING</TITLE>
2528 </HEAD>
2529 <BODY>
2530 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2531 <BR>
2532 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
2533 Your Alpine configuration file indicates that you may not have used 
2534 this version of Alpine before.  This version's significant changes are
2535 documented in the Release Notes, which may be viewed by pressing 
2536 &quot;R&quot; now or while in the MAIN MENU.
2538 <!--chtml if pinemode="phone_home"-->
2539 SPECIAL REQUEST:
2540 This software was originally created and maintained as a public
2541 service by the University of Washington until 2009; updates are made 
2542 available as a public service of the Alpine community. It is always 
2543 helpful to have an idea of how many users are using Alpine. Are you 
2544 willing to be counted as an Alpine user? Pressing 
2545 <A HREF="X-Alpine-Phone-Home:">Return</A>
2546 will send an anonymous (meaning, your real email address will not be revealed) 
2547 message to the Alpine developers for purposes of tallying.
2549 <!--To Exit this screen and continue your Alpine session press "E".-->
2550 <!--chtml else-->
2551 To Exit this screen and continue your Alpine session press "Return".
2552 <!--chtml endif-->
2553 </BODY>
2554 </HTML>
2556 ===== main_menu_tx ======
2557 <HTML>
2558 <HEAD>
2559 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
2560 </HEAD>
2561 <BODY>
2562 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
2563 <DIV ALIGN=CENTER>
2564 Version <!--#echo var="ALPINE_VERSION"-->
2565 <!--chtml if pinemode="running"-->
2566 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
2567 <!--chtml endif-->
2568 </DIV>
2569 <CENTER>Copyright 2013-2020 Eduardo Chappa,
2570 <BR>Copyright 2006-2008 University of Washington.
2571 </CENTER>
2574 When you are viewing a help screen, there may be links to
2575 other topics highlighted (in Reverse video) in the text.
2576 Here is an example.
2577 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
2578 highlighted.
2579 If you type carriage return (or V for View Link, see the commands at the
2580 bottom of the screen) you will be taken to a new help screen to view the
2581 Introduction.
2582 The commands at the bottom of the screen should then include
2583 &quot;P Prev Help&quot;.
2584 If you type &quot;P&quot; you will end up back here.
2585 If you type &quot;E&quot; for Exit, you will be back out of help and returned
2586 to the place you were in Alpine when you entered Help.
2587 In this case, you would go back to the MAIN MENU.
2588 There are also other links that are highlighted in bold (or the color used
2589 by your terminal to display bold).
2590 The items after the Introduction in the TABLE OF CONTENTS are all examples
2591 of such links.
2592 In order to view those links, you first have to make the link you want
2593 to view the current link.
2594 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
2595 (see bottom of screen) can do that for you.
2598 <H2>TABLE OF CONTENTS</H2>
2599 <OL>
2600   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
2601   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
2602 <!--chtml if [ -r PINE_INFO_PATH ]-->
2603   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
2604 <!--chtml endif-->
2605   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
2606   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
2607   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
2608   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
2609   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
2610   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
2611   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
2612   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
2613   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
2614   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
2615   <LI> <A HREF="h_mainhelp_folders">Folders</A>
2616   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
2617   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
2618   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
2619   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
2620   <LI> <A HREF="h_mainhelp_roles">Roles</A>
2621   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
2622   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
2623   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
2624   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
2625   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
2626   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
2627   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
2628   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
2629   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
2630 </OL>
2633 &lt;End of help on this topic&gt;
2634 </BODY>
2635 </HTML>
2636 ===== h_mainhelp_intro ======
2637 <HTML>
2638 <HEAD>
2639 <TITLE>Introduction</TITLE>
2640 </HEAD>
2641 <BODY>
2642 <H1>Introduction</H1>
2644 Alpine is an &quot;Alternatively Licensed Program for Internet
2645 News and Email&quot; produced until 2009 by the University of Washington.
2646 It is intended to be an easy-to-use program for
2647 sending, receiving, and filing Internet electronic mail messages and
2648 bulletin board (Netnews/Usenet) messages. Alpine supports the following
2649 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
2650 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
2651 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
2652 Directory Access Protocol).<p>
2654 Although originally designed for inexperienced email users, Alpine has
2655 evolved to support many advanced features.  There are an ever-growing
2656 number of configuration and personal-preference options, though which of
2657 them are available to you is determined by your local system managers. 
2659 <H2>WHAT ALPINE DOES...</H2>
2661 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
2662 allows you to
2663 compose and read messages using Internet mail standards.  (Whether you
2664 can correspond with others on the Internet depends on whether or not your
2665 computer is connected to the Internet.)  Alpine also allows reading and
2666 posting messages on the Internet &quot;net news&quot; system, provided
2667 that your site operates a suitable news server.
2669 <H2>WHAT ALPINE DOES NOT DO...</H2>
2671 A &quot;mail user agent&quot; such as Alpine is just one part of a
2672 messaging system. Here are some things that are <B>not</B> done by Alpine,
2673 but require other programs:<P>
2674 <UL>
2675  <LI> Actual relaying of email... which is done by &quot;message transfer 
2676 agents&quot;.
2677  <LI> Vacation messages... automatically responding to incoming messages
2678  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
2679 email.
2680  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
2681  <LI> List processing... resending one message to a list of recipients.
2682 </UL>
2685 &lt;End of help on this topic&gt;
2686 </BODY>
2687 </HTML>
2689 ===== h_mainhelp_pinehelp ======
2690 <HTML>
2691 <HEAD>
2692 <TITLE>Alpine Help</TITLE>
2693 </HEAD>
2694 <BODY>
2695 <H1>Alpine Help</H1>
2697 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
2698 use will have its own help text, explaining the choices available for that
2699 screen. This general help section, on the other hand, attempts to give an 
2700 overall picture of what Alpine is capable of doing, as well as pointers to 
2701 additional help sections about specific topics.<p>
2703 Much of the help text contains links to further help topics, similar to
2704 how the World Wide Web works.
2705 You may choose a link to view using the &quot;NextLink&quot; and
2706 &quot;PrevLink&quot; commands to change the link that is highlighted.
2707 The &quot;View Link&quot; command will then show you the highlighted link.
2708 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
2709 will return you to where you were before viewing the link, and &quot;Exit Help&quot
2710 will return you to the location in Alpine before you asked for help.
2711 For example, if you are reading this text in Alpine you may return to the
2712 help table of contents with the &quot;Prev Help&quot; command or you may view the
2713 Release notes link in the next paragraph and then return here with
2714 &quot;Prev Help&quot;.
2717 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
2718 on the current Alpine version are also available from the MAIN MENU: Press
2719 <!--chtml if pinemode="function_key"-->
2720 &quot;F9&quot;
2721 <!--chtml else-->
2722 &quot;R&quot;
2723 <!--chtml endif-->
2724 to browse the release notes.  These include changes since the last release,
2725 configuration information, the history of the Alpine
2726 project, credits, and legal notices.
2728 Alpine releases are available via the world wide web at
2730 <CENTER><SAMP><A 
2731 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
2732 ></CENTER>
2735 If you would like to print <EM>all</EM> of Alpine's internal help text
2736 (not recommended) for a little light bedtime reading, then press
2737 <!--chtml if pinemode="function_key"-->
2738 &quot;F12&quot;
2739 <!--chtml else-->
2740 &quot;Z&quot;
2741 <!--chtml endif-->
2742 now.  (This assumes that the
2743 copy of Alpine you are using has been properly configured for printing
2744 at your site.)
2746 &lt;End of help on this topic&gt;
2747 </BODY>
2748 </HTML>
2749 ===== h_mainhelp_localsupport ======
2750 <HTML>
2751 <HEAD>
2752 <TITLE>Local Support Contacts</TITLE>
2753 </HEAD>
2754 <BODY>
2755 <H1>Local Support Contacts</H1>
2757 <!--chtml if [ -r PINE_INFO_PATH ]-->
2758 <!--#include file="PINE_INFO_PATH"-->
2759 <!--chtml else-->
2760 No Local Support Contacts configured.
2761 <!--chtml endif-->
2764 &lt;End of help on this topic&gt;
2765 </BODY>
2766 </HTML>
2768 ===== h_mainhelp_cmds ======
2769 <HTML>
2770 <HEAD>
2771 <TITLE>Giving Commands in Alpine</TITLE>
2772 </HEAD>
2773 <BODY>
2774 <H1>Giving Commands in Alpine</H1>
2776 Unless configured otherwise
2777 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2778 the bottom two lines of the screen are always used to list the
2779 commands you can give.  You press the keys that are highlighted to give
2780 the command.  The commands for getting help and going back to the main
2781 menu are always present (except when viewing help as you are now).
2782 <!--chtml if pinemode="function_key"-->
2783 <!--chtml else-->
2785 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2786 you see at the bottom of any screen. In some cases there are 3 or
2787 even 4 different
2788 sets of keys that can be seen by using the O key. <EM>All commands are 
2789 active</EM>, even if they are not currently showing at the bottom of your 
2790 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2791 remind yourself of the proper key to press to perform an operation.
2793 <H2>Control Key Commands</H2>
2794 When composing mail, and in a few other places, in Alpine you
2795 have to use Control keys. This means pressing the Control key (usually labeled 
2796 &quot;Ctrl&quot;) and the
2797 letter indicated at the same time.  Usually, this is shown with a
2798 &quot;^&quot; in front of the letter.  On some systems, certain control
2799 characters are intercepted before they get to Alpine.  As a work-around,
2800 you can press the ESCAPE key twice followed by the desired key.  For
2801 example, if Ctrl-O (^O) does not work on your system, try typing
2802 &quot;ESC ESC O&quot;.
2803 <!--chtml endif-->
2804 <H2>Paging Up and Down</H2>
2805 The &quot;+&quot; and &quot;-&quot; keys are used for
2806 moving to the next or previous page.  The space bar is a synonym for
2807 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2808 up as you do in the message composer.  On screens with a WhereIs (search)
2809 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2810 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2811 of the message or list.
2813 <H2>Return Key</H2>
2814 The return key is usually a synonym for a frequently used
2815 command.  When viewing a message, there is currently not a default
2816 command, so RETURN does nothing; when in the index, it is synonymous with
2817 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2818 enclosed in square brackets [] is the same as the return key.
2820 <H2>Control Keys Not Used By Alpine</H2>
2821 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2822 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2823 at prompts for file/folder names, control keys must be used for editing and 
2824 navigation functions.
2827 Alpine has used nearly all the control keys available.  There are, however,
2828 certain control keys that are reserved by other programs or for technical
2829 reasons.  Alpine does not use any of these keys:
2830 <DL>
2831  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
2832  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
2833  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
2834 </DL>
2836 Note: Ctrl-S and Ctrl-Q can be subject to 
2837 <A HREF="h_special_xon_xoff">special handling</A>.
2839 In addition, while the ESC key alone is not used for command input,
2840 Alpine will recognize two consecutive ESC key presses followed by a letter 
2841 key as a substitute for control key input.  For example, the control key
2842 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
2843 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
2844 This is useful if the communication program you are using
2845 (e.g. Telnet) has its own, conflicting, idea of what certain control
2846 characters mean.
2849 <H2>Repainting the Screen</H2>
2850 Sometimes what is displayed on the screen will be
2851 incorrect due to noise on the phone line or other causes and you will want
2852 to repaint the whole screen to make it correct.  You can use the Ctrl-L
2853 command to do this.  It never hurts to do it when in doubt.
2856 &lt;End of help on this topic&gt;
2857 </BODY>
2858 </HTML>
2859 ===== h_mainhelp_status ======
2860 <HTML>
2861 <HEAD>
2862 <TITLE>Titlebar Line</TITLE>
2863 </HEAD>
2864 <BODY>
2865 <H1>Titlebar Line</H1>
2867 The top line of the screen is Alpine's titlebar line.  It will always display
2868 the current version of Alpine and will also convey information about the
2869 status of the program.  This is where you look to find out what
2870 collection, folder and message number is active and where you are in Alpine.
2873 If the titlebar line says &quot;READONLY&quot; it means that the open folder
2874 (typically your INBOX) is &quot;locked&quot; by another mail session --
2875 most likely a more recent session of Alpine has taken the INBOX lock.
2878 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2879 access a
2880 folder on a remote mail server, and for some reason, communication with
2881 the mail server has either been lost, or never successfully established.
2882 This can be a result of trying to open a non-existent folder, or one
2883 stored on an invalid or non-operational server, or it can mean that Alpine
2884 has been suspended for more that 30 minutes while accessing a remote mail
2885 server.
2888 &lt;End of help on this topic&gt;
2889 </BODY>
2890 </HTML>
2891 ===== h_mainhelp_mainmenu ======
2892 <HTML>
2893 <HEAD>
2894 <TITLE>Main Menu</TITLE>
2895 </HEAD>
2896 <BODY>
2897 <H1>Main Menu</H1>
2899 The Main Menu lists Alpine's main options.
2900 The key or keys you must type to enter your
2901 choice are to the left of each option or command name.
2902 You can type either uppercase or lowercase letters,
2903 and you should not press &lt;Return&gt; after typing the
2904 letter (unless you are specifically asking for the default,
2905 highlighted command).
2908 From the Main Menu you can choose to read online help, write (compose) and 
2909 send a message, look at an index of your mail messages, open or maintain
2910 your mail folders, update your address book, configure Alpine, and quit Alpine.
2911 There are additional options listed at
2912 the bottom of the screen as well.
2915 The Help command usually returns context-sensitive help information.
2916 However, in the Main Menu you get the most general help, which includes
2917 a Table of Contents.
2918 The last entry in the Table of Contents is an Index of help topics,
2919 so this is a good place to go if you are having trouble finding how
2920 to do something.
2922 <H2>Main Menu Commands</H2>
2923 The Alpine main menu lists the most common Alpine functions. A <a
2924 href="h_main_menu_commands">full list of these
2925 commands</a> and what they do is available.
2927 &lt;End of help on this topic&gt;
2928 </BODY>
2929 </HTML>
2930 ===== h_mainhelp_abooks ======
2931 <HTML>
2932 <HEAD>
2933 <TITLE>Address Books</TITLE>
2934 </HEAD>
2935 <BODY>
2936 <H1>Address Books</H1>
2939 As you use email, you can build a list of your regular email correspondents 
2940 in your Alpine
2941 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2942 screen. Your
2943 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2944 You can use the address book to store email addresses for individuals or
2945 groups, to create easily
2946 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2947 address when you are composing a message.
2949 There are two ways to add addresses to your address book: you can add them 
2950 manually or take them from messages (by pressing T to access the Take command). 
2951 With either method, you specify nicknames for your correspondents. A single 
2952 address book entry (or nickname) can point to just one email address, or, it can
2953 point to more than one. When it points to more than one, it is called a 
2954 distribution list. Each distribution list has a nickname, a full name, and a 
2955 list of addresses. These
2956 addresses may be actual addresses, other nicknames in your address book, or 
2957 other
2958 distribution lists.
2961 Additional information is available in Alpine's online help:
2962 <ul>
2963   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2964 </ul>
2966 &lt;End of help on this topic&gt;
2967 </BODY>
2968 </HTML>
2969 ===== h_mainhelp_ldap ======
2970 <HTML>
2971 <HEAD>
2972 <TITLE>LDAP</TITLE>
2973 </HEAD>
2974 <BODY>
2975 <H1>LDAP</H1>
2977 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2978 an organization's shared
2979 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2980 large address
2981 books, rather like the White Pages provided by the phone company. As an Alpine 
2982 user, it is not
2983 necessary to know much about how this works, only how to use it and how to 
2984 configure
2987 More information on configuring LDAP is available in Alpine's online help:
2988 <ul>
2989   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2990 </ul>
2992 Additional help on using LDAP in Alpine is also available:
2993 <ul>
2994   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2995 </ul>
2997 &lt;End of help on this topic&gt;
2998 </BODY>
2999 </HTML>
3000 ===== h_mainhelp_index ======
3001 <HTML>
3002 <HEAD>
3003 <TITLE>Index of Messages</TITLE>
3004 </HEAD>
3005 <BODY>
3006 <H1>Index of Messages</H1>
3008 In Alpine's message index, the selected message is highlighted. The first 
3009 column on the left is blank, shows a &quot;+&quot; if the message was
3010 sent directly to you (i.e., it is not a
3011 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
3013 The second column may be blank, or it may contain:
3014 <ul>
3015   <li>"N" if the message is new (unread), </li>
3016   <li>"A" if you have answered the message (using the Reply command), </li>
3017   <li>"D" if you have marked the message for deletion.</li>
3018 </ul>
3021 Note: If you answer a message as well as mark it deleted (in either order), 
3022 you will only see the &quot;D&quot;.
3025 The rest of the columns in the message line show you the message
3026 number, date sent, sender, size, and subject. For details, press ? (Help).  
3027 The behavior and appearance of the Index screen is highly configurable.
3028 In the Setup/Config screen search (with the WhereIs command) for options
3029 that contain the words &quot;index&quot; or &quot;thread&quot; to see
3030 many of the configuration possibilities.
3031 In particular, the
3032 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
3033 option may be used to configure the look of the standard MESSAGE INDEX lines
3034 in many different ways.
3035 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
3036 read the help text there for more information.
3038 Most of the commands you need to handle your messages are visible at the
3039 bottom of the screen, and you can press O (OTHER CMDS) to see additional
3040 commands that are available.
3041 You do not need to see these &quot;other commands&quot;
3042 on the screen to use them. That is, you never need to press O as a prefix
3043 for any other command.
3046 Additional information is available in Alpine's online help:
3047 <ul>
3048   <li><a href="h_mail_index">Message Index Commands</a></li>
3049 </ul>
3051 &lt;End of help on this topic&gt;
3052 </BODY>
3053 </HTML>
3054 ===== h_mainhelp_reading ======
3055 <HTML>
3056 <HEAD>
3057 <TITLE>Reading Messages</TITLE>
3058 </HEAD>
3059 <BODY>
3060 <H1>Reading Messages</H1>
3062 The message text screen shows you the text of the message along with
3063 its header. If a message has attachments, those will be listed (but not
3064 displayed) also.  The titlebar line displays information about the currently
3065 open message, folder and collection.  You see the name of the collection
3066 (if there is one) in angle brackets, then the name of the folder, then the
3067 message number and finally the position within the current message (in
3068 percent). If the message is marked for deletion
3069 &quot;DEL&quot; will appear in the
3070 upper right as well.
3073 As with every Alpine screen, the bottom two lines show you the commands 
3074 available.
3076 <P>Additional information is available in Alpine's online help:
3077 <ul>
3078   <li><a href="h_mail_view">Message Text Screen</a></li>
3079   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
3080   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
3081 </ul>
3083 &lt;End of help on this topic&gt;
3084 </BODY>
3085 </HTML>
3086 ===== h_mainhelp_composing ======
3087 <HTML>
3088 <HEAD>
3089 <TITLE>Composing Messages</TITLE>
3090 </HEAD>
3091 <BODY>
3092 <H1>Composing Messages</H1>
3094 To write a message, press C (Compose). You see the Compose Message
3095 screen, which is divided into two parts: the header area and the message
3096 text area. The header area is where information on the recipient (the To:
3097 field) and the subject line go, while the message text area contains the
3098 actual text of the email message. Different commands are available to you
3099 when your cursor is in different areas on this screen. To see additional
3100 help on commands in either the message text or header area, type
3101 <Control>G (Get help).
3104 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
3105 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
3107 <P>The following information from Alpine's online help may prove useful:
3108 <ul>
3109   <li><a href="h_composer_to">Message Header Commands</a></li>
3110   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
3111   <li><a href="h_composer">Composer Commands</a></li>
3112   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
3113   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
3114   <li><a href="h_compose_send">Send Command</a></li>
3115   <li><a href="h_compose_spell">Spell Check Command</a></li>
3116 </ul>
3118 &lt;End of help on this topic&gt;
3119 </BODY>
3120 </HTML>
3121 ===== h_mainhelp_collections ======
3122 <HTML>
3123 <HEAD>
3124 <TITLE>Collection Lists</TITLE>
3125 </HEAD>
3126 <BODY>
3127 <H1>Collection Lists</H1>
3129 Collection lists are Alpine's way of organizing groups of folders. Each
3130 "collection" can reside on a different server, for example, and contain a
3131 different group of mail folders.
3134 For more information on this, see:
3135 <ul>
3136   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
3137 </ul>
3139 Additional information relating to collection lists is also available in 
3140 Alpine's online
3141 help:
3142 <ul>
3143   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
3144   <li><a href="h_collection_screen">Collection List Screen</a></li>
3145 </ul>
3147 &lt;End of help on this topic&gt;
3148 </BODY>
3149 </HTML>
3150 ===== h_mainhelp_folders ======
3151 <HTML>
3152 <HEAD>
3153 <TITLE>Folders</TITLE>
3154 </HEAD>
3155 <BODY>
3156 <H1>Folders</H1>
3158 Messages can quickly accumulate in your INBOX folder. If you use email
3159 often, you soon could have hundreds. You need to delete messages you do
3160 not want, and you can use folders to organize messages you wish to save. A
3161 folder is a collection of one or more messages that are stored (just like
3162 the messages in your INBOX) so you can access and manage them.
3165 You can organize your email messages into different folders by topic,
3166 correspondent, date, or any other category that is meaningful to you. You
3167 can create your own folders, and Alpine automatically provides three:
3168 <ul>
3169   <li>The INBOX folder: messages sent to you are listed in this folder.
3170       When you first start Alpine and go to the Message Index screen, you are
3171 looking at the list of messages in your INBOX folder. Every incoming
3172 message remains in your INBOX until you delete it or save it in another
3173 folder. </li>
3174   <li>The sent-mail folder: copies of messages you send are stored in this 
3175 folder. This is
3176 convenient if you cannot remember whether you actually sent a message and want 
3177 to check, or
3178 if you want to send a message again.</li>
3179   <li>The saved-messages folder: copies of messages you save are stored in this 
3180 folder
3181 unless you choose to save them to other folders you create yourself.</li>
3182 </ul>
3185 More information about folders is available in Alpine's online help:
3186 <ul>
3187   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
3188   <li><a href="h_folder_maint">Help for Folder List</a></li>
3189   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
3190   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
3191 Explained</a></li>
3192   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
3193 </ul>
3195 &lt;End of help on this topic&gt;
3196 </BODY>
3197 </HTML>
3198 ===== h_mainhelp_color ======
3199 <HTML>
3200 <HEAD>
3201 <TITLE>Color</TITLE>
3202 </HEAD>
3203 <BODY>
3204 <H1>Color</H1>
3206 If the terminal emulator you are using is capable of displaying color or if
3207 you are using PC-Alpine, then it is possible to set up Alpine so that various
3208 parts of the display will be shown in colors you configure. This is done
3209 using the Setup Color screen, available from the MAIN MENU by selecting
3210 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
3211 stands for Config in this context).
3214 For example, you may color things like the titlebar, the current item,
3215 the keymenu, and the status messages.
3216 You may also color lines in the index, and headers and quoted text in the
3217 MESSAGE TEXT screen.
3218 You use the Color Setup screen for configuring most of this, but you must
3219 use the IndexColor setup for coloring whole index lines.
3220 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
3223 The following entries in Alpine's online help provide additional information 
3224 about how to use color:
3225 <UL>
3226   <LI> <A HREF="h_color_setup">Color Setup screen</A>
3227   <LI> <A HREF="h_rules_incols">Index Line Color</A>
3228   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
3229   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
3230 </UL>
3232 &lt;End of help on this topic&gt;
3233 </BODY>
3234 </HTML>
3235 ===== h_mainhelp_mouse ======
3236 <HTML>
3237 <HEAD>
3238 <TITLE>Using a Mouse</TITLE>
3239 </HEAD>
3240 <BODY>
3241 <H1>Using a Mouse</H1>
3243 If you are using PC-Alpine mouse support is turned on automatically.
3244 If you are using UNIX Alpine within an X terminal window or within
3245 a terminal emulator that supports an xterm-style mouse, then you may
3246 turn on support for the mouse with the feature
3247 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
3248 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
3250 PC-Alpine offers considerable mouse support.  You can view what is
3251 &quot;clickable&quot; by dragging your mouse over any screen; when the
3252 arrow cursor changes into a hand, you found something. Mouse-click
3253 possibilities include navigating between screens and folders and
3254 double-clicking on hyperlinks to open your Web browser.
3255 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
3256 screen.  Examples of right-click options include &quot;copy&quot; after
3257 selecting text to copy and &quot;View in New Window&quot; when you click
3258 on a particular message in the Message Index. The menu choices available
3259 to you will vary based upon what screen is open, where on the screen your
3260 cursor is located, and even what action you have already taken.
3261 Within a folder, you may set the &quot;Important&quot; flag on any
3262 message.
3264 X terminal mouse support is more limited but still quite powerful.
3265 As with PC-Alpine, clicking on any of the commands in the keymenu at
3266 the bottom of the screen will execute that command as if you typed it.
3267 Double-clicking on a link, for example the link to the
3268 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
3269 will take you to that link.
3270 Double-clicking on an index line will view the message, and so on.
3272 &lt;End of help on this topic&gt;
3273 </BODY>
3274 </HTML>
3275 ===== h_mainhelp_keywords ======
3276 <HTML>
3277 <HEAD>
3278 <TITLE>Keywords</TITLE>
3279 </HEAD>
3280 <BODY>
3281 <H1>Keywords</H1>
3283 Within a folder, you may set the &quot;Important&quot; flag on any
3284 message.
3285 This doesn't have any system-defined meaning and is only called
3286 the Important flag because many users use it to signify that a message
3287 is important to them in some way.
3289 You may also define your own set of keywords.
3290 You might know these as user defined flags or as labels.
3291 These are similar to the Important flag but you choose the names for yourself.
3293 Alpine will only display keywords that
3294 have been added by you in the Flag Details screen or
3295 that have been configured by you using the Setup/Config option
3296 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
3297 Keywords set by other means (for example, by another email client) will not
3298 show up in Alpine unless you configure Alpine to know about them.
3299 They will show up in the Flag Details screen, but will not show up, for example,
3300 in the index line.
3303 The following entries in Alpine's online help provide additional information 
3304 about how to use keywords:
3305 <ul>
3306   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
3307   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
3308 </ul>
3310 &lt;End of help on this topic&gt;
3311 </BODY>
3312 </HTML>
3313 ===== h_mainhelp_roles ======
3314 <HTML>
3315 <HEAD>
3316 <TITLE>Roles</TITLE>
3317 </HEAD>
3318 <BODY>
3319 <H1>Roles</H1>
3321 You may play different roles depending on who you are replying to. For
3322 example, if you are replying to a message addressed to help-desk you may
3323 be acting as a Help Desk Worker. That role may require that you use a
3324 different return address and/or a different signature.
3327 To configure roles, go to the MAIN MENU and use the Setup command
3328 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
3329 The following entries in Alpine's online help provide additional information 
3330 about how to
3331 use roles:
3332 <ul>
3333   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
3334   <li><a href="h_role_select">Roles Screen</a></li>
3335 </ul>
3337 &lt;End of help on this topic&gt;
3338 </BODY>
3339 </HTML>
3340 ===== h_mainhelp_filtering ======
3341 <HTML>
3342 <HEAD>
3343 <TITLE>Filtering</TITLE>
3344 </HEAD>
3345 <BODY>
3346 <H1>Filtering</H1>
3348 The software that actually delivers mail (the stuff that happens
3349 before Alpine is involved) for you is in a better position to do mail filtering
3350 than Alpine itself.
3351 If possible, you may want to look into using that sort of mail filtering to
3352 deliver mail to different folders, delete it, or forward it.
3353 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
3356 Filtering is a way to automatically move certain messages from one folder
3357 to another or to automatically delete messages.
3358 You may also automatically set the state (Important, New, Deleted, Answered) of messages
3359 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
3360 Alpine doesn't have the ability to forward mail to another address or
3361 to deliver vacation messages.
3364 To configure filtering, go to the MAIN MENU and use the Setup command
3365 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
3366 The following entries in Alpine's online help provide additional information 
3367 about how to use filtering:
3368 <UL>
3369   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
3370 </UL>
3372 &lt;End of help on this topic&gt;
3373 </BODY>
3374 </HTML>
3375 ===== h_mainhelp_patterns ======
3376 <HTML>
3377 <HEAD>
3378 <TITLE>Patterns</TITLE>
3379 </HEAD>
3380 <BODY>
3381 <H1>Patterns</H1>
3383 Patterns are used with Roles, Filtering, Index Coloring,
3384 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
3385 The following entries in Alpine's online help provide information 
3386 about using Patterns:
3387 <UL>
3388   <LI> <A HREF="h_rule_patterns">Patterns</A>
3389 </UL>
3391 &lt;End of help on this topic&gt;
3392 </BODY>
3393 </HTML>
3394 ===== h_mainhelp_cmdlineopts ======
3395 <HTML>
3396 <HEAD>
3397 <TITLE>Command Line Options</TITLE>
3398 </HEAD>
3399 <BODY>
3400 <H1>Command Line Options</H1>
3402 Alpine accepts a number of command line arguments, allowing you, for
3403 example, to start Alpine and immediately access a particular folder.
3404 Many of these arguments overlap with options in the Alpine configuration file.
3405 If there is a difference, then an option set on the command line takes
3406 precedence.
3407 Alpine expects command line arguments (other than addresses) to be
3408 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
3409 A <a href="h_command_line_options">full list</a> of command line
3410 possibilities is available.
3412 &lt;End of help on this topic&gt;
3413 </BODY>
3414 </HTML>
3415 ===== h_mainhelp_config ======
3416 <HTML>
3417 <HEAD>
3418 <TITLE>Alpine Configuration</TITLE>
3419 </HEAD>
3420 <BODY>
3421 <H1>Alpine Configuration</H1>
3423 Unless it has been administratively disabled, the Setup command on the
3424 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
3425 The possible subcommands are for general Configuration settings,
3426 Printer settings, Changing your Password, Signature setup,
3427 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
3428 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
3429 and Color configuration.
3430 In particular, the &quot;Config&quot; subcommand has many features you may
3431 set or unset and many other configuration variables that may be set to change
3432 the way Alpine works.
3433 Every one of the hundreds of options available in that configuration settings
3434 screen has help text associated with it.
3435 You may read that text by moving the cursor to highlight the option and then
3436 typing the Help command.
3438 These settings are stored in your personal
3439 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
3440 <A HREF="h_config_remote_config">remotely</A>),
3441 but on shared systems these settings
3442 may be over-ridden by a system-wide control file (due to local site
3443 security or support policies).  A global pine configuration file can also
3444 be used to set default values for all Alpine users on a particular system.
3445 Power users may be interested in splitting their personal configuration
3446 data into two pieces, a generic piece and
3447 <A HREF="h_config_exceptions">exceptions</A> which apply to
3448 a particular platform.
3449 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
3450 General Alpine configuration information can be found
3451 <A HREF="h_news_config">here</A>.
3453 &lt;End of help on this topic&gt;
3454 </BODY>
3455 </HTML>
3456 ===== h_mainhelp_aggops ======
3457 <HTML>
3458 <HEAD>
3459 <TITLE>Aggregate Operations</TITLE>
3460 </HEAD>
3461 <BODY>
3462 <H1>Aggregate Operations</H1>
3464 When you are in the MESSAGE INDEX, the available commands
3465 (for example, Delete, Undelete, Save, Reply, and so on)
3466 normally act on a single message.
3467 So, for example, if you press the Delete command, the currently highlighted
3468 message is marked Deleted.
3469 These commands that normally act on a single message may be applied to
3470 several messages at once instead.
3472 By default this feature is turned on, but it could be administratively turned
3473 off to reduce complexity.
3474 The feature
3475 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
3476 in the Setup/Config screen is used to turn it off or on.
3477 When this feature is turned on, the four commands &quot;Select&quot;,
3478 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
3479 are available.
3480 The two selection commands allow you to mark a set of
3481 messages as being &quot;selected&quot;.
3482 The &quot;ZoomMode&quot; command will toggle between
3483 displaying only the selected messages and displaying all the messages.
3484 The &quot;Apply&quot; command allows you to
3485 apply one of the regular MESSAGE INDEX commands to all of the selected
3486 messages instead of to only the highlighted message.
3488 An example aggregate operation would be to catch up when reading
3489 a news group.
3490 That is, get rid of all the messages in the news group so that you can
3491 start fresh.
3492 The easiest way to do this in Alpine is to use aggregate operations.
3493 You want to Delete all of the messages in the group.
3494 You could start at the top and type &quot;D&quot; once for every message.
3495 A much faster method is to first Select all of the messages in the group,
3496 and then Delete all of them.
3497 This would take four keystrokes:
3499 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
3500 <BR>
3501 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
3503 Another use of Select is to use it for searching for a particular message
3504 or set of messages in a large folder.
3505 You may know that the message was From a certain user.
3506 You could select all messages from that user to start, and use Zoom to
3507 look at only those messages.
3508 If there were still too many messages to look at you could Narrow the
3509 set of messages further by selecting from all of those messages only
3510 the ones that were after a certain date, or contained a particular phrase
3511 in the Subject, or were too a particular address, and so on.
3512 That may be the end of what you are doing, or you may want to use Apply to
3513 Save or Forward or Print all of the selected messages.
3515 Some related help topics are
3516 <UL>
3517 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
3518 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
3519 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
3520 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
3521 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
3522 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
3523 </UL>
3525 &lt;End of help on this topic&gt;
3526 </BODY>
3527 </HTML>
3528 ===== h_mainhelp_readingnews ======
3529 <HTML>
3530 <HEAD>
3531 <TITLE>Reading News</TITLE>
3532 </HEAD>
3533 <BODY>
3534 <H1>Reading News</H1>
3536 <H2>Background</H2>
3537 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
3538 commands as for mail. Similar to mailing lists but existing on a larger scale, 
3539 Usenet newsgroups allow groups of people with common interests to discuss 
3540 particular topics. You might find newsgroups related to your career, or you 
3541 might wish to check out the online discussion among the fans of your favorite 
3542 television show. 
3544 <H2>Configuring Alpine for Reading News</H2>
3545 Alpine often arrives
3546 pre-configured by your system administrator to automatically access the
3547 newsgroups offered by your organization, Internet Service Provider, or
3548 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
3549 need additional details on <a href="h_configuring_news">how to
3550 configure Alpine to read news</a>.
3552 <H2>Accessing Newsgroups</H2>
3553 The first step in reading news is to access the newsgroups collections
3554 screen from Alpine. If everything is configured properly, you should be able
3555 to do this by first typing L (folder List), then selecting the folder
3556 collection listed as "News." The actual name of this collection may differ
3557 from system to system.
3559 <H2>Subscribing to Newsgroups</H2>
3561 Once you have accessed the news collection, you need to subscribe to a
3562 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
3563 will keep a record of the newsgroups in which you are interested and which
3564 articles in those newsgroups have been read.
3566 <H2>Using Newsgroups</H2> 
3567 Alpine uses the similar commands to read news as to read mail. For example,
3568 the D command marks messages as Deleted (or "Dismissed," if you prefer),
3569 and the R command Replies to a news posting. Basically, Alpine allows you to
3570 read news as if it were mail, so you don't need to change the way you
3571 interact with Alpine.
3573 There is also additional Alpine help available on 
3574 <A HREF="h_reading_news">how to use Alpine to read news</A>.
3576 &lt;End of help on this topic&gt;
3577 </BODY>
3578 </HTML>
3579 ===== h_mainhelp_securing ======
3580 <HTML>
3581 <HEAD>
3582 <TITLE>Securing your Alpine Session</TITLE>
3583 </HEAD>
3584 <BODY>
3585 <H1>Securing your Alpine Session</H1>
3587 By default, Alpine will attempt to connect to an IMAP server on the normal
3588 IMAP service port (143).
3589 If the Alpine you are using has been built to
3590 support &quot;Transport Layer Security&quot; (TLS)
3591 and &quot;Secure Sockets Layer&quot; (SSL) 
3592 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
3593 and the server offers the STARTTLS capability, then a secure (encrypted)
3594 session will be established.
3596 When you are connected to a remote folder the titlebar will contain a plus sign
3597 in the far right column if the connection is encrypted using TLS or SSL.
3598 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
3599 if the connection is encrypted.
3601 <H2>More Information on Alpine with SSL and TLS</H2>
3602 <UL>
3603 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
3604 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
3605 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
3606 <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>
3607 </UL>
3608 <H2>Here are some other security-related features and options</H2>
3610 <UL>
3611 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
3612 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
3613 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
3614 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
3615 <LI> <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> option </LI>
3616 </UL>
3618 &lt;End of help on this topic&gt;
3619 </BODY>
3620 </HTML>
3621 ===== h_mainhelp_problems ======
3622 <HTML>
3623 <HEAD>
3624 <TITLE>Reporting Problems</TITLE>
3625 </HEAD>
3626 <BODY>
3627 <H1>Reporting Problems</H1>
3629 We ask that you first read the relevant help screens and then seek
3630 assistance from your own local support staff.  Once you are sure that your
3631 difficulty is not a local configuration problem, you might look at the
3632 help section explaining where to look for
3633 <A HREF="h_finding_help">more information</A> and where to 
3634 get assistance.
3637 <ADDRESS>
3638    Eduardo Chappa &lt;chappa@gmx.com&gt;
3639 </ADDRESS>
3642 &lt;End of help on this topic&gt;
3643 </BODY>
3644 </HTML>
3645 ===== h_main_menu_commands ======
3646 <HTML>
3647 <HEAD>
3648 <TITLE>MAIN MENU COMMANDS</TITLE>
3649 </HEAD>
3650 <BODY>
3651 <H1>MAIN MENU COMMANDS</H1>
3653 <!--chtml if pinemode="function_key"-->
3654 &nbsp;Available&nbsp;Commands&nbsp;--
3655 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
3656 &nbsp;------------------------------
3657 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
3658 ----------<BR>
3659 &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>
3660 &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>
3661 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
3662 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
3663 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
3664 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
3665 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
3666 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
3667 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3668 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3669 &nbsp;F7&nbsp;&nbsp;<A 
3670 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
3671 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3672 &nbsp;F8&nbsp;&nbsp;<A 
3673 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
3674 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
3675 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 
3676 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
3677 &nbsp;F10&nbsp;<A 
3678 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 
3679 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
3680 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3681 &nbsp;F11&nbsp;<A 
3682 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3683 <!--chtml else-->
3684 &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>
3685 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
3686 &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>
3687 &nbsp;C&nbsp;&nbsp;<A 
3688 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>
3689 &nbsp;I&nbsp;&nbsp;<A 
3690 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>
3691 &nbsp;L&nbsp;&nbsp;<A 
3692 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>
3693 &nbsp;A&nbsp;&nbsp;<A 
3694 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
3695 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
3696 &nbsp;S&nbsp;&nbsp;<A 
3697 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 
3698 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3699 &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>
3700 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
3701 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3702 <!--chtml endif-->
3705 NOTE:
3706 <OL>
3707  <LI>For help on a particular command, highlight the bold text associated
3708 with it above and hit Return.
3709  <LI> The availability of certain commands (e.g. some of the options under
3710 SETUP) is determined by Alpine configuration files and system capabilities.
3711 At some sites, certain commands may not be available due to security or
3712 support concerns.
3713 </OL>
3715 &lt;End of help on this topic&gt;
3716 </BODY>
3717 </HTML>
3719 ===== h_command_line_options ======
3720 <HTML>
3721 <HEAD>
3722 <TITLE>COMMAND LINE OPTIONS</TITLE>
3723 </HEAD>
3724 <BODY>
3725 <H1>COMMAND LINE OPTIONS</H1>
3726 Possible starting arguments for Alpine:
3728 <DL COMPACT>
3730 <DT> <EM>[addresses]</EM>
3732 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
3733 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
3734 <EM>Alpine</EM> will startup in
3735 the composer with a message started to the addresses specified.
3736 Once the message is sent, the <EM>Alpine</EM> session closes.
3737 Standard input redirection is allowed.
3738 Separate multiple addresses with a space between them.
3739 Addresses are placed in the &quot;To&quot; field only.
3742 <DT> &lt; <EM>file</EM>
3744 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
3745 into the body of the message.
3746 Once the message is sent, the <EM>Alpine</EM> session closes. 
3749 <DT> -attach <EM>file</EM>
3751 <DD> Go directly into composer with given file attached.
3754 <DT> -attachlist <EM>file-list</EM>
3756 <DD> Go directly into composer with given files attached.
3757 This must be the last option on the command line.
3760 <DT> -attach_and_delete <EM>file</EM>
3762 <DD> Go directly into composer with given file attached, delete when finished.
3765 <DT> -aux <EM>local_directory</EM>
3767 <DD> <EM>PC-Alpine</EM> only.
3768 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3769 files, like debug files, address books, and signature files.  The pinerc may 
3770 be local or remote.
3773 <DT> -bail
3775 <DD> If the personal configuration file doesn't already exist, exit.
3776 This might be useful if the configuration file is accessed using some
3777 remote filesystem protocol. If the remote mount is missing this will cause
3778 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3781 <DT> -c <EM>n</EM>
3783 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3784 This is used when there are multiple folder collections (contexts) and you 
3785 want to open a folder not in the primary collection.
3788 <DT> -conf
3790 <DD> Configuration: Prints a sample system configuration file to the
3791 screen or standard output. To generate an initial system configuration 
3792 file, execute
3794 <PRE><CODE>
3795                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3796 </CODE></PRE>
3799 To generate a system configuration file using settings from an old
3800 system configuration file, execute
3802 <PRE><CODE>
3803                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3804 </CODE></PRE>
3806 A system configuration file is not required.
3809 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3811 <DD> Copy an address book file to a remote address book folder.
3812 If the remote folder doesn't exist, it will be created.
3813 If it exists but the first message in the folder isn't a remote address
3814 book header message, the copy will be aborted.
3815 This flag will not usually be used by a user.
3816 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3817 and copy entries from the local address book by using aggregate Save in
3818 the address book screen.
3821 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3823 <DD> Copy a pinerc configuration file to a remote pinerc folder.
3824 If the remote folder doesn't exist, it will be created.
3825 If it exists but the first message in the folder isn't a remote pinerc
3826 header message, the copy will be aborted.
3827 This flag may be useful to users who already have a local pinerc file and
3828 would like to convert it to a remote pinerc folder and use that instead.
3829 This gives a way to bootstrap that conversion without having to manually
3830 reset all of the variables in the remote pinerc folder.
3833 <DT> -d <EM>debug-level</EM>
3835 <DD> Debug Level:  Sets the level of debugging information written by
3836 <EM>Alpine</EM>.
3837 <EM>debug-level</EM> can be set to any integer 0-9.
3838 A debug level of 0 turns off debugging for the session.
3839 (Actually there are some levels higher than 9, but you probably don't
3840 want to see them.)
3843 <DT> -d <EM>keywords</EM>
3845 <DD> You may use a more detailed version of the debugging flag to set
3846 the debug level in separate parts of <EM>Alpine</EM>.
3847 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
3848 verbose=0..9.
3849 <EM>Flush</EM> causes debugging information to be flushed immediately to
3850 the debug file as it is written.
3851 <EM>Verbose</EM> is the general debugging verbosity level.
3852 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
3853 is useful when you are trying to figure out what is responsible for delays.
3854 <EM>Numfiles</EM> sets the number of debug files saved.
3855 <EM>Imap</EM> sets the debug level for the debugging statements related
3856 to the conversation with the IMAP server, and more generally, for the
3857 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
3858 <EM>Tcp</EM> turns on some TCP/IP debugging.
3861 <DT> -f <EM>folder</EM>
3863 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
3864 of the standard INBOX.
3867 <DT> -F <EM>file</EM>
3869 <DD> Open named text file for viewing and forwarding.
3872 <DT> -h
3874 <DD> Help:  Prints the list of available command-line arguments to the
3875 screen.
3878 <DT> -i
3880 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3881 screen instead of the MAIN MENU.
3884 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3887 <DT> -I <EM>a,b,c,...</EM>
3889 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3890 sequence of commands upon startup.
3891 This allows users to get <EM>Alpine</EM> to start in any
3892 of its menus/screens.
3893 You cannot include any input to the composer in the initial keystrokes.
3894 The key &lt;Return&gt; is represented by a ``CR'' in
3895 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3896 Control keys are two character sequences beginning with ``^'', such as
3897 ``^I''.
3898 A tab character is ``TAB''.
3899 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3900 ``DOWN'', ``LEFT'', and ``RIGHT''.
3901 A restriction is that you can't mix function keys and character keys in this
3902 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3903 A user can always use only <EM>character</EM> keys in the startup list even
3904 if he or she is using <EM>function</EM> keys normally, or vice versa.
3905 If an element in this list is a string of characters surrounded by double
3906 quotes (&quot;) then it will be expanded into the individual characters in
3907 the string, excluding the double quotes.
3910 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3913 <DT> -install
3915 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3916 some basic information to help with getting properly set up.
3919 <DT> -k
3921 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3922 the input of commands to be function-keys.
3923 Otherwise, commands are linked to the regular character keys.
3926 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3927 <EM>Feature-List</EM>.
3930 <DT> -n <EM>n</EM>
3932 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3933 FOLDER INDEX screen with the current message being the specified
3934 message number.
3937 <DT> -nosplash
3939 <DD> <EM>PC-Alpine</EM> only.
3940 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3941 This may be helpful for certain troubleshooting or terminal server scenarios.
3944 <DT> -o <EM>folder</EM>
3946 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3949 <DT> -p <EM>pinerc</EM>
3951 <DD> Uses the named file as the personal configuration file instead of
3952 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3953 Alpinerc may be either a local file or a remote configuration folder.
3956 <DT> -P <EM>pinerc</EM>
3958 <DD> Uses the named file as the system wide configuration file instead of
3959 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3960 Alpinerc may be either a local file or a remote configuration folder.
3963 <DT> -passfile <EM>passfile</EM>
3965 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3966 This should be a fully-qualified filename.
3969 <DT> -pinerc <EM>file</EM>
3971 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3972 settings of variables that the user has made.
3973 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3976 <DT> -r
3978 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3979 <EM>Alpine</EM> in restricted mode can only send email to itself.
3980 Save and export are limited.
3983 <DT> -registry <EM>cmd</EM>
3985 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3986 <EM>Alpine</EM>'s registry entries.
3987 Possible values for <EM>cmd</EM> are set, clear, and dump.
3988 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3989 entries according to its current settings.
3990 <EM>Clear</EM> will clear the registry values.
3991 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3992 <EM>Dump</EM> will display the values of current registry settings.
3993 Note that the dump command is currently disabled.
3994 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3995 the registry only if there currently aren't any values set.
3998 <DT> -sort <EM>key</EM>
4000 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
4001 FOLDER INDEX screen.
4002 <EM>Key</EM> can have the following values: 
4003 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
4004 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
4005 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
4006 The default value is &quot;arrival&quot;.
4007 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
4010 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
4013 <DT> -uninstall
4015 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
4016 in Windows settings.  The registry settings are removed and
4017 the password cache is cleared.
4020 <DT> -url <EM>url</EM>
4022 <DD> Open the given URL.
4025 <DT> -v
4027 <DD> Version:  Print version information to the screen.
4030 <DT> -x <EM>exceptions_config</EM>
4032 <DD> Configuration settings in the exceptions configuration override your normal
4033 default settings.
4034 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
4037 <DT> -z
4039 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
4040 will suspend the <EM>Alpine</EM> session.
4043 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
4044 <EM>Feature-List</EM>.
4047 <DT> -<EM>option</EM>=<EM>value</EM>
4049 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
4050 For example, <EM>-signature-file=sig1</EM> or
4051 <EM>-Feature-List=signature-at-bottom</EM>.
4052 Note:  Feature-List values are
4053 additive and features may be preceded with no- to turn them off.
4054 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
4055 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
4056 <EM>-Feature-List=signature-at-bottom</EM>.
4059 </DL>
4061 &lt;End of help on this topic&gt;
4062 </BODY>
4063 </HTML>
4064 ===== h_configuring_news ======
4065 <HTML>
4066 <HEAD>
4067 <TITLE>CONFIGURING NEWS</TITLE>
4068 </HEAD>
4069 <BODY>
4070 <H1>CONFIGURING NEWS</H1>
4071 Alpine can access news folders in any one of three different ways:
4072 <DL>
4073 <DT>REMOTE NNTP</DT>
4074 <DD>Using the Network News Transport Protocol (NNTP) to
4075 access news on a remote news server.  In this case the newsrc file is
4076 stored on the machine where Alpine is running.
4079 To specify a remote news-collection accessed via NNTP use the
4080 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4081 Server: value to the NNTP server's hostname appended with the
4082 communication method &quot;/service=NNTP&quot;, and set the Path:
4083 value to the &quot;#news.&quot; namespace (without the quotes).  See
4084 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
4085 help text for a more complete explanation of access method, and the
4086 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4087 text for a more complete explanation of &quot;namespace&quot;.
4089 Instead of specifying a news-collection, you may simply set the
4090 <A HREF="h_config_nntp_server">NNTP Server</A>
4091 option, which will cause Alpine to create a default news-collection for you.
4092 Another NNTP option that may be of interest is
4093 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
4095 <DT>REMOTE IMAP</DT>
4096 <DD>Using the Internet Message Access Protocol (IMAP) to
4097 access news on a remote news server.  In this case, your newsrc file is
4098 stored on the news server, in your home directory, so you must have an
4099 account on the news server, but you would be running Alpine on a different
4100 machine.  The news server must be running an IMAPd server process. 
4103 To specify a remote news-collection accessed via IMAP use the
4104 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4105 Server: value to the IMAP server's hostname, and set the Path: value
4106 to the &quot;#news.&quot; namespace (without the quotes).  See the
4107 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4108 text for a more complete explanation of &quot;namespace&quot;.
4110 </DD>
4112 <DT>LOCAL</DT>
4113 <DD>Using local file access to the news database.  In this
4114 case, your newsrc file is stored on the news server, in your home
4115 directory, so you must have an account on the news server, and you would
4116 be running Alpine on the same machine.
4119 To specify a local news-collection use the SETUP/collectionList
4120 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
4121 set the Path: value to the &quot;#news.&quot; namespace (without the
4122 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
4123 field's help text for a more complete explanation of &quot;namespace&quot;.
4125 </DD>
4126 </DL>
4130 NOTE: Should no news-collection be defined as above, Alpine will
4131 automatically create one using the Setup/Config screen's
4132 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
4133 will be created as a &quot;Remote NNTP&quot; as described above.
4137 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
4138 possible.  If you don't have an account on the news server, or if the news
4139 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
4140 sure, ask your service provider, university, or company for help.)  In
4141 this case, your Unix .newsrc file can be transferred to your PC.  A good
4142 place to put it would be in the same directory as your PINERC file, under
4143 the name NEWSRC, but you can 
4144 <A HREF="h_config_newsrc_path">specify a different location</A>
4145 via Alpine's Setup/Config screen.
4148 Other configuration features related to news are
4149 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
4150 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
4151 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
4152 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
4153 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
4154 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
4155 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
4156 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
4159 &lt;End of help on this topic&gt;
4160 </BODY>
4161 </HTML>
4162 ===== h_reading_news ======
4163 <HTML>
4164 <HEAD>
4165 <TITLE>READING NEWS</TITLE>
4166 </HEAD>
4167 <BODY>
4168 <H1>READING NEWS</H1>
4170 Alpine uses almost the same commands for manipulating news folders as for
4171 mail folders.  This means, for example, that when you are done with a
4172 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
4173 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
4174 most newsreaders, wherein a message is implicitly dismissed after you have
4175 looked at it once. We strongly believe that Alpine should offer as much
4176 consistency as possible between mail and news, so the mail paradigm --
4177 wherein a message does not magically disappear without explicit action by
4178 the user -- is used for news as well. <P>
4180 If you answer a message in a news folder, the index view will show the
4181 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
4182 keep track of what news as been read has no way of storing this flag, so
4183 it will not be preserved across sessions.  The Deleted flag is the only
4184 one that is preserved when you leave and then return to a newsgroup.  As an
4185 additional note on replies, when you Reply to a newsgroup message and say
4186 you want to reply to all recipients, Alpine will ask if you want to post the
4187 message to all the newsgroups listed in the original message. <P>
4189 If you would like Alpine to mark more-or-less recent news messages as
4190 &quot;New&quot;, then set the
4191 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
4192 feature (which is set by default).  This will cause messages after the last one you have marked as
4193 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
4194 &quot;N&quot; status often makes it easier to distinguish later news
4195 articles from those you've previously seen, but not yet disposed of via
4196 the &quot;D&quot; key.  Note that this is an approximation, not an exact
4197 record of which messages you have not seen.
4200 A frequent operation in news-reading is &quot;catching up&quot; -- that
4201 is, getting rid of all the messages in the newsgroup so that you can
4202 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
4203 Select command.  You would enter the following four keystrokes:
4204 <tt>;aad</tt> to select all messaged, and then apply the delete (or
4205 dismiss) command to all of them.
4208 There are also additional details on 
4209 <A HREF="h_configuring_news">configuring news</a>.
4212 &lt;End of help on this topic&gt;
4213 </BODY>
4214 </HTML>
4215 ====== h_help_index ======
4216 <HTML>
4217 <HEAD>
4218 <TITLE>Help Index</TITLE>
4219 </HEAD>
4220 <BODY>
4221 <H1>Help Index</H1>
4222 <ul>
4223 <li><a href="h_mainhelp_abooks">Address Books</a></li>
4224 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
4225 <li><a href="h_main_addrbook">Address Book Command</a>
4226 <li><a href="h_abook_view">Address Book View Explained</a>
4227 <li><a href="h_compose_addrcomplete">Address Completion</a>
4228 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
4229 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
4230 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
4231 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
4232 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
4233 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
4234 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
4235 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
4236 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
4237 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
4238 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
4239 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
4240 <li><a href="h_mainhelp_config">Alpine Configuration</a>
4241 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
4242 <li><a href="h_news_legal">Alpine Legal Notices</a>
4243 <li><a href="h_compose_alted">Alt Editor Command</a>
4244 <li><a href="h_index_cmd_apply">Apply Command</a>
4245 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
4246 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
4247 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
4248 <li><a href="h_composer_browse">BROWSER</a>
4249 <li><a href="h_common_bounce">Bounce Command</a>
4250 <li><a href="h_compose_cancel">Cancel Command</a>
4251 <li><a href="h_config_change_your_from">Changing your From Address</a>
4252 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
4253 <li><a href="h_mainhelp_color">Color</a>
4254 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
4255 <li><a href="h_composer">COMPOSER COMMANDS</a>
4256 <li><a href="h_mainhelp_composing">Composing Messages</a>
4257 <li><a href="h_mainhelp_collections">Collection Lists</a>
4258 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
4259 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
4260 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
4261 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
4262 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
4263 <li><a href="h_common_compose">Compose Command</a>
4264 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
4265 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
4266 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
4267 <li><a href="h_mainhelp_config">Configuration</a>
4268 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
4269 <li><a href="h_config_dflt_color">Default Color</a>
4270 <li><a href="h_common_delete">Delete and Undelete Commands</a>
4271 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
4272 <li><a href="h_special_list_commands">Email List Commands Explained</a>
4273 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
4274 <li><a href="h_folder_open">Explanation of Folder Selection</a>
4275 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
4276 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
4277 <li><a href="h_ge_export">Export File Selection</a>
4278 <li><a href="h_ge_allparts">Export Message File Selection</a>
4279 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
4280 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
4281 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
4282 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
4283 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
4284 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
4285 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
4286 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
4287 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
4288 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
4289 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
4290 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
4291 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
4292 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
4293 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
4294 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
4295 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
4296 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
4297 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
4298 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
4299 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
4300 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
4301 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
4302 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
4303 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
4304 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
4305 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
4306 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
4307 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
4308 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
4309 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
4310 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
4311 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
4312 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
4313 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
4314 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
4315 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
4316 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
4317 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
4318 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
4319 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
4320 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
4321 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
4322 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
4323 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
4324 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
4325 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
4326 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
4327 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
4328 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
4329 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
4330 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
4331 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
4332 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
4333 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
4334 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
4335 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
4336 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
4337 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
4338 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
4339 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
4340 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
4341 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
4342 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
4343 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
4344 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
4345 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
4346 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
4347 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
4348 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
4349 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
4350 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
4351 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
4352 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
4353 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
4354 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
4355 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
4356 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
4357 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
4358 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
4359 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
4360 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
4361 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
4362 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
4363 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
4364 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
4365 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
4366 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
4367 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
4368 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
4369 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
4370 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
4371 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
4372 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
4373 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
4374 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
4375 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
4376 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
4377 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
4378 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
4379 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
4380 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
4381 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
4382 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
4383 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
4384 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
4385 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
4386 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
4387 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
4388 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
4389 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
4390 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
4391 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
4392 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
4393 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
4394 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
4395 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
4396 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
4397 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
4398 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
4399 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
4400 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
4401 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
4402 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
4403 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
4404 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
4405 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
4406 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
4407 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
4408 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
4409 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
4410 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
4411 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
4412 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
4413 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
4414 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
4415 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
4416 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
4417 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
4418 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
4419 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
4420 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
4421 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
4422 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
4423 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
4424 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
4425 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
4426 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
4427 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
4428 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
4429 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
4430 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
4431 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
4432 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
4433 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
4434 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
4435 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
4436 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
4437 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
4438 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
4439 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
4440 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
4441 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
4442 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
4443 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
4444 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
4445 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
4446 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
4447 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
4448 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
4449 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
4450 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
4451 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
4452 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
4453 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
4454 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
4455 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
4456 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
4457 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
4458 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
4459 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
4460 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
4461 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
4462 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
4463 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
4464 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
4465 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
4466 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
4467 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
4468 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
4469 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
4470 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
4471 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
4472 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
4473 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
4474 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
4475 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
4476 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
4477 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
4478 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
4479 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
4480 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
4481 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
4482 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
4483 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
4484 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
4485 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
4486 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
4487 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
4488 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
4489 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
4490 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
4491 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
4492 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
4493 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
4494 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
4495 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
4496 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
4497 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
4498 <li><a href="h_mainhelp_filtering">Filtering</a>
4499 <li><a href="h_finding_help">Finding more information and requesting help</a>
4500 <li><a href="h_common_flag">Flag Command</a>
4501 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
4502 <li><a href="h_mainhelp_folders">Folders</a>
4503 <li><a href="h_what_are_collections">Folder Collections Explained</a>
4504 <li><a href="h_common_folders">Folder List Command</a>
4505 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
4506 <li><a href="h_folder_save">Folder Select for Save Explained</a>
4507 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
4508 <li><a href="h_config_change_your_from">From Address, Changing</a>
4509 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
4510 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
4511 <li><a href="h_common_goto">Goto Command</a>
4512 <li><a href="h_common_hdrmode">HdrMode Command</a>
4513 <li><a href="h_mainhelp_pinehelp">Help</a>
4514 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
4515 <li><a href="h_folder_maint">Help for Folder List</a>
4516 <li><a href="h_valid_folder_names">IMAP</a>
4517 <li><a href="h_ge_import">Import File Selection</a>
4518 <li><a href="h_mainhelp_index">Index of Messages</a>
4519 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
4520 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
4521 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
4522 <li><a href="h_info_on_mbox">Information on mbox driver</a>
4523 <li><a href="h_mainhelp_intro">Introduction</a>
4524 <li><a href="h_main_journal">Journal Command</a>
4525 <li><a href="h_common_jump">Jump Command</a>
4526 <li><a href="h_compose_justify">Justify Command</a>
4527 <li><a href="h_main_kblock">Keyboard Lock Command</a>
4528 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
4529 <li><a href="h_mainhelp_ldap">LDAP</a>
4530 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
4531 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
4532 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
4533 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
4534 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
4535 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
4536 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
4537 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
4538 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
4539 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
4540 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
4541 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
4542 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
4543 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
4544 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
4545 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
4546 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
4547 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
4548 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
4549 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
4550 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
4551 <li><a href="h_ldap_view">LDAP Response View Explained</a>
4552 <li><a href="h_maildrop">Mail Drop: What is it?</a>
4553 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
4554 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
4555 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
4556 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
4557 <li><a href="h_common_index">Message Index Command</a>
4558 <li><a href="h_mainhelp_mouse">Mouse</a>
4559 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
4560 <li><a href="new_user_greeting">NEW USER GREETING</a>
4561 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
4562 <li><a href="h_mainhelp_readingnews">News Reading</a>
4563 <li><a href="h_folder_subscribe">Newsgroup Subscribe Screen explained</a>
4564 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
4565 <li><a href="h_common_nextnew">NextNew Command</a>
4566 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
4567 <li><a href="h_mainhelp_readingnews">NNTP</a>
4568 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
4569 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
4570 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
4571 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
4572 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
4573 <li><a href="h_config_color_style">OPTION: Color Style</a>
4574 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
4575 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
4576 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
4577 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
4578 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
4579 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
4580 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
4581 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
4582 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
4583 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
4584 <li><a href="h_config_encryption_range">OPTION: <!--#echo var="VAR_encryption-protocol-range"--></a>
4585 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
4586 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
4587 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
4588 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
4589 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
4590 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
4591 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
4592 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
4593 <li><a href="h_config_file_dir">OPTION: File Directory</a>
4594 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
4595 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
4596 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
4597 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
4598 <li><a href="h_config_font_name">OPTION: Font Name</a>
4599 <li><a href="h_config_font_size">OPTION: Font Size</a>
4600 <li><a href="h_config_font_style">OPTION: Font Style</a>
4601 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
4602 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
4603 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
4604 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
4605 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
4606 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
4607 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
4608 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
4609 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
4610 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
4611 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
4612 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
4613 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
4614 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
4615 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
4616 <li><a href="h_config_index_color">OPTION: Index Colors</a>
4617 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
4618 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
4619 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
4620 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
4621 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
4622 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
4623 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
4624 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
4625 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
4626 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
4627 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
4628 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
4629 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
4630 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
4631 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
4632 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
4633 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
4634 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
4635 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
4636 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
4637 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
4638 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
4639 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
4640 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
4641 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
4642 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
4643 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
4644 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
4645 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
4646 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
4647 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
4648 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
4649 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
4650 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
4651 <li><a href="h_config_pat_old">OPTION: Patterns</a>
4652 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
4653 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
4654 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
4655 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
4656 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
4657 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
4658 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
4659 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
4660 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
4661 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
4662 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
4663 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
4664 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
4665 <li><a href="h_config_printer">OPTION: Printer</a>
4666 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
4667 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
4668 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
4669 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
4670 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
4671 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
4672 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
4673 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
4674 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
4675 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
4676 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
4677 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
4678 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
4679 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
4680 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
4681 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
4682 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
4683 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
4684 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
4685 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
4686 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
4687 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
4688 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
4689 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
4690 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
4691 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
4692 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
4693 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
4694 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
4695 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
4696 <li><a href="h_config_status_color">OPTION: Status Color</a>
4697 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
4698 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
4699 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
4700 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
4701 <li><a href="h_config_quit_query_timeo">OPTION: <!--#echo var="VAR_close-connection-timeout"--></a>
4702 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
4703 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
4704 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
4705 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
4706 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
4707 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
4708 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
4709 <li><a href="h_config_title_color">OPTION: Title Color</a>
4710 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
4711 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
4712 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
4713 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
4714 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
4715 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
4716 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
4717 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
4718 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
4719 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
4720 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
4721 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
4722 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
4723 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
4724 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
4725 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
4726 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
4727 <li><a href="h_config_window_position">OPTION: Window-Position</a>
4728 <li><a href="h_mainhelp_patterns">Patterns</a>
4729 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
4730 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
4731 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
4732 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
4733 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
4734 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
4735 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
4736 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
4737 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
4738 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
4739 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
4740 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
4741 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
4742 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
4743 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
4744 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
4745 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
4746 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
4747 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
4748 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
4749 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
4750 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
4751 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4752 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4753 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4754 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4755 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4756 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4757 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4758 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4759 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4760 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4761 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4762 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4763 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4764 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4765 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4766 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4767 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4768 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4769 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4770 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4771 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4772 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4773 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4774 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4775 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4776 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4777 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4778 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4779 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4780 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4781 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4782 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4783 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4784 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4785 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4786 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4787 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4788 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4789 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4790 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4791 <li><a href="h_common_pipe">Pipe Command</a>
4792 <li><a href="h_valid_folder_names">POP</a>
4793 <li><a href="h_common_postpone">Postpone Command</a>
4794 <li><a href="h_common_print">Print Command</a>
4795 <li><a href="h_mainhelp_readingnews">Reading News</a>
4796 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4797 <li><a href="h_mainhelp_roles">Roles</a>
4798 <li><a href="h_role_select">ROLES SCREEN</a>
4799 <li><a href="h_compose_readfile">Read File Command</a>
4800 <li><a href="h_mainhelp_reading">Reading Messages</a>
4801 <li><a href="h_main_release_notes">Release Notes Command</a>
4802 <li><a href="h_common_reply">Reply and Forward Commands</a>
4803 <li><a href="h_compose_richhdr">Rich Header Command</a>
4804 <li><a href="h_common_role">Role Command</a>
4805 <li><a href="h_mainhelp_smime">S/MIME</a>
4806 <li><a href="h_index_cmd_select">Searching for Messages</a>
4807 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4808 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4809 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4810 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4811 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4812 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4813 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4814 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4815 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4816 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4817 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4818 <li><a href="h_common_save">Save and Export Commands</a>
4819 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4820 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4821 <li><a href="h_compose_send">Send Command</a>
4822 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
4823 <li><a href="h_main_setup">Setup Command</a>
4824 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
4825 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
4826 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
4827 <li><a href="h_mainhelp_smime">S/MIME</a>
4828 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
4829 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
4830 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
4831 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
4832 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
4833 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
4834 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
4835 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
4836 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
4837 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
4838 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
4839 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
4840 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
4841 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
4842 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
4843 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
4844 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
4845 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
4846 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
4847 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
4848 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
4849 <li><a href="h_index_cmd_sort">Sort Command</a>
4850 <li><a href="h_compose_spell">Spell Check Command</a>
4851 <li><a href="h_common_suspend">Suspend Command</a>
4852 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
4853 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
4854 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
4855 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
4856 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
4857 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
4858 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
4859 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
4860 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
4861 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
4862 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
4863 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
4864 <li><a href="h_common_take">TakeAddr Command</a>
4865 <li><a href="h_mainhelp_status">Titlebar Line</a>
4866 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
4867 <li><a href="h_config_usenone_color">Use None Color</a>
4868 <li><a href="h_config_usenormal_color">Use Normal Color</a>
4869 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
4870 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
4871 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
4872 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
4873 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
4874 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
4875 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
4876 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
4877 </UL>
4880 &lt;End of Help Index&gt;
4881 </BODY>
4882 </HTML>
4885 ============== h_config_remote_config =============
4886 <HTML>
4887 <HEAD>
4888 <TITLE>Remote Configuration</TITLE>
4889 </HEAD>
4890 <BODY>
4891 <H1>Remote Configuration</H1>
4893 You may use the command line argument &quot;-p pinerc&quot; to tell
4894 Alpine to use a non-default configuration file.
4895 There are two types of storage for configuration information.
4896 <EM>Local</EM> configuration files are used by default.
4897 These are just regular files on the UNIX system or on the PC.
4898 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4899 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4900 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4901 The advantage of using a remote configuration is that the same information
4902 may be accessed from multiple platforms.
4903 For example, if you use one computer at work and another at home, the same
4904 configuration could be used from both places.
4905 A configuration change from one place would be seen in both places.
4906 To use a remote configuration you simply give a
4907 <A HREF="h_valid_folder_names">remote folder name</A>
4908 as the argument to the &quot;-p&quot; command line option.
4909 The command line might look something like:
4911 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4913 If there are special characters in the command shell you use, you may need to
4914 quote the last argument (to protect the curly braces from the shell).
4915 The command might look like:
4917 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4919 You should choose a folder name for a folder that does not yet exist.
4920 It will be created containing an empty configuration.
4921 Do not use a folder that you wish to store regular mail messages in.
4923 The Setup/RemoteConfigSetup command will help you convert from a local
4924 configuration to a remote configuration.
4925 It will create a remote configuration for you and copy your current local
4926 configuration to it.
4927 It will also help you convert local address books into remote address books
4928 and local signature files into literal signatures contained in the
4929 remote configuration file.
4931 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4932 may copy a local pinerc file to a remote configuration folder by hand
4933 by using the command line option &quot;-copy_pinerc&quot;.
4935 Another command line option, which is somewhat related to remote
4936 configuration, is the option &quot;-x exceptions_config&quot;.
4937 The configuration settings in the exceptions configuration override
4938 your default settings.
4939 It may be useful to store the default configuration (the -p argument) remotely
4940 and to have the exceptions configuration stored in a local file.
4941 You might put generic configuration information in the remote configuration
4942 and platform-specific configuration on each platform in the exceptions
4943 configuration.
4944 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4945 can be either remote folders or local files.
4947 There is another command line argument that works only with PC-Alpine and
4948 which may prove useful when using a remote configuration.
4949 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4950 to store your local auxiliary files.
4951 This only has an effect if your configuration file is remote.
4952 Some examples of auxiliary files are debug files, address book files, and
4953 signature files.
4955 &lt;End of help on this topic&gt;
4956 </BODY>
4957 </HTML>
4958 ============== h_config_exceptions =============
4959 <HTML>
4960 <HEAD>
4961 <TITLE>Generic and Exceptional Configuration</TITLE>
4962 </HEAD>
4963 <BODY>
4964 <H1>Generic and Exceptional Configuration</H1>
4966 If you use Alpine from more than one platform it may be convenient
4967 to split your configuration information into two pieces, a generic piece
4968 and exceptions that apply to a particular platform.
4969 For example, suppose you use Alpine from home and from work.
4970 Most of your configuration settings are probably the
4971 same in both locations, so those settings belong in the generic settings
4972 configuration.
4973 However, you may use a different SMTP server and INBOX
4974 from home than you do from work.
4976 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4978 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4979 options could be
4980 part of your exceptional configuration so that they could be different in the
4981 two places.
4983 The command line option &quot;-x exceptions_config&quot;
4984 may be used to split your configuration into generic and exceptional pieces.
4985 &quot;Exceptions_config&quot; may be either local or remote.
4986 The regular Alpine configuration file will contain the generic data, and
4987 &quot;exceptions_config&quot; will contain the exceptional data.
4989 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4990 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4991 in the same local directory that the regular config file is located in (usually
4992 the Unix home directory).
4993 If the regular config file is remote (because the command line option
4994 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4995 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4996 If the file does not already exist then no exceptions will be used.
4997 You can force exceptions to be used by using the &quot;-x&quot; option or
4998 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
5000 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
5001 PC-Alpine will use the value of the
5002 environment variable <CODE>$PINERCEX</CODE>.
5003 If that is not set, PC-Alpine will look for
5004 the local file &quot;<CODE>PINERCEX</CODE>&quot;
5005 in the same local directory that the regular config file is located in.
5006 If the regular config file is remote (because the command line option
5007 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
5008 local directory specified by the &quot;-aux local_directory&quot; command
5009 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
5010 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
5012 When you have an exception configuration there is a new command
5013 in the Alpine Setup screen, Setup/eXceptions.
5014 It toggles between exceptions and the regular configuration.
5015 This is the usual way to make changes in your exceptional configuration data.
5016 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
5017 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
5018 for Config or &quot;K&quot; for Kolor.
5020 For most people, splitting the configuration information into two pieces is
5021 going to be most useful if the generic information is accessed
5022 <A HREF="h_config_remote_config">remotely</A>).
5023 That data will be the same no matter where you access it from and if you
5024 change it that change will show up everywhere.
5025 The exceptional data will most commonly be in a local file, so that the
5026 contents may easily be different on each computing platform used.
5028 If you already have a local configuration file with settings you like
5029 you may find that the command Setup/RemoteConfigSetup is useful
5030 in helping you convert to a remote configuration.
5031 The command line flag &quot;-copy_pinerc&quot;
5032 may also be useful.
5034 &lt;End of help on this topic&gt;
5035 </BODY>
5036 </HTML>
5037 ============== h_config_inheritance =============
5038 <HTML>
5039 <HEAD>
5040 <TITLE>Configuration Inheritance</TITLE>
5041 </HEAD>
5042 <BODY>
5043 <H1>Configuration Inheritance</H1>
5045 Configuration inheritance is a power user feature.
5046 It is confusing and not completely supported by the configuration
5047 user interface.
5048 We start with an explanation of how configuration works in hopes of making
5049 it easier to describe how inheritance works.
5051 Alpine uses a hierarchy of configuration values from different locations.
5052 There are five ways in which each configuration option (configuration
5053 variable) can be set.
5054 In increasing order of precedence they are:
5056 <OL>
5057 <LI> the system-wide configuration file.
5059 <LI> the personal configuration file
5061 <LI> the personal exceptions file
5063 <LI> a command line argument
5065 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
5066 </OL>
5068 The fixed configuration file is normally
5069 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
5071 The system-wide configuration file is normally
5072 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
5073 set for PC-Alpine.
5074 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
5075 is used for the system-wide configuration.
5076 This location can be set or changed on the command line with the -P flag.
5077 The system-wide configuration file can be either a local file or a
5078 remote configuration folder.
5080 For Unix Alpine, the personal configuration file is normally the file
5081 <CODE>.pinerc</CODE> in the user's home directory.
5082 This can be changed with the -p command line flag.
5083 For PC-Alpine, the personal configuration file is in
5084 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
5085 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
5086 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
5087 This can be changed with the -p command line flag.
5088 If -p is used, the configuration data may be in a local file or a remote config
5089 folder.
5091 For Unix Alpine, the personal exceptions configuration file is named
5092 <CODE>.pinercex</CODE> and is in the same directory as the personal
5093 configuration file, if that configuration file is not remote, and is in
5094 the home directory if the personal configuration file is remote.
5095 If the file exists, then exceptions are turned on.
5096 If it doesn't, then you are not using exceptions.
5097 Alternatively, you may change the location of the exceptions configuration
5098 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5099 Like the personal configuration data, exceptions_config may be
5100 either local or remote.
5102 For PC-Alpine, the personal exceptions configuration file is named
5103 <CODE>PINERCEX</CODE> and is in the same directory as the personal
5104 configuration file unless the personal configuration file is remote.
5105 In that case, it is in the local directory specified by the
5106 &quot;-aux local_directory&quot; command line argument.
5107 (In the case that the personal configuration is remote and there is no
5108 &quot;-aux&quot; command line argument, Alpine searches for
5109 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
5110 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
5111 If the file exists, then exceptions are turned on.
5112 If it doesn't, then you are not using exceptions.
5113 You may change the location of the exceptions configuration
5114 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5115 or with the
5116 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
5117 option).
5119 To reiterate, the value of a configuration option is taken from the
5120 last location in the list above in which it is set.
5121 Or, thinking about it slightly differently, a default value for an option
5122 is established in the system-wide configuration file (or internally by Alpine
5123 if there is no value in the system-wide file).
5124 That default remains in effect until and unless it is overridden by a value in a
5125 location further down the list, in which case a new &quot;default&quot;
5126 value is established.
5127 As we continue down the list of locations we either retain the
5128 value at each step or establish a new value.
5129 The value that is still set after going through the whole list of
5130 configuration locations is the one that is used.
5132 So, for example, if an option is set in the system-wide configuration
5133 file and in the personal configuration file, but is not set in the
5134 exceptions, on the command line, or in the fixed file; then the value
5135 from the personal configuration file is the one that is used.
5136 Or, if it is set in the system-wide config, in the personal config, not
5137 in the exceptions, but is set on the command line; then the value
5138 on the command line is used.
5140 Finally we get to inheritance.
5141 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
5142 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
5143 the inheritance mechanism makes it possible to <EM>combine</EM>
5144 the values from different locations instead of <EM>replacing</EM> the value.
5145 This is true of all configuration lists other than the &quot;Feature-List&quot;,
5146 for which you may already set whatever you want at
5147 any configuration location (by using the &quot;no-&quot; prefix if
5148 necessary).
5150 To use inheritance, set the first item in a configuration list to the
5151 token &quot;INHERIT&quot;, without the quotes.
5152 If the first item is &quot;INHERIT&quot;,
5153 then instead of replacing the default value established so far, the rest of
5154 the list is appended to the default value established so far and that is
5155 the new value.
5157 Here is an example which may make it clearer. Suppose we have:
5159 <PRE>
5160  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5161  Personal config    :   smtp-server = INHERIT, mysmtp.home
5162  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
5163  Command line       :   smtp-server = &lt;No Value Set&gt;
5164  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5165 </PRE>
5168 This would result in an effective smtp-server option of
5170 <PRE>
5171  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
5172 </PRE>
5174 The &quot;INHERIT&quot; token can be used in any of the configuration files
5175 and the effect cascades.
5176 For example, if we change the above example to:
5178 <PRE>
5179  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5180  Personal config    :   smtp-server = INHERIT, mysmtp.home
5181  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5182  Command line       :   smtp-server = &lt;No Value Set&gt;
5183  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5184 </PRE>
5187 This would result in:
5189 <PRE>
5190  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
5191 </PRE>
5193 Unset variables are skipped over (the default value is carried forward) so
5194 that, for example:
5196 <PRE>
5197  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5198  Personal config    :   smtp-server = &lt;No Value Set&gt;
5199  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5200  Command line       :   smtp-server = &lt;No Value Set&gt;
5201  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5202 </PRE>
5205 produces:
5207 <PRE>
5208  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
5209 </PRE>
5212 If any later configuration location has a value set (for a particular list
5213 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
5214 then that value replaces whatever value has been defined up to that point.
5215 In other words, that cancels out any previous inheritance.
5217 <PRE>
5218  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5219  Personal config    :   smtp-server = INHERIT, mysmtp.org
5220  Exceptions config  :   smtp-server = yoursmtp.org
5221  Command line       :   smtp-server = &lt;No Value Set&gt;
5222  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5223 </PRE>
5226 results in:
5228 <PRE>
5229  smtp-server = yoursmtp.org
5230 </PRE>
5233 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
5234 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
5235 difficult to insert the value &quot;INHERIT&quot; into the list of values
5236 for the option using the normal Setup tools.
5237 In other words, the color setting screen (for example) does not
5238 provide a way to input the text &quot;INHERIT&quot; as the first
5239 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
5240 The way to do this is to either edit the pinerc file directly and manually
5241 insert it, or turn
5242 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
5243 feature and insert it using the Setup/Config screen.
5245 &lt;End of help on this topic&gt;
5246 </BODY>
5247 </HTML>
5248 ============== h_special_xon_xoff =============
5249 <HTML>
5250 <HEAD>
5251 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
5252 </HEAD>
5253 <BODY>
5254 <H1>XOFF/XON Handling within Alpine</H1>
5256 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
5257 and XON) as normal characters, even though Alpine does not use them.
5258 However, the printer, modem, or communication software you are using may
5259 be configured for &quot;software flow control,&quot; which means that
5260 XON/XOFF must be treated as special characters by the operating system.
5261 If you see messages such as &quot;^S not defined for this screen&quot;,
5262 then your system is probably using software flow control. In this case
5263 you will need to set the
5264 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
5265 feature.
5267 If you <EM>do</EM> set this
5268 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
5269 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
5270 and see if that puts things right.  Printing via the
5271 &quot;attached-to-ansi&quot; or 
5272 &quot;attached-to-wyse&quot;
5273 option will automatically enable software
5274 flow-control handling for the duration of the printing.
5276 &lt;End of help on this topic&gt;
5277 </BODY>
5278 </HTML>
5279 ============= h_special_help_nav =============
5280 <HTML>
5281 <HEAD>
5282 <TITLE>Help Text Navigation Explained</TITLE>
5283 </HEAD>
5284 <BODY>
5285 <H1>Help Text Navigation Explained</H1>
5287 Alpine contains extensive context-sensitive help text.   At any point, 
5288 pressing the &quot;?&quot; key will bring up a page of help text
5289 explaining the options available to you.  You can leave the help
5290 text screen and return to normal Alpine operation by pressing
5292 <!--chtml if pinemode="function_key"-->
5293 F3 function
5294 <!--chtml else-->
5295 &quot;E&quot;
5296 <!--chtml endif-->
5297 key to Exit Help at any time.
5300 Within the help screen you might find a word or phrase displayed in 
5301 inverse text and others displayed in bold typeface.  Such words and
5302 phrases are used to tell you Alpine has more information available on
5303 the topic they describe.
5304 The inverted text is the &quot;selected&quot; topic.  
5305 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
5306 displayed in bold type
5307 is &quot;selected&quot;.
5308 Hit the Return key to display the information Alpine has available on that
5309 topic.  While viewing such additional information, the 
5310 <!--chtml if pinemode="function_key"-->
5311 F3 function
5312 <!--chtml else-->
5313 &quot;P&quot;
5314 <!--chtml endif-->
5315 key will return you to the previous help screen, and the
5316 <!--chtml if pinemode="function_key"-->
5317 F2 function
5318 <!--chtml else-->
5319 &quot;E&quot;
5320 <!--chtml endif-->
5321 key will Exit the Help system altogether.
5324 The "N" command will tell you the internal name of the help text you are 
5325 reading each time, so that you can send this name in the text of a message 
5326 and create a direct link to that internal help using the x-pine-help URL 
5327 scheme. For example, the direct link to this item is 
5328 x-pine-help:h_special_help_nav. If you add this text to a message, then
5329 a person using Pine to read such message would have a direct link to this
5330 help text.
5333 When you are finished reading this help text, you can press the
5334 <!--chtml if pinemode="function_key"-->
5335 F3 function
5336 <!--chtml else-->
5337 &quot;P&quot;
5338 <!--chtml endif-->
5339 key to return to the previously displayed help text.
5342 &lt;End of help on this topic&gt;
5343 </BODY>
5344 </HTML>
5345 ============= h_special_list_commands =============
5346 <HTML>
5347 <HEAD>
5348 <TITLE>Email List Commands Explained</TITLE>
5349 </HEAD>
5350 <BODY>
5351 <H1>Email List Commands Explained</H1>
5353 Electonic mail lists provide a way for like-minded users to join in
5354 discussions on topics of interest.  The email list itself is 
5355 represented by a
5356 single address that participants send messages to when they have
5357 something of interest to share with other members of the list.  The
5358 receiving computer then, either automatically or after review by the
5359 list's owner (or moderator), sends a copy of that message to each
5360 member of the list.
5363 Usually, subscribing and unsubscribing is done by sending requests in
5364 an email message to a special address setup to handle managing list
5365 membership.  Often this is the name of the list followed by
5366 <I>-request</I>.  This address is almost <EM>never</EM> the same as
5367 the address used to send messages to the list.
5370 Unfortunately, email list participation commands are more a matter
5371 of convention than standard, and thus may vary from list to list.
5372 Increasingly, list management software is adding information to
5373 the copy of the postings as they're copied to the list members that
5374 explains how to do the various list management functions.
5377 Alpine will recognize this information and offer the management commands
5378 they represent in a simple display. One or more of the following
5379 operations will be made available:
5381 <DL>
5382 <DT>Help</DT>
5383 <DD>
5384 A method to get help on subscribing, unsubscribing, 
5385 an explanation of what the list is about, or special instructions
5386 for participation.  This may be in the form of a reply in response
5387 to an email message, or instructions on how to connect to a Web site.
5388 </DD>
5390 <DT>Unsubscribe</DT>
5391 <DD>
5392 A method to get your email addressed removed from the list of
5393 recipients of the email list.
5394 </DD>
5396 <DT>Subscribe</DT>
5397 <DD>
5398 A method to get your email address added to the list of recipients
5399 of the email list.  It may be in the form of a message sent to 
5400 a special address or you may be connected to a web site.
5401 <DD>
5402 </DD>
5404 <DT>Post</DT>
5405 <DD>
5406 A method used to post to the email list.  However, it might also 
5407 indicate that no posting is allowed directly to the list.
5408 </DD>
5410 <DT>Owner</DT>
5411 <DD>
5412 A method to contact the list owner for special questions you might
5413 have regarding the list.
5414 </DD>
5416 <DT>Archive</DT>
5417 <DD>
5418 A method to view an archive of previous messages posted to the list.
5419 This may be in the form of a mail folder on a remote computer, an
5420 IMAP mailbox or even a Web site.
5421 </DD>
5422 </DL>
5425 &lt;End of help on this topic&gt;
5426 </BODY>
5427 </HTML>
5428 ============= h_quota_command =============
5429 <HTML>
5430 <HEAD>
5431 <TITLE>Quota Screen Explained</TITLE>
5432 </HEAD>
5433 <BODY>
5434 <H1>Quota Screen Explained</H1>
5436 <P> This screen summarizes the quota report for this mailbox in the
5437 IMAP server. For each resource that you have a quota, this reports summarizes
5438 its use and limit.
5440 <P> Your IMAP server administrator may have set a quota based either on 
5441 the total size of your mailbox (STORAGE), or the number of messages in 
5442 your mailbox (MESSAGES), or some other criteria. This will be reported
5443 to you indicating the type of quota, its total use and its limit.
5445 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
5446 1024 bytes. Each of the characters that you see in this help text is one 
5447 byte, and this help text is about 1 kibibyte in size. Small messages sent 
5448 by Alpine are normally less than 4 kibibytes in size (which includes 
5449 headers and text). Other email programs may send messages with bigger 
5450 sizes when they send messages, since they send plain text and an 
5451 alternative part in HTML.
5453 <P> A convenient way to save space for the STORAGE type of quota is by 
5454 deleting attachments. This is done on each individual message by pressing 
5455 the &quot;V&quot; command while reading the message text, then moving the cursor 
5456 to the position of the attachment that is to be deleted, then pressing
5457 &quot;D&quot; to delete such attachment, going back to reading the 
5458 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
5459 save the message in the same folder you are reading from. The saved 
5460 message will not have the attachment that was marked deleted. Now you
5461 can delete and expunge the message with the unwanted attachment.
5464 &lt;End of help on this topic&gt;
5465 </BODY>
5466 </HTML>
5467 ============= h_mail_thread_index =============
5468 <HTML>
5469 <HEAD>
5470 <TITLE>THREAD INDEX COMMANDS</TITLE>
5471 </HEAD>
5472 <BODY>                 
5473 <H1>THREAD INDEX COMMANDS</H1>
5474 <!--chtml if pinemode="function_key"-->
5475 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>
5476 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5477 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>
5478 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>
5479 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>
5480 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>
5481 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>
5482 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>
5483 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>
5484 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>
5485 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>
5486 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>
5487 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>
5488 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>
5489 <BR>
5490 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5491 -----------------------------<BR>
5492 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>
5493 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>
5494 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>
5495 <BR>
5496 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5497 -----------------------------<BR>
5498 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
5499 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
5500 <BR>
5501 <!--chtml else-->
5502 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>
5503 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5504 &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>
5505 &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>
5506 &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>
5507 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>
5508 &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>
5509 &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>
5510 &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>
5511 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>
5512 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5513 <BR>
5514 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
5515 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
5516 &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>
5517 &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>
5518 &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>
5519 &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>
5520 &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>
5521 &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>
5522 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
5523 <!--chtml endif-->
5526 NOTE:
5527 <OL>
5528  <LI>For help on a particular command, highlight the bold text associated
5529 with it above and hit Return.
5530  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5531 </OL>
5533 <H2>Description of the THREAD INDEX Screen</H2>
5535 The THREAD INDEX displays summary information from each
5536 thread (conversation) in the current folder.
5537 This is useful if you want to quickly
5538 scan new threads, or find a particular thread without having to go
5539 through the text of each message, or to quickly get rid of junk
5540 threads, etc.
5541 The current thread is always highlighted.
5542 Each line of the THREAD INDEX contains the following columns: <P>
5543 <DL>
5544  <DT>STATUS:</DT>
5545  <DD> The markings on the left side of the thread tell you about its
5546 status.  You may see one or more of the following codes on any given
5547 thread:
5548 <UL>
5549   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
5550   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
5551   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
5552   <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.
5553   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5554         message in the thread was sent to you as a cc:. This symbol will only show up if
5555         the feature
5556         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5557   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
5558         &quot;select&quot; command.  (Some systems may optionally allow selected
5559         messages to be denoted by the index line being displayed in bold
5560         type instead.)
5561   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5562       to mark at least one message in this thread as &quot;important&quot;.
5563 </UL></DD><P>
5565  <DT>THREAD NUMBER:</DT>
5566  <DD>Threads in a folder are numbered, from one through the number
5567 of threads in the folder, to help you know where you are in the folder.
5568 </DD><P>
5570  <DT>DATE STARTED:</DT>
5571  <DD>The date the thread was started. This is actually from the Date header
5572 of the first message in the thread. It doesn't take different time zones
5573 into account.</DD><P>
5575  <DT>WHO STARTED THE THREAD:</DT>
5576  <DD>This is usually the name of the sender of the first message in the thread, taken from
5577 the From header of the message.
5578 If there is no personal name given in that
5579 address, then the email address is used instead.
5580 If the message is from you (or from one of your
5581 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5582 then the recipient's name is shown here instead, with the characters
5583 &quot;To: &quot; inserted before the name.
5584 (The idea of this is that if you started the thread you would rather see who
5585 the mail was sent to instead of that the mail was from you.)
5586 In Newsgroups, if you are
5587 the sender and there are no email recipients, the newsgroup name will be
5588 listed after the &quot;To: &quot;.
5589 </DD><P>
5591  <DT>SIZE:</DT>
5592  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
5594  <DT>SUBJECT:</DT>
5595  <DD>As much of the thread's subject line as will fit on the screen.
5596 This is the subject of the first message in the thread.</DD>
5597 </DL>
5599 <P><UL>
5600 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5601 </UL>
5603 &lt;End of help on this topic&gt;
5604 </BODY>
5605 </HTML>
5606 ============= h_mail_index =============
5607 <HTML>
5608 <HEAD>
5609 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
5610 </HEAD>
5611 <BODY>                 
5612 <H1>MESSAGE INDEX COMMANDS</H1>
5613 <!--chtml if pinemode="function_key"-->
5614 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>
5615 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5616 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>
5617 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>
5618 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>
5619 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>
5620 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>
5621 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>
5622 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>
5623 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>
5624 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>
5625 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>
5626 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>
5627 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>
5628 <BR>
5629 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5630 -----------------------------<BR>
5631 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>
5632 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>
5633 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>
5634 <BR>
5635 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5636 -----------------------------<BR>
5637 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
5638 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>
5639 <BR>
5640 <!--chtml else-->
5641 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>
5642 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5643 &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>
5644 &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>
5645 &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>
5646 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>
5647 &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>
5648 &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>
5649 &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>
5650 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>
5651 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5652 Miscellaneous&nbsp;Operations<BR>
5653 ------------------------<BR>
5654 &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>
5655 &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>
5656 &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>
5657 &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>
5658 &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>
5659 &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>
5660 &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>
5661 &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>
5662 <!--chtml endif-->
5665 NOTE:
5666 <OL>
5667  <LI>For help on a particular command, highlight the bold text associated
5668 with it above and hit Return.
5669  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5670 </OL>
5672 <H2>Description of the MESSAGE INDEX Screen</H2>
5674 The MESSAGE INDEX displays summary information from each
5675 message in the current folder.
5676 This is useful if you want to quickly
5677 scan new messages, or find a particular message without having to go
5678 through the text of each message, or to quickly get rid of junk
5679 messages, etc.
5681 The current message is always highlighted
5682 and many commands operate on the current message.
5683 For example, the Delete command will delete the current message.
5684 If the folder is sorted by either Threads or OrderedSubject, then, depending
5685 on some of your configuration settings, a single line in the index may
5686 refer to an entire thread or to a subthread.
5687 If that is the case, then the commands that normally operate on the current
5688 message will operate on the thread or subthread instead.
5689 For example, the Delete command will delete the whole collapsed thread
5690 instead of just a single message.
5692 Each line of the MESSAGE INDEX contains the following columns (by default -- 
5693 you can change this with the 
5694 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
5695 in the SETUP CONFIGURATION screen): <P>
5696 <DL>
5697  <DT>STATUS:</DT>
5698  <DD> The markings on the left side of the message tell you about its
5699 status.  You may see one or more of the following codes on any given
5700 message:
5701 <UL>
5702   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
5703          yet eXpunged the folder.
5704   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
5705   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
5706          to be answered.
5707   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
5708          forward a message.
5709   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
5710         directly to your account, your copy is not part of a cc: or a
5711         mailing list.
5712   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5713         message was sent to you as a cc:. This symbol will only show up if
5714         the feature
5715         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5716   <LI> &quot;X&quot; for selected.  You have selected the message by using the
5717         &quot;select&quot; command.  (Some systems may optionally allow selected
5718         messages to be denoted by the index line being displayed in bold
5719         type.)
5720   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5721       to mark this message as &quot;important&quot;.
5722 </UL></DD><P>
5724  <DT>MESSAGE NUMBER:</DT>
5725  <DD>Messages in a folder are numbered, from one through the number
5726 of messages in the folder, to help you know where you are in the folder.
5727 These numbers are always in increasing order, even if you sort the folder
5728 in a different way.</DD><P>
5730  <DT>DATE SENT:</DT>
5731  <DD>The date the message was sent.  By default, messages are
5732 ordered by arrival time, not by date sent.  Most of the time, arrival time
5733 and date sent (effectively departure time) are similar.  Sometimes,
5734 however, the index will appear to be out of order because a message took a
5735 long time in delivery or because the sender is in a different time
5736 zone than you are. This date is just the date from the Date header
5737 field in the message.</DD><P>
5739  <DT>WHO SENT THE MESSAGE:</DT>
5740  <DD>This is usually the name of the sender of the message, taken from
5741 the From header of the message.
5742 If there is no personal name given in that
5743 address, then the email address is used instead.
5744 If the message is from you (or from one of your
5745 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5746 then the recipient's name is shown here instead, with the characters
5747 &quot;To: &quot; inserted before the name.
5748 (The idea of this is that if you sent the mail you would rather see who
5749 the mail was sent to instead of that the mail was from you.
5750 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
5751 above.
5752 In particular, use the FROM token or the FROMORTONOTNEWS token
5753 in place of the FROMORTO token.)
5754 In Newsgroups, if you are
5755 the sender and there are no email recipients, the newsgroup name will be
5756 listed after the &quot;To: &quot;. </DD><P>
5758  <DT>SIZE:</DT>
5759  <DD>The number in parentheses is the number of characters in the message.
5760 It may have a suffix of K, M, or G which means the number should be
5761 multiplied by one thousand, one million, or one billion to get the
5762 size of the message.</DD><P>
5764  <DT>SUBJECT:</DT>
5765  <DD>As much of the message's subject line as will fit on the screen.</DD>
5766 </DL>
5768 <P><UL>
5769 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5770 </UL>
5772 &lt;End of help on this topic&gt;
5773 </BODY>
5774 </HTML>
5775 ============= h_mail_view ========================
5776 <HTML>
5777 <HEAD>
5778 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5779 </HEAD>
5780 <BODY>
5781 <H1>MESSAGE TEXT SCREEN</H1>
5782 <!--chtml if pinemode="function_key"-->
5783 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>
5784 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5785 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>
5786 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>
5787 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>
5788 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>
5789 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>
5790 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>
5791 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>
5792 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>
5793 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>
5794 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>
5795 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>
5796 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>
5797 <BR>
5798 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5799 ------------------------------<BR>
5800 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5801 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5802 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5803 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5804 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5805 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5806 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5807 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5808 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5809 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5810 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5811 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5812 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5813 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5814 <!--chtml else-->
5815 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5816 ---------------------------------<BR>
5817 <BR>
5818 &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>
5819 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>
5820 &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>
5821 &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>
5822 &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>
5823 &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>
5824 &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>
5825 &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>
5826 &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>
5827 <BR>
5828 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
5829 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
5830 &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>
5831 &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>
5832 &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>
5833 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>
5834 <BR>
5835 General&nbsp;Alpine&nbsp;Commands<BR>
5836 ---------------------<BR>
5837 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
5838 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
5839 &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>
5840 &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>
5841 &nbsp;&nbsp;&nbsp;&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>
5842 <!--chtml endif-->
5845 NOTE:
5846 <OL>
5847  <LI>For help on a particular command, highlight the bold text associated
5848 with it above and hit Return.
5849  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5850 </OL>
5852 <H2>Description of the MESSAGE TEXT Screen</H2>
5854 The top line of the view message screen displays status
5855 information about the currently open collection and folder and about the
5856 current message.  It shows the name of the collection in angle brackets
5857 and then the name of the folder.  The line also displays the number
5858 of messages in the folder, the number of the current message and the
5859 percentage of the current message that has been displayed on the screen.
5860 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
5861 right corner.
5862 If the message has been answered (but not deleted) &quot;ANS&quot; will show
5863 in the corner.
5866 NOTE: to rapidly move to the end of a message, hit the
5867 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5868 (or Ctrl-W) key followed
5869 by Ctrl-V.  Similarly,
5870 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5871 followed by Ctrl-Y will take you to the beginning of
5872 a message.
5874 <H2>Explanation of Alternate Character Sets</H2>
5876 Alpine attempts to stay out of the way so that it won't prevent you from
5877 viewing mail in any character set.  It will simply send the message to
5878 your display device.  If the device is capable of displaying the
5879 message as it was written it will do so.  If not, the display may be
5880 partially or totally incorrect.
5881 If the message contains characters that are not representable in your 
5882 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
5883 variable in your configuration, then a warning message will be printed
5884 to your screen at the beginning of the message display.
5885 It is probably best to use UNIX Alpine in a terminal emulator
5886 capable of displaying UTF-8 characters.
5887 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5888 more information about character set settings.
5890 <P><UL>
5891 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5892 </UL>
5894 &lt;End of help on this topic&gt;
5895 </BODY>
5896 </HTML>
5897 ======= h_index_cmd_select =======
5898 <HTML>
5899 <HEAD>
5900 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5901 </HEAD>
5902 <BODY>
5903 <H1>Selecting: Select and WhereIs/Select</H1>
5905 Aggregate operations give you the ability to process a group of messages
5906 at once.  Acting on multiple messages requires two steps: (1) selecting a
5907 set of messages and then; (2) applying a command to that set. The first
5908 part is handled by the select command.  Select allows you to
5909 select messages based on their status (read, answered, etc.), contents,
5910 date, size, or keywords.
5911 You may also select based on one of your Rules or based on threads,
5912 and there are quick options to select a specific message or range of messages,
5913 to select the current message, or to select all messages.
5916 We describe the various selection criteria briefly:
5919 <DL>
5920 <DT>select All</DT>
5921 <DD> Marks all the messages in the folder as selected.
5922 </DD>
5924 <DT>select Cur</DT>
5925 <DD> Selects the currently highlighted message or currently highlighted
5926 set of messages if in a threaded view.
5927 </DD>
5929 <DT>select by Number</DT>
5930 <DD> Select by message number. This may be a comma-separated list instead or
5931 a single entry.
5932 Each element in the list may be either a single message number or a range
5933 of numbers with a dash between the lowest and highest member of the range.
5934 Some examples are 7 to select only message number 7; 2-5 to select messages
5935 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5936 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
5937 substitute for the highest numbered message in the folder, while the
5938 character &quot;.&quot; represents the message number holding the position
5939 of the cursor in the folder.
5940 If in a separate thread index where the numbers refer to threads instead of
5941 to messages, then you will be selecting all of the messages in the
5942 referenced threads instead of selecting by message number.
5943 </DD>
5945 <DT>select by Date</DT>
5946 <DD> Select by either the date stored in the Date headers of each message,
5947 or by the date when the messages arrived.
5948 This does not adjust for different time zones, but just checks to see what
5949 day the message was sent on.
5950 You may type in a date. If you do, the date should be in the form
5951 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5952 For example,
5953 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5955 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5956 If the date you want is close to the current date, it is probably
5957 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5958 is displayed, instead of typing in the date yourself.
5959 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5960 the date of the currently highlighted message. 
5962 There are six possible settings that are selected using the
5963 &quot;^W&nbsp;Toggle When&quot; command.
5964 Three of them select messages based on the Date headers.
5965 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5966 and &quot;SENT ON&quot;.
5967 SINCE is all messages with the selected date or later.
5968 BEFORE is all messages earlier than the selected date (not including the day
5969 itself).
5970 ON is all messages sent on the selected date.
5971 The other three select messages in the same way but they use the arrival
5972 times of the messages instead of the Date headers included in the messages.
5973 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5974 and &quot;ARRIVED ON&quot;.
5975 When you save a message from one folder to another the arrival time is
5976 preserved.
5977 </DD>
5979 <DT>select by Text</DT>
5980 <DD> Selects messages based on the message contents.
5981 This allows you to select a set of messages based on whether or not the
5982 message headers or message body contain specified text.
5983 You may look for text in the Subject, the From header,
5984 the To header, or the Cc header.
5985 You may also choose Recipient, which searches for the text in
5986 either the To or the Cc header;
5987 or Participant, which means To or Cc or From.
5988 Besides those specific header searches, you may also search the entire
5989 header and text of the message with &quot;All Text&quot;, or just the
5990 body of the message.
5992 To search for the absence of text, first type the &quot;! Not&quot; command
5993 before typing the specific type of text search.
5994 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5995 search for all messages that do not contain a particular word in their
5996 Subjects.
5998 If you choose a Subject search, you may use the subject from the current
5999 message by typing the &quot;^X Cur Subject&quot; command.
6000 You may then edit it further if you wish.
6001 For example, you might select the subject of a reply and edit the
6002 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6003 the original message being replied to.
6004 All of the other header searches allow you to use addresses from the
6005 headers of the current message if you want to.
6006 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6007 &quot;^W Cur Cc&quot;.
6008 In each case, if there is more than one address, only the first is offered.
6009 </DD>
6011 <DT>select by Status</DT>
6012 <DD> Selects messages based on their status.
6013 You may select all New, Important, Deleted, Answered, Recent, or Unseen
6014 messages.
6015 Or, if you first type the &quot;! Not&quot; command, you get not New,
6016 or not Important, and so on.
6017 If you select Deleted messages, you will get all messages with their
6018 Deleted flag set.
6019 Likewise for Important messages, all messages that you have flagged as
6020 being Important with the
6021 <A HREF="h_common_flag">Flag</A> command.
6022 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6023 because they try to match what you see on the screen by default.
6024 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6025 and Unanswered.
6026 If you have looked at the message, or deleted it, or answered it; then it
6027 is not considered &quot;New &quot;.
6028 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6030 &quot;Answered&quot; is another one that is a little different.
6031 It means that the message has been Answered <EM>and</EM> is not deleted.
6032 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6033 the opposite of &quot;Answered&quot;!
6034 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6035 both Unanswered <EM>and</EM> not deleted.
6037 The other two types were added later because the special nature of the
6038 New flag was not what was wanted by all users.
6039 New does match what you see in the index by default, but if you use
6040 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6041 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6042 be exactly what you want.
6043 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6044 they are deleted or answered, and
6045 &quot;Recent&quot; selects all of the messages that have been added to
6046 the folder since you started this Alpine session.
6047 (That's not technically quite true. If there are multiple mail clients
6048 reading an IMAP mailbox, each message will be marked as Recent in only
6049 one of the client's sessions.)
6050 </DD>
6052 <DT>select by siZe</DT>
6053 <DD> Selects messages based on their size being smaller than or larger
6054 than the size you specify.
6055 The size is the number of bytes.
6056 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
6057 the number.
6058 For example, 7K is the same as 7000.
6059 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
6060 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
6061 Use the &quot;^W&quot; command to toggle back and forth between Smaller
6062 and Larger.
6063 </DD>
6065 <DT>select by Keyword</DT>
6066 <DD> Selects messages that either have or do not have
6067 (using the &quot;!&nbsp;Not&quot; command)
6068 a particular <A HREF="h_config_keywords">Keyword</A> set.
6069 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
6070 command to select one from your list of keywords.
6072 <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.
6073 </DD>
6075 <DT>select by Rule</DT>
6076 <DD> Selects messages that either match or don't match
6077 (using the &quot;!&nbsp;Not&quot; command)
6078 one of the Rules you have defined.
6079 The most likely method of filling in the Rule is to use the
6080 &quot;^T&nbsp;To&nbsp;List&quot;
6081 command to select one of your Rules.
6082 All of the Rules you have defined will be in the list, including
6083 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
6084 They may not all make sense for this purpose, but they are all there for
6085 flexibility.
6086 You might find it useful to define some rules solely for the purpose
6087 of being used by the Select command.
6088 There is a special category for such Rules. They are called Search Rules.
6090 Unfortunately, Alpine does not allow all possible Rules to be defined.
6091 For example, there is no logical OR operation.
6092 OR is accomplished in the Filter Rules or the other types of Rules by
6093 simply defining two rules, one that matches the first part of the OR
6094 and another that matches the second part.
6095 But you can't do that here, since you only have a single Rule to work with.
6096 Likewise, the order of Rules is usually important.
6097 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6098 a message, then that stops the search for a further match.
6099 This means that you may be confused if you try to use Select by Rule to
6100 check your Filter rules because the order is important when filtering but
6101 is not considered here.
6102 </DD>
6104 <DT>select by tHread</DT>
6105 <DD> Selects all of the messages in the current thread.
6106 </DD>
6107 </DL>
6109 After you have an initial selection, the next and subsequent selection
6110 commands modify the selection.
6111 The select command changes. It first gives
6112 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
6113 &quot;unselect Current&quot;,
6114 &quot;Broaden selection&quot; (implements a logical OR), and
6115 &quot;Narrow selection&quot; (implements a logical AND).
6116 After you choose either Broaden or Narrow, you then choose one of the
6117 selection criteria listed above (by Text or Number or ...).
6118 You may use select as many times as you wish to get the selected set right.
6121 The WhereIs command has a feature (Ctrl-X) to
6122 select all the messages that match the WhereIs search. WhereIs searches
6123 through just the text that appears on the MESSAGE INDEX screen.
6124 This method is often slower than using the select command itself, unless the
6125 line you are looking for is not too far away in the index.
6128 The availability of the aggregate operations commands is determined by the
6129 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6130 Feature-List option in your Alpine
6131 configuration, which defaults to set.
6132 The features
6133 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
6135 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
6136 affect the behavior of the Select command.
6139 &lt;End of help on this topic&gt;
6140 </BODY>
6141 </HTML>
6142 ======= h_select_rule =======
6143 <HTML>
6144 <HEAD>
6145 <TITLE>Select: Rule</TITLE>
6146 </HEAD>
6147 <BODY>
6148 <H1>Select: Rule</H1>
6150 You are selecting messages that either match or don't match
6151 one of the Rules you have defined.
6152 You may either type the nickname of the Rule at the prompt, or use the
6153 &quot;^T&nbsp;To&nbsp;List&quot;
6154 command to select one of your Rules.
6155 All of the Rules you have defined will be in the list, including
6156 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
6157 They may not all make sense for this purpose, but they are all there for
6158 flexibility.
6159 Rules may be added by using the Setup/Rules screen off of the main Alpine
6160 menu.
6162 Unfortunately, Alpine does not allow all possible Rules to be defined.
6163 For example, there is no logical OR operation.
6164 OR is accomplished in the Filter Rules or the other types of Rules by
6165 simply defining two rules, one that matches the first part of the OR
6166 and another that matches the second part.
6167 But you can't do that here, since you only have a single Rule to work with.
6168 Likewise, the order of Rules is usually important.
6169 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6170 a message, then that stops the search for a further match.
6171 This means that you may be confused if you try to use Select by Rule to
6172 check your Filter rules because the order is important when filtering but
6173 is not considered here.
6176 &lt;End of help on this topic&gt;
6177 </BODY>
6178 </HTML>
6179 ======= h_select_text =======
6180 <HTML>
6181 <HEAD>
6182 <TITLE>Select: Text</TITLE>
6183 </HEAD>
6184 <BODY>
6185 <H1>Select: Text</H1>
6187 You are selecting messages based on the contents of the message.
6188 This allows you to select a set of messages based on whether or not the
6189 message headers or message body contain specified text.
6190 You may look for text in the Subject, the From header,
6191 the To header, or the Cc header.
6192 You may also choose Recipient, which searches for the text in
6193 either the To or the Cc header;
6194 or Participant, which means either the To header, or the Cc header,
6195 or the From header.
6196 Besides those specific header searches, you may also search the entire
6197 header and text of the message with &quot;All Text&quot;, or just the
6198 body of the message with &quot;Body&quot;.
6200 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
6201 before typing the specific type of text search.
6202 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6203 search for all messages that do not contain a particular word in their
6204 Subjects.
6206 If you choose a Subject search, you may use the subject from the current
6207 message by typing the &quot;^X Cur Subject&quot; command.
6208 You may then edit it further if you wish.
6209 For example, you might select the subject of a reply and edit the
6210 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6211 the original message being replied to.
6212 All of the other header searches allow you to use addresses from the
6213 headers of the current message if you want to.
6214 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6215 &quot;^W Cur Cc&quot;.
6216 In each case, if there is more than one address, only the first is offered.
6219 &lt;End of help on this topic&gt;
6220 </BODY>
6221 </HTML>
6222 ======= h_select_status =======
6223 <HTML>
6224 <HEAD>
6225 <TITLE>Select: Status</TITLE>
6226 </HEAD>
6227 <BODY>
6228 <H1>Select: Status</H1>
6230 You are selecting messages based on the status of the message.
6231 For example, whether or not the message has been marked Deleted or Important,
6232 or whether or not it has been Answered or is New.
6233 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
6234 opposite: not Deleted, not Important, and so on.
6236 If you select Deleted messages, you will get all messages with their
6237 Deleted flag set.
6238 Likewise for Important messages, all messages that you have flagged as
6239 being Important with the
6240 <A HREF="h_common_flag">Flag</A> command.
6241 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6242 because they try to match what you see on the screen by default.
6243 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6244 and Unanswered.
6245 If you have looked at the message, or deleted it, or answered it; then it
6246 is not considered &quot;New &quot;.
6247 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6249 &quot;Answered&quot; is another one that is a little different.
6250 It means that the message has been Answered <EM>and</EM> is not deleted.
6251 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6252 the opposite of &quot;Answered&quot;!
6253 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6254 both Unanswered <EM>and</EM> not deleted.
6256 (The New and Answered options may seem counter-intuitive.
6257 The reason it is done this way is
6258 because, by default, a Deleted message will show up with the &quot;D&quot;
6259 symbol in the MAIL INDEX screen even if it is New or Answered.
6260 The Delete symbol overrides the New and Answered symbols, because you
6261 usually don't care about the message anymore once you've deleted it.
6262 Similarly, you usually only care about whether a message is Answered or
6263 not if it is not Deleted.
6264 Once it is Deleted you've put it out of your mind.)
6266 The other two options were added later because the special nature of the
6267 New flag was not what was wanted by all users.
6268 New does match what you see in the index by default, but if you use
6269 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6270 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6271 be exactly what you expect.
6272 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6273 they are deleted or answered, and
6274 &quot;Recent&quot; selects all of the messages that have been added to
6275 the folder since you started this Alpine session.
6276 (That's not technically quite true. If there are multiple mail clients
6277 reading an IMAP mailbox, each message will be marked as Recent in only
6278 one of the client's sessions.
6279 That behavior can be convenienent for some purposes, like filtering, but
6280 it isn't usually what you expect when selecting.)
6283 &lt;End of help on this topic&gt;
6284 </BODY>
6285 </HTML>
6286 ======= h_index_cmd_apply =======
6287 <HTML>
6288 <HEAD>
6289 <TITLE>Apply Command</TITLE>
6290 </HEAD>
6291 <BODY>
6292 <H1>Apply Command</H1>
6294 Apply
6295 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
6296 is the second step of most aggregate operations.  Apply
6297 becomes active any time there is a defined set of selected messages.  The
6298 following commands can be applied to a selected message set: delete,
6299 undelete, reply, forward,
6300 <!--chtml if pinemode="os_windows"-->
6301 <!--chtml else--> 
6302 pipe,
6303 <!--chtml endif-->
6304 print, take address, save, export, bounce, and flag.
6307 The behavior of some of these commands in an aggregate sense is not easy to
6308 explain.  Try them out to see what they do.
6309 The feature
6310 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
6311 affects the behavior of the Apply command, as does the feature
6312 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
6315 &lt;End of help on this topic&gt;
6316 </BODY>
6317 </HTML>
6318 ======= h_index_cmd_zoom =======
6319 <HTML>
6320 <HEAD>
6321 <TITLE>ZoomMode Command</TITLE>
6322 </HEAD>
6323 <BODY>
6324 <H1>ZoomMode Command</H1>
6326 Another action you might want to take on a set of selected messages is to
6327 zoom in on them.  Like apply, zoom only becomes active when messages have
6328 been selected.
6329 ZoomMode
6330 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
6331 is a toggle command that allows you to
6332 zoom-in (and only see the selected messages) and zoom-out (to see all
6333 messages in the folder).  Neither apply nor zoom removes the markings that
6334 define the selected set; you need to use a select command in order
6335 to do that.
6338 &lt;End of help on this topic&gt;
6339 </BODY>
6340 </HTML>
6341 ======= h_index_collapse_expand =======
6342 <HTML>
6343 <HEAD>
6344 <TITLE>Collapse/Expand Command</TITLE>
6345 </HEAD>
6346 <BODY>
6347 <H1>Collapse/Expand Command</H1>
6349 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
6350 the folder is sorted by either Threads or OrderedSubject, and the
6351 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
6352 is set to something other than &quot;none&quot;.
6353 By default, this command collapses or expands the subthread that starts at
6354 the currently highlighted message, if any.
6355 If the subthread is already collapsed, then this command expands it.
6356 If the subthread is expanded, then this command collapses it.
6357 If there are no more messages below the current message in the
6358 thread tree (that is, there are no replies to the current message) then
6359 this command does nothing.
6362 The behavior of this command is affected by the option
6363 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
6364 Normally, this command Collapses or Expands the subthread that
6365 starts at the currently highlighted message.
6366 If the above option is set, then this command Collapses or Expands the
6367 entire current thread instead of just the subthread.
6368 The current thread is simply the top-level thread that contains the
6369 current message.
6372 &lt;End of help on this topic&gt;
6373 </BODY>
6374 </HTML>
6375 ======= h_index_cmd_sort =======
6376 <HTML>
6377 <HEAD>
6378 <TITLE>Sort Command</TITLE>
6379 </HEAD>
6380 <BODY>
6381 <H1>Sort Command</H1>
6383 In Alpine's generic configuration, messages are presented in the order in
6384 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
6385 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
6386 You can also re-sort the folder on demand with the sort
6387 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
6388 command.
6389 Your sorting options are:
6391 <UL>
6392  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
6393  <LI> <A HREF="h_index_sort_date">D</A>ate
6394  <LI> <A HREF="h_index_sort_subj">S</A>ubject
6395  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
6396  <LI> t<A HREF="h_index_sort_thread">H</A>read
6397  <LI> <A HREF="h_index_sort_from">F</A>rom
6398  <LI> si<A HREF="h_index_sort_size">Z</A>e
6399  <LI> scor<A HREF="h_index_sort_score">E</A>,
6400  <LI> <A HREF="h_index_sort_to">T</A>o
6401  <LI> <A HREF="h_index_sort_cc">C</A>c
6402 </UL>
6405 The Reverse option will toggle the order the index is currently
6406 sorted by, but will not change the relative sort order.
6409 Sorting a folder does not actually rearrange the way the folder is saved,
6410 it just re-arranges how the messages are presented to you.  This means
6411 that Alpine has to do the work of sorting every time you change sort order.
6412 Sometimes, especially with PC-Alpine or with large folders, this could take
6413 a while.
6416 &lt;End of help on this topic&gt;
6417 </BODY>
6418 </HTML>
6419 ======= h_index_sort_default =======
6420 <HTML>
6421 <HEAD>
6422 <TITLE>SORT OPTION: Default</TITLE>
6423 </HEAD>
6424 <BODY>
6425 <H1>SORT OPTION: Default</H1>
6427 The <EM>Default</EM> sort option just means to use the default sort order
6428 set in the
6429 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
6430 option in Setup/Config.
6433 &lt;End of help on this topic&gt;
6434 </BODY>
6435 </HTML>
6436 ======= h_index_sort_arrival =======
6437 <HTML>
6438 <HEAD>
6439 <TITLE>SORT OPTION: Arrival</TITLE>
6440 </HEAD>
6441 <BODY>
6442 <H1>SORT OPTION: Arrival</H1>
6444 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6445 in the order that they exist in the folder.  This is usually the same as the
6446 order in which they arrived.  This option is comparable to not sorting
6447 the messages at all.
6450 &lt;End of help on this topic&gt;
6451 </BODY>
6452 </HTML>
6453 ======= h_index_sort_date =======
6454 <HTML>
6455 <HEAD>
6456 <TITLE>SORT OPTION: Date</TITLE>
6457 </HEAD>
6458 <BODY>
6459 <H1>SORT OPTION: Date</H1>
6461 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6462 according to the date and time they were
6463 sent.
6466 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
6467 identical to sorting by &quot;Arrival&quot;.
6470 &lt;End of help on this topic&gt;
6471 </BODY>
6472 </HTML>
6473 ======= h_index_sort_subj =======
6474 <HTML>
6475 <HEAD>
6476 <TITLE>SORT OPTION: Subject</TITLE>
6477 </HEAD>
6478 <BODY>
6479 <H1>SORT OPTION: Subject</H1>
6481 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6482 by subject. 
6485 Messages with the same subject are
6486 first grouped together, and then the groups of like-subject messages
6487 are arranged alphabetically.
6490 Alpine ignores leading &quot;Re:&quot; and
6491 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
6492 likeness and alphabetical order of subject lines.
6495 &lt;End of help on this topic&gt;
6496 </BODY>
6497 </HTML>
6498 ======= h_index_sort_ordsubj =======
6499 <HTML>
6500 <HEAD>
6501 <TITLE>SORT OPTION: OrderedSubject</TITLE>
6502 </HEAD>
6503 <BODY>
6504 <H1>SORT OPTION: OrderedSubject</H1>
6506 The <EM>OrderedSubject</EM> sort option arranges messages in the
6507 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
6508 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
6511 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
6512 messages by the date of the oldest message in the group.
6515 This sort method provides for pseudo threading of conversations within
6516 a folder.
6517 You may want to try sorting by Thread instead.
6520 &lt;End of help on this topic&gt;
6521 </BODY>
6522 </HTML>
6523 ======= h_index_sort_thread =======
6524 <HTML>
6525 <HEAD>
6526 <TITLE>SORT OPTION: Thread</TITLE>
6527 </HEAD>
6528 <BODY>
6529 <H1>SORT OPTION: Thread</H1>
6531 The <EM>Thread</EM> sort option arranges messages in the
6532 MESSAGE&nbsp;INDEX by grouping all messages that indicate
6533 they are part of a conversation (discussion thread) taking
6534 place within a mailbox or newsgroup.  This indication is
6535 based on information in the message's header -- specifically
6536 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
6539 &lt;End of help on this topic&gt;
6540 </BODY>
6541 </HTML>
6542 ======= h_index_sort_from =======
6543 <HTML>
6544 <HEAD>
6545 <TITLE>SORT OPTION: From</TITLE>
6546 </HEAD>
6547 <BODY>
6548 <H1>SORT OPTION: From</H1>
6550 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6551 by the name of the author of the message.
6554 Messages with the same author are grouped together. Groups of
6555 messages are then put into alphabetical order according to message
6556 author.
6559 &lt;End of help on this topic&gt;
6560 </BODY>
6561 </HTML>
6562 ======= h_index_sort_size =======
6563 <HTML>
6564 <HEAD>
6565 <TITLE>SORT OPTION: Size</TITLE>
6566 </HEAD>
6567 <BODY>
6568 <H1>SORT OPTION: Size</H1>
6570 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6571 by their relative sizes.
6574 &lt;End of help on this topic&gt;
6575 </BODY>
6576 </HTML>
6577 ======= h_index_sort_score =======
6578 <HTML>
6579 <HEAD>
6580 <TITLE>SORT OPTION: Score</TITLE>
6581 </HEAD>
6582 <BODY>
6583 <H1>SORT OPTION: Score</H1>
6585 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6586 by their scores.
6589 Messages with the same score are sorted in arrival order.
6590 Scores are something you create using the
6591 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
6594 &lt;End of help on this topic&gt;
6595 </BODY>
6596 </HTML>
6597 ======= h_index_sort_to =======
6598 <HTML>
6599 <HEAD>
6600 <TITLE>SORT OPTION: To</TITLE>
6601 </HEAD>
6602 <BODY>
6603 <H1>SORT OPTION: To</H1>
6605 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
6606 by the names of the recipients of the message.
6609 Messages with the same recipients are grouped together. Groups of
6610 messages are then put into alphabetical order according to message
6611 recipients.
6614 &lt;End of help on this topic&gt;
6615 </BODY>
6616 </HTML>
6617 ======= h_index_sort_cc =======
6618 <HTML>
6619 <HEAD>
6620 <TITLE>SORT OPTION: Cc</TITLE>
6621 </HEAD>
6622 <BODY>
6623 <H1>SORT OPTION: Cc</H1>
6625 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
6626 the names of the carbon copy addresses of the message.
6629 &lt;End of help on this topic&gt;
6630 </BODY>
6631 </HTML>
6632 ======= h_index_cmd_whereis =======
6633 <HTML>
6634 <HEAD>
6635 <TITLE>WhereIs Command</TITLE>
6636 </HEAD>
6637 <BODY>
6638 <H1>WhereIs Command</H1>
6640 The WhereIs
6641 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6642 command lets you search the MESSAGE INDEX for a word.
6643 It scans through whatever you see, usually the name of the author
6644 and the Subject line.
6645 WhereIs has special subcommands to let you find the beginning of the
6646 index (Ctrl-Y -- first message)
6647 or the end of the index (Ctrl-V -- last message).
6649 Note that WhereIs only searches through the visible text on the screen.
6650 For example, if only part of the Subject of a message is shown because it
6651 is long, then only the visible portion of the Subject is searched.
6652 Also note that WhereIs does not &quot;see&quot; the 
6653 &quot;X&quot; in column one of Index entries for selected messages
6654 so it can't be used to search for
6655 selected messages (use &quot;Zoom&quot; instead).
6657 If the feature
6658 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6659 is turned on,
6660 WhereIs can also be used as a quick way to select messages that match the
6661 string being searched for.
6662 Instead of typing carriage return to search for the next match, type
6663 Ctrl-X to select all matches.
6664 Once again, this only selects matches that are (or would be if the right
6665 index line was on the screen) visible.
6666 Truncated From lines or Subjects will cause matches to be missed.
6667 Although WhereIs is sometimes convenient for quick matching, the Select
6668 command is usually more powerful and usually faster.
6671 &lt;End of help on this topic&gt;
6672 </BODY>
6673 </HTML>
6674 ======= h_view_cmd_whereis =======
6675 <HTML>
6676 <HEAD>
6677 <TITLE>WhereIs Command</TITLE>
6678 </HEAD>
6679 <BODY>
6680 <H1>WhereIs Command</H1>
6682 The WhereIs
6683 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6684 command does a &quot;find in current message&quot; operation.  You
6685 type in text and Alpine will try to find it in the message you are
6686 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
6687 or end (Ctrl-V) of the message.
6688 That is, to rapidly move to the end of a message, hit the 
6689 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6690 (or Ctrl-W) key followed
6691 by Ctrl-V.  Similarly,
6692 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6693 followed by Ctrl-Y will take you to the beginning of a message.
6696 &lt;End of help on this topic&gt;
6697 </BODY>
6698 </HTML>
6699 ======= h_view_cmd_hilite =======
6700 <HTML>
6701 <HEAD>
6702 <TITLE>View Hilite and Next item/Previous item</TITLE>
6703 </HEAD>
6704 <BODY>
6705 <H1>View Hilite and Next item/Previous item</H1>
6707 Sometimes messages may be in the form of formatted HTML text
6708 or they may contain URLs or Web server hostnames.
6709 When any of the features
6710 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
6711 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
6712 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
6714 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
6715 are enabled, Alpine will represent such selectable items in the text
6716 in bold typeface.  One of the selectable items will be displayed in
6717 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
6718 Press the Return key to view the currently selected item.
6721 The Up and Down Arrows keys can be used to change the selected item
6722 (also see the feature
6723 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
6724 If there are no selectable items in the direction of the arrow you
6725 pressed, Alpine will scroll the display in that direction until one
6726 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
6727 items in the message text, use the Previous and Next item commands,
6728 <!--chtml if pinemode="function_key"-->F5 and F6
6729 <!--chtml else-->^B and ^F<!--chtml endif-->.
6732 &lt;End of help on this topic&gt;
6733 </BODY>
6734 </HTML>
6735 ======= h_view_cmd_viewattch =======
6736 <HTML>
6737 <HEAD>
6738 <TITLE>ViewAttch Command</TITLE>
6739 </HEAD>
6740 <BODY>
6741 <H1>ViewAttch Command</H1>
6744 The View/Save Attachment
6745 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
6746 command allows you to handle MIME attachments to a message you have
6747 received.  Alpine shows you a list of the message attachments -- you just
6748 choose the attachment you want.  You may either view or save the
6749 selected attachment.
6752 Because many attachments require external programs for display, there
6753 is some system configuration that has to happen before you can
6754 actually display attachments.  Hopefully much of that will have been
6755 done already by your system administrator.  MIME configuration is
6756 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6757 on configuration in the
6758 <A HREF="h_news">release notes</A> for more information.)
6761 &lt;End of help on this topic&gt;
6762 </BODY>
6763 </HTML>
6764 ======= h_index_cmd_expunge =======
6765 <HTML>
6766 <HEAD>
6767 <TITLE>Expunge/Exclude Command</TITLE>
6768 </HEAD>
6769 <BODY>
6770 <H1>Expunge/Exclude Command</H1>
6772 Expunge/Exclude
6773 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6774 is the command Alpine uses to actually remove all messages
6775 marked for deletion.  With regular email files, expunge literally deletes
6776 the text from the current folder.  With newsgroups or shared mailboxes,
6777 you don't have permission to actually remove the message, so it is an
6778 exclude -- Alpine removes the message from your view of the folder even
6779 though it is not technically gone.
6781 <P> A selective expunge command is available in IMAP folders that support 
6782 the UID EXPUNGE extension in <A 
6783 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6784 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6785 as a subcommand of the apply command. If some selected messages are marked 
6786 deleted, then the apply command will offer the eXpunge command, which when 
6787 executed will only expunge those messages that are selected and deleted.
6789 <P> 
6790 Observe that the expunge command (when not used from the apply command) 
6791 will expunge/exclude all deleted messages from the folder, and so all 
6792 messages marked deleted will be expunged, regardless of if they are 
6793 selected or not. In other words, there is no protection against 
6794 potentially expunging more messages than only those that have been 
6795 selected and deleted.
6798 The configuration features
6799 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6801 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6802 affect the behavior of the Expunge command.
6805 &lt;End of help on this topic&gt;
6806 </BODY>
6807 </HTML>
6808 ======= h_common_compose =======
6809 <HTML>
6810 <HEAD>
6811 <TITLE>Compose Command</TITLE>
6812 </HEAD>
6813 <BODY>
6814 <H1>Compose Command</H1>
6816 The Compose command takes you into the Alpine message composer where you
6817 can start a new message for sending.  This is where you type in the
6818 message's text and specify its recipient list (the &quot;To:&quot;
6819 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6820 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6821 be attached to the message.
6824 When you type this command, Alpine will also automatically check for any
6825 interrupted (i.e., a message that was being composed when your modem
6826 or network connection was broken) or previously postponed messages and
6827 offer you a chance to continue working on those.
6830 <UL>   
6831 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6832 </UL><P>
6833 &lt;End of help on this topic&gt;
6834 </BODY>
6835 </HTML>
6836 ======= h_common_index =======
6837 <HTML>
6838 <HEAD>
6839 <TITLE>Message Index Command</TITLE>
6840 </HEAD>
6841 <BODY>
6842 <H1>Message Index Command</H1>
6844 The Index command takes you to the MESSAGE INDEX screen that displays a
6845 summary caption for each message in the currently-open folder. One
6846 message will be highlighted; this is the &quot;Current&quot; message.
6847 The message commands available from this screen (e.g. View, Reply,
6848 Forward, Delete, Print, Save, etc) apply to the current message.
6851 &lt;End of help on this topic&gt;
6852 </BODY>
6853 </HTML>
6854 ======= h_common_folders =======
6855 <HTML>
6856 <HEAD>
6857 <TITLE>Folder List Command</TITLE>
6858 </HEAD>
6859 <BODY>
6860 <H1>Folder List Command</H1>
6862 This Folder List command takes you to the FOLDER LIST screen that displays
6863 the names of all your message folders and allows you to view, rename,
6864 delete, and add folders.  You can open (view) a different folder than the
6865 one currently open by highlighting the desired one (using the arrow keys
6866 or their control-key equivalents) and pressing RETURN.
6869 If you have multiple folder collections defined (see the Help text for
6870 the FOLDER LIST screen to learn more about Collections), you may need
6871 to press Return to expand the collection and display all of the
6872 folders in it.
6875 &lt;End of help on this topic&gt;
6876 </BODY>
6877 </HTML>
6878 ======= h_main_addrbook =======
6879 <HTML>
6880 <HEAD>
6881 <TITLE>Address Book Command</TITLE>
6882 </HEAD>
6883 <BODY>
6884 <H1>Address Book Command</H1>
6886 This command, available only from the MAIN MENU, takes you
6887 to the ADDRESS BOOK management screen.  From here, your personal address
6888 book(s) may be updated.
6891 &lt;End of help on this topic&gt;
6892 </BODY>
6893 </HTML>
6894 ======= h_main_setup =======
6895 <HTML>
6896 <HEAD>
6897 <TITLE>Setup Command</TITLE>
6898 </HEAD>
6899 <BODY>
6900 <H1>Setup Command</H1>
6902 The Setup command, available only from the MAIN MENU, prompts you for
6903 one of several configuration screens, including the SETUP CONFIGURATION 
6904 screen, by which you may activate optional Alpine features.
6907 &lt;End of help on this topic&gt;
6908 </BODY>
6909 </HTML>
6910 ======= h_main_release_notes =======
6911 <HTML>
6912 <HEAD>
6913 <TITLE>Release Notes Command</TITLE>
6914 </HEAD>
6915 <BODY>
6916 <H1>Release Notes Command</H1>
6918 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6919 as well as pointers to further information such as history and legal notes.
6922 &lt;End of help on this topic&gt;
6923 </BODY>
6924 </HTML>
6925 ======= h_main_kblock =======
6926 <HTML>
6927 <HEAD>
6928 <TITLE>Keyboard Lock Command</TITLE>
6929 </HEAD>
6930 <BODY>
6931 <H1>Keyboard Lock Command</H1>
6933 This command allows your Alpine session to be protected
6934 during a temporary absence from your terminal.
6937 &lt;End of help on this topic&gt;
6938 </BODY>
6939 </HTML>
6940 ======= h_main_journal =======
6941 <HTML>
6942 <HEAD>
6943 <TITLE>Journal Command</TITLE>
6944 </HEAD>
6945 <BODY>
6946 <H1>Journal Command</H1>
6948 This command displays a list of all the status messages Alpine has
6949 displayed (on the third line from the bottom of the screen). This may
6950 be useful if a message disappeared before you had a chance to read it.
6953 &lt;End of help on this topic&gt;
6954 </BODY>
6955 </HTML>
6956 ======= h_common_role =======
6957 <HTML>
6958 <HEAD>
6959 <TITLE>Role Command</TITLE>
6960 </HEAD>
6961 <BODY>
6962 <H1>Role Command</H1>
6964 The Role command is similar to the Compose command except that it starts
6965 off by letting you select a <A HREF="h_rules_roles">role</A>
6966 to be used for the composition.
6967 You may set up alternate roles by using Setup/Rules/Roles.
6970 &lt;End of help on this topic&gt;
6971 </BODY>
6972 </HTML>
6973 ======= h_common_conditional_cmds =======
6974 <HTML>
6975 <HEAD>
6976 <TITLE>Conditional Commands</TITLE>
6977 </HEAD>
6978 <BODY>
6979 <H1>Conditional Commands</H1>
6981 The presence or absence of certain commands, particularly in the
6982 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6983 whether or not specific features are set in your Alpine configuration.  
6984 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6985 Alpine's MAIN MENU.)  To see if a desired command's availability is
6986 conditioned on a feature setting, see the command's help text (highlight
6987 the phrase associated with the command and hit Return).
6990 Also note that some
6991 commands may be administratively disabled by your system manager;
6992 if they don't work, please check with your local help desk.
6995 <UL>   
6996 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6997 </UL><P>
6998 &lt;End of help on this topic&gt;
6999 </BODY>
7000 </HTML>
7001 ======= h_common_pipe =======
7002 <HTML>
7003 <HEAD>
7004 <TITLE>Pipe Command</TITLE>
7005 </HEAD>
7006 <BODY>
7007 <H1>Pipe Command</H1>
7009 Pipe
7010 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
7011 allows you to send a message to a specified Unix command for external
7012 processing.
7013 This command's availability is controlled by the
7014 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
7015 feature.
7016 By default, the processed text of the message is sent to the command
7017 you specify and the output is captured by Alpine and shown to you.
7018 When you run the pipe command, there are some sub-commands which may be
7019 used to alter this behavior.
7020 These sub-commands are described <A HREF="h_pipe_command">here</A>.
7023 &lt;End of help on this topic&gt;
7024 </BODY>
7025 </HTML>
7026 ======= h_common_goto =======
7027 <HTML>
7028 <HEAD>
7029 <TITLE>Goto Command</TITLE>
7030 </HEAD>
7031 <BODY>
7032 <H1>Goto Command</H1>
7034 Goto
7035 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
7036 is the command that lets you bypass Alpine's folder selection screens
7037 and jump directly to a new folder.  You can select any folder in the
7038 world: one in your current collection, one in a different collection or
7039 one in a collection you've never even used before.
7042 Alpine will help you as much as possible to narrow in on the folder you want.
7043 However, if the folder is outside of your defined collections, you are
7044 going to have to enter the exact folder location using the correct
7045 <A HREF="h_valid_folder_names">syntax</A>
7046 for a remote folder and/or fully-qualified path name.
7049 &lt;End of help on this topic&gt;
7050 </BODY>
7051 </HTML>
7052 ======= h_common_nextnew =======
7053 <HTML>
7054 <HEAD>
7055 <TITLE>NextNew Command</TITLE>
7056 </HEAD>
7057 <BODY>
7058 <H1>NextNew Command</H1>
7060 When you press the TAB key, Alpine advances to the next
7061 &quot;interesting&quot; message.
7062 This will be the next message you have not seen before, or the next message
7063 you have flagged Important, whichever comes first.
7064 Unread messages that have been deleted are not considered interesting.
7065 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
7066 articles after you have read them if you want to remove them from future
7067 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
7068 more information.)
7071 The NextNew command is affected by the feature
7072 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
7073 which causes Alpine to only consider Unread messages interesting, not messages
7074 flagged Important.
7077 This command behaves a little differently when it finds there are no more
7078 interesting messages left in the current folder.
7079 If the current folder is one of your Incoming Message Folders
7080 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
7081 or it is a newsgroup, then Alpine will try to find the next folder or
7082 newsgroup that contains <EM>Recent</EM> messages and will ask you
7083 if you want to open that folder.
7084 This behavior may be modified by using the
7085 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
7086 feature that causes Alpine to look for Unseen messages instead of Recent
7087 messages.
7088 The NextNew command's behavior is also affected by the configuration features
7089 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
7091 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
7094 &lt;End of help on this topic&gt;
7095 </BODY>
7096 </HTML>
7097 ======= h_common_jump =======
7098 <HTML>
7099 <HEAD>
7100 <TITLE>Jump Command</TITLE>
7101 </HEAD>
7102 <BODY>
7103 <H1>Jump Command</H1>
7105 This is Alpine's way of allowing you to go straight to a specific message.
7106 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
7107 configured such that typing in any number automatically jumps you to that
7108 message 
7109 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
7110 in the SETUP CONFIGURATION).
7113 &lt;End of help on this topic&gt;
7114 </BODY>
7115 </HTML>
7116 ======= h_common_flag =======
7117 <HTML>
7118 <HEAD>
7119 <TITLE>Flag Command</TITLE>
7120 </HEAD>
7121 <BODY>
7122 <H1>Flag Command</H1>
7124 Flag
7125 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7126 is the command that allows users to manipulate the status flags that
7127 appear on the left side of the MESSAGE INDEX screen.  The most common
7128 use of this is to mark a message as important. This is something of a
7129 note to yourself to get back to that message.  You may also use the
7130 flag command to set (or unset) the flags that indicate that a message
7131 is new, answered, deleted, or forwarded.<P>
7133 Provided the mail server supports it,
7134 you may also manipulate user-defined keywords
7135 for a message using the flag command.
7136 These keywords will be available if you use the Flag Details screen that you
7137 can get to after typing the
7138 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7139 command.
7140 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
7141 which are always present.
7142 You may add new keywords by using the Add KW command from the Flag Details screen
7143 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
7145 The availability of the flag command is determined by the
7146 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
7147 feature in your Alpine configuration. Also, it is possible that Flag could be
7148 administratively disabled by your system manager; if it doesn't work,
7149 please check with your local help desk before reporting a bug.
7150 The behavior of the flag command may be modified by the
7151 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
7152 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
7155 &lt;End of help on this topic&gt;
7156 </BODY>
7157 </HTML>
7158 ======= h_common_hdrmode =======
7159 <HTML>
7160 <HEAD>
7161 <TITLE>HdrMode Command</TITLE>
7162 </HEAD>
7163 <BODY>
7164 <H1>HdrMode Command</H1>
7166 Every email message comes with some header lines that you normally
7167 don't see (and don't want to see).
7168 These include anywhere from 3-20 lines (or more) added by the
7169 Internet mail transport system to record the route your message took,
7170 for diagnostic purposes.
7171 These are normally of no import and simply
7172 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
7173 This also includes other non-standard headers the message may contain.
7174 If you want to see these headers, there is a way to reveal them.
7177 The Header Mode
7178 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7179 command is a toggle that controls Alpine's handling of these header
7180 lines.  Normally, full headers is &quot;off&quot; and you only see a
7181 few lines about who a message is to and who it is from.  When you
7182 press
7183 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7184 to turn full headers on, Alpine will show you
7185 the normal header lines as well as delivery headers, comment headers,
7186 MIME headers, and any other headers present.
7189 Several different Alpine commands honor the header mode -- it affects how
7190 messages are displayed, how they appear in forward and reply email, how
7191 they are printed, how they are saved, and how they are exported.
7192 <!--chtml if pinemode="os_windows"-->
7193 <!--chtml else--> 
7194 The pipe command is also affected.
7195 <!--chtml endif-->
7198 The presence or absence of the Header Mode command is determined by the
7199 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7200 Feature-List option in your Alpine configuration.
7203 If you have also turned on the
7204 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
7205 option then the HdrMode command actually rotates through three states
7206 instead of just two.
7207 The first is the normal view with long quotes suppressed.
7208 The second is the normal view but with the long quotes included.
7209 The last enables the display of all headers in the message.
7210 When using Export, Pipe, Print, Forward, or Reply the quotes are
7211 never suppressed, so the first two states are identical.
7214 The behavior of the Header Mode command may be altered slightly by
7215 turning on the
7216 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
7217 Feature-List option in your Alpine configuration.
7218 In particular, it will cause the Header Mode to be persistent when moving
7219 from message to message instead of resetting to the default for each message.
7222 <UL>   
7223 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7224 </UL><P>
7225 &lt;End of help on this topic&gt;
7226 </BODY>
7227 </HTML>
7228 ======= h_common_print =======
7229 <HTML>
7230 <HEAD>
7231 <TITLE>Print Command</TITLE>
7232 </HEAD>
7233 <BODY>
7234 <H1>Print Command</H1>
7236 The Print
7237 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
7238 command allows you to print a copy of a message.
7239 There are many SETUP CONFIGURATION features that affect the
7240 Print command, including
7241 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
7242 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
7243 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
7244 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
7245 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
7246 You set up for printing by using the Printer option of the Setup command
7247 on the MAIN MENU.
7251 &lt;End of help on this topic&gt;
7252 </BODY>
7253 </HTML>
7254 ======= h_common_take =======
7255 <HTML>
7256 <HEAD>
7257 <TITLE>TakeAddr Command</TITLE>
7258 </HEAD>
7259 <BODY>
7260 <H1>TakeAddr Command</H1>
7263 With the Take Address
7264 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
7265 command, you can extract email addresses from an
7266 incoming message and save them in an address book.  This is an easy way
7267 to add to your address book and avoid having to remember the email
7268 addresses of the people who write to you.
7271 If the message is just to you individually, then you will only need to
7272 provide a nickname.  If the message contains more than one email address,
7273 then you will see an address
7274 selection screen that lets you choose the address you want to save into
7275 your address book, or lets you choose several of them add to a
7276 personal distribution list.
7279 Once you've added an entry to your address book, you can use it from the
7280 message composer by typing the nickname of the entry into one of the
7281 header fields (for example, into the To: field), or you can use ^T from
7282 the header field to select the entry from your address book.
7285 If the configuration feature
7286 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
7287 is set, the behavior of the Take command is altered slightly.
7290 &lt;End of help on this topic&gt;
7291 </BODY>
7292 </HTML>
7293 ======= h_ge_import =======
7294 <HTML>
7295 <HEAD>
7296 <TITLE>Import File Selection</TITLE>
7297 </HEAD>
7298 <BODY>
7299 <H1>Import File Selection</H1>
7301 You are importing a file that you previously
7302 exported from Alpine.
7303 You are now being asked for the name of that file.
7304 The easiest way to select a file is probably with the &quot;^T&quot;
7305 &quot;To Files&quot; command.
7306 Alternatively, you may type in a file name.
7307 It may be an absolute pathname.
7308 Otherwise, it is a file located in your home directory
7309 or current working directory
7310 <!--chtml if pinemode="running"-->
7311 (which, at least for your current Alpine &quot;session,&quot; 
7312 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7313 <!--chtml endif-->, depending on the
7314 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7315 In any case, you finish by typing a carriage return to accept the
7316 file name that is displayed.
7317 When the feature
7318 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7319 is turned on you may use TAB to complete partially typed in names.
7321 You may cancel the import operation by typing &quot;^C&quot; after exiting
7322 this help.
7324 &lt;End of help on this topic&gt;
7325 </BODY>
7326 </HTML>
7327 ======= h_ge_allparts =======
7328 <HTML>
7329 <HEAD>
7330 <TITLE>Export Message File Selection</TITLE>
7331 </HEAD>
7332 <BODY>
7333 <H1>Export Message File Selection</H1>
7335 You are Exporting a message from an Alpine mail folder
7336 to a plain text file.
7337 You also have the option of exporting all of the attachments associated
7338 with the message.
7339 You are now being asked for the name of the file to export <EM>to</EM>.
7340 The easiest way to select a file is probably with the &quot;^T&quot;
7341 &quot;To Files&quot; subcommand.
7342 After returning from that subcommand you will still be allowed to
7343 edit the name you have selected.
7344 Alternatively, you may type in a file name.
7345 It may be an absolute pathname.
7346 Otherwise, it is a file located in your home directory
7347 or current working directory
7348 <!--chtml if pinemode="running"-->
7349 (which, at least for your current Alpine &quot;session,&quot; 
7350 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7351 <!--chtml endif-->, depending on the
7352 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7353 In any case, you finish by typing a carriage return to accept the
7354 file name that is displayed.
7355 When the feature
7356 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7357 is turned on you may use TAB to complete partially typed in names.
7359 The message you are exporting appears to have some attachments.
7360 If you wish to save <EM>all</EM> of the attachments at once,
7361 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
7362 saving of the attachments.
7363 You may turn it back off by typing &quot;^P&quot; again, which will now
7364 be labeled &quot;NoAllParts&quot; instead.
7365 If you want to save the parts the command displayed should be
7366 &quot;NoAllParts&quot;!
7367 When you choose to save attachments like this, the attachments will be saved
7368 in a newly created directory.
7369 That directory will have the same name as the file name you choose here,
7370 with the letters &quot;.d&quot; appended.
7371 If that directory already exists, then the letters &quot;.d_1&quot; will
7372 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
7373 is found.
7374 For example, if you select the file name
7376 <CENTER><SAMP>filename</SAMP></CENTER>
7378 to export the message to, then the directory used for the attachments will be
7380 <CENTER><SAMP>filename.d</SAMP></CENTER>
7382 or perhaps
7384 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
7386 The attachments will then be put into files inside that directory.
7387 The names for the attachment files will be derived from the attachments
7388 if possible.
7389 This is done in the same way as the default values are derived if you
7390 save them one at a time.
7391 (The &quot;filename&quot; parameter from the Content-Disposition header
7392 is the first choice. If that doesn't exist, the &quot;name&quot;
7393 parameter from the Content-Type header is used.)
7394 If a name for a particular attachment is not available, then the
7395 part number of the attachment is used, with the characters &quot;part_&quot;
7396 prepended.
7397 An example of that would be
7399 <CENTER><SAMP>part_2.1</SAMP></CENTER>
7401 If you want to save only some of the attachments or if you want more control
7402 over the directory and filename where an attachment is saved you may
7403 cancel out of this command and View the attachment list.
7404 From there you can save each attachment individually.
7406 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7407 this help.
7409 &lt;End of help on this topic&gt;
7410 </BODY>
7411 </HTML>
7412 ======= h_ge_export =======
7413 <HTML>
7414 <HEAD>
7415 <TITLE>Export File Selection</TITLE>
7416 </HEAD>
7417 <BODY>
7418 <H1>Export File Selection</H1>
7420 You are Exporting or Saving something from within the Alpine world
7421 (a message, an attachment, etc.)
7422 to a plain text file.
7423 You are now being asked for the name of the file to export <EM>to</EM>.
7424 The easiest way to select a file is probably with the &quot;^T&quot;
7425 &quot;To Files&quot; subcommand.
7426 After returning from that subcommand you will still be allowed to
7427 edit the name you have selected.
7428 Alternatively, you may type in a file name.
7429 It may be an absolute pathname.
7430 Otherwise, it is a file located in your home directory
7431 or current working directory
7432 <!--chtml if pinemode="running"-->
7433 (which, at least for your current Alpine &quot;session,&quot; 
7434 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7435 <!--chtml endif-->, depending on the
7436 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7437 In any case, you finish by typing a carriage return to accept the
7438 file name that is displayed.
7439 When the feature
7440 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7441 is turned on you may use TAB to complete partially typed in names.
7443 If the object you are exporting is a message with some attachments,
7444 you may wish to save all of the attachments by typing the &quot;^P&quot;
7445 &quot;AllParts&quot; command to turn on saving of the attachments.
7446 This subcommand will only be visible if the message actually has attachments.
7447 You may also View the attachment list and save individual attachments from
7448 there.
7450 If you are SAVING a text part (text/plain, text/html, etc.) you can use
7451 the Control-R subcommand to toggle if saving will be done in binary mode,
7452 meaning that the attachment will be decoded, but will not be transformed
7453 to UTF-8 for further processing (either in internal filters, or user
7454 supplied filters.) This is useful in case you either want to preserve
7455 the text as it was encoded originally to you, or the attachment was
7456 incorrectly attached (the attachment is not of text type) and you need
7457 the original text to process the attachment.
7459 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7460 this help.
7462 &lt;End of help on this topic&gt;
7463 </BODY>
7464 </HTML>
7465 ======= h_common_save =======
7466 <HTML>
7467 <HEAD>
7468 <TITLE>Save and Export Commands</TITLE>
7469 </HEAD>
7470 <BODY>
7471 <H1>Save and Export Commands</H1>
7473 Save
7474 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
7475 and Export
7476 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
7477 are the two alternatives Alpine gives you to keep a copy of the message
7478 you are reading. If you want to keep the message within Alpine's email
7479 world, use &quot;Save&quot;; if you want to use the message in another
7480 program, use &quot;Export&quot;.
7483 When you Save a message, it is put into an existing folder or into a new
7484 folder in one of your existing folder collections.  The message stays in
7485 email format and can be read by Alpine again.  Alpine may use a special format
7486 for its mail folders -- never edit an Alpine folder by hand or with any
7487 program other than Alpine.  The exact behavior of the Save command can be
7488 configured with the
7489 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
7490 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
7491 and 
7492 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
7493 feature list settings.
7494 The name of the folder offered as a default is controlled by the option
7495 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
7498 When you use Export, the message is placed in a plain text file in your
7499 home directory 
7500 <!--chtml if pinemode="running"-->
7501 (which, in the present configuration of your system, is
7502  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7503 <!--chtml endif-->
7504 or current working directory
7505 <!--chtml if pinemode="running"-->
7506 (which, at least for your current Alpine &quot;session,&quot; 
7507 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7508 <!--chtml endif-->, depending on the
7509 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7510 configuration setting.  In the normal case, only minimal
7511 headers are exported with the message; however, if the full header mode 
7512 (whose availability may be disabled  by setting the feature 
7513 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7514 in SETUP CONFIGURATION) is
7515 toggled on, then complete headers are exported along with the message
7516 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
7517 defined, they may affect the contents of the exported file.)
7520 &lt;End of help on this topic&gt;
7521 </BODY>
7522 </HTML>
7523 ======= h_common_bounce =======
7524 <HTML>
7525 <HEAD>
7526 <TITLE>Bounce Command</TITLE>
7527 </HEAD>
7528 <BODY>
7529 <H1>Bounce Command</H1>
7531 The Bounce 
7532 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
7533 command allows you to re-send, or &quot;remail&quot;, a
7534 message, as if you were never in the loop.  It is analogous to crossing
7535 out your address on a postal letter, writing a different address on the
7536 envelope, and putting it into the mailbox. Bounce is used primarily to
7537 redirect email that was sent to you in error.
7538 Also, some owners of email
7539 lists need the bounce command to handle list traffic.
7540 Bounce is not anonymous.
7541 A ReSent-From header is added to the message so that the recipient may
7542 tell that you Bounced it to them.
7545 The presence or absence of the Bounce command is determined by the
7546 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
7547 feature in your Alpine configuration.
7548 The feature
7549 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
7550 affects the behavior of the Bounce command.
7551 Also, it is possible that Bounce could be
7552 administratively disabled by your system manager; if it doesn't work,
7553 please check with your local help desk before reporting a bug.
7556 &lt;End of help on this topic&gt;
7557 </BODY>
7558 </HTML>
7559 ======= h_common_reply =======
7560 <HTML>
7561 <HEAD>
7562 <TITLE>Reply and Forward Commands</TITLE>
7563 </HEAD>
7564 <BODY>
7566 <H1>Reply and Forward Commands</H1>
7568 Replying 
7569 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
7570 and Forwarding 
7571 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
7572 are your two alternatives for following up on the
7573 message you are reading.  You would use reply if you want to get email
7574 back to the author of the message and/or the other people who have
7575 already seen it.  You use forward if you want somebody new to see the
7576 message.
7579 In the normal case, the only thing that you must supply when forwarding a
7580 message is the name/email address of the new recipient.
7581 Alpine will include the text of the forwarded message.
7582 Alpine will also include any attachments to the message.
7583 There is space above the forwarded text for you to include additional comments.
7586 When replying, you usually have to answer some questions.
7587 If the message is to multiple people and/or specified with a Reply-To: header,
7588 then you will have to decide who should get the reply.
7589 You also need to decide whether or not to include the previous
7590 message in your reply.
7591 Some of this is configurable.
7592 Specifically, see the
7593 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
7594 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
7595 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
7597 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
7598 configuration features.
7601 Both the Reply and Forward commands react to the full header mode toggle.
7602 If the full header mode is on, then all the header and delivery lines are
7603 included with the text of the message in your reply/forward.
7606 Other configuration features that affect the Reply command are
7607 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
7608 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
7609 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
7612 &lt;End of help on this topic&gt;
7613 </BODY>
7614 </HTML>
7615 ======= h_common_delete =======
7616 <HTML>
7617 <HEAD>
7618 <TITLE>Delete and Undelete Commands</TITLE>
7619 </HEAD>
7620 <BODY>
7621 <H1>Delete and Undelete Commands</H1>
7623 Delete 
7624 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
7625 and Undelete 
7626 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
7627 allow you to change the Deleted flag for the current message.
7628 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
7629 removes the mark.
7630 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
7631 at the left hand edge of the index line.
7632 When viewing a deleted message, the letters &quot;DEL&quot; will be present
7633 in the upper right hand corner of the screen.
7634 Delete simply <EM>marks</EM> a message Deleted, it does not actually
7635 get rid of the message.
7636 The eXpunge command (available from the MESSAGE INDEX screen) actually
7637 removes all of the deleted messages in a folder.
7638 Once a message is eXpunged, it can't be retrieved.
7641 The Delete command is affected by the setting of the configuration feature
7642 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
7645 &lt;End of help on this topic&gt;
7646 </BODY>
7647 </HTML>
7648 ======= h_common_postpone =======
7649 <HTML>
7650 <HEAD>
7651 <TITLE>Postpone Command</TITLE>
7652 </HEAD>
7653 <BODY>
7654 <H1>Postpone Command</H1>
7656 The postpone
7657 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
7658 command allows you to temporarily stop working on the current
7659 message so you may read
7660 other messages or compose another message.  When you want to resume a
7661 message later, start to compose and answer &quot;yes&quot; to the
7662 &quot;Continue postponed composition?&quot; question.  You may
7663 postpone as many messages as you like.
7666 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
7667 in the Setup/Config screen, then the Postpone command will prompt you for
7668 the folder in which to store your outgoing message.
7671 &lt;End of help on this topic&gt;
7672 </BODY>
7673 </HTML>
7674 ======= h_compose_cancel =======
7675 <HTML>
7676 <HEAD>
7677 <TITLE>Cancel Command</TITLE>
7678 </HEAD>
7679 <BODY>
7680 <H1>Cancel Command</H1>
7682 Cancel
7683 <!--chtml if pinemode="function_key"-->
7684 (F2)
7685 <!--chtml else-->
7686 (^C) 
7687 <!--chtml endif-->
7689 The Cancel command returns you to Alpine's normal mail processing and
7690 causes the message currently under composition to be thrown out.
7691 The message text <EM>will be lost</EM>.
7694 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
7695 will be preserved in the file named
7696 <!--chtml if pinemode="os_windows"-->
7697 &quot;DEADLETR&quot;.
7698 <!--chtml else-->
7699 &quot;dead.letter&quot; in your home directory.
7700 <!--chtml endif-->
7701 If you unintentionally cancel a message, look there for its text.
7704 &lt;End of help on this topic&gt;
7705 </BODY>
7706 </HTML>
7707 ======= h_compose_addrcomplete =======
7708 <HTML>
7709 <HEAD>
7710 <TITLE>Address Completion</TITLE>
7711 </HEAD>
7712 <BODY>
7713 <H1>Address Completion</H1>
7715 When entering addresses in the address fields of the composer (To, Cc, etc.)
7716 the TAB key may be used to help complete the address.
7717 Type a partial nickname and tap the TAB key to complete the typing.
7718 The unambiguous part of the name will be filled in automatically.
7719 Typing TAB twice in succession will bring up a selection list of possibilities,
7720 making it easy to find and choose the correct address.
7723 The matching algorithm is rather ad hoc.
7724 The search starts with a search of your address book.
7725 It counts as a match if the nickname, address, or fullname field of an
7726 entry begins with the text typed in so far. It is also a match if
7727 a later word in the fullname (for example, the middle name or last name)
7728 begins with the entered text.
7730 Next comes an LDAP search.
7731 The search will happen for any servers that have the
7732 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
7733 feature set. You can set or unset the feature for each server independently
7734 in the Setup/Directory screen.
7736 Finally, if you are replying to or forwarding a message, that message is
7737 searched for likely candidate addresses that match the typed-in text.
7740 &lt;End of help on this topic&gt;
7741 </BODY>
7742 </HTML>
7743 ======= h_compose_richhdr =======
7744 <HTML>
7745 <HEAD>
7746 <TITLE>Rich Header Command</TITLE>
7747 </HEAD>
7748 <BODY>
7749 <H1>Rich Header Command</H1>
7751 The Rich Header command allows you to toggle between the list of 
7752 all message headers available for editing and those that are most
7753 common.
7756 Use this toggle to expose headers that are not normally visible by
7757 default.
7758 This set usually includes the
7759 &quot;Bcc:&quot;,
7760 &quot;Fcc:&quot;,
7761 &quot;Lcc:&quot;,
7762 and &quot;Newsgroups&quot;
7763 headers.
7764 If you are posting to a newsgroup the set of defaults is a little different.
7765 Obviously, in that case, the Newsgroups header is of interest so is not
7766 hidden.
7767 For news posting the hidden set includes the
7768 &quot;To:&quot;,
7769 &quot;Cc:&quot;,
7770 &quot;Bcc:&quot;,
7771 &quot;Fcc:&quot;,
7772 and &quot;Lcc:&quot;
7773 headers.
7774 You won't normally want to edit these, which is why they are hidden,
7775 but it is sometimes useful to be able to set them manually.
7778 The default sets of headers listed above can be altered.
7779 Any header that you have added to the
7780 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7781 option, but not to the
7782 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7783 option will appear when you use the Rich Headers command to
7784 make the Rich Headers visible.
7785 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7786 even without toggling the Rich Headers command.)
7789 &lt;End of help on this topic&gt;
7790 </BODY>
7791 </HTML>
7792 ======= h_compose_send =======
7793 <HTML>
7794 <HEAD>
7795 <TITLE>Send Command</TITLE>
7796 </HEAD>
7797 <BODY>
7798 <H1>Send Command</H1>
7800 The Send command
7801 <!--chtml if pinemode="function_key"-->
7802 (F3)
7803 <!--chtml else-->
7804 (^X) 
7805 <!--chtml endif-->
7806 tells Alpine you are finished composing.
7807 Before actually sending it, though, Alpine will ask you to confirm 
7808 your intention, and, at the same time, redisplayed the message text
7809 with the recipients at the top of the screen to give you the opportunity
7810 to review and verify that the message is addressed to the people
7811 you intended.
7813 If the feature
7814 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7815 then this confirmation prompt and any options it allows are skipped.
7818 This confirmation prompt may also offer, depending
7819 on your particular Setup/Config, options allowing you to set
7820 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7821 include attachments in the &quot;Fcc&quot; (if you had previously
7822 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
7823 observe details of the
7824 <A HREF="h_config_verbose_post">message submission process</A>,
7825 choose the filter through which the
7826 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
7827 or turn of flowed text generation.
7830 &lt;End of help on this topic&gt;
7831 </BODY>
7832 </HTML>
7833 ======= h_compose_markcutpaste =======
7834 <HTML>
7835 <HEAD>
7836 <TITLE>Mark, Cut and Paste Commands</TITLE>
7837 </HEAD>
7838 <BODY>
7839 <H1>Mark, Cut and Paste Commands</H1>
7841 You can define a &quot;block&quot; of text, which can subsequently
7842  be deleted or
7843 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
7844 then moving the cursor to the end of the desired text block.  You can then
7845 &quot;cut&quot; the block out 
7846 <!--chtml if pinemode="function_key"-->
7847 &quot;F9&quot;,
7848 <!--chtml else-->
7849 &quot;Ctrl-K&quot;,
7850 <!--chtml endif-->
7851 move the cursor, and &quot;paste&quot; it
7852 <!--chtml if pinemode="function_key"-->
7853 &quot;F10&quot;,
7854 <!--chtml else-->
7855 &quot;Ctrl-U&quot;,
7856 <!--chtml endif-->
7857 in the new location.  Also, you can paste more than once, allowing you
7858 to use this feature to copy a block of text.<P>
7860 If you press 
7861 <!--chtml if pinemode="function_key"-->
7862 &quot;F9&quot;
7863 <!--chtml else-->
7864 &quot;^K&quot;
7865 <!--chtml endif-->
7866 without having marked anything, Alpine will delete
7867 a single line.  If you delete a group of lines together, Alpine keeps them
7868 in the same buffer, so 
7869 <!--chtml if pinemode="function_key"-->
7871 <!--chtml else-->
7873 <!--chtml endif-->
7874 will restore them as a block.  About
7875 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
7876 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
7877 &quot;type the character ^&quot;.
7880 &lt;End of help on this topic&gt;
7881 </BODY>
7882 </HTML>
7883 ======= h_compose_justify =======
7884 <HTML>
7885 <HEAD>
7886 <TITLE>Justify Command</TITLE>
7887 </HEAD>
7888 <BODY>
7889 <H1>Justify Command</H1>
7891 The Justify
7892 <!--chtml if pinemode="function_key"-->
7893 (F4)
7894 <!--chtml else-->
7895 (^J) 
7896 <!--chtml endif-->
7897 command reformats the text in the paragraph the cursor is in.
7898 Paragraphs are separated by one blank line or a line beginning with a space.
7899 This is useful when you have been editing a paragraph and the lines become
7900 uneven.  The text is left aligned or justified and the right is ragged.  If
7901 the text is already justified as typed with auto-wrap, no justification will
7902 be done.
7905 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7906 block of text, the Justify command is modified.
7907 Instead of automatically justifying the current paragraph you will be
7908 asked if you want to justify the paragraph, justify the selected region,
7909 or adjust the quote level of the selected region.
7910 Adjusting the quote level only works if you are using standard
7911 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7912 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7915 When composing a reply containing included text, the justify command
7916 will reformat text to the right of the 
7917 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7918 adding or removing indented lines as needed.  Paragraphs are separated
7919 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7920 line containing the indent string and one or more blank spaces.
7921 Included text that was previously indented (or &quot;quoted&quot;) is
7922 not preserved.
7925 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7926 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7927 use the standard
7928 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7931 &lt;End of help on this topic&gt;
7932 </BODY>
7933 </HTML>
7934 ======= h_compose_spell =======
7935 <HTML>
7936 <HEAD>
7937 <TITLE>Spell Check Command</TITLE>
7938 </HEAD>
7939 <BODY>
7940 <H1>Spell Check Command</H1>
7942 The &quot;To Spell&quot;
7943 <!--chtml if pinemode="function_key"-->
7944 (F12)
7945 <!--chtml else-->
7946 (^T) 
7947 <!--chtml endif-->
7948 command calls an external spell checking program to look over the
7949 message you are composing.  By default, Alpine uses
7951 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7953 if it knows where to find &quot;aspell&quot;.
7954 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7955 then the command used is
7957 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7959 Otherwise, the ancient &quot;spell&quot; command is used.
7961 For PC-Alpine, you must install the aspell library code that you
7962 may get from
7963 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7966 &lt;End of help on this topic&gt;
7967 </BODY>
7968 </HTML>
7969 ======= h_compose_alted =======
7970 <HTML>
7971 <HEAD>
7972 <TITLE>Alt Editor Command</TITLE>
7973 </HEAD>
7974 <BODY>
7975 <H1>Alt Editor Command</H1>
7977 The &quot;Alt Editor&quot; command's availability depends on the
7978 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7981 When the variable specifies a valid editor on your system, this
7982 command will launch it with the current text of your message
7983 already filled in.
7986 &lt;End of help on this topic&gt;
7987 </BODY>
7988 </HTML>
7989 ======= h_compose_readfile =======
7990 <HTML>
7991 <HEAD>
7992 <TITLE>Read File Command</TITLE>
7993 </HEAD>
7994 <BODY>
7995 <H1>Read File Command</H1>
7997 The &quot;Read File&quot;
7998 <!--chtml if pinemode="function_key"-->
7999 (F5)
8000 <!--chtml else-->
8001 (^R) 
8002 <!--chtml endif-->
8003 command allows you to copy in text from an existing file. You will be
8004 prompted for the name of a file to be inserted into the message.  The file
8005 name is relative to your home directory 
8006 <!--chtml if pinemode="running"-->
8007 (which, in the present configuration of your system, is
8008  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8009 <!--chtml endif-->
8010 or current working directory
8011 <!--chtml if pinemode="running"-->
8012 (which, at least for your current Alpine &quot;session,&quot; 
8013 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8014 <!--chtml endif-->, depending on the
8015 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8016 configuration setting; or, the file name must be specified as a full path name 
8017 <!--chtml if pinemode="os_windows"-->
8018 -- for example: &quot;A:&#92;PAPER.TXT&quot;
8019 <!--chtml else-->
8020 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
8021 <!--chtml endif-->
8022 (without the quotation marks).
8025 The file will be inserted where the cursor is located.  <B>The
8026 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
8027 Unix machine but have files on a PC or Mac, the files must be transferred
8028 to the system Alpine is running on before they can be read.  Please ask your
8029 local computer support people about the correct way to transfer a file to 
8030 your Alpine system.
8033 &lt;End of help on this topic&gt;
8034 </BODY>
8035 </HTML>
8036 ======= h_config_tray_icon =======
8037 <HTML>
8038 <HEAD>
8039 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
8040 </HEAD>
8041 <BODY>
8042 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
8044 PC-Alpine only.
8046 This option restores a behavior of previous versions of PC-Alpine.
8047 These
8048 versions, when started, installed a PC-Alpine icon in the notification 
8049 tray of Window's Taskbar.  The primary use of this icon was to indicate
8050 new mail arrival by turning red (while the Taskbar icon remained green).
8051 Additionally, the icon now changes to yellow to signify that a mail folder
8052 has been closed unexpectedly.
8055 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
8056 color its Taskbar entry's icon red (as well as the icon in the Window
8057 Title).  This feature is only provided for backwards compatibility.
8060 &lt;End of help on this topic&gt;
8061 </BODY>
8062 </HTML>
8063 ======= h_common_suspend =======
8064 <HTML>
8065 <HEAD>
8066 <TITLE>Suspend Command</TITLE>
8067 </HEAD>
8068 <BODY>
8069 <H1>Suspend Command</H1>
8071 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
8072 enabled, you can, at almost any time, temporarily halt your Alpine session,
8073 <!--chtml if pinemode="os_windows"-->
8074 minimizing it into an icon.
8075 <!--chtml else-->
8076 and return to your system prompt.
8077 <!--chtml endif-->
8080 &lt;End of help on this topic&gt;
8081 </BODY>
8082 </HTML>
8083 ======= h_pipe_command =======
8084 <HTML>
8085 <HEAD>
8086 <TITLE>Pipe Command SubOptions</TITLE>
8087 </HEAD>
8088 <BODY>
8089 <H1>Pipe Command SubOptions</H1>
8091 By default, when you use the Pipe command, the processed text of the
8092 message is sent to the Unix command
8093 you specify and the output is captured by Alpine and shown to you.
8094 (This command is available in PC-Alpine, as well, but there aren't many
8095 Windows commands that work well with piping.)
8096 There are some sub-commands that may be used to alter this behavior.
8097 These are toggles that switch the behavior between two possibilities.
8098 They can be combined in any way you wish.
8100 By default, the prompt at the bottom of the screen looks like
8102 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
8106 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
8108 if you are piping more than one message.
8110 The sub-command options are:
8111 <DL>
8112    <DT>Shown Text or Raw Text</DT>
8113    <DD>This option toggles between sending the shown (processed) text
8114 of the message to the Unix command, and sending the
8115 raw (unprocessed) text of the message to the Unix command.
8116 The default is to send the shown text.
8117 The raw version of the message will contain all of the headers and any
8118 MIME encoding that the message contains.
8119 If you've selected the Raw Text then the prompt will have the additional word
8120 &quot;RAW&quot; in it, like
8122 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
8124 You can experiment with this option by piping to something simple like the
8125 Unix &quot;cat&quot; command.
8126    </DD>
8127    <DT>Captured Output or Free Output</DT>
8128    <DD>This option toggles between having Alpine capture the output of
8129 the Unix pipe command for display, and not capturing it.
8130 If the command you are piping to is a filter that will produce output
8131 you want to view, then you want to capture that output
8132 for display (the default).
8133 If the Unix command doesn't produce output or handles the display itself,
8134 then you want free output.
8135 When you've selected the Free Output option the prompt will change to
8137 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
8139    </DD>
8140    <DT>No Delimiter or With Delimiter</DT>
8141    <DD>This option controls whether or not a Unix mailbox style delimiter
8142 will come before the text of the message.
8143 This is the delimiter used in the common Unix mailbox format.
8144 It's the single line that begins with the five characters
8145 &quot;From&quot; followed by a &lt;SPACE&gt; character.
8146 You'll usually only want to include this if the Unix command requires
8147 input in the format of a traditional Unix mailbox file.
8148 When you've selected the With Delimiter option the prompt will change to
8150 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
8152    </DD>
8153    <DT>To Same Pipe or To Individual Pipes</DT>
8154    <DD>This option only shows up if you are running an aggregate
8155 pipe command.
8156 That is, the command was Apply Pipe, not just Pipe.
8157 You have the option of piping all of the selected messages through a
8158 single pipe to a single instance of the Unix command,
8159 or piping each individual message through a separate pipe to separate
8160 instances of the Unix command.
8161 The default is that all of the output will go through a single pipe
8162 to a single instance of the command.
8163 You can try this option with a command like &quot;less&quot;, with Free
8164 Output enabled.
8165 When you've selected the Individual Pipes option the prompt will change to
8167 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
8169    </DD>
8170 </DL>
8173 As mentioned earlier, the options can be combined in any way you wish.
8174 You may leave them all off, turn them all on, or turn some of them on
8175 and some of them off.
8176 If you use the pipe command a second time in the same session the default
8177 options will be what you used the last time.
8180 &lt;End of help on this topic&gt;
8181 </BODY>
8182 </HTML>
8183 ========== h_emptydir_subfolder_name =========
8184 <HTML>
8185 <HEAD>
8186 <TITLE>ENTER SUBFOLDER NAME</TITLE>
8187 </HEAD>
8188 <BODY>
8189 <H1>Enter Subfolder Name</H1>
8191 <P> 
8192 This is the name of a new subfolder in the directory you are creating.
8193 Because empty directories are hidden and therefore not useful, you must also
8194 create a subfolder in the directory you are creating in order that the
8195 directory remains visible.
8197 Alternatively, you may turn off the configuration feature
8198 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
8199 so that empty directories remain visible.
8200 If you do that, you will not be required to create the subfolder when you
8201 create a directory.
8204 &lt;End of help on this topic&gt;
8205 </BODY>
8206 </HTML>
8207 ========== h_incoming_add_folder_name =========
8208 <HTML>
8209 <HEAD>
8210 <TITLE>ENTER FOLDER NAME</TITLE>
8211 </HEAD>
8212 <BODY>
8213 <H1>Enter Folder Name</H1>
8215 <P> 
8216 This is the name of the folder on the previously specified server.
8217 By default the folder name is interpreted as defining a section of your personal
8218 folder area.  This area and how you specify it are defined by the
8219 server, if one is specified.
8222 To define a folder outside the default area, prefix
8223 the path with the namespace to use when interpreting the
8224 given path.  If a namespace is specified, the folder name begins with the
8225 sharp (#) character followed by the name of the namespace
8226 and then the namespace's path-element-delimiter.  Aside from the
8227 name's format, namespaces can also imply access rights, content
8228 policy, audience, location, and, occasionally, access methods.
8231 Each server exports its own set (possibly of size one) of 
8232 namespaces.
8233 For a more detailed explanation read about
8234 <A HREF="h_folder_name_namespaces">Namespaces</A>.
8237 To specify the default for INBOX on the server you can usually just enter
8238 &quot;INBOX&quot;, and the server will understand the special meaning of
8239 that word.
8242 &lt;End of help on this topic&gt;
8243 </BODY>
8244 </HTML>
8245 ========== h_incoming_add_folder_host =========
8246 <HTML>
8247 <HEAD>
8248 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
8249 </HEAD>
8250 <BODY>
8251 <H1>Enter Incoming Folder Server</H1>
8253 You are being asked for the name of the server for use with this incoming
8254 folder.
8255 If the folder is on the machine where Alpine is running, then just enter
8256 RETURN without typing a server name.
8259 If the folder is on an IMAP server then type the server's name followed
8260 by RETURN.
8261 You may use the ^X command if the server is the same as the server that
8262 the INBOX is on.
8265 You may have to add optional extra information to the server name.
8266 For example, if the IMAP server is using a non-standard port number you
8267 would specify that by appending a colon (:) followed by the port number
8268 to the server name
8271 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8274 or you may need to specify a different protocol if the server is not an
8275 IMAP server. For example:
8278 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8281 for a POP server or
8284 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8287 for an NNTP news server.
8288 For an explanation of all of the possibilities, see
8289 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8290 for folders.
8293 There is a special command (^W) if you want to set up a folder that gets its
8294 mail from a
8295 <A HREF="h_maildrop">Mail Drop</A>.
8296 If you type that command, you will be prompted for the information for
8297 both the Mail Drop folder and the destination folder.
8300 &lt;End of help on this topic&gt;
8301 </BODY>
8302 </HTML>
8303 ========== h_incoming_add_inbox =========
8304 <HTML>
8305 <HEAD>
8306 <TITLE>ENTER INBOX SERVER</TITLE>
8307 </HEAD>
8308 <BODY>
8309 <H1>Enter INBOX Server</H1>
8311 You are being asked for the name of the server for use with
8312 the INBOX folder.
8313 Type the server's name followed by RETURN.
8316 You may have to add optional extra information to the server name.
8317 For example, if the server is using a non-standard port number you
8318 would specify that by appending a colon (:) followed by the port number
8319 to the server name
8322 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8325 or you may need to specify a different protocol if the server is not an
8326 IMAP server. For example:
8329 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8332 for a POP server.
8335 For an explanation of all of the possibilities, see
8336 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8337 for folders.
8340 If the INBOX folder is on the machine where Alpine is running, then just enter
8341 RETURN without typing a server name.
8344 There is a special command (^W) if you want to set up a folder that gets its
8345 mail from a
8346 <A HREF="h_maildrop">Mail Drop</A>.
8347 If you type that command, you will be prompted for the information for
8348 both the Mail Drop folder and the destination folder, which will be used
8349 as your INBOX folder.
8352 &lt;End of help on this topic&gt;
8353 </BODY>
8354 </HTML>
8355 ========== h_incoming_add_maildrop_destn =========
8356 <HTML>
8357 <HEAD>
8358 <TITLE>ENTER DESTINATION SERVER</TITLE>
8359 </HEAD>
8360 <BODY>
8361 <H1>Enter Destination Server</H1>
8363 You are being asked for the name of the server where the destination
8364 folder is for use with this Mail Drop incoming folder.
8365 That is, you are using a Mail Drop for this incoming folder and
8366 you've already entered
8367 the server and folder name for the Mail Drop.
8368 Now you need to enter the server for the destination folder
8369 where the mail should be copied to.
8370 Mail will come from the Mail Drop and be copied to the destination folder.
8373 Type the server's name followed by RETURN.
8374 If the folder is local to this computer, just type RETURN without entering
8375 a server name.
8378 You may have to add optional extra information to the server name.
8379 For example, if the server is using a non-standard port number you
8380 would specify that by appending a colon (:) followed by the port number
8381 to the server name
8384 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8387 For an explanation of all of the possibilities, see
8388 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8389 for folders.
8392 &lt;End of help on this topic&gt;
8393 </BODY>
8394 </HTML>
8395 ========== h_inbox_add_maildrop_destn =========
8396 <HTML>
8397 <HEAD>
8398 <TITLE>ENTER DESTINATION SERVER</TITLE>
8399 </HEAD>
8400 <BODY>
8401 <H1>Enter Destination Server</H1>
8403 You are being asked for the name of the server where the destination
8404 folder is for use with your Mail Drop INBOX.
8405 That is, you are using a Mail Drop for your INBOX and you've already entered
8406 the server and folder name for the Mail Drop.
8407 Now you need to enter the server for the destination folder
8408 where the mail should be copied to.
8409 Mail will come from the Mail Drop and be copied to the destination folder.
8412 Type the server's name followed by RETURN.
8413 If the folder is local to this computer, just type RETURN without entering
8414 a server name.
8417 You may have to add optional extra information to the server name.
8418 For example, if the server is using a non-standard port number you
8419 would specify that by appending a colon (:) followed by the port number
8420 to the server name
8423 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8426 For an explanation of all of the possibilities, see
8427 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8428 for folders.
8431 &lt;End of help on this topic&gt;
8432 </BODY>
8433 </HTML>
8434 ========== h_inbox_add_maildrop =========
8435 <HTML>
8436 <HEAD>
8437 <TITLE>ENTER MAILDROP SERVER</TITLE>
8438 </HEAD>
8439 <BODY>
8440 <H1>Enter Mail Drop Server</H1>
8442 You are being asked for the name of the Mail Drop server for use with
8443 your INBOX.
8446 Type the server's name followed by RETURN.
8449 You may have to add optional extra information to the server name.
8450 For example, if the server is using a non-standard port number you
8451 would specify that by appending a colon (:) followed by the port number
8452 to the server name
8455 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8458 or you may need to specify a different protocol if the server is not an
8459 IMAP server. For example:
8462 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8465 for a POP server or
8468 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8471 for an NNTP news server.
8472 For an explanation of all of the possibilities, see
8473 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8474 for folders.
8477 &lt;End of help on this topic&gt;
8478 </BODY>
8479 </HTML>
8480 ========== h_incoming_add_maildrop =========
8481 <HTML>
8482 <HEAD>
8483 <TITLE>ENTER MAILDROP SERVER</TITLE>
8484 </HEAD>
8485 <BODY>
8486 <H1>Enter Mail Drop Server</H1>
8488 You are being asked for the name of the Mail Drop server for use with
8489 this incoming folder.
8492 Type the server's name followed by RETURN.
8493 You may use the ^X command if the server is the same as the server that
8494 the INBOX is on.
8497 You may have to add optional extra information to the server name.
8498 For example, if the server is using a non-standard port number you
8499 would specify that by appending a colon (:) followed by the port number
8500 to the server name
8503 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8506 or you may need to specify a different protocol if the server is not an
8507 IMAP server. For example:
8510 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8513 for a POP server or
8516 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8519 for an NNTP news server.
8520 For an explanation of all of the possibilities, see
8521 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8522 for folders.
8525 If the Mail Drop folder is on the machine where Alpine is running, then just enter
8526 RETURN without typing a server name.
8529 &lt;End of help on this topic&gt;
8530 </BODY>
8531 </HTML>
8532 ========== h_maildrop =========
8533 <HTML>
8534 <HEAD>
8535 <TITLE>WHAT IS A MAIL DROP?</TITLE>
8536 </HEAD>
8537 <BODY>
8538 <H1>What is a Mail Drop?</H1>
8540 In some situaions it may make sense to have your mail delivered to one
8541 folder (the Mail Drop) and then when you want to read mail that has been
8542 delivered to the Mail Drop folder Alpine will move it to another
8543 destination folder.
8544 Often the Mail Drop will be a remote folder and messages will be moved from
8545 there to a local destination folder.
8548 One example where this might make sense is if the Mail Drop folder is accessible
8549 only with the POP protocol.
8550 You could designate your POP inbox as the Mail Drop folder and have Alpine move
8551 mail from there to a local (on the same machine Alpine is running on)
8552 destination folder, where you'll read it.
8555 A Mail Drop may only be used as your Inbox or as an
8556 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
8559 There is no attempt to synchronize the contents of the destination folder
8560 with the contents of the Mail Drop folder.
8561 All that happens is that all of the messages in the Mail Drop folder are
8562 copied to the destination folder and then they are deleted and expunged (if possible)
8563 from the Mail Drop folder.
8564 The next time a check for new mail is made, any messages in the Mail 
8565 Drop folder are once again copied to the destination folder and deleted
8566 and expunged from the Mail Drop folder.
8567 (If the Mail Drop folder is a news group, then the messages can't be
8568 expunged from the newsgroup. Instead, only Recent messages are copied from
8569 the newsgroup to the destination folder.)
8572 Configuration of a Mail Drop is a little different from configuration of
8573 a folder that does not use a Mail Drop because you have to specify two
8574 folder names instead of one.
8575 The two folders may be any types of folders that Alpine can normally use.
8576 They don't have to be a remote folder and a local folder, that is
8577 simply the most common usage.
8578 When you use a Mail Drop folder Alpine will periodically re-open the Mail
8579 Drop to check for new mail.
8580 The new-mail checks will happen at the frequency set with the
8581 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
8582 but with a minimum time
8583 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
8584 between checks.
8585 Because of this minimum you may notice that new mail does not
8586 appear promptly when you expect it.
8587 The reason for this is to protect the server from over-zealous opening and
8588 closing of the Mail Drop folder.
8589 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
8590 the end of the folder index, then the check will happen, regardless of how
8591 long it has been since the previous check.
8593 If there is new mail, that mail will be copied to the destination folder
8594 and then will be deleted from the Mail Drop.
8595 Note that using a Mail Drop with a local destination folder does not make
8596 sense if you read mail from more than one machine, because the mail is
8597 downloaded to the destination folder (which is accessible from only one
8598 machine) and deleted from the Mail Drop.
8600 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
8603 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
8606 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
8608 The brackets are not literal.
8610 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
8612 is a single character that does not appear in the MailDropFolder name.
8613 If the name doesn't contain spaces then it can be a space character.
8614 The two folder names are full technical
8615 <A HREF="h_valid_folder_names">folder names</A>
8616 as used by Alpine.
8617 Here are a couple examples to give you an idea what is being talked about:
8620 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
8622 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
8625 A #move folder may only be used as an
8626 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
8627 an Inbox.
8628 When you are in the FOLDER LIST of Incoming Message Folders (after turning
8629 on the
8630 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8631 option)
8632 the Add command has a subcommand &quot;Use Mail Drop&quot;
8633 which may be helpful for defining the folder in your Alpine configuration.
8634 The same is true when you edit the
8635 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
8636 option in Setup/Config.
8637 Each of these configuration methods will also create the DestinationFolder
8638 if it doesn't already exist.
8639 If you are having problems, make sure the DestinationFolder exists.
8642 &lt;End of help on this topic&gt;
8643 </BODY>
8644 </HTML>
8645 ========== h_save =========
8646 <HTML>
8647 <HEAD>
8648 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
8649 </HEAD>
8650 <BODY>
8651 <H1>Choose a Folder to Save Into</H1>
8653 After Exiting from this help text,
8654 type the name of the folder you want to save into and press RETURN.
8656 Press ^T to get a list of your folders to choose from.
8657 Press ^C to cancel the Save.
8659 If you have Folder Collections defined you may use
8660 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
8661 the collection being saved to.
8663 If Tab Completion is enabled (it is enabled by default)
8664 you may type a Tab character to have Alpine complete the folder name for you.
8666 If Partial Match Lists is enabled (it is enabled by default) you may type
8667 Ctrl-X to get a list of matches to the prefix you've typed in so far.
8669 If the Ctrl-R subcommand is present that means you can decide to Delete or
8670 not Delete the message you are saving after you save it.
8671 The label on that key gives the action to switch to.
8672 If it says Delete and you type Ctrl-R the label displayed will change to
8673 No Delete and the source message will be deleted after the save. If it
8674 says No Delete and you type Ctrl-R the label displayed will change to
8675 Delete and the message will not be deleted.
8676 You can control the default for the Delete parameter with the
8677 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
8679 Similarly, if the Ctrl-W subcommand is present that means you can decide
8680 to Preserve the order of the messages being saved or not.
8681 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
8682 will be in the same order as you see them in the source folder now.
8683 The opposite action (which is usually the default) is that you don't care
8684 about the order.
8685 The Saved messages may or may not be in the same order in the destination folder.
8686 There may be a performance penalty for choosing to save the messages in order.
8687 You can control the default for the Preserve Order parameter with the
8688 configuration feature
8689 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
8692 If you haven't disabled the Save Input History and you've already done a
8693 Save earlier in this session then you may use the Up and Down arrows to retrieve
8694 a folder name used in a previous Save.
8697 &lt;End of help on this topic&gt;
8698 </BODY>
8699 </HTML>
8700 ============= h_simple_index ========================
8701 <HTML>
8702 <HEAD>
8703 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
8704 </HEAD>
8705 <BODY>
8706 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
8707 <!--chtml if pinemode="function_key"-->
8708 <PRE>
8709 Navigating the List of Messages               General Alpine Commands
8710 -------------------------------               -----------------------
8711  F5   Move to previous message                 F1   Show this help text
8712  F6   Move to next message
8713  F7   Show previous screen of messages
8714  F8   Show next screen of messages
8716 Message Selection Commands
8717 --------------------------
8718  F3   Exit the Message Select menu (canceling Send command)
8719  F4   Select the currently highlighted message
8720  F9   Mark the currently highlighted message as deleted
8721  F10  Undelete (remove deletion mark from) the highlighted message
8722 </PRE>
8723 <!--chtml else-->
8724 <PRE>
8725 Navigating the List of Messages               General Alpine Commands
8726 -------------------------------               -----------------------
8727   P  Move to previous message                  ?  Show this help text
8728   N  Move to next message
8729   -  Show previous screen of messages
8730  Spc (space bar) Show next screen of messages
8732 Message Selection Commands
8733 --------------------------
8734   E  Exit the Message Select menu (canceling Send command)
8735   S  Select the currently highlighted message
8736   D  Mark the currently highlighted message as deleted
8737   U  Undelete (remove deletion mark from) the highlighted message
8738 </PRE>
8739 <!--chtml endif-->
8741 <H2>Description of the Select Postponed Message Screen</H2>
8743 This screen allows you to select one of several previously postponed
8744 messages in order to continue composition.  Your options are very limited
8745 -- the screen is not meant to let you manipulate these messages.  However,
8746 you may now delete messages from this list.  Once you choose a message,
8747 Alpine reads it in and puts you into the regular message composer.
8750 Messages do not stay in this postponed state automatically.  If you select
8751 a message and then want to postpone it again, use the normal postpone
8752 (Ctrl-O) command in the composer.
8755 If you exit this screen without selecting a message, the Compose command
8756 that got you here is canceled.  Other than messages explicitly marked
8757 &quot;Deleted&quot;, no messages will be removed.
8760 &lt;End of help on this topic&gt;
8761 </BODY>
8762 </HTML>
8763 ============= h_collection_screen ========================
8764 <HTML>
8765 <HEAD>
8766 <TITLE>COLLECTION LIST screen</TITLE>
8767 </HEAD>
8768 <BODY>
8769 <H1>COLLECTION LIST screen</H1>
8771 The COLLECTION LIST screen is used to select one of your  
8772 collection definitions to display the folders they contain.  See
8773 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8774 detailed explanation of collections.<P>
8776 To manage your collection definitions (Add, Change, Delete, etc.), use
8777 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8778 MAIN MENU.
8781 &lt;End of help on this topic&gt;
8782 </BODY>
8783 </HTML>
8784 ============= h_collection_maint ========================
8785 <HTML>
8786 <HEAD>
8787 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8788 </HEAD>
8789 <BODY>
8790 <H1>SETUP COLLECTION LIST screen</H1>
8792 The SETUP COLLECTION LIST screen lets you manage your collection
8793 definitions.  See 
8794 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8795 for detailed explanation of collections.<P>
8797 Maintenance commands include:
8798 <DL>
8799 <DT>Change
8800 <!--chtml if pinemode="function_key"-->
8801 (F4)
8802 <!--chtml else-->
8804 <!--chtml endif-->
8805 </DT>
8807 <DD>Modify attributes of the selected collection definition.
8809 <DT>Add Cltn
8810 <!--chtml if pinemode="function_key"-->
8811 (F9)
8812 <!--chtml else-->
8814 <!--chtml endif-->
8815 </DT>
8817 <DD>Create a new collection definition.
8818 </DD>
8820 <DT>Del Cltn
8821 <!--chtml if pinemode="function_key"-->
8822 (F10)
8823 <!--chtml else-->
8825 <!--chtml endif-->
8826 </DT>
8828 <DD>Delete the selected collection definition.<BR>
8829 NOTE: The folders and directories referred to by the
8830 collection definition are <EM>NOT</EM> deleted.  Folders must
8831 be deleted, if that's what you wish to do, from the 
8832 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
8833 individual folders in a collection.
8834 </DD>
8836 <DT>Shuffle
8837 <!--chtml if pinemode="function_key"-->
8838 (F11)
8839 <!--chtml else-->
8841 <!--chtml endif-->
8842 </DT>
8844 <DD>Change the order of the displayed collections.  Alpine will offer
8845 to move the currently selected collection one position UP
8846 or DOWN.
8847 </DD>
8848 </DL>
8851 &lt;End of help on this topic&gt;
8852 </BODY>
8853 </HTML>
8854 ============ h_what_are_collections ==========
8855 <HTML>
8856 <HEAD>
8857 <TITLE>Folder Collections Explained</TITLE>
8858 </HEAD>
8859 <BODY>
8860 <H1>Folder Collections Explained</H1>
8863 Those of you with simple mail configurations will just see a list of all the
8864 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
8865 The special folders for INBOX, sent mail and saved messages
8866 will appear at the top of the list.  All others are in alphabetical order.
8868 If you
8869 or your system administrator have defined more than one collection or if
8870 you have a collection (for newsgroups or email folders) defined on your 
8871 system, then you will see the COLLECTION LIST screen first when choosing 
8872 FOLDER LIST from Alpine's MAIN MENU.
8874 <H2>Why have multiple folder collections?</H2>
8876 For Alpine users who only maintain email folders (and not too many) on one host, 
8877 a single folder collection is probably sufficient.<P>
8879 However, people who have more than one email account - for example, one 
8880 at their university, and one with their personal Internet Service Provider - 
8881 will have different sets of folders on different hosts, and they may want to
8882 access them all from the same installation of Alpine, rather than use different 
8883 software and/or log into other hosts to manipulate messages in different 
8884 accounts.  (If in doubt whether one of your email accounts can be accessed 
8885 with Alpine, contact the technical support people for that account.)  Even people
8886 who have only one email account on one host, but have dozens or
8887 hundreds of email folders, may want to arrange these folders together in a 
8888 meaningful way.<BR>
8889 That is where multiple collections come in.
8891 <H2>Types of Collections</H2>
8892 <DL>
8893 <DT>INCOMING FOLDERS</DT>
8894 <DD>&quot;Incoming Message Folders&quot; 
8895 is a special collection typically used to supplement your single INBOX.  
8896 All the folders here are meant to be ones that receive incoming messages, 
8897 which you intend to check more or less frequently.  
8898 You may have multiple folders like this because you or your systems 
8899 administrator have set up an external program or you may have set up
8900 Alpine to filter incoming 
8901 messages into different folders, based on certain criteria such as 
8902 sender, recipient, or subject; or because you have multiple accounts and 
8903 wish to check their INBOXes easily.  This collection is established by 
8904 setting the 
8905 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8906 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8907 MAIN MENU.
8908 </DD>
8910 <DT>NEWS</DT>
8911 <DD>You can also define a collection specifically for
8912 newsgroups.  Alpine does this for you implicitly when you 
8913 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8914 in your Alpine configuration.  The news collection appears last in the 
8915 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8916 and Alpine knows not to save messages there.
8917 </DD>
8919 <DT>DEFAULT COLLECTION</DT>
8920 <DD>This is the default collection for your saved and sent messages folders.
8921 </DD>
8922 </DL>
8926 <H2>Defining Collections</H2>
8928 In the absence of any folder-collection definitions, Alpine will assume a
8929 single default folder collection.
8930 <!--chtml if pinemode="os_windows"-->
8931 <!--chtml else-->
8932 If necessary, Alpine will create the directory
8933 &quot;mail&quot; in your Unix home directory 
8934 to hold your folders.
8935 <!--chtml endif-->
8937 You can use the 
8938 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8939 the MAIN MENU, to manage your collection list.  
8941 &lt;End of help on this topic&gt;
8942 </BODY>
8943 </HTML>
8944 ===== h_select_address_screen =====
8945 <HTML>
8946 <HEAD>
8947 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8948 </HEAD>
8949 <BODY>
8950 <H1>SELECT AN ADDRESS SCREEN</H1>
8951 <H2>COMMANDS</H2>
8952 <!--chtml if pinemode="function_key"-->
8953 <PRE>
8954 Available  Commands                        
8955 -------------------------------            
8956 F1  Show Help Text
8957 F3  Exit without selecting anything
8958 F4  Select the highlighted address
8959 F5  Move highlight to previous address
8960 F6  Move highlight to next address
8961 F7  Previous page of addresses
8962 F8  Next page of addresses
8963 F11 Print
8964 F12 WhereIs
8965 </PRE>
8966 <!--chtml else-->
8967 <PRE>
8968 Navigation                     General Alpine Commands
8969 -------------------------      -----------------------
8970  P  Prev Address                ?  Display this help text
8971  N  Next Address                E  Exit without selecting anything
8972  -  Previous page               %  Print
8973 Spc (space bar) Next page
8974  W  WhereIs
8976 Select Command
8977 ------------------------------------------------
8978  S  Select the highlighted address
8979 </PRE>
8980 <!--chtml endif-->
8982 <H2>Description of the Select Address Screen</H2>
8984 This screen gives you an easy way to select an address from all of
8985 the address book entries that match the prefix typed so far.
8987 <P><UL>
8988 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8989 </UL>
8991 &lt;End of help on this topic&gt;
8992 </BODY>
8993 </HTML>
8994 ===== h_select_rule_screen =====
8995 <HTML>
8996 <HEAD>
8997 <TITLE>SELECT A RULE SCREEN</TITLE>
8998 </HEAD>
8999 <BODY>
9000 <H1>SELECT A RULE SCREEN</H1>
9001 <H2>COMMANDS</H2>
9002 <!--chtml if pinemode="function_key"-->
9003 <PRE>
9004 Available  Commands                        
9005 -------------------------------            
9006 F1  Show Help Text
9007 F3  Exit without selecting anything
9008 F4  Select the highlighted rule
9009 F5  Move highlight to previous rule
9010 F6  Move highlight to next rule
9011 F7  Previous page of rules
9012 F8  Next page of rules
9013 F11 Print
9014 F12 WhereIs
9015 </PRE>
9016 <!--chtml else-->
9017 <PRE>
9018 Navigation                     General Alpine Commands
9019 -------------------------      -----------------------
9020  P  Prev Rule                   ?  Display this help text
9021  N  Next Rule                   E  Exit without selecting anything
9022  -  Previous page               %  Print
9023 Spc (space bar) Next page
9024  W  WhereIs
9026 Select Command
9027 ------------------------------------------------
9028  S  Select the highlighted rule
9029 </PRE>
9030 <!--chtml endif-->
9032 <H2>Description of the Select Rule Screen</H2>
9034 This screen just gives you an easy way to select a rule from all of your
9035 defined rules.
9036 The list of rules presented is the list of nicknames of all of the rules
9037 defined using Setup/Rules.
9038 For selecting messages, it is likely that the Indexcolor rules and possibly
9039 the Roles rules will be most useful.
9040 The others are there also, in case you find a use for them.
9042 In order for this to be useful for selecting messages, the nicknames of
9043 the rules have to be different.
9044 Alpine actually just gets the nickname of the rule that you select and then
9045 looks up that rule using the nickname.
9046 So if there are duplicate nicknames, the first rule that has that
9047 nickname will be used.
9049 <P><UL>
9050 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9051 </UL>
9053 &lt;End of help on this topic&gt;
9054 </BODY>
9055 </HTML>
9056 ===== h_select_priority_screen =====
9057 <HTML>
9058 <HEAD>
9059 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
9060 </HEAD>
9061 <BODY>
9062 <H1>SELECT A PRIORITY SCREEN</H1>
9063 <H2>COMMANDS</H2>
9064 <!--chtml if pinemode="function_key"-->
9065 <PRE>
9066 Available  Commands                        
9067 -------------------------------            
9068 F1  Show Help Text
9069 F3  Exit without selecting anything
9070 F4  Select the highlighted priority
9071 F5  Move highlight to previous priority
9072 F6  Move highlight to next priority
9073 F7  Previous page of priorities
9074 F8  Next page of priorities
9075 F11 Print
9076 F12 WhereIs
9077 </PRE>
9078 <!--chtml else-->
9079 <PRE>
9080 Navigation                     General Alpine Commands
9081 -------------------------      -----------------------
9082  P  Prev Priority               ?  Display this help text
9083  N  Next Priority               E  Exit without selecting anything
9084  -  Previous page               %  Print
9085 Spc (space bar) Next page
9086  W  WhereIs
9088 Select Command
9089 ------------------------------------------------
9090  S  Select the highlighted priority
9091 </PRE>
9092 <!--chtml endif-->
9094 <H2>Description of the Select Priority Screen</H2>
9096 This screen gives you a way to select a priority for the message you are sending.
9097 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
9098 Some mail programs will display an indication of the priority level to
9099 the recipient of the message, some will ignore it.
9100 Even in cases where the mail programs of both the sender and the recipient
9101 agree on the meaning of this header, keep in mind that it is
9102 something that the sender sets so it is only an indication
9103 of the priority that the sender attaches to the mail.
9104 Alpine can be made to display an indication of this priority in incoming
9105 messages by use of one of the tokens
9106 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
9107 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
9108 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
9110 <P><UL>
9111 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9112 </UL>
9114 &lt;End of help on this topic&gt;
9115 </BODY>
9116 </HTML>
9117 ===== h_select_keyword_screen =====
9118 <HTML>
9119 <HEAD>
9120 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
9121 </HEAD>
9122 <BODY>
9123 <H1>SELECT A KEYWORD SCREEN</H1>
9124 <H2>COMMANDS</H2>
9125 <!--chtml if pinemode="function_key"-->
9126 <PRE>
9127 Available  Commands                        
9128 -------------------------------            
9129 F1  Show Help Text
9130 F3  Exit without selecting anything
9131 F4  Select the highlighted keyword
9132 F5  Move highlight to previous keyword
9133 F6  Move highlight to next keyword
9134 F7  Previous page of keywords
9135 F8  Next page of keywords
9136 F11 Print
9137 F12 WhereIs
9138 </PRE>
9139 <!--chtml else-->
9140 <PRE>
9141 Navigation                     General Alpine Commands
9142 -------------------------      -----------------------
9143  P  Prev Keyword                ?  Display this help text
9144  N  Next Keyword                E  Exit without selecting anything
9145  -  Previous page               %  Print
9146 Spc (space bar) Next page
9147  W  WhereIs
9149 Select Command
9150 ------------------------------------------------
9151  S  Select the highlighted keyword
9152 </PRE>
9153 <!--chtml endif-->
9155 <H2>Description of the Select Keyword Screen</H2>
9157 This screen just gives you an easy way to select a keyword.
9158 The list of keywords presented is the list of all keywords defined in your 
9159 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9160 If you have given a keyword a nickname, that nickname is displayed
9161 instead of the actual keyword.
9163 <P><UL>
9164 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9165 </UL>
9167 &lt;End of help on this topic&gt;
9168 </BODY>
9169 </HTML>
9170 ===== h_select_charset_screen =====
9171 <HTML>
9172 <HEAD>
9173 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
9174 </HEAD>
9175 <BODY>
9176 <H1>SELECT A CHARACTER SET SCREEN</H1>
9177 <H2>COMMANDS</H2>
9178 <!--chtml if pinemode="function_key"-->
9179 <PRE>
9180 Available  Commands                        
9181 -------------------------------            
9182 F1  Show Help Text
9183 F3  Exit without selecting anything
9184 F4  Select the highlighted character set
9185 F5  Move highlight to previous character set
9186 F6  Move highlight to next character set
9187 F7  Previous page of character sets
9188 F8  Next page of character sets
9189 F11 Print
9190 F12 WhereIs
9191 </PRE>
9192 <!--chtml else-->
9193 <PRE>
9194 Navigation                     General Alpine Commands
9195 -------------------------      -----------------------
9196  P  Prev Character Set          ?  Display this help text
9197  N  Next Character Set          E  Exit without selecting anything
9198  -  Previous page               %  Print
9199 Spc (space bar) Next page
9200  W  WhereIs
9202 Select Command
9203 ------------------------------------------------
9204  S  Select the highlighted character set
9205 </PRE>
9206 <!--chtml endif-->
9208 <H2>Description of the Select A Character Set Screen</H2>
9210 This screen just gives you an easy way to select a character set from the
9211 set of character sets Alpine knows about.
9212 The list presented will vary slightly depending on what option you are
9213 selecting the character set for.
9215 <P><UL>
9216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9217 </UL>
9219 &lt;End of help on this topic&gt;
9220 </BODY>
9221 </HTML>
9222 ===== h_select_multcharsets_screen =====
9223 <HTML>
9224 <HEAD>
9225 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
9226 </HEAD>
9227 <BODY>
9228 <H1>SELECT CHARACTER SETS SCREEN</H1>
9229 <H2>COMMANDS</H2>
9230 <!--chtml if pinemode="function_key"-->
9231 <PRE>
9232 Available  Commands
9233 -------------------------------            
9234 F1  Show Help Text
9235 F3  Exit without selecting anything
9236 F4  Select the highlighted charset (or chosen charsets in ListMode)
9237 F5  Move highlight to previous charset
9238 F6  Move highlight to next charset
9239 F7  Previous page of charsets
9240 F8  Next page of charsets
9241 F9  Toggle choices when using ListMode
9242 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
9243 F11 Print
9244 F12 WhereIs
9245 </PRE>
9246 <!--chtml else-->
9247 <PRE>
9248 Navigation                     General Alpine Commands
9249 -------------------------      -----------------------
9250  P  Prev Charset                ?  Display this help text
9251  N  Next Charset                E  Exit without selecting anything
9252  -  Previous page               %  Print
9253 Spc (space bar) Next page
9254  W  WhereIs
9256 Select Command
9257 ------------------------------------------------
9258  S  Select the highlighted charset (or chosen charsets in ListMode)
9259  L  Turn on ListMode (makes it easy to choose multiple charsets)
9260  1  Turn off ListMode
9261  X  Toggle choices when using ListMode
9262 </PRE>
9263 <!--chtml endif-->
9265 <H2>Description of the Select Character Set Screen</H2>
9267 This screen just gives you an easy way to select a character set or a list of
9268 character sets.
9269 The list of character sets presented is the list of all character sets known to
9270 Alpine.
9271 You may select other character sets by typing them in directly.
9273 <P><UL>
9274 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9275 </UL>
9277 &lt;End of help on this topic&gt;
9278 </BODY>
9279 </HTML>
9280 ===== h_select_multkeyword_screen =====
9281 <HTML>
9282 <HEAD>
9283 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
9284 </HEAD>
9285 <BODY>
9286 <H1>SELECT KEYWORDS SCREEN</H1>
9287 <H2>COMMANDS</H2>
9288 <!--chtml if pinemode="function_key"-->
9289 <PRE>
9290 Available  Commands
9291 -------------------------------            
9292 F1  Show Help Text
9293 F3  Exit without selecting anything
9294 F4  Select the highlighted keyword (or chosen keywords in ListMode)
9295 F5  Move highlight to previous keyword
9296 F6  Move highlight to next keyword
9297 F7  Previous page of keywords
9298 F8  Next page of keywords
9299 F9  Toggle choices when using ListMode
9300 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
9301 F11 Print
9302 F12 WhereIs
9303 </PRE>
9304 <!--chtml else-->
9305 <PRE>
9306 Navigation                     General Alpine Commands
9307 -------------------------      -----------------------
9308  P  Prev Keyword                ?  Display this help text
9309  N  Next Keyword                E  Exit without selecting anything
9310  -  Previous page               %  Print
9311 Spc (space bar) Next page
9312  W  WhereIs
9314 Select Command
9315 ------------------------------------------------
9316  S  Select the highlighted keyword (or chosen keywords in ListMode)
9317  L  Turn on ListMode (makes it easy to choose multiple keywords)
9318  1  Turn off ListMode
9319  X  Toggle choices when using ListMode
9320 </PRE>
9321 <!--chtml endif-->
9323 <H2>Description of the Select Keyword Screen</H2>
9325 This screen just gives you an easy way to select a keyword or a list of
9326 keywords.
9327 The list of keywords presented is the list of all keywords defined in your 
9328 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9329 If you have given a keyword a nickname, that nickname is displayed
9330 instead of the actual keyword.
9332 <P><UL>
9333 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9334 </UL>
9336 &lt;End of help on this topic&gt;
9337 </BODY>
9338 </HTML>
9339 ===== h_select_incoming_to_monitor =====
9340 <HTML>
9341 <HEAD>
9342 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
9343 </HEAD>
9344 <BODY>
9345 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
9346 <H2>COMMANDS</H2>
9347 <!--chtml if pinemode="function_key"-->
9348 <PRE>
9349 Available  Commands
9350 -------------------------------            
9351 F1  Show Help Text
9352 F3  Exit without selecting anything
9353 F4  Select the marked folders
9354 F5  Move highlight to previous folder
9355 F6  Move highlight to next folder
9356 F7  Previous page of folders
9357 F8  Next page of folders
9358 F9  Toggle choices on or off
9359 F11 Print
9360 F12 WhereIs
9361 </PRE>
9362 <!--chtml else-->
9363 <PRE>
9364 Navigation                     General Alpine Commands
9365 -------------------------      -----------------------
9366  P  Prev Folder                 ?  Display this help text
9367  N  Next Folder                ^C  exit without changing anything
9368  -  Previous page               %  Print
9369 Spc (space bar) Next page
9370  W  WhereIs
9372 Select Command
9373 ------------------------------------------------
9374  S  Select the marked folders
9375  X  Toggle choices on or off
9376 </PRE>
9377 <!--chtml endif-->
9379 <H2>Description of the Select Folders to Check Screen</H2>
9381 This screen is only useful if the feature
9382 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
9383 is set.
9384 By default, when you set that feature all of your incoming folders
9385 will be checked periodically for Unseen messages.
9386 By using this screen, you may restrict the set of monitored folders to
9387 a subset of all of the incoming folders.
9389 Mark the folders you want to monitor for Unseen messages with
9390 an &quot;X&quot;.
9391 When you've finished marking all your selections use the Select
9392 command to register your choices.
9393 To return to the default of checking all incoming folders
9394 delete all folders or unmark all folders.
9396 <P><UL>
9397 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9398 </UL>
9400 &lt;End of help on this topic&gt;
9401 </BODY>
9402 </HTML>
9403 ===== h_role_select =====
9404 <HTML>
9405 <HEAD>
9406 <TITLE>ROLES SCREEN</TITLE>
9407 </HEAD>
9408 <BODY>
9409 <H1>ROLES SCREEN</H1>
9410 <H2>ROLES COMMANDS</H2>
9411 <!--chtml if pinemode="function_key"-->
9412 <PRE>
9413 Available  Commands                        
9414 -------------------------------            
9415 F1  Show Help Text
9416 F3  Exit without a selection
9417 F4  Select a role to use in composition
9418 F5  Move to previous role
9419 F6  Move to next role
9420 F7  Previous page of roles
9421 F8  Next page of roles
9422 F11 Change Default Role
9423 F12 Whereis (search role nicknames)
9424 </PRE>
9425 <!--chtml else-->
9426 <PRE>
9427 Navigation                     General Alpine Commands
9428 -------------------------      -----------------------
9429  P  Prev Role                     ?  Display this help text
9430  N  Next Role                     E  Exit without a selection
9431  -  Previous page
9432 Spc (space bar) Next page
9433  W  WhereIs (search for word in role nicknames)
9435 Select Role Commands
9436 ------------------------------------------------
9437  [Return]  Select highlighted role
9438  D         Change Default Role
9439 </PRE>
9440 <!--chtml endif-->
9442 <H2>Description of the Roles Screen</H2>
9444 With this screen you select a role to be used in the composition of a
9445 message.
9446 Use the Previous and Next commands to highlight the role you wish to
9447 use.
9448 When you type carriage return you will be placed in the composer using the highlighted role.
9450 You don't have any non-default <A HREF="h_rules_roles">roles</A>
9451 available unless you set them up.
9452 You may do so by using the Setup/Rules command on the MAIN MENU.
9454 By using the D command, you may set a default role that will persist until
9455 you change it or until you exit Alpine.
9456 The D command toggles through three states: set the default role, unset the
9457 default role, and leave the default role as it is.
9458 <P><UL>
9459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9460 </UL>
9462 &lt;End of help on this topic&gt;
9463 </BODY>
9464 </HTML>
9465 ===== h_role_abook_select =====
9466 <HTML>
9467 <HEAD>
9468 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
9469 </HEAD>
9470 <BODY>
9471 <H1>SELECT ADDRESS BOOK SCREEN</H1>
9472 <H2>COMMANDS</H2>
9473 <!--chtml if pinemode="function_key"-->
9474 <PRE>
9475 Available  Commands                        
9476 -------------------------------            
9477 F1  Show Help Text
9478 F3  Exit screen without selecting anything
9479 F4  Select highlighted address book
9480 F5  Move to previous address book
9481 F6  Move to next address book
9482 F7  Previous page of address books
9483 F8  Next page of address books
9484 F12 Whereis
9485 </PRE>
9486 <!--chtml else-->
9487 <PRE>
9488 Navigation                     General Alpine Commands
9489 -------------------------      -----------------------
9490  P  Previous addrbook          ?  Display this help text
9491  N  Next addrbook
9492  -  Previous page
9493 Spc (space bar) Next page
9494  W  WhereIs
9496 Select Role Commands
9497 ------------------------------------------------
9498  S  Select highlighted address book
9499  E  Exit screen without selecting anything
9500 </PRE>
9501 <!--chtml endif-->
9503 <H2>Description of the Select Address Book Screen</H2>
9505 This screen helps you select one of your address books.
9506 Use the Previous and Next commands to highlight the address book you wish to
9507 select.
9508 <P><UL>
9509 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9510 </UL>
9512 &lt;End of help on this topic&gt;
9513 </BODY>
9514 </HTML>
9515 ======== h_rule_patterns =============
9516 <HTML>
9517 <HEAD>
9518 <TITLE>PATTERNS</TITLE>
9519 </HEAD>
9520 <BODY>
9521 <H1>PATTERNS</H1>
9522 Patterns are used with Roles, Filtering, Index Coloring,
9523 Scoring, Other Rules, and Search Rules.
9524 Patterns are compared with a message to see if there is a match.
9525 For Filtering, the messages being checked are all the messages in the
9526 folder, one at a time.
9527 For Index Line Coloring, each message that is visible on the screen is
9528 checked for matches with the Index Coloring Patterns.
9529 Roles are used with the Reply, Forward, and Compose commands.
9530 For Reply, the message used to compare the Pattern with is the message
9531 being replied to;
9532 for Forward, the message used to compare the Pattern with is the message
9533 being forwarded;
9534 and for Compose, there is no message, so the parts of the Pattern that depend
9535 on a message (everything other than Current Folder Type and the
9536 Beginning of Month and Year)
9537 are not used.
9538 Only the Current Folder Type matters for Compose (plus the Beginning of
9539 Month or Year, which you wouldn't usually use for a Role).
9540 For Scoring, the message being scored is compared with all of the Score
9541 Patterns, and the Score Values from the ones that match are added together to 
9542 get the message's score.
9543 For Other Rules, there is no message. Only the Current Folder Type is checked
9544 for Other Rules.
9546 Each Pattern has several possible parts, all of which are optional.
9547 In order for there to be a match, <EM>ALL</EM> of the
9548 <EM>defined</EM> parts of the Pattern must match the message.
9549 If a part is not defined it is considered a match, but note that a filtering
9550 Pattern must have at least one defined part or it will be ignored.
9551 For example, if the To pattern is not defined it will be
9552 displayed as
9554 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
9556 That is considered a match because it is not defined.
9557 This means that the Pattern with nothing defined is a match if the
9558 Current Folder Type matches, but there is an exception that was mentioned
9559 in the previous paragraph.
9560 Because filtering is a potentially destructive action, filtering Patterns
9561 with nothing other than Current Folder Type defined are ignored.
9562 If you really want a filtering Pattern to match all messages (subject to
9563 Current Folder Type) the best way to do it is to define a Score interval
9564 that includes all possible scores.
9565 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
9566 This can be used even if you haven't defined any rules to Set Scores.
9568 There are six predefined header patterns called the To, From, Sender, Cc, News,
9569 and Subject patterns.
9570 Besides those six predefined header patterns, you may add
9571 additional header patterns with header fieldnames of your choosing.
9572 You add an extra header pattern by placing the cursor on one of the
9573 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
9574 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
9575 and the Partic pattern is a header pattern that stands for
9576 Participant (From OR To OR Cc).
9577 (Defining the Recip pattern does not have the same effect as defining both
9578 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
9579 Similar to the header patterns are the AllText pattern and the BodyText pattern.
9580 Instead of comparing this pattern's text against only the contents of
9581 a particular header field, the text for the AllText pattern is compared
9582 with text anywhere in the message's header or body, and the text for the
9583 BodyText pattern is compared with text anywhere in the message's body.
9585 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
9586 &quot;!&quot; &quot;toggle NOT&quot; command.
9587 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9588 &quot;!&quot; at the beginning of the pattern line.
9589 When the &quot;!&quot; is present, it reverses the meaning of the match.
9590 That is, if the pattern matches then it is considered to NOT be a match, and
9591 if it does not match it is considered to be a match.
9593 Don't make the mistake of putting the &quot;!&quot; in the data field for
9594 a pattern.
9595 For example, if you type the characters &quot;!urgent&quot; into the Subject
9596 pattern, the pattern will look like:
9598 <PRE>
9599  Subject pattern = !urgent
9600 </PRE>
9602 This means you want to match the 7 character sequence &quot;!urgent&quot;.
9603 In order to match messages that do not have &quot;urgent&quot; in
9604 their Subject field, first type the characters &quot;urgent&quot; followed
9605 by carriage return for the value of the Subject pattern, then negate it
9606 by typing the &quot;!&quot; command.
9607 It should look like
9609 <PRE>
9610  ! Subject pattern = urgent
9611 </PRE>
9613 The contents of each of these header patterns (or the AllText or BodyText patterns) may
9614 be a complete email address, part of an address, or a random set of
9615 characters to match against.
9616 It may also be a list of such patterns, which means you
9617 are looking for a match against the first pattern in the list <EM>OR</EM>
9618 the second pattern <EM>OR</EM> the third and so on.
9619 For example, a Subject pattern equal to
9621 <PRE>
9622  Subject pattern = urgent
9623                    emergency
9624                    alert
9625 </PRE>
9627 would match all messages with a subject that contained at least one
9628 of those words.
9629 It would also match subjects containing the words &quot;alerts&quot; or
9630 &quot;Urgently&quot;.
9632 The same example with &quot;NOT&quot; turned on would be
9634 <PRE>
9635  ! Subject pattern = urgent
9636                      emergency
9637                      alert
9638 </PRE>
9640 which would match all messages with a subject that did <EM>NOT</EM> contain any of
9641 those words.
9642 You can use the &quot;Add Value&quot; command to add new words to the list,
9643 or you can enter them as a comma-separated list.
9645 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
9646 present for a match.
9647 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
9648 pattern2 must be present,
9649 and that is exactly what using a list does.)
9651 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
9652 also part of the Pattern, although the &quot;Score Interval&quot; is not used
9653 when checking for matches for Scoring.
9654 There are five similar settings that relate to the status of the message.
9655 These settings rely on the message being New or not, Deleted or not,
9656 Answered or not, Important or not, and Recent or not.
9657 There are also some other miscellaneous settings.
9658 The first is the Age of the message in days.
9659 Another is the Size of the message, in bytes.
9660 The third is a setting that detects whether or not the Subject of a
9661 message contains raw 8-bit characters (unencoded characters with the most
9662 significant bit set).
9663 There is a setting that detects whether or not this is the first time
9664 Alpine has been run this month (doesn't depend on individual messages),
9665 and another that detects whether or not this is the first time Alpine has
9666 been run this year.
9667 Other parts of the Pattern detect whether or not the From address of a
9668 message appears in your address book, whether or not certain keywords
9669 are set for a message, and whether or not certain character sets are
9670 used in a message.
9672 <H2>Parts of a Pattern</H2>
9674 <H3>Header patterns</H3>
9676 A header pattern is simply text that is searched for in the corresponding
9677 header field.
9678 For example, if a Pattern has a From header pattern with the value
9679 &quot;@company.com&quot;, then only messages that have a From header
9680 that contains the text &quot;@company.com&quot; will be possible
9681 matches.
9682 Matches don't have to be exact.
9683 For example, if the relevant field of a message contains the text
9684 &quot;mailbox@domain&quot; somewhere
9685 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
9686 &quot;mailbox@domain&quot; are all matches.
9688 All parts of the Pattern must match so, for example,
9689 if a message matches a defined
9690 From pattern, it still must be checked against the other parts of the
9691 Pattern that have been defined.
9692 The To header pattern is a slightly special case.
9693 If the message being checked has a Resent-To header
9694 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
9695 there are used in place of the addresses in the To header.
9696 This is only true for the To header.
9697 Resent-cc and Resent-From headers are never used unless you add them
9698 with the eXtraHdrs command.
9700 The meaning of a header pattern may be negated with the
9701 &quot;!&quot; &quot;toggle NOT&quot; command.
9702 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9703 &quot;!&quot; at the beginning of the pattern line.
9704 It would look something like
9706 <PRE>
9707  ! From pattern = susan@example.com
9708 </PRE>
9710 When the &quot;!&quot; is present, it reverses the meaning of the match.
9712 If you want to check for the presence of a header field but don't care
9713 about its value, then
9714 the empty pattern that you get by entering a pair of
9715 double quotes (&quot;&quot;) should match any message that
9716 has the corresponding header field.
9718 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
9720 AllText patterns are just like header patterns except that the text is
9721 searched for anywhere in the message's headers or body, not just in the
9722 contents of a particular header field.
9725 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
9727 BodyText patterns are just like header patterns except that the text is
9728 searched for anywhere in the message's body, not just in the
9729 contents of a particular header field.
9732 If there is more than one header pattern or AllText pattern or BodyText pattern
9733 for which you want to take the
9734 same action there is a shorthand notation that may be used.
9735 Any of these patterns may be a list of patterns instead of
9736 just a single pattern.
9737 If any one of the patterns in the list matches the message
9738 then it is considered a match.
9739 For example, if &quot;company1&quot; and &quot;company2&quot; both required
9740 you to use the same role when replying to messages, you might have
9741 a To pattern that looks like
9743 <PRE>
9744  To pattern = company1.com
9745               company2.com
9746 </PRE>
9748 This means that if the mail you are replying to was addressed to
9749 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
9750 then this Pattern is a match and the same actions will be taken.
9752 The meaning of an AllText or BodyText pattern may be negated with the
9753 &quot;!&quot; &quot;toggle NOT&quot; command.
9754 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9755 &quot;!&quot; at the beginning of the pattern line.
9756 When the &quot;!&quot; is present, it reverses the meaning of the match.
9758 A technicality: Since comma is the character used to separate multiple values
9759 in any of the fields that may have multiple values (such as header patterns,
9760 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
9761 you must escape comma with a
9762 backslash (&#92;) if you want to include a literal comma in one of those fields.
9763 In other words, if you type a backslash followed by a comma it will
9764 be interpreted as a comma by Alpine, instead of as a separator between
9765 pattern values.
9766 All other backslashes (those not followed by a comma) are literal
9767 backslashes and should not be escaped.
9768 It's unlikely you'll ever need to enter a literal comma or backslash in
9769 any of the patterns.
9771 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9773 The &quot;Current Folder Type&quot; may be set to one of four different
9774 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9775 &quot;Specific&quot;.
9776 If the value is set to &quot;News&quot;, then the
9777 Pattern will only match if the currently open folder is a newsgroup.
9778 The value &quot;Email&quot; only matches if the current folder is not news and
9779 the value &quot;Any&quot; causes any folder to match.
9780 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9781 then you must fill in a value for &quot;Folder&quot;, which is on the line
9782 below the &quot;Specific&quot; line.
9783 In this case you will only get a match if the currently open folder is
9784 the specific folder you list.
9785 You may give a list of folders instead of just a single
9786 folder name, in which case the Pattern will match if the open folder is
9787 any one of the folders in the list.
9788 The name of each folder in the list may be either &quot;INBOX&quot;,
9789 the technical specification
9790 of the folder (like what appears in your configuration file) or, if the
9791 folder is one of your incoming folders, it may be the nickname you've given
9792 the folder.
9793 Here are some samples of specific folder names:
9795 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9797 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9799 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9801 The easiest way to fill in the &quot;Folder&quot; field is to use
9802 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9803 highlighted, or to use the &quot;Take&quot; command with the configuration
9804 feature
9805 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9806 turned on.
9808 When reading a newsgroup, there may be a performance penalty
9809 incurred when collecting the information necessary to check whether
9810 or not a Pattern matches a message.
9811 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9812 If you have Patterns with a Current Folder Type of either
9813 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9814 Index Line Coloring or Scoring, you may experience
9815 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9817 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9819 The &quot;Age Interval&quot; may be set to an interval of message
9820 ages that should be considered a match.
9821 Like the other parts of the Pattern, if it is unset it will be ignored.
9822 The Age Interval looks like
9824 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
9826 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
9827 than or equal to zero.
9828 The special value &quot;INF&quot; may be used for
9829 the max value. It represents infinity.
9831 Actually, this option may be defined as a list of intervals instead
9832 of just a single interval.
9833 The list is separated by commas.
9834 It can look like
9836 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
9838 When there is an Age Interval defined, it is a match if the age, in days, of
9839 the message is contained in any of the intervals.
9840 The intervals include both endpoints.
9842 Even though this option is called Age, it isn't actually
9843 the <EM>age</EM> of the message.
9844 Instead, it is how many days ago the message arrived in one of your folders.
9845 If the current time is a little past midnight, then a message that arrived
9846 just before midnight arrived yesterday, even though the message is only
9847 a few minutes old.
9848 By default, the date being used is not the date in the Date
9849 header of the message.
9850 It is the date that the message arrived in one of your folders.
9851 When you Save a message from one folder to another that arrival date
9852 is preserved.
9853 If you would like to use the date in the Date header that is possible.
9854 Turn on the option
9855 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
9856 near the bottom of the rule definition.
9857 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
9859 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
9861 The &quot;Size Interval&quot; may be set to an interval of message
9862 sizes that should be considered a match.
9863 Like the other parts of the Pattern, if it is unset it will be ignored.
9864 The Size Interval looks like
9866 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
9868 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
9869 than or equal to zero.
9870 The special value &quot;INF&quot; may be used for
9871 the max value. It represents infinity.
9873 Actually, this option may be defined as a list of intervals instead
9874 of just a single interval.
9875 The list is separated by commas.
9876 It can look like
9878 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
9880 When there is a Size Interval defined, it is a match if the size, in bytes, of
9881 the message is contained in any of the intervals.
9882 The intervals include both endpoints.
9884 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
9886 The &quot;Score Interval&quot; may be set to an interval of message
9887 scores that should be considered a match.
9888 Like the other parts of the Pattern, if it is unset it will be ignored.
9889 The Score Interval looks like
9891 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
9893 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
9894 negative integers, with min_score less than or equal to max_score.
9895 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9896 the min and max values to represent negative and positive infinity.
9898 Actually, a list of intervals may be used if you wish.
9899 A list would look like
9901 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9903 When there is a Score Interval defined, it is a match if the score for
9904 the message is contained in any of the intervals in the list.
9905 The intervals include the endpoints.
9906 The score for a message is calculated by looking at every Score rule defined and
9907 adding up the Score Values for the ones that match the message.
9908 When deciding whether or not a Pattern matches a message for purposes of
9909 calculating the score, the Score Interval is ignored.
9911 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9913 There are five separate message status settings.
9914 By default, all five are set to the value &quot;Don't care&quot;, which
9915 will match any message.
9916 The value &quot;Yes&quot; means that the particular status must be true
9917 for a match, and the value &quot;No&quot; means that the particular
9918 status must not be true for a match.
9919 For example, one of the five Message Status settings is whether a message
9920 is marked Important or not.
9921 A &quot;Yes&quot; means that the message must be Important to be
9922 considered a match and &quot;No&quot; means that the message must not be
9923 Important to be considered a match.
9924 The same is true of the other four message status settings that depend
9925 on whether or not the message is New; whether the message has 
9926 been Answered or not; whether the message has been Deleted or not, and
9927 whether the message is Recent or not. 
9929 The nomenclature for New and Recent is a bit confusing:
9931 New means that the message is Unseen.
9932 It could have been in your mailbox for a long time but if you haven't looked
9933 at it, it is still considered New.
9934 That matches the default Alpine index display that shows an N for such a
9935 message.
9937 Recent means that the message was added to this folder since the last time
9938 you opened the folder.
9939 Alpine also shows an N by default for these types of messages.
9940 If you were to run two copies of Alpine that opened a folder one right after
9941 the other, a message would only show up as Recent in (at most) the first
9942 Alpine session.
9944 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9946 Keywords are similar to Message Status, but they are chosen by the user.
9947 Provided the mail server allows for it, you may add a set of possible keywords
9948 to a folder and then you may set those keywords or not for each message
9949 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9950 The syntax of this part of the Pattern is similar to the header patterns.
9951 It is a list of keywords.
9952 The Keyword part of the Pattern is a match if the message has any of
9953 the keywords in the list set.
9954 Like other parts of the Pattern, if this is unset it will be ignored.
9956 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9958 A message may use one or more character sets.
9959 This part of the Pattern matches messages that make use of one or more of
9960 the character sets specified in the pattern.
9961 It will be considered a match if a message uses any of the character
9962 sets in the list you give here.
9965 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9966 GB2312) you may also use some shorthand names that Alpine provides.
9967 These names are more understandable shorthand names for sets of 
9968 character set names.
9969 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9970 Selecting one of these shorthand names is equivalent to selecting all of
9971 the character sets that make up the set.
9972 You can see all of these shorthand names and the lists of character sets
9973 they stand for by typing the &quot;T&quot; command with the Character
9974 Set pattern highlighted.
9975 The syntax of this part of the Pattern is similar to the header patterns
9976 and the Message Keywords pattern.
9977 It is a list of character sets (or shorthand names).
9978 The Character Set part of the Pattern is a match if the message uses any
9979 of the character sets in the list.
9980 Like other parts of the Pattern, if this is unset it will be ignored.
9982 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9984 It seems that lots of unwanted email contains unencoded 8-bit characters
9985 in the Subject.
9986 Normally, characters with the 8th bit set are not allowed in the Subject
9987 header unless they are MIME-encoded.
9988 This option gives you a way to match messages that have Subjects that
9989 contain unencoded 8-bit characters.
9990 By default, the value of this option is &quot;Don't care&quot;, which
9991 will match any message.
9992 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9993 the Subject of the message in order for there to be a match,
9994 and the value &quot;No&quot; is the opposite.
9995 Setting this option will affect performance in large folders because the
9996 subject of each message in the folder has to be checked.
9998 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
10000 This option gives you a way to take some action once per month.
10001 By default, the value of this option is &quot;Don't care&quot;, which
10002 will always match.
10003 The value &quot;Yes&quot; means that this must be the first time Alpine has
10004 been run this month in order to count as a match,
10005 and the value &quot;No&quot; is the opposite.
10007 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
10009 This option gives you a way to take some action once per year.
10010 By default, the value of this option is &quot;Don't care&quot;, which
10011 will always match.
10012 The value &quot;Yes&quot; means that this must be the first time Alpine has
10013 been run this year in order to count as a match,
10014 and the value &quot;No&quot; is the opposite.
10016 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
10018 This option gives you a way to match messages that have an address
10019 that is in one of your address books.
10020 Only the simple entries in your address books are searched.
10021 Address book distribution lists are ignored!
10022 By default, the value of this option is &quot;Don't care&quot;, which
10023 will match any message.
10024 The value &quot;Yes, in any address book&quot; means the address
10025 from the message must be in at least one of your
10026 address books in order to be a match.
10027 The value &quot;No, not in any address book&quot;
10028 means none of the addresses may
10029 be in any of your address books in order to be a match.
10030 The values &quot;Yes, in specific address books&quot; and
10031 &quot;No, not in any of specific address books&quot; are similar but instead
10032 of depending on all address books you are allowed to give a list of address
10033 books to look in.
10034 The addresses from the message that are checked for are determined by the
10035 setting you have for &quot;Types of addresses to check for in address book&quot;.
10036 If you set this to &quot;From&quot; the From address from the message will
10037 be looked up in the address book.
10038 If you set it to only &quot;To&quot; then the To addresses will be used.
10039 If any of the To addresses are in the address book then it is considered
10040 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
10041 You could set it to both From and To, in which case all of the From and To
10042 addresses are used.
10043 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
10044 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
10045 exists or the From address if there is no Reply-To address.
10046 Same for the Sender address.
10047 Setting this option may affect performance in large folders because the
10048 From and Reply-To of each message in the folder have to be checked.
10050 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
10052 This is a command that is run with its standard input set to the message
10053 being checked and its standard output discarded.
10054 The full directory path should be specified.
10055 The command will be run and then its exit status will be checked against
10056 the Exit Status Interval, which defaults to just the value zero.
10057 If the exit status of the command falls in the interval, it is considered
10058 a match, otherwise it is not a match.
10061 This option may actually be a list of commands.
10062 The first one that exists and is executable is used.
10063 That makes it possible to use the same configuration with Unix Alpine and
10064 PC-Alpine.
10067 If none of the commands in the list exists and is executable then the rule
10068 is <EM>not</EM> a match.
10069 If it is possible that the command may not exist, you should be careful
10070 to structure your rules so that nothing destructive
10071 happens when the command does not exist.
10072 For example, you might have a filter that filters away spam when there is
10073 a match but does nothing when there is not a match.
10074 That would continue to work correctly if the command didn't exist.
10075 However, if you have a filter that filters away spam when there is not
10076 a match and keeps it when there is a match, that would filter everything
10077 if the categorizer command didn't exist.
10079 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
10080 setup for the bogofilter filter.
10083 &lt;End of help on this topic&gt;
10084 </BODY>
10085 </HTML>
10086 ===== h_rules_roles =====
10087 <HTML>
10088 <HEAD>
10089 <TITLE>SETUP ROLES SCREEN</TITLE>
10090 </HEAD>
10091 <BODY>
10092 <H1>SETUP ROLES SCREEN</H1>
10093 <H2>SETUP ROLES COMMANDS</H2>
10094 <!--chtml if pinemode="function_key"-->
10095 <PRE>
10096 Available  Commands -- Group 1         Available Commands -- Group 2   
10097 -------------------------------        ------------------------------  
10098 F1  Show Help Text                      F1  Show Help Text             
10099 F2  See commands in next group          F2  See commands in next group
10100 F3  Back to MAIN Alpine menu
10101 F4  Change configuration for role
10102 F5  Move to previous role               F5  Include file in role config
10103 F6  Move to next role                   F6  Exclude file from config
10104 F7  Previous page of roles
10105 F8  Next page of roles
10106 F9  Add new role                        F9  Replicate existing role
10107 F10 Delete existing role
10108 F11 Shuffle the order of roles
10109 F12 Whereis (search role nicknames)
10110 </PRE>
10111 <!--chtml else-->
10112 <PRE>
10113 Navigation                     General Alpine Commands
10114 -------------------------      -----------------------
10115  P  Prev Role                     ?  Display this help text
10116  N  Next Role                     E  Back to MAIN Alpine menu
10117  -  Previous page
10118 Spc (space bar) Next page
10119  W  WhereIs (search for word in role nicknames)
10121 Setup Roles Commands
10122 ------------------------------------------------
10123  A  Add new role                  $  Shuffle the order of roles
10124  D  Delete existing role          C  Change configuration for highlighted role
10125  R  Replicate existing role
10126  I  Include file in role config   X  Exclude file from role config
10127 </PRE>
10128 <!--chtml endif-->
10130 <H2>Description of the Setup Roles Screen</H2>
10132 This screen lets you add, delete, modify, or change the order of the rules
10133 that determine the role you are playing when composing a message.
10135 You may play different roles depending on who you are replying to.
10136 For example, if you are replying to a message addressed to help-desk you
10137 may be acting as a Help Desk Worker.
10138 That role may require that you use a different return address and/or
10139 a different signature.
10141 Roles are optional.
10142 If you set up roles they work like this:  Each role has a set of
10143 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
10144 considered for a particular use; a &quot;Pattern&quot;,
10145 which is used to decide which of the eligible roles is used; and a set
10146 of &quot;Actions&quot;, which are taken when that role is used.
10147 When you reply to a message, the message you are replying to is compared
10148 with the Patterns of the roles marked as eligible for use when replying.
10149 The comparisons start with the first eligible role and keep going until there
10150 is a match.
10151 If a match is found, the matching role's Actions are taken.
10153 It is also possible to set a default role and to change that role during
10154 your Alpine session.
10155 When you start Alpine no default role will be set.
10156 You may set or change the current default role by using the &quot;D&quot;
10157 command in the role selection screen.
10158 You'll see that screen while composing a message and being asked to select
10159 a role.
10160 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
10161 compose a message.
10162 You may find a default role useful if you normally perform the duties of one
10163 of your roles for a while, then you switch to another role and stay in the
10164 new role for another period of time.
10165 It may be easier than using the Role Command to select the role each time you
10166 compose a message.
10168 <H2>Role Uses</H2>
10170 There are three types of use to be configured;
10171 one for Replying, one for Forwarding, and one for Composing.
10172 These indicate whether or not you want a role to be considered when you
10173 type the Reply, Forward, or Compose commands.
10174 (The Role command is an alternate form of the Compose command, and it is
10175 not affected by these settings.)
10176 Each of these Use types has three possible values.
10177 The value &quot;Never&quot;
10178 means that the role will never be considered as a candidate for use with
10179 the corresponding command.
10180 For example, if you set a role's Reply Use to Never, then when you Reply to
10181 a message, that role won't even be considered.
10182 (That isn't quite true. If the message you are replying to matches some other
10183 role that requires confirmation,
10184 then there will be a ^T command available which allows you to select a role
10185 from all of your roles, not just the reply-eligible roles.)
10188 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
10189 both mean that you do want to consider this role when using the corresponding
10190 command.
10191 For either of these settings the role's Pattern will
10192 be checked to see if it matches the message.
10193 For Reply Use, the message used to compare the Pattern with is the message
10194 being replied to.
10195 For Forward Use, the message used to compare the Pattern with is the message
10196 being forwarded.
10197 For Compose Use, there is no message, so the parts of the Pattern that depend
10198 on a message (everything other than Current Folder Type) are ignored.
10199 In all cases, the Current Folder Type is checked if defined.
10200 If there is a match then this role will either be used without confirmation
10201 or will be the default when confirmation is asked for, depending on
10202 which of the two options is selected.
10203 If confirmation is requested, you will have a chance to
10204 choose No Role instead of the offered role, or to
10205 change the role to any one of your other roles (with the ^T command).
10207 <H2>Role Patterns</H2>
10209 In order to determine whether or not a message matches a role the message is
10210 compared with the Role's Pattern.
10211 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10212 Scoring, Other Rules, and Search Rules, so are described in only one place,
10213 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10215 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
10216 a role that has all header patterns unset, the AllText pattern unset,
10217 the BodyText pattern unset,
10218 the Score Interval unset, and the Current Folder Type set to
10219 &quot;Any&quot; may be used as a default role.
10220 It should be put last in the list of roles since the matching
10221 starts at the beginning and proceeds until one of the roles is a match.
10222 If no roles at all match, then Alpine will
10223 use its regular methods of defining the role.
10224 If you wanted to, you could define a different &quot;default&quot; role
10225 for Replying, Forwarding, and Composing by setting the
10226 &quot;Use&quot; fields appropriately.
10228 <H2>Role Actions</H2>
10230 Once a role match is found, the role's Actions are taken.
10231 For each role there are several possible actions that may be defined.
10232 They are actions to set the From address, the Reply-To address,
10233 the Fcc, the Signature, the Template file, and Other Headers.
10235 <H3>Set From</H3>
10237 The From address is the address used on the From line of the message
10238 you are sending.
10240 <H3>Set Reply-To</H3>
10242 The Reply-To address is the address used on the Reply-To line of the message
10243 you are sending.
10244 You don't need a Reply-To address unless it is different from the From address.
10246 <H3>Set Other Headers</H3>
10248 If you want to set the value of the From or Reply-To headers, use
10249 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
10250 If you want to set the values of other headers, use this field.
10251 This field is similar to the
10252 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
10253 Each header you specify here must include the header tag
10254 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
10255 and may optionally include a value for that header.
10256 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
10257 for a header here will replace any value that already exists.
10258 For example, if you are Replying to a message there will be at least one
10259 address in the To header (the address you are Replying to).
10260 However, if you Reply using a role that sets the To header, that role's
10261 To header value will be used instead.
10263 <H3>Set Fcc</H3>
10265 The Fcc is used as the Fcc for the message you are sending.
10267 <H3>Set Signature or Set LiteralSig</H3>
10269 The Signature is the name of a file to be used as the signature file when
10270 this role is being used.
10271 If the name of the file has a vertical bar following it (|)
10272 then it is assumed that the file is a program that should be run to
10273 produce the signature.
10274 If the LiteralSig is set, then it is used instead of the signature file.
10275 LiteralSig is just a different way to store the signature.
10276 It is stored in the pine configuration file instead of in a separate
10277 signature file.
10278 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
10279 either in the role or as the default signature in the Setup/Config screen,
10280 then the signature file is ignored.
10282 <H3>Set Template</H3>
10284 A Template is the name of a file to be included in the message when this
10285 role is being used.
10286 If the name of the file has a vertical bar following it (|)
10287 then it is assumed that the file is a program that should be run to
10288 produce the template.
10291 Both signature files and template files may be stored remotely on an IMAP
10292 server.
10293 In order to do that you just give the file a remote name.
10294 This works just like the regular
10295 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
10296 option that is configured from the Setup/Configuration screen.
10297 A remote signature file name might look like:
10299 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
10301 Once you have named the remote signature or template file you create its
10302 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
10303 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
10304 line of the role editor.
10307 Both signature files and template files (or the output of signature programs
10308 and template file programs) may contain special tokens
10309 that are replaced with contents
10310 that depend on the message being replied to or forwarded.
10311 See the help for the individual fields inside the role editor for more
10312 information on tokens.
10314 <H3>Use SMTP Server</H3>
10316 If this field has a value, then it will be used as the SMTP server
10317 to send mail when this role is being used (unless the SMTP server variable
10318 is set in the system-wide fixed configuration file).
10319 It has the same semantics as the
10320 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
10321 variable in the Setup/Config screen.
10322 When you postpone the composition this SMTP server list will be saved
10323 with the postponed composition and it cannot be changed later.
10324 Because of that, you may want to make this a list of SMTP servers
10325 with the preferred server at the front of the list and alternate servers
10326 later in the list.
10329 If any of the actions are left unset, then the action depends on what
10330 is present in the &quot;Initialize settings using role&quot; field.
10331 If you've listed the nickname of another one of your roles there, then the
10332 corresponding action from that role will be used here.
10333 If that action is also blank, or if there is no nickname specified,
10334 then Alpine will do whatever it normally does to set these actions.
10335 This depends on other configuration options and features you've set.
10337 <H2>Command Descriptions</H2>
10339 <H3>Add</H3>
10341 The Add command is used to add a new role definition to your set of
10342 roles.
10343 The new role will be added after the highlighted role.
10345 <H3>Delete</H3>
10347 The Delete command deletes the currently highlighted role.
10349 <H3>Change</H3>
10351 The Change command lets you edit the nickname, Uses, Pattern,
10352 and Actions of the currently highlighted role.
10354 <H3>Shuffle</H3>
10356 The Shuffle command allows you to change the order of the roles.
10357 You may move the currently highlighted role up or down in the list.
10358 The order of the roles is important since the roles are tested for a
10359 match starting with the first role and continuing until a match is found.
10360 You should place the roles with more specific Patterns near the beginning
10361 of the list, and those with more general Patterns near the end so that
10362 the more specific matches will happen when appropriate.
10364 <H3>Replicate</H3>
10366 The Replicate command is used to copy an existing role and modify it.
10367 The new role will be added after the highlighted role.
10369 <H3>IncludeFile</H3>
10371 The IncludeFile command allows you to add a roles file to your configuration.
10372 Usually, your roles will be contained in your Alpine configuration file.
10373 If you wish, some or all of your roles may be stored in a separate file.
10374 If a roles file already exists (maybe it was made by somebody else using
10375 Alpine), you may insert it before the currently highlighted role.
10376 You may also insert an empty file or a file that does not yet exist.
10377 Once you have an empty roles file in your configuration, you may use
10378 the Shuffle command to move roles into it.
10379 In fact, that's the only way to get the initial role into the file.
10381 <H3>eXcludeFile</H3>
10383 The eXcludeFile command removes a roles file from your roles configuration.
10384 A limitation of the program is that in order to exclude a roles file
10385 that file must have at least one role
10386 in it, otherwise you won't be able to highlight a line in the file.
10387 So you may have to add a dummy role to the file in order to exclude the file.
10388 <P><UL>
10389 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10390 </UL>
10392 &lt;End of help on this topic&gt;
10393 </BODY>
10394 </HTML>
10395 ===== h_rules_other =====
10396 <HTML>
10397 <HEAD>
10398 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
10399 </HEAD>
10400 <BODY>
10401 <H1>SETUP OTHER RULES SCREEN</H1>
10402 <H2>SETUP OTHER RULES COMMANDS</H2>
10403 <!--chtml if pinemode="function_key"-->
10404 <PRE>
10405 Available  Commands -- Group 1         Available Commands -- Group 2   
10406 -------------------------------        ------------------------------  
10407 F1  Show Help Text                      F1  Show Help Text             
10408 F2  See commands in next group          F2  See commands in next group
10409 F3  Back to MAIN Alpine menu
10410 F4  Change configuration for rule
10411 F5  Move to previous rule               F5  Include file in rule config
10412 F6  Move to next rule                   F6  Exclude file from config
10413 F7  Previous page of rules
10414 F8  Next page of rules
10415 F9  Add new rule                        F9  Replicate existing rule
10416 F10 Delete existing rule
10417 F11 Shuffle the order of rules
10418 F12 Whereis (search rule nicknames)
10419 </PRE>
10420 <!--chtml else-->
10421 <PRE>
10422 Navigation                     General Alpine Commands
10423 -------------------------      -----------------------
10424  P  Prev rule                     ?  Display this help text
10425  N  Next rule                     E  Back to MAIN Alpine menu
10426  -  Previous page
10427 Spc (space bar) Next page
10428  W  WhereIs (search for word in rule nicknames)
10430 Setup Other Rules Commands
10431 ------------------------------------------------
10432  A  Add new rule                  $  Shuffle the order of rules
10433  D  Delete existing rule          C  Change configuration for highlighted rule
10434  R  Replicate existing rule
10435  I  Include file in rule config   X  Exclude file from rule config
10436 </PRE>
10437 <!--chtml endif-->
10439 <H2>Description of the Setup Other Rules Screen</H2>
10441 This is where you may set various actions that do not fit well into the
10442 other Rules categories.
10444 <H2>Patterns</H2>
10446 Other Rules are a little different from the rest of the Rules because
10447 they depend only on the current folder, and not on a particular message.
10448 In order to determine whether or not a rule's actions should be applied
10449 the current folder is compared with the rule's Pattern, which consists
10450 of only the Current Folder Type.
10451 Current Folder Type works the same for Other Rules as it does for Roles,
10452 Filtering, Index Coloring, and Scoring.
10453 Keep in mind that the only part of the Pattern that applies to Other
10454 Rules is the Current Folder Type when looking at the description of
10455 Patterns given
10456 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10458 <H2>The Actions</H2>
10460 <H3>Set Sort Order</H3>
10462 When you enter a new folder, these rules will be checked to see if you
10463 have set a sort order that is different from your default sort order.
10464 The default is set in the Setup/Config screen with
10465 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
10466 If the Sort Order action is set, then the folder will be displayed sorted in
10467 that sort order instead of in the default order.
10469 A possible point of confusion arises when you change the configuration
10470 of the Sort Order for the currently open folder.
10471 The folder will normally be re-sorted when you go back to viewing the
10472 index.
10473 However, if you have manually sorted the folder with the
10474 Sort
10475 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
10476 command, then it will not be re-sorted until the next time it is opened.
10478 <H3>Set Index Format</H3>
10480 When you enter a new folder, these rules will be checked to see if you
10481 have set an Index Format that is different from your default Index Format,
10482 which is set with the
10483 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
10484 If so, the index will be displayed with this format instead of the default.
10486 <H3>Set Startup Rule</H3>
10488 When you enter a new folder, these rules will be checked to see if you
10489 have set a startup rule that is different from the default startup rule.
10490 The default for incoming folders is set in the Setup/Config screen with
10491 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
10492 The default for folders other than INBOX that are not part of your
10493 incoming collection
10494 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
10495 is to start with the last message in the folder.
10496 If the Startup Rule is set to something other than &quot;default&quot;,
10497 then the rule will determine which message will be the current message when
10498 the folder is first opened.
10500 The various startup rule possibilities work the same here as they do in
10501 the incoming collection, so check
10502 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
10503 for more help.
10505 <H2>Command Descriptions</H2>
10507 <H3>Add</H3>
10509 The Add command is used to add a new rule definition to your set of
10510 rules.
10511 The new rule will be added after the highlighted rule.
10513 <H3>Delete</H3>
10515 The Delete command deletes the currently highlighted rule.
10517 <H3>Change</H3>
10519 The Change command lets you edit the nickname, Pattern,
10520 and Action of the currently highlighted rule.
10522 <H3>Shuffle</H3>
10524 The Shuffle command allows you to change the order of the rules.
10525 You may move the currently highlighted rule up or down in the list.
10526 The order of the rules is important since the rules are tested for a
10527 match starting with the first rule and continuing until a match is found.
10528 You should place the rules with more specific Patterns near the beginning
10529 of the list, and those with more general Patterns near the end so that
10530 the more specific matches will happen when appropriate.
10532 <H3>Replicate</H3>
10534 The Replicate command is used to copy an existing rule definition and modify it.
10535 The new rule will be added after the highlighted rule.
10537 <H3>IncludeFile</H3>
10539 The IncludeFile command allows you to add a rules file to your configuration.
10540 Usually, your rules will be contained in your Alpine configuration file.
10541 If you wish, some or all of your rules may be stored in a separate file.
10542 If a rules file already exists (maybe it was made by somebody else using
10543 Alpine), you may insert it before the currently highlighted rule.
10544 You may also insert an empty file or a file that does not yet exist.
10545 Once you have an empty rules file in your configuration, you may use
10546 the Shuffle command to move rules into it.
10547 In fact, that's the only way to get the initial rule into the file.
10549 <H3>eXcludeFile</H3>
10551 The eXcludeFile command removes a rules file from your rules configuration.
10552 A limitation of the program is that in order to exclude a rules file
10553 that file must have at least one rule
10554 in it, otherwise you won't be able to highlight a line in the file.
10555 So you may have to add a dummy rule to the file in order to exclude the file.
10556 <P><UL>
10557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10558 </UL>
10560 &lt;End of help on this topic&gt;
10561 </BODY>
10562 </HTML>
10563 ===== h_rules_srch =====
10564 <HTML>
10565 <HEAD>
10566 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
10567 </HEAD>
10568 <BODY>
10569 <H1>SETUP SEARCH RULES SCREEN</H1>
10570 <H2>SETUP SEARCH RULES COMMANDS</H2>
10571 <!--chtml if pinemode="function_key"-->
10572 <PRE>
10573 Available  Commands -- Group 1         Available Commands -- Group 2   
10574 -------------------------------        ------------------------------  
10575 F1  Show Help Text                      F1  Show Help Text             
10576 F2  See commands in next group          F2  See commands in next group
10577 F3  Back to MAIN Alpine menu
10578 F4  Change configuration for rule
10579 F5  Move to previous rule               F5  Include file in rule config
10580 F6  Move to next rule                   F6  Exclude file from config
10581 F7  Previous page of rules
10582 F8  Next page of rules
10583 F9  Add new rule                        F9  Replicate existing rule
10584 F10 Delete existing rule
10585 F11 Shuffle the order of rules
10586 F12 Whereis (search rule nicknames)
10587 </PRE>
10588 <!--chtml else-->
10589 <PRE>
10590 Navigation                     General Alpine Commands
10591 -------------------------      -----------------------
10592  P  Prev rule                     ?  Display this help text
10593  N  Next rule                     E  Back to MAIN Alpine menu
10594  -  Previous page
10595 Spc (space bar) Next page
10596  W  WhereIs (search for word in rule nicknames)
10598 Setup Search Rules Commands
10599 ------------------------------------------------
10600  A  Add new rule                  $  Shuffle the order of rules
10601  D  Delete existing rule          C  Change configuration for highlighted rule
10602  R  Replicate existing rule
10603  I  Include file in rule config   X  Exclude file from rule config
10604 </PRE>
10605 <!--chtml endif-->
10607 <H2>Description of the Setup Search Rules Screen</H2>
10609 One of the commands that becomes available when that feature is turned on
10610 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
10611 screen to select a set of messages.
10612 One way of selecting messages is to use a Rule.
10613 All of the messages that match (or don't match if you wish)
10614 a Rule's Pattern will be selected.
10616 Any of your Rules may be used for this purpose.
10617 You might already have Rules set up for filtering, index line color, scores, or roles;
10618 and you may use any of those Rules with the Select command.
10619 However, you might find it more convenient to set up a separate set of Rules
10620 just for this purpose without having to worry about what other effects
10621 they may cause.
10622 That is the purpose of these Select Rules.
10625 Each rule has a &quot;Pattern&quot;
10626 that is used to decide which messages are selected when you use it with
10627 the Select command.
10629 <H2>Patterns</H2>
10631 In order to determine whether or not a message should be selected
10632 the message is compared with the rule's Pattern.
10633 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10634 Scoring, Other Rules, and Search Rules, so are described in only one place,
10635 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10637 <H2>Command Descriptions</H2>
10639 <H3>Add</H3>
10641 The Add command is used to add a new rule definition to your set of
10642 rules.
10643 The new rule will be added after the highlighted rule.
10645 <H3>Delete</H3>
10647 The Delete command deletes the currently highlighted rule.
10649 <H3>Change</H3>
10651 The Change command lets you edit the nickname and Pattern
10652 of the currently highlighted rule.
10654 <H3>Shuffle</H3>
10656 The Shuffle command allows you to change the order of the rules.
10657 This affects only the order they are presented in when you use the
10658 ^T subcommand of the Select by Rule command.
10659 You may move the currently highlighted rule up or down in the list.
10661 <H3>Replicate</H3>
10663 The Replicate command is used to copy an existing rule definition and modify it.
10664 The new rule will be added after the highlighted rule.
10666 <H3>IncludeFile</H3>
10668 The IncludeFile command allows you to add a rules file to your configuration.
10669 Usually, your rules will be contained in your Alpine configuration file.
10670 If you wish, some or all of your rules may be stored in a separate file.
10671 If a rules file already exists (maybe it was made by somebody else using
10672 Alpine), you may insert it before the currently highlighted rule.
10673 You may also insert an empty file or a file that does not yet exist.
10674 Once you have an empty rules file in your configuration, you may use
10675 the Shuffle command to move rules into it.
10676 In fact, that's the only way to get the initial rule into the file.
10678 <H3>eXcludeFile</H3>
10680 The eXcludeFile command removes a rules file from your rules configuration.
10681 A limitation of the program is that in order to exclude a rules file
10682 that file must have at least one rule
10683 in it, otherwise you won't be able to highlight a line in the file.
10684 So you may have to add a dummy rule to the file in order to exclude the file.
10685 <P><UL>
10686 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10687 </UL>
10689 &lt;End of help on this topic&gt;
10690 </BODY>
10691 </HTML>
10692 ===== h_rules_incols =====
10693 <HTML>
10694 <HEAD>
10695 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
10696 </HEAD>
10697 <BODY>
10698 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
10699 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
10700 <!--chtml if pinemode="function_key"-->
10701 <PRE>
10702 Available  Commands -- Group 1         Available Commands -- Group 2   
10703 -------------------------------        ------------------------------  
10704 F1  Show Help Text                      F1  Show Help Text             
10705 F2  See commands in next group          F2  See commands in next group
10706 F3  Back to MAIN Alpine menu
10707 F4  Change configuration for rule
10708 F5  Move to previous rule               F5  Include file in rule config
10709 F6  Move to next rule                   F6  Exclude file from config
10710 F7  Previous page of rules
10711 F8  Next page of rules
10712 F9  Add new rule                        F9  Replicate existing rule
10713 F10 Delete existing rule
10714 F11 Shuffle the order of rules
10715 F12 Whereis (search rule nicknames)
10716 </PRE>
10717 <!--chtml else-->
10718 <PRE>
10719 Navigation                     General Alpine Commands
10720 -------------------------      -----------------------
10721  P  Prev rule                     ?  Display this help text
10722  N  Next rule                     E  Back to MAIN Alpine menu
10723  -  Previous page
10724 Spc (space bar) Next page
10725  W  WhereIs (search for word in rule nicknames)
10727 Setup Index Color Commands
10728 ------------------------------------------------
10729  A  Add new rule                  $  Shuffle the order of rules
10730  D  Delete existing rule          C  Change configuration for highlighted rule
10731  R  Replicate existing rule
10732  I  Include file in rule config   X  Exclude file from rule config
10733 </PRE>
10734 <!--chtml endif-->
10736 <H2>Description of the Setup Index Line Colors Screen</H2>
10738 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
10739 This action is only available if your terminal is capable of displaying
10740 color and color display has been enabled with the
10741 <A HREF="h_config_color_style">Color Style</A> option within the
10742 Setup Color screen.
10743 (In PC-Alpine, color is always enabled so there is no option to turn on.)
10744 This screen lets you add, delete, modify, or change the order of the rules
10745 that cause the lines in the MESSAGE INDEX to be displayed in different
10746 colors.
10748 Each rule has a &quot;Pattern&quot;,
10749 which is used to decide which of the rules is used; and the color that
10750 is used if the Pattern matches a particular message.
10752 <H2>Index Color Patterns</H2>
10754 In order to determine whether or not a message matches an Index Color Rule
10755 the message is compared with the rule's Pattern.
10756 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10757 Scoring, Other Rules, and Search Rules, so are described in only one place,
10758 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10761 If none of the Index Color rules is a match for a particular index line,
10762 then the color used is set using
10763 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10765 <H2>Index Line Color</H2>
10767 This is the color that index lines are colored when there is a matching
10768 Pattern.
10769 This colors the whole index line, except possibly the status letters,
10770 which may be colored separately using
10771 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10773 <H2>Command Descriptions</H2>
10775 <H3>Add</H3>
10777 The Add command is used to add a new rule definition to your set of
10778 rules.
10779 The new rule will be added after the highlighted rule.
10781 <H3>Delete</H3>
10783 The Delete command deletes the currently highlighted rule.
10785 <H3>Change</H3>
10787 The Change command lets you edit the nickname, Pattern,
10788 and Index Line Color of the currently highlighted rule.
10790 <H3>Shuffle</H3>
10792 The Shuffle command allows you to change the order of the rules.
10793 You may move the currently highlighted rule up or down in the list.
10794 The order of the rules is important since the rules are tested for a
10795 match starting with the first rule and continuing until a match is found.
10796 You should place the rules with more specific Patterns near the beginning
10797 of the list, and those with more general Patterns near the end so that
10798 the more specific matches will happen when appropriate.
10800 <H3>Replicate</H3>
10802 The Replicate command is used to copy an existing rule definition and modify it.
10803 The new rule will be added after the highlighted rule.
10805 <H3>IncludeFile</H3>
10807 The IncludeFile command allows you to add a rules file to your configuration.
10808 Usually, your rules will be contained in your Alpine configuration file.
10809 If you wish, some or all of your rules may be stored in a separate file.
10810 If a rules file already exists (maybe it was made by somebody else using
10811 Alpine), you may insert it before the currently highlighted rule.
10812 You may also insert an empty file or a file that does not yet exist.
10813 Once you have an empty rules file in your configuration, you may use
10814 the Shuffle command to move rules into it.
10815 In fact, that's the only way to get the initial rule into the file.
10817 <H3>eXcludeFile</H3>
10819 The eXcludeFile command removes a rules file from your rules configuration.
10820 A limitation of the program is that in order to exclude a rules file
10821 that file must have at least one rule
10822 in it, otherwise you won't be able to highlight a line in the file.
10823 So you may have to add a dummy rule to the file in order to exclude the file.
10824 <P><UL>
10825 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10826 </UL>
10828 &lt;End of help on this topic&gt;
10829 </BODY>
10830 </HTML>
10831 ===== h_rules_filter =====
10832 <HTML>
10833 <HEAD>
10834 <TITLE>SETUP FILTERING SCREEN</TITLE>
10835 </HEAD>
10836 <BODY>
10837 <H1>SETUP FILTERING SCREEN</H1>
10838 <H2>SETUP FILTERING COMMANDS</H2>
10839 <!--chtml if pinemode="function_key"-->
10840 <PRE>
10841 Available  Commands -- Group 1         Available Commands -- Group 2   
10842 -------------------------------        ------------------------------  
10843 F1  Show Help Text                      F1  Show Help Text             
10844 F2  See commands in next group          F2  See commands in next group
10845 F3  Back to MAIN Alpine menu
10846 F4  Change configuration for filter
10847 F5  Move to previous filter             F5  Include file in filter config
10848 F6  Move to next filter                 F6  Exclude file from config
10849 F7  Previous page of filters
10850 F8  Next page of filters
10851 F9  Add new filter                      F9  Replicate existing filter
10852 F10 Delete existing filter
10853 F11 Shuffle the order of filters
10854 F12 Whereis (search filter nicknames)
10855 </PRE>
10856 <!--chtml else-->
10857 <PRE>
10858 Navigation                     General Alpine Commands
10859 -------------------------      -----------------------
10860  P  Prev Filter                   ?  Display this help text
10861  N  Next Filter                   E  Back to MAIN Alpine menu
10862  -  Previous page
10863 Spc (space bar) Next page
10864  W  WhereIs (search for word in filter nicknames)
10866 Setup Filters Commands
10867 ------------------------------------------------
10868  A  Add new filter                $  Shuffle the order of filters
10869  D  Delete existing filter        C  Change configuration for highlighted filter
10870  R  Replicate existing filter
10871  I  Include file in filter config X  Exclude file from filter config
10872 </PRE>
10873 <!--chtml endif-->
10875 <H2>Description of the Setup Filtering Screen</H2>
10877 This screen lets you add, delete, modify, or change the order of the rules
10878 that determine the filtering Alpine does on folders you view.
10880 The software that actually delivers mail (the stuff that happens
10881 before Alpine is involved) for you is in a better position to do mail filtering
10882 than Alpine itself.
10883 If possible, you may want to look into using that sort of mail filtering to
10884 deliver mail to different folders, delete it, or forward it.
10885 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
10887 Filtering is a way to automatically move certain messages from one folder
10888 to another or to delete messages.
10889 It can also be used to set message status (Important, Deleted, New,
10890 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
10891 Alpine doesn't have the ability to forward mail to another address or
10892 to deliver vacation messages.
10894 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
10895 When a folder is opened, when new mail arrives in an open folder, or
10896 when mail is Expunged from a folder; each
10897 message is compared with the Patterns of your filtering rules.
10898 The comparisons start with the first rule and keep going until there
10899 is a match.
10900 If a match is found, the message may be deleted or moved, depending on
10901 the setting of the Filter Action.
10902 If the message is not deleted, it may have its status altered.
10905 <EM>NOTE:</EM>
10906 When setting up a Pattern used to delete messages,
10907 it is recommended that you test the Pattern first with a &quot;Move&quot;
10908 folder specified in
10909 case unintended matches occur.  Messages that are deleted will be removed 
10910 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10911 next Expunge command or once the folder being filtered has been closed.
10913 <H2>Filter Patterns</H2>
10915 In order to determine whether or not a message matches a filter the message is
10916 compared with the Filter's Pattern.
10917 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10918 Scoring, Other Rules, and Search Rules, so are described in only one place,
10919 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10921 Since filtering is a potentially destructive action, if you have a filtering
10922 Pattern with nothing other than Current Folder Type set, that filtering
10923 rule is ignored.
10925 <H2>Filter Actions</H2>
10927 Once a filter match is found for a particular message, there are some actions
10928 that may be taken.
10929 First, the message may have its status changed.
10930 This is the same message status that you can manipulate manually using the
10931 <a href="h_common_flag">Flag Command</a>.
10932 There are always four elements of message status that you can control.
10933 You can set or clear the Important status, the New status, the Deleted
10934 status, and the Answered status.
10935 Of course, if the filter is going to delete the message,
10936 then there is no point in setting message status.
10937 You may also be able to set user-defined keywords for a message.
10938 Read a little about keywords in the help text for the
10939 <A HREF="h_common_flag">Flag</A> command.
10941 Second, the filter may delete or move the message.
10942 Deleting the message marks it Deleted and removes it from view.
10943 It is effectively gone forever (though it technically is still there until
10944 the next expunge command, which may happen implicitly).
10945 Moving the message moves it from the open folder into the folder
10946 listed on the &quot;Folder List&quot; line of the filter configuration.
10947 If you list more than one folder name (separated by commas) then the message
10948 will be copied to each of those folders.
10949 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10950 message is removed from the current folder.
10951 If you just want to set the messages status without deleting it from
10952 the folder, then set the filter action to
10953 &quot;Just Set Message Status&quot;.
10955 (There is no way to do a Copy instead of a Move, due to the difficulties
10956 involved in keeping track of whether or not a message has
10957 already been copied.)
10959 <H2>Command Descriptions</H2>
10961 <H3>Add</H3>
10963 The Add command is used to add a new filter definition to your set of
10964 filters.
10965 The new filter will be added after the highlighted filter.
10967 <H3>Delete</H3>
10969 The Delete command deletes the currently highlighted filter.
10971 <H3>Change</H3>
10973 The Change command lets you edit the nickname, Pattern,
10974 and Folder of the currently highlighted filter.
10976 <H3>Shuffle</H3>
10978 The Shuffle command allows you to change the order of the filters.
10979 You may move the currently highlighted filter up or down in the list.
10980 The order of the filters is important since the filters are tested for a
10981 match starting with the first filter and continuing until a match is found.
10982 You should place the filters with more specific Patterns near the beginning
10983 of the list, and those with more general Patterns near the end so that
10984 the more specific matches will happen when appropriate.
10986 <H3>Replicate</H3>
10988 The Replicate command is used to copy an existing filter and modify it.
10989 The new filter will be added after the highlighted filter.
10991 <H3>IncludeFile</H3>
10993 The IncludeFile command allows you to add a filters file to your configuration.
10994 Usually, your filters will be contained in your Alpine configuration file.
10995 If you wish, some or all of your filters may be stored in a separate file.
10996 If a filters file already exists (maybe it was made by somebody else using
10997 Alpine), you may insert it before the currently highlighted filter.
10998 You may also insert an empty file or a file that does not yet exist.
10999 Once you have an empty filters file in your configuration, you may use
11000 the Shuffle command to move filters into it.
11001 In fact, that's the only way to get the initial filter into the file.
11003 <H3>eXcludeFile</H3>
11005 The eXcludeFile command removes a filters file from your filters configuration.
11006 A limitation of the program is that in order to exclude a filters file
11007 that file must have at least one filter
11008 in it, otherwise you won't be able to highlight a line in the file.
11009 So you may have to add a dummy filter to the file in order to exclude the file.
11010 <P><UL>
11011 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11012 </UL>
11014 <H3>Performance Considerations</H3>
11015 The number and type of patterns being tested can 
11016 adversely effect performance.  Issues to be aware
11017 of include:
11019 <UL>
11020   <LI> The more filters you have defined the longer it will take to run down
11021 the list.  Deleting unused filters is a good idea.
11022   <LI> Filtering in newsgroups served by an NNTP server will be slow
11023 if your patterns include tests other than &quot;From:&quot;
11024 or &quot;Subject:&quot;.
11025 </UL>
11027 &lt;End of help on this topic&gt;
11028 </BODY>
11029 </HTML>
11030 ===== h_rules_score =====
11031 <HTML>
11032 <HEAD>
11033 <TITLE>SETUP SCORING SCREEN</TITLE>
11034 </HEAD>
11035 <BODY>
11036 <H1>SETUP SCORING SCREEN</H1>
11037 <H2>SETUP SCORING COMMANDS</H2>
11038 <!--chtml if pinemode="function_key"-->
11039 <PRE>
11040 Available  Commands -- Group 1         Available Commands -- Group 2   
11041 -------------------------------        ------------------------------  
11042 F1  Show Help Text                      F1  Show Help Text             
11043 F2  See commands in next group          F2  See commands in next group
11044 F3  Back to MAIN Alpine menu
11045 F4  Change configuration for rule
11046 F5  Move to previous rule               F5  Include file in rule config
11047 F6  Move to next rule                   F6  Exclude file from config
11048 F7  Previous page of rules
11049 F8  Next page of rules
11050 F9  Add new rule                        F9  Replicate existing rule
11051 F10 Delete existing rule
11052 F11 Shuffle the order of rules
11053 F12 Whereis (search rule nicknames)
11054 </PRE>
11055 <!--chtml else-->
11056 <PRE>
11057 Navigation                     General Alpine Commands
11058 -------------------------      -----------------------
11059  P  Prev rule                     ?  Display this help text
11060  N  Next rule                     E  Back to MAIN Alpine menu
11061  -  Previous page
11062 Spc (space bar) Next page
11063  W  WhereIs (search for word in rule nicknames)
11065 Setup Scoring Commands
11066 ------------------------------------------------
11067  A  Add new rule                  $  Shuffle the order of rules
11068  D  Delete existing rule          C  Change configuration for highlighted rule
11069  R  Replicate existing rule
11070  I  Include file in rule config   X  Exclude file from rule config
11071 </PRE>
11072 <!--chtml endif-->
11074 <H2>Description of the Setup Scoring Screen</H2>
11076 Most people will not use scores at all, but if you do use them, here's how
11077 they work in Alpine.
11078 Using this screen, you may define Scoring rules.
11079 The score for a message is calculated by looking at every Score rule defined
11080 and adding up the Score Values for the ones that match the message.
11081 If there are no matches for a message, it has a score of zero.
11082 Message scores may be used a couple of ways in Alpine.
11084 <H3>Sorting by Score</H3>
11086 One of the methods you may use to sort message indexes is to sort by
11087 score.
11088 The scores of all the messages in a folder will be calculated and then
11089 the index will be ordered by placing the messages in order of ascending or
11090 descending score.
11092 <H3>Scores for use in Patterns</H3>
11094 The Patterns used for Roles, Index Line Coloring, and Filtering have a
11095 category labeled &quot;Score Interval&quot;.
11096 When a message is being compared with a Pattern to check for a match, if
11097 the Score Interval is set only messages that have a score somewhere in
11098 the interval are a match.
11100 <H2>Scoring Rule Patterns</H2>
11102 In order to determine whether or not a message matches a scoring rule
11103 the message is compared with the rule's Pattern.
11104 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11105 Scoring, Other Rules, and Search Rules, so are described in only one place,
11106 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11109 Actually, Scoring rule Patterns are slightly different from the other types of
11110 Patterns because Scoring rule Patterns don't contain a Score Interval.
11111 In other words, when calculating the score for a message, which is done
11112 by looking at the Scoring rule Patterns, scores aren't used.
11114 <H2>Score Value</H2>
11116 This is the value that will be added to the score for a message if the
11117 rule's Pattern is a match.
11118 Each individual Score Value is an integer between -100 and 100, and the
11119 values from matching rules are added together to get a message's score.
11120 There is also a way to extract the value from a particular header of each
11121 message. See the help text for Score Value for further information.
11123 <H2>Command Descriptions</H2>
11125 <H3>Add</H3>
11127 The Add command is used to add a new scoring rule definition.
11128 The new rule will be added after the highlighted rule.
11130 <H3>Delete</H3>
11132 The Delete command deletes the currently highlighted scoring rule.
11134 <H3>Change</H3>
11136 The Change command lets you edit the nickname, Pattern,
11137 and Score Value of the currently highlighted scoring rule.
11139 <H3>Shuffle</H3>
11141 The Shuffle command allows you to change the order of the scoring rules.
11142 You may move the currently highlighted rule up or down in the list.
11143 The order of the rules is important since the rules are tested for a
11144 match starting with the first rule and continuing until a match is found.
11145 You should place the rules with more specific Patterns near the beginning
11146 of the list, and those with more general Patterns near the end so that
11147 the more specific matches will happen when appropriate.
11149 <H3>Replicate</H3>
11151 The Replicate command is used to copy an existing rule and modify it.
11152 The new rule will be added after the highlighted rule.
11154 <H3>IncludeFile</H3>
11156 The IncludeFile command allows you to add a rules file to your configuration.
11157 Usually, your rules will be contained in your Alpine configuration file.
11158 If you wish, some or all of your rules may be stored in a separate file.
11159 If a rules file already exists (maybe it was made by somebody else using
11160 Alpine), you may insert it before the currently highlighted rule.
11161 You may also insert an empty file or a file that does not yet exist.
11162 Once you have an empty rules file in your configuration, you may use
11163 the Shuffle command to move rules into it.
11164 In fact, that's the only way to get the initial rule into the file.
11166 <H3>eXcludeFile</H3>
11168 The eXcludeFile command removes a rules file from your rules configuration.
11169 A limitation of the program is that in order to exclude a rules file
11170 that file must have at least one rule
11171 in it, otherwise you won't be able to highlight a line in the file.
11172 So you may have to add a dummy rule to the file in order to exclude the file.
11173 <P><UL>
11174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11175 </UL>
11177 &lt;End of help on this topic&gt;
11178 </BODY>
11179 </HTML>
11180 ===== h_direct_config =====
11181 <HTML>
11182 <HEAD>
11183 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
11184 </HEAD>
11185 <BODY>
11186 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
11187 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
11188 <!--chtml if pinemode="function_key"-->
11189 <PRE>
11190 Available  Commands                        
11191 -------------------------------            
11192 F1  Show Help Text                         
11193 F3  Back to MAIN Alpine menu                 
11194 F4  Change configuration for directory server  
11195 F5  Move to previous directory server          
11196 F6  Move to next directory server              
11197 F7  Previous page of directory servers         
11198 F8  Next page of directory servers
11199 F9  Add new directory server
11200 F10 Delete existing directory server
11201 F11 Shuffle the order of directory servers
11202 F12 Whereis (search directory server titles)   
11203 </PRE>
11204 <!--chtml else-->
11205 <PRE>
11206 Navigation                     General Alpine Commands
11207 -------------------------      -----------------------
11208  P  Prev Directory Server         ?  Display this help text
11209  N  Next Directory Server         E  Back to MAIN Alpine menu
11210  -  Previous page
11211 Spc (space bar) Next page
11212  W  WhereIs (search for word in directory server titles)
11214 Setup LDAP Directory Server Commands
11215 ------------------------------------------------
11216  A  Add new directory server      $  Shuffle the order of directory servers
11217  D  Delete existing dir server    C  Change configuration for highlighted server
11218 </PRE>
11219 <!--chtml endif-->
11221 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
11223 This screen lets you add, delete, modify, or change the order of your
11224 directory servers. You may also set some optional behavior for each server.
11225 The &quot;Add Dir&quot; command brings up a blank form to 
11226 fill in. You will have to supply at least the name of the LDAP server.
11227 You will often have to supply a search base to be used with that server,
11228 as well. Once the form has been brought up on your screen, there is help
11229 available for each of the options you may set.
11231 The &quot;Del Dir&quot; command allows you to remove a directory server
11232 from your configuration.
11234 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
11235 The difference is that instead of bringing up a form for a new server
11236 configuration, you are changing the configuration of an existing entry.
11237 For example, you might want to correct a typing error, change a
11238 nickname, or change one of the options set for that server.
11240 The &quot;Shuffle&quot; command is used to change the order of directory
11241 servers.
11242 <P><UL>
11243 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11244 </UL>
11246 &lt;End of help on this topic&gt;
11247 </BODY>
11248 </HTML>
11249 ============= h_address_display ========================
11250 <HTML>
11251 <HEAD>
11252 <TITLE>SEARCH RESULTS INDEX</TITLE>
11253 </HEAD>
11254 <BODY>
11255 <H1>SEARCH RESULTS INDEX</H1>
11256 This screen shows the results, if any, of your Directory Server search.  
11257 Commands (besides those for screen navigation) are:
11258 <DL>
11259 <DT>View
11260 <!--chtml if pinemode="function_key"-->
11261 (F4)
11262 <!--chtml else-->
11264 <!--chtml endif-->
11265 </DT>
11266 <DD>See the full information for the selected entry.
11268 <DT>Compose
11269 <!--chtml if pinemode="function_key"-->
11270 (F9)
11271 <!--chtml else-->
11273 <!--chtml endif--></DT>
11274 <DD>Compose a message with the selected entry as the recipient.
11276 <DT>Role
11277 <!--chtml if pinemode="function_key"-->
11278 (F2)
11279 <!--chtml else-->
11281 <!--chtml endif--></DT>
11282 <DD>Compose a message with the selected entry as the recipient. This differs
11283 from Compose in that you may select a role before beginning your composition.
11285 <DT>Forward
11286 <!--chtml if pinemode="function_key"-->
11287 (F10)
11288 <!--chtml else-->
11290 <!--chtml endif--></DT>
11291 <DD>Send the full information for the selected entry as an 
11292 email message to someone else.
11294 <DT>Save
11295 <!--chtml if pinemode="function_key"-->
11296 (F11)
11297 <!--chtml else-->
11299 <!--chtml endif-->
11300 </DT>
11301 <DD>Save to your address book:
11302 <UL>
11303 <LI>the result of the search (as just found through your query) for the 
11304 selected entry; or 
11305 <LI>the selected entry for repeated Directory Server searching when used 
11306 in the future.
11307 </UL>
11308 or<BR>
11309 Export to a file (external to Alpine):
11310 <UL>
11311 <LI>the full information for the selected entry; or
11312 <LI>the email address from the selected entry; or
11313 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
11314 </UL>
11315 <DT>WhereIs
11316 <!--chtml if pinemode="function_key"-->
11317 (F12)
11318 <!--chtml else-->
11320 <!--chtml endif-->
11321 </DT>
11322 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11323 displayed text, not the full records for each entry.)  
11324 </DL>
11325 &lt;End of help on this topic&gt;
11326 </BODY>
11327 </HTML>
11328 ============= h_address_select ========================
11329 <HTML>
11330 <HEAD>
11331 <TITLE>SEARCH RESULTS INDEX</TITLE>
11332 </HEAD>
11333 <BODY>
11334 <H1>SEARCH RESULTS INDEX</H1>
11335 This screen shows the results, if any, of your Directory Server search.  
11336 Commands (besides those for screen navigation) are:
11337 <DL>
11338 <DT>Select
11339 </DT>
11340 <DD>Select this entry for use.
11342 <DT>ExitSelect
11343 <DD>Exit without selecting any of the entries.
11345 <DT>WhereIs
11346 </DT>
11347 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11348 displayed text, not the full records for each entry.)  
11349 </DL>
11350 &lt;End of help on this topic&gt;
11351 </BODY>
11352 </HTML>
11353 ===== h_folder_maint =====
11354 <HTML>
11355 <HEAD>
11356 <TITLE>Help for Folder List</TITLE>
11357 </HEAD>
11358 <BODY>
11359 <H1>FOLDER LIST COMMANDS</H1>
11360 <!--chtml if pinemode="function_key"-->
11361 <PRE>
11362 Available Commands -- Group 1        Available Commands -- Group 2
11363 -------------------------------      ------------------------------
11364 F1  Show Help Text                    F1  Show Help Text               
11365 F2  See commands in next group        F2  See commands in next group  
11366 F3  MAIN MENU Screen                  F3  Quit Alpine                    
11367 F4  Select folder and view it         F4  MAIN MENU Screen
11368 F5  Move to previous folder
11369 F6  Move to next folder               F6  Specify a folder to go to
11370 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
11371 F8  Show next screen of listing       F8  Compose a message
11372 F9  Add a new folder                  F9  Print folder listing
11373 F10 Delete selected folder
11374 F11 Rename selected folder
11375 F12 Whereis (search folder names)
11377 Available Commands -- Group 3
11378 F1  Show Help Text
11379 F2  See commands in next group
11380 F5  Go to next new message
11381     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
11382 F8  Compose a message using roles
11383 F9  Export folder to a file
11384 F10 Import the file back to a folder
11385 </PRE>
11386 <!--chtml else-->
11387 <PRE>
11388 Navigating the Folder Screen            Operations on the Selected Folder
11389 ----------------------------            ---------------------------------
11390  P   Move to previous folder              V  View Index of selected folder
11391  N   Move to next folder                  D  Delete
11392  -   Show previous page of listing        R  Rename
11393 Spc  (space bar) Show next page           E  Export to file
11394                                           U  Import from file to folder
11396 FOLDER LIST Screen Commands              General Alpine Command
11397 ---------------------------              -----------------------
11398  A  Add a folder                          O  Show all other available commands
11399  G  Specify a folder to go to             ?  Show Help text
11400  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
11401  W  Whereis (search folder names)         Q  Quit Alpine
11402  %  Print folder listing                  C  Compose a message
11403                                           #  Compose a message using roles
11404 </PRE>
11405 <!--chtml endif-->
11407 These commands are only available in the FOLDER LIST screen when the 
11408 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
11409 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
11410 <DT>Select:</DT>
11411 <DD>Select folders by certain criteria:<UL>
11412 <LI>All: of limited use, since there is no Apply command.
11413 <LI>by Property: <UL>
11414         <LI>folder contains messages not yet seen 
11415         <LI>folder contains new messages
11416         <LI>folder contains exactly as many, more, or fewer messages 
11417 than a given number
11418         </UL>
11419 <LI>by Text: <UL>
11420         <LI>contained in name of folder (Name Select)
11421         <LI>contained in messages in folder (Content Select)
11422         </UL>
11423 </UL></DD>
11425 <DT>Select current:</DT>
11426 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
11427 add one or more folders to a set created with the Select command described 
11428 above.)</DD>
11429 <DT>Zoom mode:</DT>
11430 <DD>Toggles display of only selected folders or all folders on and off.</DD>
11431 </DL>
11433 If the feature
11434 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
11435 is set then the TAB key will display the number of recent messages and
11436 the total number of messages in the highlighted folder.
11438 The &quot;Export&quot; command causes the lowest common denominator style
11439 mailbox to be written to a file.
11440 If the file already exists, you are asked if you want to delete it.
11441 If you say No, then the operation is aborted.
11442 Export might be a reasonable way to store a backup or an archival copy of
11443 a folder.
11444 The exported-to file is a local file on the system where you are running Alpine.
11445 The &quot;Import&quot; command is the opposite of the Export command.
11446 It reads a file created by Export and asks where it should save it in your
11447 folders.
11448 This could be a new folder or an existing folder.
11449 If the folder already exists, the messages from the exported file will be
11450 appended to the folder.
11452 <CENTER>Description of the FOLDER LIST Screen</CENTER>
11454 The purpose of the FOLDER LIST screen is to help you browse and manage
11455 the folders and directories (also known as &quot;hierarchy&quot;)
11456 contained within a collection.
11459 Folders and directories are arranged alphabetically across lines of
11460 the screen.  Directories, if present, are denoted by a special
11461 character at the end of the name known as the hierarchy delimiter
11462 (typically, &quot;/&quot;).  By default, folders and directories are
11463 mixed together.  The
11464 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
11465 configuration option can be used to group directories toward the 
11466 beginning or end of the list.
11469 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
11470 commands change the &quot;selected&quot; (i.e., highlighted) folder or
11471 directory, and the View Fldr/Dir commands will &quot;open&quot; the
11472 selected item.  Folder and directory management is provided via the
11473 Rename, Delete and Add commands.
11475 <P><CENTER>About Folders</CENTER>
11476 What are Folders?<P>
11478 Folders are simply files where messages are kept.  Every message has to be
11479 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
11480 folder for sent mail and a folder for saved messages.<P>
11482 You may create as many other folders as you wish.  They must be given
11483 names that can be filenames on the filesystem.  
11486 You can move messages from one folder to another by opening the original
11487 folder and saving messages into the other folder just as you can save
11488 message from your INBOX to any other folder.<P>
11490 Folders are typically just files in the filesystem.  However, the files
11491 that are
11492 folders have some special formatting in them (so that Alpine knows where one
11493 message ends and another begins) and should <EM>not</EM> be edited outside of
11494 Alpine.  If you want copies of your messages in text files that you can edit
11495 or otherwise manipulate, use the Export command to copy them from Alpine into
11496 your regular file area.
11499 FOR MORE INFORMATION: See the section on
11500 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11502 <CENTER>About Directories</CENTER>
11504 A directory is simply a container used to group folders within a
11505 folder list.  You can create as many directories as you like.  And 
11506 directories can even contain directories themselves.
11509 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
11510 to note that not all IMAP servers support directories.  If you find that
11511 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
11512 then it's likely that directories are not supported by the server serving
11513 in that collection.
11516 Similarly, servers that do provide for directories may not do so in
11517 the same way.  On some servers, for example, each folder name you
11518 create is at the same time capable of being a directory.  When this
11519 happens, Alpine will display both the folder name and the name of the
11520 directory (with trailing hierarchy delimiter) in the folder list.
11523 Another issue with IMAP access, though with a much smaller set of servers,
11524 is that not all servers accept the request to list out the available
11525 folders and directories in the same way.  If you find yourself having
11526 trouble viewing folders on your server, you might investigate the
11527 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
11528 feature.
11530 <UL>
11531 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11532 </UL>
11534 &lt;End of help on this topic&gt;
11535 </BODY>
11536 </HTML>
11537 ========= h_valid_folder_names ========
11538 <HTML>
11539 <HEAD>
11540 <TITLE>Explanation of Valid Folder Names</TITLE>
11541 </HEAD>
11542 <BODY>
11543 <H1>Folder Name Syntax Explained</H1>
11545 Once your folder collections are defined, you can usually refer to
11546 folders by their simple (unqualified) name, or pick from a FOLDER LIST
11547 display.  However, understanding the complete syntax for folder names,
11548 both local and remote, is handy when using the Goto command and when
11549 you are adding new folder collections via the Setups/collectionList screen.
11551 An Alpine folder name looks like
11554 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
11557 The square brackets ([]) mean that the part is optional.
11560 If there is no remote-specification, then the folder name is interpreted
11561 locally on the computer running Alpine.
11562 Local folder names depend on the operating system used by the computer 
11563 running Alpine, as well as the configuration of that system.  For example,
11564 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
11565 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
11566 system running Unix.
11569 Alpine users have the option of using folders that are stored on some other
11570 computer.  Alpine accesses remote folders via IMAP (the Internet Message
11571 Access Protocol), or in the case of news, via NNTP (the Network News
11572 Transport Protocol).  To be able to access remote folders in Alpine, the
11573 remote host must be running the appropriate server software (imapd or
11574 nntpd) and you must correctly specify the name of the folder to Alpine,
11575 including the domain name of the remote machine. For example,
11577 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
11579 could be a remote folder specification, and so could
11581 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
11584 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
11586 Note that in the case of remote folders, the directory/file path in the specification is 
11587 determined by the operating system of the remote computer, <B>not</B> by
11588 the operating system of the computer on which you are running Alpine.
11590 As you can tell, the name of the computer is in &#123;} brackets
11591 followed immediately by the name of the folder.  (In each of these cases the
11592 optional namespace is missing.)  If, as in these
11593 examples, there is no remote access protocol specified, then IMAP is
11594 assumed.  Check
11595 <A HREF="h_folder_server_syntax">here</A>
11596 for a more detailed look at what options can be placed between the brackets.
11597 If there are no brackets at all, then the folder name is interpreted locally
11598 on the computer on which you are running Alpine.
11601 To the right of the brackets when a server name is present, or at the
11602 start of the foldername if no server is present, the sharp sign,
11603 &quot;#&quot;, holds special meaning.  It indicates a folder name
11604 outside the area reserved for your personal folders.  In fact, it's
11605 used to indicate both the name of the folder, and a special phrase
11606 telling Alpine how to interpret the name that follows.
11609 So, for example, Alpine can be used to access a newsgroup that might be 
11610 available on your computer using:
11612 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11614 The sharp sign indicates the folder name is outside your personal
11615 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
11616 interpret the remainder of the name as a newsgroup.
11619 Similarly, to access a newsgroup on your IMAP server, you might
11620 use something like:
11622 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
11625 There are a number of such special phrases (or &quot;namespaces&quot;)
11626 available.  For a more detailed explanation read about
11627 <A HREF="h_folder_name_namespaces">Namespaces</A>.
11630 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
11631 names.  The name INBOX refers to your &quot;principal incoming
11632 message folder&quot; and will be mapped to the actual file name used for your
11633 INBOX on any given host.  Therefore, a name like
11634 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
11635 store incoming mail for you on that particular host.
11638 &lt;End of help on this topic&gt;
11639 </BODY>
11640 </HTML>
11641 ======= h_folder_name_namespaces =======
11642 <HTML>
11643 <HEAD>
11644 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
11645 </HEAD>
11646 <BODY>
11647 <H1>Folder Name Namespaces Explained</H1>
11649 An Alpine folder name looks like
11652 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
11655 The local part of a folder name has an optional &quot;Namespace&quot; which
11656 tells Alpine how to interpret the rest of the name.
11658 <P> 
11659 By default the folder name is interpreted as defining a section of your personal
11660 folder area.  This area and how you specify it are defined by the
11661 server, if one is specified, or, typically, the home
11662 directory, if no server is defined.
11665 If a namespace is specified, it begins with the
11666 sharp, &quot;#&quot;, character followed by the name of the namespace
11667 and then the namespace's path-element-delimiter.  Aside from the
11668 path's format, namespaces can also imply access rights, content
11669 policy, audience, location, and, occasionally, access methods.
11672 Each server exports its own set (possibly of size one) of 
11673 namespaces.  Hence, it's likely communication with your server's
11674 administrator will be required for specific configurations.  Some of
11675 the more common namespaces, however, include:
11677 <DL>
11678 <DT>#news.</DT>
11679 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
11680 names are hierarchically defined with each level delimited by a period.
11682 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11684 </DD>
11685 <DT>#public/</DT>
11686 <DD>This specifies a folder area that the server may export to the general
11687 public.
11688 </DD>
11689 <DT>#shared/</DT>
11690 <DD>This specifies a folder area that the server may export to groups
11691 of users.
11692 </DD>
11693 <DT>#ftp/</DT>
11694 <DD>This specifies a folder area that is the same as that it may have 
11695 exported via the &quot;File Transfer Protocol&quot;.
11696 </DD>
11697 <DT>#mh/</DT>
11698 <DD>This specifies the personal folder area associated with folders
11699 and directories that were created using the MH message handling system.
11700 </DD>
11701 <DT>#move/</DT>
11702 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
11704 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
11706 The #move namespace is followed by two folder names separated by a delimiter
11707 character.
11708 The delimiter character may be any character that does not appear in
11709 the MailDropFolder name.
11710 The meaning of #move is that mail will be copied from the MailDropFolder to
11711 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
11712 Periodic checks at frequency
11713 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
11714 time between checks set by
11715 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
11716 are made for new mail arriving in the MailDropFolder.
11717 An example that copies mail from a POP inbox to a local folder follows
11719 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
11721 To you it appears that mail is being delivered to the local folder when it
11722 is copied from the MailDropFolder, and you read mail from the local folder.
11724 Note that if the DestinationFolder does not exist then the messages are not
11725 copied from the MailDropFolder.
11726 A #move folder may only be used as an
11727 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
11728 an Inbox.
11729 When you are in the FOLDER LIST of Incoming Message Folders (after turning
11730 on the
11731 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
11732 option)
11733 the Add command has a subcommand &quot;Use Mail Drop&quot;
11734 which may be helpful for defining the folder in your Alpine configuration.
11735 The same is true when you edit the
11736 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
11737 option in Setup/Config.
11738 Each of these configuration methods will also create the DestinationFolder
11739 if it doesn't already exist.
11740 If you are having problems, make sure the DestinationFolder exists.
11741 You may find some more useful information about Mail Drops at
11742 <A HREF="h_maildrop">What is a Mail Drop?</A>.
11743 </DD>
11744 </DL>
11747 In addition, the server may support access to other user's folders,
11748 provided you have suitable permissions.  Common methods use a prefix
11749 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
11750 indicate the root of the other user's folder area.
11753 No, nothing's simple.
11756 &lt;End of help on this topic&gt;
11757 </BODY>
11758 </HTML>
11759 ============= h_whatis_vcard ========================
11760 <HTML>
11761 <HEAD>
11762 <TITLE>VCARD EXPLAINED</TITLE>
11763 </HEAD>
11764 <BODY>
11765 <H1>What is the vCard format?</H1>
11766 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11767 information about and among people and organizations electronically.  
11768 More information about vCard can be found (as of May 1998) on the WWW site 
11769 of the Internet Mail Consortium at the URL:
11771 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11773 &lt;End of help on this topic&gt;
11774 </BODY>
11775 </HTML>
11776 ===== h_folder_open =====
11777 <HTML>
11778 <HEAD>
11779 <TITLE>Explanation of Folder Selection</TITLE>
11780 </HEAD>
11781 <BODY>
11782 <BR>
11783 <BR>
11784 This screen is designed to allow you to quickly and easily survey your
11785 folders and select one to open.
11786 <!--chtml if pinemode="function_key"-->
11787 <PRE>
11788 Navigating the List of Folders             General Alpine Commands
11789 ------------------------------             -----------------------
11790  P   Move to previous folder               ?   Show this help text
11791  N   Move to next folder
11792  -   Show previous screen of folders
11793 Spc  (space bar) Show next screen
11794  W   WhereIs (search folder names)
11796 Folder Selection Commands
11797 -------------------------
11798  E   Exit the Folder Select menu (without selecting a folder)
11799  S   Select the currently highlighted folder
11800 </PRE>
11801 <!--chtml else-->
11802 <PRE>
11803 Navigating the List of Folders             General Alpine Commands
11804 ------------------------------             -----------------------
11805 F5   Move to previous folder               F1  Show this help text
11806 F6   Move to next folder
11807 F7   Show previous screen of folders
11808 F8   Show next screen of folders
11809 F12  WhereIs (search folder names)
11811 Folder Selection Commands
11812 -------------------------
11813 F3   Exit the Folder Select menu (without selecting a folder)
11814 F4   Select the currently highlighted folder
11815 </PRE>
11816 <!--chtml endif-->
11818 FOR MORE INFORMATION: See the section on
11819 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11821 &lt;End of help on this topic&gt;
11822 </BODY>
11823 </HTML>
11824 ===== h_folder_subscribe =====
11825 <HTML>
11826 <HEAD>
11827 <TITLE>Newsgroup Subscribe Screen explained</TITLE>
11828 </HEAD>
11829 <BODY>
11830 <H1>FOLDER SUBSCRIBE HELP</H1>
11832 This screen is designed to help you subscribe to newsgroups you are
11833 not currently subscribed to.  The screen display is a list of all
11834 available newsgroups (or possibly a partial list if you specified a
11835 partial name when entering the screen).  Groups you have already
11836 subscribed to have the letters &quot;SUB&quot; next to them.  You may
11837 select a single new group to subscribe to by moving the cursor to that
11838 group and pressing &quot;S&quot; or carriage return.  Alternatively,
11839 you may change into ListMode with the &quot;ListMode&quot; command.
11840 The display will change slightly so that each group has a checkbox in
11841 front of it.  Use the cursor and the Set/Unset command to place an
11842 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
11845 When you are finished marking groups, the &quot;Subscribe&quot;
11846 command will subscribe you to those groups you have marked.  Note, you
11847 may not unsubscribe to groups with this command.  Instead of the
11848 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
11849 UnSbscrbe command.
11852 <!--chtml if pinemode="function_key"-->
11853 <PRE>
11854 Navigating the List of Newsgroups          General Alpine Commands
11855 ---------------------------------          -----------------------
11856 F5   Move to previous group                F1   Show this help text
11857 F6   Move to next group
11858 F7   Show previous screen of groups
11859 F8   Show next screen of groups
11860 F12  WhereIs (search group names)
11861 F9   Use ListMode
11863 Group Selection Commands
11864 -------------------------
11865 F3  Exit the News Subscribe menu (without selecting any groups)
11866 F4  Subscribe to the currently highlighted newsgroup
11867 </PRE>
11868 <!--chtml else-->
11869 <PRE>
11870 Navigating the List of Newsgroups          General Alpine Commands
11871 ---------------------------------          -----------------------
11872  P   Move to previous group                ?   Show this help text
11873  N   Move to next group
11874  -   Show previous screen of groups
11875 Spc  (space bar) Show next screen
11876  W   WhereIs (search group names)
11877  L   Use ListMode
11879 Group Selection Commands
11880 -------------------------
11881  E   Exit the News Subscribe menu (without selecting any groups)
11882  S   Subscribe to the currently highlighted newsgroup
11883 </PRE>
11884 <!--chtml endif-->
11886 When in ListMode, there is an additional command for marking groups to
11887 subscribe to:
11889 <!--chtml if pinemode="function_key"-->
11890 <PRE>
11891 ListMode Commands
11892 -------------------------
11893 F9  Set or unset the highlighted group
11894 </PRE>
11895 <!--chtml else-->
11896 <PRE>
11897 ListMode Commands
11898 -------------------------
11899 X   Set or unset the highlighted group
11900 </PRE>
11901 <!--chtml endif-->
11903 &lt;End of help on this topic&gt;
11904 </BODY>
11905 </HTML>
11906 ===== h_folder_postnews =====
11907 <HTML>
11908 <HEAD>
11909 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11910 </HEAD>
11911 <BODY>
11912 This screen is designed to allow you to quickly and easily survey
11913 the available newsgroups and select one to post news to.
11915 <!--chtml if pinemode="function_key"-->
11916 <PRE>
11917 Navigating the List of Newsgroups          General Alpine Commands
11918 ---------------------------------          -----------------------
11919 F5   Move to previous group                F1  Show this help text
11920 F6   Move to next group
11921 F7   Show previous screen of groups
11922 F8   Show next screen of groups
11923 F12  WhereIs (search group names)
11925 Group Selection Commands
11926 -------------------------
11927 F3   Exit the Selection menu (without selecting a group)
11928 F4   Select the currently highlighted newsgroup
11929 </PRE>
11930 <!--chtml else-->
11931 <PRE>
11932 Navigating the List of Newsgroups          General Alpine Commands
11933 ---------------------------------          -----------------------
11934  P   Move to previous group                ?  Show this help text
11935  N   Move to next group
11936  -   Show previous screen of groups
11937 Spc  (space bar) Show next screen of groups
11938  W   WhereIs (search group names)
11940 Group Selection Commands
11941 -------------------------
11942  E   Exit the Selection menu (without selecting a group)
11943  S   Select the currently highlighted newsgroup
11944 </PRE>
11945 <!--chtml endif-->
11947 &lt;End of help on this topic&gt;
11948 </BODY>
11949 </HTML>
11950 ===== h_folder_save =====
11951 <HTML>
11952 <HEAD>
11953 <TITLE>Folder Select for Save Explained</TITLE>
11954 </HEAD>
11955 <BODY>
11956 This screen is designed to allow you to quickly and easily survey your
11957 folders and select one to use for saving the current message.
11960 <!--chtml if pinemode="function_key"-->
11961 <PRE>
11962 Navigating the List of Folders             General Alpine Commands
11963 ------------------------------             -----------------------
11964 F5   Move to previous folder               F1  Show this help text
11965 F6   Move to next folder
11966 F7   Show previous screen of folders
11967 F8   Show next screen of folders
11968 F12  WhereIs (search folder names)
11970 Folder Selection Commands
11971 -------------------------
11972 F3   Exit the Folder Select menu (without selecting a folder)
11973 F4   Select the currently highlighted folder
11974 F11  AddNew folder (just like Select, but you type in a new folder name)
11975 </PRE>
11976 <!--chtml else-->
11977 <PRE>
11978 Navigating the List of Folders             General Alpine Commands
11979 ------------------------------             -----------------------
11980  P   Move to previous folder               ?  Show this help text
11981  N   Move to next folder
11982  -   Show previous screen of folders
11983 Spc  (space bar) Show next screen of folders
11984  W   WhereIs (search folder names)
11986 Folder Selection Commands
11987 -------------------------
11988  E   Exit the Folder Select menu (without selecting a folder)
11989  S   Select the currently highlighted folder
11990  A   AddNew folder (just like Select, but you type in a new folder name)
11991 </PRE>
11992 <!--chtml endif-->
11994 FOR MORE INFORMATION: See the section on
11995 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11997 &lt;End of help on this topic&gt;
11998 </BODY>
11999 </HTML>
12000 ===== h_folder_fcc =====
12001 <HTML>
12002 <HEAD>
12003 <TITLE>Folder Select for Fcc Explained</TITLE>
12004 </HEAD>
12005 <BODY>
12006 This screen is designed to allow you to quickly and easily survey your
12007 folders and select one to use as the file carbon copy (fcc) for the
12008 current message.
12011 <!--chtml if pinemode="function_key"-->
12012 <PRE>
12013 Navigating the List of Folders             General Alpine Commands
12014 ------------------------------             -----------------------
12015 F5   Move to previous folder               F1  Show this help text
12016 F6   Move to next folder
12017 F7   Show previous screen of folders
12018 F8   Show next screen of folders
12019 F12  WhereIs (search folder names)
12021 Folder Selection Commands
12022 -------------------------
12023 F3   Exit the Folder Select menu (without selecting a folder)
12024 F4   Select the currently highlighted folder
12025 F11  AddNew folder (just like Select, but you type in a new folder name)
12026 </PRE>
12027 <!--chtml else-->
12028 <PRE>
12029 Navigating the List of Folders             General Alpine Commands
12030 ------------------------------             -----------------------
12031  P   Move to previous folder               ?  Show this help text
12032  N   Move to next folder
12033  -   Show previous screen of folders
12034 Spc  (space bar) Show next screen of folders
12035  W   WhereIs (search folder names)
12037 Folder Selection Commands
12038 -------------------------
12039  E   Exit the Folder Select menu (without selecting a folder)
12040  S   Select the currently highlighted folder
12041  A   AddNew folder (just like Select, but you type in a new folder name)
12042 </PRE>
12043 <!--chtml endif-->
12045 FOR MORE INFORMATION: See the section on
12046 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12048 &lt;End of help on this topic&gt;
12049 </BODY>
12050 </HTML>
12051 ===== h_folder_pattern_roles =====
12052 <HTML>
12053 <HEAD>
12054 <TITLE>Folder Select for Current Folder Explained</TITLE>
12055 </HEAD>
12056 <BODY>
12057 This screen is designed to allow you to quickly and easily survey your
12058 folders and select one to use as the specific Current Folder
12059 in a Pattern.
12062 <!--chtml if pinemode="function_key"-->
12063 <PRE>
12064 Navigating the List of Folders             General Alpine Commands
12065 ------------------------------             -----------------------
12066 F5   Move to previous folder               F1  Show this help text
12067 F6   Move to next folder
12068 F7   Show previous screen of folders
12069 F8   Show next screen of folders
12070 F12  WhereIs (search folder names)
12072 Folder Selection Commands
12073 -------------------------
12074 F3   Exit the Folder Select menu (without selecting a folder)
12075 F4   Select the currently highlighted folder
12076 F11  AddNew folder (just like Select, but you type in a new folder name)
12077 </PRE>
12078 <!--chtml else-->
12079 <PRE>
12080 Navigating the List of Folders             General Alpine Commands
12081 ------------------------------             -----------------------
12082  P   Move to previous folder               ?  Show this help text
12083  N   Move to next folder
12084  -   Show previous screen of folders
12085 Spc  (space bar) Show next screen of folders
12086  W   WhereIs (search folder names)
12088 Folder Selection Commands
12089 -------------------------
12090  E   Exit the Folder Select menu (without selecting a folder)
12091  S   Select the currently highlighted folder
12092  A   AddNew folder (just like Select, but you type in a new folder name)
12093 </PRE>
12094 <!--chtml endif-->
12096 FOR MORE INFORMATION: See the section on
12097 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12099 &lt;End of help on this topic&gt;
12100 </BODY>
12101 </HTML>
12102 ===== h_folder_stayopen_folders =====
12103 <HTML>
12104 <HEAD>
12105 <TITLE>Folder Select Explained</TITLE>
12106 </HEAD>
12107 <BODY>
12108 This screen is designed to allow you to quickly and easily survey your
12109 folders and select one to use as a Stay-Open folder.
12112 <!--chtml if pinemode="function_key"-->
12113 <PRE>
12114 Navigating the List of Folders             General Alpine Commands
12115 ------------------------------             -----------------------
12116 F5   Move to previous folder               F1  Show this help text
12117 F6   Move to next folder
12118 F7   Show previous screen of folders
12119 F8   Show next screen of folders
12120 F12  WhereIs (search folder names)
12122 Folder Selection Commands
12123 -------------------------
12124 F3   Exit the Folder Select menu (without selecting a folder)
12125 F4   Select the currently highlighted folder
12126 F11  AddNew folder (just like Select, but you type in a new folder name)
12127 </PRE>
12128 <!--chtml else-->
12129 <PRE>
12130 Navigating the List of Folders             General Alpine Commands
12131 ------------------------------             -----------------------
12132  P   Move to previous folder               ?  Show this help text
12133  N   Move to next folder
12134  -   Show previous screen of folders
12135 Spc  (space bar) Show next screen of folders
12136  W   WhereIs (search folder names)
12138 Folder Selection Commands
12139 -------------------------
12140  E   Exit the Folder Select menu (without selecting a folder)
12141  S   Select the currently highlighted folder
12142  A   AddNew folder (just like Select, but you type in a new folder name)
12143 </PRE>
12144 <!--chtml endif-->
12146 FOR MORE INFORMATION: See the section on
12147 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12149 &lt;End of help on this topic&gt;
12150 </BODY>
12151 </HTML>
12152 ===== h_folder_action_roles =====
12153 <HTML>
12154 <HEAD>
12155 <TITLE>Folder Select Explained</TITLE>
12156 </HEAD>
12157 <BODY>
12158 This screen is designed to allow you to quickly and easily survey your
12159 folders and select one to use as the folder into which messages
12160 matching this filter will be moved.
12163 <!--chtml if pinemode="function_key"-->
12164 <PRE>
12165 Navigating the List of Folders             General Alpine Commands
12166 ------------------------------             -----------------------
12167 F5   Move to previous folder               F1  Show this help text
12168 F6   Move to next folder
12169 F7   Show previous screen of folders
12170 F8   Show next screen of folders
12171 F12  WhereIs (search folder names)
12173 Folder Selection Commands
12174 -------------------------
12175 F3   Exit the Folder Select menu (without selecting a folder)
12176 F4   Select the currently highlighted folder
12177 F11  AddNew folder (just like Select, but you type in a new folder name)
12178 </PRE>
12179 <!--chtml else-->
12180 <PRE>
12181 Navigating the List of Folders             General Alpine Commands
12182 ------------------------------             -----------------------
12183  P   Move to previous folder               ?  Show this help text
12184  N   Move to next folder
12185  -   Show previous screen of folders
12186 Spc  (space bar) Show next screen of folders
12187  W   WhereIs (search folder names)
12189 Folder Selection Commands
12190 -------------------------
12191  E   Exit the Folder Select menu (without selecting a folder)
12192  S   Select the currently highlighted folder
12193  A   AddNew folder (just like Select, but you type in a new folder name)
12194 </PRE>
12195 <!--chtml endif-->
12197 FOR MORE INFORMATION: See the section on
12198 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12200 &lt;End of help on this topic&gt;
12201 </BODY>
12202 </HTML>
12203 ===== h_abook_config =====
12204 <HTML>
12205 <HEAD>
12206 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
12207 </HEAD>
12208 <BODY>
12209 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
12210 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
12211 <!--chtml if pinemode="function_key"-->
12212 <PRE>
12213 Available  Commands                        
12214 -------------------------------            
12215 F1  Show Help Text                         
12216 F3  Back to MAIN Alpine menu                 
12217 F4  Change configuration for address book  
12218 F5  Move to previous address book          
12219 F6  Move to next address book              
12220 F7  Previous page of address books         
12221 F8  Next page of address books             
12222 F9  Add new address book                   
12223 F10 Delete existing address book           
12224 F11 Shuffle the order of address books     
12225 F12 Whereis (search address book titles)   
12226 </PRE>
12227 <!--chtml else-->
12228 <PRE>
12229 Navigation                     General Alpine Commands
12230 -----------------------        -----------------------
12231  P  Prev Address Book           ?  Display this help text
12232  N  Next Address Book           E  Back to MAIN Alpine menu
12233  -  Previous page
12234 Spc (space bar) Next page
12235  W  WhereIs (search for word in address book titles)
12237 Setup Address Books Commands
12238 ------------------------------------------------
12239  A  Add new address book          $  Shuffle the order of address books
12240  D  Delete existing address book  C  Change configuration for address book
12241 </PRE>
12242 <!--chtml endif-->
12244 <H2>Description of the Setup Address Books Screen</H2>
12246 This screen lets you add, delete, modify, or change the order of your
12247 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
12248 fill in.  If you are adding a remote address book on an IMAP server
12249 you should fill in the name of the IMAP server.  Otherwise, leave
12250 that field blank.  (Note that remote IMAP address books are an Alpine
12251 concept and are unlikely to interoperate with other mail clients.)
12252 For a remote address book, fill in the name of the remote folder
12253 in the Folder field.  This should be a folder that is used only for
12254 this one purpose, not a general purpose folder you expect to store
12255 messages in.
12256 <P>If you are adding a local address book, fill in the
12257 Folder Name field with a local file name (e.g., .addressbook).
12259 <B>Please note:</B> Remote address books stored on an IMAP server are 
12260 of an entirely different format (namely, a special-purpose 
12261 &quot;mail folder&quot;) than that of the local addressbook familiar 
12262 to Alpine users.  Therefore, 
12263 you cannot use &quot;add a remote address book&quot; to make an existing 
12264 Alpine .addressbook file you may have on a remote IMAP server accessible to 
12265 Alpine running on a different host.  
12268 The &quot;Del Abook&quot; command allows you to remove an address book
12269 from your configuration.  It will also ask you if you wish to remove
12270 the data for that address book, which would erase all traces of the
12271 address book if you answer Yes.
12274 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
12275 The difference is that instead of adding a new address book to your
12276 configuration, you are changing the configuration of an existing entry.
12277 For example, you might want to correct a typing error or change a
12278 nickname.  The &quot;Change&quot; command is not a move command.  If you
12279 change the folder name or server name the data will not be moved for you.
12282 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
12283 an address book toward another address book in the same group then
12284 the order of those two address books will be swapped.  If you shuffle
12285 the last Personal address book down towards the Global address book
12286 section, it will become a Global address book.  If you shuffle
12287 the first Global address book up it will become a Personal address
12288 book.  The main difference between Personal and Global address
12289 books is that Global address books are forced read-only.
12290 <P><UL>
12291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12292 </UL>
12294 &lt;End of help on this topic&gt;
12295 </BODY>
12296 </HTML>
12297 ===== h_abook_top =====
12298 <HTML>
12299 <HEAD>
12300 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
12301 </HEAD>
12302 <BODY>
12303 <H1>ADDRESS BOOK LIST COMMANDS</H1>
12304 <!--chtml if pinemode="function_key"-->
12305 <PRE>
12306 Available  Commands -- Group 1         Available Commands -- Group 2
12307 -------------------------------        ------------------------------
12308 F1  Show Help Text                      F1  Show Help Text
12309 F2  See commands in next group          F2  See commands in next group
12310 F3  Exit to MAIN MENU                   F3  Quit Alpine
12311 F4  View/Edit selected address book
12312 F5  Move to previous address book       F5  FOLDER LIST screen
12313 F6  Move to next address book           F6  Specify a folder to go to
12314 F7  Previous page                       F7  MESSAGE INDEX screen
12315 F8  Next page                           F9  Print list of address books
12316 F12 Whereis (search for word)
12317 </PRE>
12318 <!--chtml else-->
12319 <PRE>
12320 Navigation                       General Alpine Commands
12321 -----------------------          -----------------------
12322  P  Previous Entry                ?  Display this help text
12323  N  Next Entry                    O  Show all other available commands
12324  -  Previous page                 &lt;  Back to MAIN Alpine menu
12325 Spc (space bar) Next page         Q  Quit Alpine
12326  W  WhereIs (search for word)     L  FOLDER LIST screen
12327                                   G  Specify a folder to go to
12328 Address Book Commands             I  MESSAGE INDEX screen
12329 ------------------------------------------------
12330  &gt;  View/Edit selected address book
12331               or
12332  &gt;  Search on selected directory server
12334  %  Print list of address books and directory servers
12335 </PRE>
12336 <!--chtml endif-->
12338 <H2>Description of the Address Book List Screen</H2>
12340 From this screen you may choose which address book you wish to view
12341 or edit. For more information on address books, view one of your
12342 address books (with
12343 <!--chtml if pinemode="function_key"-->
12345 <!--chtml else-->
12346 &quot;&gt;&quot;
12347 <!--chtml endif-->)
12348 and see the Help Text there.<P>
12350 You may also choose a directory server on which to search for entries.
12351 You do that by highlighting the directory server line and using
12352 <!--chtml if pinemode="function_key"-->
12354 <!--chtml else-->
12355 &quot;&gt;&quot;
12356 <!--chtml endif-->.<P>
12358 If you wish to define new address books or directory servers go to the Main
12359 menu and choose Setup. You may then either choose to setup AddressBooks or
12360 Directory (among other things). It's possible that the Directory option
12361 will not be there if the Alpine you are using does not contain LDAP directory
12362 lookup functionality.
12364 <P><UL>
12365 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12366 </UL><P>
12367 &lt;End of help on this topic&gt;
12368 </BODY>
12369 </HTML>
12370 ===== h_abook_opened =====
12371 <HTML>
12372 <HEAD>
12373 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
12374 </HEAD>
12375 <BODY>
12376 <H1>THE ALPINE ADDRESS BOOK</H1>
12377 <H2>ADDRESS BOOK COMMANDS</H2>
12378 <PRE>
12379 <!--chtml if pinemode="function_key"-->
12380 Available  Commands -- Group 1         Available Commands -- Group 2   
12381 -------------------------------        ------------------------------  
12382 F1  Show Help Text                      F1  Show Help Text             
12383 F2  See commands in next group          F2  See commands in next group
12384 F3  Exit this screen                    F3  Quit Alpine                  
12385 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
12386 F5  Move to previous entry              F5  FOLDER LIST screen         
12387 F6  Move to next entry                  F6  Specify a folder to go to  
12388 F7  Previous page of address book       F7  MESSAGE INDEX screen        
12389 F8  Next page of address book           F8  Compose to entry using roles
12390 F9  Add new entry to address book       F9  Print address book         
12391 F10 Delete selected entry               F10 TakeAddr to another addrbook
12392 F11 Compose to selected entry           F11 Save or Export addrbook selections
12393 F12 Whereis (search address book)       F12 Forward entry by mail       
12395 Available Commands -- Group 3                                           
12396 ------------------------------                                          
12397 F3  Select                              F6  Zoom (or unZoom)            
12398 F5  Select Current                      F7  Apply Command to Selection  
12399 <!--chtml else-->
12400 Address Book Navigation        General Alpine Commands
12401 -----------------------        -----------------------
12402  P  Prev Address                  ?  Display this help text
12403  N  Next Address                  O  Show all other available commands
12404  -  Previous page of address book M  Back to MAIN MENU
12405 Spc (space bar) Next page         Q  Quit Alpine
12406  W  WhereIs (search for word      C  Compose message to selected addr
12407      or name in address book)     #  Compose to addr using roles
12408  &lt;  To List of Address Books if   L  FOLDER LIST screen
12409      more than one, else to MAIN  G  Specify a folder to go to
12410                                   I  MESSAGE INDEX screen
12412 Address Book Commands
12413 ----------------------------------------------------
12414  &gt;  View/Update selected entry    D  Delete selected entries
12415  %  Print address book            S  Save or Export address book selections
12416  F  Forward entries by mail       @  Add new entry to address book
12418  ;  Select command                Z  Toggle Zoom Mode
12419  :  Select highlighted entry      A  Apply command to selected entries
12421 <!--chtml endif-->
12422 </PRE>
12423 Note:  The presence or absence of the final four commands above is
12424 controlled by the option 
12425 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
12428 <H2>Description of the Address Book Screen</H2>
12430 This screen lets you edit and manage entries in your address book.  It
12431 also acts as a short-cut for composing messages to people in the address
12432 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
12433 message starts &quot;pre-addressed&quot; to whatever address book entry is
12434 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
12435 role to use in your composition.
12437 Alpine's address book helps you keep a list of addresses you send email to so
12438 you do not have to remember addresses that are often complex.  Each entry
12439 in the address book has five fields, all of them optional.  The three
12440 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
12442         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
12443         This is what you type in as you are addressing the message in the
12444         composer.  If there is a matching entry in your address book(s),
12445         Alpine will extract the corresponding FullName and Address fields to
12446         generate the actual address for your message.
12448         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
12449 of the
12450         person or organization.  Usually the full names are put in last
12451         name first so they sort nicely in alphabetical order.  Whatever
12452         you put as the name here will appear on the message when it is
12453         finally delivered.  Examples:<PRE>
12454            Garcia Marquez, Gabriel
12455            Henscheid, Eckhard
12456            Alpine-Info mailing list
12457            Library materials renewal requests
12458            Kim An-guk
12459            &quot;George III, King of Great Britain, 1738-1820&quot;
12460 </PRE>
12461 (In the second-to-last example, no comma is used in the name so that 
12462 the family name appears first in the address book and when the entry is 
12463 used in the composer.
12464 In the last example, retaining the commas is intended; 
12465 double-quotation marks surround the name to 
12466 prevent the transposition of its parts when the entry is used in 
12467 the composer.)
12469         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
12470         a valid Internet address that conforms to the Internet message
12471         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
12473 The two fields that aren't usually visible are:<DL>
12475   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
12476         message to this address to be saved in.  If this field is set, and
12477         this address is the first one in the message's To: header, then
12478         Alpine will use this folder name for the FCC in lieu of the normal
12479         FCC folder name.
12481   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
12482         </DL>
12484 Due to screen width limitations, these last two fields do not show up in
12485 the normal ADDRESS BOOK display.  You may select the 
12486 &quot;View/Update&quot; command to
12487 view or modify them.  You may use the configuration variable
12488 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
12489 to add these fields to your ADDRESS BOOK 
12490 display, or to modify the format of the display.
12492 <H2>Sorting the Address book</H2>
12494 By default, address book entries are sorted alphabetically on the full
12495 name with distribution lists sorted to the end.  Sorting can be changed by
12496 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
12497 --assuming you have &quot;write&quot; permission for the address book file.
12499 Unlike the sorting of folders (which only changes presentation), sorting an
12500 address book actually changes the file as it is kept on the computer.  For
12501 this reason you won't be able to sort a shared or system-wide address
12502 book.
12504 <H2>Adding New Entries</H2>
12506 The easiest way to add new entries to your address book is to use the
12507 &quot;TakeAddr&quot; command when viewing a message.
12508 This command allows you to take addresses from the header and body of the
12509 message and put them into your address book, without having to type
12510 them in.
12513 To manually add a new entry from within the address book screen, use the AddNew
12514 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
12515 Use this command both for adding a simple alias and for adding a
12516 distribution list.
12518 <H2>Distribution Lists</H2>
12520 Address book entries can be simple cases of aliases (a single nickname is linked
12521 to a single email address) or distribution lists (a single nickname
12522 pointing at more than one email address).  Each distribution list has a
12523 nickname, a full name and a list of addresses.  The addresses may be
12524 actual addresses or they may be other nicknames in your address book.
12525 They may even refer to other distribution lists.
12526 There's really no difference between a simple alias and a distribution list,
12527 other than the number of addresses.
12528 Therefore, you can turn a simple alias with one address into a distribution
12529 list simply by adding more addresses.
12530 To add entries to an existing list or alias
12531 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
12532 a single address from the list if the cursor is placed on the address;
12533 it will delete the entire distribution list if the cursor is on the
12534 nickname/fullname line.  View/Update may also be used to delete addresses
12535 from a list.
12537 Address field entries in distribution lists may take any one of three
12538 forms: a nickname existing in any of the defined address books, a normal
12539 address of the form &quot;jsmith@art.example.com&quot;, or a complete
12540 fullname/address combination, e.g. &quot;John Smith
12541 &lt;jsmith@art.example.com&gt;&quot;.
12543 Distribution lists in Alpine address books can only be used by the person or
12544 people who have access to that address book.  They are not usually used to
12545 implement discussion groups, but can be used to facilitate small
12546 discussion groups if all the participants have access to the same shared
12547 address book.
12549 <H2>FCC and Comments</H2>
12551 As mentioned above, each entry in the address book also has two other optional
12552 fields, Fcc and Comments.  The command to look at or change either of these
12553 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
12554 Comments field is just for your own use.  The Fcc field overrides the
12555 default Fcc if this address is the first one on the To line.  The WhereIs
12556 command may be used to search for particular strings in the address book,
12557 including fields that are not visible (like Comment and Fcc by default).
12559 <H2>Aggregate Operations</H2>
12561 If the feature
12562 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
12563 is turned on (the default), then the four commands &quot;Select&quot;,
12564 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
12565 are available.  The two selection commands allow you to mark a set of
12566 address book entries as being selected.  If you have more than one address
12567 book, the selections may be in more than one of those address books.
12568 The &quot;Zoom&quot; command will toggle between displaying only the selected
12569 entries and all of the entries.  The &quot;Apply&quot; command allows you to
12570 apply one of the regular address book commands to all of the selected
12571 entries.  Usually the address book commands apply to only the entry
12572 highlighted by the cursor.  The &quot;Apply&quot; command works with the
12573 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
12574 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
12576 <H2>Exporting and Forwarding Address book entries</H2>
12578 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
12579 address book entry is placed in a plain text file in your home directory
12580 <!--chtml if pinemode="running"-->
12581 (which, in the present configuration of your system, is
12582  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12583 <!--chtml endif-->
12584 or current working directory
12585 <!--chtml if pinemode="running"-->
12586 (which, at least for your current Alpine &quot;session,&quot; 
12587 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12588 <!--chtml endif-->, depending on the 
12589 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12590 configuration setting.  If you have some entries selected and use the
12591 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
12592 placed in the text file.
12594 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
12595 address book entry is placed in a special attachment and you are put into
12596 the composer.  You can fill in some comments in the body of the message,
12597 if you'd like, and send it to somebody else who uses Alpine.  The recipient
12598 may use the TakeAddr command on that message to insert the address book
12599 entry you sent in their own address book.  If you have some entries
12600 selected and use the Apply Forward command all of the selected entries
12601 will be forwarded in a single message.  You may
12602 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.
12603 The recipient must be using Alpine in order to receive this correctly.
12604 One way for the recipient to handle this might be to create an empty
12605 address book and then &quot;Take&quot; your forwarded address book entries into
12606 that empty address book.
12608 <H2>Multiple and/or Site-Wide Address books</H2>
12610 You may have more than one personal address book.  In addition, there may
12611 be one or more global address books.  This capability allows you to have
12612 multiple personal address books (some of which may be shared) and it also
12613 allows system administrators to implement site-wide address books that
12614 contain entries for users on multiple machines within the organization.
12615 <P><DL>
12616 <DT>Searching
12617   <DD> If you enter a nickname when composing a message, your
12618   personal address books will be searched through in order, and then the
12619   global address book(s) searched. If more than one address book has an entry
12620   for the nickname, Alpine uses the first one that it finds, so an entry in
12621   your personal address book would override a global address book entry. If
12622   after searching all the address books there is still no match, (Unix) Alpine
12623   then searches the local host password file on the assumption that you have
12624   entered a local user name rather than an address book nickname.
12625   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
12626   command, but global address books are always searched after personal
12627   address books.
12629   <P><DT>Tab completion
12630   <DD> If the
12631   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
12632   feature is turned on (the default) then the Tab key may be used
12633   in the composer to complete partially typed nicknames in the To
12634   or Cc lines. You type the first few letters of a nickname and then
12635   press the Tab key. It there is only one nickname that matches it will
12636   be filled in by Alpine. If there is more than one the unambiguous part
12637   of the nicknames will be filled in. For example, if your address book or
12638   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
12639   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
12640   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
12641   If you then type a second Tab character you will be presented with a list
12642   of matching nicknames to select from. Alternatively, you could type another
12643   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
12644   in the entire &quot;barbecue&quot; entry.
12646   <P><DT>Defining
12647   <DD> You define multiple personal address books in the 
12648   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
12649   from the MAIN MENU.  
12650   You may add as many as you like.  Global address books are usually
12651   site-wide address books defined by the System administrator, but
12652   you may define global address books of your own just like you define
12653   personal address books.
12655   <P><DT>Creating and updating
12656   <DD> Personal address books are normally created empty
12657   and populated by explicit additions from within Alpine, e.g. via the
12658   TakeAddr command.  Unlike personal address books, global address books may
12659   not be modified/updated from within Alpine; that is, they are Read-Only.
12660   Thus, global address books are created, populated and updated outside of
12661   Alpine. They might be hand-edited, generated by a program from another
12662   database, or by copying an existing address book.  They might also be
12663   some other user's personal address book, and so be modified normally by
12664   that user but accessed Read-Only by you.  See the Alpine Technical
12665   Notes document (included in the Alpine distribution) for more information on
12666   this.
12668   <P><DT>Accessing
12669   <DD>There are two different types of address books in Alpine.
12670   A local address book is stored in a regular file and the normal file
12671   access permissions apply.  A remote address book is stored on an IMAP
12672   server in a special folder that contains only messages pertaining to
12673   that address book.  The last message in the remote folder contains a
12674   copy of the address book data, and that data is copied to a local cache
12675   file in your home directory.  From there it is accessed just like a local
12676   address book.  The name of the cache file is kept track of in a special
12677   file called the
12678   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
12679   the name of which is stored in
12680   your Alpine configuration file the first time you use a remote address book.
12681   Just as local Alpine address books use a format that only Alpine understands,
12682   remote Alpine address books do the same and other mail reading programs
12683   are unlikely to be able to understand them.<P>
12684   While global address books are explicitly intended to be shared, there is
12685   nothing to prevent you from sharing a personal address book with other
12686   Alpine users. This might be useful in the case of a small workgroup.
12687   However, it is recommended that updates to shared personal address books
12688   be done when other Alpine users are not accessing the address book. Alpine
12689   does not do any file-locking to manage concurrent updates to the
12690   addressbook, but it does check to see if the file has been modified before
12691   making any changes.  Consequently, inadvertent concurrent updates will
12692   only cause other Alpine users to have to restart their address book
12693   operation, which will cause Alpine to reopen the updated file.
12695   <P><DT>Converting to Remote
12696   <DD>The easiest way to convert an existing local
12697   address book into a remote address book is to create an empty new remote
12698   personal address book by typing &quot;A&quot; to execute the
12699   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
12700   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
12701   address book.
12702   After you have added the empty
12703   remote address book, go into the screen for the address book you wish
12704   to copy and &quot;Select&quot; &quot;All&quot;.
12705   This selects every entry in that
12706   address book.  Then type the command &quot;Apply Save&quot;.
12707   You will be asked for the address book to save to.  You may use ^P and ^N
12708   to get to the new empty address book, then hit RETURN and the addresses
12709   will be copied.
12710   At this point you'll probably want to unselect all the entries in the local
12711   address book before proceeding. You do that with
12712   &quot;Select&quot; &quot;unselect All&quot;.
12714 </DL>
12715 <UL>
12716 <LI><A HREF="h_address_format">Explanation of Address formats</A>
12717 </UL>
12718 <P><UL>
12719 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12720 </UL>
12722 &lt;End of help on this topic&gt;
12723 </BODY>
12724 </HTML>
12725 ===== h_abook_select_addr =====
12726 <HTML>
12727 <HEAD>
12728 <TITLE>Addressbook Selection Explained</TITLE>
12729 </HEAD>
12730 <BODY>
12731 <H1>SELECT ADDRESS</H1>
12732 <!--chtml if pinemode="function_key"-->
12733 <PRE>
12734 Navigating the List of Messages               General Alpine Commands
12735 -------------------------------               -----------------------
12736 F5   Move to previous entry                   F1  Show this help text
12737 F6   Move to next entry
12738 F7   Show previous screen of address book
12739 F8   Show next screen of address book
12740 F12  WhereIs (search through address book)
12742 Address Selection Commands
12743 --------------------------
12744 F3   Exit the Address Select screen (without selecting an address)
12745 F4   Select the currently highlighted entry
12746 </PRE>
12747 <!--chtml else-->
12748 <PRE>
12749 Navigating the List of Messages               General Alpine Commands
12750 -------------------------------               -----------------------
12751  P   Move to previous entry                    ?  Show this help text
12752  N   Move to next entry
12753  -   Show previous screen of address book
12754 Spc  (space bar) Show next screen of address book
12755  W   WhereIs (search through address book)
12757 Address Selection Commands
12758 --------------------------
12759  E   Exit the Address Select screen (without selecting an address)
12760  S   Select the currently highlighted entry
12761 </PRE>
12762 <!--chtml endif-->
12765 This screen is designed to let you easily scan your address book(s) in
12766 order to select an entry for the message you are composing.  You cannot
12767 edit your address book in any way at this time, for address book
12768 maintenance, select the address book command when not composing a message.
12771 If you are composing a message and know the nickname of the person/list you
12772 want, you can bypass this screen by simply typing in the nickname on the
12773 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12774 selecting an entry does not cancel your message.
12777 FOR MORE INFORMATION on addressing see
12778 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12779 <A HREF="h_abook_opened">Address Book Screen's</A>
12780 help text.
12782 &lt;End of help on this topic&gt;
12783 </BODY>
12784 </HTML>
12785 ===== h_abook_select_top =====
12786 <HTML>
12787 <HEAD>
12788 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12789 </HEAD>
12790 <BODY>
12791 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12792 <!--chtml if pinemode="function_key"-->
12793 <PRE>
12794 Navigating the List of Address Books       General Alpine Commands
12795 ------------------------------------       -----------------------
12796 F4   View the highlighted address book
12797 F5   Move to previous address book         F1  Show this help text
12798 F6   Move to next address book
12799 F7   Show previous screen of address books
12800 F8   Show next screen of address books
12801 F12  WhereIs (search through address books)
12803 Address Selection Commands
12804 --------------------------
12805 F3   Exit the Address Select screen (without selecting an address)
12806 F4   Select the currently selected entries (if using ListMode)
12807 F9   Change to ListMode
12808 </PRE>
12809 <!--chtml else-->
12810 <PRE>
12811 Navigating the List of Address Books       General Alpine Commands
12812 ------------------------------------       -----------------------
12813  &gt;   View the highlighted address book
12814  P   Move to previous address book         ?  Show this help text
12815  N   Move to next address book
12816  -   Show previous screen of address books
12817 Spc  (space bar) Show next screen of address books
12818  W   WhereIs (search through address books)
12820 Address Selection Commands
12821 --------------------------
12822  E   Exit the Address Select screen (without selecting an address)
12823  S   Select the currently selected entries (if using ListMode)
12824  L   Change to ListMode
12825 </PRE>
12826 <!--chtml endif-->
12829 This screen is designed to let you easily scan your address book(s) in
12830 order to select entries for the message you are composing.  You cannot
12831 edit your address book in any way at this time.  For address book
12832 maintenance, select the address book command when not composing a message.
12835 If you are composing a message and know the nickname of the person/list you
12836 want, you can bypass this screen by simply typing in the nickname on the
12837 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12838 selecting an entry does not cancel your message.
12841 The ListMode command will add a column at the left edge of the screen.
12842 You mark the entries that you wish to select with the &quot;X&quot; command.
12843 This allows you to choose more than one entry at a time.
12846 An alternative method of composing a message to entries in your
12847 address book(s) is to first use the &quot;Select&quot; command from
12848 the address book maintenance screen and then the &quot;Apply&quot;
12849 &quot;ComposeTo&quot; command to start the composer composing to the
12850 selected entries.
12853 FOR MORE INFORMATION on addressing see
12854 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12855 <A HREF="h_abook_opened">Address Book Screen's</A>
12856 help text.
12858 &lt;End of help on this topic&gt;
12859 </BODY>
12860 </HTML>
12861 ===== h_abook_select_listmode =====
12862 <HTML>
12863 <HEAD>
12864 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
12865 </HEAD>
12866 <BODY>
12867 <H1>COMPOSER: SELECT ADDRESSES</H1>
12868 <!--chtml if pinemode="function_key"-->
12869 <PRE>
12870 Navigating the List of Messages                 General Alpine Commands
12871 -------------------------------                 -----------------------
12872 F5   Move to previous entry                     F1  Show this help text
12873 F6   Move to next entry
12874 F7   Show previous screen of address book
12875 F8   Show next screen of address book
12876 F12  WhereIs (search through address book)
12878 Address Selection Commands
12879 --------------------------
12880 F3   Exit the Address Select screen (without selecting an address)
12881 F4   Select the currently highlighted entry
12882 F9   Change to ListMode
12883 </PRE>
12884 <!--chtml else-->
12885 <PRE>
12886 Navigating the List of Messages                 General Alpine Commands
12887 -------------------------------                 -----------------------
12888  P   Move to previous entry                     ?  Show this help text
12889  N   Move to next entry
12890  -   Show previous screen of address book
12891 Spc  (space bar) Show next screen of address book
12892  W   WhereIs (search through address book)
12894 Address Selection Commands
12895 --------------------------
12896  E   Exit the Address Select screen (without selecting an address)
12897  S   Select the currently highlighted entry
12898  L   Change to ListMode
12899 </PRE>
12900 <!--chtml endif-->
12903 This screen is designed to let you easily scan your address book(s) in
12904 order to select entries for the message you are composing.  You cannot
12905 edit your address book in any way at this time, for address book
12906 maintenance, select the address book command when not composing a message.
12909 If you are composing a message and know the nickname of the person/list you
12910 want, you can bypass this screen by simply typing in the nickname on the
12911 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12912 selecting an entry does not cancel your message.
12915 The ListMode command will add a column at the left edge of the screen.
12916 You mark the entries that you wish to select with the &quot;X&quot; command.
12917 This allows you to choose more than one entry at a time.
12920 An alternative method of composing a message to entries in your
12921 address book(s) is to first use the &quot;Select&quot; command from
12922 the address book maintenance screen and then the &quot;Apply&quot;
12923 &quot;ComposeTo&quot; command to start the composer composing to the
12924 selected entries.
12927 FOR MORE INFORMATION on addressing see
12928 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12929 <A HREF="h_abook_opened">Address Book Screen's</A>
12930 help text.
12932 &lt;End of help on this topic&gt;
12933 </BODY>
12934 </HTML>
12935 ===== h_abook_select_checks =====
12936 <HTML>
12937 <HEAD>
12938 <TITLE>Address Selection from Composer Explained</TITLE>
12939 </HEAD>
12940 <BODY>
12941 <H1>COMPOSER: SELECT ADDRESSES</H1>
12942 <!--chtml if pinemode="function_key"-->
12943 <PRE>
12944 Navigating the List of Messages                 General Alpine Commands
12945 -------------------------------                 -----------------------
12946 F5   Move to previous entry                     F1  Show this help text
12947 F6   Move to next entry
12948 F7   Show previous screen of address book
12949 F8   Show next screen of address book
12950 F12  WhereIs (search through address book)
12952 Address Selection Commands
12953 --------------------------
12954 F3   Exit the Address Select screen (without selecting an address)
12955 F4   Select the currently highlighted entry
12956 F8   Either Sets or Unsets all entries in this address book
12957 F9   Set or Unset the highlighted entry
12958 </PRE>
12959 <!--chtml else-->
12960 <PRE>
12961 Navigating the List of Messages                 General Alpine Commands
12962 -------------------------------                 -----------------------
12963  P   Move to previous entry                     ?  Show this help text
12964  N   Move to next entry
12965  -   Show previous screen of address book
12966 Spc  (space bar) Show next screen of address book
12967  W   WhereIs (search through address book)
12969 Address Selection Commands
12970 --------------------------
12971  E   Exit the Address Select screen (without selecting an address)
12972  S   Select the currently highlighted entry
12973  X   Set or Unset the highlighted entry
12974  A   Either Sets or Unsets all entries in this address book
12975 </PRE>
12976 <!--chtml endif-->
12979 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12980 command.  Type &quot;S Select&quot; to select all of the entries you
12981 have marked, just as if you had typed them in by hand.
12984 An alternative method of composing a message to entries in your
12985 address book(s) is to first use the &quot;Select&quot; command from
12986 the address book maintenance screen and then the &quot;Apply&quot;
12987 &quot;ComposeTo&quot; command to start the composer composing to the
12988 selected entries.
12991 FOR MORE INFORMATION on addressing see
12992 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12993 <A HREF="h_abook_opened">Address Book Screen's</A>
12994 help text.
12996 &lt;End of help on this topic&gt;
12997 </BODY>
12998 </HTML>
12999 ===== h_abook_select_nicks_take =====
13000 <HTML>
13001 <HEAD>
13002 <TITLE>Take Address Nickname Selection Explained</TITLE>
13003 </HEAD>
13004 <BODY>
13005 <H1>TAKEADDR: SELECT NICKNAME</H1>
13006 <!--chtml if pinemode="function_key"-->
13007 <PRE>
13008 Navigating the List of Messages                 General Alpine Commands
13009 -------------------------------                 -----------------------
13010 F5   Move to previous entry                     F1  Show this help text
13011 F6   Move to next entry
13012 F7   Show previous screen of address book
13013 F8   Show next screen of address book
13014 F12  WhereIs (search through address book)
13016 Message Selection Commands
13017 --------------------------
13018 F3   Exit the Nickname Select screen (without selecting an address)
13019 F4   Select the currently highlighted entry
13020 </PRE>
13021 <!--chtml else-->
13022 <PRE>
13023 Navigating the List of Messages                 General Alpine Commands
13024 -------------------------------                 -----------------------
13025  P   Move to previous entry                     ?  Show this help text
13026  N   Move to next entry
13027  -   Show previous screen of address book
13028 Spc  (space bar) Show next screen of address book
13029  W   WhereIs (search through address book)
13031 Message Selection Commands
13032 --------------------------
13033  E   Exit the Nickname Select screen (without selecting an address)
13034  S   Select the currently highlighted entry
13035 </PRE>
13036 <!--chtml endif-->
13039 This screen is designed to let you modify or add to an existing
13040 address book entry.  You have already selected the name(s) and
13041 address(es) through &quot;Take Address&quot;.  This screen simply lets
13042 you scan your address books and select the nickname to be
13043 changed/augmented.  If you want to add a new entry, then you are in
13044 the wrong place-- Select &quot;Exit&quot; command.
13047 FOR MORE INFORMATION on addressing see
13048 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13049 <A HREF="h_abook_opened">Address Book Screen's</A>
13050 help text.
13052 &lt;End of help on this topic&gt;
13053 </BODY>
13054 </HTML>
13055 ===== h_abook_select_nick =====
13056 <HTML>
13057 <HEAD>
13058 <TITLE>Nickname Selection Explained</TITLE>
13059 </HEAD>
13060 <BODY>
13061 <H1>SELECT NICKNAME</H1>
13062 <!--chtml if pinemode="function_key"-->
13063 <PRE>
13064 Navigating the List of Messages                 General Alpine Commands
13065 -------------------------------                 -----------------------
13066 F5   Move to previous entry                     F1  Show this help text
13067 F6   Move to next entry
13068 F7   Show previous screen of address book
13069 F8   Show next screen of address book
13070 F12  WhereIs (search through address book)
13072 Message Selection Commands
13073 --------------------------
13074 F3   Exit the Nickname Select screen (without selecting an address)
13075 F4   Select the currently highlighted entry
13076 </PRE>
13077 <!--chtml else-->
13078 <PRE>
13079 Navigating the List of Messages                 General Alpine Commands
13080 -------------------------------                 -----------------------
13081  P   Move to previous entry                     ?  Show this help text
13082  N   Move to next entry
13083  -   Show previous screen of address book
13084 Spc  (space bar) Show next screen of address book
13085  W   WhereIs (search through address book)
13087 Message Selection Commands
13088 --------------------------
13089  E   Exit the Nickname Select screen (without selecting an address)
13090  S   Select the currently highlighted entry
13091 </PRE>
13092 <!--chtml endif-->
13095 This screen is designed to let you look at the nicknames in your address
13096 books before choosing a new one.
13099 FOR MORE INFORMATION on addressing see
13100 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13101 <A HREF="h_abook_opened">Address Book Screen's</A>
13102 help text.
13104 &lt;End of help on this topic&gt;
13105 </BODY>
13106 </HTML>
13107 ===== h_takeaddr_screen =====
13108 <HTML>
13109 <HEAD>
13110 <TITLE>Take Address Screen Explained</TITLE>
13111 </HEAD>
13112 <BODY>
13113 <H1>TAKE ADDRESS COMMANDS</H1>
13114 <!--chtml if pinemode="function_key"-->
13115 <PRE>
13116 Navigating the List of Addresses       Address Selection Commands        
13117 --------------------------------       --------------------------        
13118  F5  Move to previous entry            F3  Exit without taking address
13119  F6  Move to next entry                F4  Take current address(es)
13120  F7  Show previous page of address list
13121  F8  Show next page of address list
13122  F2  WhereIs (search list)
13123                                --------------
13124 Mode Toggle            F9  Set/Unset current address
13125 -----------            F10 Set all
13126  F12 Toggle between List and single mode       F11 Unset all
13127 </PRE>
13128 <!--chtml else-->
13129 <PRE>
13130 Navigating the List of Addresses       Address Selection Commands
13131 --------------------------------       --------------------------
13132  P  Move to previous entry              &lt;  Exit without taking address
13133  N  Move to next entry                  T  Take address
13134  -  Show previous page of address list
13135 Spc (space bar) Show next page of address list
13136  W  WhereIs (search list)              List Mode
13137                                        ---------
13138 Single Mode                             X  Set/Unset current address
13139 -----------                             A  Set all addresses
13140  L  Switch to list mode                 U  Unset all addresses
13141                                         S  Switch to single mode
13142 </PRE>
13143 <!--chtml endif-->
13145 <H2>Description of the Take Address Screen</H2>
13147 This screen is designed to let you select one or more address/name
13148 combinations from the current message and put them into your address book.
13149 The cursor is initially placed on the line with the message author.
13150 Other lines include the names of people and/or mailing lists who also
13151 received the message.  Other people &quot;involved&quot; in the
13152 message (e.g. the person named as Reply-To:) are also listed here.
13155 The simple case is adding a new, single entry into your address book. To
13156 do this, simply highlight the correct line and press 
13157 <!--chtml if pinemode="function_key"-->
13159 <!--chtml else-->
13160 &quot;T&quot;.
13161 <!--chtml endif-->
13162 To create a new list or add to an existing list, switch the screen display
13163 into List Mode by pressing
13164 <!--chtml if pinemode="function_key"-->
13165 F12.
13166 <!--chtml else-->
13167 &quot;L&quot;.
13168 <!--chtml endif-->
13169 In List Mode, you select the
13170 group of addresses you wish to manipulate by marking them with an
13171 &quot;X&quot;.
13172 The Set/Unset
13173 <!--chtml if pinemode="function_key"-->
13174 (F9)
13175 <!--chtml else-->
13176 (&quot;X&quot;)
13177 <!--chtml endif-->
13178 command will turn the &quot;X&quot; on for the
13179 highlighted address if it was off or turn it off if it was previously on.
13180 The SetAll command will select all of the addresses, and the UnSetAll
13181 command will turn off all the selections.  Once you've gotten the
13182 selection the way you want it, you may create a new list by pressing
13183 <!--chtml if pinemode="function_key"-->
13185 <!--chtml else-->
13186 &quot;T&quot;.
13187 <!--chtml endif-->
13190 In both the simple and list cases, after choosing to take the address,
13191 you will be asked for the nickname of the entry.  Typing in a new name
13192 creates the new entry/list.  Entering an existing nickname will replace
13193 the entry (simple case) or add to the list (list case).  Alternatively,
13194 you can press Ctrl-T at the nickname prompt and select an existing
13195 nickname from your address book.
13198 You will normally start in Single Mode, unless you used the Apply command
13199 to startup the TakeAddr screen, in which case you will start in List Mode.
13200 You may switch between the two modes at any time.  If you've already
13201 selected several addresses in List Mode, those will be remembered when you
13202 switch to Single Mode and then back to List Mode.  The set of addresses
13203 that are pre-selected when you start in List Mode are the From addresses
13204 of all of the messages you are operating on.  You may, of course, easily
13205 erase those selections with the UnSetAll command.
13208 If you have more than one writable address book, you will be prompted for
13209 the name of the address book you wish to add the new entry to before
13210 anything else. You can use ^N and ^P to choose among the defined address
13211 books, or type in the address book name.
13214 FOR MORE INFORMATION on addressing see
13215 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13216 <A HREF="h_abook_opened">Address Book Screen's</A>
13217 help text.
13219 &lt;End of help on this topic&gt;
13220 </BODY>
13221 </HTML>
13222 ===== h_takeexport_screen =====
13223 <HTML>
13224 <HEAD>
13225 <TITLE>Take Export Screen Explained</TITLE>
13226 </HEAD>
13227 <BODY>
13228 <H1>TAKE EXPORT COMMANDS</H1>
13229 <!--chtml if pinemode="function_key"-->
13230 <PRE>
13231 Navigating the List of Addresses       Address Selection Commands        
13232 --------------------------------       --------------------------        
13233  F5  Move to previous entry            F3  Exit without taking address
13234  F6  Move to next entry                F4  Take current address(es)
13235  F7  Show previous page of address list
13236  F8  Show next page of address list
13237  F2  WhereIs (search list)
13238                                --------------
13239 Mode Toggle            F9  Set/Unset current address
13240 -----------            F10 Set all
13241  F12 Toggle between List and single mode       F11 Unset all
13242 </PRE>
13243 <!--chtml else-->
13244 <PRE>
13245 Navigating the List of Addresses       Address Selection Commands
13246 --------------------------------       --------------------------
13247  P  Move to previous entry              &lt;  Exit without taking address
13248  N  Move to next entry                  T  Take address
13249  -  Show previous page of address list
13250 Spc (space bar) Show next page of address list
13251  W  WhereIs (search list)              List Mode
13252                                        ---------
13253 Single Mode                             X  Set/Unset current address
13254 -----------                             A  Set all addresses
13255  L  Switch to list mode                 U  Unset all addresses
13256                                         S  Switch to single mode
13257 </PRE>
13258 <!--chtml endif-->
13260 <H2>Description of the Take Export Screen</H2>
13262 This screen is designed to let you select one or more addresses
13263 from the current message and put them into a file.
13264 Only the user@domain_name part of each address is put into the file.
13267 To put a single entry into a file simply highlight the correct line and press 
13268 <!--chtml if pinemode="function_key"-->
13270 <!--chtml else-->
13271 &quot;T&quot;.
13272 <!--chtml endif-->
13273 To put more than one entry into a file
13274 switch the screen display
13275 into List Mode by pressing
13276 <!--chtml if pinemode="function_key"-->
13277 F12.
13278 <!--chtml else-->
13279 &quot;L&quot;.
13280 <!--chtml endif-->
13281 In List Mode, you select the
13282 group of addresses you wish to manipulate by marking them with an
13283 &quot;X&quot;.
13284 The Set/Unset
13285 <!--chtml if pinemode="function_key"-->
13286 (F9)
13287 <!--chtml else-->
13288 (&quot;X&quot;)
13289 <!--chtml endif-->
13290 command will turn the &quot;X&quot; on for the
13291 highlighted address if it was off or turn it off if it was previously on.
13292 The SetAll command will select all of the addresses, and the UnSetAll
13293 command will turn off all the selections.  Once you've gotten the
13294 selection the way you want it, you may put the addresses in a file by typing
13295 <!--chtml if pinemode="function_key"-->
13297 <!--chtml else-->
13298 &quot;T&quot;.
13299 <!--chtml endif-->
13302 You will be asked for the name of a file to put the addresses in.
13303 If the file already exists, you will be asked whether you want to Overwrite
13304 (replace) the contents of the file or Append to the contents of the file.
13307 &lt;End of help on this topic&gt;
13308 </BODY>
13309 </HTML>
13310 ============= h_abook_view ========================
13311 <HTML>
13312 <HEAD>
13313 <TITLE>Address Book View Explained</TITLE>
13314 </HEAD>
13315 <BODY>
13316 This function allows you to view the contents of an address book entry. You
13317 can only view one entry at a time.
13319 <DL>
13320 <DT>Help
13321 <!--chtml if pinemode="function_key"-->
13322 (F1)
13323 <!--chtml else-->
13325 <!--chtml endif-->
13326 </DT>
13327 <DD>
13328 Display this help text.
13330 <DT>Abook
13331 <!--chtml if pinemode="function_key"-->
13332 (F3)
13333 <!--chtml else-->
13334 (&lt;)
13335 <!--chtml endif-->
13336 </DT>
13337 <DD>
13338 Go back to index of address book entries.
13340 <DT>Update
13341 <!--chtml if pinemode="function_key"-->
13342 (F4)
13343 <!--chtml else-->
13345 <!--chtml endif-->
13346 </DT>
13347 <DD>
13348 Update (modify) this entry.
13350 <DT>ComposeTo
13351 <!--chtml if pinemode="function_key"-->
13352 (F5)
13353 <!--chtml else-->
13355 <!--chtml endif-->
13356 </DT>
13357 <DD>Compose a message to the address(es) in this entry.
13359 <DT>Role
13360 <!--chtml if pinemode="function_key"-->
13361 (F6)
13362 <!--chtml else-->
13364 <!--chtml endif-->
13365 </DT>
13366 <DD>Compose a message to the address(es) in this entry using roles.
13368 <DT>Prev Page
13369 <!--chtml if pinemode="function_key"-->
13370 (F7)
13371 <!--chtml else-->
13373 <!--chtml endif-->
13374 </DT>
13375 <DD>
13376 Show the previous page of the current entry.
13378 <DT>Next Page
13379 <!--chtml if pinemode="function_key"-->
13380 (F8)
13381 <!--chtml else-->
13382 (Space)
13383 <!--chtml endif-->
13384 </DT>
13385 <DD>
13386 Show the next page of the current entry.
13388 <DT>Print
13389 <!--chtml if pinemode="function_key"-->
13390 (F9)
13391 <!--chtml else-->
13393 <!--chtml endif-->
13394 </DT>
13395 <DD>Print the current entry.  You can select the
13396 printer or the print command via the &quot;Setup&quot; command
13397 on the MAIN MENU.
13399 <DT>WhereIs
13400 <!--chtml if pinemode="function_key"-->
13401 (F10)
13402 <!--chtml else-->
13404 <!--chtml endif-->
13405 </DT>
13406 <DD>Search the entry for a string of letters.  If it is
13407 found, move to it.  The string can be one word or a phrase.
13408 If there are multiple occurrences, the cursor moves to the
13409 first occurrence beyond the current cursor position.
13411 <DT>Fwd Email
13412 <!--chtml if pinemode="function_key"-->
13413 (F11)
13414 <!--chtml else-->
13416 <!--chtml endif-->
13417 </DT>
13418 <DD>Begin composition of a new mail message with the displayed
13419 text already inserted in the message body.
13421 </DL>
13423 &lt;End of help on this topic&gt;
13424 </BODY>
13425 </HTML>
13426 ============= h_ldap_view ========================
13427 <HTML>
13428 <HEAD>
13429 <TITLE>LDAP Response View Explained</TITLE>
13430 </HEAD>
13431 <BODY>
13432 This function allows you to view the contents of a directory entry. You
13433 can only view one entry at a time.
13435 <DL>
13436 <DT>Help
13437 <!--chtml if pinemode="function_key"-->
13438 (F1)
13439 <!--chtml else-->
13441 <!--chtml endif-->
13442 </DT>
13443 <DD>
13444 Display this help text.
13446 <DT>Results Index
13447 <!--chtml if pinemode="function_key"-->
13448 (F3)
13449 <!--chtml else-->
13450 (&lt;)
13451 <!--chtml endif-->
13452 </DT>
13453 <DD>Go back to index of search results.
13455 <DT>ComposeTo
13456 <!--chtml if pinemode="function_key"-->
13457 (F5)
13458 <!--chtml else-->
13460 <!--chtml endif-->
13461 </DT>
13462 <DD>Compose a message to the address(es) in this entry.
13464 <DT>Role
13465 <!--chtml if pinemode="function_key"-->
13466 (F6)
13467 <!--chtml else-->
13469 <!--chtml endif-->
13470 </DT>
13471 <DD>Compose a message to the address(es) in this entry using roles.
13473 <DT>Prev Page
13474 <!--chtml if pinemode="function_key"-->
13475 (F7)
13476 <!--chtml else-->
13478 <!--chtml endif-->
13479 </DT>
13480 <DD>
13481 Show the previous page of the current entry.
13483 <DT>Next Page
13484 <!--chtml if pinemode="function_key"-->
13485 (F8)
13486 <!--chtml else-->
13487 (Space)
13488 <!--chtml endif-->
13489 </DT>
13490 <DD>
13491 Show the next page of the current entry.
13493 <DT>Print
13494 <!--chtml if pinemode="function_key"-->
13495 (F9)
13496 <!--chtml else-->
13498 <!--chtml endif-->
13499 </DT>
13500 <DD>Print the current entry on paper.  You can select the
13501 printer or the print command via the &quot;Setup&quot; command
13502 on the MAIN MENU.
13504 <DT>WhereIs
13505 <!--chtml if pinemode="function_key"-->
13506 (F10)
13507 <!--chtml else-->
13509 <!--chtml endif-->
13510 </DT>
13511 <DD>Search the entry for a string of letters.  If it is
13512 found, move to it.  The string can be one word or a phrase.
13513 If there are multiple occurrences, the cursor moves to the
13514 first occurrence beyond the current cursor position.
13516 <DT>Fwd Email
13517 <!--chtml if pinemode="function_key"-->
13518 (F11)
13519 <!--chtml else-->
13521 <!--chtml endif-->
13522 </DT>
13523 <DD>Begin composition of a new mail message with the displayed
13524 text already inserted in the message body.
13526 <DT>Save
13527 <!--chtml if pinemode="function_key"-->
13528 (F12)
13529 <!--chtml else-->
13531 <!--chtml endif-->
13532 </DT>
13533 <DD>Save the displayed entry to one of your address books or export
13534 it to a file.
13535 </DL>
13537 &lt;End of help on this topic&gt;
13538 </BODY>
13539 </HTML>
13540 ===== h_attachment_screen =====
13541 <HTML>
13542 <HEAD>
13543 <TITLE>Attachment Index Screen Explained</TITLE>
13544 </HEAD>
13545 <BODY>
13546 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
13547 message's attachments, and allows various operations on them.  The
13548 first attachment is usually the message text, but does not include the
13549 header portion of the message.
13551 Available commands include:
13553 <DL>
13555 <DT>Help</DT>
13556 <DD>Show this help text.
13558 <DT>Msg #<I>num</I></DT>
13559 <DD>Leave this screen without displaying or saving any attachments.
13561 <DT>View</DT>
13562 <DD>View the currently selected attachment.
13564 <DT>Prev Attach</DT>
13565 <DD>Move to previous attachment.
13567 <DT>Next Attach</DT>
13568 <DD>Move to next attachment.
13570 <DT>Prev Page</DT>
13571 <DD>Previous page of the listed attachments.
13573 <DT>Next Page</DT>
13574 <DD>Next page of the listed attachments.
13576 <DT>Delete</DT>
13577 <DD>Mark the currently selected attachment for Deletion.
13578 This does not modify the current message by deleting the attachment from
13579 it, but instead the delete flag <EM>only</EM> has an effect when saving
13580 the message to a folder.
13581 Attachments marked for deletion are not copied to the destination folder
13582 along with the rest of the message when it is saved.
13583 It is ok for the destination folder to be the same as the current folder.
13584 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
13586 <DT>Undelete</DT>
13587 <DD>Turn off the Delete flag for the selected attachment.
13589 <DT>Save</DT>
13590 <DD>Save the selected attachment to a file.  If the attachment is of
13591 type &quot;RFC822/Message&quot;, then the attachment will be saved to
13592 the specified mail folder.
13594 <DT>Export</DT>
13595 <DD>If the attachment is of
13596 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13597 copy the message to a file in the same way this command works on 
13598 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13600 <DT>Pipe</DT>
13601 <DD>Pipe the attachment contents into a UNIX command (if enabled).
13602 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
13604 <DT>WhereIs</DT>
13605 <DD>Find a matching string in the attachment list.
13607 <DT>AboutAttch</DT>
13608 <DD>Examine various aspects of the selected attachment.
13610 <DT>Print</DT>
13611 <DD>Print the selected attachment.
13613 <DT>Forward</DT>
13614 <DD>Forward the selected attachment as an attachment.
13615 </DL>
13619 All attachments can be saved or piped into a UNIX command, but some may
13620 not be readily displayed by either Alpine or an external tool.  In such
13621 cases, the reason why the message cannot be displayed is displayed on
13622 Alpine's message line.
13624 &lt;End of help on this topic&gt;
13625 </BODY>
13626 </HTML>
13627 ============= h_mail_text_att_view ========================
13628 <HTML>
13629 <HEAD>
13630 <TITLE>Attachment View Screen Explained</TITLE>
13631 </HEAD>
13632 <BODY>
13633 This function allows you to view the contents of a text attachment. You
13634 can only view one attachment at a time.
13636 Available commands include:
13638 <DL>
13640 <DT>Help</DT>
13641 <DD>Display this help text
13643 <DT>AttchIndex</DT>
13644 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
13646 <DT>Prev Page</DT>
13647 <DD>Show the previous page of the current attachment.
13649 <DT>Next Page</DT>
13650 <DD>Show the next page of the current attachment by pressing the space bar.
13652 <DT>Delete</DT>
13653 <DD>Mark the viewed attachment for Deletion.  The delete
13654 flag <EM>only</EM> has affect when saving the message to a folder.
13655 Attachments marked for deletion are excluded from the message when
13656 it is saved.  In addition, the delete mark <EM>only</EM> applies to
13657 this Alpine session.
13659 <DT>Undelete</DT>
13660 <DD>Turn off the Delete flag for the selected attachment.
13662 <DT>Save</DT>
13663 <DD>Copy the current attachment to a file.  If you just enter
13664 a filename, the attachment will be saved with that name in
13665 your home directory 
13666 <!--chtml if pinemode="running"-->
13667 (which, in the present configuration of your system, is
13668  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13669 <!--chtml endif-->
13670 or current working directory
13671 <!--chtml if pinemode="running"-->
13672 (which, at least for your current Alpine &quot;session,&quot; 
13673 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13674 <!--chtml endif-->, depending on the
13675 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13676 configuration setting.  You may enter the full
13677 path and filename to save it in another directory instead.
13679 <DT>Export</DT>
13680 <DD>If the attachment is of
13681 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13682 copy the message to a file in the same way this command works on 
13683 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13684 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
13685 defined, they may affect the contents of the exported file.)
13687 <DT>Pipe</DT>
13688 <DD>Pipe the attachment contents into a UNIX command (if enabled)
13690 <DT>WhereIs</DT>
13691 <DD>Search the attachment for a string of letters.  If it is
13692 found, move to it.  The string can be one word or a phrase.
13693 If there are multiple occurrences, the cursor moves to the
13694 first occurrence beyond the current cursor position.
13696 <DT>Print</DT>
13697 <DD>Print the current attachment on paper.  You can select the
13698 printer or the print command via the &quot;Setup&quot; command
13699 on the MAIN MENU.
13701 <DT>Forward</DT>
13702 <DD>Forward the selected attachment as an attachment.
13703 </DL>
13705 &lt;End of help on this topic&gt;
13706 </BODY>
13707 </HTML>
13708 ============= h_journal ==============
13709 <HTML>
13710 <HEAD>
13711 <TITLE>Recent Message Journal Explained</TITLE>
13712 </HEAD>
13713 <BODY>
13715 The following commands are available on this screen:
13717 <DL>
13718 <DT>Help</DT>
13719 <DD>Show this help text
13721 <DT>Exit</DT>
13722 <DD>Exit Viewer, and go back to mail processing
13724 <DT>Prev Page</DT>
13725 <DD>Show the previous page text
13727 <DT>Next Page</DT>
13728 <DD>Show the next page of text by pressing the space bar
13730 <DT>Print</DT>
13731 <DD>Print the displayed text on paper.  You can select the
13732 printer or the print command via the &quot;Setup&quot; command
13733 on the MAIN MENU.
13735 <DT>Fwd Email</DT>
13736 <DD>Begin composition of a new mail message with the displayed
13737 text already inserted in the message body.
13739 <DT>Save</DT>
13740 <DD>Copy the displayed text to a file.  If you just enter
13741 a filename, the text will be saved with that name in
13742 your 
13743 home directory 
13744 <!--chtml if pinemode="running"-->
13745 (which, in the present configuration of your system, is
13746  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13747 <!--chtml endif-->
13748 or current working directory
13749 <!--chtml if pinemode="running"-->
13750 (which, at least for your current Alpine &quot;session,&quot; 
13751 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13752 <!--chtml endif-->, depending on the
13753 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13754 configuration setting.   You may enter the full
13755 path and filename to save it in another directory instead.
13757 <DT>WhereIs</DT>
13758 <DD>Search the text for a string of letters.  If it is
13759 found, move to it.  The string can be one word or a phrase.
13760 If there are multiple occurrences, the cursor moves to the
13761 first occurrence beyond the current cursor position.
13762 </DL>
13764 &lt;End of help on this topic&gt;
13765 </BODY>
13766 </HTML>
13767 ============= h_debugjournal ==============
13768 <HTML>
13769 <HEAD>
13770 <TITLE>Debug Journal Explained</TITLE>
13771 </HEAD>
13772 <BODY>
13774 The following commands are available on this screen:
13776 <DL>
13777 <DT>Help</DT>
13778 <DD>Show this help text
13780 <DT>Exit</DT>
13781 <DD>Exit Viewer, and go back to mail processing
13783 <DT>Timestamps</DT>
13784 <DD>Turn on or off timestamps.
13786 <DT>DebugView</DT>
13787 <DD>Set the level of debugging you want to see. The level may be any number
13788 in the range 0-9. Higher numbers show more debugging detail. Note that the
13789 debugging information has already been captured. This setting just causes the
13790 debugging information that you see to be filtered. If you set this to
13791 the number &quot;5&quot; then you will be shown all of the debugging information
13792 at levels 5 and below.
13793 It's actually a bit more complicated than that. A fixed amount of memory
13794 is used to store the debug information.
13795 Since the amount of memory used is limited the debugging information
13796 has to be trimmed back when it gets too large.
13798 <DT>Prev Page</DT>
13799 <DD>Show the previous page text
13801 <DT>Next Page</DT>
13802 <DD>Show the next page of text by pressing the space bar
13804 <DT>Print</DT>
13805 <DD>Print the displayed text on paper.  You can select the
13806 printer or the print command via the &quot;Setup&quot; command
13807 on the MAIN MENU.
13809 <DT>Fwd Email</DT>
13810 <DD>Begin composition of a new mail message with the displayed
13811 text already inserted in the message body.
13813 <DT>Save</DT>
13814 <DD>Copy the displayed text to a file.  If you just enter
13815 a filename, the text will be saved with that name in
13816 your 
13817 home directory 
13818 <!--chtml if pinemode="running"-->
13819 (which, in the present configuration of your system, is
13820  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13821 <!--chtml endif-->
13822 or current working directory
13823 <!--chtml if pinemode="running"-->
13824 (which, at least for your current Alpine &quot;session,&quot; 
13825 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13826 <!--chtml endif-->, depending on the
13827 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13828 configuration setting.   You may enter the full
13829 path and filename to save it in another directory instead.
13831 <DT>WhereIs</DT>
13832 <DD>Search the text for a string of letters.  If it is
13833 found, move to it.  The string can be one word or a phrase.
13834 If there are multiple occurrences, the cursor moves to the
13835 first occurrence beyond the current cursor position.
13836 </DL>
13838 &lt;End of help on this topic&gt;
13839 </BODY>
13840 </HTML>
13841 ============= h_simple_text_view ==============
13842 <HTML>
13843 <HEAD>
13844 <TITLE>Simple Text View Screen Explained</TITLE>
13845 </HEAD>
13846 <BODY>
13848 The following commands are available on this screen:
13850 <DL>
13851 <DT>Help</DT>
13852 <DD>Show this help text
13854 <DT>Exit</DT>
13855 <DD>Exit Viewer, and go back to mail processing
13857 <DT>Prev Page</DT>
13858 <DD>Show the previous page text
13860 <DT>Next Page</DT>
13861 <DD>Show the next page of text by pressing the space bar
13863 <DT>Print</DT>
13864 <DD>Print the displayed text on paper.  You can select the
13865 printer or the print command via the &quot;Setup&quot; command
13866 on the MAIN MENU.
13868 <DT>Fwd Email</DT>
13869 <DD>Begin composition of a new mail message with the displayed
13870 text already inserted in the message body.
13872 <DT>Save</DT>
13873 <DD>Copy the displayed text to a file.  If you just enter
13874 a filename, the attachment will be saved with that name in
13875 your 
13876 home directory 
13877 <!--chtml if pinemode="running"-->
13878 (which, in the present configuration of your system, is
13879  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13880 <!--chtml endif-->
13881 or current working directory
13882 <!--chtml if pinemode="running"-->
13883 (which, at least for your current Alpine &quot;session,&quot; 
13884 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13885 <!--chtml endif-->, depending on the
13886 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13887 configuration setting.   You may enter the full
13888 path and filename to save it in another directory instead.
13890 <DT>WhereIs</DT>
13891 <DD>Search the attachment for a string of letters.  If it is
13892 found, move to it.  The string can be one word or a phrase.
13893 If there are multiple occurrences, the cursor moves to the
13894 first occurrence beyond the current cursor position.
13895 </DL>
13897 &lt;End of help on this topic&gt;
13898 </BODY>
13899 </HTML>
13900 ======= h_pine_for_windows ========
13901 <HTML>
13902 <HEAD>
13903 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13904 </HEAD>
13905 <BODY>
13906 <H1>Getting Help In PC-Alpine</H1>
13909 PC-Alpine offers general and specific help text. From the <A
13910 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13911 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13912 specific help for that screen is available from the toolbar Help menu or
13913 with the 
13914 <!--chtml if pinemode="function_key"-->
13915 &quot;F1&quot; key.
13916 <!--chtml else-->
13917 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13918 typing &quot;?&quot; would be mistaken as entering text.
13919 <!--chtml endif-->
13922 Although this version of Alpine is for Microsoft Windows, it is not
13923 considered a full &quot;Graphical User Interface&quot; application. 
13924 Yet, many of the controls that Windows users are accustomed to seeing, 
13925 such as scrollbars and toolbars, are available.
13928 PC-Alpine offers considerable mouse support.  You can view what is
13929 &quot;click-able&quot; by dragging your mouse over any screen; when the
13930 arrow cursor changes into a hand, you found something. Mouse-click
13931 possibilities include navigating between screens and folders and
13932 double-clicking on hyperlinks to open your Web browser.
13933 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13934 screen.  Examples of right-click options include &quot;copy&quot; after
13935 selecting text to copy and &quot;View in New Window&quot; when you click
13936 on a particular message in the Message Index. The menu choices available
13937 to you will vary based upon what screen is open, where on the screen your
13938 cursor is located, and even what action you have already taken.
13941 &lt;End of help on this topic&gt;
13942 </BODY>
13943 </HTML>
13944 ===== h_composer =====
13945 <HTML>
13946 <HEAD>
13947 <TITLE>COMPOSER COMMANDS</TITLE>
13948 </HEAD>
13949 <BODY>
13950 <H1>COMPOSER COMMANDS</H1>
13952 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>
13953 &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>
13954 &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>
13955 &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>
13956 &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>
13957 &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>
13958 &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>
13959 &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>
13960 &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>
13961 &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>
13962 ---------------------------------------|&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>
13963 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>
13964 &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>
13965 &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>
13966 &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>
13969 NOTE:
13970 <OL>
13971  <LI>For help on a particular command, highlight the bold text associated
13972 with it above and hit Return.
13973  <LI> The availability of certain commands
13974 is determined by Alpine configuration files and system capabilities.
13975 At some sites, certain commands may not be available due to security or
13976 support concerns.
13977  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13978 Ctrl-&#92;, ESC.
13979  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13980 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13981 </OL>
13984 HINT: To move rapidly to the bottom of a message you are composing,
13985 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13986 with the Mark and Cut commands to eliminate large amounts of unwanted
13987 text in a Reply.
13989 <H2>Description of Composer</H2>
13991 Alpine has a built-in editing program that allows you to compose messages
13992 without having to leave Alpine.  The editor is designed to be very simple to
13993 use so that you can get started writing email right away.
13996 Messages are usually just text, about 80 columns wide.  Using upper and
13997 lower case is encouraged.  On some systems the size limit of the message
13998 is about 100,000 characters, which is about 2,000 lines.  You can include
13999 punctuation and special characters found on most keyboards, but you can't
14000 include characters with diacritical marks and certain special symbols.
14003 Text automatically wraps as you type past the end of a line so you do not
14004 have to hit return.  Using the
14005 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
14006 you can also reformat text explicitly, perhaps after you have
14007 deleted some text.
14010 You can include other text files with the 
14011 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
14012 which will prompt you for the name of the file to insert at the
14013 current cursor position.
14016 <UL>
14017 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14018 </UL>
14020 &lt;End of help on this topic&gt;
14021 </BODY>
14022 </HTML>
14023 ====== h_composer_browse =====
14024 <HTML>
14025 <HEAD>
14026 <TITLE>BROWSER</TITLE>
14027 </HEAD>
14028 <BODY>
14029 <H1>BROWSER</H1>
14030 This screen lets you browse your files and directories.  To go to another 
14031 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
14032 choose &quot;Select&quot; (the default choice on the menu); 
14033 or choose &quot;Goto&quot; and enter the name of the directory.
14034 <!--chtml if pinemode="os_windows"-->
14035 <!--chtml else--> 
14036 In Unix Alpine, you may use 
14037 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
14038 to another's home directory.  
14039 <!--chtml endif--><P>
14040 To select a file, move the cursor to it and 
14041 choose &quot;Select&quot; (the default choice on the menu).  
14043 <UL>
14044 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
14045 inclusion in the 
14046 message body (that is, you chose &quot;Read File&quot; with the cursor under 
14047 the 
14048 &quot;----- Message Text -----&quot; line
14049 while composing, then &quot;To Files&quot;):  Since the file 
14050 selected will become part of the message text, it must be in a format 
14051 suitable for that (Alpine does not check!), such as a plain text file.
14052 Files of other formats (for example, graphics, databases, software 
14053 programs) should be 
14054 <B>attached</B> to the message instead --
14055 by moving the cursor in the COMPOSE MESSAGE screen into the 
14056 message header area and pressing 
14057 <!--chtml if pinemode="function_key"-->
14059 <!--chtml else-->
14060 Ctrl-J.
14061 <!--chtml endif--> 
14063 <P><LI>
14064 Note <B>if</B> you are currently using the BROWSER for saving a message 
14065 attachment, or exporting a message, to a file: You can use the Add command to 
14066 provide the name for a new file to save/export to, and then select that name 
14067 to use it for the save/export operation.  Back at the prompt 
14068 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
14069 either Overwrite or Append (it doesn't make a difference, since the file is 
14070 so far empty).  Note: If you cancel the 
14071 operation at that point, the file created with the Add command will remain 
14072 0 bytes in size.
14074 </UL>
14075 <P><UL>
14076 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14077 </UL>
14079 &lt;End of help on this topic&gt;
14080 </BODY>
14081 </HTML>
14082 ====== h_composer_ins =====
14083 <HTML>
14084 <HEAD>
14085 <TITLE>INSERT TEXT FILE</TITLE>
14086 </HEAD>
14087 <BODY>
14088 <H1>INSERT TEXT FILE</H1>
14090 Use this function to insert a text file. The file name
14091 given can be an absolute file path name for your system
14092 <!--chtml if pinemode="os_windows"-->
14093 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14094 with a relative pathname, or simply a file name without
14095 drive or directory specification.  
14096 <!--chtml else-->
14097 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14098 a file in your home directory, or a file path relative to your 
14099 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14100 your home directory or &quot;~user&quot; to refer to another
14101 account's home directory.
14102 <!--chtml endif-->
14104 No wild card characters may be used.  
14105 The file must reside on the system running Alpine.
14107 If the 
14108 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14109 feature is set, names are relative to your current working directory 
14110 <!--chtml if pinemode="running"-->
14111 (which, at least for your current Alpine &quot;session,&quot; 
14112 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14113 <!--chtml endif-->
14114 rather than your home directory
14115 <!--chtml if pinemode="running"-->
14116 (which, in the present configuration of your system, is
14117  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14118 <!--chtml endif-->
14120 <P><UL>
14121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14122 </UL>
14124 &lt;End of help on this topic&gt;
14125 </BODY>
14126 </HTML>
14127 ====== h_composer_ins_m =====
14128 <HTML>
14129 <HEAD>
14130 <TITLE>INSERT MESSAGE</TITLE>
14131 </HEAD>
14132 <BODY>
14133 <H1>INSERT MESSAGE</H1>
14135 Type in the number of a message in the currently open folder to insert it
14136 into your message.
14137 <P><UL>
14138 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14139 </UL>
14141 &lt;End of help on this topic&gt;
14142 </BODY>
14143 </HTML>
14144 ====== h_composer_search =====
14145 <HTML>
14146 <HEAD>
14147 <TITLE>Explanation of Composer Whereis Command </TITLE>
14148 </HEAD>
14149 <BODY>
14150 <H1>Help For Whereis Command</H1>
14152 Whereis is used to search the message for a word or part of a word.
14153 When searching in the composer, only the message part of your mail is
14154 searched, and the cursor is put on the first occurrence appearing
14155 after the location of the cursor.  The search will wrap to the
14156 beginning of the message when it no longer finds matches in the
14157 remainder of the message.
14159 To search for the same string a second time, press 
14160 <!--chtml if pinemode="function_key"-->
14161 &quot;F6&quot;
14162 <!--chtml else-->
14163 &quot;^W&quot;
14164 <!--chtml endif-->
14165 to begin search and then just press RETURN to accept the previous
14166 search string shown in square brackets rather than entering a new
14167 search string.<P>
14169 The &quot;Search&quot; prompt has several sub-command available:
14171 <DL>
14172 <DT>Get Help</DT>
14173 <DD> Takes you to this help page.
14175 <DT>Cancel</DT>
14176 <DD> Cancels the prompt.  No search takes place.
14178 <DT>First Line</DT>
14179 <DD> Takes you back to the composer with the cursor on the first character
14180 of the first line of text.
14182 <DT>Last Line</DT>
14183 <DD> Takes you back to the composer with the cursor on the last character
14184 of the last line of text.
14186 <DT>Replace (Optional)</DT>
14187 <DD> This sub-command is enabled by the 
14188 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14189 feature (which is on by default); see its help screen for details on how replacing works.
14191 </DL>
14193 &lt;End of help on this topic&gt;
14194 </BODY>
14195 </HTML>
14196 ====== h_sigedit_search =====
14197 <HTML>
14198 <HEAD>
14199 <TITLE>Explanation of Whereis Command </TITLE>
14200 </HEAD>
14201 <BODY>
14202 <H1>Help For Whereis Command</H1>
14204 Whereis is used to search for a word or part of a word.
14205 When searching the cursor is put on the first occurrence appearing
14206 after the location of the cursor.  The search will wrap to the
14207 beginning of the signature when it no longer finds matches in the
14208 remainder of the signature.
14210 To search for the same string a second time, press 
14211 <!--chtml if pinemode="function_key"-->
14212 &quot;F6&quot;
14213 <!--chtml else-->
14214 &quot;^W&quot;
14215 <!--chtml endif-->
14216 to begin search and then just press RETURN to accept the previous
14217 search string shown in square brackets rather than entering a new
14218 search string.<P>
14220 The &quot;Search&quot; prompt has several sub-command available:
14222 <DL>
14223 <DT>Get Help</DT>
14224 <DD> Takes you to this help page.
14226 <DT>Cancel</DT>
14227 <DD> Cancels the prompt.  No search takes place.
14229 <DT>First Line</DT>
14230 <DD> Takes you back to the composer with the cursor on the first character
14231 of the first line of text.
14233 <DT>Last Line</DT>
14234 <DD> Takes you back to the composer with the cursor on the last character
14235 of the last line of text.
14237 <DT>Replace (Optional)</DT>
14238 <DD> This sub-command is enabled by the 
14239 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14240 feature (which is on by default); see its help screen for details on how replacing works.
14242 </DL>
14244 &lt;End of help on this topic&gt;
14245 </BODY>
14246 </HTML>
14247 ======= h_composer_to ====
14248 <HTML>
14249 <HEAD>
14250 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
14251 </HEAD>
14252 <BODY>
14253 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
14255 <H2>The &quot;To:&quot; field</H2>
14256 The address you enter here must be a valid email address that is reachable
14257 from your site. 
14259 <H2>Email Address Format</H2>
14260 You may enter a full name and email address, 
14261 <!--chtml if pinemode="os_windows"-->
14262 <!--chtml else-->
14263 a local (meaning, on the same 
14264 host as the one you are running Alpine on) username that Alpine will
14265 complete for you, 
14266 <!--chtml endif-->
14267 the nickname of someone in a 
14268 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
14269 mail alias defined by your system administrator.  When you move the cursor
14270 out of this field, the nicknames will be expanded to the addresses in your
14271 address book, and the local usernames will be expanded to include the 
14272 persons' actual names.  You may enter as many addresses as you wish, but they 
14273 must be separated by commas.  You can move around this and other header fields
14274 with the arrow keys and use many of the usual composer editing keys.
14276 <UL>
14277 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14278 </UL>
14281 <H2>MESSAGE HEADER COMMANDS</H2>
14282 <!--chtml if pinemode="function_key"-->
14283 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14284 ^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>
14285 ^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>
14286 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
14287 ^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>
14288 ^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>
14289 ^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>
14290 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>
14291 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>
14292 ^@&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>
14293 ----------------------------------------|<BR>
14294 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
14295 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>
14296 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>
14297 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>
14298 <!--chtml else-->
14299 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14300 ^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>
14301 ^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>
14302 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
14303 ^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>
14304 ^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>
14305 ^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>
14306 ^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>
14307 ^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>
14308 ^@&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>
14309 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
14310 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>
14311 ^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>
14312 ^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>
14313 ^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>
14314 <!--chtml endif-->
14317 NOTE:
14318 <OL>
14319  <LI>For help on a particular command, highlight the bold text associated
14320 with it above and hit Return.
14321  <LI> The availability of certain commands 
14322 is determined by Alpine configuration files and system capabilities.
14323 At some sites, certain commands may not be available due to security or
14324 support concerns.
14325 </OL>
14328 <UL>   
14329 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14330 </UL><P>
14331 &lt;End of help on this topic&gt;
14332 </BODY>
14333 </HTML>
14334 ======= h_composer_cc ====
14335 <HTML>
14336 <HEAD>
14337 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
14338 </HEAD>
14339 <BODY>
14340 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
14341 The Cc: field is just like the To: field, except it is used for addressees
14342 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
14343 not directly meant directly &quot;for&quot; these recipients, but you wanted 
14344 them to see the message.  The only difference the recipients see is that their 
14345 name is in the Cc: field, rather than the To: field.
14347 For help with Cc: field editing
14348 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14350 <UL>
14351 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14352 </UL>
14354 <UL>   
14355 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14356 </UL><P>
14357 &lt;End of help on this topic&gt;
14358 </BODY>
14359 </HTML>
14360 ======= h_composer_bcc ====
14361 <HTML>
14362 <HEAD>
14363 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
14364 </HEAD>
14365 <BODY>
14366 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
14367 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
14368 a copy of the message to one or more people whose addresses you do not
14369 wish disclosed, either to reduce clutter or for confidentiality.
14371 The format of the Bcc: field is just the same as the To: and Cc: fields in
14372 the way the addresses are entered.  The recipients listed here will
14373 receive a copy of the message, but --assuming your site's mail transport
14374 software is properly configured-- their addresses will not show up in the
14375 headers of the message, as delivered to all of the recipients.  The To:
14376 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
14378 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
14379 will automatically generate and place in the To: field a pseudo-address of 
14380   &quot;undisclosed-recipients: ;&quot;
14381 or whatever string has been specified in the 
14382 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14383 variable.
14385 The reason for this is to avoid embarrassment caused by some Internet
14386 mail transfer software that interprets a &quot;missing&quot; To: header as 
14387 an error and replaces it with an Apparently-to: header that may contain
14388 the addresses you entered on the Bcc: line.  In addition, it may be
14389 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
14391 You can manipulate what text ends up on the (originally) empty To:
14392 field.  Just remember to put a colon and semicolon at the end of the
14393 field, which is a special notation denoting that it is not a real address.
14395 For information on message header editing
14396 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14398 <UL>
14399 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14400 </UL>
14402 <UL>   
14403 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14404 </UL><P>
14405 &lt;End of help on this topic&gt;
14406 </BODY>
14407 </HTML>
14408 ======= h_composer_lcc ====
14409 <HTML>
14410 <HEAD>
14411 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
14412 </HEAD>
14413 <BODY>
14414 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
14415 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
14416 you wish to send a message to a list of people but avoid having all
14417 of their addresses visible, in order to reduce clutter when the
14418 message is received.
14420 It is similar to the 
14421 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
14422 in that individual
14423 addressees are hidden, but Lcc is designed to work specifically with
14424 distribution lists you have created in your 
14425 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
14426 the nickname of the list on the Lcc line will result in the full name of
14427 your Alpine Address Book list being placed on the To: line of the message,
14428 using a special notation that distinguishes it from a real address. You
14429 must leave the To: line blank for your list name to appear there.
14431 For example, if you have this list entered in your Address Book:<PRE>
14433         largo         Key Largo List       DISTRIBUTION LIST:
14434                                            bogie@mgm.com
14435                                            lauren@mgm.com
14436                                            walter@mgm.com</PRE>
14439 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
14440 the result is:<PRE>
14442         To      : Key Largo List: ;
14443         Cc      :
14444         Bcc     :
14445         Fcc     : sent-mail
14446         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
14447                   lauren@mgm.com,
14448                   walter@mgm.com
14449         Subject :</PRE>
14451 Each recipient listed on the Lcc: line receives a copy of the message
14452 without their address being visible (as though they were listed on the
14453 Bcc: line). The colon-semicolon notation used to put the full-name of the
14454 list on the To: line is a special address format that doesn't specify any
14455 actual addressees, but does give some information to the recipients of the
14456 message.
14458 Note: if after entering an LCC, you delete the list name that is placed
14459 on the To: line, then recipients will see <PRE>
14460        To: undisclosed-recipients: ;</PRE>
14462 (or whatever string is defined in the 
14463 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14464 variable) just as in the BCC case. 
14466 For help with Lcc: field editing
14467 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14469 <UL>
14470 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14471 </UL>
14473 <UL>   
14474 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14475 </UL><P>
14476 &lt;End of help on this topic&gt;
14477 </BODY>
14478 </HTML>
14479 ======= h_composer_from =======
14480 <HTML>
14481 <HEAD>
14482 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
14483 </HEAD>
14484 <BODY>
14485 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
14487 This header carries your return address.  It is the address toward which
14488 replies (and often, future unrelated correspondence) will be directed,
14489 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
14490 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
14491 sure this address is correct.
14493 For help with message header editing
14494 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14496 <UL>
14497 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14498 </UL>
14500 <UL>   
14501 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14502 </UL><P>
14503 &lt;End of help on this topic&gt;
14504 </BODY>
14505 </HTML>
14506 ======= h_composer_reply_to =======
14507 <HTML>
14508 <HEAD>
14509 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
14510 </HEAD>
14511 <BODY>
14512 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
14514 Most people should not need this header. The Reply-To: header is used in
14515 cases where you would like replies to your messages to be directed to an
14516 address other than your normal &quot;From:&quot; address.  This is atypical, 
14517 but can happen when you use multiple machines and do not have the same account
14518 name on each one, or when you wish to direct certain replies to accounts
14519 or folders designated for specific classes of correspondence.
14521 For help with message header editing
14522 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14524 <UL>
14525 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14526 </UL>
14529 <UL>   
14530 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14531 </UL><P>
14532 &lt;End of help on this topic&gt;
14533 </BODY>
14534 </HTML>
14535 ======= h_composer_custom_addr ====
14536 <HTML>
14537 <HEAD>
14538 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14539 </HEAD>
14540 <BODY>
14541 <H1>CUSTOMIZED HEADER FIELD</H1>
14542 This is a customized header, i.e. not one that is part of Alpine's normal
14543 set of Compose headers.
14545 For help with message header editing
14546 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14548 <UL>
14549 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14550 </UL>
14552 <UL>   
14553 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14554 </UL><P>
14555 &lt;End of help on this topic&gt;
14556 </BODY>
14557 </HTML>
14558 ======= h_composer_custom_free ====
14559 <HTML>
14560 <HEAD>
14561 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14562 </HEAD>
14563 <BODY>
14564 <H1>CUSTOMIZED HEADER FIELD</H1>
14565 This is a customized header, i.e. not one that is part of Alpine's normal
14566 set of Compose headers.
14568 This field consists of arbitrary text.
14570 For help with message header editing
14571 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14573 <UL>   
14574 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14575 </UL><P>
14576 &lt;End of help on this topic&gt;
14577 </BODY>
14578 </HTML>
14579 ====== h_composer_news =====
14580 <HTML>
14581 <HEAD>
14582 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
14583 </HEAD>
14584 <BODY>
14585 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
14586 Use the newsgroups line to specify any and all USENET newsgroups to which
14587 your message should be posted.  When composing a message from scratch, this
14588 line may be hidden.  If so, just press the rich headers command
14589 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
14590 to make it visible.
14592 <EM>Be aware</EM> that when you post to a newsgroup thousands of
14593 people will be reading your message.  Also, you or your system manager
14594 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
14595 in order for you to be able to post.
14597 For help with message header editing
14598 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14599 <P><UL>
14600 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14601 </UL>
14603 &lt;End of help on this topic&gt;
14604 </BODY>
14605 </HTML>
14606 ======= h_composer_fcc ====
14607 <HTML>
14608 <HEADER>
14609 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
14610 </HEADER>
14611 <BODY>
14612 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
14613 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
14614 each outgoing message.  The default value can be configured with the
14615 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
14616 the file carbon copy on any message you send by editing the FCC header.<p>
14618 You may type ^T to get a list of all your folders and select one to use as
14619 the FCC for this message.<P>
14621 For help with message header editing
14622 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14624 <UL>   
14625 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14626 </UL><P>
14627 &lt;End of help on this topic&gt;
14628 </BODY>
14629 </HTML>
14630 ======= h_composer_subject ====
14631 <HTML>
14632 <HEADER>
14633 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
14634 </HEADER>
14635 <BODY>
14636 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
14638 The subject header provides a place to enter a few words that summarize
14639 the topic of the message you are sending.  You may leave this line blank,
14640 but it is considered a courtesy to use a meaningful subject.<p>
14642 For help with message header editing
14643 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14645 <UL>   
14646 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14647 </UL><P>
14648 &lt;End of help on this topic&gt;
14649 </BODY>
14650 </HTML>
14651 ======= h_composer_attachment ====
14652 <HTML>
14653 <HEAD>
14654 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
14655 </HEAD>
14656 <BODY>
14657 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
14659 The &quot;Attchmnt:&quot; field is where you specify what file or
14660 files you'd like attached to
14661 the message you are composing.  Those files must reside on the machine
14662 running Alpine. If your file is on a PC or Mac and you run Alpine with an
14663 account on a Unix machine, you'll have to transfer it before attaching it.
14664 Contact local computer support people for assistance with transferring.
14667 The file name
14668 given can be an absolute file path name for your system
14669 <!--chtml if pinemode="os_windows"-->
14670 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14671 with a relative pathname, or simply a file name without
14672 drive or directory specification.  
14673 <!--chtml else-->
14674 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14675 a file in your home directory, or a file path relative to your 
14676 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14677 your home directory or &quot;~user&quot; to refer to another
14678 account's home directory.
14679 <!--chtml endif--><P>
14680 No wild card characters may be used.
14681 <P>If the 
14682 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14683 feature is set, names are relative to your current working directory 
14684 <!--chtml if pinemode="running"-->
14685 (which, at least for your current Alpine &quot;session,&quot; 
14686 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14687 <!--chtml endif-->
14688 rather than your home directory
14689 <!--chtml if pinemode="running"-->
14690 (which, in the present configuration of your system, is
14691  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14692 <!--chtml endif-->
14695 Alpine uses MIME encoding for attachments, so binaries and files of any
14696 length can safely be delivered to any MIME-capable mail reading program.
14697 If you send an attachment to someone who does not have a MIME-capable mail
14698 reading program yet, then the main message text will be readable, but
14699 attachments (even attachments that are just plain text) are not.
14702 Typing the filename on the Attchmnt: line achieves the same
14703 result as using the 
14704 <!--chtml if pinemode="function_key"-->
14706 <!--chtml else-->
14707 Ctrl-J
14708 <!--chtml endif--> command.
14711 If you Forward a message with attachments, you may delete them from your
14712 Forwarded message by editing the Attchmnt header line.
14715 For help with message header editing
14716 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14718 <UL>   
14719 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14720 </UL><P>
14721 &lt;End of help on this topic&gt;
14722 </BODY>
14723 </HTML>
14724 ======= h_composer_ctrl_j ====
14725 <HTML>
14726 <HEAD>
14727 <TITLE>COMPOSER ATTACH</TITLE>
14728 </HEAD>
14729 <BODY>
14730 After the
14731 <!--chtml if pinemode="function_key"-->
14733 <!--chtml else-->
14734 Ctrl-J
14735 <!--chtml endif--> command:
14736 At the &quot;File to attach:&quot; prompt, enter the name of the 
14737 existing file to attach to your message.  
14738 When the feature
14739 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
14740 is set
14741 you need only enter the beginning of the filename (enough of it to uniquely 
14742 identify the file) and press TAB to complete it.
14744 Or, press ^T to use the BROWSER screen for 
14745 selecting the file.  <P>
14746 For more information on attaching files, see the help screen for the 
14747 composer's 
14748 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
14749 but can be revealed using the 
14750 <!--chtml if pinemode="function_key"-->
14752 <!--chtml else-->
14753 Ctrl-R
14754 <!--chtml endif--> 
14755 command with the cursor positioned above the
14756 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
14758 &lt;End of help on this topic&gt;
14759 </BODY>
14760 </HTML>
14761 ======= h_edit_nav_cmds =========
14762 <HTML>
14763 <HEAD>
14764 <TITLE>Composer Editing Commands Explained</TITLE>
14765 </HEAD>
14766 <BODY>
14767 <H1>EDITING and NAVIGATION COMMANDS</H1>
14768 <!--chtml if pinemode="function_key"-->
14769 <PRE>
14770 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14771 ^B (Left Arrow)    Back character       | ^D       Delete current character
14772 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14773 ^P (Up Arrow)      Previous line        |
14774 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14775 ^A                 Beginning of line    |            delete current line
14776 ^E                 End of line          | F10      Undelete line(s)
14777 F7                 Previous page        |
14778 F8                 Next page            |-------------------------------------
14779 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14780 ----------------------------------------|
14781 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14782 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14783 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14784 </PRE>
14785 <!--chtml else-->
14786 <PRE>
14787 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14788 ^B (Left Arrow)    Back character       | ^D       Delete current character
14789 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14790 ^P (Up Arrow)      Previous line        |
14791 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14792 ^A                 Beginning of line    |            delete current line
14793 ^E                 End of line          | ^U       Undelete line(s)
14794 ^Y                 Previous page        |
14795 ^V                 Next page            |-------------------------------------
14796 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14797 ----------------------------------------|
14798 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14799 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14800 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14801 </PRE>
14802 <!--chtml endif-->
14803 &lt;End of help on this topic&gt;
14804 </BODY>
14805 </HTML>
14806 ===== h_composer_sigedit =====
14807 <HTML>
14808 <HEAD>
14809 <TITLE>Signature Editor Commands Explained</TITLE>
14810 </HEAD>
14811 <BODY>
14812 <H1>SIGNATURE EDITOR COMMANDS</H1>
14813 <!--chtml if pinemode="function_key"-->
14814 <PRE>
14815 CURSOR MOTION KEYS                     |EDITING KEYS
14816   ^B (Left Arrow)   Back character     | ^D       Delete current character
14817   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14818   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14819   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14820   ^A                Beginning of line  |           delete current line
14821   ^E                End of line        | F10       Paste text, undelete lines
14822   F7                Previous page      |           cut with ^K, or unjustify
14823   F8                Next page          |-------------------------------------
14824   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14825 ---------------------------------------| F6       Whereis (search for string)
14826 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14827  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14828                  |  ^Z    Suspend      | ^L       Redraw Screen
14829  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14830 </PRE>
14831 <!--chtml else-->
14832 <PRE>
14833 CURSOR MOTION KEYS                     |EDITING KEYS
14834   ^B (Left Arrow)   Back character     | ^D       Delete current character
14835   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14836   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14837   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14838   ^A                Beginning of line  |           delete current line
14839   ^E                End of line        | ^U        Paste text, undelete lines
14840   ^Y                Previous page      |           cut with ^K, or unjustify
14841   ^V                Next page          |-------------------------------------
14842   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14843 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14844 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14845  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14846                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14847  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14848 </PRE>
14849 <!--chtml endif-->
14851 NOTE: The presence or absence of the following commands is determined
14852 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14853 some of these commands may be administratively disabled by your system
14854 manager; if they don't work, please check with your local help desk
14855 before reporting a bug.
14857 <UL>
14858  <LI>Suspend (suspends Alpine and gives a system prompt)
14859  <LI>Alternate editor (allows you to compose with your own editor)
14860 </UL>
14863 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14864 Ctrl-&#92;, ESC
14867 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14868 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14870 &lt;End of help on this topic&gt;
14871 </BODY>
14872 </HTML>
14873 ===== h_composer_commentedit =====
14874 <HTML>
14875 <HEAD>
14876 <TITLE>Comment Editor Commands Explained</TITLE>
14877 </HEAD>
14878 <BODY>
14879 <H1>COMMENT EDITOR COMMANDS</H1>
14880 <!--chtml if pinemode="function_key"-->
14881 <PRE>
14882 CURSOR MOTION KEYS                     |EDITING KEYS
14883   ^B (Left Arrow)   Back character     | ^D       Delete current character
14884   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14885   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14886   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14887   ^A                Beginning of line  |           delete current line
14888   ^E                End of line        | F10       Paste text, undelete lines
14889   F7                Previous page      |           cut with ^K, or unjustify
14890   F8                Next page          |-------------------------------------
14891   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14892 ---------------------------------------| F6       Whereis (search for string)
14893 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14894  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14895                  |  ^Z    Suspend      | ^L       Redraw Screen
14896  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14897 </PRE>
14898 <!--chtml else-->
14899 <PRE>
14900 CURSOR MOTION KEYS                     |EDITING KEYS
14901   ^B (Left Arrow)   Back character     | ^D       Delete current character
14902   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14903   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14904   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14905   ^A                Beginning of line  |           delete current line
14906   ^E                End of line        | ^U        Paste text, undelete lines
14907   ^Y                Previous page      |           cut with ^K, or unjustify
14908   ^V                Next page          |-------------------------------------
14909   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14910 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14911 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14912  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14913                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14914  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14915 </PRE>
14916 <!--chtml endif-->
14918 NOTE: The presence or absence of the following commands is determined
14919 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14920 some of these commands may be administratively disabled by your system
14921 manager; if they don't work, please check with your local help desk
14922 before reporting a bug.
14924 <UL>
14925  <LI>Suspend (suspends Alpine and gives a system prompt)
14926  <LI>Alternate editor (allows you to compose with your own editor)
14927 </UL>
14930 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14931 Ctrl-&#92;, ESC
14934 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14935 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14937 &lt;End of help on this topic&gt;
14938 </BODY>
14939 </HTML>
14940 ======= h_composer_abook_nick =======
14941 <HTML>
14942 <HEAD>
14943 <TITLE>Addressbook Nickname Explained</TITLE>
14944 </HEAD>
14945 <BODY>
14946 This is a short nickname for this address book entry.  If it is used in
14947 place of an address from the composer, the composer will fill in the
14948 address(es) for the entry that matches the nickname. 
14951 Look <A HREF="h_edit_nav_cmds">here</A>
14952 to see the available Editing and Navigation commands.
14954 &lt;End of help on this topic&gt;
14955 </BODY>
14956 </HTML>
14957 ======= h_composer_abook_full =======
14958 <HTML>
14959 <HEAD>
14960 <TITLE>Addressbook Fullname Explained</TITLE>
14961 </HEAD>
14962 <BODY>
14963 This is the full name field for this entry.  If this is going to be a
14964 distribution list (more than one address), it should be a descriptive
14965 phrase describing the list.  It will be included in the mail header if you
14966 put the list in the To: or CC: field, or in the To: line if you put the
14967 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14968 leave any of the other fields blank, too). If this address book entry is
14969 going to be a simple entry with just one address, then this field is the
14970 person's name. When you send mail to this entry, this is the field to the
14971 left of the brackets. That is, it is the most readable part of the 
14972 address. For example, in the sample address:
14973 <PRE>
14974        John Doe &lt;jdoe@some.domain&gt;
14975 </PRE>
14976 "John Doe" is the full name field. If you are sorting your address book
14977 with one of the options that uses full names, then it might be useful to
14978 enter the full name as "Last, First", for example:
14979 <PRE>
14980        Doe, John
14981 </PRE>
14982 so that it will be sorted using Doe instead of John. This will be changed
14983 back into John Doe when you use it.
14985 Look <A HREF="h_edit_nav_cmds">here</A>
14986 to see the available Editing and Navigation commands.
14988 &lt;End of help on this topic&gt;
14989 </BODY>
14990 </HTML>
14991 ======= h_composer_abook_fcc =======
14992 <HTML>
14993 <HEAD>
14994 <TITLE>Addressbook Fcc Explained</TITLE>
14995 </HEAD>
14996 <BODY>
14997 If this entry is the first one in the To: line of an outgoing message,
14998 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14999 you would normally get (which depends on which
15000 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
15001 you've chosen). 
15003 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
15004 that you don't want any Fcc associated with this entry.
15006 Look <A HREF="h_edit_nav_cmds">here</A>
15007 to see the available Editing and Navigation commands.
15009 &lt;End of help on this topic&gt;
15010 </BODY>
15011 </HTML>
15012 ====== h_config_combined_abook_display =====
15013 <HTML>
15014 <HEAD>
15015 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
15016 </HEAD>
15017 <BODY>
15018 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
15020 This feature affects the address book display screens.
15021 Normally, expanding an address book from the ADDRESS BOOK LIST screen
15022 will cause the remaining address books and directory servers to disappear
15023 from the screen, leaving only the entries of the expanded address book.
15024 If this feature is set, then the other address books will remain on the screen,
15025 so that all of the address books can be present at once.
15028 The way that commands work won't be changed.
15029 For example, the Select All command will select all of the entries in the
15030 current address book, not all of the entries in all of the address books.
15031 The WhereIs command will change a little.
15032 It will search through all of the text on the screen plus all of the entries
15033 from expanded address books.
15036 When this feature is set, the setting of the feature
15037 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
15038 has an effect.
15040 &lt;End of help on this topic&gt;
15041 </BODY>
15042 </HTML>
15043 ====== h_config_titlebar_color_style =====
15044 <HTML>
15045 <HEAD>
15046 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
15047 </HEAD>
15048 <BODY>
15049 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
15051 This option affects the colors used to display the titlebar (the top
15052 line on the screen) when viewing a message.
15055 The available options include:
15058 <DL>
15059 <DT>default</DT>
15060 <DD>The color of the titlebar will be the color you set for the
15061 <A HREF="h_config_title_color">Title Color</A>.
15062 The Title Color may be set by using the
15063 <A HREF="h_color_setup">Setup Kolor</A> screen.
15064 </DD>
15066 <DT>indexline</DT>
15067 <DD>The color of the titlebar will be the same as the color of the
15068 index line corresponding to the message being viewed.
15069 The rules that determine what color the index line will be may be set
15070 up by going to the Setup/Rules/Indexcolor screen.
15071 If the index line for a message is not colored explicitly by the
15072 Indexcolor rules, then the titlebar will be colored the same as for
15073 the &quot;default&quot; option above (which is not the same color that
15074 the index line itself will have).
15075 </DD>
15077 <DT>reverse-indexline</DT>
15078 <DD>This is similar to the &quot;indexline&quot; option except the
15079 foreground and background colors from the corresponding index line will
15080 be reversed.
15081 For example, if the index line color is red letters on a white background,
15082 then the titlebar will be white letters on a red background.
15083 If the index line for a message is not colored explicitly by the
15084 Indexcolor rules, then the titlebar will be colored the same as for
15085 the &quot;default&quot; option above (which is not the same color that
15086 the index line itself will have).
15087 </DD>
15088 </DL>
15092 <UL>   
15093 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15094 </UL><P>
15095 &lt;End of help on this topic&gt;
15096 </BODY>
15097 </HTML>
15098 ====== h_config_index_color_style =====
15099 <HTML>
15100 <HEAD>
15101 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
15102 </HEAD>
15103 <BODY>
15104 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
15106 This option affects the colors used to display the current line in the
15107 MESSAGE INDEX screen.
15108 If you do not have Index Color Rules defined, then this option will
15109 have no effect in the index.
15110 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
15112 If the option
15113 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
15114 is turned on and the
15115 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
15116 is set to something other than the default, then
15117 this option also affects the color used to display the current folder
15118 in the Incoming FOLDER LIST screen.
15121 The available options include:
15124 <DL>
15125 <DT>flip-colors</DT>
15126 <DD>This is the default.
15127 If an index line is colored because it matches one of your
15128 Index Color Rules, then its colors will be reversed when it is the currently
15129 highlighted line.
15130 For example, if the line is normally red text on a blue background, then
15131 when it is the current line it will be drawn as blue text on a red background.
15133 The rest of the option values all revert to this flip-colors behavior if
15134 there is no Reverse Color defined.
15135 </DD>
15137 <DT>reverse</DT>
15138 <DD>With this option the Reverse color is always used to highlight the
15139 current line.
15140 </DD>
15142 <DT>reverse-fg</DT>
15143 <DD>The foreground part of the Reverse Color is used to highlight
15144 the current line.
15145 If this would cause the text to be unreadable (because the foreground and
15146 background colors are the same) or if it would cause no change in the
15147 color of the index line, then the colors are flipped instead.
15149 Some people think this works particularly well if you use different
15150 background colors to emphasize &quot;interesting&quot; lines,
15151 but always with the same Normal foreground color,
15152 and you use a different foreground color for the Reverse Color.
15153 </DD>
15155 <DT>reverse-fg-no-ambiguity</DT>
15156 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
15157 the resulting color will be exactly the same as the regular Reverse
15158 Color.
15159 That can lead to some possible confusion because an
15160 &quot;interesting&quot;
15161 line that is the current line will be displayed exactly the same as a
15162 non-interesting line that is current.
15163 You can't tell whether the line is just a regular current line or if it is
15164 an &quot;interesting&quot; current line by looking at the color.
15165 Setting the option to this value removes that ambiguity.
15166 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
15167 interesting current line would look just like a non-interesting current line.
15168 In that case, the interesting line's colors are simply flipped (like in the
15169 default behavior).
15171 As an alternative way to preserve the line's interestingness in this case,
15172 you may find that using both a different foreground and a different
15173 background color for the interesting line will help.
15174 </DD>
15176 <DT>reverse-bg</DT>
15177 <DD>The background part of the Reverse Color is used to highlight
15178 the current line.
15179 If this would cause the text to be unreadable (because the foreground and
15180 background colors are the same) or if it would cause no change in the
15181 color of the index line, then the colors are flipped instead.
15183 Some people think this works particularly well if you use different
15184 foreground colors to emphasize &quot;interesting&quot; lines,
15185 but always with the same Normal background color,
15186 and you use a different background color for the Reverse Color.
15187 </DD>
15189 <DT>reverse-bg-no-ambiguity</DT>
15190 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
15191 rule may also result in a color that is exactly the same as the regular
15192 Reverse Color.
15193 Setting the option to this value removes that ambiguity.
15194 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
15195 current line has the same color as the Reverse Color.
15196 In that case, the interesting line's colors are simply flipped (like in the
15197 default behavior).
15198 </DD>
15199 </DL>
15203 <UL>   
15204 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15205 </UL><P>
15206 &lt;End of help on this topic&gt;
15207 </BODY>
15208 </HTML>
15209 ====== h_config_expanded_addrbooks =====
15210 <HTML>
15211 <HEAD>
15212 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
15213 </HEAD>
15214 <BODY>
15215 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
15217 If multiple address books (either personal or global) are defined, and you
15218 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
15219 screen, then set this feature. This feature will have no effect unless the
15220 feature
15221 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
15222 is also set.
15224 &lt;End of help on this topic&gt;
15225 </BODY>
15226 </HTML>
15227 ====== h_config_combined_folder_display =====
15228 <HTML>
15229 <HEAD>
15230 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
15231 </HEAD>
15232 <BODY>
15233 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
15235 This feature affects the folder list display screens.
15236 Normally, each folder list is viewed within its collection only.  This
15237 command allows folder lists to be viewed within a single screen that
15238 combines the contents of all collections.
15241 The way that commands work won't be changed.
15242 For example, the Select All command will select all of the folders in the
15243 current collection, not all of the entries in all of the collections.
15244 The WhereIs command will change a little.
15245 It will search through all of the folders in the current collection as well
15246 as all the folder in any other expanded collection.
15249 When this feature is set, the setting of the feature
15250 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
15251 has an effect.
15253 &lt;End of help on this topic&gt;
15254 </BODY>
15255 </HTML>
15256 ====== h_config_combined_subdir_display =====
15257 <HTML>
15258 <HEAD>
15259 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
15260 </HEAD>
15261 <BODY>
15262 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
15264 This feature affects the Folder List screen when
15266 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15267 feature is enabled.  Normally, selecting a directory from the Folder
15268 List takes you into a new screen displaying only the contents of
15269 that directory.
15272 Enabling this feature will cause the contents of the selected
15273 directory to be
15274 displayed within the boundaries of the &quot;Collection&quot; it
15275 is a part of.  All previously displayed collections will remain
15276 in the screen.
15279 The way that commands work won't be changed.
15280 For example, the Select All command will select all of the folders in the
15281 directory, as opposed to all of the entries in all of the collections.
15282 The WhereIs command will change a little.
15283 It will search through all of the folders in the current collection as well
15284 as all the folder in any other expanded collection.
15287 &lt;End of help on this topic&gt;
15288 </BODY>
15289 </HTML>
15290 ====== h_config_separate_fold_dir_view =====
15291 <HTML>
15292 <HEAD>
15293 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
15294 </HEAD>
15295 <BODY>
15296 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
15298 This feature affects folder collections wherein a folder
15299 and directory can have the same name.  By default, Alpine displays them
15300 only once, denoting that it is both a folder and directory by appending
15301 the folder name with the hierarchy character enclosed
15302 in square brackets.
15306 Enabling this feature will cause Alpine to display such names
15307 separately marking the name representing a directory with a trailing
15308 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
15311 The feature also alters the command set slightly.  By default, the
15312 right-arrow descends into the directory, while hitting the Return key will
15313 cause the folder by that name to be opened.
15316 With this feature set, the Return key will open the highlighted folder, or
15317 enter the highlighted directory.
15320 &lt;End of help on this topic&gt;
15321 </BODY>
15322 </HTML>
15323 ====== h_config_expanded_folders =====
15324 <HTML>
15325 <HEAD>
15326 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
15327 </HEAD>
15328 <BODY>
15329 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
15331 If multiple folder collections are defined, and you
15332 wish to have them all expanded implicitly upon entering the FOLDER LIST
15333 screen, then set this feature. This feature will have no effect unless the
15334 feature
15335 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15336 is also set.
15338 &lt;End of help on this topic&gt;
15339 </BODY>
15340 </HTML>
15341 ======= h_config_ldap_server =======
15342 <HTML>
15343 <HEAD>
15344 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
15345 </HEAD>
15346 <BODY>
15347 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
15348 This is the name of the host where an LDAP server is running.
15349 For redundancy, this may be a space-delimited set of server names, in which
15350 case the first server that answers is used.
15351 Each of the server names may be optionally followed by
15352 a colon and a port number.
15353 If this form is used then the port number configured below in the
15354 <EM>port</EM> field is not used.
15356 To find out whether your organization has its own LDAP server, 
15357 contact its computing support staff.
15358 <P><UL>
15359 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15360 </UL>
15362 &lt;End of help on this topic&gt;
15363 </BODY>
15364 </HTML>
15365 ======= h_config_ldap_base =======
15366 <HTML>
15367 <HEAD>
15368 <TITLE>LDAP OPTION: Search-Base</TITLE>
15369 </HEAD>
15370 <BODY>
15371 <H1>LDAP OPTION: Search-Base</H1>
15373 This is the search base to be used on this server.  It functions as a filter 
15374 by restricting your searches in the LDAP server database
15375 to the specified contents of the specified fields.  Without it, searches 
15376 submitted to this directory server may fail.  It might be something
15377 like:
15379 <PRE>
15380       O = &lt;Your Organization Name&gt;, C = US
15381 </PRE>
15382 or it might be blank.  
15383 (Some LDAP servers actually ignore anything specified here.)
15385 If in doubt what parameters you should specify here, 
15386 contact the maintainers of the LDAP server.
15387 <P><UL>
15388 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15389 </UL>
15391 &lt;End of help on this topic&gt;
15392 </BODY>
15393 </HTML>
15394 ======= h_config_ldap_port =======
15395 <HTML>
15396 <HEAD>
15397 <TITLE>LDAP OPTION: Port</TITLE>
15398 </HEAD>
15399 <BODY>
15400 <H1>LDAP OPTION: Port</H1>
15402 This is the TCP port number to be used with this LDAP server. If you leave
15403 this blank port 389 will be used.
15405 &lt;End of help on this topic&gt;
15406 </BODY>
15407 </HTML>
15408 ======= h_config_ldap_nick =======
15409 <HTML>
15410 <HEAD>
15411 <TITLE>LDAP OPTION: Nickname</TITLE>
15412 </HEAD>
15413 <BODY>
15414 <H1>LDAP OPTION: Nickname</H1>
15416 This is a nickname to be used in displays. If you don't supply a
15417 nickname the server name
15418 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
15419 will be used instead.  This option is strictly for your convenience.
15421 &lt;End of help on this topic&gt;
15422 </BODY>
15423 </HTML>
15424 ======= h_config_ldap_binddn =======
15425 <HTML>
15426 <HEAD>
15427 <TITLE>LDAP OPTION: Bind-DN</TITLE>
15428 </HEAD>
15429 <BODY>
15430 <H1>LDAP OPTION: Bind-DN</H1>
15432 You may need to authenticate to the LDAP server before you are able to use it.
15433 This is the Distinguished Name to bind to when authenticating to this server.
15434 Try leaving this blank until you know you need it.
15436 Alpine only knows about LDAP Simple authentication.
15437 It does not attempt LDAP SASL authentication.
15438 The DN and password will be sent in the clear unless TLS encryption is
15439 being used on this connection.
15440 Because of this, you may want to set the LDAP feature
15441 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
15442 or the feature
15443 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15444 if you are going to be providing a password.
15445 <P><UL>
15446 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15447 </UL>
15449 &lt;End of help on this topic&gt;
15450 </BODY>
15451 </HTML>
15452 ======= h_config_ldap_opts_impl =======
15453 <HTML>
15454 <HEAD>
15455 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
15456 </HEAD>
15457 <BODY>
15458 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
15460 Set this to have lookups done to this server implicitly from the composer.
15461 If an address doesn't look like a fully-qualified address, it will be looked
15462 up in your address books, and if it doesn't match a nickname there, then it
15463 will be looked up on the LDAP servers that have this feature set.
15464 The lookups will also be done when using the address completion feature
15465 (TAB command) in the composer if any of the serves have this feature set.
15466 Also see the LDAP feature
15467 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
15468 and the Setup/Config feature
15469 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15471 &lt;End of help on this topic&gt;
15472 </BODY>
15473 </HTML>
15474 ======= h_config_ldap_opts_tls =======
15475 <HTML>
15476 <HEAD>
15477 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
15478 </HEAD>
15479 <BODY>
15480 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
15482 When connecting to this server Alpine will attempt to use TLS encryption
15483 on the connection.
15484 Also see the closely related feature
15485 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15487 Note that if this option is set, then 
15488 <A HREF="h_config_ldap_opts_ldaps">
15489 &quot;Require-LDAPS-On-Connection&quot;</A>
15490 can not be enabled for this server. You must disable this feature in
15491 order to use 
15492 <A HREF="h_config_ldap_opts_ldaps">
15493 &quot;Require-LDAPS-On-Connection&quot;</A>
15495 &lt;End of help on this topic&gt;
15496 </BODY>
15497 </HTML>
15498 ======= h_config_ldap_opts_tlsmust =======
15499 <HTML>
15500 <HEAD>
15501 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
15502 </HEAD>
15503 <BODY>
15504 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
15506 When connecting to this server Alpine will attempt to use TLS encryption
15507 on the connection.
15508 If the StartTLS operation fails then the connection will not be used.
15510 Note that if this option is set, then 
15511 <A HREF="h_config_ldap_opts_ldaps">
15512 &quot;Require-LDAPS-On-Connection&quot;</A>
15513 can not be enabled for this server. You must disable this feature in
15514 order to use 
15515 <A HREF="h_config_ldap_opts_ldaps">
15516 &quot;Require-LDAPS-On-Connection&quot;</A>
15518 &lt;End of help on this topic&gt;
15519 </BODY>
15520 </HTML>
15521 ======= h_config_ldap_opts_ldaps =======
15522 <HTML>
15523 <HEAD>
15524 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
15525 </HEAD>
15526 <BODY>
15527 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
15529 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
15530 on the connection.
15532 This feature can not be used along with 
15533 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15534  or
15535 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
15536 If you want to connect using StartTLS to this server, you must disable
15537 this feature first.
15539 &lt;End of help on this topic&gt;
15540 </BODY>
15541 </HTML>
15542 ====== h_config_ldap_opts_rhs =====
15543 <HTML>
15544 <HEAD>
15545 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
15546 </HEAD>
15547 <BODY>
15548 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
15550 Normally implicit LDAP lookups from the composer are done only for the
15551 strings you type in from the composer screen. In other words, you type in
15552 something in the To or CC field and press return, then the string is looked up.
15553 First that string is looked up in your address books. If a match is found
15554 there, then the results of that match are looked up again. If you place
15555 a string in your address book that you want to have looked up on the LDAP
15556 directory server, you need to turn on this feature. If you set this feature
15557 for a server, you almost always will also want to set the
15558 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
15559 feature. An example might serve to best illustrate this feature.
15561 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
15562 entry with an
15563 address of pres@whitehouse.gov, then you might put an entry in your address
15564 book that looks like:
15566 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
15567 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
15569 Now, when you type &quot;bill&quot; into an
15570 address field in the composer Alpine will
15571 find the &quot;bill&quot; entry in your address book.
15572 It will replace &quot;bill&quot; with
15573 &quot;William Clinton&quot;.
15574 It will then search for an entry with that nickname
15575 in your address book and not find one. If this feature
15576 is set, Alpine will then attempt to lookup
15577 &quot;William Clinton&quot; on the LDAP server and find the entry with address
15578 pres@whitehouse.gov.
15580 A better way to accomplish the same thing is probably to use the feature
15581 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
15583 &lt;End of help on this topic&gt;
15584 </BODY>
15585 </HTML>
15586 ====== h_config_ldap_opts_ref =====
15587 <HTML>
15588 <HEAD>
15589 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
15590 </HEAD>
15591 <BODY>
15592 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
15594 Normally when you save the results of an LDAP directory lookup to your
15595 address book the results of the lookup are saved. If this feature is set
15596 and the entry being saved was found on this directory server, then the
15597 search criteria is saved instead of the results of the search. When this
15598 address book entry is used in the future, instead of copying the results
15599 from the address book the directory lookup will be done again. This could
15600 be useful if the copied result might become stale because the data on
15601 the directory server changes (for example, the entry's email address changes).
15602 You probably don't want to set this feature if the server is at all slow or
15603 unreliable.
15605 The way this actually works is that instead of saving the email address
15606 in your address book, Alpine saves enough information to look up the same
15607 directory entry again. In particular, it saves the server name and the
15608 distinguished name of the entry. It's possible that the server administrators
15609 might change the format of distinguished names on the server, or that the
15610 entry might be removed from the server. If Alpine notices this, you will be warned
15611 and a backup copy of the email address will be used. You may want to create
15612 a new entry in this case, since you will get the annoying warning every
15613 time you use the old entry. You may do that by Saving the entry to a new
15614 nickname in the same address book. You will be asked whether or not you
15615 want to use the backup email address.
15617 A related feature in the Setup/Config screen is
15618 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15620 &lt;End of help on this topic&gt;
15621 </BODY>
15622 </HTML>
15623 ======= h_config_ldap_opts_nosub =======
15624 <HTML>
15625 <HEAD>
15626 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
15627 </HEAD>
15628 <BODY>
15629 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
15631 Spaces in your input are normally handled specially.
15632 Each space character is replaced
15635 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
15637 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
15638 The reason this is done is so the input string
15640 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
15642 (which is converted to &quot;Greg* Donald&quot;) will match
15643 the names &quot;Greg Donald&quot;,
15644 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
15645 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
15646 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
15647 then it would also match the name &quot;Greg Donaldson&quot;.
15649 Turning on this feature will disable this substitution.
15651 &lt;End of help on this topic&gt;
15652 </BODY>
15653 </HTML>
15654 ====== h_config_ldap_searchtypes =======
15655 <HTML>
15656 <HEAD>
15657 <TITLE>LDAP OPTION: Search-Type</TITLE>
15658 </HEAD>
15659 <BODY>
15660 <H1>LDAP OPTION: Search-Type</H1>
15662 This affects the way that LDAP searches are done.
15663 In particular, this tells the server where to look for the string to be matched.
15664 If set to &quot;name&quot; then the string that is being searched for will
15665 be compared with the string in the
15666 &quot;Name&quot; field on the server
15667 (technically, it is the &quot;commonname&quot; field on the server).
15668 &quot;Surname&quot; means we're looking for a
15669 match in the &quot;Surname&quot; field on the
15670 server (actually the &quot;sn&quot; field).
15671 &quot;Givenname&quot; really is &quot;givenname&quot;
15672 and &quot;email&quot; is the electronic mail address (this is actually the field
15673 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
15674 The other three types are combinations of
15675 the types listed so far. &quot;Name-or-email&quot;
15676 means the string should appear
15677 in either the &quot;name&quot; field OR the &quot;email&quot; field.
15678 Likewise, &quot;surname-or-givenname&quot;
15679 means &quot;surname&quot; OR &quot;givenname&quot;
15680 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
15682 This search TYPE is combined with the
15683 search <A HREF="h_config_ldap_searchrules">RULE</A>
15684 to form the actual search query.
15686 The usual default value for this
15687 option is &quot;sur-or-given-or-name-or-email&quot;.
15688 This type of search may be slow on some servers.
15689 Try &quot;name-or-email&quot;, which is often
15690 faster, or just &quot;name&quot; if the performance seems to be a problem.
15692 Some servers have been configured with different attribute names for
15693 these four fields.
15694 In other words, instead of using the attribute name &quot;mail&quot;
15695 for the email address field, the server might be configured to use something
15696 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
15697 Alpine can be configured to use these different attribute names by using
15698 the four configuration options:
15699 <P><UL>
15700 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15701 </UL>
15702 <P><UL>
15703 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15704 </UL>
15705 <P><UL>
15706 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15707 </UL>
15708 <P><UL>
15709 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15710 </UL>
15712 &lt;End of help on this topic&gt;
15713 </BODY>
15714 </HTML>
15715 ====== h_config_ldap_searchrules =======
15716 <HTML>
15717 <HEAD>
15718 <TITLE>LDAP OPTION: Search-Rule</TITLE>
15719 </HEAD>
15720 <BODY>
15721 <H1>LDAP OPTION: Search-Rule</H1>
15723 This affects the way that LDAP searches are done.
15724 If set to &quot;equals&quot; then
15725 only exact matches count.
15726 &quot;Contains&quot; means that the string you type in
15727 is a substring of what you are matching against.
15728 &quot;Begins-with&quot; and &quot;ends-with&quot;
15729 mean that the string starts or ends with the string you type in.
15731 Spaces in your input are normally handled specially, but you can turn that
15732 special handling off with the
15733 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15734 feature.
15736 The usual default value for this option is &quot;begins-with&quot;.
15738 &lt;End of help on this topic&gt;
15739 </BODY>
15740 </HTML>
15741 ======= h_config_ldap_email_attr =======
15742 <HTML>
15743 <HEAD>
15744 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
15745 </HEAD>
15746 <BODY>
15747 <H1>LDAP OPTION: EmailAttribute</H1>
15749 This is the name of the attribute that is searched for when looking for
15750 an email address. The default value for this option is &quot;mail&quot; or
15751 &quot;electronicmail&quot;.
15752 If the server you are using uses a different attribute name for the email
15753 address, put that attribute name here.
15755 This will affect the search filter used if your Search-Type is one that
15756 contains a search for &quot;email&quot;.
15757 It will also cause the attribute value matching this attribute name to be used
15758 as the email address when you look up an entry from the composer.
15760 &lt;End of help on this topic&gt;
15761 </BODY>
15762 </HTML>
15763 ======= h_config_ldap_sn_attr =======
15764 <HTML>
15765 <HEAD>
15766 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
15767 </HEAD>
15768 <BODY>
15769 <H1>LDAP OPTION: SurnameAttribute</H1>
15771 This is the name of the attribute that is searched for when looking for
15772 the surname of the entry. The default value for this option is &quot;sn&quot;.
15773 If the server you are using uses a different attribute name for the surname,
15774 put that attribute name here.
15775 This will affect the search filter used if your Search-Type is one that
15776 contains a search for &quot;surname&quot;.
15778 &lt;End of help on this topic&gt;
15779 </BODY>
15780 </HTML>
15781 ======= h_config_ldap_gn_attr =======
15782 <HTML>
15783 <HEAD>
15784 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
15785 </HEAD>
15786 <BODY>
15787 <H1>LDAP OPTION: GivennameAttribute</H1>
15789 This is the name of the attribute that is searched for when looking for
15790 the given name of the entry. The default value for this option is &quot;givenname&quot;.
15791 If the server you are using uses a different attribute name for the given name,
15792 put that attribute name here.
15793 This will affect the search filter used if your Search-Type is one that
15794 contains a search for &quot;givenname&quot;.
15796 &lt;End of help on this topic&gt;
15797 </BODY>
15798 </HTML>
15799 ======= h_config_ldap_cn_attr =======
15800 <HTML>
15801 <HEAD>
15802 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15803 </HEAD>
15804 <BODY>
15805 <H1>LDAP OPTION: NameAttribute</H1>
15807 This is the name of the attribute that is searched for when looking for
15808 the name of the entry. The default value for this option is &quot;cn&quot;, which
15809 stands for common name.
15810 If the server you are using uses a different attribute name for the name,
15811 put that attribute name here.
15812 This will affect the search filter used if your Search-Type is one that
15813 contains a search for &quot;name&quot;.
15815 &lt;End of help on this topic&gt;
15816 </BODY>
15817 </HTML>
15818 ======= h_config_ldap_time =======
15819 <HTML>
15820 <HEAD>
15821 <TITLE>LDAP OPTION: Timelimit</TITLE>
15822 </HEAD>
15823 <BODY>
15824 <H1>LDAP OPTION: Timelimit</H1>
15826 This places a limit on the number of seconds the LDAP search will continue.
15827 The default is 30 seconds. A value of 0 means no limit. Note that some servers
15828 may place limits of their own on searches.
15830 &lt;End of help on this topic&gt;
15831 </BODY>
15832 </HTML>
15833 ======= h_config_ldap_size =======
15834 <HTML>
15835 <HEAD>
15836 <TITLE>LDAP OPTION: Sizelimit</TITLE>
15837 </HEAD>
15838 <BODY>
15839 <H1>LDAP OPTION: Sizelimit</H1>
15841 This places a limit on the number of entries returned by the LDAP server.
15842 A value of 0 means no limit. The default is 0. Note that some servers
15843 may place limits of their own on searches.
15845 &lt;End of help on this topic&gt;
15846 </BODY>
15847 </HTML>
15848 ======= h_config_ldap_cust =======
15849 <HTML>
15850 <HEAD>
15851 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
15852 </HEAD>
15853 <BODY>
15854 <H1>LDAP OPTION: Custom-Search-Filter</H1>
15856 This one is for advanced users only! If you define this, then the
15857 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
15858 However, the feature
15859 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15860 is still in effect.
15861 That is, the space substitution will take place even in a custom filter unless
15862 you disable it.
15864 If your LDAP service stops working and you suspect it might be because
15865 of your custom filter, just delete this filter and try using the
15866 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
15867 Another option that sometimes causes trouble is the
15868 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
15870 This variable may be set to the string representation of an LDAP search
15871 filter (see RFC1960). In the places where you want the address string to be
15872 substituted in, put a '%s' in this filter string. Here are some examples:
15874 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
15875 is equivalent to the &quot;Custom-Search-Filter&quot;
15876 <PRE>
15877      (cn=%s*)
15878 </PRE>
15879 When you try to match against the string &quot;string&quot; the program replaces
15880 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
15881 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
15883 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
15884 of &quot;contains&quot; is equivalent to
15885 <PRE>
15886      (|(cn=*%s*)(mail=*%s*))
15887 </PRE>
15889 If your server uses a different attribute <EM>name</EM> than
15890 Alpine uses by default,
15891 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
15892 then you may be able to use one or more of the four attribute configuration
15893 options instead of defining a custom filter:
15894 <P><UL>
15895 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15896 </UL>
15897 <P><UL>
15898 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15899 </UL>
15900 <P><UL>
15901 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15902 </UL>
15903 <P><UL>
15904 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15905 </UL>
15907 &lt;End of help on this topic&gt;
15908 </BODY>
15909 </HTML>
15910 ======= h_composer_abook_comment =======
15911 <HTML>
15912 <HEAD>
15913 <TITLE>Addressbook Comment Explained</TITLE>
15914 </HEAD>
15915 <BODY>
15916 This is a comment to help you remember what this entry is. The WhereIs
15917 command searches comments so that it is easier to find an entry with a comment
15918 you know about attached to it. This field is not used in the outgoing message.
15920 Look <A HREF="h_edit_nav_cmds">here</A>
15921 to see the available Editing and Navigation commands.
15923 &lt;End of help on this topic&gt;
15924 </BODY>
15925 </HTML>
15926 ======= h_composer_abook_addrs =======
15927 <HTML>
15928 <HEAD>
15929 <TITLE>Addressbook Lists</TITLE>
15930 </HEAD>
15931 <BODY>
15932 <H1>Addressbook Lists</H1>
15934 This is a list of addresses to send to when sending to this address book
15935 entry.  Each member of the list may be an address or another nickname from
15936 any of your address books.  If it is an address, it is OK to include the
15937 full name field as well as the electronic address portion of that address.
15938 For example, the following are all legitimate entries in this field:
15940 <DL><DT>&nbsp;</DT>
15941 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15942 <DD>jdoe@some.domain
15943 <DD>John Doe &lt;jdoe@some.domain&gt;
15944 </DL>
15946 The addresses should be listed separated by commas, just like you would
15947 enter them from the composer.
15951 The only difference between a distribution list and a simple entry with a
15952 single address, is that a distribution list has more than one address   
15953 listed in the Addresses: field, whereas a simple personal entry has just  
15954 one address.
15958 For individual address book entries, if there is a full name in the
15959 Fullname: field (filling in the Fullname: field is not required), it is
15960 used.  If the full name is specified in the Address: field and not in the
15961 Fullname: field, then the full name from the Address: field is used.
15965 If you type the nickname of a distribution list from one of your address 
15966 books in the Lcc: field, then the full name of that list is used in the  
15967 To: field.  If you put a list in the To: or Cc: fields, that list will be
15968 expanded into all of its addresses.  If the list has a full name, then
15969 that will appear at the beginning of the addresses.
15971 <DL><DT>&nbsp;</DT>
15972 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15973 &lt;sal@here.there&gt;
15974 </DL>
15976 If the first address in the distribution list also has a full name, then
15977 the list full name and that full name are combined into something like the
15978 following:
15980 <DL><DT>&nbsp;</DT>
15981 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15982 </DL>
15985 If you specify a list via Lcc, the full name is used in the To: line.  If
15986 you specify a list in the To: or Cc: fields, then it uses the same method
15987 as for individual entries for filling in the full name.
15991 For help with editing and navigation commands, check the Help for the
15992 Nickname: field.
15995 &lt;End of help on this topic&gt;
15996 </BODY>
15997 </HTML>
15998 ======= h_config_xoauth2_client_id =======
15999 <HTML>
16000 <HEAD>
16001 <TITLE>Client-Id Explained</TITLE>
16002 </HEAD>
16003 <BODY>
16004 <H1>Client-Id Explained</H1>
16006 If you have registered Alpine with your service provider to use the
16007 XOAUTH2 authenticator, or someone has shared a client-id with you, use this
16008 field to input this value. Remember that in order to use the XOAUTH2 authentication
16009 method, you must have a pair of client-id and client-secret. You must have
16010 both in order for this authenticator to work.
16013 The Client-Id field is a string that your provider generates for the program
16014 being registered. However, some providers allow different users to register
16015 the same program. Users of the Mutt email program already do this to use
16016 XOAUTH2 authentication in Gmail.
16019 Some providers generate an extremely long client-id string. If this is your 
16020 case, you might have to divide that string into pieces and paste each of those
16021 pieces  into this field.
16023 &lt;End of help on this topic&gt;
16024 </BODY>
16025 </HTML>
16026 ======= h_config_xoauth2_client_secret =======
16027 <HTML>
16028 <HEAD>
16029 <TITLE>Client-Secret Explained</TITLE>
16030 </HEAD>
16031 <BODY>
16032 <H1>Client-Secret Explained</H1>
16034 If you have registered Alpine with your service provider to use the
16035 XOAUTH2 authenticator, or someone has shared a client-secret with you, use this
16036 field to input this value. Remember that in order to use the XOAUTH2 authentication
16037 method, you must have a pair of client-id and client-secret. You must have
16038 both in order for this authenticator to work.
16040 <P> The client-secret field is supposed to be kept secret, that is not 
16041 shared with any of the users, but due to the open source nature of Alpine, 
16042 it is not possible to keep it secret in any meaningful way. The intention 
16043 of this field is so that only the coders of an app can use the codes given 
16044 to them and authenticate their users to the services they are requesting. 
16045 This means that other coders would not be able to impresonate that app, 
16046 and use it to steal data from those users. In the case of Alpine this is 
16047 not possible, as Alpine does not steal data from its users, so users are safe
16048 sharing client-secrets. Just make sure you obtain your copy of Alpine from
16049 a reputable provider or compile the source code by yourself. The official
16050 source code of this project is located at
16052 <P><CENTER><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A>.</CENTER>
16055 &lt;End of help on this topic&gt;
16056 </BODY>
16057 </HTML>
16058 ======= h_config_role_nick =======
16059 <HTML>
16060 <HEAD>
16061 <TITLE>Nickname Explained</TITLE>
16062 </HEAD>
16063 <BODY>
16064 <H1>Nickname Explained</H1>
16066 This is a nickname to help you.
16067 You should have a different nickname for each role you define.
16068 The nickname will be used in the SETUP ROLE RULES screen to allow you to
16069 pick a role to edit.
16070 It will also be used when you send a message to let you know you are
16071 sending with a different role than you use by default, and
16072 it will be useful for choosing a role when composing with the Role command
16073 or when composing with one of the Role Uses set to With Confirmation.
16074 This field is not used in the outgoing message.
16076 Look <A HREF="h_edit_nav_cmds">here</A>
16077 to see the available Editing and Navigation commands.
16079 &lt;End of help on this topic&gt;
16080 </BODY>
16081 </HTML>
16082 ======= h_config_role_comment =======
16083 <HTML>
16084 <HEAD>
16085 <TITLE>Comment Explained</TITLE>
16086 </HEAD>
16087 <BODY>
16088 <H1>Comment Explained</H1>
16090 This is a comment to help you.
16091 This comment does not play any functional role, it is simply an optional
16092 comment to help you remember what the rule is for.
16094 Look <A HREF="h_edit_nav_cmds">here</A>
16095 to see the available Editing and Navigation commands.
16097 &lt;End of help on this topic&gt;
16098 </BODY>
16099 </HTML>
16100 ======= h_config_other_nick =======
16101 <HTML>
16102 <HEAD>
16103 <TITLE>Nickname Explained</TITLE>
16104 </HEAD>
16105 <BODY>
16106 <H1>Nickname Explained</H1>
16108 This is a nickname to help you.
16109 You should have a different nickname for each rule you define.
16110 The nickname will be used in the SETUP OTHER RULES screen to allow you to
16111 pick a rule to edit.
16113 Look <A HREF="h_edit_nav_cmds">here</A>
16114 to see the available Editing and Navigation commands.
16116 &lt;End of help on this topic&gt;
16117 </BODY>
16118 </HTML>
16119 ======= h_config_score_nick =======
16120 <HTML>
16121 <HEAD>
16122 <TITLE>Nickname Explained</TITLE>
16123 </HEAD>
16124 <BODY>
16125 <H1>Nickname Explained</H1>
16127 This is a nickname to help you.
16128 You should have a different nickname for each scoring rule you define.
16129 The nickname will be used in the SETUP SCORING RULES screen to allow you to
16130 pick a rule to edit.
16132 Look <A HREF="h_edit_nav_cmds">here</A>
16133 to see the available Editing and Navigation commands.
16135 &lt;End of help on this topic&gt;
16136 </BODY>
16137 </HTML>
16138 ======= h_config_incol_nick =======
16139 <HTML>
16140 <HEAD>
16141 <TITLE>Nickname Explained</TITLE>
16142 </HEAD>
16143 <BODY>
16144 <H1>Nickname Explained</H1>
16146 This is a nickname to help you.
16147 You should have a different nickname for each color rule you define.
16148 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
16149 pick a rule to edit.
16151 Look <A HREF="h_edit_nav_cmds">here</A>
16152 to see the available Editing and Navigation commands.
16154 &lt;End of help on this topic&gt;
16155 </BODY>
16156 </HTML>
16157 ======= h_config_filt_nick =======
16158 <HTML>
16159 <HEAD>
16160 <TITLE>Nickname Explained</TITLE>
16161 </HEAD>
16162 <BODY>
16163 <H1>Nickname Explained</H1>
16165 This is a nickname to help you.
16166 You should have a different nickname for each filtering rule you define.
16167 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
16168 pick a rule to edit.
16170 Look <A HREF="h_edit_nav_cmds">here</A>
16171 to see the available Editing and Navigation commands.
16173 &lt;End of help on this topic&gt;
16174 </BODY>
16175 </HTML>
16176 ======= h_config_score_topat =======
16177 <HTML>
16178 <HEAD>
16179 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16180 </HEAD>
16181 <BODY>
16182 <H1>&quot;To:&quot; Pattern Explained</H1>
16184 Any text you enter as the &quot;To pattern&quot;
16185 will be compared to the recipients from the To: line of
16186 the message being scored.
16187 When the text you entered matches
16188 all or part of the To: line of a message, then the Score Value
16189 you have specified will be added to the score for the message.
16190 (Any other non-blank parts of the Pattern must match, too.)
16193 You may enter a complete email address, part of an address, or a
16194 list of addresses or partial addresses.
16195 For example:
16198 <PRE>
16199  To pattern = friend@public.com
16201  To pattern = rated.net
16203  To pattern = xxx@adults.com
16204               admin@msn.com
16205               fool@motleyfool.com
16206 </PRE>
16209 Each of those are valid To patterns.
16212 Messages match those patterns if any of the
16213 addresses in the To: line of the message contains the pattern.
16214 If the pattern is a list of patterns
16215 (like the last example above) then it is a match if any of the patterns in
16216 the list match any of the addresses in the To: line.
16217 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16218 present for a match.
16219 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16220 address2 must be present.
16221 That is exactly what using a list does.)
16224 Some messages may be &quot;bounced&quot; to you, and will
16225 have a &quot;Resent-To:&quot; header line.
16226 If the message contains a Resent-To: line
16227 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16228 Alpine will look for
16229 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16230 the original To: line.
16233 When entering a pattern, you may choose an address from your address book
16234 with the &quot;T&quot; command.
16237 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16238 &quot;!&quot; &quot;toggle NOT&quot; command.
16239 This changes the meaning of the To pattern so that it has the opposite meaning.
16240 It will be considered a match if there are no matches between the
16241 addresses in the To: line and the list of To patterns.
16243 Don't make the mistake of putting the &quot;!&quot; in the data field for
16244 the pattern.
16245 For example, if you type the characters &quot;!frizzle&quot; into the To
16246 pattern, the pattern will look like:
16248 <PRE>
16249  To pattern = !frizzle
16250 </PRE>
16252 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16253 In order to match messages that do not have &quot;frizzle&quot; in
16254 their To field, first type the characters &quot;frizzle&quot; followed
16255 by carriage return for the value of the To pattern, then negate it
16256 by typing the &quot;!&quot; command.
16257 It should end up looking like
16259 <PRE>
16260  ! To pattern = frizzle
16261 </PRE>
16263 You are not limited to using the six standard header patterns that are
16264 normally shown (To, From, Sender, Cc, News, and Subject).
16265 You may add any other header to a Pattern by
16266 using the &quot;eXtraHdr&quot; command to specify a different
16267 message header line; and then the Add or Change command to fill in
16268 a pattern for the new header line, just like you would for a standard header.
16270 A technicality: Since comma is the character used to separate multiple
16271 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16272 you want to include a literal comma in the field.
16273 In other words, if you type a backslash followed by a comma it will
16274 be interpreted as a comma by Alpine, instead of as a separator between
16275 pattern values.
16276 All other backslashes are literal backslashes and should not be escaped.
16278 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16279 for more information on Patterns.
16281 Look <A HREF="h_edit_nav_cmds">here</A>
16282 to see the available Editing and Navigation commands.
16284 &lt;End of help on this topic&gt;
16285 </BODY>
16286 </HTML>
16287 ======= h_config_incol_topat =======
16288 <HTML>
16289 <HEAD>
16290 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16291 </HEAD>
16292 <BODY>
16293 <H1>&quot;To:&quot; Pattern Explained</H1>
16295 Any text you enter as the &quot;To pattern&quot;
16296 will be compared to the recipients from the To: lines of
16297 the messages in the index.
16298 When the text you entered matches
16299 all or part of the To: line of a message, then the Index Line Color you have
16300 specified will be used for that line in the index.
16301 (Any other non-blank parts of the Pattern must match, too.)
16304 You may enter a complete email address, part of an address, or a
16305 list of addresses or partial addresses.
16306 For example:
16309 <PRE>
16310  To pattern = friend@public.com
16311  To pattern = rated.net
16312  To pattern = xxx@adults.com
16313               admin@msn.com
16314               fool@motleyfool.com
16315 </PRE>
16318 Each of those are valid To patterns.
16321 Messages match those patterns if any of the
16322 addresses in the To: line of the message contains the pattern.
16323 If the pattern is a list of patterns
16324 (like the last example above) then it is a match if any of the patterns in
16325 the list match any of the addresses in the To: line.
16326 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16327 present for a match.
16328 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16329 address2 must be present.
16330 That is exactly what using a list does.)
16333 Some messages may be &quot;bounced&quot; to you, and will
16334 have a &quot;Resent-To:&quot; header line.
16335 If the message contains a Resent-To: line
16336 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16337 Alpine will look for
16338 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16339 the original To: line.
16342 When entering a pattern, you may choose an address from your address book
16343 with the &quot;T&quot; command.
16346 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16347 &quot;!&quot; &quot;toggle NOT&quot; command.
16348 This changes the meaning of the To pattern so that it has the opposite meaning.
16349 It will be considered a match if there are no matches between the
16350 addresses in the To: line and the list of To patterns.
16352 Don't make the mistake of putting the &quot;!&quot; in the data field for
16353 the pattern.
16354 For example, if you type the characters &quot;!frizzle&quot; into the To
16355 pattern, the pattern will look like:
16357 <PRE>
16358  To pattern = !frizzle
16359 </PRE>
16361 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16362 In order to match messages that do not have &quot;frizzle&quot; in
16363 their To field, first type the characters &quot;frizzle&quot; followed
16364 by carriage return for the value of the To pattern, then negate it
16365 by typing the &quot;!&quot; command.
16366 It should end up looking like
16368 <PRE>
16369  ! To pattern = frizzle
16370 </PRE>
16373 You are not limited to using the six standard header patterns that are
16374 normally shown (To, From, Sender, Cc, News, and Subject).
16375 You may add any other header to a Pattern by
16376 using the &quot;eXtraHdr&quot; command to specify a different
16377 message header line; and then the Add or Change command to fill in
16378 a pattern for the new header line, just like you would for a standard header.
16380 A technicality: Since comma is the character used to separate multiple
16381 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16382 you want to include a literal comma in the field.
16383 In other words, if you type a backslash followed by a comma it will
16384 be interpreted as a comma by Alpine, instead of as a separator between
16385 pattern values.
16386 All other backslashes are literal backslashes and should not be escaped.
16388 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16389 for more information on Patterns.
16391 Look <A HREF="h_edit_nav_cmds">here</A>
16392 to see the available Editing and Navigation commands.
16394 &lt;End of help on this topic&gt;
16395 </BODY>
16396 </HTML>
16397 ======= h_config_other_topat =======
16398 <HTML>
16399 <HEAD>
16400 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16401 </HEAD>
16402 <BODY>
16403 <H1>&quot;To:&quot; Pattern Explained</H1>
16405 For some of the OTHER RULES actions, there is no message that is being
16406 compared against.
16407 If that is the case, then only the Current Folder Type is checked.
16408 In particular, this To pattern is ignored.
16409 Actions that fall into this category include both
16410 Sort Order and Index Format.
16412 A technicality: Since comma is the character used to separate multiple
16413 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16414 you want to include a literal comma in the field.
16415 In other words, if you type a backslash followed by a comma it will
16416 be interpreted as a comma by Alpine, instead of as a separator between
16417 pattern values.
16418 All other backslashes are literal backslashes and should not be escaped.
16420 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16421 for more information on Patterns.
16423 Look <A HREF="h_edit_nav_cmds">here</A>
16424 to see the available Editing and Navigation commands.
16426 &lt;End of help on this topic&gt;
16427 </BODY>
16428 </HTML>
16429 ======= h_config_filt_topat =======
16430 <HTML>
16431 <HEAD>
16432 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16433 </HEAD>
16434 <BODY>
16435 <H1>&quot;To:&quot; Pattern Explained</H1>
16437 Any text you enter as the &quot;To pattern&quot;
16438 will be compared to the recipients from the To: line of
16439 messages when Alpine opens folders.
16440 When the text you entered matches
16441 all or part of the To: line of a message, then the Filter Action you have
16442 specified will be carried out.
16443 (Any other non-blank parts of the Pattern must match, too.)
16446 You may enter a complete email address, part of an address, or a
16447 list of addresses or partial addresses.
16448 For example:
16451 <PRE>
16452  To pattern = friend@public.com
16453  To pattern = rated.net
16454  To pattern = xxx@adults.com
16455               admin@msn.com
16456               fool@motleyfool.com
16457 </PRE>
16460 Each of those are valid To patterns.
16463 Messages match those patterns if any of the
16464 addresses in the To: line of the message contains the pattern.
16465 If the pattern is a list of patterns
16466 (like the last example above) then it is a match if any of the patterns in
16467 the list match any of the addresses in the To: line.
16468 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16469 present for a match.
16470 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16471 address2 must be present.
16472 That is exactly what using a list does.)
16475 Some messages may be &quot;bounced&quot; to you, and will
16476 have a &quot;Resent-To:&quot; header line.
16477 If the message contains a Resent-To: line
16478 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16479 Alpine will look for
16480 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16481 the original To: line.
16484 When entering a pattern, you may choose an address from your address book
16485 with the &quot;T&quot; command.
16488 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16489 &quot;!&quot; &quot;toggle NOT&quot; command.
16490 This changes the meaning of the To pattern so that it has the opposite meaning.
16491 It will be considered a match if there are no matches between the
16492 addresses in the To: line and the list of To patterns.
16494 Don't make the mistake of putting the &quot;!&quot; in the data field for
16495 the pattern.
16496 For example, if you type the characters &quot;!frizzle&quot; into the To
16497 pattern, the pattern will look like:
16499 <PRE>
16500  To pattern = !frizzle
16501 </PRE>
16503 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16504 In order to match messages that do not have &quot;frizzle&quot; in
16505 their To field, first type the characters &quot;frizzle&quot; followed
16506 by carriage return for the value of the To pattern, then negate it
16507 by typing the &quot;!&quot; command.
16508 It should end up looking like
16510 <PRE>
16511  ! To pattern = frizzle
16512 </PRE>
16515 You are not limited to using the six standard header patterns that are
16516 normally shown (To, From, Sender, Cc, News, and Subject).
16517 You may add any other header to a Pattern by
16518 using the &quot;eXtraHdr&quot; command to specify a different
16519 message header line; and then the Add or Change command to fill in
16520 a pattern for the new header line, just like you would for a standard header.
16522 A technicality: Since comma is the character used to separate multiple
16523 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16524 you want to include a literal comma in the field.
16525 In other words, if you type a backslash followed by a comma it will
16526 be interpreted as a comma by Alpine, instead of as a separator between
16527 pattern values.
16528 All other backslashes are literal backslashes and should not be escaped.
16530 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16531 for more information on Patterns.
16533 Look <A HREF="h_edit_nav_cmds">here</A>
16534 to see the available Editing and Navigation commands.
16536 &lt;End of help on this topic&gt;
16537 </BODY>
16538 </HTML>
16539 ======= h_config_role_topat =======
16540 <HTML>
16541 <HEAD>
16542 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16543 </HEAD>
16544 <BODY>
16545 <H1>&quot;To:&quot; Pattern Explained</H1>
16547 Any text you enter as the &quot;To pattern&quot;
16548 will be compared to the recipients from the To: line of
16549 the message being replied to or forwarded.
16550 (Any other non-blank parts of the Pattern must match, too.)
16551 In the case of the Compose command, this pattern and the other header
16552 patterns are ignored.
16555 You may enter a complete email address, part of an address, or a
16556 list of addresses or partial addresses.
16557 For example:
16560 <PRE>
16561  To pattern = friend@public.com
16562  To pattern = rated.net
16563  To pattern = xxx@adults.com
16564               admin@msn.com
16565               fool@motleyfool.com
16566 </PRE>
16569 Each of those are valid To patterns.
16572 Messages match those patterns if any of the
16573 addresses in the To: line of the message contains the pattern.
16574 If the pattern is a list of patterns
16575 (like the last example above) then it is a match if any of the patterns in
16576 the list match any of the addresses in the To: line.
16577 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16578 present for a match.
16579 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16580 address2 must be present.
16581 That is exactly what using a list does.)
16584 Some messages may be &quot;bounced&quot; to you, and will
16585 have a &quot;Resent-To:&quot; header line.
16586 If the message contains a Resent-To: line
16587 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16588 Alpine will look for
16589 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16590 the original To: line.
16593 When entering a pattern, you may choose an address from your address book
16594 with the &quot;T&quot; command.
16597 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16598 &quot;!&quot; &quot;toggle NOT&quot; command.
16599 This changes the meaning of the To pattern so that it has the opposite meaning.
16600 It will be considered a match if there are no matches between the
16601 addresses in the To: line and the list of To patterns.
16603 Don't make the mistake of putting the &quot;!&quot; in the data field for
16604 the pattern.
16605 For example, if you type the characters &quot;!frizzle&quot; into the To
16606 pattern, the pattern will look like:
16608 <PRE>
16609  To pattern = !frizzle
16610 </PRE>
16612 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16613 In order to match messages that do not have &quot;frizzle&quot; in
16614 their To field, first type the characters &quot;frizzle&quot; followed
16615 by carriage return for the value of the To pattern, then negate it
16616 by typing the &quot;!&quot; command.
16617 It should end up looking like
16619 <PRE>
16620  ! To pattern = frizzle
16621 </PRE>
16624 You are not limited to using the six standard header patterns that are
16625 normally shown (To, From, Sender, Cc, News, and Subject).
16626 You may add any other header to a Pattern by
16627 using the &quot;eXtraHdr&quot; command to specify a different
16628 message header line; and then the Add or Change command to fill in
16629 a pattern for the new header line, just like you would for a standard header.
16631 A technicality: Since comma is the character used to separate multiple
16632 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16633 you want to include a literal comma in the field.
16634 In other words, if you type a backslash followed by a comma it will
16635 be interpreted as a comma by Alpine, instead of as a separator between
16636 pattern values.
16637 All other backslashes are literal backslashes and should not be escaped.
16639 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16640 for more information on Patterns.
16642 Look <A HREF="h_edit_nav_cmds">here</A>
16643 to see the available Editing and Navigation commands.
16645 &lt;End of help on this topic&gt;
16646 </BODY>
16647 </HTML>
16648 ======= h_config_role_frompat =======
16649 <HTML>
16650 <HEAD>
16651 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
16652 </HEAD>
16653 <BODY>
16654 <H1>&quot;From:&quot; Pattern Explained</H1>
16656 This is just like the &quot;To pattern&quot; except that it is compared with
16657 the address in the From: line of the message
16658 instead of the addresses from the To: line.
16659 See the help for the To pattern for more information on header patterns.
16661 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16662 for more information on Patterns.
16664 Look <A HREF="h_edit_nav_cmds">here</A>
16665 to see the available Editing and Navigation commands.
16667 &lt;End of help on this topic&gt;
16668 </BODY>
16669 </HTML>
16670 ======= h_config_role_senderpat =======
16671 <HTML>
16672 <HEAD>
16673 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
16674 </HEAD>
16675 <BODY>
16676 <H1>&quot;Sender:&quot; Pattern Explained</H1>
16678 This is just like the &quot;To pattern&quot; except that it is compared with
16679 the address from the Sender: line of the message
16680 instead of the addresses from the To: line.
16681 See the help for the To pattern for more information on header patterns.
16683 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16684 for more information on Patterns.
16686 Look <A HREF="h_edit_nav_cmds">here</A>
16687 to see the available Editing and Navigation commands.
16689 &lt;End of help on this topic&gt;
16690 </BODY>
16691 </HTML>
16692 ======= h_config_role_ccpat =======
16693 <HTML>
16694 <HEAD>
16695 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
16696 </HEAD>
16697 <BODY>
16698 <H1>&quot;Cc:&quot; Pattern Explained</H1>
16700 This is just like the &quot;To pattern&quot; except that it is compared with
16701 the addresses from the Cc: line of the message
16702 instead of the addresses from the To: line.
16703 See the help for the To pattern for more information on header patterns.
16705 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16706 for more information on Patterns.
16708 Look <A HREF="h_edit_nav_cmds">here</A>
16709 to see the available Editing and Navigation commands.
16711 &lt;End of help on this topic&gt;
16712 </BODY>
16713 </HTML>
16714 ======= h_config_role_recippat =======
16715 <HTML>
16716 <HEAD>
16717 <TITLE>Recipient Pattern Explained</TITLE>
16718 </HEAD>
16719 <BODY>
16720 <H1>Recipient Pattern Explained</H1>
16722 This is just like the &quot;To pattern&quot; except that it is compared with
16723 the addresses from both the To: line and the Cc: line of the
16724 message instead of just the addresses from the To: line.
16725 In other words, it is considered a match if the pattern matches
16726 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
16727 in the Cc: line.
16728 (Notice that defining the Recipient pattern does not have the same
16729 effect as defining both the To and Cc patterns.
16730 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
16731 It is equivalent to having two different rules;
16732 one with a To pattern and the other with the same Cc pattern.)
16734 A technicality: Since comma is the character used to separate multiple
16735 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16736 you want to include a literal comma in the field.
16737 In other words, if you type a backslash followed by a comma it will
16738 be interpreted as a comma by Alpine, instead of as a separator between
16739 pattern values.
16740 All other backslashes are literal backslashes and should not be escaped.
16742 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16743 for more information on Patterns.
16745 Look <A HREF="h_edit_nav_cmds">here</A>
16746 to see the available Editing and Navigation commands.
16748 &lt;End of help on this topic&gt;
16749 </BODY>
16750 </HTML>
16751 ======= h_config_role_particpat =======
16752 <HTML>
16753 <HEAD>
16754 <TITLE>Participant Pattern Explained</TITLE>
16755 </HEAD>
16756 <BODY>
16757 <H1>Participant Pattern Explained</H1>
16759 This is just like the &quot;To pattern&quot; except that it is compared with
16760 the addresses from the From: line, the To: line, and the Cc: line of the
16761 message instead of just the addresses from the To: line.
16762 In other words, it is considered a match if the pattern matches
16763 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
16764 in the To: line, <EM>OR</EM> an address in the Cc: line.
16765 (Notice that defining the Participant pattern does not have the same
16766 effect as defining all of the From, To, and Cc patterns.
16767 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
16768 From <EM>AND</EM> To <EM>AND</EM> Cc.
16769 It is equivalent to having three different rules;
16770 one with a From pattern, another with the same To pattern, and a third with
16771 the same Cc pattern.)
16773 A technicality: Since comma is the character used to separate multiple
16774 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16775 you want to include a literal comma in the field.
16776 In other words, if you type a backslash followed by a comma it will
16777 be interpreted as a comma by Alpine, instead of as a separator between
16778 pattern values.
16779 All other backslashes are literal backslashes and should not be escaped.
16781 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16782 for more information on Patterns.
16784 Look <A HREF="h_edit_nav_cmds">here</A>
16785 to see the available Editing and Navigation commands.
16787 &lt;End of help on this topic&gt;
16788 </BODY>
16789 </HTML>
16790 ======= h_config_role_newspat =======
16791 <HTML>
16792 <HEAD>
16793 <TITLE>News Pattern Explained</TITLE>
16794 </HEAD>
16795 <BODY>
16796 <H1>News Pattern Explained</H1>
16798 If this pattern is non-blank, then for this rule to be considered a
16799 match, at least one of the newsgroups from
16800 the Newsgroups line of the message must match this pattern.
16801 If this pattern is a list of patterns, then at least one of the
16802 newsgroups must match at least one of the patterns.
16803 (Any other non-blank parts of the Pattern must match, too.)
16805 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
16806 &quot;!&quot; &quot;toggle NOT&quot; command.
16807 This changes the meaning of the News pattern so that it has the opposite meaning.
16808 It will be considered a match if there are no matches between the
16809 addresses in the Newsgroups: line and the list of News patterns.
16811 Don't make the mistake of putting the &quot;!&quot; in the data field for
16812 the pattern.
16813 For example, if you type the characters &quot;!frizzle&quot; into the News
16814 pattern, the pattern will look like:
16816 <PRE>
16817  News pattern = !frizzle
16818 </PRE>
16820 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16821 In order to match messages that do not have &quot;frizzle&quot; in
16822 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
16823 by carriage return for the value of the News pattern, then negate it
16824 by typing the &quot;!&quot; command.
16825 It should end up looking like
16827 <PRE>
16828  ! News pattern = frizzle
16829 </PRE>
16831 A technicality: Since comma is the character used to separate multiple
16832 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16833 you want to include a literal comma in the field.
16834 In other words, if you type a backslash followed by a comma it will
16835 be interpreted as a comma by Alpine, instead of as a separator between
16836 pattern values.
16837 All other backslashes are literal backslashes and should not be escaped.
16840 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16841 for more information on Patterns.
16843 Look <A HREF="h_edit_nav_cmds">here</A>
16844 to see the available Editing and Navigation commands.
16846 &lt;End of help on this topic&gt;
16847 </BODY>
16848 </HTML>
16849 ======= h_config_role_subjpat =======
16850 <HTML>
16851 <HEAD>
16852 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
16853 </HEAD>
16854 <BODY>
16855 <H1>&quot;Subject:&quot; Pattern Explained</H1>
16857 This is similar to the other parts of the Pattern.
16858 It is compared with
16859 the contents from the Subject of the message.
16861 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16862 for more information on Patterns.
16864 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
16865 &quot;!&quot; &quot;toggle NOT&quot; command.
16866 This changes the meaning of the Subject pattern so that it has the opposite meaning.
16867 It will be considered a match if there are no matches between the
16868 text in the Subject: line and the list of Subject patterns.
16871 If you wish to have a header pattern that is not one of the six standard
16872 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
16874 A technicality: Since comma is the character used to separate multiple
16875 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16876 you want to include a literal comma in the field.
16877 In other words, if you type a backslash followed by a comma it will
16878 be interpreted as a comma by Alpine, instead of as a separator between
16879 pattern values.
16880 All other backslashes are literal backslashes and should not be escaped.
16882 Look <A HREF="h_edit_nav_cmds">here</A>
16883 to see the available Editing and Navigation commands.
16885 &lt;End of help on this topic&gt;
16886 </BODY>
16887 </HTML>
16888 ======= h_config_role_alltextpat =======
16889 <HTML>
16890 <HEAD>
16891 <TITLE>AllText Pattern Explained</TITLE>
16892 </HEAD>
16893 <BODY>
16894 <H1>AllText Pattern Explained</H1>
16896 This is similar to the header patterns.
16897 Instead of comparing with text in a particular header field it 
16898 is compared with all of the text in the message header and body.
16900 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
16901 &quot;!&quot; &quot;toggle NOT&quot; command.
16902 This changes the meaning of the AllText pattern so that it has the opposite meaning.
16903 It will be considered a match if there are no matches between the
16904 text of the message and the list of AllText patterns.
16906 Don't make the mistake of putting the &quot;!&quot; in the data field for
16907 the pattern.
16908 For example, if you type the characters &quot;!frizzle&quot; into the AllText
16909 pattern, the pattern will look like:
16911 <PRE>
16912  AllText pattern = !frizzle
16913 </PRE>
16915 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16916 In order to match messages that do not have &quot;frizzle&quot; in
16917 the text of the message, first type the characters &quot;frizzle&quot; followed
16918 by carriage return for the value of the AllText pattern, then negate it
16919 by typing the &quot;!&quot; command.
16920 It should end up looking like
16922 <PRE>
16923  ! AllText pattern = frizzle
16924 </PRE>
16926 It is possible that you may notice degraded performance when using
16927 AllText Patterns.
16929 A technicality: Since comma is the character used to separate multiple
16930 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16931 you want to include a literal comma in the field.
16932 In other words, if you type a backslash followed by a comma it will
16933 be interpreted as a comma by Alpine, instead of as a separator between
16934 pattern values.
16935 All other backslashes are literal backslashes and should not be escaped.
16937 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16938 for more information on Patterns.
16940 Look <A HREF="h_edit_nav_cmds">here</A>
16941 to see the available Editing and Navigation commands.
16943 &lt;End of help on this topic&gt;
16944 </BODY>
16945 </HTML>
16946 ======= h_config_role_bodytextpat =======
16947 <HTML>
16948 <HEAD>
16949 <TITLE>BodyText Pattern Explained</TITLE>
16950 </HEAD>
16951 <BODY>
16952 <H1>BodyText Pattern Explained</H1>
16954 This is similar to the header patterns.
16955 Instead of comparing with text in a particular header field it 
16956 is compared with all of the text in the message body.
16958 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
16959 &quot;!&quot; &quot;toggle NOT&quot; command.
16960 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
16961 It will be considered a match if there are no matches between the
16962 text of the body of the message and the list of BodyText patterns.
16964 Don't make the mistake of putting the &quot;!&quot; in the data field for
16965 the pattern.
16966 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
16967 pattern, the pattern will look like:
16969 <PRE>
16970  BdyText pattern = !frizzle
16971 </PRE>
16973 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16974 In order to match messages that do not have &quot;frizzle&quot; in
16975 their BodyText, first type the characters &quot;frizzle&quot; followed
16976 by carriage return for the value of the BodyText pattern, then negate it
16977 by typing the &quot;!&quot; command.
16978 It should end up looking like
16980 <PRE>
16981  ! BodyText pattern = frizzle
16982 </PRE>
16984 It is possible that you may notice degraded performance when using
16985 BodyText Patterns.
16987 A technicality: Since comma is the character used to separate multiple
16988 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16989 you want to include a literal comma in the field.
16990 In other words, if you type a backslash followed by a comma it will
16991 be interpreted as a comma by Alpine, instead of as a separator between
16992 pattern values.
16993 All other backslashes are literal backslashes and should not be escaped.
16995 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16996 for more information on Patterns.
16998 Look <A HREF="h_edit_nav_cmds">here</A>
16999 to see the available Editing and Navigation commands.
17001 &lt;End of help on this topic&gt;
17002 </BODY>
17003 </HTML>
17004 ======= h_config_role_charsetpat =======
17005 <HTML>
17006 <HEAD>
17007 <TITLE>Character Set Pattern Explained</TITLE>
17008 </HEAD>
17009 <BODY>
17010 <H1>Character Set Pattern Explained</H1>
17012 A message may use one or more character sets.
17013 This part of the Pattern matches messages that make use of
17014 certain specified character sets.
17015 It will be considered a match if a message uses any of the character
17016 sets in the list you give here.
17019 When filling in a value for this field, you may use
17020 the &quot;T&quot; command, which presents you with a large list of
17021 possible character sets to choose from.
17022 You may also just type in the name of a character set, and it need not
17023 be one that Alpine knows about.
17026 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
17027 GB2312) you may also use some shorthand names that Alpine provides.
17028 These names are more understandable shorthand names for sets of 
17029 character set names.
17030 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
17031 Selecting one of these shorthand names is equivalent to selecting all of
17032 the character sets that make up the set.
17033 You can see all of these shorthand names and the lists of character sets
17034 they stand for by typing the &quot;T&quot; command.
17037 For the purposes of this Pattern,
17038 Alpine will search through a message for all of the text parts and
17039 collect the character sets declared for each part.
17040 It will also look in the Subject line for a character set used there.
17041 Alpine does not actually look at the text of the message or the text
17042 of the Subject to determine if a declared character set is actually
17043 used, it looks only at the declarations themselves in the MIME part headers
17044 and in the Subject.
17047 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
17048 &quot;!&quot; &quot;toggle NOT&quot; command.
17049 This changes the meaning of the Character Set pattern so that
17050 it has the opposite meaning.
17051 It will be considered a match if none of the character sets in the
17052 list are used in a message.
17054 Don't make the mistake of putting the &quot;!&quot; in the data field for
17055 the pattern.
17056 For example, if you type the characters &quot;!GB2312&quot; into the
17057 Character Set pattern, the pattern will look like:
17059 <PRE>
17060  Charset pattern = !GB2312
17061 </PRE>
17063 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
17064 In order to match messages that do not have the
17065 character set &quot;GB2312&quot;
17066 set, first type the characters &quot;GB2312&quot; followed
17067 by carriage return for the value of the Character Set pattern, then negate it
17068 by typing the &quot;!&quot; command.
17069 It should end up looking like
17071 <PRE>
17072  ! Charset pattern = GB2312
17073 </PRE>
17075 A technicality: Since comma is the character used to separate multiple
17076 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17077 you want to include a literal comma in the field.
17078 In other words, if you type a backslash followed by a comma it will
17079 be interpreted as a comma by Alpine, instead of as a separator between
17080 pattern values.
17081 All other backslashes are literal backslashes and should not be escaped.
17083 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17084 for more information on Patterns.
17086 Look <A HREF="h_edit_nav_cmds">here</A>
17087 to see the available Editing and Navigation commands.
17089 &lt;End of help on this topic&gt;
17090 </BODY>
17091 </HTML>
17092 ======= h_config_role_keywordpat =======
17093 <HTML>
17094 <HEAD>
17095 <TITLE>Keyword Pattern Explained</TITLE>
17096 </HEAD>
17097 <BODY>
17098 <H1>Keyword Pattern Explained</H1>
17100 A folder may have user-defined keywords.
17101 These are similar to the Important flag, which the user may set using the
17102 Flag command.
17103 The difference is that the Important flag is always present for each folder.
17104 User-defined keywords are picked by the user.
17105 You may add new keywords by defining them in the
17106 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
17107 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
17108 the Flag command may be used to set or clear the keyword on individual messages.
17109 If you have given a keyword a nickname when configuring it,
17110 that nickname may be used instead of the actual keyword.
17113 When filling in a value for this field, it may be easiest to use
17114 the &quot;T&quot; command, which presents you with a list of the keywords
17115 you have defined to choose from.
17118 This part of the Pattern matches messages with certain keywords set.
17119 It will be considered a match if a message has any of the keywords in the
17120 list set.
17121 A keyword that you have not defined using the
17122 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17123 will not be a match.
17126 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
17127 &quot;!&quot; &quot;toggle NOT&quot; command.
17128 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
17129 It will be considered a match if none of the keywords in the list are set
17130 for a message.
17131 A keyword that you have not defined using the
17132 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17133 will not be a match, so a <EM>NOT</EM> of that keyword does match.
17135 Don't make the mistake of putting the &quot;!&quot; in the data field for
17136 the pattern.
17137 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
17138 pattern, the pattern will look like:
17140 <PRE>
17141  Keyword pattern = !frizzle
17142 </PRE>
17144 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17145 In order to match messages that do not have the keyword &quot;frizzle&quot;
17146 set, first type the characters &quot;frizzle&quot; followed
17147 by carriage return for the value of the Keyword pattern, then negate it
17148 by typing the &quot;!&quot; command.
17149 It should end up looking like
17151 <PRE>
17152  ! Keyword pattern = frizzle
17153 </PRE>
17155 A technicality: Since comma is the character used to separate multiple
17156 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17157 you want to include a literal comma in the field.
17158 In other words, if you type a backslash followed by a comma it will
17159 be interpreted as a comma by Alpine, instead of as a separator between
17160 pattern values.
17161 All other backslashes are literal backslashes and should not be escaped.
17163 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17164 for more information on Patterns.
17166 Look <A HREF="h_edit_nav_cmds">here</A>
17167 to see the available Editing and Navigation commands.
17169 &lt;End of help on this topic&gt;
17170 </BODY>
17171 </HTML>
17172 ======= h_config_role_arbpat =======
17173 <HTML>
17174 <HEAD>
17175 <TITLE>Extra Header Patterns Explained</TITLE>
17176 </HEAD>
17177 <BODY>
17178 <H1>Extra Header Patterns Explained</H1>
17180 The header patterns that come after the Participant pattern but before the 
17181 AllText pattern are extra header patterns that you have added to a rule's
17182 Pattern. These are just like the other header patterns except that
17183 the contents of the particular header listed on the left hand side will
17184 be used for comparisons.
17186 The &quot;eXtraHdr&quot; command may be used to add more of these
17187 header patterns to the rule you are editing.
17189 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
17190 extra header pattern from the rule you are editing.
17192 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
17193 &quot;!&quot; &quot;toggle NOT&quot; command.
17194 This changes the meaning of the pattern so that it has the opposite meaning.
17195 It will be considered a match if there are no matches between the
17196 text in the header line and the list of patterns.
17198 Don't make the mistake of putting the &quot;!&quot; in the data field for
17199 the pattern.
17200 For example, if you type the characters &quot;!frizzle&quot; into the
17201 pattern, the pattern will look like:
17203 <PRE>
17204  Xyz pattern = !frizzle
17205 </PRE>
17207 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17208 In order to match messages that do not have &quot;frizzle&quot; in
17209 their Xyz field, first type the characters &quot;frizzle&quot; followed
17210 by carriage return for the value of the pattern, then negate it
17211 by typing the &quot;!&quot; command.
17212 It should end up looking like
17214 <PRE>
17215  ! Xyz pattern = frizzle
17216 </PRE>
17219 A technicality: Since comma is the character used to separate multiple
17220 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17221 you want to include a literal comma in the field.
17222 In other words, if you type a backslash followed by a comma it will
17223 be interpreted as a comma by Alpine, instead of as a separator between
17224 pattern values.
17225 All other backslashes are literal backslashes and should not be escaped.
17227 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17228 for more information on Patterns.
17230 Look <A HREF="h_edit_nav_cmds">here</A>
17231 to see the available Editing and Navigation commands.
17233 &lt;End of help on this topic&gt;
17234 </BODY>
17235 </HTML>
17236 ======= h_config_role_cat_cmd =======
17237 <HTML>
17238 <HEAD>
17239 <TITLE>Categorizer Command Explained</TITLE>
17240 </HEAD>
17241 <BODY>
17242 <H1>Categorizer Command Explained</H1>
17244 This is a command that is run with its standard input set to the message
17245 being checked and its standard output discarded.
17246 The full directory path should be specified.
17247 The command will be run and then its exit status will be checked against
17248 the Exit Status Interval, which defaults to just the value zero.
17249 If the exit status of the command falls in the interval, it is considered
17250 a match, otherwise it is not a match.
17253 This option may actually be a list of commands.
17254 The first one that exists and is executable is used.
17255 That makes it possible to use the same configuration with Unix Alpine and
17256 PC-Alpine.
17259 If none of the commands in the list exists and is executable then the rule
17260 is <EM>not</EM> a match.
17261 If it is possible that the command may not exist, you should be careful
17262 to structure your rules so that nothing destructive
17263 happens when the command does not exist.
17264 For example, you might have a filter that filters away spam when there is
17265 a match but does nothing when there is not a match.
17266 That would cause no harm if the command didn't exist.
17267 However, if you have a filter that filters away spam when there is not
17268 a match and keeps it when there is a match, that would filter everything
17269 if the categorizer command didn't exist.
17271 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
17272 setup for the bogofilter filter.
17275 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17276 for more information on Patterns.
17278 Look <A HREF="h_edit_nav_cmds">here</A>
17279 to see the available Editing and Navigation commands.
17281 &lt;End of help on this topic&gt;
17282 </BODY>
17283 </HTML>
17284 ======= h_config_role_cat_cmd_example =======
17285 <HTML>
17286 <HEAD>
17287 <TITLE>Categorizer Command Example</TITLE>
17288 </HEAD>
17289 <BODY>
17290 <H1>Categorizer Command Example</H1>
17292 Bogofilter
17293 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
17294 is a mail filter that attempts to classify mail as spam or
17295 non-spam using statistical analysis of the message content.
17296 When run with no arguments and a message as standard input, it exits with
17297 exit status 0 if it thinks a message is spam and 1 if it thinks
17298 it is not spam.
17299 To use bogofilter as your Categorizer Command you would simply set Command to
17300 the pathname of the bogofilter program.
17301 For example,
17303 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
17305 Exit status of zero is what you are interested in, so you'd set the
17306 Exit Status Interval to
17308 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
17311 In order to prevent downloading an entire huge message to check for spam, you
17312 might want to set the Character Limit to a few thousand characters (the
17313 assumption being that the spam will reveal itself in those characters)
17315 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
17318 You would probably use bogofilter in an Alpine Filter Rule, and have the action
17319 be to move the message to a spam folder.
17320 It would usually be wise to also check the &quot;Message is Recent&quot;
17321 part of the rule so that messages are only checked when they first arrive,
17322 and to restrict the Current Folder Type to just your INBOX.
17323 The reason for checking only Recent messages is to save the time it takes
17324 to run bogofilter on each message.
17325 As an experiment, you might start out by using this in an Indexcolor Rule
17326 instead of a Filter Rule.
17327 In that case, you probably wouldn't check the Recent checkbox.
17329 The use described above assumes that you are somehow maintaining bogofilter's
17330 database of words associated with spam and non-spam messages.
17331 One way to start your database would be to select a bunch of spam messages
17332 in Alpine (you might Save spam messages to a special folder or use Alpine's
17333 Select command to select several) and then Apply
17334 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
17335 a pipe command to the spam messages.
17336 For example, you could have a shell script or an alias
17337 called <EM>this_is_spam</EM>, which would simply be the command
17339 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
17342 It is probably best to use the pipe command's Raw Text, With Delimiter,
17343 and Free Output options,
17344 which are at the bottom of the screen when you type the pipe command.
17345 That's because bogofilter expects the raw message as input, and uses
17346 the Delimiters to tell when a new message starts.
17347 You would not need to use a separate pipe for each message, because
17348 bogofilter can handle multiple messages at once.
17350 Similarly, you would select a group of non-spam messages
17351 and run them through a <EM>this_is_nonspam</EM> script
17352 that was something like
17354 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
17357 For the more adventurous, the next step might be to automate the upkeep of
17358 the bogofilter database.
17359 It might make more sense to have bogofilter be part of the delivery process,
17360 but it is also possible to do it entirely from within Alpine.
17361 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
17362 the &quot;-u&quot; argument will cause bogofilter to update the database.
17364 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
17366 You'd want a couple more aliases or shell scripts called something like
17367 <EM>change_to_spam</EM>
17369 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
17372 <EM>change_to_nonspam</EM>
17374 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
17376 When you run across a message in your INBOX that should have been
17377 classified as spam you would pipe it to the change_to_spam script, and
17378 when you run across a message in your spam folder that should have been
17379 left in your INBOX you would pipe it through change_to_nonspam.
17382 There is a technical problem with this approach.
17383 Alpine may check your filters more than once.
17384 In particular, every time you start Alpine the filters will be checked for
17385 each message.
17386 Also, if you have any filters that depend on message state (New, Deleted, etc.)
17387 then Alpine will recheck for matches in messages that have changed state
17388 at the time you close the folder and before expunging.
17389 This is usually ok.
17390 However, in this case it is a problem because the command
17392 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
17394 has the side effect of updating the database.
17395 So you run the risk of updating the database multiple times for a single
17396 message instead of updating it just once per message.
17397 There are some ways to work around this problem.
17398 What you need is a way to mark the message after you have run the filter.
17399 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
17400 Besides having the filter move the message to a spam folder, also have it
17401 set the Bogo keyword.
17402 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
17403 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
17404 This rule can only set the Bogo keyword for the messages that it matches.
17405 You will also need to add a second rule right after this one that
17406 matches all the messages that don't have the Bogo keyword set
17407 (put the keyword in the Keyword pattern and toggle
17408 the Not with the ! command)
17409 and takes the action of setting it.
17410 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
17411 (and so it won't re-run the bogofilter command) if the keyword is already
17412 set.
17414 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
17415 on all messages that don't have the Bogo keyword set.
17416 This will have the side effect of inserting that message in the bogofilter
17417 database, match or not.
17418 If this rule matches (it is spam), the Bogo keyword will be set and
17419 the message will be moved to a spam folder.
17420 If it does not match, the
17421 following rule will mark the message by turning on the keyword.
17422 This second rule should be a non-terminating
17423 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
17424 rule so that it doesn't stop the filtering process before the rest of
17425 your rules are consulted.
17428 In summary, the first rule is something like
17429 <PRE>
17430   Nickname          = bogofilter -u rule
17431   Current Folder Type =
17432                (*) Specific
17433                    Folder = INBOX
17435   ! Keyword pattern = Bogo
17437   External Categorizer Commands =
17438        Command              = /usr/local/bin/bogofilter -u
17439        Exit Status Interval = (0,0)
17440        Character Limit      = <No Value Set: using "-1">  (optionally set this)
17442   Filter Action =
17443        (*) Move
17444            Folder = spam
17445   
17446   Set These Keywords   = Bogo
17447 </PRE>
17449 and the following rule is
17450 <PRE>
17451   Nickname          = Set Bogo Keyword
17452   Current Folder Type =
17453                (*) Specific
17454                    Folder = INBOX
17456   ! Keyword pattern = Bogo
17458   Filter Action =
17459        (*) Just Set Message Status
17461   Set These Keywords   = Bogo
17463   Features =
17464       [X]  dont-stop-even-if-rule-matches
17465 </PRE>
17467 If it is possible for you to insert bogofilter in the delivery process instead
17468 of having it called from Alpine you could prevent having to wait
17469 for the bogofilter processing while you read your mail.
17470 You would have bogofilter add a header to the message at the time of delivery
17471 that identified it as spam or nonspam.
17472 With this method, you could avoid using a Categorizer Command while running Alpine,
17473 and just match on the header instead.
17474 You might still want to use the scripts mentioned above to initialize the
17475 database or to re-classify wrongly classified messages.
17478 Finally, it isn't for the faint-hearted,
17479 but it is also possible to run bogofilter from PC-Alpine.
17480 You can install Cygwin from
17481 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
17482 then compile bogofilter in the cygwin environment, and run it from
17483 within PC-Alpine.
17484 You would end up with a Categorizer command that looked something like
17486 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
17488 Note that the &quot;.exe&quot; extension is explicit,
17489 and that the bogofilter.exe executable should be in the same directory
17490 as cygwin1.dll.
17493 &lt;End of help on this topic&gt;
17494 </BODY>
17495 </HTML>
17496 ======= h_config_role_cat_status =======
17497 <HTML>
17498 <HEAD>
17499 <TITLE>Exit Status Interval Explained</TITLE>
17500 </HEAD>
17501 <BODY>
17502 <H1>Exit Status Interval Explained</H1>
17504 The categorizer command is run and the result is the exit status of
17505 that command.
17506 If that exit status falls in the Exit Status Interval
17507 then it is considered a match, otherwise it is not a match.
17508 Of course for the entire rule to match, it must also be checked against
17509 the other defined parts of the Pattern.
17511 The Exit Status Interval defaults to the single value 0 (zero).
17512 If you define it, it should be set to something like:
17514 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
17516 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
17517 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
17518 positive and negative integers.
17520 Actually, a list of intervals may be used if you wish.
17521 A list would look like
17523 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
17525 When there is an Exit Status Interval defined, it is a match if the exit status
17526 of the categorizer command is contained in any of the intervals.
17527 The intervals include both endpoints.
17529 The default interval is
17531 <CENTER><SAMP>(0,0)</SAMP></CENTER>
17533 and it matches only if the command exits with exit status equal to zero.
17536 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17537 for more information on Patterns.
17539 Look <A HREF="h_edit_nav_cmds">here</A>
17540 to see the available Editing and Navigation commands.
17542 &lt;End of help on this topic&gt;
17543 </BODY>
17544 </HTML>
17545 ======= h_config_role_cat_limit =======
17546 <HTML>
17547 <HEAD>
17548 <TITLE>Character Limit Explained</TITLE>
17549 </HEAD>
17550 <BODY>
17551 <H1>Character Limit Explained</H1>
17553 Setting this option makes it possible to limit how much of the message
17554 is made available to the categorizer command as input.
17555 The default value (-1) means that the entire message is fed to the
17556 command.
17557 A value of 0 (zero) means that only the headers of the message are
17558 made available.
17559 A positive integer means that the headers plus that many characters from
17560 the body of the message are passed to the categorizer.
17563 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17564 for more information on Patterns.
17566 Look <A HREF="h_edit_nav_cmds">here</A>
17567 to see the available Editing and Navigation commands.
17569 &lt;End of help on this topic&gt;
17570 </BODY>
17571 </HTML>
17572 ======= h_config_role_age =======
17573 <HTML>
17574 <HEAD>
17575 <TITLE>Age Interval Explained</TITLE>
17576 </HEAD>
17577 <BODY>
17578 <H1>Age Interval Explained</H1>
17580 The Age Interval, if defined, is part of the Pattern.
17581 If you use this, it should be set to something like:
17583 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
17585 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
17586 The special value &quot;INF&quot; may be used for the max value.
17587 It represents infinity.
17589 In rare cases it may be useful to use the more general form of the value,
17590 which is a comma-separated list of intervals.
17591 It would look something like:
17593 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
17595 When there is an Age Interval defined, it is a match if the age, in days, of
17596 the message is contained in the interval.
17597 The interval includes both endpoints.
17598 If the option is set to a list of intervals then it is a match if the
17599 age of the message is contained in any of the intervals.
17601 Even though this option is called Age, it isn't actually
17602 the <EM>age</EM> of the message.
17603 Instead, it is how many days ago the message arrived in one of your folders.
17604 If the current time is a little past midnight, then a message that arrived
17605 just before midnight arrived yesterday, even though the message is only
17606 a few minutes old.
17607 By default, the date being used is not the date in the Date
17608 header of the message.
17609 It is the date that the message arrived in one of your folders.
17610 When you Save a message from one folder to another that arrival date
17611 is preserved.
17612 If you would like to use the date in the Date header that is possible.
17613 Turn on the option
17614 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
17615 near the bottom of the rule definition.
17617 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
17618 The age interval
17620 <CENTER><SAMP>(2,2)</SAMP></CENTER>
17622 matches all messages that arrived on the day before yesterday.
17623 The interval
17625 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
17627 matches all messages that arrived at least 180 days before today.
17628 The interval
17630 <CENTER><SAMP>(0,1)</SAMP></CENTER>
17632 matches all messages that arrived today or yesterday.
17635 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17636 for more information on Patterns.
17638 Look <A HREF="h_edit_nav_cmds">here</A>
17639 to see the available Editing and Navigation commands.
17641 &lt;End of help on this topic&gt;
17642 </BODY>
17643 </HTML>
17644 ======= h_config_role_size =======
17645 <HTML>
17646 <HEAD>
17647 <TITLE>Size Interval Explained</TITLE>
17648 </HEAD>
17649 <BODY>
17650 <H1>Size Interval Explained</H1>
17652 The Size Interval, if defined, is part of the Pattern.
17653 If you use this, it should be set to something like:
17655 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
17657 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
17658 The special value &quot;INF&quot; may be used for the max value.
17659 It represents infinity.
17661 In rare cases it may be useful to use the more general form of the value,
17662 which is a comma-separated list of intervals.
17663 It would look something like:
17665 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
17667 When there is a Size Interval defined, it is a match if the size of
17668 the message is contained in the interval.
17669 The interval includes both endpoints.
17670 If the option is set to a list of intervals then it is a match if the
17671 size of the message is contained in any of the intervals.
17673 The size interval
17675 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
17677 matches all messages with sizes greater than or equal to 10000, and less
17678 than or equal to 50000.
17679 The interval
17681 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
17683 matches all messages with sizes greater than or equal to 100000.
17686 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17687 for more information on Patterns.
17689 Look <A HREF="h_edit_nav_cmds">here</A>
17690 to see the available Editing and Navigation commands.
17692 &lt;End of help on this topic&gt;
17693 </BODY>
17694 </HTML>
17695 ======= h_config_role_scorei =======
17696 <HTML>
17697 <HEAD>
17698 <TITLE>Score Interval Explained</TITLE>
17699 </HEAD>
17700 <BODY>
17701 <H1>Score Interval Explained</H1>
17703 The Score Interval, if defined, is part of the Pattern.
17704 If you use this, it should be set to something like:
17706 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
17708 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
17709 -32000 and 32000.
17710 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
17711 the min and max values.
17712 These represent negative and positive infinity.
17714 Actually, the value may be a list of intervals rather than just a
17715 single interval if that is useful.
17716 The elements of the list are separated by commas like:
17718 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
17720 When there is a Score Interval defined, it is a match if the score for
17721 the message is contained in any of the intervals.
17722 The intervals include both endpoints.
17723 The score for a message is calculated by looking at every scoring rule
17724 defined and adding up the Score Values for the rules that match the message.
17725 Scoring rules are created using the
17726 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
17729 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17730 for more information on Patterns.
17732 Look <A HREF="h_edit_nav_cmds">here</A>
17733 to see the available Editing and Navigation commands.
17735 &lt;End of help on this topic&gt;
17736 </BODY>
17737 </HTML>
17738 ======= h_config_role_fldr_type =======
17739 <HTML>
17740 <HEAD>
17741 <TITLE>Current Folder Type Explained</TITLE>
17742 </HEAD>
17743 <BODY>
17744 <H1>Current Folder Type Explained</H1>
17746 The Current Folder Type is part of the role's Pattern.
17747 It refers to the type of the currently open folder, which is the folder
17748 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
17749 In order for a role to be considered a match, the current folder must
17750 be of the type you set here.
17751 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17752 all what you might think.
17754 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
17755 example, then
17756 that role will only be a match if the current folder is a newsgroup and
17757 the rest of the Pattern matches.
17758 The value &quot;Specific&quot; may be used when you want to limit the match
17759 to a specific folder (not just a specific type of folder), or to a list of
17760 specific folders.
17762 In order to match a specific folder you Select the &quot;Specific&quot;
17763 button <EM>AND</EM> fill in
17764 the name (or list of names) of
17765 the folder in the &quot;Folder List&quot; field.
17766 If the current folder is any of the folders in the list, that is considered
17767 a match.
17768 The name of each folder in the list may be either &quot;INBOX&quot;,
17769 the technical specification
17770 of the folder (like what appears in your configuration file) or, if the
17771 folder is one of your incoming folders, it may be the nickname you've given
17772 the folder.
17773 Here are a couple samples of specific folder names:
17775 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
17777 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
17779 Observe that in order for an external folder (IMAP, POP, News) to be a match,
17780 you must also add the /user= option in the definition of the incoming folder.
17782 The easiest way to fill in the &quot;Folder List&quot; field is to use
17783 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
17784 highlighted, or to use the &quot;Take&quot; command with the configuration
17785 feature
17786 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
17787 turned on.
17788 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17789 Current Folder Type is set to &quot;Specific&quot;, and any value that
17790 &quot;Folder List&quot; has is ignored unless the type
17791 is set to &quot;Specific&quot;.
17793 When reading a newsgroup, there may be a performance penalty
17794 incurred when collecting the information necessary to check a Pattern.
17795 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17797 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17798 for more information on Patterns.
17800 Look <A HREF="h_edit_nav_cmds">here</A>
17801 to see the available Editing and Navigation commands.
17803 &lt;End of help on this topic&gt;
17804 </BODY>
17805 </HTML>
17806 ======= h_config_filt_rule_type =======
17807 <HTML>
17808 <HEAD>
17809 <TITLE>Filter Action Explained</TITLE>
17810 </HEAD>
17811 <BODY>
17812 <H1>Filter Action Explained</H1>
17814 The Filter Action specifies the action to be taken when the Pattern is a
17815 match.
17816 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
17817 &quot;Just Set Message Status&quot;.
17819 If it is set to &quot;Delete&quot;, then the message that matches the
17820 Pattern will be deleted from the open folder.
17822 If it is set to &quot;Move&quot;, then the name of the folder to which
17823 the matching message should be moved is given in the &quot;Folder List&quot; field on the
17824 next line of the screen.
17825 A list of folders separated by commas may be given, in which case the
17826 message will be copied to all of the folders in the list before it is
17827 deleted.
17829 If it is set to neither of those two values (it is set to the value
17830 labeled &quot;Just Set Message Status&quot;) then the message status
17831 setting will happen
17832 but the message will not be deleted or moved.
17834 If you are Moving a message you may also set Message Status if you wish.
17836 The easiest way to fill in the &quot;Folder List&quot; field is to use
17837 the T command that is available when the &quot;Folder List&quot; line is
17838 highlighted.
17839 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17840 Filter Action is set to &quot;Move&quot;, and any value that
17841 &quot;Folder List&quot; has is ignored unless the type
17842 is set to &quot;Move&quot;.
17844 There are a few tokens that may be used in the names in the Folder List.
17845 They are all related to the date on which the filtering is taking place.
17846 The tokens are words surrounded by underscores.
17847 For example, if you want your filter to move messages to a folder named
17848 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
17849 you could specify the folder as
17850 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
17851 which would result in a file named something like
17852 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
17854 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
17855 which would result in a file named something like
17856 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
17857 The available tokens are listed
17858 <A HREF="h_index_tokens">here</A>.
17860 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17861 for more information on Patterns.
17863 Look <A HREF="h_edit_nav_cmds">here</A>
17864 to see the available Editing and Navigation commands.
17866 &lt;End of help on this topic&gt;
17867 </BODY>
17868 </HTML>
17869 ======= h_config_score_fldr_type =======
17870 <HTML>
17871 <HEAD>
17872 <TITLE>Current Folder Type Explained</TITLE>
17873 </HEAD>
17874 <BODY>
17875 <H1>Current Folder Type Explained</H1>
17877 The Current Folder Type is part of the scoring rule's Pattern.
17878 It refers to the type of the folder that
17879 the message being scored is in.
17880 In order for a rule to be considered a match, the current folder must
17881 be of the type you set here.
17882 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17883 all what you might think.
17885 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17886 example, then
17887 that Pattern will only match if the current folder is a newsgroup and
17888 the rest of the Pattern matches.
17889 The value &quot;Specific&quot; may be used when you want to limit the match
17890 to a specific folder (not just a specific type of folder), or to a list of
17891 specific folders.
17893 In order to match a specific folder you Select the &quot;Specific&quot;
17894 button <EM>AND</EM> fill in
17895 the name (or list of names) of
17896 the folder in the &quot;Folder List&quot; field.
17897 If the current folder is any of the folders in the list, that is considered
17898 a match.
17899 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17900 of the folder (like what appears in your configuration file) or, if the
17901 folder is one of your incoming folders, it may be the nickname you've given
17902 the folder.
17903 Here are a couple samples of specific folder names:
17905 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17907 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17909 The easiest way to fill in the &quot;Folder List&quot; field is to use
17910 the T command that is available when the &quot;Folder List&quot; line is
17911 highlighted.
17912 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17913 Current Folder Type is set to &quot;Specific&quot;, and any value that
17914 &quot;Folder List&quot; has is ignored unless the type
17915 is set to &quot;Specific&quot;.
17917 When reading a newsgroup, there may be a performance penalty
17918 incurred when collecting the information necessary to check a Pattern.
17919 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17920 For example, if you have Index Line Coloring rules that have Score Intervals
17921 defined then the scores for all the visible messages will need to be calculated.
17922 If some of your Scoring rules have 
17923 a Current Folder Type of
17924 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
17925 screen to draw more slowly when in a newsgroup.
17927 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17928 for more information on Patterns.
17930 Look <A HREF="h_edit_nav_cmds">here</A>
17931 to see the available Editing and Navigation commands.
17933 &lt;End of help on this topic&gt;
17934 </BODY>
17935 </HTML>
17936 ======= h_config_other_fldr_type =======
17937 <HTML>
17938 <HEAD>
17939 <TITLE>Current Folder Type Explained</TITLE>
17940 </HEAD>
17941 <BODY>
17942 <H1>Current Folder Type Explained</H1>
17944 The Current Folder Type is part of the rule's Pattern.
17945 It refers to the type of the folder being viewed.
17946 In order for a rule to be considered a match, the current folder must
17947 be of the type you set here.
17948 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17949 all what you might think.
17951 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17952 example, then
17953 that Pattern will only match if the current folder is a newsgroup.
17954 The value &quot;Specific&quot; may be used when you want to limit the match
17955 to a specific folder (not just a specific type of folder), or to a list of
17956 specific folders.
17958 In order to match a specific folder you Select the &quot;Specific&quot;
17959 button <EM>AND</EM> fill in
17960 the name (or list of names) of
17961 the folder in the &quot;Folder List&quot; field.
17962 If the current folder is any of the folders in the list, that is considered
17963 a match.
17964 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17965 of the folder (like what appears in your configuration file) or, if the
17966 folder is one of your incoming folders, it may be the nickname you've given
17967 the folder.
17968 Here are a couple samples of specific folder names:
17970 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17972 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17974 The easiest way to fill in the &quot;Folder List&quot; field is to use
17975 the T command that is available when the &quot;Folder List&quot; line is
17976 highlighted.
17977 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17978 Current Folder Type is set to &quot;Specific&quot;, and any value that
17979 &quot;Folder List&quot; has is ignored unless the type
17980 is set to &quot;Specific&quot;.
17982 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17983 for more information on Patterns.
17985 Look <A HREF="h_edit_nav_cmds">here</A>
17986 to see the available Editing and Navigation commands.
17988 &lt;End of help on this topic&gt;
17989 </BODY>
17990 </HTML>
17991 ======= h_config_incol_fldr_type =======
17992 <HTML>
17993 <HEAD>
17994 <TITLE>Current Folder Type Explained</TITLE>
17995 </HEAD>
17996 <BODY>
17997 <H1>Current Folder Type Explained</H1>
17999 The Current Folder Type is part of the Line Coloring rule's Pattern.
18000 It refers to the type of the folder for which the MESSAGE INDEX is
18001 being viewed.
18002 In order for a rule to be considered a match, the current folder must
18003 be of the type you set here.
18004 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18005 all what you might think.
18007 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18008 example, then
18009 that Pattern will only match if the current folder is a newsgroup and
18010 the rest of the Pattern matches.
18011 The value &quot;Specific&quot; may be used when you want to limit the match
18012 to a specific folder (not just a specific type of folder), or to a list of
18013 specific folders.
18015 In order to match a specific folder you Select the &quot;Specific&quot;
18016 button <EM>AND</EM> fill in
18017 the name (or list of names) of
18018 the folder in the &quot;Folder List&quot; field.
18019 If the current folder is any of the folders in the list, that is considered
18020 a match.
18021 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18022 of the folder (like what appears in your configuration file) or, if the
18023 folder is one of your incoming folders, it may be the nickname you've given
18024 the folder.
18025 Here are a couple samples of specific folder names:
18027 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18029 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18031 The easiest way to fill in the &quot;Folder List&quot; field is to use
18032 the T command that is available when the &quot;Folder List&quot; line is
18033 highlighted.
18034 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18035 Current Folder Type is set to &quot;Specific&quot;, and any value that
18036 &quot;Folder List&quot; has is ignored unless the type
18037 is set to &quot;Specific&quot;.
18039 When reading a newsgroup, there may be a performance penalty
18040 incurred when collecting the information necessary to check a Pattern.
18041 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18042 For example, a rule with a non-Normal Index Line Color
18043 and a Current Folder Type of
18044 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
18045 screen to draw more slowly when in a newsgroup.
18047 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18048 for more information on Patterns.
18050 Look <A HREF="h_edit_nav_cmds">here</A>
18051 to see the available Editing and Navigation commands.
18053 &lt;End of help on this topic&gt;
18054 </BODY>
18055 </HTML>
18056 ======= h_config_filt_fldr_type =======
18057 <HTML>
18058 <HEAD>
18059 <TITLE>Current Folder Type Explained</TITLE>
18060 </HEAD>
18061 <BODY>
18062 <H1>Current Folder Type Explained</H1>
18064 The Current Folder Type is part of the Filtering rule's Pattern.
18065 It refers to the type of the folder for which the filtering is being done.
18066 In order for a rule to be considered a match, the current folder must
18067 be of the type you set here.
18068 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18069 all what you might think.
18071 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18072 example, then
18073 that Pattern will only match if the current folder is a newsgroup and
18074 the rest of the Pattern matches.
18075 The value &quot;Specific&quot; may be used when you want to limit the match
18076 to a specific folder (not just a specific type of folder), or to a list of
18077 specific folders.
18079 In order to match a specific folder you Select the &quot;Specific&quot;
18080 button <EM>AND</EM> fill in
18081 the name (or list of names) of
18082 the folder in the &quot;Folder List&quot; field.
18083 If the current folder is any of the folders in the list, that is considered
18084 a match.
18085 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18086 of the folder (like what appears in your configuration file) or, if the
18087 folder is one of your incoming folders, it may be the nickname you've given
18088 the folder.
18089 Here are a couple samples of specific folder names:
18091 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18093 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18095 The easiest way to fill in the &quot;Folder List&quot; field is to use
18096 the T command that is available when the &quot;Folder List&quot; line is
18097 highlighted.
18098 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18099 Current Folder Type is set to &quot;Specific&quot;, and any value that
18100 &quot;Folder List&quot; has is ignored unless the type
18101 is set to &quot;Specific&quot;.
18103 When reading a newsgroup, there may be a performance penalty
18104 incurred when collecting the information necessary to check a Pattern.
18105 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18106 For example, a rule with a Current Folder Type of either
18107 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
18108 more slowly when opening a newsgroup.
18110 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18111 for more information on Patterns.
18113 Look <A HREF="h_edit_nav_cmds">here</A>
18114 to see the available Editing and Navigation commands.
18116 &lt;End of help on this topic&gt;
18117 </BODY>
18118 </HTML>
18119 ======= h_config_role_stat_imp =======
18120 <HTML>
18121 <HEAD>
18122 <TITLE>Message Important Status Explained</TITLE>
18123 </HEAD>
18124 <BODY>
18125 <H1>Message Important Status Explained</H1>
18127 This part of the Pattern may have one of three possible values.
18128 The default value is &quot;Don't care&quot;, which matches any message.
18129 The other two values are &quot;Yes&quot;, which means the message must be
18130 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
18131 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
18132 to be a match.
18134 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18135 for more information on Patterns.
18137 Look <A HREF="h_edit_nav_cmds">here</A>
18138 to see the available Editing and Navigation commands.
18140 &lt;End of help on this topic&gt;
18141 </BODY>
18142 </HTML>
18143 ======= h_config_role_stat_new =======
18144 <HTML>
18145 <HEAD>
18146 <TITLE>Message New Status Explained</TITLE>
18147 </HEAD>
18148 <BODY>
18149 <H1>Message New Status Explained</H1>
18151 This part of the Pattern may have one of three possible values.
18152 The default value is &quot;Don't care&quot;, which matches any message.
18153 The other two values are &quot;Yes&quot;, which means the message must be
18154 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
18155 means the message must <EM>not</EM> be &quot;New&quot; in order
18156 to be a match.
18157 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
18158 same as <EM>Seen</EM>.
18160 The nomenclature for New and Recent is a bit confusing:
18162 New means that the message is Unseen.
18163 It could have been in your mailbox for a long time but if you haven't looked
18164 at it, it is still considered New.
18165 That matches the default Alpine index display that shows an N for such a
18166 message.
18168 Recent means that the message was added to this folder since the last time
18169 you opened the folder.
18170 Alpine also shows an N by default for these types of messages.
18171 If you were to run two copies of Alpine that opened a folder one right after
18172 the other, a message would only show up as Recent in (at most) the first
18173 Alpine session.
18175 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18176 for more information on Patterns.
18178 Look <A HREF="h_edit_nav_cmds">here</A>
18179 to see the available Editing and Navigation commands.
18181 &lt;End of help on this topic&gt;
18182 </BODY>
18183 </HTML>
18184 ======= h_config_role_stat_recent =======
18185 <HTML>
18186 <HEAD>
18187 <TITLE>Message Recent Status Explained</TITLE>
18188 </HEAD>
18189 <BODY>
18190 <H1>Message Recent Status Explained</H1>
18192 This part of the Pattern may have one of three possible values.
18193 The default value is &quot;Don't care&quot;, which matches any message.
18194 The other two values are &quot;Yes&quot;, which means the message must be
18195 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
18196 means the message must <EM>not</EM> be &quot;Recent&quot; in order
18197 to be a match.
18198 &quot;Recent&quot; means that the message was added to the folder since
18199 the last time the folder was opened.
18200 If more than one mail client has the folder opened, the message will
18201 appear to be &quot;Recent&quot; to only one of the clients.
18203 The nomenclature for New and Recent is a bit confusing:
18205 New means that the message is Unseen.
18206 It could have been in your mailbox for a long time but if you haven't looked
18207 at it, it is still considered New.
18208 That matches the default Alpine index display that shows an N for such a
18209 message.
18211 Recent means that the message was added to this folder since the last time
18212 you opened the folder.
18213 Alpine also shows an N by default for these types of messages.
18214 If you were to run two copies of Alpine that opened a folder one right after
18215 the other, a message would only show up as Recent in (at most) the first
18216 Alpine session.
18218 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18219 for more information on Patterns.
18221 Look <A HREF="h_edit_nav_cmds">here</A>
18222 to see the available Editing and Navigation commands.
18224 &lt;End of help on this topic&gt;
18225 </BODY>
18226 </HTML>
18227 ======= h_config_role_stat_del =======
18228 <HTML>
18229 <HEAD>
18230 <TITLE>Message Deleted Status Explained</TITLE>
18231 </HEAD>
18232 <BODY>
18233 <H1>Message Deleted Status Explained</H1>
18235 This part of the Pattern may have one of three possible values.
18236 The default value is &quot;Don't care&quot;, which matches any message.
18237 The other two values are &quot;Yes&quot;, which means the message must be
18238 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
18239 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
18240 to be a match.
18242 If you are thinking of using this part of the Pattern as a way to prevent
18243 messages from being filtered more than once in a Filter Pattern,
18244 take a look at the Filter Option
18245 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
18246 instead.
18247 It should work better than using this field since it will hide the filtered
18248 messages even if they are already Deleted.
18249 That option is at the bottom of the Filter configuration screen.
18251 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18252 for more information on Patterns.
18254 Look <A HREF="h_edit_nav_cmds">here</A>
18255 to see the available Editing and Navigation commands.
18257 &lt;End of help on this topic&gt;
18258 </BODY>
18259 </HTML>
18260 ======= h_config_role_stat_ans =======
18261 <HTML>
18262 <HEAD>
18263 <TITLE>Message Answered Status Explained</TITLE>
18264 </HEAD>
18265 <BODY>
18266 <H1>Message Answered Status Explained</H1>
18268 This part of the Pattern may have one of three possible values.
18269 The default value is &quot;Don't care&quot;, which matches any message.
18270 The other two values are &quot;Yes&quot;, which means the message must be
18271 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
18272 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
18273 to be a match.
18275 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18276 for more information on Patterns.
18278 Look <A HREF="h_edit_nav_cmds">here</A>
18279 to see the available Editing and Navigation commands.
18281 &lt;End of help on this topic&gt;
18282 </BODY>
18283 </HTML>
18284 ======= h_config_role_abookfrom =======
18285 <HTML>
18286 <HEAD>
18287 <TITLE>Address in Address Book Explained</TITLE>
18288 </HEAD>
18289 <BODY>
18290 <H1>Address in Address Book Explained</H1>
18292 This option gives you a way to match messages that contain an address
18293 that is in one of your address books.
18294 Only the simple entries in your address books are searched.
18295 Address book distribution lists are ignored!
18297 This part of the Pattern may have one of five possible values.
18298 The default value is &quot;Don't care&quot;, which matches any message.
18299 The value &quot;Yes, in any address book&quot; means at least one of the addresses
18300 from the message must be in at least one of your
18301 address books in order to be a match.
18302 The value &quot;No, not in any address book&quot;
18303 means none of the addresses may
18304 be in any of your address books in order to be a match.
18306 The values &quot;Yes, in specific address books&quot; and
18307 &quot;No, not in any of specific address books&quot; are similar but instead
18308 of depending on all address books you are allowed to give a list of address
18309 books to look in.
18310 Usually this would be a single address book but it may be a
18311 list of address books as well.
18312 For each of these &quot;specific&quot; address book options you Select which
18313 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
18314 name (or list of names) of the address book in the
18315 &quot;Abook List&quot; field.
18316 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
18317 The easiest way to fill in the Abook List field it to use
18318 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
18319 line is highlighted.
18320 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
18321 option is set to one of the two &quot;Specific&quot;, values.
18323 The addresses from the message that are checked for are determined by the
18324 setting you have for &quot;Types of addresses to check for in address book&quot;.
18325 If you set this to &quot;From&quot; the From address from the message will
18326 be looked up in the address book.
18327 If you set it to &quot;To&quot; instead then the To addresses will be used.
18328 If any of the To addresses are in the address book then it is considered
18329 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
18330 You could set it to both From and To, in which case all of the From and To
18331 addresses are used.
18332 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
18333 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
18334 exists or the From address if there is no Reply-To address.
18335 Same for the Sender address.
18337 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18338 for more information on Patterns.
18340 Look <A HREF="h_edit_nav_cmds">here</A>
18341 to see the available Editing and Navigation commands.
18343 &lt;End of help on this topic&gt;
18344 </BODY>
18345 </HTML>
18346 ======= h_config_inabook_from =======
18347 <HTML>
18348 <HEAD>
18349 <TITLE>From</TITLE>
18350 </HEAD>
18351 <BODY>
18352 <H1>From</H1>
18354 Setting the From line will cause the address from the From header line
18355 of the message to be checked for in the address book.
18357 &lt;End of help on this topic&gt;
18358 </BODY>
18359 </HTML>
18360 ======= h_config_inabook_replyto =======
18361 <HTML>
18362 <HEAD>
18363 <TITLE>Reply-To</TITLE>
18364 </HEAD>
18365 <BODY>
18366 <H1>Reply-To</H1>
18368 Setting the Reply-To line will cause the address from the Reply-To header line
18369 of the message to be checked for in the address book.
18370 However, if there is no Reply-To header line in the message the From header
18371 line will be used instead.
18372 We understand this is dumb but we don't have an easy way around it.
18374 &lt;End of help on this topic&gt;
18375 </BODY>
18376 </HTML>
18377 ======= h_config_inabook_sender =======
18378 <HTML>
18379 <HEAD>
18380 <TITLE>Sender</TITLE>
18381 </HEAD>
18382 <BODY>
18383 <H1>Sender</H1>
18385 Setting the Sender line will cause the address from the Sender header line
18386 of the message to be checked for in the address book.
18387 However, if there is no Sender header line in the message the From header
18388 line will be used instead.
18389 We understand this is dumb but we don't have an easy way around it.
18391 &lt;End of help on this topic&gt;
18392 </BODY>
18393 </HTML>
18394 ======= h_config_inabook_to =======
18395 <HTML>
18396 <HEAD>
18397 <TITLE>To</TITLE>
18398 </HEAD>
18399 <BODY>
18400 <H1>To</H1>
18402 Setting the To line will cause the address from the To header line
18403 of the message to be checked for in the address book.
18405 &lt;End of help on this topic&gt;
18406 </BODY>
18407 </HTML>
18408 ======= h_config_inabook_cc =======
18409 <HTML>
18410 <HEAD>
18411 <TITLE>CC</TITLE>
18412 </HEAD>
18413 <BODY>
18414 <H1>CC</H1>
18416 Setting the CC line will cause the address from the CC header line
18417 of the message to be checked for in the address book.
18419 &lt;End of help on this topic&gt;
18420 </BODY>
18421 </HTML>
18422 ======= h_config_role_stat_8bitsubj =======
18423 <HTML>
18424 <HEAD>
18425 <TITLE>Raw 8-bit in Subject Explained</TITLE>
18426 </HEAD>
18427 <BODY>
18428 <H1>Raw 8-bit in Subject Explained</H1>
18430 It seems that lots of unwanted email contains unencoded 8-bit characters
18431 in the Subject.
18432 Normally, characters with the 8th bit set are not allowed in the Subject
18433 header unless they are MIME-encoded.
18434 This option gives you a way to match messages that have Subjects that
18435 contain unencoded 8-bit characters.
18437 This part of the Pattern may have one of three possible values.
18438 The default value is &quot;Don't care&quot;, which matches any message.
18439 The other two values are &quot;Yes&quot;, which means the Subject of
18440 the message must contain unencoded 8-bit characters (characters with the
18441 most significant bit set)
18442 in order to be a match; or &quot;No&quot;, which
18443 means the Subject must <EM>not</EM>
18444 contain unencoded 8-bit characters in order to be a match.
18446 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18447 for more information on Patterns.
18449 Look <A HREF="h_edit_nav_cmds">here</A>
18450 to see the available Editing and Navigation commands.
18452 &lt;End of help on this topic&gt;
18453 </BODY>
18454 </HTML>
18455 ======= h_config_role_bom =======
18456 <HTML>
18457 <HEAD>
18458 <TITLE>Beginning of Month</TITLE>
18459 </HEAD>
18460 <BODY>
18461 <H1>Beginning of Month</H1>
18463 This option gives you a limited ability to take different actions depending on whether
18464 this is the first time Alpine has been run this month or not.
18465 Though it would be nice to have such an option available, this is not the
18466 same as whether or not this is the first time a paricular folder has been
18467 opened this month.
18468 If you want some action (probably Filtering) to take place in a folder each
18469 month, then you will need to be sure that the folder is opened during the
18470 first Alpine session of the month in order for this option to be helpful.
18472 This part of the Pattern may have one of three possible values.
18473 The default value is &quot;Don't care&quot;, which matches any message.
18474 The other two values are &quot;Yes&quot;, which means this is the first
18475 time Alpine has been run this month;
18476 or &quot;No&quot;, which
18477 means this is not the first time Alpine has been run this month.
18479 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18480 for more information on Patterns.
18482 Here are some technical details.
18483 The way that Alpine decides if it is the beginning of the month or not is
18484 to compare today's date with the date stored in the
18485 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18486 variable in the config file.
18487 If the month of today's date is later than the month stored in the variable,
18488 then this is considered to be the first time you have run Alpine this month, and
18489 that turns the Beginning of the Month option on.
18491 Look <A HREF="h_edit_nav_cmds">here</A>
18492 to see the available Editing and Navigation commands.
18494 &lt;End of help on this topic&gt;
18495 </BODY>
18496 </HTML>
18497 ======= h_config_role_boy =======
18498 <HTML>
18499 <HEAD>
18500 <TITLE>Beginning of Year</TITLE>
18501 </HEAD>
18502 <BODY>
18503 <H1>Beginning of Year</H1>
18505 This option gives you a limited ability to take different actions depending on whether
18506 this is the first time Alpine has been run this year or not.
18507 Though it would be nice to have such an option available, this is not the
18508 same as whether or not this is the first time a paricular folder has been
18509 opened this year.
18510 If you want some action (probably Filtering) to take place in a folder each
18511 year, then you will need to be sure that the folder is opened during the
18512 first Alpine session of the year in order for this option to be helpful.
18514 This part of the Pattern may have one of three possible values.
18515 The default value is &quot;Don't care&quot;, which matches any message.
18516 The other two values are &quot;Yes&quot;, which means this is the first
18517 time Alpine has been run this year;
18518 or &quot;No&quot;, which
18519 means this is not the first time Alpine has been run this year.
18521 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18522 for more information on Patterns.
18524 Here are some technical details.
18525 The way that Alpine decides if it is the beginning of the year or not is
18526 to compare today's date with the date stored in the
18527 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18528 variable in the config file.
18529 If the year of today's date is later than the year stored in the variable,
18530 then this is considered to be the first time you have run Alpine this year, and
18531 that turns the Beginning of the Year option on.
18533 Look <A HREF="h_edit_nav_cmds">here</A>
18534 to see the available Editing and Navigation commands.
18536 &lt;End of help on this topic&gt;
18537 </BODY>
18538 </HTML>
18539 ======= h_config_role_inick =======
18540 <HTML>
18541 <HEAD>
18542 <TITLE>Initialize Values From Role Explained</TITLE>
18543 </HEAD>
18544 <BODY>
18545 <H1>Initialize Values From Role Explained</H1>
18547 This is a power user feature.
18548 You will usually want to leave this field empty.
18549 The value of this field is the nickname of another one of your roles.
18550 The Action values from that other role
18551 are used as the initial values of the Action items for this role.
18552 If you put something in any of the action fields for this role, that will
18553 override whatever was in the corresponding field of the initializer role.
18555 You might use this field if the &quot;Action&quot; part of one of your roles
18556 is something you want to use in more than one role.
18557 Instead of filling in those action values again for each role, you
18558 may give the nickname of the role where the values are filled in.
18559 It's just a shortcut way to define Role Actions.
18561 Here's an example to help explain how this works.
18562 Suppose you have a role with nickname &quot;role1&quot; and role1 has
18563 (among other things)
18565 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
18567 set.
18568 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
18569 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
18570 from role1 by default (and any of the other inheritable action values
18571 that are set).
18572 So if role2 had
18574 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
18576 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
18577 However, if role2 had
18579 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
18581 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
18583 If you wish,
18584 you may choose a nickname from your list of roles by using the
18585 &quot;T&quot; command.
18586 If the role you are using to initialize also has a role it initializes from,
18587 then that initialization happens first.
18588 That is, inheritance works as expected with the grandparent and
18589 great-grandparent (and so on) roles having the expected effect.
18591 Look <A HREF="h_edit_nav_cmds">here</A>
18592 to see the available Editing and Navigation commands.
18594 &lt;End of help on this topic&gt;
18595 </BODY>
18596 </HTML>
18597 ======= h_config_role_setfrom =======
18598 <HTML>
18599 <HEAD>
18600 <TITLE>Set From Explained</TITLE>
18601 </HEAD>
18602 <BODY>
18603 <H1>Set From Explained</H1>
18605 This describes part of the action to be taken if the Pattern for this
18606 role is a match.
18607 This field consists of a single address that will be used as the From
18608 address on the message you are sending.
18609 This should be a fully-qualified address like
18611 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18613 or just
18615 <CENTER><SAMP>user@domain</SAMP></CENTER>
18617 If you wish,
18618 you may choose an address from your address book with the
18619 &quot;T&quot; command.
18621 If this is left blank, then your normal From address will be used.
18623 You may also find it useful to add the changed From address to the
18624 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
18625 configuration option.
18627 Look <A HREF="h_edit_nav_cmds">here</A>
18628 to see the available Editing and Navigation commands.
18630 &lt;End of help on this topic&gt;
18631 </BODY>
18632 </HTML>
18633 ======= h_config_role_setreplyto =======
18634 <HTML>
18635 <HEAD>
18636 <TITLE>Set Reply-To Explained</TITLE>
18637 </HEAD>
18638 <BODY>
18639 <H1>Set Reply-To Explained</H1>
18641 This describes part of the action to be taken if the Pattern for this
18642 role is a match.
18643 This field consists of a single address that will be used as the Reply-To
18644 address on the message you are sending.
18645 This may be a fully-qualified address like
18647 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18649 or just
18651 <CENTER><SAMP>user@domain</SAMP></CENTER>
18653 If you wish,
18654 you may choose an address from your address book with the
18655 &quot;T&quot; command.
18657 If this is left blank, then there won't be a Reply-To address unless
18658 you have configured one specially with the
18659 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
18660 configuration option.
18662 Look <A HREF="h_edit_nav_cmds">here</A>
18663 to see the available Editing and Navigation commands.
18665 &lt;End of help on this topic&gt;
18666 </BODY>
18667 </HTML>
18668 ======= h_config_role_setfcc =======
18669 <HTML>
18670 <HEAD>
18671 <TITLE>Set Fcc Explained</TITLE>
18672 </HEAD>
18673 <BODY>
18674 <H1>Set Fcc Explained</H1>
18676 This describes part of the action to be taken if the Pattern for this
18677 role is a match.
18678 This field consists of a single folder name that will be used in
18679 the Fcc field of the message you are sending.
18680 You may put anything here that you would normally type into the Fcc
18681 field from the composer.
18683 In addition, an fcc of &quot;&quot; (two double quotation marks) means
18684 no Fcc.
18686 A blank field here means that Alpine will use its normal rules for deciding
18687 the default value of the Fcc field.
18688 For many roles, perhaps most, it may make more sense for you to use the
18689 other Alpine facilities for setting the Fcc.
18690 In particular, if you want the Fcc to depend on who you are sending the
18691 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
18692 is probably more useful.
18693 In that case, you would want to leave the Fcc field here blank.
18694 However, if you have a role that depends on who the message you are replying
18695 to was From, or what address that message was sent to;
18696 then it might make sense to set the Fcc for that role here.
18698 If you wish,
18699 you may choose a folder from your folder collections by using the
18700 &quot;T&quot; command.
18702 Look <A HREF="h_edit_nav_cmds">here</A>
18703 to see the available Editing and Navigation commands.
18705 &lt;End of help on this topic&gt;
18706 </BODY>
18707 </HTML>
18708 ======= h_config_role_usesmtp =======
18709 <HTML>
18710 <HEAD>
18711 <TITLE>Use SMTP Server Explained</TITLE>
18712 </HEAD>
18713 <BODY>
18714 <H1>Use SMTP Server Explained</H1>
18716 This describes part of the action to be taken if the Pattern for this
18717 role is a match.
18718 If this field has a value, then it will be used as the SMTP server
18719 to send mail when this role is being used (unless the SMTP server variable
18720 is set in the system-wide fixed configuration file).
18721 It has the same semantics as the
18722 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18723 variable in the Setup/Config screen.
18725 If you are using this to post from home when you are at home and from
18726 work when you are at work you need to be careful about postponing messages.
18727 When you postpone a composition that was using a role with this variable
18728 set, the SMTP server list will be saved
18729 with the postponed composition.
18730 It cannot be changed later.
18731 Because of this, you may want to make this a list of SMTP servers
18732 with the preferred server at the front of the list and alternate servers
18733 later in the list.
18734 In your &quot;Home&quot; role you would put the home SMTP server first and
18735 the work SMTP server last.
18736 In your &quot;Work&quot; role you would put the work SMTP server first and
18737 the home SMTP server last.
18738 Then if you start a composition as &quot;Work&quot;, postpone
18739 it, and then later resume it from home the work SMTP server will fail but
18740 the home SMTP server later in the list will succeed.
18742 You may be able to simplify things by making the regular
18743 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18744 variable in the Setup/Config screen a list instead of using roles
18745 to set the SMTP server.
18748 Look <A HREF="h_edit_nav_cmds">here</A>
18749 to see the available Editing and Navigation commands.
18751 &lt;End of help on this topic&gt;
18752 </BODY>
18753 </HTML>
18754 ======= h_config_role_usenntp =======
18755 <HTML>
18756 <HEAD>
18757 <TITLE>Use NNTP Server Explained</TITLE>
18758 </HEAD>
18759 <BODY>
18760 <H1>Use NNTP Server Explained</H1>
18762 This describes part of the action to be taken if the Pattern for this
18763 role is a match.
18764 If this field has a value, then it will be used as the NNTP server
18765 to post to newsgroups when this role is being used (unless the NNTP server
18766 variable
18767 is set in the system-wide fixed configuration file).
18768 It has the same semantics as the
18769 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18770 variable in the Setup/Config screen.
18772 This role setting can facilitate posting to the right nntp server for someone
18773 who reads news from various news sources.  The feature
18774 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
18775 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
18776 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
18777 nntp servers for roles may be more desirable for some people.
18779 If you are using this to post from home when you are at home and from
18780 work when you are at work you need to be careful about postponing messages.
18781 When you postpone a composition that was using a role with this variable
18782 set, the NNTP server list will be saved
18783 with the postponed composition.
18784 It cannot be changed later.
18785 Because of this, you may want to make this a list of NNTP servers
18786 with the preferred server at the front of the list and alternate servers
18787 later in the list.
18788 In your &quot;Home&quot; role you would put the home NNTP server first and
18789 the work NNTP server last.
18790 In your &quot;Work&quot; role you would put the work NNTP server first and
18791 the home NNTP server last.
18792 Then if you start a composition as &quot;Work&quot;, postpone
18793 it, and then later resume it from home the work NNTP server will fail but
18794 the home NNTP server later in the list will succeed.
18796 You may be able to simplify things by making the regular
18797 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18798 variable in the Setup/Config screen a list instead of using roles
18799 to set the NNTP server.
18802 Look <A HREF="h_edit_nav_cmds">here</A>
18803 to see the available Editing and Navigation commands.
18805 &lt;End of help on this topic&gt;
18806 </BODY>
18807 </HTML>
18808 ======= h_config_role_setotherhdr =======
18809 <HTML>
18810 <HEAD>
18811 <TITLE>Set Other Headers Explained</TITLE>
18812 </HEAD>
18813 <BODY>
18814 <H1>Set Other Headers Explained</H1>
18816 This describes part of the action to be taken if the Pattern for this
18817 role is a match.
18818 This field gives you a way to set values for headers besides
18819 &quot;From&quot; and &quot;Reply-To&quot;.
18820 If you want to set either of those, use the specific
18821 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
18823 This field is similar to the
18824 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
18825 Each header you specify here must include the header tag 
18826 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
18827 and may optionally include a value for that header.
18828 In order to see these headers when you compose using this role you 
18829 must use the rich header
18830 <!--chtml if pinemode="function_key"-->(F5)
18831 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
18832 Here's an example that shows how you might set the To address.
18834 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
18836 Headers set in this way are different from headers set with the
18837 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
18838 will replace any value that already exists.
18839 For example, if you are Replying to a message there will already be at
18840 least one address in the To header (the address you are Replying to).
18841 However, if you Reply using a role that sets the To header, that role's
18842 To header value will be used instead.
18844 Limitation: Because commas are used to separate the list of
18845 Other Headers, it is not possible to have the value of a
18846 header contain a comma;
18847 nor is there currently an &quot;escape&quot; mechanism provided
18848 to make this work.
18850 Look <A HREF="h_edit_nav_cmds">here</A>
18851 to see the available Editing and Navigation commands.
18853 &lt;End of help on this topic&gt;
18854 </BODY>
18855 </HTML>
18856 ======= h_config_role_setlitsig =======
18857 <HTML>
18858 <HEAD>
18859 <TITLE>Set Literal Signature Explained</TITLE>
18860 </HEAD>
18861 <BODY>
18862 <H1>Set Literal Signature Explained</H1>
18864 This describes part of the action to be taken if the Pattern for this
18865 role is a match.
18866 This field contains the actual text for your signature, as opposed to
18867 the name of a file containing your signature.
18868 If this is defined it takes precedence over any value set in the
18869 &quot;Set Signature&quot; field.
18871 This is simply a different way to store the signature.
18872 The signature is stored inside your Alpine configuration file instead of in
18873 a separate file.
18874 Tokens work the same way they do with
18875 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
18876 help text there for more information.
18879 The two character sequence &#92;n (backslash followed by
18880 the character n) will be used to signify a line-break in your signature.
18881 You don't have to enter the &#92;n, but it will be visible in the
18882 CHANGE THIS ROLE RULE window after you are done editing the signature.
18884 Look <A HREF="h_edit_nav_cmds">here</A>
18885 to see the available Editing and Navigation commands.
18887 &lt;End of help on this topic&gt;
18888 </BODY>
18889 </HTML>
18890 ======= h_config_role_setsig =======
18891 <HTML>
18892 <HEAD>
18893 <TITLE>Set Signature Explained</TITLE>
18894 </HEAD>
18895 <BODY>
18896 <H1>Set Signature Explained</H1>
18898 This describes part of the action to be taken if the Pattern for this
18899 role is a match.
18901 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
18902 option from Setup/Config
18903 or the &quot;Set LiteralSig&quot; option for this role are defined,
18904 then this option will be ignored.
18905 You can tell that that is the case because the value of this
18906 option will show up as
18908 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
18910 You may either use all Literal Signatures (signatures stored in your
18911 configuration file) throughout Alpine, or all signature files.
18912 You can't mix the two.
18914 This field consists of a filename that will be used as the signature
18915 file when using this role.
18917 If the filename is followed by a vertical bar (|) then instead
18918 of reading the contents of the file the file is assumed to be a
18919 program that will produce the text to be used on its standard output.
18920 The program can't have any arguments and doesn't receive any input from Alpine,
18921 but the rest of the processing works as if the contents came from a file.
18923 Instead of storing the data in a local file, the
18924 signature data may be stored remotely in an IMAP folder.
18925 In order to do this, 
18926 you must use a remote name for the signature.
18927 A remote signature name might look like:
18929 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
18932 The syntax used here is the same as the syntax used for a remote
18933 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18934 Note that you may not access an existing signature file remotely,
18935 you have to create a new <EM>folder</EM> that contains the signature data.
18936 If the name you use here for the signature data is a remote name, then when
18937 you edit the file using the &quot;F&quot; command the data will
18938 be saved remotely in the folder.
18939 You aren't required to do anything special to create the folder, it
18940 gets created if you use a remote name.
18943 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18944 the name of the file) you have specified.
18945 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18947 Besides containing regular text, a signature file may also
18948 contain (or a signature program may produce) tokens that are replaced with text
18949 that depends on the message you are replying to or forwarding.
18950 The tokens all look like _word_ (a word surrounded by underscores).
18951 For example, if the token
18953 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18955 is included in the text of the signature file, then when you reply to
18956 or forward a message, the token will be replaced with the actual date
18957 the message you are replying to or forwarding was sent.
18959 If you use a role that has a signature file for a plain composition
18960 (that is, not a reply or forward) then there is no original message, so
18961 any tokens that depend on the message will be replaced with nothing.
18962 So if you want a signature file to be useful for new compositions it
18963 shouldn't include any of the tokens that depend on the message being
18964 replied to or forwarded.
18966 The list of available tokens is
18967 <A HREF="h_index_tokens">here</A>.
18969 Actually, for the adventurous, there is a way to conditionally include text based
18970 on whether or not a token would result in specific replacement text.
18971 For example, you could include some text based on whether or not
18972 the _NEWS_ token would result in any newsgroups if it was used.
18973 It's explained in detail
18974 <A HREF="h_reply_token_conditionals">here</A>.
18976 In the very unlikely event that you want to include a literal token in
18977 a signature file, you must precede it with a backslash character.
18978 For example, to include the literal text _DATE_ you must actually use
18979 &#92;_DATE_.
18980 It is not possible to have a literal backslash followed by an expanded token.
18982 A blank field here means that Alpine will use its normal rules for deciding
18983 which file (if any) to use for the signature file.
18985 An alternate method for storing the signature is available in
18986 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
18988 Look <A HREF="h_edit_nav_cmds">here</A>
18989 to see the available Editing and Navigation commands.
18991 &lt;End of help on this topic&gt;
18992 </BODY>
18993 </HTML>
18994 ======= h_config_role_settempl =======
18995 <HTML>
18996 <HEAD>
18997 <TITLE>Set Template Explained</TITLE>
18998 </HEAD>
18999 <BODY>
19000 <H1>Set Template Explained</H1>
19002 This describes part of the action to be taken if the Pattern for this
19003 role is a match.
19004 This field consists of a filename that will be used as the template
19005 file when using this role.
19006 The template file is a file that is included at the top of the message you
19007 are composing.
19009 If the filename is followed by a vertical bar (|) then instead
19010 of reading the contents of the file the file is assumed to be a
19011 program that will produce the text to be used on its standard output.
19012 The program can't have any arguments and doesn't receive any input from Alpine,
19013 but the rest of the processing works as if the contents came from a file.
19015 Instead of storing the data in a local file, the
19016 template may be stored remotely in an IMAP folder.
19017 In order to do this, 
19018 you must use a remote name for the template.
19019 A remote template name might look like:
19021 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
19024 The syntax used here is the same as the syntax used for a remote
19025 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19026 Note that you may not access an existing template file remotely,
19027 you have to create a new <EM>folder</EM> that contains the template data.
19028 If the name you use here for the template is a remote name, then when
19029 you edit the file using the &quot;F&quot; command the data will
19030 be saved remotely in the folder.
19031 You aren't required to do anything special to create the folder, it
19032 gets created if you use a remote name.
19034 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19035 the name of the file) you have specified.
19036 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19038 Besides containing regular text, the template file may also
19039 contain (or a template file program may produce) tokens that are replaced with text
19040 that depends on the message you are replying to or forwarding.
19041 The tokens all look like _word_ (a word surrounded by underscores).
19042 For example, if the token
19044 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19046 is included in the text of the template file, then when you reply to
19047 or forward a message, the token will be replaced with the actual date
19048 the message you are replying to or forwarding was sent.
19050 If you use a role that has a template file for a plain composition
19051 (that is, not a reply or forward) then there is no original message, so
19052 any tokens that depend on the message will be replaced with nothing.
19053 So if you want a template file to be useful for new compositions it
19054 shouldn't include any of the tokens that depend on the message being
19055 replied to or forwarded.
19057 The list of available tokens is
19058 <A HREF="h_index_tokens">here</A>.
19060 Actually, for the adventurous, there is a way to conditionally include text based
19061 on whether or not a token would result in specific replacement text.
19062 For example, you could include some text based on whether or not
19063 the _NEWS_ token would result in any newsgroups if it was used.
19064 It's explained in detail
19065 <A HREF="h_reply_token_conditionals">here</A>.
19067 In the very unlikely event that you want to include a literal token in
19068 a template file, you must precede it with a backslash character.
19069 For example, to include the literal text _DATE_ you must actually use
19070 &#92;_DATE_.
19071 It is not possible to have a literal backslash followed by an expanded token.
19073 A blank template field means that Alpine will not use a template file when
19074 this role is being used.
19076 Look <A HREF="h_edit_nav_cmds">here</A>
19077 to see the available Editing and Navigation commands.
19079 &lt;End of help on this topic&gt;
19080 </BODY>
19081 </HTML>
19082 ======= h_config_filt_stat_imp =======
19083 <HTML>
19084 <HEAD>
19085 <TITLE>Set Important Status Explained</TITLE>
19086 </HEAD>
19087 <BODY>
19088 <H1>Set Important Status Explained</H1>
19090 This describes part of the action to be taken if the Pattern for this
19091 filter is a match.
19092 If set to &quot;Don't change it&quot; then this does nothing.
19093 If set to &quot;Set this state&quot; then the Important flag is set
19094 for the matching message.
19095 If set to &quot;Clear this state&quot; then the Important flag is cleared
19096 for the matching message.
19097 The important flag usually causes an asterisk to show up in the MESSAGE
19098 INDEX.
19099 It may also be useful when selecting a set of messages
19100 with the Select command.
19102 Look <A HREF="h_edit_nav_cmds">here</A>
19103 to see the available Editing and Navigation commands.
19105 &lt;End of help on this topic&gt;
19106 </BODY>
19107 </HTML>
19108 ======= h_config_filt_stat_new =======
19109 <HTML>
19110 <HEAD>
19111 <TITLE>Set New Status Explained</TITLE>
19112 </HEAD>
19113 <BODY>
19114 <H1>Set New Status Explained</H1>
19116 This describes part of the action to be taken if the Pattern for this
19117 filter is a match.
19118 If set to &quot;Don't change it&quot; then this does nothing.
19119 If set to &quot;Set this state&quot; then the
19120 matching message is marked New.
19121 If set to &quot;Clear this state&quot; then the
19122 matching message is marked Seen.
19124 Look <A HREF="h_edit_nav_cmds">here</A>
19125 to see the available Editing and Navigation commands.
19127 &lt;End of help on this topic&gt;
19128 </BODY>
19129 </HTML>
19130 ======= h_config_filt_stat_ans =======
19131 <HTML>
19132 <HEAD>
19133 <TITLE>Set Answered Status Explained</TITLE>
19134 </HEAD>
19135 <BODY>
19136 <H1>Set Answered Status Explained</H1>
19138 This describes part of the action to be taken if the Pattern for this
19139 filter is a match.
19140 If set to &quot;Don't change it&quot; then this does nothing.
19141 If set to &quot;Set this state&quot; then the Answered flag is set
19142 for the matching message.
19143 If set to &quot;Clear this state&quot; then the Answered flag is cleared
19144 for the matching message.
19146 Look <A HREF="h_edit_nav_cmds">here</A>
19147 to see the available Editing and Navigation commands.
19149 &lt;End of help on this topic&gt;
19150 </BODY>
19151 </HTML>
19152 ======= h_config_filt_stat_del =======
19153 <HTML>
19154 <HEAD>
19155 <TITLE>Set Deleted Status Explained</TITLE>
19156 </HEAD>
19157 <BODY>
19158 <H1>Set Deleted Status Explained</H1>
19160 This describes part of the action to be taken if the Pattern for this
19161 filter is a match.
19162 If set to &quot;Don't change it&quot; then this does nothing.
19163 If set to &quot;Set this state&quot; then the
19164 matching message is marked Deleted.
19165 If set to &quot;Clear this state&quot; then the
19166 matching message is marked UnDeleted.
19168 You should not use this option unless you are prepared to have matching
19169 messages expunged from the folder permanently.
19170 For example, if you type the Expunge command, this filter is applied
19171 before the expunge, so matching messages will be marked Deleted and then
19172 will be permanently expunged from the folder.
19173 However, since the index isn't redrawn in between the time that the message
19174 is marked Deleted and the time that you are asked to expunge, the only
19175 indication that you are expunging the message comes in the number of messages
19176 being expunged.
19177 The same thing may happen when you close a folder.
19178 It is also possible that an expunge not initiated by you will
19179 delete matching messages.
19181 Look <A HREF="h_edit_nav_cmds">here</A>
19182 to see the available Editing and Navigation commands.
19184 &lt;End of help on this topic&gt;
19185 </BODY>
19186 </HTML>
19187 ======= h_config_role_scoreval =======
19188 <HTML>
19189 <HEAD>
19190 <TITLE>Score Value Explained</TITLE>
19191 </HEAD>
19192 <BODY>
19193 <H1>Score Value Explained</H1>
19195 A message's score is the sum of the Score Values from all of the Scoring rules
19196 with Patterns that match the message.
19197 The value you give here is the Score Value associated with this rule.
19198 A Score Value is an integer between -100 and 100, with the default
19199 value of zero.
19201 Alternatively, if the
19202 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
19203 field is defined
19204 (on the line right below the &quot;Score Value&quot; field)
19205 then the &quot;Score Value&quot; is ignored and
19206 the &quot;Score From Header&quot; field is used instead.
19208 Look <A HREF="h_edit_nav_cmds">here</A>
19209 to see the available Editing and Navigation commands.
19211 &lt;End of help on this topic&gt;
19212 </BODY>
19213 </HTML>
19214 ======= h_config_role_scorehdrtok =======
19215 <HTML>
19216 <HEAD>
19217 <TITLE>Score Value From Header Explained</TITLE>
19218 </HEAD>
19219 <BODY>
19220 <H1>Score Value From Header Explained</H1>
19222 This option provides a way to use a number that appears in the headers of your
19223 messages as the message's score, or as a component of that score.
19224 If this field is defined then it is used instead of the &quot;Score Value&quot;.
19225 The idea behind this option is that there may be a score embedded in the
19226 headers of messages that has already been calculated outside of Alpine.
19227 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
19228 somewhere in that header there is a score.
19230 The value for this option is the name of the header followed by parentheses
19231 with two arguments inside:
19233 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
19235 No space is allowed between the comma and the start of the field_separators.
19236 It would be interpreted as the first separator if it was there.
19237 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
19238 starts after that and goes to the second separator, and so on.
19239 It's easier to explain with examples.
19241 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
19243 In the above example the header that is used is the &quot;X-Spam&quot; header.
19244 The value of that header (the part after the colon and the space) is split
19245 into fields separated by spaces.
19247 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
19249 The second field is selected and converted to an integer. It only makes sense
19250 if Field2 really is an integer.
19252 Here's an example of a SpamAssassin header.
19253 The exact look of the header will vary, but if your incoming mail
19254 contains headers that look like the following
19256 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19258 you might want to use the hits value as a score.
19259 Since the score is an integer value you can't make use of the decimal part of
19260 the number, but
19261 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
19262 and &quot;.&quot; as your separators.
19264 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
19266 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
19267 hits.
19268 The second field is &quot;10&quot; so the score value would be 10.
19270 Another example we've seen has headers that look like
19272 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19274 Because there are two equals before the 7% the value
19276 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
19278 should capture the probability as the score.
19280 The Score From Header scoring value actually works just like the
19281 regular Score Value in that the rest of the pattern has to match before
19282 it is used and the scores from all the different scoring rules that
19283 match for a particular message are added together.
19284 When using the Score From Header method it may (or may not) make sense to
19285 use only a single scoring rule with a pattern that matches every message.
19287 Look <A HREF="h_edit_nav_cmds">here</A>
19288 to see the available Editing and Navigation commands.
19290 &lt;End of help on this topic&gt;
19291 </BODY>
19292 </HTML>
19293 ======= h_config_role_replyuse =======
19294 <HTML>
19295 <HEAD>
19296 <TITLE>Reply Use Explained</TITLE>
19297 </HEAD>
19298 <BODY>
19299 <H1>Reply Use Explained</H1>
19301 This option determines how this particular role will be used when Replying
19302 to a message.
19303 There are three possible values for this option.
19304 The value &quot;Never&quot;
19305 means that this role will not be a candidate for use when Replying.
19306 The role's Pattern will not be checked for a match, however the role will
19307 be available to be manually switched to if there is a confirmation prompt.
19310 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19311 mean that you do want to consider this role when Replying.
19312 For either of these settings, the role's Pattern will be compared with
19313 the message being replied to.
19314 If there is a match then this role will either be used without confirmation
19315 or will be the default when confirmation is asked for, depending on
19316 which of the two options is selected.
19317 If confirmation is requested, you will also have a chance to
19318 manually change the role to any one of your other roles.
19321 You won't be prompted for confirmation if none of your role Patterns
19322 match the message being replied to.
19323 This is independent of the value of the current option.
19324 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19325 feature may be used to change this behavior.
19327 &lt;End of help on this topic&gt;
19328 </BODY>
19329 </HTML>
19330 ======= h_config_role_forwarduse =======
19331 <HTML>
19332 <HEAD>
19333 <TITLE>Forward Use Explained</TITLE>
19334 </HEAD>
19335 <BODY>
19336 <H1>Forward Use Explained</H1>
19338 This option determines how this particular role will be used when Forwarding
19339 a message.
19340 There are three possible values for this option.
19341 The value &quot;Never&quot;
19342 means that this role will not be a candidate for use when Forwarding.
19343 The role's Pattern will not be checked for a match, however the role will
19344 be available to be manually switched to if there is a confirmation prompt.
19347 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19348 mean that you do want to consider this role when Forwarding.
19349 For either of these settings, the role's Pattern will be compared with
19350 the message being forwarded.
19351 If there is a match then this role will either be used without confirmation
19352 or will be the default when confirmation is asked for, depending on
19353 which of the two options is selected.
19354 If confirmation is requested, you will also have a chance to
19355 manually change the role to any one of your other roles.
19358 You won't be prompted for confirmation if none of your role Patterns
19359 match the message being forwarded.
19360 This is independent of the value of the current option.
19361 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19362 feature may be used to change this behavior.
19364 &lt;End of help on this topic&gt;
19365 </BODY>
19366 </HTML>
19367 ======= h_config_role_composeuse =======
19368 <HTML>
19369 <HEAD>
19370 <TITLE>Compose Use Explained</TITLE>
19371 </HEAD>
19372 <BODY>
19373 <H1>Compose Use Explained</H1>
19375 This option determines how this particular role will be used when Composing
19376 a new message using the &quot;Compose&quot; command.
19377 This does not affect what happens when using the &quot;Role&quot; command
19378 to compose a new message.
19379 The &quot;Role&quot; command allows you to select a role from all of the
19380 roles you have defined, regardless of what Uses you've assigned to those
19381 roles.
19384 There are three possible values for this option.
19385 The value &quot;Never&quot;
19386 means that this role will not be a candidate for use when Composing.
19387 The role's Current Folder Type will not be checked for a match, however the role
19388 will be available to be manually switched to if there is a confirmation prompt.
19391 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19392 mean that you do want to consider this role when Composing.
19393 For either of these settings,
19394 the role's Current Folder Type will be checked (since there is no message
19395 to compare with, the rest of the Pattern is considered a match).
19396 If there is a match then this role will either be used without confirmation
19397 or will be the default when confirmation is asked for, depending on
19398 which of the two options is selected.
19399 If confirmation is requested, you will also have a chance to
19400 manually change the role to any one of your other roles.
19403 When using the Compose command the role checking is a little different
19404 because there is no message being replied to or forwarded.
19405 Because of this the Current Folder Type is checked but the header pattern
19406 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
19407 A role is considered to be a match if it is a candidate for Compose Use and
19408 its Current Folder Type matches the currently open folder.
19409 This could be useful if you want to set a role based on the folder you
19410 are reading, or the type of folder you are reading.
19413 You won't be prompted for confirmation if none of your role Patterns
19414 are a match.
19415 This is independent of the value of the current option.
19416 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19417 feature may be used to change this behavior.
19419 &lt;End of help on this topic&gt;
19420 </BODY>
19421 </HTML>
19422 ======= h_config_filter_folder =======
19423 <HTML>
19424 <HEAD>
19425 <TITLE>Filter Folder Explained</TITLE>
19426 </HEAD>
19427 <BODY>
19428 <H1>Filter Folder Explained</H1>
19430 When the Filter Action is set to &quot;Move&quot;,
19431 the folder or folders specified here will be used to store messages matching
19432 the provided pattern.
19435 If you set the Filter Action to &quot;Move&quot; you must give a folder name
19436 here.
19439 If you wish,
19440 you may choose a folder from your folder collections by using the
19441 &quot;T&quot; command.
19443 Besides regular text, the folder name may also contain
19444 tokens that are replaced with text representing the current date
19445 when you run Alpine.
19446 For example, if the folder name you use is
19448 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
19450 that is replaced with something like
19452 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
19456 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
19458 becomes
19460 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
19462 The token names must be surrounded by underscores in order to be recognized
19463 as tokens.
19464 The tokens that may be used are those that are derived from the current date.
19465 They're listed near the bottom of the list of tokens give
19466 <A HREF="h_index_tokens">here</A>.
19468 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19469 for more information on Patterns.
19471 Look <A HREF="h_edit_nav_cmds">here</A>
19472 to see the available Editing and Navigation commands.
19474 &lt;End of help on this topic&gt;
19475 </BODY>
19476 </HTML>
19477 ======= h_config_filter_kw_set =======
19478 <HTML>
19479 <HEAD>
19480 <TITLE>Set These Keywords Explained</TITLE>
19481 </HEAD>
19482 <BODY>
19483 <H1>Set These Keywords Explained</H1>
19485 This describes part of the action to be taken if the Pattern for this
19486 filter is a match.
19487 Read a little about keywords in the help text for the
19488 <A HREF="h_common_flag">Flag</A> command.
19489 This option is a list of keywords that will be Set when there is a match.
19490 If you wish, you may choose keywords from the list of keywords you have
19491 defined with the &quot;T&quot; command.
19492 You may add new keywords by defining them in the
19493 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19494 If you have given a keyword a nickname when configuring it,
19495 that nickname may be used instead of the actual keyword.
19498 Look <A HREF="h_edit_nav_cmds">here</A>
19499 to see the available Editing and Navigation commands.
19501 &lt;End of help on this topic&gt;
19502 </BODY>
19503 </HTML>
19504 ======= h_config_filter_kw_clr =======
19505 <HTML>
19506 <HEAD>
19507 <TITLE>Clear These Keywords Explained</TITLE>
19508 </HEAD>
19509 <BODY>
19510 <H1>Clear These Keywords Explained</H1>
19512 This describes part of the action to be taken if the Pattern for this
19513 filter is a match.
19514 Read a little about keywords in the help text for the
19515 <A HREF="h_common_flag">Flag</A> command.
19516 This option is a list of keywords that will be Cleared when there is a match.
19517 If you wish, you may choose keywords from the list of keywords you have
19518 defined with the &quot;T&quot; command.
19519 You may add new keywords by defining them in the
19520 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19521 If you have given a keyword a nickname when configuring it,
19522 that nickname may be used instead of the actual keyword.
19525 Look <A HREF="h_edit_nav_cmds">here</A>
19526 to see the available Editing and Navigation commands.
19528 &lt;End of help on this topic&gt;
19529 </BODY>
19530 </HTML>
19531 ======= h_index_tokens =======
19532 <HTML>
19533 <HEAD>
19534 <TITLE>Tokens for Index and Replying</TITLE>
19535 </HEAD>
19536 <BODY>
19538 This set of special tokens may be used in the
19539 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
19540 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19541 in signature files,
19542 in template files used in
19543 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
19544 that is the target of a Filter Rule.
19545 Some of them aren't available in all situations.
19547 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
19548 option, but they must be surrounded by underscores for the
19549 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
19550 and in the target of Filter Rules.
19554 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
19556 <DL>
19557 <DT>SUBJECT</DT>
19558 <DD>
19559 This token represents the Subject the sender gave the message.
19560 Alternatives for use in the index screen are SHORTSUBJECT,
19561 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
19562 SUBJKEYTEXT, and SUBJKEYINITTEXT.
19563 You may color the subject text in the MESSAGE INDEX screen differently by using the
19564 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
19565 <A HREF="h_config_index_opening_color">Index Opening Color</A>
19566 options available from
19567 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19568 </DD>
19570 <DT>FROM</DT>
19571 <DD>
19572 This token represents the personal name (or email address if the name
19573 is unavailable) of the person specified in the message's &quot;From:&quot;
19574 header field.
19575 You may color the from text in the MESSAGE INDEX screen differently by using the
19576 <A HREF="h_config_index_from_color">Index From Color</A>
19577 option available from
19578 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19579 </DD>
19581 <DT>ADDRESS</DT>
19582 <DD>
19583 This is similar to the &quot;FROM&quot; token, only it is always the
19584 email address, never the personal name.
19585 For example, &quot;mailbox@domain&quot;.
19586 </DD>
19588 <DT>MAILBOX</DT>
19589 <DD>
19590 This is the same as the &quot;ADDRESS&quot; except that the 
19591 domain part of the address is left off.
19592 For example, &quot;mailbox&quot;.
19593 </DD>
19595 <DT>SENDER</DT>
19596 <DD>
19597 This token represents the personal name (or email address) of the person
19598 listed in the message's &quot;Sender:&quot; header field.
19599 </DD>
19601 <DT>TO</DT>
19602 <DD>
19603 This token represents the personal names (or email addresses if the names
19604 are unavailable) of the persons specified in the
19605 message's &quot;To:&quot; header field.
19606 </DD>
19608 <DT>NEWSANDTO</DT>
19609 <DD>
19610 This token represents the newsgroups from the
19611 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19612 the personal names (or email addresses if the names
19613 are unavailable) of the persons specified in the
19614 message's &quot;To:&quot; header field.
19615 </DD>
19617 <DT>TOANDNEWS</DT>
19618 <DD>
19619 Same as &quot;NEWSANDTO&quot; except in the opposite order.
19620 </DD>
19622 <DT>NEWS</DT>
19623 <DD>
19624 This token represents the newsgroups from the
19625 message's &quot;Newsgroups:&quot; header field.
19626 </DD>
19628 <DT>CC</DT>
19629 <DD>
19630 This token represents the personal names (or email addresses if the names
19631 are unavailable) of the persons specified in the
19632 message's &quot;Cc:&quot; header field.
19633 </DD>
19635 <DT>RECIPS</DT>
19636 <DD>
19637 This token represents the personal names (or email addresses if the names
19638 are unavailable) of the persons specified in both the
19639 message's &quot;To:&quot; header field and
19640 the message's &quot;Cc:&quot; header field.
19641 </DD>
19643 <DT>NEWSANDRECIPS</DT>
19644 <DD>
19645 This token represents the newsgroups from the
19646 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19647 the personal names (or email addresses if the names
19648 are unavailable) of the persons specified in the
19649 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
19650 </DD>
19652 <DT>RECIPSANDNEWS</DT>
19653 <DD>
19654 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
19655 </DD>
19657 <DT>INIT</DT>
19658 <DD>
19659 This token represents the initials from the personal name
19660 of the person specified in the message's &quot;From:&quot;
19661 header field.
19662 If there is no personal name, it is blank.
19663 </DD>
19665 <DT>DATE</DT>
19666 <DD>
19667 This token represents the date on which the message was sent, according
19668 to the &quot;Date&quot; header field.
19669 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19670 The feature
19671 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
19672 which adjusts for the timezone the message was sent from,
19673 may have an effect on the value of this token as well as the values of
19674 all of the other DATE or TIME tokens.
19675 Some of the DATE and TIME tokens are displayed in a locale-specific
19676 way unless the option
19677 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
19678 </DD>
19680 <DT>SMARTDATE</DT>
19681 <DD>
19682 This token represents the date on which the message was sent, according
19683 to the &quot;Date&quot; header field.
19684 It is &quot;Today&quot; if the message was sent today,
19685 &quot;Yesterday&quot; for yesterday,
19686 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
19687 message is from last year and is more than six months old it includes the year, as well.
19688 See the SMARTDATE alternatives below, as well.
19689 </DD>
19691 <DT>SMARTTIME</DT>
19692 <DD>
19693 This token represents the most relevant elements of the date on which
19694 the message was sent (according to the &quot;Date&quot; header field),
19695 in a compact form. If the message was sent today, only the time is used
19696 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
19697 the past week, the day of the week and the hour are used
19698 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
19699 given as date, month, and year (e.g. &quot;23Aug00&quot;,
19700 &quot;9Apr98&quot;).
19701 </DD>
19703 <DT>SMARTTIME24</DT>
19704 <DD>
19705 This token has the structure &quot;day hour:minute&quot;
19706 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
19707 from the current date, or &quot;month day&quot; (e.g.
19708 &quot;Nov 23&quot;) for messages dated less than 6 months
19709 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
19710 for messages dated more than 6 months ago. It uses 9 characters
19711 of the width of the screen, and it left aligned.
19712 </DD>
19714 <DT>SMARTDATETIME</DT>
19715 <DD>
19716 This is a combination of SMARTDATE and SMARTTIME.
19717 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
19718 case it is SMARTTIME.
19719 See the SMARTDATETIME alternatives below, as well.
19720 </DD>
19722 <DT>DATEISO</DT>
19723 <DD>
19724 This token represents the date on which the message was sent, according
19725 to the &quot;Date&quot; header field.
19726 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19727 </DD>
19729 <DT>SHORTDATEISO</DT>
19730 <DD>
19731 This token represents the date on which the message was sent, according
19732 to the &quot;Date&quot; header field.
19733 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19734 </DD>
19736 <DT>SHORTDATE1</DT>
19737 <DD>
19738 This token represents the date on which the message was sent, according
19739 to the &quot;Date&quot; header field.
19740 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
19741 </DD>
19743 <DT>SHORTDATE2</DT>
19744 <DD>
19745 This token represents the date on which the message was sent, according
19746 to the &quot;Date&quot; header field.
19747 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
19748 </DD>
19750 <DT>SHORTDATE3</DT>
19751 <DD>
19752 This token represents the date on which the message was sent, according
19753 to the &quot;Date&quot; header field.
19754 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
19755 </DD>
19757 <DT>SHORTDATE4</DT>
19758 <DD>
19759 This token represents the date on which the message was sent, according
19760 to the &quot;Date&quot; header field.
19761 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
19762 </DD>
19764 <DT>LONGDATE</DT>
19765 <DD>
19766 This token represents the date on which the message was sent, according
19767 to the &quot;Date&quot; header field.
19768 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
19769 </DD>
19771 <DT>SMARTDATE alternatives</DT>
19772 <DD>
19773 There are several versions of SMARTDATE that are all the same except
19774 for the way they format dates far in the past.
19775 SMARTDATE formats the date using the information from your locale settings
19776 to format the date string. It may end up formatting dates so that they look
19777 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19778 The feature
19779 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19780 may have an effect on the values of these tokens.
19781 If you want more control you may use one of the following.
19782   <DL>
19783   <DT>SMARTDATE</DT> <DD>If the option
19784 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19785 then this will be locale specific. Control this with the
19786 LC_TIME locale setting on a UNIX system. On Windows
19787 the Regional Options control panel may be used to set the Short date
19788 format. At the programming level, the strftime routine is what Alpine
19789 uses to print the date.
19790 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19791 to SMARTDATES1.</DD>
19792   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
19793   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19794   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
19795   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
19796   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
19797   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
19798   </DL>
19799 </DD>
19801 <DT>SMARTDATETIME alternatives</DT>
19802 <DD>
19803 There are several versions of SMARTDATETIME that are all very similar.
19804 The ones that end in 24 use a 24-hour clock for Today's messages instead
19805 of a 12-hour clock.
19806 The other variation is
19807 for the way they format dates far in the past.
19808 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
19809 to format the date string. It may end up formatting dates so that they look
19810 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19811 The feature
19812 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19813 may have an effect on the values of these tokens.
19814 The possible choices are:
19815   <DL>
19816   <DT>SMARTDATETIME</DT> <DD>If the option
19817 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19818 then this will be locale specific. Control this with the
19819 LC_TIME locale setting on a UNIX system. On Windows
19820 the Regional Options control panel may be used to set the Short date
19821 format. At the programming level, the strftime routine is what Alpine
19822 uses to print the date.
19823 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19824 to SMARTDATETIMES1.</DD>
19825   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
19826   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
19827   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
19828   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19829   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
19830   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
19831   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
19832   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
19833   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
19834   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
19835   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
19836   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
19837   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
19838   </DL>
19839 </DD>
19841 <DT>DAYDATE</DT>
19842 <DD>
19843 This token represents the date on which the message was sent, according
19844 to the &quot;Date&quot; header field.
19845 It looks like &quot;Sat, 23 Oct 1998&quot;.
19846 This token is never converted in any locale-specific way.
19847 </DD>
19849 <DT>PREFDATE</DT>
19850 <DD>
19851 This token represents the date on which the message was sent, according
19852 to the &quot;Date&quot; header field.
19853 It is your operating system's idea of the preferred date representation for the current locale.
19854 Internally it uses the %x version of the date from the strftime routine.
19855 </DD>
19857 <DT>PREFTIME</DT>
19858 <DD>
19859 This token represents the time at which the message was sent, according
19860 to the &quot;Date&quot; header field.
19861 It is the preferred time representation for the current locale.
19862 Internally it uses the %X version of the time from the strftime routine.
19863 </DD>
19865 <DT>PREFDATETIME</DT>
19866 <DD>
19867 This token represents the date and time at which the message was sent, according
19868 to the &quot;Date&quot; header field.
19869 It is the preferred date and time representation for the current locale.
19870 Internally it uses the %c version of the time from the strftime routine.
19871 </DD>
19873 <DT>DAY</DT>
19874 <DD>
19875 This token represents the day of the month on which the message was sent,
19876 according to the &quot;Date&quot; header field.
19877 For example, &quot;23&quot; or &quot;9&quot;.
19878 </DD>
19880 <DT>DAY2DIGIT</DT>
19881 <DD>
19882 This token represents the day of the month on which the message was sent,
19883 according to the &quot;Date&quot; header field.
19884 For example, &quot;23&quot; or &quot;09&quot;.
19885 It is always 2 digits.
19886 </DD>
19888 <DT>DAYORDINAL</DT>
19889 <DD>
19890 This token represents the ordinal number that is the day of
19891 the month on which the message was sent,
19892 according to the &quot;Date&quot; header field.
19893 For example, &quot;23rd&quot; or &quot;9th&quot;.
19894 </DD>
19896 <DT>DAYOFWEEK</DT>
19897 <DD>
19898 This token represents the day of the week on which the message was sent,
19899 according to the &quot;Date&quot; header field.
19900 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19901 </DD>
19903 <DT>DAYOFWEEKABBREV</DT>
19904 <DD>
19905 This token represents the day of the week on which the message was sent,
19906 according to the &quot;Date&quot; header field.
19907 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19908 </DD>
19910 <DT>MONTHABBREV</DT>
19911 <DD>
19912 This token represents the month the message was sent, according
19913 to the &quot;Date&quot; header field.
19914 For example, &quot;Oct&quot;.
19915 </DD>
19917 <DT>MONTHLONG</DT>
19918 <DD>
19919 This token represents the month in which the message was sent, according
19920 to the &quot;Date&quot; header field.
19921 For example, &quot;October&quot;.
19922 </DD>
19924 <DT>MONTH</DT>
19925 <DD>
19926 This token represents the month in which the message was sent, according
19927 to the &quot;Date&quot; header field.
19928 For example, &quot;10&quot; or &quot;9&quot;.
19929 </DD>
19931 <DT>MONTH2DIGIT</DT>
19932 <DD>
19933 This token represents the month in which the message was sent, according
19934 to the &quot;Date&quot; header field.
19935 For example, &quot;10&quot; or &quot;09&quot;.
19936 It is always 2 digits.
19937 </DD>
19939 <DT>YEAR</DT>
19940 <DD>
19941 This token represents the year the message was sent, according
19942 to the &quot;Date&quot; header field.
19943 For example, &quot;1998&quot; or &quot;2001&quot;.
19944 </DD>
19946 <DT>YEAR2DIGIT</DT>
19947 <DD>
19948 This token represents the year the message was sent, according
19949 to the &quot;Date&quot; header field.
19950 For example, &quot;98&quot; or &quot;01&quot;.
19951 It is always 2 digits.
19952 </DD>
19954 <DT>TIME24</DT>
19955 <DD>
19956 This token represents the time at which the message was sent, according
19957 to the &quot;Date&quot; header field.
19958 There is no adjustment made for different time zones, so you'll get
19959 the time the message was sent according to the time zone the sender
19960 was in.
19961 It has the format HH:MM. For example, &quot;17:28&quot;.
19962 </DD>
19964 <DT>TIME12</DT>
19965 <DD>
19966 This token represents the time at which the message was sent, according
19967 to the &quot;Date&quot; header field.
19968 This time is for a 12 hour clock.
19969 It has the format HH:MMpm.
19970 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19971 </DD>
19973 <DT>TIMEZONE</DT>
19974 <DD>
19975 This token represents the numeric timezone from
19976 the &quot;Date&quot; header field.
19977 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
19978 </DD>
19980 </DL>
19983 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
19985 <DL>
19986 <DT>MSGNO</DT>
19987 <DD>
19988 This token represents the message's current position in the folder that,
19989 of course, may change as the folder is sorted or new mail arrives.
19990 </DD>
19992 <DT>STATUS</DT>
19993 <DD>
19994 This token represents a three character wide field displaying various
19995 aspects of the message's state.
19996 The first character is either blank,
19997 a '*' for message marked Important, or a '+' indicating a message
19998 addressed directly to you (as opposed to your having received it via a
19999 mailing list, for example).
20000 When the feature
20001 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
20002 is set, if the first character would have been
20003 blank then it will instead be a '-' if the message is cc'd to you.
20004 The second character is typically blank,
20005 though the arrow cursor may occupy it if either the 
20006 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
20007 or the
20008 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
20009 is set (or you actually are on a slow link).
20010 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
20011 '<A HREF="h_flag_answered">A</A>' (Answered),
20012 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
20013 '<A HREF="h_flag_new">N</A>' (New), or blank.
20015 If you are using a threaded view of the index and this message is at the
20016 top of a collapsed portion of a thread,
20017 then this token refers to all of the messages in the collapsed portion of
20018 the thread instead of just the top message.
20019 The first character will be a '*' if <EM>any</EM> of the messages in the thread
20020 are marked Important, else a '+' if any of the messages are addressed
20021 to you, else a '-' if any of the messages are cc'd to you.
20022 The third character will be a 'D' if <EM>all</EM> of the messages
20023 in the collapsed thread are marked deleted,
20024 an 'A' if <EM>all</EM> of the messages
20025 in the collapsed thread are marked answered,
20026 it will be an 'N' if any of
20027 the messages are undeleted and unseen, and it will be blank otherwise.
20028 </DD>
20030 <DT>FULLSTATUS</DT>
20031 <DD>
20032 This token represents a less abbreviated alternative
20033 to the &quot;STATUS&quot; token.
20034 It is six characters wide.
20035 The first character is '+', '-', or blank, the
20036 second blank, the third either '*' or blank, the fourth
20037 '<A HREF="h_flag_new">N</A>' or blank,
20038 the fifth '<A HREF="h_flag_answered">A</A>'
20039 or blank, and the sixth character is
20040 either '<A HREF="h_flag_deleted">D</A>' or
20041 blank.
20043 If you are using a threaded view of the index and this message is at the
20044 top of a collapsed portion of a thread,
20045 then this token refers to all of the messages in the collapsed portion of
20046 the thread instead of just the top message.
20047 The first character is '+', '-', or blank depending on whether <EM>any</EM>
20048 of the messages in the collapsed thread are addressed to you or cc'd to you.
20049 The third character will be '*' if any of the messages are marked
20050 Important.
20051 The fourth character will be 'N' if all of the messages in the thread
20052 are New, else 'n' if some of the messages in the thread are New, else blank.
20053 The fifth character will be 'A' or 'a' or blank, and the sixth character
20054 will be 'D' or 'd' or blank.
20055 </DD>
20057 <DT>IMAPSTATUS</DT>
20058 <DD>
20059 This token represents an even less abbreviated alternative to the
20060 &quot;STATUS&quot; token.
20061 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
20062 an 'N' if the message is new to this folder since the last time
20063 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
20064 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
20065 new to the folder since it was last opened <EM>but</EM> has not been
20066 viewed, or a blank if the message has been in the folder since it was
20067 last opened and has been viewed.
20069 If you are using a threaded view of the index and this message is at the
20070 top of a collapsed portion of a thread,
20071 then the fourth character will be
20072 'N' if all of the messages in the thread are unseen and recent;
20073 else 'n' if some of the messages in the thread are unseen and recent;
20074 else 'U' if all of the messages in the thread are unseen and not recent;
20075 else 'u' if some of the messages in the thread are unseen and not recent;
20076 else 'R' if all of the messages in the thread are seen and recent;
20077 else 'r' if some of the messages in the thread are seen and recent;
20078 else blank.
20079 </DD>
20081 <DT>SHORTIMAPSTATUS</DT>
20082 <DD>
20083 This is the same as the last four of the six characters of IMAPSTATUS,
20084 so the '+' To Me information will be missing.
20085 </DD>
20087 <DT>SIZE</DT>
20088 <DD>
20089 This token represents the total size, in bytes, of the message.
20090 If a &quot;K&quot; (Kilobyte)
20091 follows the number, the size is approximately 1,000
20092 times that many bytes (rounded to the nearest 1,000).
20093 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20094 1,000,000 times that many bytes.
20095 Commas are not used in this field.
20096 This field is seven characters wide, including the enclosing parentheses.
20097 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20098 The progression of sizes used looks like:
20101 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
20103 </DD>
20105 <DT>SIZECOMMA</DT>
20106 <DD>
20107 This token represents the total size, in bytes, of the message.
20108 If a &quot;K&quot; (Kilobyte)
20109 follows the number, the size is approximately 1,000
20110 times that many bytes (rounded to the nearest 1,000).
20111 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20112 1,000,000 times that many bytes.
20113 Commas are used if the number shown is 1,000 or greater.
20114 The SIZECOMMA field is one character wider than the SIZE field.
20115 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20116 The progression of sizes used looks like:
20119 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
20121 </DD>
20123 <DT>KSIZE</DT>
20124 <DD>
20125 This token represents the total size of the message, expressed in
20126 kilobytes or megabytes, as most appropriate.
20127 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
20128 The progression of sizes used looks like:
20131 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
20133 </DD>
20135 <DT>SIZENARROW</DT>
20136 <DD>
20137 This token represents the total size, in bytes, of the message.
20138 If a &quot;K&quot; (Kilobyte)
20139 follows the number, the size is approximately 1,000
20140 times that many bytes.
20141 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20142 1,000,000 times that many bytes.
20143 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
20144 1,000,000,000 times that many bytes.
20145 This field uses only five characters of screen width, including the enclosing
20146 parentheses.
20147 The progression of sizes used looks like:
20150 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
20152 </DD>
20154 <DT>DESCRIPSIZE</DT>
20155 <DD>
20156 This token is intended to represent a more useful description of the
20157 message than just its size, but it isn't very useful at this point.
20158 The plus sign in this view means there are attachments.
20159 Note that including this token in
20160 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20161 display a little while Alpine collects the necessary information.
20162 </DD>
20164 <DT>SHORTSUBJECT</DT> 
20165 <DD> This token is the same as SUBJECT, but removes 
20166 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
20167 between these characters corresponds to mailing list names, and may be 
20168 unnecessary or unwanted in some instances. 
20169 </DD>
20171 <DT>SUBJKEY</DT>
20172 <DD>
20173 This token is the same as the SUBJECT token unless keywords are set for
20174 the message.
20175 In that case, a list of keywords enclosed in braces will be prepended to
20176 the subject of the message.
20177 Only those keywords that you have defined in your
20178 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20179 in Setup/Config are considered in the list.
20180 In other words, keywords that have been set by some other means, perhaps
20181 by another email program, won't show up unless included in
20182 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20183 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
20184 prepended to the subject in the MESSAGE TEXT screen.
20185 If you have given a keyword a nickname
20186 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20187 instead of the actual keyword.
20188 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20189 option may be used to modify this token slightly.
20190 It is also possible to color keywords in the index using the
20191 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20192 </DD>
20194 <DT>SHORTSUBJKEY</DT>
20195 <DD> This token is the same as SUBJKEY, but it is based on
20196 SHORTSUBJECT, instead of in SUBJECT.
20197 </DD>
20199 <DT>SUBJKEYINIT</DT>
20200 <DD>
20201 This token is the same as the SUBJKEY token except that instead of
20202 prepending a list of keywords to the subject, a list of first initials
20203 of keywords will be prepended instead.
20204 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
20205 set (or Work and Now are the Alpine nicknames of keywords that are set)
20206 then the SUBJKEY token would cause a result like
20208 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
20210 whereas the SUBJKEYINIT token would give
20212 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
20214 Only those keywords that you have defined in your
20215 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20216 in Setup/Config are considered in the list.
20217 In other words, keywords that have been set by some other means, perhaps
20218 by another email program, won't show up unless included in
20219 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20220 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20221 option may be used to modify this token slightly.
20222 It is also possible to color keywords in the index using the
20223 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20224 </DD>
20226 <DT>SHORTSUBJKEYINIT</DT>
20227 <DD> This token is the same as SUBJKEYINIT, but it is based on
20228 SHORTSUBJECT, instead of in SUBJECT.
20229 </DD>
20231 <DT>SUBJECTTEXT</DT>
20232 <DD>
20233 Same as SUBJECT but if there is room in the Subject field for more text,
20234 the opening part of the text of the message is displayed after the subject.
20235 The time needed to fetch the text may cause a performance problem
20236 which can, of course, be avoided by using the SUBJECT version of
20237 the Subject instead.
20238 You may color this opening text differently by using the
20239 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20240 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20241 You may adjust the characters that are displayed between the Subject and the
20242 opening text with the option
20243 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
20244 </DD>
20246 <DT>SUBJKEYTEXT</DT>
20247 <DD>
20248 Same as SUBJKEY but with the opening message text.
20249 </DD>
20251 <DT>OPENINGTEXT</DT>
20252 <DD>
20253 This is similar to SUBJECTTEXT.
20254 Instead of combining the Subject and the opening text in a single
20255 field in the index screen this token allows you to allocate a
20256 separate column just for the opening text of the message.
20257 The time needed to fetch this text may cause a performance problem.
20258 You may color this opening text differently by using the
20259 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20260 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20261 </DD>
20263 <DT>OPENINGTEXTNQ</DT>
20264 <DD>
20265 This is very similar to OPENINGTEXT.
20266 The NQ stands for No Quotes.
20267 The only difference is that quoted text (lines beginning with &gt;) is deleted.
20268 For some messages this may be confusing.
20269 For example, a message might have a line preceding some quoted
20270 text that reads something like &quot;On May 8th person A said.&quot;
20271 That no longer makes sense after the quoted text is deleted and it
20272 will appear that person A said whatever the text after the quote
20273 is, even though that is really person B talking.
20274 </DD>
20276 <DT>SUBJKEYINITTEXT</DT>
20277 <DD>
20278 Same as SUBJKEYINIT but with the opening message text.
20279 </DD>
20281 <DT>KEY</DT>
20282 <DD>
20283 This is a space-delimited list of keywords that are set for the message.
20284 Only those keywords that you have defined in your
20285 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20286 in Setup/Config are considered in the list.
20287 In other words, keywords that have been set by some other means, perhaps
20288 by another email program, won't show up unless included in
20289 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20290 If you have given a keyword a nickname
20291 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20292 instead of the actual keyword.
20293 It is also possible to color keywords in the index using the
20294 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20295 This token defaults to an arbitrary width of 5.
20296 You should set it to whatever width suits you using something
20297 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
20298 </DD>
20300 <DT>KEYINIT</DT>
20301 <DD>
20302 This is a list of keyword initials that are set for the message.
20303 If you have given a keyword a nickname
20304 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
20305 is displayed instead of the initial of the actual keyword.
20306 It is also possible to color keyword initials in the index using the
20307 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20308 This token defaults to an arbitrary width of 2.
20309 You should set it to whatever width suits you using something
20310 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
20311 </DD>
20313 <DT>PRIORITY</DT>
20314 <DD>
20315 The X-Priority header is a non-standard header that is used in a
20316 somewhat standard way by many mail programs.
20317 Alpine expects the value of this header to be a digit with a value
20318 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
20319 Since this priority is something that the sender sets it is only an indication
20320 of the priority that the sender attaches to the mail and it is therefore almost
20321 totally unreliable for use as a filtering criterion.
20322 This token will display the numeric value of the priority if it is between
20323 1 and 5.
20324 It will be suppressed (blank) if the value is 3, which is normal priority.
20325 This token may be colored with the
20326 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20327 </DD>
20329 <DT>PRIORITYALPHA</DT>
20330 <DD>
20331 This is a more verbose interpretation of the X-Priority field.
20332 Once again nothing is displayed unless the value of the field
20333 is 1, 2, 4, or 5.
20334 The values displayed for those values are:
20336 <TABLE>
20337 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
20338 <TR> <TD>2</TD> <TD>High</TD> </TR>
20339 <TR> <TD>4</TD> <TD>Low</TD> </TR>
20340 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
20341 </TABLE>
20343 This token may be colored with the
20344 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20345 </DD>
20347 <DT>PRIORITY!</DT>
20348 <DD>
20349 This is a one character, non-numeric version of the X-Priority field.
20350 If the value of the X-Priority header is 1 or 2 an exclamation
20351 point is displayed.
20352 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
20353 This token may be colored with the
20354 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20355 </DD>
20357 <DT>ATT</DT>
20358 <DD>
20359 This is a one column wide field that represents the number of attachments
20360 a message has. It will be blank if there are no attachments, a single
20361 digit for one to nine attachments, or an asterisk for more than nine.
20362 Note that including this token in
20363 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20364 display a little while Alpine collects the necessary information.
20365 </DD>
20367 <DT>FROMORTO</DT>
20368 <DD>
20369 This token represents <EM>either</EM> the personal name (or email address) of
20370 the person listed in the message's &quot;From:&quot; header
20371 field, <EM>or</EM>, if that address is yours or one of your
20372 <A HREF="h_config_alt_addresses">alternate addresses</A>,
20373 the first person specified in the
20374 message's &quot;To:&quot; header field
20375 with the prefix &quot;To: &quot; prepended.
20376 If the from address is yours and there is also no &quot;To&quot; address,
20377 Alpine will use the address on the &quot;Cc&quot; line.
20378 If there is no address there, either, Alpine will look for a newsgroup name
20379 from the &quot;Newsgroups&quot; header field and put
20380 that after the &quot;To: &quot; prefix.
20381 </DD>
20383 <DT>FROMORTONOTNEWS</DT>
20384 <DD>
20385 This is almost the same as <EM>FROMORTO</EM>.
20386 The difference is that newsgroups aren't considered.
20387 When a message is from you, doesn't have a To or Cc, and does have
20388 a Newsgroups header; this token will be your name instead of the name
20389 of the newsgroup (like it would be with FROMORTO).
20390 </DD>
20392 <DT>TEXT</DT>
20393 <DD>
20394 This is a different sort of token.
20395 It allows you to display a label within each index line.
20396 It will be the same fixed text for each line.
20397 It is different from all the other tokens in that there is no space column
20398 displayed after this token.
20399 Instead, it is butted up against the following field.
20400 It also has a different syntax.
20401 The text to display is given following a colon after the
20402 word &quot;TEXT&quot;.
20403 For example,
20405 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
20407 would insert the literal text &quot;abc=&quot; (without the quotes)
20408 into the index display line.
20409 You must quote the text if it includes space characters, like
20411 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
20413 </DD>
20415 <DT>HEADER</DT>
20416 <DD>
20417 This allows you to display the text from a particular header line in the
20418 message.
20419 The syntax for this token is substantially different from all the others
20420 in order that you might be able to display a portion of the text following
20421 a particular header.
20422 The header name you are interested in is given following a colon
20423 after the word &quot;HEADER&quot;.
20424 For example,
20426 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
20428 would display the text of the X-Spam header, if any.
20429 Like for other index tokens a width field may (and probably should)
20430 follow this.
20432 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
20434 displays the first ten characters of the X-Spam header.
20435 Unlike other index tokens, the syntax for HEADER is more flexible.
20436 An optional second argument comes after a comma inside the parentheses.
20437 It specifies the &quot;field&quot; number.
20438 By default, the field separator is a space character.
20439 No extra space characters are allowed in the argument list.
20441 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
20443 would display the second field, left-justified, in a 10 character
20444 wide field.
20445 The second field would consist of all the text after the first space
20446 up to the next space or the end of the header.
20447 The default field number is zero, which stands for the entire line.
20448 There is also an optional third argument that is a list of field
20449 separators. It defaults to a space character.
20450 The example
20452 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
20454 would cause the field separators to be any of colon, percent,
20455 or space (there is a space character between the percent and the
20456 right parenthesis).
20457 The first field runs from the start of the header value up to the first
20458 colon, percent, or space; the second goes from there to the next; and so on.
20459 In order to use a comma character as a field separator you must escape
20460 it by preceding it with a backslash (&#92;).
20461 The same is true of the backslash character itself.
20462 There is one further optional argument.
20463 It is an R or an L to specify right or left adjustment of the text
20464 within the field.
20465 The default is to left justify, however if you are displaying numbers
20466 you might prefer to right justify.
20468 Here's an example of a SpamAssassin header.
20469 The exact look of the header will vary, but if your incoming mail
20470 contains headers that look like the following
20472 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
20474 you might want to display the hits value.
20475 The first field starts with the Y in Yes.
20476 To get what you're interested in you might use &quot;=&quot; and
20477 space as the field separators and display the third field, like
20479 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
20481 or maybe you would break at the dot instead
20483 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
20485 Another example we've seen has headers that look like
20487 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
20489 Because there are two equals and a comma before the 7% and a comma
20490 after it, the token
20492 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
20494 should display the probability (for example 7% or 83%) right justified
20495 in a 3-wide field.
20496 </DD>
20498 <DT>ARROW</DT>
20499 <DD>
20500 This gives an alternative way to display the current message in the
20501 MESSAGE INDEX screen.
20502 Usually the current message is indicated by the line being shown in
20503 reverse video.
20504 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
20505 the current line will include an &quot;arrow&quot; that
20506 looks like
20508 <CENTER><SAMP>-&gt;</SAMP></CENTER>
20510 in the ARROW token's field.
20511 For all of the non-current messages, the ARROW field will be filled
20512 with blanks.
20513 If you use the fixed-field width feature the length of the &quot;arrow&quot;
20514 may be adjusted.
20515 The arrow will be drawn as width-1 dashes followed by a greater than sign.
20516 For example, if you use ARROW(3) you will get
20518 <CENTER><SAMP>--&gt;</SAMP></CENTER>
20520 and ARROW(1) will give you just
20522 <CENTER><SAMP>&gt;</SAMP></CENTER>
20524 It is also possible to set the color of the ARROW field.
20525 By default (and for non-current messages) the arrow is colored the same
20526 as the index line it is part of.
20527 You may set it to be another color with the 
20528 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
20529 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20530 </DD>
20532 <DT>SCORE</DT>
20533 <DD>
20534 This gives the
20535 <a href="h_rules_score">score</a>
20536 of each message.
20537 This will be six columns wide to accommodate the widest possible score.
20538 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
20539 to limit the width of the field to the widest score that
20540 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
20541 If you have not defined any score rules the scores will all be zero.
20542 If any of your score rules contain AllText or BodyText patterns
20543 then including SCORE in the <!--#echo var="VAR_index-format"-->
20544 may slow down the display of the MESSAGE INDEX screen.
20545 </DD>
20546 </DL>
20549 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
20551 <DL>
20552 <DT>CURNEWS</DT>
20553 <DD>
20554 This token represents the current newsgroup if there is one.
20555 For example, &quot;comp.mail.pine&quot;.
20556 </DD>
20558 <DT>MSGID</DT>
20559 <DD>
20560 This token represents the message ID of the message.
20561 This token does not work with Filter Rule folder names.
20562 </DD>
20564 <DT>CURDATE</DT>
20565 <DD>
20566 This token represents the current date.
20567 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20568 </DD>
20570 <DT>CURDATEISO</DT>
20571 <DD>
20572 This token represents the current date.
20573 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20574 </DD>
20576 <DT>CURDATEISOS</DT>
20577 <DD>
20578 This token represents the current date.
20579 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20580 </DD>
20582 <DT>CURPREFDATE</DT>
20583 <DD>
20584 This token represents the current date.
20585 It is your operating system's idea of the preferred date representation for the current locale.
20586 Internally it uses the %x version of the date from the strftime routine.
20587 </DD>
20589 <DT>CURPREFTIME</DT>
20590 <DD>
20591 This token represents the current time.
20592 It is the preferred time representation for the current locale.
20593 Internally it uses the %X version of the time from the strftime routine.
20594 </DD>
20596 <DT>CURPREFDATETIME</DT>
20597 <DD>
20598 This token represents the current date and time.
20599 It is the preferred date and time representation for the current locale.
20600 Internally it uses the %c version of the time from the strftime routine.
20601 </DD>
20603 <DT>CURTIME24</DT>
20604 <DD>
20605 This token represents the current time.
20606 It has the format HH:MM. For example, &quot;17:28&quot;.
20607 </DD>
20609 <DT>CURTIME12</DT>
20610 <DD>
20611 This token represents the current time.
20612 This time is for a 12 hour clock.
20613 It has the format HH:MMpm.
20614 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20615 </DD>
20617 <DT>CURDAY</DT>
20618 <DD>
20619 This token represents the current day of the month.
20620 For example, &quot;23&quot; or &quot;9&quot;.
20621 </DD>
20623 <DT>CURDAY2DIGIT</DT>
20624 <DD>
20625 This token represents the current day of the month.
20626 For example, &quot;23&quot; or &quot;09&quot;.
20627 It is always 2 digits.
20628 </DD>
20630 <DT>CURDAYOFWEEK</DT>
20631 <DD>
20632 This token represents the current day of the week.
20633 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20634 </DD>
20636 <DT>CURDAYOFWEEKABBREV</DT>
20637 <DD>
20638 This token represents the current day of the week.
20639 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20640 </DD>
20642 <DT>CURMONTH</DT>
20643 <DD>
20644 This token represents the current month.
20645 For example, &quot;10&quot; or &quot;9&quot;.
20646 </DD>
20648 <DT>CURMONTH2DIGIT</DT>
20649 <DD>
20650 This token represents the current month.
20651 For example, &quot;10&quot; or &quot;09&quot;.
20652 It is always 2 digits.
20653 </DD>
20655 <DT>CURMONTHLONG</DT>
20656 <DD>
20657 This token represents the current month.
20658 For example, &quot;October&quot;.
20659 </DD>
20661 <DT>CURMONTHABBREV</DT>
20662 <DD>
20663 This token represents the current month.
20664 For example, &quot;Oct&quot;.
20665 </DD>
20667 <DT>CURYEAR</DT>
20668 <DD>
20669 This token represents the current year.
20670 For example, &quot;1998&quot; or &quot;2001&quot;.
20671 </DD>
20673 <DT>CURYEAR2DIGIT</DT>
20674 <DD>
20675 This token represents the current year.
20676 For example, &quot;98&quot; or &quot;01&quot;.
20677 It is always 2 digits.
20678 </DD>
20680 <DT>LASTMONTH</DT>
20681 <DD>
20682 This token represents last month.
20683 For example, if this is November (the 11th month),
20684 it is equal to &quot;10&quot; or if this is October (the 10th month),
20685 it is &quot;9&quot;.
20686 It is possible that this and the other tokens beginning with LASTMONTH
20687 below could be useful when used with a Filtering Rule that
20688 has the &quot;Beginning of Month&quot; option set.
20689 </DD>
20691 <DT>LASTMONTH2DIGIT</DT>
20692 <DD>
20693 This token represents last month.
20694 For example, if this is November (the 11th month),
20695 it is equal to &quot;10&quot; or if this is October (the 10th month),
20696 it is &quot;09&quot;.
20697 It is always 2 digits.
20698 </DD>
20700 <DT>LASTMONTHLONG</DT>
20701 <DD>
20702 This token represents last month.
20703 For example, if this is November the value is &quot;October&quot;.
20704 </DD>
20706 <DT>LASTMONTHABBREV</DT>
20707 <DD>
20708 This token represents last month.
20709 For example, if this is November the value is &quot;Oct&quot;.
20710 </DD>
20712 <DT>LASTMONTHYEAR</DT>
20713 <DD>
20714 This token represents what the year was a month ago.
20715 For example, if this is October, 1998, it is &quot;1998&quot;.
20716 If this is January, 1998, it is &quot;1997&quot;.
20717 </DD>
20719 <DT>LASTMONTHYEAR2DIGIT</DT>
20720 <DD>
20721 This token represents what the year was a month ago.
20722 For example, if this is October, 1998, it is &quot;98&quot;.
20723 If this is January, 1998, it is &quot;97&quot;.
20724 </DD>
20726 <DT>LASTYEAR</DT>
20727 <DD>
20728 This token represents last year.
20729 For example, if this is 1998, it equals &quot;1997&quot;.
20730 It is possible that this
20731 could be useful when used with a Filtering Rule that
20732 has the &quot;Beginning of Year&quot; option set.
20733 </DD>
20735 <DT>LASTYEAR2DIGIT</DT>
20736 <DD>
20737 This token represents last year.
20738 For example, if this is 1998, it equals &quot;97&quot;.
20739 It is always 2 digits.
20740 </DD>
20742 <DT>ROLENICK</DT>
20743 <DD>
20744 This token represents the nickname of the
20745 role currently being used.  If no role is being used,
20746 then no text will be printed for this token.
20747 This token does not work with Filter Rule folder names.
20748 </DD>
20749 </DL>
20752 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
20753 See the help for the
20754 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
20755 to see why you might want to use this.
20756 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
20757 must be surrounded by underscores when used.
20759 <DL>
20760 <DT>NEWLINE</DT>
20761 <DD>
20762 This is an end of line marker.
20763 </DD>
20764 </DL>
20767 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
20769 <DL>
20770 <DT>CURSORPOS</DT>
20771 <DD>
20772 This token is different from the others.
20773 When it is replaced it is replaced with nothing, but it sets an Alpine
20774 internal variable that tells the composer to start with the cursor
20775 positioned at the position where this token was.
20776 If both the template file and the signature file contain
20777 a &quot;CURSORPOS&quot; token, then the position in the template file
20778 is used.
20779 If there is a template file and neither it nor the signature file contains
20780 a &quot;CURSORPOS&quot; token, then the cursor is positioned
20781 after the end of the contents of the
20782 template file when the composer starts up.
20783 </DD>
20784 </DL>
20787 &lt;End of help on this topic&gt;
20788 </BODY>
20789 </HTML>
20790 ======= h_reply_token_conditionals =======
20791 <HTML>
20792 <HEAD>
20793 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
20794 </HEAD>
20795 <BODY>
20796 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
20798 Conditional text inclusion may be used with
20799 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20800 in signature files, and in template files used in
20801 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
20802 It may <EM>not</EM> be used with the
20803 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
20806 There is a limited if-else capability for including text.
20807 The if-else condition is based
20808 on whether or not a given token would result in replacement text you
20809 specify.
20810 The syntax of this conditional inclusion is
20812 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
20814 The left parenthesis must follow the underscore immediately, with no
20815 intervening space.
20816 It means the token is expanded and the results of that expansion are
20817 compared against the &quot;match_this&quot; argument.
20818 If there is an exact match, then the &quot;if_matched&quot; text is used
20819 as the replacement text.
20820 Otherwise, the &quot;if_not_matched&quot; text is used.
20821 One of the most useful values for the &quot;match_this&quot; argument is
20822 the empty string, &quot;&quot;.
20823 In that case the expansion is compared against the empty string.
20825 Here's an example to make it clearer.
20826 This text could be included in one of your template files:
20828 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
20830 If that is included in a template file that you are using while replying
20831 to a message (because you chose to use the role it was part of),
20832 and that message has a newsgroup header and a newsgroup in that header,
20833 then the text
20835 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
20837 will be included in the message you are about to compose.
20838 On the other hand, if the message you are replying to does not have
20839 a newsgroup, then the text
20841 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
20843 would be included instead.
20844 This would also work in signature files and in
20845 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
20846 If the &quot;match_this&quot;, &quot;if_matched&quot;,
20847 or &quot;if_not_matched&quot; arguments contain
20848 spaces, parentheses, or commas;
20849 they have to be quoted with double quotation marks (like in the example
20850 above).
20851 If you want to include a literal quote (&quot;) in the text you must escape the
20852 quote by preceding it with a backslash (&#92;) character.
20853 If you want to include a literal backslash character you must escape it
20854 by preceding it with another backslash.
20856 The comma followed by &quot;if_not_matched&quot; is optional.
20857 If there is no &quot;if_not_matched&quot;
20858 present then no text is included if the not_matched case is true.
20859 Here's another example:
20861 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
20863 Here you can see that tokens may appear in the arguments.
20864 The same is true for tokens with the conditional parentheses.
20865 They may appear in arguments,
20866 though you do have to be careful to get the quoting and escaping of
20867 nested double quotes correct.
20868 If this was in the signature file being used and you were replying to a message
20869 sent to comp.mail.pine the resulting text would be:
20871 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
20873 If you were replying to a message that wasn't sent to any newsgroup the
20874 resulting text would be a single blank line.
20875 The reason you'd get a blank line is because the end of the line is
20876 outside of the conditional, so is always included.
20877 If you wanted to get rid of that blank line you could do so by moving
20878 the end of line inside the conditional.
20879 In other words, it's ok to have multi-line
20880 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
20881 template file.
20882 The text just continues until the next double quotation, even if it's not
20883 on the same line.
20885 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
20887 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
20889 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
20890 while reading the newsgroup comp.mail.pine the resulting text would be:
20892 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
20894 If you were replying to a message while reading an email folder instead
20895 of a newsgroup the resulting leadin text would be
20897 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
20899 Here's one more (contrived) example illustrating a matching argument
20900 that is not the empty string.
20902 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
20904 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
20905 were replying to
20906 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
20907 would be
20909 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
20911 But if you were replying to a message sent on Oct. 27 (and that wasn't
20912 today) you would get
20914 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
20917 &lt;End of help on this topic&gt;
20918 </BODY>
20919 </HTML>
20920 ======= h_composer_cntxt_nick =======
20921 <HTML>
20922 <HEAD>
20923 <TITLE>Collection Nickname Explained</TITLE>
20924 </HEAD>
20925 <BODY>
20926 <H1>Collection Edit Help -- Nickname Field</H1>
20928 This field is provided so you can add a short nickname to use when
20929 referring to this collection within Alpine.  Spaces are allowed, and
20930 you don't need to use double-quotes.  However, the double-quote
20931 character is not allowed.
20933 Look <A HREF="h_edit_nav_cmds">here</A>
20934 to see the available Editing and Navigation commands.
20936 &lt;End of help on this topic&gt;
20937 </BODY>
20938 </HTML>
20939 ======= h_folder_server_syntax =======
20940 <HTML>
20941 <HEAD>
20942 <TITLE>Server Name Syntax</TITLE>
20943 </HEAD>
20944 <BODY>
20945 <H1>Server Name Syntax</H1>
20947 This help describes the syntax that may be used for server names
20948 that may be associated with remote folders or SMTP servers.
20951 A server name is the hostname of the server.
20952 It's a good idea to use the host's fully-qualified network name.
20955 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
20958 However, IP addresses are allowed if surrounded
20959 with square-brackets.
20962 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
20965 An optional network port number may be supplied by appending
20966 a colon (:) followed by the port number
20967 to the server name.
20968 By default, the IMAP port number, 143, is used.
20971 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
20974 Besides server name and optional port number, various other optional
20975 parameters may be supplied that alter Alpine's interaction with the server.
20976 A parameter is supplied by appending a slash (/) character followed by
20977 the parameter's name and,
20978 depending on the particular parameter, the value assigned to that
20979 name, to the server name (and optional port number).
20980 Parameter names are <EM>not</EM> case sensitive.
20981 Currently supported parameters include:
20983 <DL>
20985 <DT>User</DT>
20986 <DD>This parameter requires an associated value, and is intended to
20987 provide the username identifier with which to establish the server
20988 connection.
20989 If your SMTP server offers SMTP AUTH authentication, adding this 
20990 parameter to the
20991 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
20992 option will cause Alpine to attempt to authenticate to the server using the
20993 supplied username.
20994 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
20995 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
20996 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
20997 option (or to the server name for any folder collection using NNTP)
20998 will cause Alpine to attempt
20999 to authenticate to the server using the supplied username.
21000 An example might be:
21003 <CENTER><SAMP>/user=katie</SAMP></CENTER>
21006 </DD>
21008 <DT>TLS</DT>
21009 <DD>
21010 This is a unary parameter indicating communication with the server must 
21011 take place over a TLS connection. If you use this parameter, Alpine will 
21012 establish an insecure connection to the server, and later will attempts to 
21013 use a secure encrypted connection. If the attempt to use TLS fails then 
21014 this parameter will cause the connection to fail instead of falling back 
21015 to an insecure connection.
21017 Use this option when you are told to use STARTTLS. If you are told to use 
21018 SSL or TLS on port 993, use the /ssl unary parameter instead, and not this 
21019 parameter. Use this parameter when establishing a connection to a server 
21020 on an insecure port (normally port 143 for IMAP) and then needing to 
21021 establish a secure connection using STARTTLS.
21023 <P><A href="h_security_considerations">Learn more</A> about security 
21024 considerations when you use this option.
21027 <CENTER><SAMP>/tls</SAMP></CENTER>
21030 </DD>
21032 <DT>SSL</DT>
21033 <DD>
21034 This is a unary parameter indicating communication with the server should 
21035 take place over a Secure Socket Layer connection.  The server must support
21036 this method, and be prepared to accept connections on the appropriate
21037 port (993 by default).
21038 Alpine must be linked with an SSL library for this option to be operational.
21039 Using this option will make Alpine try to connect to the server using the
21040 most secure encrypted SSL connection that both your version of Alpine and the
21041 server support.
21044 <CENTER><SAMP>/ssl</SAMP></CENTER>
21047 </DD>
21049 <DT>TLS1</DT>
21050 <DD>
21051 This parameter indicates that the connection to the server will be made
21052 over the SSL port, but using the TLSv1 protocol, instead of the usual
21053 SSLv3 or SSLv2 protocols.
21054 Alpine must be linked with an SSL library for this option to be operational.
21057 <CENTER><SAMP>/tls1</SAMP></CENTER>
21059 </DD>
21061 <DT>TLS1_1</DT>
21062 <DD>
21063 This parameter indicates that the connection to the server will be made
21064 over the SSL port, but using the TLSv1.1 protocol.
21065 Alpine must be linked with an SSL library that supports this encryption
21066 protocol for this option to be operational.
21069 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
21071 </DD>
21073 <DT>TLS1_2</DT>
21074 <DD>
21075 This parameter indicates that the connection to the server will be made
21076 over the SSL port, but using the TLSv1.2 protocol.
21077 Alpine must be linked with an SSL library that supports this encryption
21078 protocol for this option to be operational.
21081 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
21083 </DD>
21085 <DT>TLS1_3</DT>
21086 <DD>
21087 This parameter indicates that the connection to the server will be made
21088 over the SSL port, but using the TLSv1.3 protocol.
21089 Alpine must be linked with an SSL library that supports this encryption
21090 protocol for this option to be operational.
21093 <CENTER><SAMP>/tls1_3</SAMP></CENTER>
21095 </DD>
21097 <DT>NoValidate-Cert</DT>
21098 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
21099 This is needed if the server uses self-signed certificates or if Alpine
21100 cannot validate the certificate for some other known reason. You should avoid
21101 using this option, and instead install the certificate of the server, so you
21102 are not a victim of a cracker-in-the-middle attack.
21104 </DD>
21106 <DT>Anonymous</DT>
21107 <DD>This is a unary parameter (that means it does not have a value)
21108 indicating that the connection be logged in as
21109 &quot;anonymous&quot; rather than a specific user.
21110 Not all servers offer anonymous
21111 access; those which do generally only offer read-only access to certain
21112 &quot;public&quot; folders.
21115 <CENTER><SAMP>/anonymous</SAMP></CENTER>
21118 </DD>
21120 <DT>Secure</DT>
21121 <DD>This is a unary parameter indicating that the connection use the
21122 most secure authentication method mutually supported by Alpine and the
21123 server.
21124 Alpine is capable of authenticating connections to 
21125 the server using several methods.
21126 By default, Alpine will attempt each
21127 method until either a connection is established or the
21128 list of methods is exhausted.
21129 This parameter causes Alpine to instead fail 
21130 the connection if the first (generally most &quot;secure&quot;) method fails.
21133 <CENTER><SAMP>/secure</SAMP></CENTER>
21136 </DD>
21138 <DT>Submit</DT>
21139 <DD>This is a unary parameter for use with the
21140 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
21141 It indicates that the connection should be made to the Submit server
21142 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
21143 (port 587) instead of the SMTP port (25).
21144 At the time this help was written the submit option was equivalent to
21145 specifying port 587. <A href="h_security_considerations">Learn more</A>
21146 about security considerations when you use this option.
21149 <CENTER><SAMP>/submit</SAMP></CENTER>
21153 <CENTER><SAMP>host:587</SAMP></CENTER>
21156 </DD>
21158 <DT>Debug</DT>
21159 <DD>This is a unary parameter indicating that the connection be established
21160 in a verbose mode.  Basically, it causes Alpine to log the communication with
21161 the server in Alpine's debug file.
21162 Normally, the pine -d command-line flag would be used instead.
21164 </DD>
21166 <DT>NoRsh</DT>
21167 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
21168 the UNIX remote shell program.
21169 Including &quot;NoRsh&quot; will cause connections to this server to skip
21170 the &quot;rsh&quot; attempt.
21171 This might be useful to avoid long timeouts caused by rsh firewalls, for
21172 example.
21174 </DD>
21176 <DT>Loser</DT>
21177 <DD>This option makes sense only for IMAP servers that do not perform
21178 a SEARCH command correctly. If your filtering rules
21179 fail to filter some messages, that should have been filtered, then this
21180 option will make Alpine download all data necessary data to perform that 
21181 search. There is a performance penalty when using this option. Downloading 
21182 the data to perform the search will take longer than requesting the IMAP
21183 server to perform the filtering, but the filtering will be done correctly.
21185 </DD>
21188 <DT>Service</DT>
21189 <DD>This parameter requires an associated value.  The default value is
21190 &quot;IMAP&quot; which indicates communication with the server based
21191 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
21192 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
21194 Other service values include:
21195  <DL>
21196  <DT>NNTP</DT>
21197  <DD>This value indicates communication with the server takes place via
21198 the Network News Transfer Protocol.  Use this to define a collection
21199 of newsgroups on a remote news server.  So
21202 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
21204 or just
21206 <CENTER><SAMP>/NNTP</SAMP></CENTER>
21209 is the way to specify NNTP access.
21211  </DD>
21213  <DT>POP3</DT>
21214  <DD>This value indicates communication with the server takes place via the
21215 Post Office Protocol 3 protocol.
21218 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
21220 or just
21222 <CENTER><SAMP>/POP3</SAMP></CENTER>
21225 Note that there are several important issues
21226 to consider when selecting this option:
21227 <OL>
21228  <LI> POP3 provides access to only your INBOX.  In other words,
21229 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
21230  <LI> Alpine's implementation of POP3 does not follow the traditional POP
21231 model and will leave your mail on the server. Refer to the
21232 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
21233  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
21234 </OL>
21235 </DD>
21236 </DL>
21237 </DL>
21240 Note that it is possible to include more than one parameter in a server
21241 specification by concatenating the parameters. For example:
21244 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
21248 &lt;End of help on this topic&gt;
21249 </BODY>
21250 </HTML>
21251 ======= h_security_considerations =======
21252 <HTML>
21253 <HEAD>
21254 <TITLE>SSL, TLS, STARTTLS and More Security Considerations</TITLE>
21255 </HEAD>
21256 <BODY>
21257 <H1>SSL, TLS, STARTTLS and More Security Considerations</H1>
21259 The purpose of this text is to educate users on how to best choose
21260 the type of security connection to a remote server using the SSL and TLS
21261 encryption protocols.
21264 In the past, and when Alpine originally started to support encrypted connections
21265 to remote servers, the /ssl modifier was needed, and it meant any of the SSLv2
21266 or SSLv3 protocols. Those encryption protocols are considered not fully secure
21267 anymore, and in fact, you might not be able to use them anymore.
21269 <P> Today the /ssl modifier means to use the most secure encryption 
21270 protocol between your version of Alpine and what the server supports. This 
21271 might mean more modern protocols, such as TLS 1.0, TLS 1.1, etc. As of 
21272 this writing, Alpine supports connection using TLS 1.3. These protocols
21273 are considered more secure today and they should be preferred over the old
21274 SSL protocols.
21276 <P> A source of confusion for Alpine users might be the meaning of the 
21277 modifier /tls with respect to the names of the encryption protocols, such 
21278 as TLS 1.2. The meaning of /tls is to start an encrypted connection to a 
21279 server after an insecure connection has been established, and we will 
21280 discuss this later in this help text. 
21282 <P>The best way to start an encrypted connection to a server is to use the 
21283 /ssl modifier. If your provider allows encrypted connections on port 993 
21284 for IMAP, or port 995 for POP3, or in port 465 for SMTP, just define your 
21285 server by adding the /ssl modifier and do not add the port to the server. 
21286 Alpine knows that the secure connection will be done in the correct port, 
21287 and will use the most secure encryption available between Alpine and the 
21288 server. You only need to use the port number when it is different from the
21289 default port numbers for this type of connections, and those were given
21290 above.
21292 <P>Most email service providers identify secure connections by saying 
21293 &quot;SSL or TLS&quot;. In this case, use the /ssl modifier, and only use 
21294 the port number in case it is different to the ones above.
21296 <P>If your service provider says to use STARTTLS, then you need to use the 
21297 /tls modifier. If your service provider gives you the option to use SSL or 
21298 TLS and to use STARTTLS choose the secure port and choose the /ssl 
21299 modifier. This is because connections using the /tls modifier can be 
21300 attacked and your username and password can be stolen by a hacker. The next
21301 paragraph describes in short how to do this.
21303 <P> When you use the /tls modifier, Alpine connects insecurely to the 
21304 remote server. Because the connection is insecure, it is possible that you 
21305 connect to a different server, which connects you to the real server. This 
21306 is called &quot;man-in-the-middle&quot; attack, and so your communication 
21307 will pass through the hackers computer before it reaches the real target. 
21308 An example of a possible man-in-the-middle is your internet service provider, 
21309 or your employer in some instances.
21310 This means that the hacker can modify the replies from the correct server 
21311 and give you the illusion of security before you are actually connected to 
21312 the secure server. Therefore, you might disclose your username and 
21313 password to the hacker before you establish a secure connection to the correct
21314 server.
21316 <P> Therefore, if possible avoid using STARTTLS (for IMAP and POP) or SUBMIT
21317 for SMTP (in port 587), as these are subject to attack. If possible
21318 ask your provider for secure connections for SSL or TLS in the secure ports
21319 993 for IMAP, 995 for POP or 465 for SMTP.
21321 <P> In the current state, even as of TLS 1.3, these protocols are considered 
21322 secure but they do not protect your privacy. For example your internet 
21323 service provider might track to which servers you are connecting securely. 
21324 Encryption protocols are evolving to not only protect the security of your 
21325 data, but also your privacy.
21327 <P> Other types of errors can lead to insecure connections. An example is
21328 when the name of the server as provided by the user does not match the
21329 name of the server in the certificate. 
21330 <A href="h_tls_validation_failure">Read more</A> about security errors
21331 of this type and learn how to protect yourself against this type of
21332 errors.
21335 &lt;End of help on this topic&gt;
21336 </BODY>
21337 </HTML>
21338 ======= h_composer_cntxt_server =======
21339 <HTML>
21340 <HEAD>
21341 <TITLE>Collection Server: Explained</TITLE>
21342 </HEAD>
21343 <BODY>
21344 <H1>Collection Edit Help -- Server Field</H1>
21346 This collection's &quot;Server:&quot; definition indicates the
21347 hostname of the server providing access to the folders in this
21348 collection.
21349 The syntax of this server name is the same as for other server names used
21350 in remote folder names in
21351 Alpine and is described
21352 <A HREF="h_folder_server_syntax">here</A>.
21355 &lt;End of help on this topic&gt;
21356 </BODY>
21357 </HTML>
21358 ======= h_composer_cntxt_path =======
21359 <HTML>
21360 <HEAD>
21361 <TITLE>Collection Path: Explained</TITLE>
21362 </HEAD>
21363 <BODY>
21364 <H1>Collection Edit Help -- Path Field</H1>
21366 The collection's &quot;Path:&quot; definition indicates the location
21367 of the folders in this collection.  If the path or any of its components
21368 do not exist, Alpine will prompt you for their creation when exiting the
21369 Add/Change screen.
21371 <P> 
21372 By default the path is interpreted as defining a section of your personal
21373 folder area.  This area and how you specify it are defined by the
21374 server, if one is specified in the collection, or, typically, the home
21375 directory if no server is defined.
21378 To define a collection outside the default &quot;area&quot;, prefix
21379 the path with the &quot;namespace&quot; to use when interpreting the
21380 given path.  If a namespace is specified, the Path begins with the
21381 sharp, &quot;#&quot;, character followed by the name of the namespace
21382 and then the namespace's path-element-delimiter.  Aside from the
21383 path's format, namespaces can also imply access rights, content
21384 policy, audience, location, and, occasionally, access methods.
21387 Each server exports its own set (possibly of size one) of 
21388 namespaces.  Hence, it's likely communication with your server's
21389 administrator will be required for specific configurations.  Some of
21390 the more common namespaces, however, include:
21392 <DL>
21393 <DT>#news.</DT>
21394 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
21395 names are hierarchically defined with each level delimited by a period.
21396 </DD>
21397 <DT>#public/</DT>
21398 <DD>This specifies a folder area that the server may export to the general
21399 public.
21400 </DD>
21401 <DT>#shared/</DT>
21402 <DD>This specifies a folder area that the folder may export to groups
21403 of users.
21404 </DD>
21405 <DT>#ftp/</DT>
21406 <DD>This specifies a folder area that is the same as that it may have 
21407 exported via the &quot;File Transfer Protocol&quot;.
21408 </DD>
21409 <DT>#mh/</DT>
21410 <DD>This specifies the personal folder area associated with folders
21411 and directories that were created using the MH message handling system.
21412 </DD>
21413 </DL>
21416 In addition, the server may support access to other user's folders,
21417 provided you have suitable permissions.  Common methods use a prefix
21418 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
21419 indicate the root of the other user's folder area.
21422 No, nothing's simple.
21425 &lt;End of help on this topic&gt;
21426 </BODY>
21427 </HTML>
21428 ======= h_composer_cntxt_view =======
21429 <HTML>
21430 <HEAD>
21431 <TITLE>Collection View: Explained</TITLE>
21432 </HEAD>
21433 <BODY>
21434 <H1>Collection Edit Help -- View Field</H1>
21436 The collection's &quot;View:&quot; definition provides a way to limit
21437 the displayed list of folders within a collection.  By default, only
21438 folders that contain the specified characters anywhere in their name
21439 are shown in the collection's folder list.
21442 Additionally, you can use a wildcard character to better control
21443 the list of folders selected for display.  The wildcard specifier is
21444 the star, &quot;*&quot;, character.
21447 So, for example, to define a collection of all folders ending with
21448 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
21449 quote characters!).  Or, similarly, to define a collection of folders
21450 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
21451 specify a view of &quot;a*z&quot;.
21454 &lt;End of help on this topic&gt;
21455 </BODY>
21456 </HTML>
21457 ======= h_composer_abook_add_server =======
21458 <HTML>
21459 <HEAD>
21460 <TITLE>Addressbook Server Name Field Explained</TITLE>
21461 </HEAD>
21462 <BODY>
21463 This field should be left blank if the address book is stored in a regular
21464 file on this system.  If it is a remote address book stored on an IMAP
21465 server then this is the name of that IMAP server.
21467 Look <A HREF="h_edit_nav_cmds">here</A>
21468 to see the available Editing and Navigation commands.
21470 &lt;End of help on this topic&gt;
21471 </BODY>
21472 </HTML>
21473 ======= h_composer_abook_add_folder =======
21474 <HTML>
21475 <HEAD>
21476 <TITLE>Addressbook Folder Name Field Explained</TITLE>
21477 </HEAD>
21478 <BODY>
21479 For a remote address book (one for which the Server Name is filled in)
21480 this is the name of a folder on the remote server. The address book data
21481 will be stored in this folder. This folder should be used only for
21482 storing this single address book, not for other address books or for
21483 other messages.
21485 For a local address book (one for which the Server Name is not filled in)
21486 this is the name of a file in which the address book will be stored.
21487 The file is in the same directory as the Alpine configuration file if the
21488 configuration file is local.
21489 If the configuration file is remote, then this will be in the home directory
21490 for Unix Alpine and in the directory specified by the
21491 &quot;-aux local_directory&quot; command line argument.
21493 Look <A HREF="h_edit_nav_cmds">here</A>
21494 to see the available Editing and Navigation commands.
21496 &lt;End of help on this topic&gt;
21497 </BODY>
21498 </HTML>
21499 ======= h_composer_abook_add_nick =======
21500 <HTML>
21501 <HEAD>
21502 <TITLE>Addressbook NickName Field Explained</TITLE>
21503 </HEAD>
21504 <BODY>
21505 This is just an optional nickname for this address book. If present, it
21506 is used in some of the displays and error messages in the address book
21507 maintenance screens. It is for your convenience only and serves no
21508 other purpose.
21510 Look <A HREF="h_edit_nav_cmds">here</A>
21511 to see the available Editing and Navigation commands.
21513 &lt;End of help on this topic&gt;
21514 </BODY>
21515 </HTML>
21516 ======= h_composer_qserv_cn =======
21517 <HTML>
21518 <HEAD>
21519 <TITLE>Directory Query Form Explained</TITLE>
21520 </HEAD>
21521 <BODY>
21523 Fill in as many of these fields as you wish to narrow down your
21524 search. All the fields you fill in must match in order for an entry
21525 to be returned. You may use the wildcard character &quot;*&quot; in
21526 any of the fields, it matches any zero or more characters at that
21527 point in the string. There are no implicit wildcards, so the match is
21528 exact unless you include wildcards.
21531 Note that if an attribute isn't present at all, then the match will fail.
21532 For example, if a server doesn't support the Locality attribute, then no
21533 matter what you put in the Locality field (other than leaving it empty)
21534 the search will fail.
21537 This field, the Common Name field, is typically a person's full name.
21540 <H1>EDITING and NAVIGATION COMMANDS</H1>
21541 <!--chtml if pinemode="function_key"-->
21542 <PRE>
21543 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21544 ^B (Left Arrow)    Back character       | ^D       Delete current character
21545 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21546 ^P (Up Arrow)      Previous line        |
21547 ^N (Down Arrow)    Next line            | F9       Cut marked text or
21548 ^A                 Beginning of line    |            delete current line
21549 ^E                 End of line          | F10      Undelete line(s)
21550 F7                 Previous page        |
21551 F8                 Next page            |-------------------------------------
21552 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21553 ----------------------------------------|
21554 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
21555 F2   Cancel      |   F1    Get help     |
21556 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
21557 </PRE>
21558 <!--chtml else-->
21559 <PRE>
21560 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21561 ^B (Left Arrow)    Back character       | ^D       Delete current character
21562 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21563 ^P (Up Arrow)      Previous line        |
21564 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
21565 ^A                 Beginning of line    |            delete current line
21566 ^E                 End of line          | ^U       Undelete line(s)
21567 ^Y                 Previous page        |
21568 ^V                 Next page            |-------------------------------------
21569 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21570 ----------------------------------------|
21571 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
21572 ^C   Cancel      |   ^G    Get help     |
21573 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
21574 </PRE>
21575 <!--chtml endif-->
21576 <P><UL>
21577 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21578 </UL><P>
21579 &lt;End of help on this topic&gt;
21580 </BODY>
21581 </HTML>
21582 ======= h_composer_qserv_sn =======
21584 The Surname is usually the family name of a person.
21586 <End of help on this topic>
21587 ======= h_composer_qserv_gn =======
21589 This is the part of a person's name that isn't the surname or initials.
21591 <End of help on this topic>
21592 ======= h_composer_qserv_mail =======
21594 This is the email address of a person.
21596 <End of help on this topic>
21597 ======= h_composer_qserv_org =======
21599 This is the organization a person belongs to.
21601 <End of help on this topic>
21602 ======= h_composer_qserv_unit =======
21604 This is the organizational unit a person belongs to.
21606 <End of help on this topic>
21607 ======= h_composer_qserv_country =======
21609 This is the country a person belongs to.
21611 <End of help on this topic>
21612 ======= h_composer_qserv_state =======
21614 This is the state a person belongs to.
21616 <End of help on this topic>
21617 ======= h_composer_qserv_locality =======
21619 This is the locality a person belongs to.
21621 <End of help on this topic>
21622 ======= h_composer_qserv_custom =======
21624 This one is for advanced users only! If you put something in this field,
21625 then the rest of the fields are ignored.
21627 This field may be set to the string representation of an LDAP search
21628 filter (see RFC1960). Here are some examples:
21630 To search for an entry with a surname equal to "clinton" you could set
21631 the custom filter to:
21633      (sn=clinton)
21634     
21635 This is equivalent to putting "clinton" in the SurName field.
21636 To search for an entry that has a surname that begins with "clint" and
21637 has a givenname equal to "william" you could use:
21639      (&(sn=clint*)(givenname=william))
21640     
21641 This is equivalent to setting the SurName field to "clint*" and the
21642 GivenName field to "william".
21643 To search for an entry where either the common name OR the email address
21644 contains "abcde" you could use:
21646      (|(cn=*abcde*)(mail=*abcde*))
21648 That isn't equivalent to anything you can do by setting the other fields
21649 because of the OR.
21651 <End of help on this topic>
21652 ======= h_composer_qserv_qq =======
21654 This one is a little different from the rest of the categories.  It causes
21655 a search to be formed from the configured search filter that you filled
21656 in when you added the directory server to your configuration. It can also
21657 be combined with the other fields if you'd like.
21659 <End of help on this topic>
21660 ======= h_address_format =======
21661 <HTML>
21662 <HEAD>
21663 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
21664 </HEAD>
21665 <BODY>
21666 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
21668 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
21669 and then a domain, with no spaces.  
21670 For example, jsmith@art.example.com might be the email address
21671 of a person  
21672 with the username &quot;jsmith&quot; who has an account in the domain
21673 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
21674 right of the &quot;@&quot; sign can vary - a shorter example would be 
21675 isabelle@elsewhere.edu (the shortest possible form: here, only the 
21676 organization's domain is specified after the &quot;@&quot; sign); a longer 
21677 example would be 
21678  jsingh@shakti.edutech.example.com
21679 (here, the name of the host &quot;shakti&quot; in the domain 
21680 edutech.example.com is also specified).  
21681 <P>  
21682 If you do not know the exact email address of someone you want to write 
21683 to, ask them what it is using other means of communication than email; or 
21684 use the tools for 
21685 finding people's addresses that are available on the Internet.
21687 If you are sending to someone on the same system as you are, you can leave
21688 the &quot;@&quot; sign and all the information to its right off of the 
21689 address, and Alpine will fill it in automatically, 
21690 unless the feature 
21691 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
21694 When an email address you send a message to is not reachable -- either because 
21695 it is simply an incorrect address, or because email can temporarily not be 
21696 delivered to it due to a technical problem on the way to or at the recipient's 
21697 end -- you will almost always get an error notification email message back.
21699 If you encounter problems with, or have questions about, email delivery or
21700 email address syntax, contact your local network computing consultants.
21701 <P><UL>
21702 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21703 </UL>
21705 &lt;End of help on this topic&gt;
21706 </BODY>
21707 </HTML>
21708 ======= h_flag_user_flag =======
21709 <HTML>
21710 <HEAD>
21711 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
21712 </HEAD>
21713 <BODY>
21714 <H1>STATUS FLAG: User Defined Keyword</h1>
21716 This is a keyword that is defined for this folder.
21717 It was most likely defined by the owner of the folder.
21718 Alpine will not set or clear this flag on its own.
21720 <P><UL>
21721 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21722 </UL><P>
21723 &lt;End of help on this topic&gt;
21724 </BODY>
21725 </HTML>
21726 ======= h_flag_important =======
21727 <html>
21728 <title>STATUS FLAG: Important</title>
21729 <body>
21730 <h1>STATUS FLAG: Important</h1>
21733 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
21734 MESSAGE&nbsp;INDEX
21735 screen, can only be set by the user, and is intended to be used in
21736 whatever fashion makes sense to you.  You are the only one that can set or
21737 clear it. 
21740 &lt;End of help on this topic&gt;
21741 </BODY>
21742 </HTML>
21743 ======= h_flag_new =======
21744 <html>
21745 <title>STATUS FLAG: New</title>
21746 <body>
21747 <h1>STATUS FLAG: New</h1>
21750 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
21751 MESSAGE&nbsp;INDEX screen,
21752 is automatically set when messages are delivered to your Inbox (or other
21753 folder specified outside of Alpine).  Likewise, it is cleared automatically
21754 the first time you read the message it is associated with.
21757 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
21758 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
21759 you'd like to be reminded of it next time you read mail.  This can be done
21760 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
21764 &lt;End of help on this topic&gt;
21765 </BODY>
21766 </HTML>
21767 ======= h_flag_answered =======
21768 <html>
21769 <title>STATUS FLAG: Answered</title>
21770 <body>
21771 <h1>STATUS FLAG: Answered</h1>
21773 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
21774 MESSAGE&nbsp;INDEX
21775 screen, is automatically set when you reply to a message.  This flag is not
21776 automatically cleared.
21779 &lt;End of help on this topic&gt;
21780 </BODY>
21781 </HTML>
21782 ======= h_flag_forwarded =======
21783 <html>
21784 <title>STATUS FLAG: Forwarded</title>
21785 <body>
21786 <h1>STATUS FLAG: Forwarded</h1>
21788 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
21789 MESSAGE&nbsp;INDEX
21790 screen, is automatically set when you forward a message.  This flag is not
21791 automatically cleared.
21794 &lt;End of help on this topic&gt;
21795 </BODY>
21796 </HTML>
21797 ======= h_flag_deleted =======
21798 <html>
21799 <title>STATUS FLAG: Deleted</title>
21800 <body>
21801 <h1>STATUS FLAG: Deleted</h1>
21803 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
21804 MESSAGE&nbsp;INDEX
21805 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
21806 It is cleared
21807 when you use the &quot;U&nbsp;Undelete&quot; command.
21810 Messages marked with this flag will be permanently removed from
21811 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
21812 command, or
21813 when you indicate acceptance of their removal upon leaving the folder.
21816 Note, there can be other actions implicit in the
21817 &quot;D&nbsp;Delete&quot; command,
21818 such as advancing to the next message, that may be momentarily undesirable.
21819 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
21820 flag <A HREF="h_common_flag">explicitly</A>.
21823 &lt;End of help on this topic&gt;
21824 </BODY>
21825 </HTML>
21826 ====== h_config_incoming_timeo ======
21827 <HTML>
21828 <HEAD>
21829 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
21830 </HEAD>
21831 <BODY>
21832 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
21834 This option has no effect unless the feature
21835 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21836 is set, which in turn has no effect unless
21837 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21838 is set.
21840 Sets the time in seconds that Alpine will
21841 attempt to open a network connection used for monitoring for Unseen
21842 messages in Incoming Folders. The default is 5.
21843 If a connection has not completed within this many seconds Alpine will
21844 give up and consider it a failed connection.
21846 <UL>   
21847 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21848 </UL><P>
21849 &lt;End of help on this topic&gt;
21850 </BODY>
21851 </HTML>
21852 ====== h_config_incoming_interv ======
21853 <HTML>
21854 <HEAD>
21855 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
21856 </HEAD>
21857 <BODY>
21858 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
21860 This option has no effect unless the feature
21861 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21862 is set, which in turn has no effect unless
21863 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21864 is set.
21866 This option specifies, in seconds, how often Alpine will check
21867 for new mail and state changes in Incoming Folders when Incoming Folders
21868 Checking is turned on.
21869 The default is 3 minutes (180).
21870 This value applies only to folders that are local to the system that
21871 Alpine is running on or that are accessed using the IMAP protocol.
21872 The similar option
21873 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
21874 applies to all other monitored folders.
21876 <UL>   
21877 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21878 </UL><P>
21879 &lt;End of help on this topic&gt;
21880 </BODY>
21881 </HTML>
21882 ====== h_config_incoming_second_interv ======
21883 <HTML>
21884 <HEAD>
21885 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
21886 </HEAD>
21887 <BODY>
21888 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
21890 This option has no effect unless the feature
21891 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21892 is set, which in turn has no effect unless
21893 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21894 is set.
21896 This option together with the option
21897 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21898 specifies, in seconds, how often Alpine will check
21899 for new mail and state changes in Incoming Folders when Incoming Folders
21900 Checking is turned on.
21901 The default for this option is 3 minutes (180).
21902 For folders that are local to this system or
21903 that are accessed using the IMAP protocol
21904 the value of the option
21905 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21906 is used.
21907 For all other monitored folders, the value of this option is used.
21909 The reason there are two separate options is because it is usually
21910 less expensive to check local and IMAP folders than it is to check
21911 other types, like POP or NNTP folders.
21912 You may want to set this secondary value to a higher number than
21913 the primary check interval.
21915 <UL>   
21916 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21917 </UL><P>
21918 &lt;End of help on this topic&gt;
21919 </BODY>
21920 </HTML>
21921 ====== h_config_incoming_list ======
21922 <HTML>
21923 <HEAD>
21924 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
21925 </HEAD>
21926 <BODY>
21927 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
21929 This option has no effect unless the feature
21930 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21931 is set, which in turn has no effect unless
21932 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21933 is set.
21935 When monitoring the Incoming Message Folders for Unseen messages Alpine will
21936 normally monitor all Incoming Folders.
21937 You may use this option to restrict the list of monitored folders to a
21938 subset of all Incoming Folders.
21940 <UL>   
21941 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21942 </UL><P>
21943 &lt;End of help on this topic&gt;
21944 </BODY>
21945 </HTML>
21946 ====== h_config_pers_name ======
21947 <HTML>
21948 <HEAD>
21949 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
21950 </HEAD>
21951 <BODY>
21952 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
21954 This value is used to determine the full name part of the "From" address
21955 on messages you send.
21956 <!--chtml if pinemode="os_windows"-->
21957  PC-Alpine requires that this be set in order to properly construct the "From" address.
21958 <!--chtml else-->
21959  If unset, Unix Alpine will obtain your full name from
21960  the system password file. PC-Alpine, on the other hand, requires that this be set.
21961 <!--chtml endif-->
21963 If you want to change the value of what gets included in the From header
21964 in messages you send (other than just the Personal Name)
21965 look <A HREF="h_config_change_your_from">here</A> for a description.
21966 <P><UL>
21967 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21968 </UL><P>
21969 &lt;End of help on this topic&gt;
21970 </BODY>
21971 </HTML>
21972 ====== h_config_pruned_folders ======
21973 <html>
21974 <header>
21975 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
21976 </header>
21977 <body>
21978 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
21980 This variable allows you to define a list of one or more folders that
21981 Alpine will offer to prune for you in the same way it automatically offers
21982 to prune your "sent-mail" folder each month.
21983 Each folder in this list must be a folder in your default folder collection
21984 (the first folder collection if you have more than one), and it is just
21985 the relative name of the folder in the collection, not the fully-qualified name.
21986 It is similar to sent-mail.
21987 Instead of something like
21989 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
21991 the correct value to use would be
21993 <CENTER><SAMP>folder</SAMP></CENTER>
21995 There is an assumption here that your first collection is the folders in
21997 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
22000 Once a month, for each folder listed, Alpine will offer to move
22001 the contents of the folder to a new folder of the same name but with
22002 the previous month's date appended.  Alpine will then look for any such
22003 date-appended folder names created for a previous month, and offer each
22004 one it finds for deletion.
22007 If you decline the first offer, no mail is moved and no new folder is
22008 created.
22011 The new folders will be created
22012 in your default folder collection.
22015 <UL>   
22016 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22017 </UL><P>
22018 &lt;End of help on this topic&gt;
22019 </body>
22020 </html>
22021 ====== h_config_upload_cmd ======
22022 <HTML>
22023 <HEAD>
22024 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
22025 </HEAD>
22026 <BODY>
22027 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
22029 This option affects the behavior of the Composer's &quot;Read File&quot; 
22030 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
22031 commands.  It specifies
22032 a Unix program name, and any necessary command line arguments, that Alpine can
22033 use to transfer files from your personal computer into messages that you are
22034 composing.<P>
22036 <B>Note:</B> this facility is intended for use with serial line transfer 
22037 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22038 to work with TCP/IP file transfer programs such as ftp.<P>
22040 If a program is specified, the commands listed above are modified to offer a
22041 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
22042 specified here must match the transfer program or protocol available on the
22043 personal computer.<P>
22045 Alpine expects to exchange uploaded data via a file on your Unix system.  When
22046 the specified upload program finishes, Alpine expects the uploaded data to be
22047 contained in this file.<P>
22049 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
22050 generates a
22051 temporary file name that it will pass to the specified Unix program.  Alpine
22052 will read the resulting uploaded text from this file and then delete it when
22053 the upload command is finished.<P>
22055 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
22056 prompt
22057 you for the name of the file that is to contain the uploaded information that
22058 it is to attach.  Alpine will attach this file to the composition, but will
22059 <B>not</B> delete this file after the upload command is finished.<P>
22061 The special token &quot;_FILE_&quot; may be included among the Unix program's 
22062 command
22063 line arguments.  Alpine will replace this symbol with the name of the file
22064 being used to exchange the uploaded information.  This token allows you to
22065 position the file name where it is required in the Unix program's command
22066 line arguments.<P>
22068 If the &quot;_FILE_&quot; token is not present in the specified command, the
22069 temporary file's name is automatically appended to the specified Unix
22070 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22071 <B>last</B> command line argument.
22072 <P><UL>
22073 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22074 </UL><P>
22075 &lt;End of help on this topic&gt;
22076 </BODY>
22077 </HTML>
22078 ====== h_config_upload_prefix ======
22079 <HTML>
22080 <HEAD>
22081 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
22082 </HEAD>
22083 <BODY>
22084 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
22086 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
22087 It defines text to be written to the terminal emulator (via standard output)
22088 immediately prior to starting upload command.  This is useful for
22089 integrated serial line file transfer agents that permit command passing
22090 (e.g., Kermit's APC method).<P>
22092 The special token &quot;_FILE_&quot; may be included in the string specification.
22093 That symbol will be replaced with the (Alpine-created) name of the temporary
22094 file in which Alpine will expect to find the uploaded file.
22095 <P><UL>
22096 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22097 </UL><P>
22098 &lt;End of help on this topic&gt;
22099 </BODY>
22100 </HTML>
22101 ====== h_config_download_cmd ======
22102 <HTML>
22103 <HEAD>
22104 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
22105 </HEAD>
22106 <BODY>
22107 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
22109 This option affects the behavior of the Export command.  It specifies a Unix
22110 program name, and any necessary command line arguments, that Alpine can use to
22111 transfer the exported message to your personal computer's disk.<P>
22112 Note: this facility is intended for use with serial line transfer 
22113 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22114 to work with TCP/IP file transfer programs such as ftp.<P>
22115 If a program is specified, the Export command is modified to offer a
22116 subcommand (^V) to activate the transfer (in lieu of saving it to
22117  the machine where Alpine is running).  Obviously, the Unix program
22118 specified here must match the transfer program or protocol available on the
22119 personal computer.<P>
22121 When this subcommand is selected and before Alpine invokes the specified Unix
22122 program, Alpine will create a temporary file containing the text of the
22123 exported message.  Alpine uses this file to pass the exported message text to
22124 the specified Unix program.<P>
22126 The special token &quot;_FILE_&quot; may be included among the Unix program's command
22127 line arguments.  Alpine will replace this symbol with the temporary file's name
22128 before executing the Unix program.  This token allows you to position the
22129 file name where it is required in the Unix program's command line arguments.
22131 If the &quot;_FILE_&quot; token is not present in the specified command, the
22132 temporary file's name is automatically appended to the specified Unix
22133 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22134 <B>last</B> command line argument.
22135 <P><UL>
22136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22137 </UL><P>
22138 &lt;End of help on this topic&gt;
22139 </BODY>
22140 </HTML>
22141 ====== h_config_download_prefix ======
22142 <HTML>
22143 <HEAD>
22144 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
22145 </HEAD>
22146 <BODY>
22147 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
22149 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
22150 It defines text to be written to the terminal emulator (via standard output)
22151 immediately prior to starting the download command.  This is useful for
22152 integrated serial line file transfer agents that permit command passing
22153 (e.g., Kermit's APC method).
22155 The special token &quot;_FILE_&quot; may be included in the string 
22156 specification.
22157 That symbol will be replaced with the (Alpine-created) name of the temporary
22158 file into which Alpine will place the message to be downloaded.
22159 <P><UL>
22160 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22161 </UL><P>
22162 &lt;End of help on this topic&gt;
22163 </BODY>
22164 </HTML>
22165 ====== h_config_mailcap_path ======
22166 <HTML>
22167 <HEAD>
22168 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
22169 </HEAD>
22170 <BODY>
22171 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
22172 This variable is used to replace Alpine's default mailcap file search path.
22173 It takes one or more file names (full paths must be specified) in which to
22174 look for mail capability data.  The default search path can be found in this
22175 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
22176 If there is more than one file name listed, list members should be delimited
22177 by 
22178 <!--chtml if pinemode="os_windows"-->
22179 a semi-colon (;) under Windows; for example:<PRE>
22180         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
22181 </PRE>
22182 <!--chtml else-->
22183 a colon (:) under UNIX; for example:<PRE>
22184         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
22185 </PRE>
22186 <!--chtml endif-->
22187 <P><UL>
22188 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22189 </UL>
22191 &lt;End of help on this topic&gt;
22192 </BODY>
22193 </HTML>
22194 ====== h_config_mimetype_path ======
22195 <HTML>
22196 <HEAD>
22197 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
22198 </HEAD>
22199 <BODY>
22200 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
22202 This variable is used to replace Alpine's default mime.types file search path.
22203 It takes one or more file names (full paths must be specified) in which to
22204 look for file-name-extension to MIME type mapping data.  The default search
22205 path can be found in this
22206 <A HREF="h_news_config">Alpine Configuration</A> help.
22210 If there is more than one file name listed, list members should be delimited
22211 by a colon (:) under UNIX and a semi-colon (;) under Windows.
22213 &lt;End of help on this topic&gt;
22214 </BODY></HTML>
22215 ====== h_config_system_certs_path ======
22216 <HTML>
22217 <HEAD>
22218 <TITLE>OPTION: <!--#echo var="VAR_system-certs-path"--></TITLE>
22219 </HEAD>
22220 <BODY>
22221 <H1>OPTION: <!--#echo var="VAR_system-certs-path"--></H1>
22223 When Alpine is built to support secure connections to remote servers, a directory
22224 must be reserved in the system to store certificates that will be used to validate
22225 remote servers. This is normally configured at the time that Alpine is built, but
22226 there might be circumstances under which a user might want to use a different
22227 directory. For example, the directory might not be accessible, or has not been 
22228 updated and contains old certificates that have expired.
22231 This variable can be used to list
22232 the directory where such certificates can be found. Alpine will use the first
22233 directory in this list that exists in your system and can be accessed. This
22234 allows for users to be able to use the same pinerc file in different systems.
22237 Example of values for this option might be:
22239 <PRE>
22240 System CACerts Dir = /etc/ssl/certs
22241                      /usr/local/ssl/certs
22242                      C:\\libressl\\ssl\\certs
22243 <PRE>
22246 In unix systems, the default location of the certificates for openssl can
22247 be obtained by first executing the command
22249 <PRE>openssl version -d</PRE>
22251 and adding &quot;/certs&quot; to that value. In Windows the default location
22252 for the certificates is C:\\libressl\\ssl\\certs. This value was set by
22253 LibreSSL developers, and this option can be used to override this default.
22256 &lt;End of help on this topic&gt;
22257 </BODY></HTML>
22258 ====== h_config_system_certs_file ======
22259 <HTML>
22260 <HEAD>
22261 <TITLE>OPTION: <!--#echo var="VAR_system-certs-file"--></TITLE>
22262 </HEAD>
22263 <BODY>
22264 <H1>OPTION: <!--#echo var="VAR_system-certs-file"--></H1>
22266 This option sets the location of the container file that holds 
22267 certificate authority (CA) certificates.
22268 Alpine will use the first
22269 container in this list that exists in your system and can be accessed. This
22270 allows for users to be able to use the same pinerc file in different systems.
22273 Example of values for this option might be:
22275 <PRE>
22276 System Certs Path = /etc/ssl/certs/cert.pem
22277                     /usr/local/ssl/ca-root-nss.crt
22278                     C:\\libressl\\ssl\\certs\\cert.pem
22279 <PRE>
22282 In unix systems, the default location of the certificates for openssl can
22283 be obtained by first executing the command
22285 <PRE>openssl version -d</PRE>
22287 and adding &quot;/certs&quot; to that value. In Windows the default location
22288 for the certificates is C:\\libressl\\ssl\\certs\\cert.pem. This value was set 
22289 by LibreSSL developers, and this option can be used to override this default.
22292 &lt;End of help on this topic&gt;
22293 </BODY></HTML>
22294 ====== h_config_set_att_ansi ======
22295 <HTML><HEAD>
22296 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
22297 </HEAD>
22298 <BODY>
22299 <H1>OPTION: Set printer to attached ansi printer</H1>
22301 Type "S" to set your printer to "attached-to-ansi".<BR>
22302 It is OK to include "attached-to-ansi" in your personal list below.
22304 &lt;End of help on this topic&gt;
22305 </BODY></HTML>
22306 ====== h_config_set_att_ansi2 ======
22307 <HTML><HEAD>
22308 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
22309 </HEAD>
22310 <BODY>
22311 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
22313 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
22314 It is OK to include "attached-to-ansi-no-formfeed" in your personal
22315 list below.
22319 This is the same as the "attached-to-ansi" option except that a
22320 formfeed character will not be appended to the end of the print job.
22321 If your printer already ejects the paper by itself at the end of the
22322 job, you may prefer the "no-formfeed" form of this printer so that you
22323 don't get an extra blank page between print jobs.
22326 &lt;End of help on this topic&gt;
22327 </BODY></HTML>
22328 ====== h_config_set_att_wyse ======
22329 <HTML><HEAD>
22330 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
22331 </HEAD>
22332 <BODY>
22333 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
22335 Type "S" to set your printer to "attached-to-wyse".<BR>
22336 It is OK to include "attached-to-wyse" in your personal list below.
22338 This is very similar to "attached-to-ansi".
22339 The only difference is in the control characters sent to turn the printer
22340 on and off.
22341 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
22342 to turn on the printer and ESC LEFT_BRACKET 4 i
22343 to turn it off.
22344 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
22345 &lt;End of help on this topic&gt;
22346 </BODY></HTML>
22347 ====== h_config_set_att_wyse2 ======
22348 <HTML><HEAD>
22349 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
22350 </HEAD>
22351 <BODY>
22352 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
22354 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
22355 It is OK to include "attached-to-wyse-no-formfeed" in your personal
22356 list below.
22360 This is the same as the "attached-to-wyse" option except that a
22361 formfeed character will not be appended to the end of the print job.
22362 If your printer already ejects the paper by itself at the end of the
22363 job, you may prefer the "no-formfeed" form of this printer so that you
22364 don't get an extra blank page between print jobs.
22367 &lt;End of help on this topic&gt;
22368 </BODY></HTML>
22369 ====== h_config_set_stand_print ======
22370 <HTML>
22371 <HEAD>
22372 <TITLE>OPTION: Set default printer</TITLE>
22373 </HEAD>
22374 <H1>OPTION: Set default printer</H1>
22375 <BODY>
22376 Move to the printer you want and type "S" to set it to be your
22377 default printer.  This list is not modifiable by you and has been
22378 set up by the system administrators.  If there is more than one printer
22379 listed in the Command List, you will be able to cycle through that
22380 whole list at the time you print, starting with your default.
22381 It is OK to include entries from this Standard list in your personal
22382 list below.
22384 &lt;End of help on this topic&gt;
22385 </BODY>
22386 </HTML>
22387 ====== h_config_set_custom_print ======
22388 <HTML>
22389 <HEAD>
22390 <TITLE>OPTION: Set default printer</TITLE>
22391 </HEAD>
22392 <H1>OPTION: Set default printer</H1>
22393 <BODY>
22394 You may add as many print commands as you want to your personal list.
22395 Specify one of them as your default printer by moving to the printer
22396 you want and typing "S".  If there is more than one printer listed
22397 in the Command List, you will be able to cycle through that list at
22398 the time you print, starting with your default.  It is OK to include
22399 entries from the Standard list above or to include the command
22400 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
22401 "attached-to-wyse-no-formfeed" as one of the entries here.
22403 &lt;End of help on this topic&gt;
22404 </BODY>
22405 </HTML>
22406 ====== h_config_user_id =====
22407 <HTML>
22408 <HEAD>
22409 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
22410 </HEAD>
22411 <BODY>
22412 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
22414 This value is used as part of the "From" address on messages you send.
22415 It is also the default login name for remote IMAP server access.  Set this
22416 to the username part you want to appear on outgoing email.
22418 If you want to change the value of what gets included in the From header
22419 in messages you send (other than just the User ID)
22420 look <A HREF="h_config_change_your_from">here</A> for a description.
22422 <P><UL>   
22423 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22424 </UL><P>
22425 &lt;End of help on this topic&gt;
22426 </BODY>
22427 </HTML>
22428 ====== h_config_user_dom =====
22429 <HTML>
22430 <HEAD>
22431 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
22432 </HEAD>
22433 <BODY>
22434 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
22436 This value specifies the domain part (right-hand side) of your return
22437 address on outgoing email and is also used as the default domain for email
22438 composed to a local user.
22439 <!--chtml if pinemode="os_windows"-->
22440  This value is required for PC-Alpine. If you are unsure as to what this should be,
22441  contact your local help desk, system administrator, or Internet Service Provider.
22442 <!--chtml else-->
22443  If unset, Unix Alpine will obtain the domain from
22444  the system.  Often this value will be set for your whole site by the
22445  system administrator.<P>
22446 <!--chtml endif-->
22447 If you set this, see also the <A HREF="h_config_quell_local_lookup">
22448 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
22450 If you want to change the value of what gets included in the From header
22451 in messages you send (other than just the User Domain)
22452 look <A HREF="h_config_change_your_from">here</A> for a description.
22453 <P><UL>
22454 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22455 </UL><P>
22456 &lt;End of help on this topic&gt;
22457 </BODY>
22458 </HTML>
22459 ====== h_config_smtp_server =====
22460 <HTML>
22461 <HEAD>
22462 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
22463 </HEAD>
22464 <BODY>
22465 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
22466 This value specifies the name of one or more SMTP 
22467 (Simple Mail Transfer Protocol) servers for sending mail. 
22468 <!--chtml if pinemode="os_windows"-->
22469 You must have an SMTP server for use with PC-Alpine.
22470 SMTP servers are
22471 normally set up by a system administrator for use by all members of a given
22472 campus or department.
22473 Contact your local help desk to ask what SMTP
22474 servers you should use.  
22475 <!--chtml else-->
22476 Unix Alpine users may not need to set an SMTP server.
22477 Alpine will attempt to execute the program (usually sendmail) that is used
22478 to insert mail into the mail system.
22479 If this works for you, you may leave this option blank.
22480 If there is an SMTP server running on the Unix host you may be able to
22481 improve sending performance slightly by setting the SMTP server option
22482 to &quot;localhost&quot; or to the actual name of the Unix host.
22484 If the Unix host doesn't work the way Alpine was expecting you will need to
22485 set the value of this option.
22486 SMTP servers are
22487 normally set up by a system administrator for use by all members of a given
22488 campus or department.
22489 Contact your local help desk to ask what SMTP
22490 servers you should use.  
22491 <!--chtml endif-->
22493 Your SMTP server may offer SMTP AUTH authentication.
22494 It may even require it.
22495 If your SMTP server offers SMTP AUTH authentication you may specify a
22496 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
22497 This parameter requires an associated value,
22498 the username identifier with which to establish the server
22499 connection.
22500 An example might be:
22503 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
22506 If AUTH authentication is offered by the server, this will cause Alpine to
22507 attempt to use it.
22508 If AUTH authentication is not offered by the server, this will cause Alpine
22509 to fail sending with an error similar to:
22512 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
22515 Another type of authentication that is used by some ISPs is called
22516 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
22517 which means that you have to authenticate
22518 yourself to the POP or IMAP server by opening a mailbox before you
22519 can send mail.
22520 To do this, you usually only have to open your INBOX.
22523 You may tell Alpine to use the
22524 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
22525 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
22526 parameter
22527 in this option.
22528 At this time &quot;/submit&quot; is simply equivalent to specifying
22529 port 587, though it may imply more than that at some point in the future.
22530 Some ISPs are blocking port 25 in order to reduce the amount of spam
22531 being sent to their users.
22532 You may find that the submit option allows you to get around such a block.
22535 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
22538 To specify any non-standard port number on the SMTP server you may follow
22539 the hostname with a colon followed by the portnumber.
22542 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
22545 Normally, when a connection is made to the Smtp-Server Alpine will attempt
22546 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
22547 If that fails then a non-encrypted connection will be attempted instead.
22548 You may specify that a TLS connection is required if you wish.
22549 If you append &quot;/tls&quot; to the name then the connection will fail
22550 instead of falling back to a non-secure connection.
22553 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
22557 For more details about server name possibilities see
22558 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
22561 <UL>
22562 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22563 </UL>
22565 &lt;End of help on this topic&gt;
22566 </BODY>
22567 </HTML>
22568 ====== h_config_nntp_server =====
22569 <HTML>
22570 <HEAD>
22571 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
22572 <BODY>
22573 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
22575 This value specifies the name of one or more NNTP
22576 (Network News Transfer Protocol)
22577 servers for reading and posting USENET news.
22578 NNTP servers are normally
22579 set up by a system administrator for use by all members of a given campus
22580 or department.
22581 Contact your local help desk to ask what NNTP servers you should use.  
22582 <!--chtml if pinemode="os_windows"--><!--chtml else-->
22583 Often Unix Alpine users will find that this variable has been
22584 set for the whole system (and they don't have to worry about it).  
22585 <!--chtml endif-->
22586 When you define an NNTP server here, Alpine implicitly defines a news
22587 collection for you, assuming that server as the news server and assuming
22588 that you will use the NNTP protocol and a local newsrc configuration file
22589 for reading news.
22590 For more about reading news with Alpine, see
22591 <A HREF="h_reading_news">how to use Alpine to read news</A>.
22593 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
22594 or &quot;AUTHINFO USER&quot; authentication.
22595 It may even require it.
22596 If your NNTP server does offer such authentication you may specify a user name
22597 parameter to cause Alpine to attempt to authenticate.
22598 The same is true for the server name in a folder collection that uses NNTP.
22599 This parameter requires an associated value,
22600 the username identifier with which to establish the server connection.
22601 An example might be:
22604 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
22607 If authentication is offered by the server, this will cause Alpine to
22608 attempt to use it.
22609 If authentication is not offered by the server, this will cause Alpine
22610 to fail with an error similar to:
22613 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
22615 For more details about the server name possibilities see
22616 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
22617 <P><UL>
22618 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22619 </UL><P>
22620 &lt;End of help on this topic&gt;
22621 </BODY>
22622 </HTML>
22623 ====== h_config_inbox_path =====
22624 <HTML>
22625 <HEAD>
22626 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
22627 </HEAD>
22628 <BODY>
22629 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
22631 This value overrides the default value of your INBOX name/path/location.
22632 <!--chtml if pinemode="os_windows"-->
22633 PC-Alpine users must specify an inbox path and it must be a folder on an
22634 IMAP server.  
22635 <!--chtml else-->
22636 Unix and VMS Alpine users will often find that this variable
22637 has been pre-configured by your system administrator.  
22638 <!--chtml endif-->
22639 You may be able to specify an alternate INBOX that is either a local folder 
22640 or a folder on an IMAP server.
22642 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
22643 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
22644 mail server.
22646 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22647 details on the syntax of folder definitions.
22649 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
22650 mail is disappearing.
22651 <P><UL>
22652 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22653 </UL><P>
22654 &lt;End of help on this topic&gt;
22655 </BODY>
22656 </HTML>
22657 ====== h_config_change_your_from =====
22658 <HTML>
22659 <HEAD>
22660 <TITLE>How to Change your From Address</TITLE>
22661 </HEAD>
22662 <BODY>
22663 <H1>How to Change your From Address</H1>
22665 If the From address that Alpine includes in mail that you send is not correct,
22666 you may want to configure a different default value for the From address.
22667 You may follow these directions to change the default:
22670 <UL>
22671   <LI> Go to the Main Alpine Menu
22672   <LI> From there type the Setup Command
22673   <LI> From there type the Config Command
22674 </UL>
22677 You've probably already seen this SETUP CONFIGURATION screen.
22678 If not, there are many options you may want to set here.
22679 To set the value of the From header you may use the
22680 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
22681 Find it by scrolling down a few pages or use the WhereIs command to
22682 search for &quot;customized&quot;.
22683 You may want to read the help text associated with the option.
22685 To add a custom From header, type the Add command and enter the
22686 full header line, including the leading &quot;From:&nbsp;&quot;.
22687 For example:
22689 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22691 Now exit the Setup command and try sending mail to yourself to see
22692 what the From line looks like.
22694 When you are in the composer you may edit the custom From line by typing
22695 Ctrl-R while your cursor is in the headers of the message and then moving
22696 to the From line and editing.
22697 If you want to leave the default value the same but add the possibility
22698 of being able to edit the header when you compose, add just the header
22699 name without a value.
22700 For example:
22702 <CENTER><SAMP>From:</SAMP></CENTER>
22704 If you change your From address you may also find it useful to add the
22705 changed From address to the
22706 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22707 configuration option.
22709 <UL>   
22710 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22711 </UL><P>
22712 &lt;End of help on this topic&gt;
22713 </BODY>
22714 </HTML>
22715 ====== h_config_default_fcc =====
22716 <HTML>
22717 <HEAD>
22718 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
22719 </HEAD>
22720 <BODY>
22721 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
22723 This value specifies where a copy of outgoing mail should be saved.  If
22724 this is not a path name, it will be in the default collection for saves.
22725 Any valid folder specification, local or IMAP, is allowed.  This default
22726 folder carbon copy only applies when the 
22727 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
22728 is set to use the default folder.  
22729 <!--chtml if pinemode="os_windows"-->
22730 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
22731 <!--chtml else-->
22732 Unix Alpine default
22733 is normally &quot;sent-mail&quot; in the default folder collection. 
22734 <!--chtml endif-->
22736 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
22737 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
22738 IMAP server (remember that in order to later access this remote folder through Alpine, it
22739 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
22740 for more information). An example:<p>
22741 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
22743 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
22745 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22746 details on the syntax of folder definitions.
22748 <UL>   
22749 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22750 </UL><P>
22751 &lt;End of help on this topic&gt;
22752 </BODY>
22753 </HTML>
22754 ====== h_config_def_save_folder =====
22755 <HTML>
22756 <HEAD>
22757 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
22758 </HEAD>
22759 <BODY>
22760 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
22762 This option determines the default folder name for save-message operations 
22763 (&quot;saves&quot;).
22765 If this is not a path name, it will be in the default collection for saves.
22766 Any valid folder specification, local or IMAP, is allowed.  This default
22767 folder only applies when the
22768 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
22769 doesn't override it.  
22770 <!--chtml if pinemode="os_windows"-->
22771 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
22772 <!--chtml else-->
22773 Unix Alpine default
22774 is normally &quot;saved-messages&quot; in the default folder collection.
22775 <!--chtml endif-->
22776 If you access your email through an IMAP server, especially if you often switch between Unix
22777 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
22778 IMAP server (remember that in order to later access this remote folder through Alpine, it
22779 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
22780 for more information). An example:<p>
22781 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
22783 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22784 details on the syntax of folder definitions.
22786 <UL>   
22787 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22788 </UL><P>
22789 &lt;End of help on this topic&gt;
22790 </BODY>
22791 </HTML>
22792 ====== h_config_postponed_folder =====
22793 <HTML>
22794 <HEAD>
22795 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
22796 </HEAD>
22797 <BODY>
22798 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
22800 This value overrides the default name for the folder where postponed
22801 messages are saved.  If this is not a path name, it will be in the default
22802 collection for message Saves.  Any valid folder specification, local or
22803 remote, is allowed. 
22804 PC-Alpine default
22805 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
22806 The Unix Alpine default is normally &quot;postponed-msgs&quot;
22807 in the default collection. 
22809 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
22810 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
22811 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
22812 in all Alpine copies you use. 
22813 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
22814 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
22815 for more information). An
22816 example:<p> 
22817 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
22819 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22820 details on the syntax of folder definitions.
22822 <UL>   
22823 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22824 </UL><P>
22825 &lt;End of help on this topic&gt;
22826 </BODY>
22827 </HTML>
22828 ====== h_config_read_message_folder =====
22829 <HTML>
22830 <HEAD>
22831 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
22832 </HEAD>
22833 <BODY>
22834 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
22836 By virtue of specifying a folder name here, Alpine will be configured to
22837 save all messages that you have read during a session into the designated
22838 &quot;read messages&quot; folder.  This allows you to more easily distinguish
22839 between your really new email (in your INBOX) and those that you have
22840 already read.  Depending on how you define the 
22841 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22842 setting, you may or may not be asked when you quit
22843 Alpine if you want read messages to be moved to this folder.  In either
22844 case, moving the messages means they will be deleted from your INBOX.
22846 If this is not a path name, it will be in the default collection for
22847 saves.  Any valid folder specification, local or remote (via IMAP), is
22848 allowed.  There is no default for the name of the read message folder.
22850 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22851 details on the syntax of folder definitions.
22853 <UL>   
22854 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22855 </UL><P>
22856 &lt;End of help on this topic&gt;
22857 </BODY>
22858 </HTML>
22859 ====== h_config_form_folder =====
22860 <HTML>
22861 <HEAD>
22862 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
22863 </HEAD>
22864 <BODY>
22865 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
22867 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
22868 contain messages that you have composed and that are intended to be
22869 sent in their original form repeatedly.
22872 Setting this variable will alter Alpine's usual behavior when you
22873 execute the Compose command.  Normally, Alpine offers a chance to
22874 continue a postponed or interrupted message should one or the other
22875 exist.  When this variable is set to a folder name that exists, Alpine
22876 will also offer the chance to select a message from the folder to
22877 insert into the composer (much like when continuing a postponed message).
22878 The difference, however, is that Alpine will not automatically delete
22879 the selected message from the Form Letter Folder.
22881 Setting this variable will also affect Alpine's behavior when you
22882 Postpone a message from the composer.  Normally, Alpine simply stashes
22883 the message away in your
22884 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
22885 Regardless of the specified folder's existence, Alpine will ask which
22886 folder you intend the message to be stored in.  Choose the
22887 &quot;F&quot; option to store the message in your Form Letter Folder.
22888 This is the most common way to add a message to the folder.
22891 Another method of adding messages to the folder is via the Alpine
22892 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
22893 you expect to send in the same form again, you can enter the Form
22894 Letter Folder's name in this field.  Alpine, as usual, will copy the
22895 message as it's sent.  Note, when you later select this message from 
22896 your Form Letter Folder, it will have the same recipients as the original
22897 message.
22900 To delete a message from the Form Letter Folder, you can either select
22901 the folder from a suitable FOLDER LIST screen, or use the Delete
22902 command in the MESSAGE INDEX offered when selecting from the folder as
22903 part of the Compose command.  You can delete a Form Letter Folder just
22904 as any other folder from a suitable FOLDER LIST screen.
22907 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
22908 facility can be used
22909 to replace the Form Letter Folder.
22912 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22913 details on the syntax of folder definitions.
22916 <UL>   
22917 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22918 </UL><P>
22919 &lt;End of help on this topic&gt;
22920 </BODY>
22921 </HTML>
22922 ====== h_config_archived_folders =====
22923 <HTML>
22924 <HEAD>
22925 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
22926 </HEAD>
22927 <BODY>
22928 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
22930 This is like
22931 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
22932 only more general.  You may archive
22933 any of the folders in your incoming collection.  This is a list of folder
22934 pairs, with the first separated from the second in the pair by a space.
22935 The first folder in a pair is the folder you want to archive, and the
22936 second folder is the folder that read messages from the first should be
22937 moved to.  Depending on how you define the
22938 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22939 setting, you may or may not be asked when you
22940 leave the first folder if you want read messages to be moved to the
22941 second folder.  In either case, moving the messages means they will be
22942 deleted from the first folder.
22944 The name of the first folder in each pair can be either the technical
22945 specification of the folder (like what appears in your configuration file)
22946 or (much easier) the nickname that you gave the folder when you made it
22947 an incoming folder.
22949 For example:<p>
22950 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
22951 <p>or, using nicknames:<p>
22952 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
22954 If these are not path names, they will be in the default collection for
22955 saves. Any valid folder specification, local or remote (via IMAP), is
22956 allowed. There is no default.
22958 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22959 details on the syntax of folder definitions.
22961 <UL>   
22962 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22963 </UL><P>
22964 &lt;End of help on this topic&gt;
22965 </BODY>
22966 </HTML>
22967 ====== h_config_newsrc_path ======
22968 <HTML>
22969 <HEAD>
22970 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
22971 </HEAD>
22972 <BODY>
22973 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
22975 This option overrides the default name Alpine uses for your "newsrc" news
22976 status and subscription file.  If set, Alpine will take this value as the
22977 full pathname for the desired newsrc file.<P>
22979 If this option is <B>not</B> set, 
22980 <!--chtml if pinemode="os_windows"-->
22981 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
22982 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
22983 directory as your pinerc file for NEWSRC.
22984 <!--chtml else-->
22985 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
22986 your account's home directory).
22987 <!--chtml endif-->
22988 <P><UL>
22989 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22990 </UL>
22992 &lt;End of help on this topic&gt;
22993 </BODY>
22994 </HTML>
22995 ====== h_config_literal_sig =====
22996 <HTML>
22997 <HEAD>
22998 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
22999 </HEAD>
23000 <BODY>
23001 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
23003 With this option your actual signature, as opposed to
23004 the name of a file containing your signature,
23005 is stored in the Alpine configuration file.
23006 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
23009 This is simply a different way to store the signature.
23010 The signature is stored inside your Alpine configuration file instead of in
23011 a separate file.
23012 Tokens work the same way they do with the
23013 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
23014 help.
23017 The Setup/Signature command on Alpine's MAIN MENU will edit
23018 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
23019 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
23020 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
23021 instead.
23024 The two character sequence &#92;n (backslash followed by
23025 the character n) will be used to signify a line-break in your signature.
23026 You don't have to enter the &#92;n, but it will be visible in the
23027 SETUP CONFIGURATION window after you are done editing the signature.
23030 <UL>   
23031 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23032 </UL><P>
23033 &lt;End of help on this topic&gt;
23034 </BODY>
23035 </HTML>
23036 ====== h_config_signature_file =====
23037 <HTML>
23038 <HEAD>
23039 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
23040 </HEAD>
23041 <BODY>
23042 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
23044 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
23045 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
23046 You can tell that that is the case because the value of the
23047 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
23049 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
23051 You may either use all Literal Signatures (signatures stored in your
23052 configuration file) throughout Alpine, or all signature files.
23053 You can't mix the two.
23055 This is the name of a file that will be automatically inserted into
23056 outgoing messages.
23057 It typically contains information such as your
23058 name, email address and organizational affiliation.
23059 Alpine adds the
23060 signature into the message as soon as you enter the composer so you
23061 can choose to remove it or edit it on a message by message basis.
23062 Signature file placement in message replies is controlled by the
23063 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
23064 setting in the feature list.
23067 The default file name is
23068 <!--chtml if pinemode="os_windows"-->
23069 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
23070 PINERC file is a local file.
23071 If your PINERC file is remote, then it will be in the directory specified
23072 by the &quot;-aux local_directory&quot; command line option.
23073 <!--chtml else-->
23074 &quot;.signature&quot;.
23075 <!--chtml endif-->
23078 To create or edit your signature file choose Setup from the MAIN MENU
23079 and then select S for Signature (Main/Setup/Signature).  This puts you
23080 into the Signature Editor where you can enter a <EM>few</EM> lines of
23081 text containing your identity and affiliation.
23084 If the filename is followed by a vertical bar (|) then instead
23085 of reading the contents of the file the file is assumed to be a
23086 program that will produce the text to be used on its standard output.
23087 The program can't have any arguments and doesn't receive any input from Alpine,
23088 but the rest of the processing works as if the contents came from a file.
23091 Instead of storing the data in a local file, the
23092 signature data may be stored remotely in an IMAP folder.
23093 In order to do this, 
23094 you must use a remote name for the file.
23095 A remote <!--#echo var="VAR_signature-file"--> name might look like:
23097 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
23100 The syntax used here is the same as the syntax used for remote configuration
23101 files from the command line.
23102 Note that you may not access an existing signature file remotely,
23103 you have to create a new <EM>folder</EM> that contains the signature data.
23104 If the name you use here for the signature file is a remote name, then when
23105 you edit the file from the Setup/Signature command the data will be stored
23106 remotely in the folder.
23107 You aren't required to do anything special to create the folder, it
23108 gets created automatically if you use a remote name.
23111 Besides regular text, the signature file may also contain
23112 (or a signature program may produce) tokens that
23113 are replaced with text that usually depends on the message you are replying
23114 to or forwarding.
23115 For example, if the signature file contains the token
23117 <CENTER><SAMP>_DATE_</SAMP></CENTER>
23119 anywhere in the text, then that token is replaced by the date
23120 the message you are replying to or forwarding was sent.
23121 If it contains
23123 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
23125 that is replaced with the current date.
23126 The first is an example of a token that depends on the message you
23127 are replying to (or forwarding) and the second is an example which
23128 doesn't depend on anything other than the current date.
23129 You have to be a little careful with this facility since tokens that
23130 depend on the message you are replying to or forwarding will be replaced
23131 by nothing in the case where you are composing a new message from scratch.
23132 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
23133 in this respect.
23134 It allows you to use different signature files in different cases.
23137 The list of tokens available for use in the signature file is
23138 <A HREF="h_index_tokens">here</A>.
23141 Instead of, or along with the use of &quot;roles&quot; to give you
23142 different signature files in different situations, there is also
23143 a way to conditionally include text based
23144 on whether or not a token would result in specific replacement text.
23145 For example, you could include some text based on whether or not
23146 the _NEWS_ token would result in any newsgroups if it was used.
23147 This is explained in detail
23148 <A HREF="h_reply_token_conditionals">here</A>.
23149 This isn't for the faint of heart.
23151 In the very unlikely event that you want to include a literal token
23152 in the signature you must precede it with a backslash character.
23153 For example,
23155 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23157 would produce something like
23159 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23161 It is not possible to have a literal backslash followed by an expanded token.
23163 An alternate method for storing the signature data is available by using the
23164 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
23165 This variable will be used by default.
23167 <UL>   
23168 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23169 </UL><P>
23170 &lt;End of help on this topic&gt;
23171 </BODY>
23172 </HTML>
23173 ====== h_config_init_cmd_list =====
23174 <HTML>
23175 <HEAD>
23176 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
23177 </HEAD>
23178 <BODY>
23179 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
23181 The initial keystroke--or command--list option lets you start Alpine at
23182 any place you like.
23183 Whatever keystrokes you specify here will be executed
23184 by Alpine upon startup as a macro.
23185 The words SPACE, TAB, DOWN, UP, LEFT, and
23186 RIGHT indicate the pressing of those keys.
23187 CR indicates the pressing of the RETURN key.
23188 F1 through F12 represent the function keys, and ^ followed
23189 by a character indicates that key pressed along with the control key (in
23190 other words, ^P means Ctrl-P).
23191 As a shortcut notation, an element of the list may be several characters
23192 surrounded by double-quotes (").
23193 That will be expanded into the individual keystrokes
23194 (excluding the double-quote characters).
23195 For example, the quoted-string
23197 <P><CENTER>"ABC"</CENTER>
23200 is interpreted the same as the three separate list members
23202 <P><CENTER>A and B and C</CENTER>
23205 which is also the same as
23207 <P><CENTER>A,B,C</CENTER>
23210 An example: To view message 1 on startup,
23211 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
23213 <P><CENTER>I,J,1,CR,V</CENTER>
23216 An equivalent version of this is
23218 <P><CENTER>"IJ1",CR,V</CENTER>
23221 Restrictions: You cannot pre-type into the composer with the initial
23222 keystroke list, and you cannot mix function key commands with letter
23223 commands.
23225 <P><UL>   
23226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23227 </UL>
23229 &lt;End of help on this topic&gt;
23230 </BODY>
23231 </HTML>
23232 ====== h_config_comp_hdrs =====
23233 <html>
23234 <header>
23235 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
23236 </header>
23237 <body>
23238 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
23240 You can control which headers you want visible when composing outgoing
23241 email using this option.
23242 You can specify any of the regular set, any
23243 <A HREF="h_compose_richhdr">Rich Header</A>,
23244 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
23245 that you have already defined.
23246 If you use this setting at all, you must specify all the
23247 headers you want to see, you can't just add to the regular header set.
23248 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
23250 Note that the "Newsgroups:" header will be abbreviated in the Composer
23251 display, but should be spelled out in full here.<p>
23252 <UL>   
23253 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23254 </UL><P>
23255 &lt;End of help on this topic&gt;
23256 </body>
23257 </html>
23258 ====== h_config_custom_hdrs =====
23259 <HTML>
23260 <HEAD>
23261 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
23262 </HEAD>
23263 <BODY>
23264 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
23266 You may add your own custom headers to outgoing messages.
23267 Each header you specify here must include the header tag 
23268 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
23269 and may optionally include a value for that header.
23270 If you want to see these custom headers each time you compose a message,
23271 you must add them to your
23272 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
23273 otherwise they become part
23274 of the rich header set that you only see when you press the
23275 <A HREF="h_compose_richhdr">Rich Header</A>
23276 <!--chtml if pinemode="function_key"-->(F5)
23277 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
23278 (If you are looking for a way to change which headers are <EM>displayed</EM>
23279 when you view a message, take a look at the
23280 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
23281 option instead.)
23282 Here's an example that shows how you might set your From address
23284 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23286 and another showing how you might set a Reply-To address
23288 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
23290 You may also set non-standard header values here.
23291 For example, you could add
23293 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
23295 or even
23297 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
23299 If you include a value after the colon then that header will be included
23300 in your outgoing messages unless you delete it before sending.
23301 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
23302 it will not be included in outgoing messages unless you edit a value
23303 in manually.
23304 For example, if
23306 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
23308 is in the list, then the Reply-To header will be available for editing
23309 but won't be included unless a value is added while in the composer.
23311 It's actually a little more complicated than that.
23312 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
23313 defaults.
23314 If the message you are about to compose already has a value for a header,
23315 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
23316 For example, if you are Replying to a message the Subject field
23317 will already be filled in.
23318 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
23319 custom subject will <EM>NOT</EM> be used.
23320 The subject derived from the subject of the message you are Replying
23321 to will be used instead.
23323 It is also possible to make header setting even more complicated and more
23324 automatic by using
23325 <A HREF="h_rules_roles">Roles</A>,
23326 but if all you want to do is set a default value for a header, you don't
23327 need to think about Roles.
23329 If you change your From address you may also find it useful to add the
23330 changed From address to the
23331 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23332 configuration option.
23334 Limitation: Because commas are used to separate the list of
23335 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
23336 header contain a comma.
23337 Nor is there currently an &quot;escape&quot; mechanism provided
23338 to make this work.
23339 <P><UL>
23340 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23341 </UL>
23343 &lt;End of help on this topic&gt;
23344 </BODY>
23345 </HTML>
23346 ====== h_config_viewer_headers =====
23347 <HTML>
23348 <HEAD>
23349 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
23350 </HEAD>
23351 <BODY>
23352 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
23354 You may change the default list of headers that are viewed by listing
23355 the headers you want to view here.  If the headers in your
23356 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
23357 will be shown.  The order of the headers you list will be honored.  If
23358 the special value &quot;all-except&quot; is included as the first
23359 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
23360 message except those in the list will be shown.  The values are all
23361 case insensitive.
23364 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
23365 then the original default headers are ignored.  So, if you just wanted
23366 to add the header Organization to the list, you would have to list
23367 Organization plus all of the other headers originally in the default
23368 list.  If you just included Organization and nothing else, then you
23369 would see only the Organization header, nothing else.
23372 The default list of headers includes:
23373 <UL>
23374   <LI>From
23375   <LI>Resent-From
23376   <LI>To
23377   <LI>Resent-To
23378   <LI>Cc
23379   <LI>Resent-cc
23380   <LI>Bcc
23381   <LI>Newsgroups
23382   <LI>Followup-To
23383   <LI>Date
23384   <LI>Resent-Date
23385   <LI>Subject
23386   <LI>Resent-Subject
23387   <LI>Reply-To
23388 </UL>
23391 If you are looking for a way to control which headers are included in
23392 outgoing mail and are visible or not in the composer, take a look at the
23393 options
23394 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
23395 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
23396 this option.
23398 <UL>   
23399 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23400 </UL><P>
23401 &lt;End of help on this topic&gt;
23402 </BODY>
23403 </HTML>
23404 ====== h_config_viewer_margin_left =====
23405 <HTML>
23406 <HEAD>
23407 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
23408 </HEAD>
23409 <BODY>
23410 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
23412 This variable controls the left-hand vertical margin's width in
23413 Alpine's Message Viewing screen.
23414 Its value is the number of space characters preceding each displayed line.
23415 For consistency with
23416 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
23417 you may specify the column number to start in
23418 (column numbering begins with number 1)
23419 instead of the width of the margin by appending a lower case letter
23420 &quot;c&quot; to the number.
23421 For example, a value of &quot;2c&quot; means to start the text in column two,
23422 which is entirely equivalent to a value of &quot;1&quot;, which means to
23423 leave a margin of 1 space.
23425 The default is a left margin of 0 (zero).
23426 Misconfigurations (for example, negative values or values with starting
23427 left columns greater than the ending right column)
23428 are silently ignored.
23429 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
23430 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
23431 instead.
23434 &lt;End of help on this topic&gt;
23435 </BODY>
23436 </HTML>
23437 ====== h_config_viewer_margin_right =====
23438 <HTML>
23439 <HEAD>
23440 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
23441 </HEAD>
23442 <BODY>
23443 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
23445 This variable controls the right-hand vertical margin's width in
23446 Alpine's Message Viewing screen.
23447 Its value is the number of space characters following each displayed line.
23448 You may specify the column number to end the text in
23449 (column numbering begins with number 1)
23450 instead of the width of the margin by appending a lower case letter
23451 &quot;c&quot; to the number.
23452 For example, a value of &quot;76c&quot; means to end the text in column 76.
23453 If the screen is 80 characters wide, this is equivalent to a value
23454 of &quot;4&quot;, which means to leave a margin of 4 spaces.
23455 However, if you use different size screens at different times, then these
23456 two values are not equivalent.
23458 The default right margin is 4.
23459 Misconfigurations (for example, negative values or values with starting
23460 left columns greater than the ending right column)
23461 are silently ignored.
23462 If the number of columns for text between the
23463 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
23464 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
23465 instead.
23468 &lt;End of help on this topic&gt;
23469 </BODY>
23470 </HTML>
23471 ====== h_config_quote_suppression =====
23472 <HTML>
23473 <HEAD>
23474 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
23475 </HEAD>
23476 <BODY>
23477 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
23479 This option should be used with care.
23480 It will cause some of the quoted text to be eliminated from the
23481 display when viewing a message in the MESSAGE TEXT screen.
23482 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
23483 value &quot;5&quot;,
23484 this will cause quoted text that is longer than five lines to be truncated.
23485 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
23486 Quoted text of more than six lines will have the first five lines displayed
23487 followed by a line that looks something like
23489 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
23491 As a special case, if exactly one line of quoted text would be hidden, the
23492 entire quote will be shown instead.
23493 So for the above example, quoted text that is exactly six lines long will
23494 will be shown in its entirety.
23495 (In other words, instead of hiding a single line and adding a line
23496 that announces that one line was hidden, the line is just shown.)
23498 If the sender of a message has carefully chosen the quotes that he or she
23499 includes, hiding those quotes may change the meaning of the message.
23500 For that reason, Alpine requires that when you want to set the value of this
23501 variable to something less than four lines, you actually have to set it
23502 to the negative of that number.
23503 So if you want to set this option to &quot;3&quot;, you actually have to
23504 set it to &quot;-3&quot;.
23505 The only purpose of this is to get you to think about whether or not you
23506 really want to do this!
23507 If you want to delete all quoted text you set the value of this option
23508 to the special value &quot;-10&quot;.
23510 The legal values for this option are
23512 <TABLE>   
23513 <TR>
23514   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
23515   <TD> Default, don't hide anything </TD>
23516 </TR>
23517 <TR>
23518   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
23519   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
23520 </TR>
23521 <TR>
23522   <TD> &nbsp;4,5,6,...&nbsp; </TD>
23523   <TD> Suppress if more than that many lines </TD>
23524 </TR>
23525 <TR>
23526   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
23527   <TD> Suppress all quoted lines </TD>
23528 </TR>
23529 </TABLE>
23531 If you set this option to a non-default value you may sometimes wish to
23532 view the quoted text that is not shown.
23533 When this is the case, the
23534 <A HREF="h_common_hdrmode">HdrMode Command</A>
23535 may be used to show the hidden text.
23536 Typing the &quot;H&quot; command once will show the hidden text.
23537 Typing a second &quot;H&quot; will also turn on Full Header mode.
23538 The presence or absence of the HdrMode command is determined by the
23539 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
23540 Feature-List option in your Alpine configuration, so you will want to
23541 be sure that is turned on if you use quote suppression.
23543 For the purposes of this option, a quote is a line that begins with the
23544 character &quot;&gt;&quot;.
23546 Quotes are only suppressed when displaying a message on the screen.
23547 The entire quote will be left intact when printing or forwarding or something
23548 similar.
23550 &lt;End of help on this topic&gt;
23551 </BODY>
23552 </HTML>
23553 ====== h_config_saved_msg_name_rule =====
23554 <HTML>
23555 <HEAD>
23556 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
23557 </HEAD>
23558 <BODY>
23559 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
23561 This option determines the default folder name when saving
23562 a message.
23565 The default option is &quot;default-folder&quot;, which is the folder
23566 called &quot;saved-messages&quot; in Unix Alpine and
23567 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
23568 the Alpine option called
23569 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
23572 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
23573 get the chosen option's value for the message being saved (or for the
23574 first message being saved if using an aggregrate save).
23575 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
23576 value of who the message came from (i.e. the from address).
23577 Alpine then attempts to save the message to a folder matching that value.
23578 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
23579 &quot;by-sender&quot;.
23580 The opposite is also true.
23581 If &quot;by-recipient&quot; is chosen and the message was posted to a
23582 newsgroup, Alpine will use the newsgroup name.
23583 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
23584 &quot;by-from&quot;.
23587 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
23588 to use the personal name part of the address instead of the mailbox part.
23589 If any of the &quot;by-nick&quot; options are chosen, the
23590 address is looked up in your address book and if found, the
23591 nickname for that entry is used.
23592 Only simple address book entries are checked, not distribution lists.
23593 Similarly, if any of the
23594 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
23595 address book entry is used.
23596 If by-realname, or the by-nick or by-fcc lookups result in no value,
23597 then if the chosen option ends with the &quot;then-from&quot;,
23598 &quot;then-sender&quot;, &quot;then-replyto&quot;,
23599 or &quot;then-recip&quot; suffix, Alpine
23600 reverts to the same behavior as &quot;by-from&quot;,
23601 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
23602 depending on which option was specified.
23603 If the chosen option doesn't end with one of
23604 the &quot;then-&quot; suffixes, then Alpine reverts to the default
23605 folder when no match is found in the address book.
23608 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
23609 to save to the folder that you saved to the last time you saved a
23610 message.  The first time you save a message in an Alpine session, Alpine
23611 attempts to save the message to the default folder.
23614 Here is an example to make some of the options clearer.
23615 If the message is From
23617 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
23619 and this rule is set to &quot;by-from&quot;, then the default folder offered
23620 in the save dialog would be &quot;flint&quot;.
23622 If this rule is set to &quot;by-realname-of-from&quot; then the default would
23623 be &quot;Fred Flintstone&quot;.
23625 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
23626 for the address &quot;flint@bedrock.org&quot; in your address book.
23627 If an entry is found and it has a nickname associated with it, that nickname
23628 will be offered as the default folder.
23629 If not, the default saved message folder will be offered as the default.
23631 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
23632 for the address &quot;flint@bedrock.org&quot; in your address book.
23633 If an entry is found and it has an Fcc associated with it, that Fcc
23634 will be offered as the default folder.
23635 If not, the default saved message folder will be offered as the default.
23637 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
23638 for the address &quot;flint@bedrock.org&quot; in your address book.
23639 If an entry is found and it has a nickname associated with it, that nickname
23640 will be offered as the default folder.
23641 If it is not found (or has no nickname) then the default offered will be
23642 the same as it would be for the &quot;by-from&quot; rule.
23643 That is, it would be &quot;flint&quot;
23645 <UL>   
23646 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23647 </UL><P>
23648 &lt;End of help on this topic&gt;
23649 </BODY>
23650 </HTML>
23651 ====== h_config_fcc_rule =====
23652 <HTML>
23653 <HEAD>
23654 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
23655 </HEAD>
23656 <BODY>
23657 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
23659 This option determines the default name for folder carbon copy. Choose
23660 one:
23662 <DL>
23663 <DT>default-fcc</DT>
23664 <DD>This is the normal default, the value of which is set in the
23665 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
23666 configuration.
23667 </DD>
23669 <DT>last-fcc-used</DT>
23670 <DD> Causes Alpine to use the folder that was last
23671 used in the fcc field
23672 </DD>
23674 <DT>by-nickname</DT>
23675 <DD>Means that Alpine will use the nickname
23676 from your address book that matches the first address in the To line.
23677 If there is no match, it will use the value of the
23678 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
23679 </DD>
23681 <DT>by-recipient</DT>
23682 <DD>Means Alpine will form a folder name
23683 based on the left hand side of the first address in the To line.
23684 </DD>
23686 <DT>by-nick-then-recip</DT>
23687 <DD>Means that it will use the
23688 matching nickname from your address book if there is one, otherwise it
23689 will extract the recipient name from the address and use that (like
23690 by-recipient).
23691 </DD>
23693 <DT>current-folder</DT>
23694 <DD>Causes a copy to be written to
23695 the currently open folder, unless that is the INBOX.  In the case
23696 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
23697 used instead.
23698 </DD>
23699 </DL>
23702 Note: Whatever the fcc specified by the rule here, it will be
23703 over-ridden by any fcc entries you have in your address book.
23706 <UL>   
23707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23708 </UL><P>
23709 &lt;End of help on this topic&gt;
23710 </BODY>
23711 </HTML>
23712 ====== h_config_sort_key =====
23713 <HTML>
23714 <HEAD>
23715 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
23716 </HEAD>
23717 <BODY>
23718 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
23720 This option determines the order in which messages will be displayed in
23721 the MESSAGE INDEX screen.  Choose from:
23723 <UL>
23724  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
23725  <LI> <A HREF="h_index_sort_date">Date</A>
23726  <LI> <A HREF="h_index_sort_subj">Subject</A>
23727  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
23728  <LI> <A HREF="h_index_sort_thread">Thread</A>
23729  <LI> <A HREF="h_index_sort_from">From</A>
23730  <LI> <A HREF="h_index_sort_size">Size</A>
23731  <LI> <A HREF="h_index_sort_score">Score</A>
23732  <LI> <A HREF="h_index_sort_to">To</A>
23733  <LI> <A HREF="h_index_sort_cc">Cc</A>
23734 </UL>
23737 Each type of sort may also be reversed.
23738 Normal default is by &quot;Arrival&quot;.
23741 A possible point of confusion arises when you change the configuration
23742 of the <!--#echo var="VAR_sort-key"-->.
23743 The folder will normally be re-sorted when you go back to viewing the
23744 index.
23745 However, if you have manually sorted the folder with the
23746 Sort
23747 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
23748 command, then it will not be re-sorted until the next time it is opened.
23751 <UL>   
23752 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23753 </UL><P>
23754 &lt;End of help on this topic&gt;
23755 </BODY>
23756 </HTML>
23757 ====== h_config_other_startup =====
23758 <HTML>
23759 <HEAD>
23760 <TITLE>OPTION: Set Startup Rule</TITLE>
23761 </HEAD>
23762 <BODY>
23763 <H1>OPTION: Set Startup Rule</H1>
23765 This option determines which message will be the <EM>current message</EM> when
23766 the folder is first opened.
23767 It works the same way that the option
23768 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
23769 works, so look there for help.
23770 It may be used for any folder, not just incoming folders.
23773 <UL>   
23774 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23775 </UL><P>
23776 &lt;End of help on this topic&gt;
23777 </BODY>
23778 </HTML>
23779 ====== h_config_perfolder_sort =====
23780 <HTML>
23781 <HEAD>
23782 <TITLE>Set Sort Order</TITLE>
23783 </HEAD>
23784 <BODY>
23785 <H1>Set Sort Order</H1>
23787 This option determines the order in which messages will be displayed in
23788 the MESSAGE INDEX screen when the Current Folder Type set in the
23789 Pattern is a match. Choose from:
23791 <UL>
23792  <LI> <A HREF="h_index_sort_default">Default</A>
23793  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
23794  <LI> <A HREF="h_index_sort_date">Date</A>
23795  <LI> <A HREF="h_index_sort_subj">Subject</A>
23796  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
23797  <LI> <A HREF="h_index_sort_thread">Thread</A>
23798  <LI> <A HREF="h_index_sort_from">From</A>
23799  <LI> <A HREF="h_index_sort_size">Size</A>
23800  <LI> <A HREF="h_index_sort_score">Score</A>
23801  <LI> <A HREF="h_index_sort_to">To</A>
23802  <LI> <A HREF="h_index_sort_cc">Cc</A>
23803 </UL>
23806 Each type of sort may also be reversed.
23807 Normal default is by &quot;Arrival&quot;.
23810 A possible point of confusion arises when you change the configuration
23811 of the Sort Order for the currently open folder.
23812 The folder will normally be re-sorted when you go back to viewing the
23813 index.
23814 However, if you have manually sorted the folder with the
23815 Sort
23816 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
23817 command, then it will not be re-sorted until the next time it is opened.
23820 <UL>   
23821 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23822 </UL><P>
23823 &lt;End of help on this topic&gt;
23824 </BODY>
23825 </HTML>
23826 ====== h_config_fld_sort_rule =====
23827 <HTML>
23828 <HEAD>
23829 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
23830 </HEAD>
23831 <BODY>
23832 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
23834 This option controls the order in which folder list entries will be
23835 presented in the FOLDER LIST screen.  Choose one of the following:
23837 <DL>
23838 <DT>Alphabetical</DT>
23839 <DD>sort by alphabetical name independent of type
23840 </DD>
23842 <DT>Alpha-with-dirs-last</DT>
23843 <DD>sort by alphabetical name grouping directory entries
23844 to the end of the list
23845 </DD>
23847 <DT>Alpha-with-dirs-first</DT>
23848 <DD>sort by alphabetical name grouping directory entries
23849 to the start of the list
23850 </DD>
23851 </DL>
23853 The normal default is &quot;Alphabetical&quot;.
23856 <UL>   
23857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23858 </UL><P>
23859 &lt;End of help on this topic&gt;
23860 </BODY>
23861 </HTML>
23862 ====== h_config_ab_sort_rule =====
23863 <HTML>
23864 <HEAD>
23865 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
23866 </HEAD>
23867 <BODY>
23868 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
23870 This option controls the order in which address book entries will be
23871 presented.  Choose one of the following:
23873 <DL>
23874 <DT>fullname</DT>
23875 <DD>use fullname field, lists mixed in
23876 </DD>
23878 <DT>fullname-with-lists-last</DT>
23879 <DD>use fullname field, but put lists at end
23880 </DD>
23882 <DT>nickname</DT>
23883 <DD>use nickname field, lists mixed in
23884 </DD>
23886 <DT>nickname-with-lists-last</DT>
23887 <DD>use nickname field, but put lists at end
23888 </DD>
23890 <DT>dont-sort</DT>
23891 <DD>don't change order of file
23892 </DD>
23893 </DL>
23896 The normal default is &quot;fullname-with-lists-last&quot;.
23897 If you use an address book from more than one computer and those
23898 computers sort the address book differently then the sort order
23899 will be the order where the last change to the address book was
23900 made.
23901 There are two reasons the sorting might be different on different
23902 systems.
23903 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
23904 places.
23905 Second, the collation rules on the two computers may be different.
23906 For example, one system might ignore special characters while the other
23907 doesn't or one may sort upper and lower case letters together while
23908 the other doesn't.
23909 In any case, the order you see is the order on the system where the
23910 last change was made, for example by an address book edit or a
23911 Take Address command.
23914 <UL>   
23915 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23916 </UL><P>
23917 &lt;End of help on this topic&gt;
23918 </BODY>
23919 </HTML>
23920 ====== h_config_post_char_set =====
23921 <HTML>
23922 <HEAD>
23923 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
23924 </HEAD>
23925 <BODY>
23926 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
23928 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
23929 when sending messages.
23933 When sending a message the text typed in the composer is
23934 labeled with the character set specified by this option.
23935 If the composed text is not fully representable in the 
23936 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
23937 instead;
23940 Attachments are labeled with your
23941 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
23944 Generally, there should be little need to set this option.
23945 If left unset, the
23946 default behavior is to label composed text as specifically as
23947 possible.  That is, if the composed text has no non-ASCII characters,
23948 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
23949 only ISO-8859-15 characters, it is labeled as such.  Alpine will
23950 attempt to automatically detect a number of character sets including ISO-8859-15,
23951 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23952 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
23953 If the message contains a mix of character sets,
23954 it is labeled as &quot;UTF-8.&quot;
23958 This setting is provided to allow you to force a particular character set that
23959 Alpine does not automatically detect. For example, if a message is representable
23960 in more than one character set then Alpine may choose a different default
23961 than you want.
23962 Lastly, by setting this option explicitly to
23963 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
23964 &quot;UTF-8&quot; instead of something more specific.
23967 In the Setup/Config screen you may choose from a list of all the
23968 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23971 The options
23972 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23973 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23974 are closely related.
23975 Setting the feature
23976 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23977 should cause this option to be ignored.
23980 <UL>   
23981 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23982 </UL><P>
23983 &lt;End of help on this topic&gt;
23984 </BODY>
23985 </HTML>
23986 ====== h_config_unk_char_set =====
23987 <HTML>
23988 <HEAD>
23989 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
23990 </HEAD>
23991 <BODY>
23992 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
23994 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
23995 when reading or replying to messages.
23999 A text message should either be made up of all US-ASCII characters
24000 or it should contain a charset label which tells the software which
24001 character set encoding to use to interpret the message.
24002 Sometimes a malformed message may be unlabeled but contain non-ascii text.
24003 This message is outside of the standards so any attempt to read it could fail.
24004 When Alpine attempts to read such a message it will try to interpret the
24005 text in the character set you specify here.
24006 For example, if you have correspondents who send you unlabeled messages that
24007 are usually made up of characters from the WINDOWS-1251 character set, setting
24008 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
24009 allow you to read those messages.
24010 Of course, if the unlabeled message is actually in some other character set,
24011 then you may see garbage on your screen.
24013 Instead of just unlabeled text, this option also affects text which is labeled
24014 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
24015 or &quot;US-ASCII&quot;.
24018 In the Setup/Config screen you may choose from a list of all the
24019 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24022 <UL>   
24023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24024 </UL><P>
24025 &lt;End of help on this topic&gt;
24026 </BODY>
24027 </HTML>
24028 ====== h_config_char_set =====
24029 <HTML>
24030 <HEAD>
24031 <TITLE>OPTION: Display Character Set</TITLE>
24032 </HEAD>
24033 <BODY>
24034 <H1>OPTION: Display Character Set</H1>
24036 The Display Character Set configuration option is used when viewing messages.
24038 Alpine uses Unicode characters internally and 
24039 it is a goal for Alpine to handle email in many different languages.
24040 Alpine will properly display only left-to-right character sets
24041 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
24042 font is in use, in the sense that
24043 characters are assumed to take up zero, one, or two character cell
24044 widths from left to right on the screen. This is true even in PC-Alpine.
24047 Alpine recognizes some local character sets that are right-to-left
24048 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
24049 (Arabic) and properly converts texts in these character sets to/from
24050 Unicode; however, there are known display bugs with these character
24051 sets.
24054 There are three possible configuration character settings and some
24055 environment variable settings that can affect how Alpine
24056 handles international characters.
24057 The first two of these are only available in UNIX Alpine.
24058 The three configuration options are
24059 Display Character Set,
24060 Keyboard Character Set, and
24061 <!--#echo var="VAR_posting-character-set"-->.
24062 The Keyboard Character Set defaults to being the same value
24063 as the Display Character Set, and that is usually correct, because
24064 the keyboard almost always produces characters in the same character set
24065 as the display displays.
24066 The Display Character Set is the character set that Alpine
24067 will attempt to use when sending characters to the display.
24070 By default, the Display Character Set variable is not set and UNIX Alpine
24071 will attempt to get this information from the environment.
24072 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
24073 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
24074 An explicit configuration setting for Display Character Set will,
24075 of course, override any default setting.
24077 For PC-Alpine the Display Character Set
24078 and the Keyboard Character Set
24079 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
24082 It is probably best to use UNIX Alpine in a terminal emulator
24083 capable of displaying UTF-8 characters, since that will allow you to
24084 view just about any received text that is correctly formatted (note,
24085 however, the above comments about known index display bugs with certain
24086 character sets). You'll need to have an emulator that uses a UTF-8 font
24087 and you'll need to set up your environment to use a UTF-8 charmap. For
24088 example, on a Linux system you might include
24090 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
24093 or something similar in your UNIX startup files.
24094 You'd also have to select a UTF-8 font in your terminal emulator.
24097 The types of values that the character set variables may be set to are
24098 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
24099 The <CODE>ISO-2022</CODE> character sets are not supported for input or
24100 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
24101 for use only as a <!--#echo var="VAR_posting-character-set"-->.
24102 In the Setup/Config screen you may choose from a list of all the
24103 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24104 Here is a list of many of the possible character sets:
24107 <TABLE>
24108 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
24109 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
24110 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
24111 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
24112 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
24113 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
24114 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
24115 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
24116 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
24117 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
24118 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
24119 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
24120 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
24121 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
24122 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
24123 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
24124 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
24125 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
24126 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
24127 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukrainian</TD> </TR>
24128 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
24129 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
24130 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
24131 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24132 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24133 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24134 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24135 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24136 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
24137 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
24138 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
24139 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
24140 </TABLE>
24143 When reading incoming email, Alpine understands many different
24144 character sets and is able to convert the incoming mail into Unicode.
24145 The Unicode will be converted to the Display Character Set
24146 for display on your terminal.
24147 Characters typed at the keyboard will be converted from the
24148 Keyboard Character Set to Unicode for Alpine's internal
24149 use.
24150 You may find that you can read some malformed messages that do not
24151 contain a character set label by setting the option
24152 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
24155 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
24156 The default behavior obtained by leaving this variable unset is usually
24157 what is wanted. In that default case, Alpine will attempt
24158 to label the message with the most specific character set from the
24159 rather arbitrary set
24161 US-ASCII, ISO-8859-15,
24162 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24163 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
24166 For example, if the message is made up of only US-ASCII characters, it
24167 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
24168 that will be the label. If that doesn't work the same is tried for the
24169 remaining members of the list.
24172 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
24173 explicit value instead.
24174 For example, if you usually send messages in Greek, setting this
24175 option to ISO-8859-7 will result in messages being labeled as
24176 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
24177 are only Greek characters, or UTF-8 if there are some characters
24178 that aren't representable in ISO-8859-7.
24179 Another possibility is to set this option explicitly to UTF-8.
24180 In that case
24181 Alpine labels only ascii messages as US-ASCII and all other
24182 messages as UTF-8.
24185 The options
24186 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
24187 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24188 are closely related to this option.
24189 Setting the feature
24190 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24191 should cause this option to be ignored.
24194 When displaying a message, Alpine compares this setting to the character
24195 set specified in the message.  If not all of the
24196 characters in the message can be displayed using the Display Character Set
24197 then Alpine places an editorial
24198 comment in the displayed text (enclosed in square-brackets) indicating
24199 that some characters may not be displayed correctly.
24200 This comment may be eliminated by turning on the option
24201 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
24204 <UL>   
24205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24206 </UL><P>
24207 &lt;End of help on this topic&gt;
24208 </BODY>
24209 </HTML>
24210 ====== h_config_key_char_set =====
24211 <HTML>
24212 <HEAD>
24213 <TITLE>OPTION: Keyboard Character Set</TITLE>
24214 </HEAD>
24215 <BODY>
24216 <H1>OPTION: Keyboard Character Set</H1>
24218 UNIX Alpine only.
24220 The Keyboard Character Set identifies the character set of the characters
24221 coming from your keyboard.
24222 It defaults to having the same value as your
24223 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
24224 which in turn defaults to a value obtained from your environment.
24225 It is unlikely that you will need to use this option, because the keyboard
24226 almost always produces the same kind of characters as the display displays.
24229 This character set is also used when accessing files in your local
24230 file system.
24231 The names of the files are assumed to be in the same character set as
24232 what the keyboard produces, as well as the contents of the files.
24235 In the Setup/Config screen you may choose from a list of all the
24236 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24239 The options
24240 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24241 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
24242 are closely related.
24243 Setting the feature
24244 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24245 should cause this option to be ignored.
24248 <UL>   
24249 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24250 </UL><P>
24251 &lt;End of help on this topic&gt;
24252 </BODY>
24253 </HTML>
24254 ====== h_config_editor =====
24255 <HTML>
24256 <HEAD>
24257 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
24258 </HEAD>
24259 <BODY>
24260 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
24262 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
24263 normally an alternative to Alpine's internal composer (Pico).  You could use
24264 this setting to specify an alternate editor to use occasionally or if you
24265 have a favorite editor and want to use it all the time (see the 
24266 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
24267 If you specify multiple editors for this option, ^_ will invoke the first one 
24268 of those specified that exists and is executable.  When specifying a program 
24269 for use here, make sure that the format of the text it saves -- which, when 
24270 you exit it, will become the message body in Alpine -- is appropriate 
24271 for the body of an email message; avoid proprietary formats that may result in 
24272 a message body that the recipient of your message will be unable to decipher.
24274 <!--chtml if pinemode="os_windows"-->
24275 <!--chtml else-->
24276 If you are in doubt about what editors are available on your system, or which 
24277 of them may be appropriate for specification here, ask your local computing 
24278 support staff.  
24279 <!--chtml endif-->
24281 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
24282 unset, outgoing text will be set as flowed.  In most cases this will be fine,
24283 but if the editor has a &quot;flowed text&quot; mode, it would be best to
24284 use that.
24286 <P><UL>
24287 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24288 </UL>
24290 &lt;End of help on this topic&gt;
24291 </BODY>
24292 </HTML>
24293 ====== h_config_speller =====
24294 <HTML>
24295 <HEAD>
24296 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
24297 </HEAD>
24298 <BODY>
24299 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
24301 UNIX Alpine only.
24303 For PC-Alpine, you must install the aspell library code that you
24304 may get from
24305 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
24307 This option affects the behavior of the ^T (spell check) command in the
24308 Composer.  It specifies the program invoked by ^T in the Composer.
24309 By default, Alpine uses
24311 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
24313 if it knows where to find &quot;aspell&quot;.
24314 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
24315 then the command used is
24317 <CENTER><SAMP>ispell -l</SAMP></CENTER>
24319 Otherwise, the ancient &quot;spell&quot; command is used.
24321 If you specify a value for this command (with full pathname) then that is what
24322 will be used instead of any of the defaults.
24323 When invoking this
24324 spell-checking program, Alpine appends a tempfile name (where the message is
24325 passed) to the command line. Alpine expects the speller to correct the
24326 spelling in that file. When you exit from that program Alpine will read the
24327 tempfile back into the composer.
24329 Don't set this speller option to the standard Unix spell command.
24330 That won't work because spell works in a different way.
24333 <UL>   
24334 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24335 </UL><P>
24336 &lt;End of help on this topic&gt;
24337 </BODY>
24338 </HTML>
24339 ====== h_config_aspell_dictionary =====
24340 <HTML>
24341 <HEAD>
24342 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
24343 </HEAD>
24344 <BODY>
24345 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
24347 PC Alpine only.
24349 This option specifies a list of dictionaries you will use with
24350 aspell. A sample entry is &quot;en_US&quot; for american english, or
24351 &quot;en_GB&quot; for british english.
24354 <UL>   
24355 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24356 </UL><P>
24357 &lt;End of help on this topic&gt;
24358 </BODY>
24359 </HTML>
24360 ====== h_config_display_filters =====
24361 <HTML>
24362 <HEAD>
24363 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
24364 </HEAD>
24365 <BODY>
24366 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
24368 This option defines a list of text-filtering commands (programs or
24369 scripts) that may be used to filter text portions of received messages
24370 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
24371 display screen, exporting to a text file).  
24372 For security reasons, the full path name of the
24373 filter command must be specified.
24376 The command is executed and the message is piped into its standard input. 
24377 The standard output of the command is read back by Alpine.  The
24378 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
24380 <P> 
24381 The filter's use is based on the configured &quot;trigger&quot; string.  The
24382 format of a filter definition is:
24384 <P>   
24385 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
24388 You can specify as many filters as you wish, separating them with a comma.  
24389 Each filter can have only one trigger and command.  Thus, two trigger 
24390 strings that invoke the same command require separate filter 
24391 specifications. 
24393 <P> 
24394 The &quot;trigger&quot; is simply text that, if found in the message,
24395 will invoke the associated command.  If the trigger contains any space
24396 characters, it must be placed within quotes.  Likewise, should you
24397 wish a filter to be invoked unconditionally, define the trigger as the
24398 null string, &quot;&quot; (two consecutive double-quote characters).  If the
24399 trigger string is found anywhere in the text of the message the filter
24400 is invoked.  Placing the trigger text within the tokens defined below
24401 changes where within the text the trigger must be before considering
24402 it a match.
24404 <P>  
24405 Trigger Modifying Tokens:
24406 <DL>
24407 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
24408 <DD>This token tells Alpine to invoke the supplied command
24409 if the text is in a character set matching <VAR>string</VAR>
24410 (e.g., ISO-8859-2 or ISO-2022-JP).
24411 </DD>
24414 <DT>_LEADING(<VAR>string</VAR>)_</DT>
24415 <DD>This token tells Alpine to invoke the supplied command
24416 if the enclosed <VAR>string</VAR> is found to be the first
24417 non-whitespace text.
24418 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
24419 the space character.
24420 </DD>
24422 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
24423 <DD>This token tells Alpine to invoke the supplied command
24424 if the enclosed <VAR>string</VAR> is found at the beginning
24425 of any line in the text.
24426 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
24427 the space character.
24428 </DD>
24429 </DL>
24432 The &quot;command&quot; and &quot;arguments&quot; portion is simply
24433 the command line to be invoked if the trigger string is found.  Below
24434 are tokens that Alpine will recognize and replace with special values
24435 when the command is actually invoked.
24438 Command Modifying Tokens:
24440 <DL>
24441 <DT>_TMPFILE_</DT>
24442 <DD>When the command is executed, this token is 
24443 replaced with the path and name of the temporary 
24444 file containing the text to be filtered.  Alpine 
24445 expects the filter to replace this data with the 
24446 filter's result.
24449 NOTE: Use of this token implies that the text to 
24450 be filtered is not piped into standard input of the 
24451 executed command and its standard output is ignored. 
24452 Alpine restores the tty modes before invoking the
24453 filter in case the filter interacts with the user
24454 via its own standard input and output.  
24455 </DD>
24456                         
24457 <DT>_RESULTFILE_</DT>
24458 <DD>When the command is executed, this token is 
24459 replaced with the path and name of a temporary 
24460 file intended to contain a status message from the 
24461 filter.  Alpine displays this in the message status 
24462 field. 
24463 </DD>
24465 <DT>_DATAFILE_</DT>
24466 <DD>When the command is executed, this token is 
24467 replaced with the path and name of a temporary 
24468 file that Alpine creates once per session and deletes 
24469 upon exit.  The file is intended to be used by the 
24470 filter to store state information between instances 
24471 of the filter.
24472 </DD>
24473    
24474 <DT>_PREPENDKEY_</DT>
24475 <DD>When the command is executed, this token indicates that a random
24476 number will be passed down the input stream before the message text.
24477 This number could be used as a session key.  It is sent in this way to
24478 improve security.  The number is unique to the current Alpine session
24479 and is only generated once per session.
24480 </DD>
24482 <DT>_SILENT_</DT>
24483 <DD>When the filter is executed, this token tells Alpine not to repaint
24484 the screen while the command is being executed. This can be used with 
24485 filters that do not interact with the user, and therefore repainting 
24486 the screen is not necessary. 
24487 </DD>
24488 </DL>
24491 The feature
24492 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
24494 Performance caveat/considerations:
24495 <BR>
24496 Testing for the trigger and invoking the filter doesn't come for free.
24497 There is overhead associated with searching for the trigger string, testing
24498 for the filter's existence and actually piping the text through the filter.
24499 The impact can be reduced if the Trigger Modifying Tokens above are 
24500 employed.
24502 &lt;End of help on this topic&gt;
24503 </BODY>
24504 </HTML>
24505 ====== h_config_sending_filter =====
24506 <HTML>
24507 <HEAD>
24508 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
24509 </HEAD>
24510 <BODY>
24511 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
24512       
24513 This option defines a list of text-filtering commands (programs and
24514 scripts) that may be selectively invoked to process a message just before
24515 it is sent.  If set, the Composer's ^X (Send) command will allow you to
24516 select which filter (or none) to apply to the message before it is sent. 
24517 For security reasons, the full path of the filter program must be
24518 specified.
24521 Command Modifying Tokens:
24523 <DL>
24524 <DT>_RECIPIENTS_</DT>
24525 <DD>When the command is executed, this token is replaced 
24526 with the space delimited list of recipients of the 
24527 message being sent. 
24528 </DD>
24529         
24530 <DT>_TMPFILE_</DT>
24531 <DD>
24532 When the command is executed, this token is 
24533 replaced with the path and name of the temporary 
24534 file containing the text to be filtered.  Alpine 
24535 expects the filter to replace this data with the 
24536 filter's result.
24539 NOTE: Use of this token implies that the text to 
24540 be filtered is not piped into standard input of the 
24541 executed command and its standard output is ignored. 
24542 Alpine restores the tty modes before invoking the
24543 filter in case the filter interacts with the user
24544 via its own standard input and output.  
24545 </DD>
24546                         
24547 <DT>_RESULTFILE_</DT>
24548 <DD>When the command is executed, this token is 
24549 replaced with the path and name of a temporary 
24550 file intended to contain a status message from the 
24551 filter.  Alpine displays this in the message status 
24552 field. 
24553 </DD>
24555 <DT>_DATAFILE_</DT>
24556 <DD>When the command is executed, this token is replaced 
24557 in the command line with the path and name of a 
24558 temporary file that Alpine creates once per session 
24559 and deletes upon exit.  The file is intended to be 
24560 used by the filter to store state information between 
24561 instances of the filter.
24562 </DD>
24563    
24564 <DT>_PREPENDKEY_</DT>
24565 <DD>When the command is executed, this token indicates 
24566 that a random number will be passed down the input 
24567 stream before the message text.  This number could 
24568 be used as a session key.  It is sent in this way 
24569 to improve security.  The number is unique to the 
24570 current Alpine session and is only generated once per 
24571 session. 
24572 </DD>
24574 <DT>_INCLUDEALLHDRS_</DT>
24575 <DD>When the command is executed, this token indicates 
24576 that the headers of the message will be passed down the input stream
24577 before the message text.
24578 </DD>
24580 <DT>_MIMETYPE_</DT>
24581 <DD>When the command is executed, this token is replaced in the
24582 command name with a temporary file name used to accept any new MIME
24583 Content-Type information necessitated by the output of the filter.
24584 Upon the filter's exit, if the file contains new MIME type
24585 information, Alpine verifies its format and replaces the outgoing
24586 message's MIME type information with that contained in the file. This
24587 is basically a cheap way of sending something other than Text/Plain.
24588 </DD>
24589 </DL>
24591 <P>   
24592 NOTE: Only the body text, which is visible in the Composer, is piped
24593 through this filter.  Attachments are not sent to the filter.
24594 <P>   
24595 Sending filters are not used if the feature
24596 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
24598 <UL>   
24599 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24600 </UL><P>
24601 &lt;End of help on this topic&gt;
24602 </BODY>
24603 </HTML>
24604 ====== h_config_keywords =====
24605 <HTML>
24606 <HEAD>
24607 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
24608 </HEAD>
24609 <BODY>
24610 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
24612 You may define your own set of keywords and optionally set them on a
24613 message by message basis.
24614 These are similar to the &quot;Important&quot; flag which the user
24615 may set using the Flag command.
24616 The difference is that the Important flag is always present for each folder.
24617 User-defined keywords are chosen by the user.
24618 You may set up the list of possible keywords here, or you may add keywords
24619 from the Flag Details screen that you
24620 can get to after typing the
24621 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
24622 command.
24623 After the keywords have been defined,
24624 then you use the <A HREF="h_common_flag">Flag command</A>
24625 to set or clear the keywords in each message.
24626 The behavior of the flag command may be modified by using the
24627 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
24628 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
24631 Keywords may be used when Selecting messages (Select Keyword).
24632 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
24633 Filter Rules may be used to set keywords automatically.
24634 Keywords may be displayed as part of the Subject of a message by using
24635 the SUBJKEY or SUBJKEYINIT tokens in the
24636 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
24637 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
24638 option may be used to modify the display of keywords using
24639 SUBJKEY and SUBJKEYINIT slightly.
24640 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
24641 screen by using the KEY or KEYINIT tokens.
24642 It is also possible to color keywords in the index using the
24643 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
24644 Keywords are not supported by all mail servers.
24647 You may give keywords nicknames if you wish.
24648 If the keyword definition you type in contains a SPACE character, then the
24649 actual value of the keyword is everything after the last SPACE and the
24650 nickname for that keyword is everything before the last SPACE.
24651 For example, suppose you are trying to interoperate with another email program
24652 that uses a particular keyword with an unpleasant name.
24653 Maybe it uses a keyword called
24655 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
24657 but for you that keyword means that the message is work-related.
24658 You could define a keyword to have the value
24660 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
24662 and then you would use the name &quot;Work&quot; when dealing with
24663 that keyword in Alpine.
24664 If you defined it as
24666 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
24668 the nickname would be everything before the last SPACE, that is the nickname
24669 would be &quot;My Work&quot;.
24671 Some commonly used keywords begin with dollar signs.
24672 This presents a slight complication, because the dollar sign is normally used
24673 to signify
24674 <A HREF="h_news_config">environment variable expansion</A>
24675 in the Alpine configuration.
24676 In order to specify a keyword that begins with a dollar sign you must
24677 precede the dollar sign with a second dollar sign to escape its special
24678 meaning.
24679 For example, if you want to include the keyword
24681 <CENTER><SAMP>$Label1</SAMP></CENTER>
24683 as one of your possible keywords, you must enter the text
24685 <CENTER><SAMP>$$Label1</SAMP></CENTER>
24688 instead.
24690 There are a couple limitations.
24691 First, not all servers support keywords.
24692 Second, some servers (including the IMAP server included with Alpine)
24693 have a per folder limit on the number of keywords that may be defined.
24694 This count commonly includes every keyword you have ever used in the
24695 folder, even if it is no longer being used.
24696 In other words, you can add keywords but you cannot remove them easily.
24697 If you have changed keywords over the life of a folder and find that
24698 you have reached such a limit, one possible solution might be to copy
24699 all of the messages to a newly created folder (using Alpine) and then
24700 delete the original and rename the new folder.
24701 The reason this might work is that only the keywords currently set in
24702 any of the messages will be used in the new folder, hopefully putting you
24703 under the limit.
24706 <UL>   
24707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24708 </UL><P>
24709 &lt;End of help on this topic&gt;
24710 </BODY>
24711 </HTML>
24712 ====== h_config_alt_addresses =====
24713 <HTML>
24714 <HEAD>
24715 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
24716 </HEAD>
24717 <BODY>
24718 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
24720 This option provides a place for you to list alternate email addresses
24721 you may have.
24722 Each address in the list should be the actual email address part of an
24723 address, without the full name field or the angle brackets.
24724 For example:
24727 <CENTER><SAMP>user@example.com</SAMP></CENTER>
24730 The matching is case-insensitive, so this would match any of
24731 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
24732 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
24735 If set, the option affects the behavior of the Reply
24736 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
24737 a message has been addressed specifically to you.
24740 In the default INDEX display
24741 the personal name (or email address) of
24742 the person listed in the message's &quot;From:&quot; header
24743 field is usually displayed except when that address is yours or one of your
24744 alternate addresses.
24745 In that case you will usually see the name of
24746 the first person specified in the
24747 message's &quot;To:&quot; header field
24748 with the prefix &quot;To: &quot; prepended.
24751 With respect to Reply, the reply-to-all option will exclude addresses
24752 listed here.
24755 The feature
24756 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
24757 is somewhat related to this option.
24760 In addition to a list of actual addresses,
24761 you may use regular expressions (as used with egrep with the ignore case flag)
24762 to describe the addresses you want to match.
24763 Alpine will somewhat arbitrarily interpret your entry as a regular
24764 expression if it contains any of the characters
24765 *, |, +, ?, {, [, ^, $, or &#92;.
24766 Otherwise, it will be treated literally.
24767 The feature
24768 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
24769 may be used to turn off regular expression processing regardless of whether or not
24770 special characters appear in the entry.
24773 A description of how regular expressions work is beyond the
24774 scope of this help text, but some examples follow.
24777 The entry
24780 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
24783 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
24784 address with a domain name of <SAMP>example.com</SAMP> (such as
24785 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
24786 one of your alternate addresses.
24787 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
24788 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
24789 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
24790 Complicating things further, the dollar sign
24791 is special in the Alpine configuration (it signifies environment variable expansion)
24792 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
24793 Quotes around the whole expression will not escape the dollar sign successfully.
24794 So this example should look like
24797 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
24801 The entry
24804 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
24807 would match
24808 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
24809 as <SAMP>fred@example.com</SAMP>.
24812 You could match all addresses that look like
24813 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
24814 entry
24817 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
24820 Notice that you have to escape the plus sign with a backslash because plus
24821 is a special character in regular expressions.
24822 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
24823 the expression
24826 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
24829 would do it, but it would be easier to just add fred@example.com as a
24830 separate entry.
24833 One more example, a match of all first-level subdomains, is given by
24836 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
24840 Because the regular expression matching is based on an old library
24841 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
24842 but they should be close.
24845 <UL>   
24846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24847 </UL><P>
24848 &lt;End of help on this topic&gt;
24849 </BODY>
24850 </HTML>
24851 ====== h_config_abook_formats =====
24852 <HTML>
24853 <HEAD>
24854 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
24855 </HEAD>
24856 <BODY>
24857 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
24859 This option specifies the format that address books are displayed in.
24860 Normally, address books are displayed with the nicknames in the first
24861 column, the fullnames in the second column, and addresses in the third
24862 column.  The system figures out reasonable defaults for the widths of
24863 the columns.  An address book may be given a different format by
24864 listing special tokens in the order you want them to display.  The
24865 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
24866 So, for example, to get the default behavior you could list
24869 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
24872 (You can also use the token DEFAULT to get the default behavior for
24873 an address book format.)
24876 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
24877 is a list, so if you have more than one address book you may have a
24878 separate format for each by putting its format at the corresponding
24879 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
24883 Listed first are the personal address books, then the global address
24884 books.  So, if you have two personal address books and one global
24885 address book, you may have up to three formats in the
24886 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
24887 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
24888 are address books, the last element is used repeatedly.
24892 Each of the tokens may also be optionally followed by parentheses with
24893 either a number or a percentage inside the parentheses.  For example,
24894 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
24895 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
24896 of the available space (the screen width minus the space for
24897 inter-column spaces) to the fullnames column, while plain
24898 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
24899 reasonable number of columns.
24902 There are always 2 spaces between every column, so if you use
24903 fixed column widths (like 13) you should remember to take that into
24904 account.
24907 <UL>   
24908 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24909 </UL><P>
24910 &lt;End of help on this topic&gt;
24911 </BODY>
24912 </HTML>
24913 ====== h_config_set_index_format =====
24914 <HTML>
24915 <HEAD>
24916 <TITLE>Set Index Format</TITLE>
24917 </HEAD>
24918 <BODY>
24919 <H1>Set Index Format</H1>
24921 This option is used to customize the content of lines in the
24922 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
24923 This action works exactly like the regular
24924 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
24925 except that you can have a folder-specific value for it if you specify it here.
24926 Consult the help for
24927 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
24928 for more information.
24931 <UL>   
24932 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24933 </UL><P>
24934 &lt;End of help on this topic&gt;
24935 </BODY>
24936 </HTML>
24937 ====== h_config_index_format =====
24938 <HTML>
24939 <HEAD>
24940 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
24941 </HEAD>
24942 <BODY>
24943 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
24945 This option is used to customize the content of lines in the
24946 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
24947 to convey some amount of immediately relevant information about each 
24948 message in the current folder.
24951 Alpine provides a pre-defined set of informational fields with
24952 reasonable column widths automatically computed.  You can, however,
24953 replace this default set by listing special tokens in the order you
24954 want them displayed.
24957 The list of available tokens is
24958 <A HREF="h_index_tokens">here</A>.
24961 Spaces are used to separate listed tokens.  Additionally, you can
24962 specify how much of the screen's width the token's associated data
24963 should occupy on the index line by appending to the token a pair of
24964 parentheses enclosing either a number or percentage.  For example,
24965 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
24966 column, and &quot;SUBJECT(20%)&quot; means to
24967 allocate 20% of the available space
24968 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
24969 attempt to figure out a reasonable amount of space.
24972 There is always one space between every pair of columns, so if you use fixed
24973 column widths (like 13) you should remember to take that into account.
24974 Several of the fields are virtually fixed-width, so it doesn't make
24975 much sense to specify the width for them.  The fields STATUS,
24976 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
24977 and DESCRIPSIZE all fall into that category.
24978 You <EM>may</EM> specify widths for those if you wish, but
24979 you're probably better off letting the system pick those widths.  <P>
24982 The default is equivalent to:
24985 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
24988 This means that the four fields without percentages will be allocated
24989 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
24990 the from and subject fields.  If one of those two fields is specified
24991 as a percentage and the other is left for the system to choose, then
24992 the percentage is taken as an absolute percentage of the screen, not
24993 of the space remaining after allocating the first four columns.  It
24994 doesn't usually make sense to do it that way.  If you leave off all
24995 the widths, then the subject and from fields (if both are present) are
24996 allocated space in a 2 to 1 ratio, which is almost exactly the same as
24997 the default.
25000 What you are most likely to do with this configuration option is to
25001 specify which fields appear at all, which order they appear in, and the
25002 percentage of screen that is used for the from and subject fields if you
25003 don't like the 2 to 1 default.
25006 If you want to retain the default format that Pine 4.64 had, use
25009 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
25011 <EM>and</EM> set the feature
25012 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
25013 <UL>   
25014 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25015 </UL><P>
25016 &lt;End of help on this topic&gt;
25017 </BODY>
25018 </HTML>
25019 ====== h_config_reply_intro =====
25020 <HTML>
25021 <HEAD>
25022 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
25023 </HEAD>
25024 <BODY>
25025 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
25027 This option is used to customize the content of the introduction line
25028 that is included when replying to a message and including the original
25029 message in the reply.
25030 The normal default (what you will get if you delete this variable) looks
25031 something like:
25033 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
25035 where the day of the week is only included if it is available in the
25036 original message.
25037 You can replace this default with text of your own.
25038 The text may contain tokens that are replaced with text
25039 that depends on the message you are replying to.
25040 For example, the default is equivalent to:
25042 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25045 Since this variable includes regular text mixed with special tokens
25046 the tokens have to be surrounded by underscore characters.
25047 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
25048 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
25049 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
25051 The list of available tokens is
25052 <A HREF="h_index_tokens">here</A>.
25055 By default, the text is all on a single line and is followed by a blank line.
25056 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
25057 than 80 characters when replying to a particular message, it is shortened.
25058 However, if you use the token
25060 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
25063 anywhere in the value, no end of line or blank line is appended, and no
25064 shortening is done.
25065 The _NEWLINE_ token may be used to get rid of the blank line following
25066 the text, to add more blank lines, or to form a multi-line
25067 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25068 To clarify how _NEWLINE_ works recall that the default value is:
25070 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25073 That is equivalent to
25075 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
25078 In the former case, two newlines are added automatically because
25079 no _NEWLINE_ token appears in the value of the option (for backwards
25080 compatibility). In the latter case, the newlines are explicit.
25081 If you want to remove the blank line that follows the
25082 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
25083 _NEWLINE_ token like
25085 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
25088 Because of the backwards compatibility problem, it is not possible to
25089 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
25090 and that will cause the automatic adding of two newlines!
25091 If you want, you may embed newlines in the middle of the text, as well,
25092 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25095 By default, no attempt is made to localize the date.
25096 If you prefer a localized form you may find that one of the tokens
25097 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
25098 If you want more control one of the many other date tokens, such as _DATEISO_,
25099 might be better.
25102 For the adventurous, there is a way to conditionally include text based
25103 on whether or not a token would result in specific replacement text.
25104 For example, you could include some text based on whether or not
25105 the _NEWS_ token would result in any newsgroups if it was used.
25106 It's explained in detail
25107 <A HREF="h_reply_token_conditionals">here</A>.
25110 In the very unlikely event that you want to include a literal token
25111 in the introduction line you must precede it with a backslash character.
25112 For example,
25114 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
25116 would produce something like
25118 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
25120 It is not possible to have a literal backslash followed by an expanded token.
25122 <UL>   
25123 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25124 </UL><P>
25125 &lt;End of help on this topic&gt;
25126 </BODY>
25127 </HTML>
25128 ====== h_config_remote_abook_history =====
25129 <HTML>
25130 <HEAD>
25131 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
25132 </HEAD>
25133 <BODY>
25134 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
25136 Sets how many extra copies of
25137 remote address book
25138 data will be kept in each remote address book folder.
25139 The default is three.
25140 These extra copies are simply old versions of the data. Each time a change
25141 is made a new copy of the address book data is appended to the folder. Old
25142 copies are trimmed, if possible, when Alpine exits.
25143 An old copy can be put back into use by
25144 deleting and expunging newer versions of the data from the folder.
25145 Don't delete the first message from the folder. It is a special header
25146 message for the remote address book and it must be there.
25147 This is to prevent regular folders from being used as remote address book
25148 folders and having their data destroyed.
25150 This option is also used to determine how many extra copies of remote
25151 Alpine configuration files are kept.
25153 <UL>   
25154 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25155 </UL><P>
25156 &lt;End of help on this topic&gt;
25157 </BODY>
25158 </HTML>
25159 ====== h_config_remote_abook_validity =====
25160 <HTML>
25161 <HEAD>
25162 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
25163 </HEAD>
25164 <BODY>
25165 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
25167 Sets the minimum number of minutes that a
25168 remote address book will be considered up to date.
25169 Whenever an entry contained in a remote address book is used,
25170 if more than this many minutes have
25171 passed since the last check the remote server will be queried to see if the
25172 address book has changed.
25173 If it has changed, the local copy is updated.
25174 The default value is five minutes.
25175 The special value of -1 means never check.
25176 The special value of zero means only check when the address book is first
25177 opened.
25179 No matter what the value, the validity check is always done when the
25180 address book is about to be changed by the user.
25181 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
25182 while in the address book maintenance screen for the remote address book.
25184 <UL>   
25185 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25186 </UL><P>
25187 &lt;End of help on this topic&gt;
25188 </BODY>
25189 </HTML>
25190 ====== h_config_user_input_timeo =====
25191 <HTML>
25192 <HEAD>
25193 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
25194 </HEAD>
25195 <BODY>
25196 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
25198 If this is set to an integer greater than zero, then this is the number
25199 of <EM>hours</EM> to wait for user input before Alpine times out.
25200 If Alpine is
25201 in the midst of composing a message or is waiting for user response to
25202 a question, then it will not timeout.
25203 However, if Alpine is sitting idle waiting for
25204 the user to tell it what to do next and the user does not give any
25205 input for this many hours, Alpine will exit.
25206 No expunging or moving of read
25207 messages will take place.
25208 It will exit similarly to the way it would exit
25209 if it received a hangup signal.
25210 This may be useful for cleaning up unused Alpine sessions that have been
25211 forgotten by their owners.
25212 The Alpine developers envision system administrators
25213 setting this to a value of several hours (24?) so that it won't surprise
25214 a user who didn't want to be disconnected.
25216 <UL>   
25217 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25218 </UL><P>
25219 &lt;End of help on this topic&gt;
25220 </BODY>
25221 </HTML>
25222 ====== h_config_ssh_open_timeo =====
25223 <HTML>
25224 <HEAD>
25225 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
25226 </HEAD>
25227 <BODY>
25228 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
25230 Sets the time in seconds that Alpine will
25231 attempt to open a UNIX secure shell connection.
25232 The default is 15, the minimum non-zero value is 5,
25233 and the maximum is unlimited. If this is set to zero ssh connections
25234 will be completely disabled.
25236 <UL>   
25237 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25238 </UL><P>
25239 &lt;End of help on this topic&gt;
25240 </BODY>
25241 </HTML>
25242 ====== h_config_rsh_open_timeo =====
25243 <HTML>
25244 <HEAD>
25245 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
25246 </HEAD>
25247 <BODY>
25248 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
25250 Sets the time in seconds that Alpine will
25251 attempt to open a UNIX remote shell connection.
25252 The default is 15, the minimum non-zero value is 5,
25253 and the maximum is unlimited. If this is set to zero rsh connections
25254 will be completely disabled.
25255 This might be useful if rsh connections will never work in your environment
25256 but are causing delays due to firewalls or some other reason.
25258 <UL>   
25259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25260 </UL><P>
25261 &lt;End of help on this topic&gt;
25262 </BODY>
25263 </HTML>
25264 ====== h_config_tcp_open_timeo =====
25265 <HTML>
25266 <HEAD>
25267 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
25268 </HEAD>
25269 <BODY>
25270 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
25272 Sets the time in seconds that Alpine will
25273 attempt to open a network connection. The default is 30, the minimum is 5,
25274 and the maximum is system defined (typically 75). If a connection has not
25275 completed within this many seconds Alpine will give up and consider it a
25276 failed connection.
25278 <UL>   
25279 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25280 </UL><P>
25281 &lt;End of help on this topic&gt;
25282 </BODY>
25283 </HTML>
25284 ====== h_config_tcp_readwarn_timeo =====
25285 <HTML>
25286 <HEAD>
25287 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
25288 </HEAD>
25289 <BODY>
25290 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
25292 Sets the time in seconds that Alpine will
25293 wait for a network read before warning you that things are moving slowly
25294 and possibly giving you the option to break the connection.
25295 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
25296 1000 seconds.
25298 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
25300 <UL>   
25301 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25302 </UL><P>
25303 &lt;End of help on this topic&gt;
25304 </BODY>
25305 </HTML>
25306 ====== h_config_tcp_writewarn_timeo =====
25307 <HTML>
25308 <HEAD>
25309 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
25310 </HEAD>
25311 <BODY>
25312 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
25314 Sets the time in seconds that Alpine will
25315 wait for a network write before warning you that things are moving slowly
25316 and possibly giving you the option to break the connection.
25317 The default is 0 which means it is unset. If set to a non-zero value, the
25318 minimum is 5 and the maximum is 1000.
25320 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
25322 <UL>   
25323 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25324 </UL><P>
25325 &lt;End of help on this topic&gt;
25326 </BODY>
25327 </HTML>
25328 ====== h_config_tcp_query_timeo =====
25329 <HTML>
25330 <HEAD>
25331 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
25332 </HEAD>
25333 <BODY>
25334 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
25336 When Alpine times out a network read or write it will normally just display
25337 a message saying &quot;Still waiting&quot;.
25338 However, if enough time has elapsed since it started waiting it will offer
25339 to let you break the connection.
25340 That amount of time is set by this option, which defaults to 60 seconds,
25341 has a minimum of 5 seconds, and a maximum of 1000 seconds.
25343 <UL>   
25344 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25345 </UL><P>
25346 &lt;End of help on this topic&gt;
25347 </BODY>
25348 </HTML>
25349 ====== h_config_quit_query_timeo =====
25350 <HTML>
25351 <HEAD>
25352 <TITLE>OPTION: <!--#echo var="VAR_close-connection-timeout"--></TITLE>
25353 </HEAD>
25354 <BODY>
25355 <H1>OPTION: <!--#echo var="VAR_close-connection-timeout"--></H1>
25357 The original purpose of this option was to close a connection after this
25358 much time has elapsed without response from the server. The problem this
25359 generates is that a server might not reply on time due to a slow operation
25360 (for example, sorting a large folder, or filtering messages, etc.) In those
25361 situations it is desirable to wait for the server, even when this takes
25362 a long time.
25365 In order to have a good compromise so that a user can distinguish between
25366 when a connection is closed, therefore
25367 we do not need to wait for it, and the operation that the user is waiting
25368 for takes a long time, this option only applies to the
25369 &quot;NOOP&quot; IMAP command. So, if a NOOP command has been issued,
25370 and the connection does not return after the number of seconds configured
25371 here, which must be at least the amount configured in the option
25372 <a href="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></a>,
25373 then Alpine will close the connection.
25376 Closing connections that have connectivity problems is a good idea. In an ideal
25377 world, one would like all connections to be fast and reliable, so the amount
25378 of time and effort put into parsing a folder to report its state when it is
25379 opened is not wasted, so keeping connections alive is good, but the problem
25380 with this is that waiting for a user to reply to a &quot;keep connection
25381 alive?&quot; question can take a long time, and that might affect other
25382 connections that could be closed because Alpine is not pinging them while it
25383 is waiting for a reply from a user for a different connection. Therefore
25384 setting this value helps to keep other connections alive, in case
25385 you have several incoming folders in other servers.
25388 The default value for this option is 0, which means that no connections will
25389 be closed automatically, so if you want connections to be closed automatically
25390 you must set this option to a positive number bigger or equal than the
25391 value of the option <!--#echo var="VAR_tcp-query-timeout"-->.
25393 <UL>
25394 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25395 </UL><P>
25396 &lt;End of help on this topic&gt;
25397 </BODY>
25398 </HTML>
25399 ====== h_config_incoming_folders =====
25400 <HTML>
25401 <HEAD>
25402 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
25403 </HEAD>
25404 <BODY>
25405 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
25407 This is a list of one or more folders other than <EM>INBOX</EM> that
25408 may receive new messages.
25409 It is related to the
25410 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
25411 feature.
25412 This variable is normally manipulated with the Add, Delete, and Rename
25413 commands in the FOLDER LIST for the Incoming Message Folders collection.
25415 <UL>   
25416 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25417 </UL><P>
25418 &lt;End of help on this topic&gt;
25419 </BODY>
25420 </HTML>
25421 ====== h_config_folder_spec =====
25422 <HTML>
25423 <HEAD>
25424 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
25425 </HEAD>
25426 <BODY>
25427 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
25429 This is a list of one or more collections where saved mail is stored. 
25430 The first collection in this list is the default
25431 collection for <EM>Save</EM>s,
25432 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
25434 This variable is normally manipulated using the Setup/collectionList screen.
25436 <UL>   
25437 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25438 </UL><P>
25439 &lt;End of help on this topic&gt;
25440 </BODY>
25441 </HTML>
25442 ====== h_config_news_spec =====
25443 <HTML>
25444 <HEAD>
25445 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
25446 </HEAD>
25447 <BODY>
25448 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
25450 This is a list of collections where news folders are located.
25452 This variable is normally manipulated using the Setup/collectionList screen.
25454 <UL>   
25455 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25456 </UL><P>
25457 &lt;End of help on this topic&gt;
25458 </BODY>
25459 </HTML>
25460 ====== h_config_address_book =====
25461 <HTML>
25462 <HEAD>
25463 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
25464 </HEAD>
25465 <BODY>
25466 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
25468 A list of personal address books.
25469 Each entry in the list is an
25470 optional nickname followed by a pathname or file name relative to the home
25471 directory.
25472 The nickname is separated from the rest of the line with whitespace.
25473 Instead of a local pathname or file name, a remote folder name can be given.
25474 This causes the address book to
25475 be a Remote address book.
25477 Use the Setup/AddressBook screen to modify this variable.
25479 <UL>   
25480 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25481 </UL><P>
25482 &lt;End of help on this topic&gt;
25483 </BODY>
25484 </HTML>
25485 ====== h_config_glob_addrbook =====
25486 <HTML>
25487 <HEAD>
25488 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
25489 </HEAD>
25490 <BODY>
25491 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
25493 A list of shared address books.  Each entry in the list is an
25494 optional nickname followed by a pathname or file name relative to the home
25495 directory.
25496 A SPACE character separates the nickname from the rest of the line.
25497 Instead of a local pathname or file name, a remote folder name can be given.
25498 This causes the address book to
25499 be a Remote address book.
25500 Global address books are
25501 defined to be ReadOnly.
25503 Use the Setup/AddressBook screen to modify this variable.
25505 <UL>   
25506 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25507 </UL><P>
25508 &lt;End of help on this topic&gt;
25509 </BODY>
25510 </HTML>
25511 ====== h_config_last_vers =====
25512 <HTML>
25513 <HEAD>
25514 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
25515 </HEAD>
25516 <BODY>
25517 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
25519 This is set automatically by Alpine. 
25520 It is used to keep track of the last version of Alpine that
25521 was run by the user.
25522 Whenever the version number increases, a new version message is printed out.
25523 This may not be set in the system-wide configuration files.
25525 <UL>   
25526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25527 </UL><P>
25528 &lt;End of help on this topic&gt;
25529 </BODY>
25530 </HTML>
25531 ====== h_config_printer =====
25532 <HTML>
25533 <HEAD>
25534 <TITLE>OPTION: Printer</TITLE>
25535 </HEAD>
25536 <BODY>
25537 <H1>OPTION: Printer</H1>
25539 Your default printer selection.
25541 Use the Setup/Printer screen to modify this variable.
25543 <UL>   
25544 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25545 </UL><P>
25546 &lt;End of help on this topic&gt;
25547 </BODY>
25548 </HTML>
25549 ====== h_config_print_cat =====
25550 <HTML>
25551 <HEAD>
25552 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
25553 </HEAD>
25554 <BODY>
25555 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
25557 This is an internal Alpine variable.
25558 It will be equal to 1, 2, or 3 depending on whether the default printer is
25559 attached, standard, or a personal print command.
25561 Use the Setup/Printer screen to modify this variable.
25563 <UL>   
25564 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25565 </UL><P>
25566 &lt;End of help on this topic&gt;
25567 </BODY>
25568 </HTML>
25569 ====== h_config_print_command =====
25570 <HTML>
25571 <HEAD>
25572 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
25573 </HEAD>
25574 <BODY>
25575 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
25577 List of personal print commands.
25579 Use the Setup/Printer screen to modify this variable.
25581 <UL>   
25582 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25583 </UL><P>
25584 &lt;End of help on this topic&gt;
25585 </BODY>
25586 </HTML>
25587 ====== h_config_pat_old =====
25588 <HTML>
25589 <HEAD>
25590 <TITLE>OPTION: Patterns</TITLE>
25591 </HEAD>
25592 <BODY>
25593 <H1>OPTION: Patterns</H1>
25595 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
25596 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
25597 and Patterns-Other.
25598 Patterns-Scores and Patterns-Filters have been replaced since then by
25599 Patterns-Scores2 and Patterns-Filters2.
25601 Use the Setup/Rules screens to modify these variable.
25603 <UL>   
25604 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25605 </UL><P>
25606 &lt;End of help on this topic&gt;
25607 </BODY>
25608 </HTML>
25609 ====== h_config_pat_roles =====
25610 <HTML>
25611 <HEAD>
25612 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
25613 </HEAD>
25614 <BODY>
25615 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
25617 List of rules used for roles.
25618 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
25619 other options.
25621 Use the Setup/Rules/Roles screen to modify this variable.
25623 <UL>   
25624 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25625 </UL><P>
25626 &lt;End of help on this topic&gt;
25627 </BODY>
25628 </HTML>
25629 ====== h_config_pat_filts =====
25630 <HTML>
25631 <HEAD>
25632 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
25633 </HEAD>
25634 <BODY>
25635 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
25637 List of rules used for filters.
25639 Use the Setup/Rules/Filters screen to modify this variable.
25641 <UL>   
25642 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25643 </UL><P>
25644 &lt;End of help on this topic&gt;
25645 </BODY>
25646 </HTML>
25647 ====== h_config_pat_scores =====
25648 <HTML>
25649 <HEAD>
25650 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
25651 </HEAD>
25652 <BODY>
25653 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
25655 List of rules used for scoring.
25657 Use the Setup/Rules/SetScores screen to modify this variable.
25659 <UL>   
25660 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25661 </UL><P>
25662 &lt;End of help on this topic&gt;
25663 </BODY>
25664 </HTML>
25665 ====== h_config_pat_other =====
25666 <HTML>
25667 <HEAD>
25668 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
25669 </HEAD>
25670 <BODY>
25671 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
25673 List of rules used for miscellaneous configuration.
25675 Use the Setup/Rules/Other screen to modify this variable.
25677 <UL>   
25678 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25679 </UL><P>
25680 &lt;End of help on this topic&gt;
25681 </BODY>
25682 </HTML>
25683 ====== h_config_pat_incols =====
25684 <HTML>
25685 <HEAD>
25686 <TITLE>OPTION: patterns-indexcolors</TITLE>
25687 </HEAD>
25688 <BODY>
25689 <H1>OPTION: patterns-indexcolors</H1>
25691 List of rules used for coloring lines in the index.
25693 Use the Setup/Rules/Indexcolor screen to modify this variable.
25695 <UL>   
25696 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25697 </UL><P>
25698 &lt;End of help on this topic&gt;
25699 </BODY>
25700 </HTML>
25701 ====== h_config_pat_srch =====
25702 <HTML>
25703 <HEAD>
25704 <TITLE>OPTION: patterns-search</TITLE>
25705 </HEAD>
25706 <BODY>
25707 <H1>OPTION: patterns-search</H1>
25709 List of rules used only for searching with the Select command in the MESSAGE INDEX.
25711 Use the Setup/Rules/searCh screen to modify this variable.
25713 <UL>   
25714 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25715 </UL><P>
25716 &lt;End of help on this topic&gt;
25717 </BODY>
25718 </HTML>
25719 ====== h_config_font_name =====
25720 <HTML>
25721 <HEAD>
25722 <TITLE>OPTION: Font Name</TITLE>
25723 </HEAD>
25724 <BODY>
25725 <H1>OPTION: Font Name</H1>
25727 PC-Alpine only.
25729 Name of normal font.
25731 Use the pulldown Config menu to modify this variable.
25733 <UL>   
25734 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25735 </UL><P>
25736 &lt;End of help on this topic&gt;
25737 </BODY>
25738 </HTML>
25739 ====== h_config_font_size =====
25740 <HTML>
25741 <HEAD>
25742 <TITLE>OPTION: Font Size</TITLE>
25743 </HEAD>
25744 <BODY>
25745 <H1>OPTION: Font Size</H1>
25747 PC-Alpine only.
25749 Size of normal font.
25751 Use the pulldown Config menu to modify this variable.
25753 <UL>   
25754 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25755 </UL><P>
25756 &lt;End of help on this topic&gt;
25757 </BODY>
25758 </HTML>
25759 ====== h_config_font_style =====
25760 <HTML>
25761 <HEAD>
25762 <TITLE>OPTION: Font Style</TITLE>
25763 </HEAD>
25764 <BODY>
25765 <H1>OPTION: Font Style</H1>
25767 PC-Alpine only.
25769 Style of normal font.
25771 Use the pulldown Config menu to modify this variable.
25773 <UL>   
25774 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25775 </UL><P>
25776 &lt;End of help on this topic&gt;
25777 </BODY>
25778 </HTML>
25779 ====== h_config_font_char_set =====
25780 <HTML>
25781 <HEAD>
25782 <TITLE>OPTION: Font Character Set</TITLE>
25783 </HEAD>
25784 <BODY>
25785 <H1>OPTION: Font Character Set</H1>
25787 PC-Alpine only.
25789 Character set of normal font.
25791 Use the pulldown Config menu to modify this variable.
25793 <UL>   
25794 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25795 </UL><P>
25796 &lt;End of help on this topic&gt;
25797 </BODY>
25798 </HTML>
25799 ====== h_config_print_font_name =====
25800 <HTML>
25801 <HEAD>
25802 <TITLE>OPTION: Print-Font-Name</TITLE>
25803 </HEAD>
25804 <BODY>
25805 <H1>OPTION: Print-Font-Name</H1>
25807 PC-Alpine only.
25809 Name of printer font.
25811 Use the pulldown Config menu to modify this variable.
25813 <UL>   
25814 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25815 </UL><P>
25816 &lt;End of help on this topic&gt;
25817 </BODY>
25818 </HTML>
25819 ====== h_config_print_font_size =====
25820 <HTML>
25821 <HEAD>
25822 <TITLE>OPTION: Print-Font-Size</TITLE>
25823 </HEAD>
25824 <BODY>
25825 <H1>OPTION: Print-Font-Size</H1>
25827 PC-Alpine only.
25829 Size of printer font.
25831 Use the pulldown Config menu to modify this variable.
25833 <UL>   
25834 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25835 </UL><P>
25836 &lt;End of help on this topic&gt;
25837 </BODY>
25838 </HTML>
25839 ====== h_config_print_font_style =====
25840 <HTML>
25841 <HEAD>
25842 <TITLE>OPTION: Print-Font-Style</TITLE>
25843 </HEAD>
25844 <BODY>
25845 <H1>OPTION: Print-Font-Style</H1>
25847 PC-Alpine only.
25849 Style of printer font.
25851 Use the pulldown Config menu to modify this variable.
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_print_font_char_set =====
25860 <HTML>
25861 <HEAD>
25862 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
25863 </HEAD>
25864 <BODY>
25865 <H1>OPTION: Print-Font-Char-Set</H1>
25867 PC-Alpine only.
25869 Character set of printer font.
25871 Use the pulldown Config menu to modify this variable.
25873 <UL>   
25874 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25875 </UL><P>
25876 &lt;End of help on this topic&gt;
25877 </BODY>
25878 </HTML>
25879 ====== h_config_window_position =====
25880 <HTML>
25881 <HEAD>
25882 <TITLE>OPTION: Window-Position</TITLE>
25883 </HEAD>
25884 <BODY>
25885 <H1>OPTION: Window-Position</H1>
25887 PC-Alpine only.
25889 Position on the screen of the Alpine window.
25891 Alpine normally maintains this variable itself, and it is set automatically. 
25892 This variable is provided to those who wish to use the same window position 
25893 across different machines from the same configuration.
25894 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
25895 must also be set for this setting to be used.
25897 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
25898 C is the number of columns, R is the number of rows, and X and Y specify the
25899 top left corner of the window.
25901 <UL>   
25902 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25903 </UL><P>
25904 &lt;End of help on this topic&gt;
25905 </BODY>
25906 </HTML>
25907 ====== h_config_cursor_style =====
25908 <HTML>
25909 <HEAD>
25910 <TITLE>OPTION: Cursor Style</TITLE>
25911 </HEAD>
25912 <BODY>
25913 <H1>OPTION: Cursor Style</H1>
25915 PC-Alpine only.
25917 Cursor style.
25919 Use the pulldown Config menu to modify this variable.
25921 <UL>   
25922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25923 </UL><P>
25924 &lt;End of help on this topic&gt;
25925 </BODY>
25926 </HTML>
25927 ====== h_config_ldap_servers =====
25928 <HTML>
25929 <HEAD>
25930 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
25931 </HEAD>
25932 <BODY>
25933 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
25935 List of LDAP servers and associated data.
25937 Use the Setup/Directory 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_sendmail_path =====
25946 <HTML>
25947 <HEAD>
25948 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
25949 </HEAD>
25950 <BODY>
25951 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
25953 This names the path to an
25954 alternative program, and any necessary arguments, to be used in posting
25955 mail messages. See the Technical notes for more information.
25957 <UL>   
25958 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25959 </UL><P>
25960 &lt;End of help on this topic&gt;
25961 </BODY>
25962 </HTML>
25963 ====== h_config_oper_dir =====
25964 <HTML>
25965 <HEAD>
25966 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
25967 </HEAD>
25968 <BODY>
25969 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
25971 This names the root of the
25972 tree to which you are restricted when reading and writing folders and
25973 files. It is usually used in the system-wide,
25974 <EM>fixed</EM> configuration file.
25976 <UL>   
25977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25978 </UL><P>
25979 &lt;End of help on this topic&gt;
25980 </BODY>
25981 </HTML>
25982 ====== h_config_rshpath =====
25983 <HTML>
25984 <HEAD>
25985 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
25986 </HEAD>
25987 <BODY>
25988 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
25990 Sets the name of the command used to open a UNIX remote shell
25991 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
25993 <UL>   
25994 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25995 </UL><P>
25996 &lt;End of help on this topic&gt;
25997 </BODY>
25998 </HTML>
25999 ====== h_config_rshcmd =====
26000 <HTML>
26001 <HEAD>
26002 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
26003 </HEAD>
26004 <BODY>
26005 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
26007 Sets the format of the command used to
26008 open a UNIX remote shell connection. The default is
26009 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26010 provided command. The first is for the command's pathname, the second is
26011 for the host to connect to, the third is for the user to connect as, and
26012 the fourth is for the connection method (typically <CODE>imap</CODE>).
26014 <UL>   
26015 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26016 </UL><P>
26017 &lt;End of help on this topic&gt;
26018 </BODY>
26019 </HTML>
26020 ====== h_config_sshpath =====
26021 <HTML>
26022 <HEAD>
26023 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
26024 </HEAD>
26025 <BODY>
26026 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
26028 Sets the name of the command used to open a UNIX secure shell
26029 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
26031 <UL>   
26032 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26033 </UL><P>
26034 &lt;End of help on this topic&gt;
26035 </BODY>
26036 </HTML>
26037 ====== h_config_sshcmd =====
26038 <HTML>
26039 <HEAD>
26040 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
26041 </HEAD>
26042 <BODY>
26043 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
26045 Sets the format of the command used to
26046 open a UNIX secure shell connection. The default is
26047 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26048 provided command. The first is for the command's pathname, the second is
26049 for the host to connect to, the third is for the user to connect as, and
26050 the fourth is for the connection method (typically <CODE>imap</CODE>).
26052 <UL>   
26053 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26054 </UL><P>
26055 &lt;End of help on this topic&gt;
26056 </BODY>
26057 </HTML>
26058 ====== h_config_new_ver_quell =====
26059 <HTML>
26060 <HEAD>
26061 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
26062 </HEAD>
26063 <BODY>
26064 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
26066 When a new version of Alpine is run for the first time it offers a
26067 special explanatory screen to the user upon startup.  This option
26068 helps control when and if that special screen appears for users that
26069 have previously run Alpine.  It takes as its value an Alpine version
26070 number.  Alpine versions less than the specified value will suppress this
26071 special screen while versions equal to or greater than that specified
26072 will behave normally.
26074 <UL>   
26075 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26076 </UL><P>
26077 &lt;End of help on this topic&gt;
26078 </BODY>
26079 </HTML>
26080 ====== h_config_disable_drivers =====
26081 <HTML>
26082 <HEAD>
26083 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
26084 </HEAD>
26085 <BODY>
26086 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
26088 This variable is a list of mail drivers that will be disabled.
26089 The candidates for disabling are listed below.
26090 There may be more in the future if you compile Alpine with
26091 a newer version of the c-client library.
26094 <UL>
26095 <LI> mbox
26096 <LI> mbx
26097 <LI> mh
26098 <LI> mmdf
26099 <LI> mtx
26100 <LI> mx
26101 <LI> news
26102 <LI> phile
26103 <LI> tenex
26104 <LI> unix
26105 </UL>
26108 The <EM>mbox</EM> driver enables the following behavior: if there is a
26109 file called <CODE>mbox</CODE>
26110 in your home directory, and if that file is either empty or in Unix mailbox
26111 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
26112 will automatically transfer mail from the system mail spool directory into the
26113 <CODE>mbox</CODE> file and
26114 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
26115 this will not happen.
26118 It is not recommended to disable the driver that supports the system default
26119 mailbox format. On most non-SCO systems, that driver is the
26120 <EM>unix</EM> driver.
26121 On most SCO systems, it is the <EM>mmdf</EM> driver.
26122 The system default driver may be
26123 configured to something else on your system; check with your system manager
26124 for additional information.
26127 It is most likely not very useful for you to disable any of the drivers other
26128 than possibly <EM>mbox</EM>.
26129 You could disable some of the others if you know for
26130 certain that you don't need them but the performance gain in doing so
26131 is very modest.
26133 <UL>   
26134 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26135 </UL><P>
26136 &lt;End of help on this topic&gt;
26137 </BODY>
26138 </HTML>
26139 ====== h_config_disable_auths =====
26140 <HTML>
26141 <HEAD>
26142 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
26143 </HEAD>
26144 <BODY>
26145 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
26147 This variable is a list of SASL (Simple Authentication and Security
26148 Layer) authenticators that will be disabled.
26149 SASL is a mechanism for
26150 authenticating to IMAP, POP3, SMTP, and other network servers.
26153 Alpine matches its list of supported authenticators with the server to
26154 determine the most secure authenticator that is supported by both.
26155 If no matching authenticators are found, Alpine will revert to plaintext
26156 login (or, in the case of SMTP, will be unable to authenticate at all).
26158 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
26161 Normally, you will not disable any authenticators.
26162 There are two exceptions:
26164 <OL>
26165 <LI> You use a broken server that advertises an authenticator,
26166 but does not actually implement it.
26167 <LI> You have a Kerberos-capable version of Alpine and the server is
26168 also Kerberos-capable, but you can not obtain Kerberos
26169 credentials on the server machine, thus you desire to disable
26170 GSSAPI (which in turn disables Alpine's Kerberos support).
26171 </OL>
26173 It is never necessary to disable authenticators, since Alpine will try
26174 other authenticators before giving up.
26175 However, disabling the relevant authenticator avoids annoying error messages.
26177 <UL>   
26178 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26179 </UL><P>
26180 &lt;End of help on this topic&gt;
26181 </BODY>
26182 </HTML>
26183 ====== h_config_encryption_range =====
26184 <HTML>
26185 <HEAD>
26186 <TITLE>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></TITLE>
26187 </HEAD>
26188 <BODY>
26189 <H1>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></H1>
26191 This option sets a range of encryption protocols that can be attempted when
26192 Alpine will try to establish a secure connection using the SSL or TLS
26193 protocols.
26196 Before a secure connection to an external server is established, Alpine and the
26197 server will attempt to negotiate a secure connection. This part is known as the
26198 &quot;ClientHello&quot;. At that time Alpine will announce the version of
26199 encryption that it would like to establish. The server can reject that, and announce
26200 a different version of encryption. Once both the server and Alpine have found
26201 a version of encryption that they both agree on, they will both use it to start
26202 a secure connection.
26205 The use of the /ssl parameter in the definition of the server will make Alpine
26206 attempt the highest encryption protocol that it can use, in agreement with the
26207 server. However, using this option, you will set limits to the versions of
26208 the protocols that are used. This would, for example, allow you to disable the use
26209 of ssl3, in favor of more modern protocols. 
26212 For purposes of this option, the protocols are sorted 
26213 as follows
26216 <CENTER>
26217 no_min < ssl3 < tls1 < tls1_1 < tls1_2 < tls1_3 < no_max
26218 </CENTER>
26221 For example, if you want to disable ssl3, all you have to do is to set the minimum 
26222 version to tls1, or any higher protocol. 
26224 <P>The name of the parameters used to configure this option is the same as the 
26225 parameters that are added to the definition of a server to make it a secure 
26226 connection, and they are listed above for your reference.
26229 The special values &quot;no_min&quot; and &quot;no_max&quot; do not set values
26230 for the minimum and maximum protocol versions, and Alpine will use the maximum
26231 and minimum values of encryption protocols built into your SSL library.
26234 <UL>   
26235 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26236 </UL><P>
26237 &lt;End of help on this topic&gt;
26238 </BODY>
26239 </HTML>
26240 ====== h_config_abook_metafile =====
26241 <HTML>
26242 <HEAD>
26243 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
26244 </HEAD>
26245 <BODY>
26246 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
26248 This is usually set by Alpine and is the name of a file
26249 that contains data about
26250 remote address books and remote configuration files.
26252 <UL>   
26253 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26254 </UL><P>
26255 &lt;End of help on this topic&gt;
26256 </BODY>
26257 </HTML>
26258 ====== h_config_composer_wrap_column =====
26259 <HTML>
26260 <HEAD>
26261 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
26262 </HEAD>
26263 <BODY>
26264 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
26267 This option specifies an aspect of Alpine's Composer.  This gives the
26268 maximum width that auto-wrapped lines will have.  It's also the maximum
26269 width of lines justified using the <A HREF="h_compose_justify">^J
26270 Justify</A> command.  The normal default
26271 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
26272 in order to
26273 prevent very long lines from being sent in outgoing mail.  When the mail
26274 is actually sent, trailing spaces will be stripped off of each line.
26277 <UL>   
26278 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26279 </UL><P>
26280 &lt;End of help on this topic&gt;
26281 </BODY>
26282 </HTML>
26283 ====== h_config_deadlets =====
26284 <HTML>
26285 <HEAD>
26286 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
26287 </HEAD>
26288 <BODY>
26289 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
26292 This option affects Alpine's behavior when you cancel a message being
26293 composed.  Alpine's usual behavior is to write the canceled message to
26294 a file named 
26295 <!--chtml if pinemode="os_windows"-->
26296 &quot;DEADLETR&quot;,
26297 <!--chtml else-->
26298 &quot;dead.letter&quot; in your home directory,
26299 <!--chtml endif-->
26300 overwriting any previous message.
26302 If you set this option to a value higher than one, then that many copies
26303 of dead letter files will be saved.
26304 For example, if you set this option to &quot;3&quot; then you may have
26305 files named
26306 <!--chtml if pinemode="os_windows"-->
26307 &quot;DEADLETR&quot;,
26308 &quot;DEADLETR2&quot;, and
26309 &quot;DEADLETR3&quot;.
26310 <!--chtml else-->
26311 &quot;dead.letter&quot;,
26312 &quot;dead.letter2&quot;, and
26313 &quot;dead.letter3&quot; in your home directory.
26314 <!--chtml endif-->
26315 In this example, the most recently cancelled message will be in
26316 <!--chtml if pinemode="os_windows"-->
26317 &quot;DEADLETR&quot;,
26318 <!--chtml else-->
26319 &quot;dead.letter&quot;,
26320 <!--chtml endif-->
26321 and the third most recently cancelled message will be in
26322 <!--chtml if pinemode="os_windows"-->
26323 &quot;DEADLETR3&quot;.
26324 <!--chtml else-->
26325 &quot;dead.letter3&quot;.
26326 <!--chtml endif-->
26327 The fourth most recently cancelled message will no longer be saved.
26330 If you set this option to zero, then NO record of canceled messages is
26331 maintained.
26333 If the feature
26334 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
26335 is set, that overrides whatever you set for this option.
26336 If this option had existed at the time, then the Quell feature would not
26337 have been added, but it is still there for backwards compatibility.
26338 So, in order for this option to have the desired effect, make sure the
26339 Quell feature is turned off.
26342 <UL>   
26343 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26344 </UL><P>
26345 &lt;End of help on this topic&gt;
26346 </BODY>
26347 </HTML>
26348 ====== h_config_maxremstream =====
26349 <HTML>
26350 <HEAD>
26351 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
26352 </HEAD>
26353 <BODY>
26354 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
26356 This option affects low-level behavior of Alpine.
26357 The default value for this option is <EM>3</EM>.
26358 If your INBOX is accessed using the IMAP protocol
26359 from an IMAP server, that connection is kept open throughout the
26360 duration of your Alpine session, independent of the value of this option.
26361 The same is true of any 
26362 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
26363 you have defined.
26364 This option controls Alpine's behavior when connecting to remote IMAP folders
26365 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
26366 It specifies the maximum number of remote IMAP connections (other than
26367 those mentioned above) that Alpine will use for accessing the rest of your
26368 folders.
26369 If you set this option to zero, you will turn off most remote connection
26370 re-use.
26371 It's difficult to understand exactly what this option does, and it is usually
26372 fine to leave it set to its default value.
26373 It is probably more likely that you will be interested in setting the
26374 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
26375 instead of changing the value of this option.
26376 A slightly longer explanation of what is going on with this option
26377 is given in the next paragraphs.
26380 There are some time costs involved in opening and closing remote IMAP 
26381 folders, the main costs being the time you have to wait for the connection
26382 to the server and the time for the folder to open.
26383 Opening a folder may involve not only the time the server takes to do its
26384 processing but time that Alpine uses to do filtering.
26385 These times can vary widely.
26386 They depend on how loaded the server is, how large
26387 the folder being opened is, and how you set up filtering, among other things.
26388 Once Alpine has opened a connection to a particular folder, it will attempt
26389 to keep that connection open in case you use it again.
26390 In order to do this,
26391 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
26392 this option) IMAP connections you have allotted for this purpose.
26394 For example, suppose the value of this option is set to &quot;2&quot;.
26395 If your INBOX is accessed on a remote server using the IMAP protocol, that
26396 doesn't count as one of the remote connections but it is always kept open.
26397 If you then open another IMAP folder, that would be your first
26398 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
26399 If you open a third folder the second will be left open, in case you
26400 return to it.
26401 You won't be able to tell it has been left open.
26402 It will appear to be closed when you leave the folder but the connection
26403 will remain in the background.
26404 Now suppose you go back to the second folder (the first folder after the
26405 INBOX).
26406 A connection to that folder is still open so you won't have to wait
26407 for the startup time to open it.
26408 Meanwhile, the connection to the third folder will be left behind.
26409 Now, if you open a fourth folder, you will bump into the
26410 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
26411 than INBOX and you have the option set to &quot;2&quot;.
26412 The connection that is being used for
26413 the third folder will be re-used for this new fourth folder.
26414 If you go back to the third folder after this, it is no longer already
26415 connected when you get there.
26416 You'll still save some time since Alpine will re-use the connection to the
26417 fourth folder and you have already logged in on that connection,
26418 but the folder will have to be re-opened from scratch.
26420 If a folder is large and the startup cost is dominated by the time it takes
26421 to open that folder or to run filters on it, then it will pay to make the
26422 value of this option large enough to keep it open.
26423 On the other hand, if you only revisit a handful of folders or if
26424 the folders are small, then it might
26425 make more sense to keep this number small so that the reconnect
26426 time (the time to start up a new connection and authenticate)
26427 is eliminated instead.
26429 You may also need to consider the impact on the server.
26430 On the surface, a larger number here may cause a larger impact on the
26431 server, since you will have more connections open to the server.
26432 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
26433 associated with reopening a folder, but the <EM>server</EM> will be
26434 avoiding those costs as well.
26436 When twenty five minutes pass without any active use of an IMAP connection
26437 being saved for possible re-use, that connection will be shut down,
26440 <UL>   
26441 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26442 </UL><P>
26443 &lt;End of help on this topic&gt;
26444 </BODY>
26445 </HTML>
26446 ====== h_config_permlocked =====
26447 <HTML>
26448 <HEAD>
26449 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
26450 </HEAD>
26451 <BODY>
26452 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
26454 This option affects low-level behavior of Alpine.
26455 There is no default value for this option.
26456 It is related to the options
26457 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
26458 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
26459 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
26462 Note: changes made to this list take effect the next time you open a
26463 folder in the list.
26466 This is a list of folders that will be permanently kept open once they
26467 are first opened.
26468 The names in this list may be either the nickname of an Incoming folder
26469 or the full technical specification of a folder.
26470 The folders in this list need not be remote IMAP folders, they could usefully
26471 be local folders, as well.
26472 If a folder in the list is a newsgroup or is not accessed either locally
26473 or via IMAP, then the entry will be ignored.
26474 For example, folders accessed via NNTP or POP3 will not be kept open, since
26475 the way that new mail is found with those protocols involves closing and
26476 reopening the connection.
26478 Once a Stay Open folder has been opened, new-mail checking will continue
26479 to happen on that folder for the rest of the Alpine session.
26480 Your INBOX is always implicitly included in this Stay-Open list and doesn't
26481 need to be added explicitly.
26483 Another difference that you may notice between a Stay Open folder and a
26484 non-Stay Open folder is which message is selected as the current message
26485 when you enter the folder index.
26486 Normally, the starting position for an incoming folder (which most Stay Open
26487 folders will likely be) is controlled by the
26488 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
26489 However, if a folder is a Stay Open folder, when you re-enter the folder
26490 after the first time the current message will be the same as it was when
26491 you left the folder.
26492 An exception is made if you use the TAB command to get to the folder.
26493 In that case, the message number will be incremented by one from what it
26494 was when you left the folder.
26496 The above special behavior is thought to be useful.
26497 However, it is special and different from what you might at first expect.
26498 The feature
26499 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
26500 may be used to turn off this special treatment.
26502 If the message that was current when you left the folder no longer exists,
26503 then the regular startup rule will be used instead.
26506 <UL>   
26507 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26508 </UL><P>
26509 &lt;End of help on this topic&gt;
26510 </BODY>
26511 </HTML>
26512 ====== h_config_viewer_overlap =====
26513 <html>
26514 <header>
26515 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
26516 </header>
26517 <body>
26518 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
26520 This option specifies an aspect of Alpine's Message Viewing screen.  When
26521 the space bar is used to page forward in a message, the number of lines
26522 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
26523 bottom of the screen.  That is, if this was set to two lines, then the
26524 bottom two lines of the screen would be repeated on the top of the next
26525 screen.  The normal default value is "2".<p>
26526 <UL>   
26527 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26528 </UL><P>
26529 &lt;End of help on this topic&gt;
26530 </body>
26531 </html>
26532 ====== h_config_scroll_margin =====
26533 <HTML>
26534 <HEAD>
26535 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
26536 </HEAD>
26537 <BODY>
26538 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
26540 This option controls when Alpine's line-by-line scrolling occurs.
26541 Typically, when a selected item is at the top or bottom screen edge
26542 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
26543 displayed items are scrolled down or up by a single line.
26546 This option allows you to tell Alpine the number of lines from the top and
26547 bottom screen edge that line-by-line paging should occur.  For example,
26548 setting this value to one (1) will cause Alpine to scroll the display
26549 vertically when you move to select an item on the display's top or
26550 bottom edge.
26553 By default, this variable is zero, indicating that scrolling happens
26554 when you move up or down to select an item immediately off the display's
26555 top or bottom edge.
26558 <UL>   
26559 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26560 </UL><P>
26561 &lt;End of help on this topic&gt;
26562 </BODY>
26563 </HTML>
26564 ====== h_config_wordseps =====
26565 <HTML>
26566 <HEAD>
26567 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
26568 </HEAD>
26569 <BODY>
26570 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
26572 This option affects how a &quot;word&quot; is defined in the composer.
26573 The definition of a word is used when using the Forward Word and Backward
26574 Word commands in the composer, as well as when using the spell checker.
26575 Whitespace is always considered a word separator.
26576 Punctuation (like question marks, periods, commas, and so on) is always
26577 a word separator if it comes at the end of a word.
26578 By default, a punctuation character that is in the middle of a word does
26579 not break up that word as long as the character before and the character
26580 after it are both alphanumeric.
26581 If you add a character to this option it will be considered a
26582 word separator even when it occurs in the middle of an alphanumeric word.
26583 For example, if you want to skip through each part of an address instead
26584 of skipping the whole address at once you might want to include &quot;@&quot;
26585 and &quot;.&quot; in this list.
26586 If you want the word-skipper to stop on each part of a UNIX filename you
26587 could add &quot;/&quot; to the list.
26588 The equal sign and dash are other possibilities you might find helpful.
26590 <UL>   
26591 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26592 </UL><P>
26593 &lt;End of help on this topic&gt;
26594 </BODY>
26595 </HTML>
26596 ====== h_config_reply_indent_string =====
26597 <HTML>
26598 <HEAD>
26599 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
26600 </HEAD>
26601 <BODY>
26602 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
26604 This option specifies an aspect of Alpine's Reply command.
26605 When a message is replied to and the text of the message is included, the
26606 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
26607 to each line indicating it is quoted text.
26608 (In case you haven't seen this before, &quot;string&quot; is a technical term
26609 that means chunk of text.)
26612 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
26613 in 1999 and its wide-spread adoption since then, you will usually be better off if you
26614 use one of the standard values,
26615 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
26618 This option specifies a different value for that string.
26619 If you wish to use a string that begins or ends with a space,
26620 enclose the string in double quotes.
26623 Besides simple text, the prepended string can be based
26624 on the message being replied to.
26625 The following tokens are substituted for the message's corresponding value:
26627 <DL>
26628 <DT>_FROM_</DT>
26629 <DD>This token gets replaced with the message sender's &quot;username&quot;.
26630 If the name is longer than six characters, only the first six characters are
26631 used.
26632 </DD>
26634 <DT>_NICK_</DT>
26635 <DD>This token gets replaced with the nickname of the message sender's
26636 address as found in your addressbook.
26637 If no addressbook entry is found,
26638 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
26639 If the nickname is longer than six characters, only the first six characters are
26640 used.
26641 </DD>
26643 <DT>_INIT_</DT>
26644 <DD>This token gets replaced with the initials of the sender of the message.
26645 </DD>
26647 </DL>
26649 NOTE: When the
26650 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
26651 feature is enabled, you are given the opportunity to edit the string, whether 
26652 it is the default or one automatically generated using the above tokens.
26654 If you change your <!--#echo var="VAR_reply-indent-string"-->
26655 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
26656 quoted text will not be flowed
26657 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
26658 when you reply.
26659 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
26660 set to the default value.
26662 <UL>   
26663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26664 </UL><P>
26665 &lt;End of help on this topic&gt;
26666 </BODY>
26667 </HTML>
26668 ====== h_config_quote_replace_string =====
26669 <HTML>
26670 <HEAD>
26671 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
26672 </HEAD>
26673 <BODY>
26674 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
26676 This option specifies what string to use as a quote when <b>viewing</b> a
26677 message.  The standard way of quoting messages when replying is the string
26678 &quot;&gt;&nbsp;&quot; (quote space).
26679 With this variable set, viewing a message will
26680 replace occurrences of 
26681 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
26682 This setting works best when
26683 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
26684 or the equivalent setting in your correspondents' mail programs
26685 is set to the default
26686 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
26687 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
26689 By default, this setting will only work on messages that are flowed, which is
26690 the default way of sending messages for many mail clients including
26691 Alpine.  Enable the feature
26692 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
26693 to also have quote-replacement performed on non-flowed messages.
26696 Setting this option will replace  &quot;&gt;&quot; and 
26697 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
26698 spaces. To preserve those spaces enclose the full string in double quotes.
26700 No padding to separate the text of the message from the quote string is
26701 added. This means that if you do not add trailing spaces to the value of
26702 this variable, text will be displayed right next to the quote string,
26703 which may be undesirable. This can be avoided by adding a new string
26704 separated by a space from your selection of quote string replacement. This
26705 last string will be used for padding. For example, setting this variable to 
26706 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
26707 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
26708 a space from the last quote string to make it more readable.
26710 One possible setting for this variable could be
26711 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
26712 would have the effect of indenting each level of quoting four spaces and
26713 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
26714 more discernible by setting colors for quoted text.
26716 Replying to or forwarding the viewed message will preserve the original
26717 formatting of the message, so quote-replacement will not be performed on
26718 messages that are being composed.
26720 <UL>   
26721 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26722 </UL><P>
26723 &lt;End of help on this topic&gt;
26724 </BODY>
26725 </HTML>
26726 ====== h_config_empty_hdr_msg =====
26727 <HTML>
26728 <HEAD>
26729 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
26730 </HEAD>
26731 <BODY>
26732 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
26734 When sending, if both the To and Cc fields are empty and you
26735 are sending the message to a Bcc,
26736 Alpine will put a special address in the To line.  The default value is:
26739 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
26742 The reason for this is to avoid embarrassment caused by some Internet
26743 mail transfer software that interprets a &quot;missing&quot;
26744 <SAMP>To:</SAMP> header as an error and replaces it with an
26745 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
26746 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
26747 Bcc.  You may change the part of this message that comes before the
26748 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
26749 variable to something else.
26752 The normal default is &quot;undisclosed-recipients&quot;.
26755 <UL>   
26756 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26757 </UL><P>
26758 &lt;End of help on this topic&gt;
26759 </BODY>
26760 </HTML>
26761 ====== h_config_status_msg_delay =====
26762 <HTML>
26763 <HEAD>
26764 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
26765 </HEAD>
26766 <BODY>
26767 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
26769 This option has evolved over time, causing the possible values to be
26770 counter-intuitive.
26771 Read carefully before you set this option.
26772 First we explain what the option does, then there is a longer discussion
26773 following that.
26775 If this is set to zero, the default value, it has <EM>no</EM> effect.
26776 Positive and negative values serve two similar, but different purposes.
26778 If it is set to a positive number, it causes the cursor to move to the
26779 status line whenever a status message is printed and pause there for this
26780 many seconds.
26781 It will probably only be useful if the 
26782 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
26783 also turned on.
26784 Setting this option to a positive number can only be used to
26785 <EM>increase</EM> the status message delay.
26786 This may be useful for Braille displays, or other non-traditional displays.
26788 If it is set to a negative number the interpretation is a bit complicated.
26789 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
26790 allow you to read important status messages.
26791 Of course, this may cause you to miss some important messages.
26792 If you see a message flash by but miss what it says you can use the
26793 Journal command from the MAIN MENU to read it.
26794 If you set this option to a negative value, the delay will be
26795 no more than one second less than the absolute value
26796 of the value you set.
26797 So if you set it to -1, the delay will be no more than zero seconds, no
26798 delay at all.
26799 If you set it to -2, the delay will be no more than 1 second.
26800 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
26801 If the delay that Alpine would have used by default is less than this delay,
26802 then the smaller delay set by Alpine will be used.
26803 Setting this option to a negative value can only reduce the amount of
26804 delay, never increase it.
26806 Here is a more detailed explanation.
26807 Status messages are the messages that show up spontaneously in the
26808 status message line, usually the third line from the bottom of the screen.
26809 By default, Alpine assigns each status message it produces a minimum
26810 display time.
26811 Some status messages have a minimum display time of zero.
26812 You can see an example of such a message by paging up in this help text
26813 until you reach the top of the screen.
26814 If you try to page past the top you will see the message
26816 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
26818 in the status line.
26819 If there is another more important use of the status message line this message
26820 might be replaced quickly, or it even might not be shown at all.
26821 However, if there is no reason to get rid of the message, it might stay
26822 there for several seconds while you read the help.
26823 An example where it is replaced immediately happens when you page up in
26824 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
26825 command right after paging up.
26826 The message will disappear immediately without causing a delay (unless you
26827 have set this option to a positive value) to allow you to type input for
26828 the &quot;WhereIs&quot; command.
26829 Since it isn't a very important message, Alpine has set its minimum display
26830 time to zero seconds.
26832 Other messages have minimum display times of three or more seconds.
26833 These are usually error messages that Alpine thinks you ought to see.
26834 For example, it might be a message about a failed Save or a failed folder open.
26835 It is often the case that this minimum display time won't delay you in
26836 any way because the status message line is not needed for another reason.
26837 However, there are times when Alpine has to delay what it is doing in
26838 order to display a status message for the minimum display time.
26839 This happens when a message is being displayed and Alpine wants to ask
26840 for input from the keyboard.
26841 For example, when you Save a message you use the status message line.
26842 You get a prompt there asking for the name of the folder to save to.
26843 If there is a status message being displayed that has not
26844 yet displayed for its minimum
26845 time Alpine will display that status message surrounded with the characters
26846 &gt; and &lt; to show you that it is delaying.
26847 That might happen, for example, if you tried to save to a folder that
26848 caused an error, then followed that immediately with another Save command.
26849 You might find yourself waiting for a status message like
26851 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
26853 to finish displaying for three seconds.
26854 If that is something you find happening to you frequently, you may use
26855 negative values of this option to decrease or eliminate that delay, at
26856 the risk of missing the message.
26858 <UL>   
26859 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26860 </UL><P>
26861 &lt;End of help on this topic&gt;
26862 </BODY>
26863 </HTML>
26864 ====== h_config_active_msg_interval =====
26865 <HTML>
26866 <HEAD>
26867 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
26868 </HEAD>
26869 <BODY>
26870 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
26872 When Alpine is delayed for some reason it usually shows that
26873 something is happening with a small animated display in the status
26874 message line near the bottom of the screen.
26875 This option sets how frequently the characters (for example, a spinning bar)
26876 in the active status message lines are updated.
26877 At most, it can be set to be updated 20 times per second. 
26880 Setting this value to zero will prevent display of the animations
26881 altogether.
26884 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
26885 can be used to remove the randomness from this animated display.
26888 <UL>   
26889 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26890 </UL><P>
26891 &lt;End of help on this topic&gt;
26892 </BODY>
26893 </HTML>
26894 ====== h_config_mailchecknoncurr =====
26895 <HTML>
26896 <HEADER>
26897 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
26898 </HEADER>
26899 <BODY>
26900 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
26902 This option is closely related to the
26903 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26904 option, as well as the
26905 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
26906 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
26907 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
26908 new-mail checking is disabled and this option will have no effect.
26910 Normally this option is set to zero, which means that the value used will be
26911 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
26912 If you set this option to a value different from zero
26913 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
26914 then that is the check interval that will be used
26915 for folders that are not the currently open folder or the INBOX.
26916 You may not even have any folders that are noncurrent and not the INBOX.
26917 If you do, it is likely that they are due to
26918 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
26919 you have configured.
26920 This option also affects the rate of mail checking done on cached
26921 connections to folders you previously had open but are no longer actively
26922 using.
26923 You aren't expected to understand that last sentence, but if you are interested
26924 take a look at
26925 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
26926 and the related options.
26928 <UL>   
26929 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26930 </UL><P>
26931 &lt;End of help on this topic&gt;
26932 </BODY>
26933 </HTML>
26934 ====== h_config_fifopath =====
26935 <HTML>
26936 <HEADER>
26937 <TITLE>OPTION: NewMail FIFO Path</TITLE>
26938 </HEADER>
26939 <BODY>
26940 <H1>OPTION: NewMail FIFO Path</H1>
26942 This option is only available in UNIX Alpine.
26943 However, there is a very similar feature built in to PC-Alpine.
26944 In PC-Alpine's Config menu at the top of the screen
26945 is an option called &quot;New Mail Window&quot;.
26947 You may have Alpine create a FIFO special file (also called a named pipe) where
26948 it will send a one-line message each time a new message is received in
26949 the current folder, the INBOX, or any open
26950 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
26951 To protect against two different Alpines both writing to the same FIFO, Alpine
26952 will only create the FIFO and write to it if it doesn't already exist.
26954 A possible way to use this option would be to have a separate window
26955 on your screen running the command
26957 <CENTER><SAMP>cat filename</SAMP></CENTER>
26959 where &quot;filename&quot; is the name of the file given for this option.
26960 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
26961 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
26962 You may be tempted to use &quot;tail -f filename&quot; to view the new
26963 mail log.
26964 However, the common implementations of the tail command will not do what you
26965 are hoping.
26967 The width of the messages produced for the FIFO may be altered with the
26968 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
26970 On some systems, fifos may only be created in a local filesystem.
26971 In other words, they may not be in NFS filesystems.
26972 This requirement is not universal.
26973 If the system you are using supports it, it should work.
26974 (It is often the case that your home directory is in an NFS filesystem.
26975 If that is the case, you might try using a file in the &quot;/tmp&quot;
26976 filesystem, which is usually a local filesystem.)
26977 Even when it is possible to use an NFS-mounted filesystem as a place to name
26978 the fifo (for example, your home directory), it will still be the case that
26979 the reader (probably the &quot;cat&quot; command) and the
26980 writer (Alpine) of the fifo must be running on the same system.
26982 <UL>   
26983 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26984 </UL><P>
26985 &lt;End of help on this topic&gt;
26986 </BODY>
26987 </HTML>
26988 ====== h_config_newmailwidth =====
26989 <HTML>
26990 <HEADER>
26991 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
26992 </HEADER>
26993 <BODY>
26994 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
26996 For UNIX Alpine, this option is only useful if you have turned on the
26997 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
26998 That option causes new mail messages to be sent to a fifo file.
26999 Those messages will be 80 characters wide by default.
27000 You can change the width of those messages by changing this option.
27001 For example, if you are reading those messages in another window you might
27002 want to set this width to the width of that other window.
27004 If you are using PC-Alpine, it has an option in the Config menu to turn
27005 on the &quot;New Mail Window&quot;.
27006 This present option also controls the width of that window.
27008 <UL>   
27009 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27010 </UL><P>
27011 &lt;End of help on this topic&gt;
27012 </BODY>
27013 </HTML>
27014 ====== h_config_mailcheck =====
27015 <HTML>
27016 <HEADER>
27017 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
27018 </HEADER>
27019 <BODY>
27020 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
27022 This option specifies, in seconds,
27023 how often Alpine will check for new mail.
27024 If set to zero, new-mail checking is disabled.
27025 (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
27026 current message is the last message of the folder.)
27027 There is a minimum value for this option, normally 15 seconds.
27028 The default value is normally 150 seconds.
27029 The higher you set this option, the easier it is on the server.
27031 There are some situations where automatic new-mail checking does not work.
27032 See the discussion about new-mail checking in
27033 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
27035 The new-mail checking will not happen exactly at the frequency that you specify.
27036 For example, Alpine may elect to defer a non-INBOX mail check if you
27037 are busy typing.
27038 Or, it may check more frequently than you have specified if that is
27039 thought to be necessary to keep the server from closing the connection
27040 to the folder due to inactivity.
27041 If Alpine checks for new mail as a side effect of another command, it will reset
27042 the timer, so that new-mail checking may seem to happen irregularly instead of
27043 every X seconds like clockwork.
27045 If you are anxious to know about new mail as soon as possible, set the check
27046 interval low, and you'll know about the new mail by approximately
27047 that amount of time after it arrives.
27048 If you aren't so worried about knowing right away, set this option to a
27049 higher value.
27050 That will save the server some processing time and may save you some of
27051 the time you spend waiting for new-mail checks to happen if you are
27052 dealing with a slow server or slow network connection.
27054 If you suspect that new-mail checking is causing slow downs for you,
27055 you may want to look into the options
27056 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
27057 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
27058 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
27059 which refine when mail checking is done.
27061 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
27062 there is a minimum time
27063 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
27064 between new-mail checks.
27065 Because of this minimum you may notice that new mail does not
27066 appear promptly when you expect it.
27067 The reason for this is to protect the server from over-zealous opening and
27068 closing of the Mail Drop folder, since that is a costly operation.
27070 <UL>   
27071 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27072 </UL><P>
27073 &lt;End of help on this topic&gt;
27074 </BODY>
27075 </HTML>
27076 ====== h_config_quell_checks_comp =====
27077 <HTML>
27078 <HEAD>
27079 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
27080 </HEAD>
27081 <BODY>
27082 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
27084 This option is closely related to the
27085 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27086 option, the
27087 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27088 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
27090 If this option is set, then the normal new-mail checking that happens
27091 while you are composing will not happen for folders other than your
27092 INBOX (which depends on the setting
27093 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
27095 You might want to set this option if you are experiencing delays while
27096 composing that you think might be related to the speed of the new-mail
27097 checks.
27099 Even with this option turned on, an occasional new-mail check may be done
27100 in order to keep the server from killing the connection to the folder.
27101 For example, IMAP servers may remove a connection to a folder if there
27102 has been no activity on the connection for 30 minutes or more.
27103 Instead of letting that happen, Alpine will check for new mail before the
27104 30 minutes is up even though you have turned on this feature to quell
27105 those checks.
27107 Besides new-mail checks, checkpoint operations on the folders
27108 will also be quelled when you set this option.
27109 The purpose of checkpointing is to write the changes to a folder out to
27110 disk periodically in order to avoid losing those changes when system or
27111 software problems occur.
27112 New-mail checking and checkpointing while you are not composing are not
27113 affected by this option.
27116 &lt;End of help on this topic&gt;
27117 </BODY>
27118 </HTML>
27119 ====== h_config_quell_checks_comp_inbox =====
27120 <HTML>
27121 <HEAD>
27122 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
27123 </HEAD>
27124 <BODY>
27125 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
27127 This option is closely related to the
27128 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27129 option, the
27130 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27131 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
27133 If this option is set, then the normal new-mail checking that happens
27134 while you are composing will not happen for your INBOX.
27135 Checking of other folders is controlled in a similar way with the
27136 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
27138 You might want to set this option if you are experiencing delays while
27139 composing that you think might be related to the speed of the new-mail
27140 checks.
27142 Even with this option turned on, an occasional new-mail check may be done
27143 in order to keep the server from killing the connection to the folder.
27144 For example, IMAP servers may remove a connection to a folder if there
27145 has been no activity on the connection for 30 minutes or more.
27146 Instead of letting that happen, Alpine will check for new mail before the
27147 30 minutes is up even though you have turned on this feature to quell
27148 those checks.
27150 Besides new-mail checks, checkpoint operations on the INBOX
27151 will also be quelled when you set this option.
27152 The purpose of checkpointing is to write the changes to a folder out to
27153 disk periodically in order to avoid losing those changes when system or
27154 software problems occur.
27155 New-mail checking and checkpointing while you are not composing are not
27156 affected by this option.
27158 &lt;End of help on this topic&gt;
27159 </BODY>
27160 </HTML>
27161 ====== h_config_maildropcheck =====
27162 <HTML>
27163 <HEADER>
27164 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
27165 </HEADER>
27166 <BODY>
27167 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
27169 New-mail checking for a
27170 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
27171 mail checking for a regular folder.
27172 One of the differences is that the connection to the Mail Drop is not
27173 kept open and so the cost of checking
27174 (delay for you and additional load for the server) may be significant.
27175 Because of this additional cost we set a minimum time that
27176 must pass between checks.
27177 This minimum only applies to the automatic checking done by Alpine.
27178 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
27179 at the end of a folder index, then the check is done right away.
27181 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
27182 new-mail checks.
27183 You may want to set this minimum high in order to avoid experiencing some
27184 of the delays associated with the checks.
27185 Note that the time between checks is still controlled by the regular
27186 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
27187 When Alpine is about to do an automatic check for new mail (because
27188 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
27189 new-mail check
27190 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
27191 the Mail Drop is checked for new mail as well.
27192 Therefore, it is only useful to set this option to a value that is higher
27193 than the <!--#echo var="VAR_mail-check-interval"-->.
27195 If this option is set to zero, automatic Mail Drop new-mail
27196 checking is disabled.
27197 There is a minimum value, normally 60 seconds.
27198 The default value is normally 60 seconds as well.
27199 This applies to the INBOX and to the currently open folder if that is
27200 different from the INBOX.
27203 <UL>   
27204 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27205 </UL><P>
27206 &lt;End of help on this topic&gt;
27207 </BODY>
27208 </HTML>
27209 ====== h_config_nntprange =====
27210 <HTML>
27211 <HEADER>
27212 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
27213 </HEADER>
27214 <BODY>
27215 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
27217 This option applies only to newsgroups accessed using the NNTP protocol.
27218 It does not, for example,
27219 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
27222 When you open a connection to a News server using the NNTP protocol, you
27223 normally have access to all of the articles in each newsgroup.
27224 If a server keeps a large backlog of messages it may speed performance
27225 some to restrict attention to only the newer messages in a group.
27226 This option allows you to set how many article numbers should be checked
27227 when opening a newsgroup.
27228 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
27229 of messages you ever want to see.
27230 For example, if you only ever wanted to look at the last 500 messages in each
27231 newsgroup you could set this option to 500.
27232 In actuality, it isn't quite that.
27233 Instead, for performance reasons, it specifies the range of article
27234 numbers to be checked, beginning
27235 with the highest numbered article and going backwards from there.
27236 If there are messages that have been canceled or deleted
27237 their article numbers are still counted as part of the range.
27239 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
27240 numbers
27241 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
27243 to be considered when reading a newsgroup.
27244 The number of messages that show up in your index will be less than or equal
27245 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
27248 The purpose of this option is simply to speed up access when reading news.
27249 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
27250 numbers, and can avoid downloading any information about the ignored articles.
27251 There is a cost you pay for this speedup.
27252 That cost is that there is no way for you to see those ignored articles.
27253 The articles that come before the range you specify are invisible to you and
27254 to Alpine, as if they did not exist at all.
27255 There is no way to see those messages using, for example, an unexclude command
27256 or something similar.
27257 The only way to see those articles is to set this option high enough (or
27258 set it to zero) and then to reopen the newsgroup.
27261 If this option is set to 0 (which is also the default),
27262 then the range is unlimited.
27263 This option applies globally to all NNTP servers and to all newsgroups
27264 on those servers.
27265 There is no way to set different values for different newsgroups or servers.
27268 <UL>   
27269 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27270 </UL><P>
27271 &lt;End of help on this topic&gt;
27272 </BODY>
27273 </HTML>
27274 ====== h_config_news_active =====
27275 <html>
27276 <header>
27277 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
27278 </header>
27279 <body>
27280 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
27282 This option tells Alpine where to look for the "active file" for newsgroups
27283 when accessing news locally, rather than via NNTP.  The default path is
27284 usually "/usr/lib/news/active".<p>
27285 <UL>   
27286 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27287 </UL><P>
27288 &lt;End of help on this topic&gt;
27289 </body>
27290 </html>
27291 ====== h_config_news_spool =====
27292 <html>
27293 <header>
27294 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
27295 </header>
27296 <body>
27297 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
27299 This option tells Alpine where to look for the "news spool" for newsgroups
27300 when accessing news locally, rather than via NNTP.  The default path is
27301 usually "/var/spool/news".<p>
27302 <UL>   
27303 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27304 </UL><P>
27305 &lt;End of help on this topic&gt;
27306 </body>
27307 </html>
27308 ====== h_config_image_viewer =====
27309 <html>
27310 <header>
27311 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
27312 </header>
27313 <body>
27314 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
27315 <body>
27316 This option specifies the program Alpine should call to view MIME
27317 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
27318 no longer needed, but remains for backward compatibility.  The more
27319 general method for associating external printing and viewing programs with
27320 specific MIME data types is to use the system's (or your personal)
27321 "mailcap" configuration file.<p>
27322 <UL>   
27323 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27324 </UL><P>
27325 &lt;End of help on this topic&gt;
27326 </body>
27327 </html>
27328 ====== h_config_domain_name =====
27329 <HTML>
27330 <HEAD>
27331 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
27332 </HEAD>
27333 <BODY>
27334 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
27336 This option is used only if the 
27337 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
27338 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
27339 strips the hostname from your return (&quot;From&quot;) address and when 
27340 completing unqualified addresses that you enter into the composer.
27342 If you set this, see also the <A HREF="h_config_quell_local_lookup">
27343 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
27346 <!--chtml if pinemode="os_windows"-->
27347 <P>This option is not applicable to PC-Alpine.
27348 <!--chtml else-->
27350 <!--chtml endif-->
27351 <UL>
27352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27353 </UL>
27355 &lt;End of help on this topic&gt;
27356 </BODY>
27357 </HTML>
27358 ====== h_config_prune_date =====
27359 <HTML>
27360 <HEAD>
27361 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
27362 </HEAD>
27363 <BODY>
27364 <H1>OPTION: Last-Time-Prune Question</H1>
27366 This value records the last time you were asked about deleting old
27367 sent-mail.
27368 It is set automatically by Alpine at the beginning of each month.
27369 In the past, if you wished to suppress the monthly sent-mail
27370 pruning feature, you could set this to a date in the future.
27371 This value is relative to the year 1900, so 
27372 to set this, for example, to October 2005, use 105.10.
27374 You can still do that if you wish, or you can use the
27375 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
27376 a little more convenient to use.
27378 <UL>   
27379 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27380 </UL><P>
27381 &lt;End of help on this topic&gt;
27382 </BODY>
27383 </HTML>
27384 ====== h_config_goto_default =====
27385 <HTML>
27386 <HEAD>
27387 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
27388 </HEAD>
27389 <BODY>
27390 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
27392 This value affects Alpine's behavior when you use the Goto command.
27393 Alpine's usual behavior has two parts.  If your current folder is
27394 &quot;Inbox&quot;, Alpine will offer the last open folder as the
27395 default.  If the current folder is other than &quot;Inbox&quot;,
27396 &quot;Inbox&quot; is offered as the default.
27399 The available options include:
27401 <DL>
27403  <DT>folder-in-first-collection</DT>
27405  <DD> Alpine will offer the most recently visited folder in the default
27406 collection found in the &quot;Collection List&quot; screen as the default.
27407 </DD>
27409  <DT> inbox-or-folder-in-first-collection</DT>
27411  <DD> If the current folder is &quot;Inbox&quot;,
27412 Alpine will offer the most recently visited folder in the
27413 default collection found in the &quot;Collection List&quot; screen.
27414 If the current folder is other than &quot;Inbox&quot;,
27415 &quot;Inbox&quot; is offered as the default.
27416 </DD>
27418  <DT> inbox-or-folder-in-recent-collection</DT>
27420  <DD> This is Alpine's default behavior.
27421 If the current folder is &quot;Inbox&quot;,
27422 Alpine will offer the last open
27423 folder as the default.
27424 If the current folder is other than &quot;Inbox&quot;,
27425 &quot;Inbox&quot; is offered as the default.
27426 </DD>
27428  <DT> first-collection-with-inbox-default</DT>
27430  <DD> Instead of offering the most recently visited folder in the default
27431 collection, the default collection is offered but with &quot;Inbox&quot; as
27432 the default folder.
27433 If you type in a folder name it will be in the default collection.
27434 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
27435 </DD>
27437  <DT> most-recent-folder</DT>
27439  <DD> The last accepted value simply causes the most recently opened
27440 folder to be offered as the default regardless of the currently opened
27441 folder.
27442 </DD>
27443 </DL>
27446 NOTE: The default while a newsgroup is open remains the same; the last
27447 open newsgroup.
27450 <UL>   
27451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27452 </UL><P>
27453 &lt;End of help on this topic&gt;
27454 </BODY>
27455 </HTML>
27456 ====== h_config_thread_lastreply_char =====
27457 <HTML>
27458 <HEAD>
27459 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
27460 </HEAD>
27461 <BODY>
27462 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
27464 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
27465 INDEX display when using a
27466 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
27467 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
27468 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
27469 The value of this option is a single character.
27470 This character is used instead of the vertical line character when there are
27471 no more replies directly to the parent of the current message.
27472 It can be used to &quot;round-off&quot; the bottom of the vertical line
27473 by setting it to a character such as a backslash (&#92;) or
27474 a backquote (&#96;).
27475 The default value of this option is the backslash character (&#92;).
27476 This option may not be set to the Empty Value.
27477 In that case, the default will be used instead.
27480 <UL>   
27481 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27482 </UL><P>
27483 &lt;End of help on this topic&gt;
27484 </BODY>
27485 </HTML>
27486 ====== h_config_thread_indicator_char =====
27487 <HTML>
27488 <HEAD>
27489 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
27490 </HEAD>
27491 <BODY>
27492 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
27494 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
27495 INDEX display when using a
27496 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
27497 than &quot;none&quot; and sorting by Threads or OrderedSubject.
27498 The value of this option is a single character.
27499 This character is used to indicate that part of a thread (a conversation) is
27500 hidden beneath a message.
27501 The message could be expanded
27502 if desired with the &quot;/&quot; Collapse/Expand command.
27503 By default, the value of this option is the greater than sign (&gt;).
27505 If this option is set to the Empty Value, then the column (and the following
27506 blank column) will be deleted from the display.
27509 This option is closely related to the
27510 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
27511 Another similar option that affects the thread display is the
27512 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
27515 <UL>   
27516 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27517 </UL><P>
27518 &lt;End of help on this topic&gt;
27519 </BODY>
27520 </HTML>
27521 ====== h_config_thread_exp_char =====
27522 <HTML>
27523 <HEAD>
27524 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
27525 </HEAD>
27526 <BODY>
27527 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
27529 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
27530 INDEX display when using a
27531 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
27532 than &quot;none&quot;.
27533 The value of this option is a single character.
27534 This character is used to indicate that part of a thread has been expanded
27535 and could be collapsed if desired with
27536 the &quot;/&quot; Collapse/Expand command.
27537 By default, the value of this option is a dot (.).
27539 If this option is set to the Empty Value, then the column (and the following
27540 blank column) will be deleted from the display.
27543 This option is closely related to the
27544 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
27545 Another similar option that affects the thread display is the
27546 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
27549 <UL>   
27550 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27551 </UL><P>
27552 &lt;End of help on this topic&gt;
27553 </BODY>
27554 </HTML>
27555 ====== h_config_thread_index_style =====
27556 <HTML>
27557 <HEAD>
27558 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
27559 </HEAD>
27560 <BODY>
27561 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
27563 When a folder is sorted by Threads or OrderedSubject,
27564 this option will affect the INDEX displays.
27567 The possible values for this option are:
27569 <DL>
27570 <DT>regular-index-with-expanded-threads</DT>
27571 <DD>This is the default display.
27572 If the configuration option
27573 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
27574 is set to something other than &quot;none&quot;, then this setting
27575 will cause Alpine to start off with a MESSAGE INDEX with all of
27576 the threads expanded.
27577 That is, each message will have a line in the MESSAGE INDEX display.
27578 The Collapse/Expand command (/) may be used to manually collapse or
27579 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
27581 This setting affects the display when the folder is first threaded.
27582 The collapsed state may also be re-initialized by re-sorting the folder manually
27583 using the SortIndex command ($).
27584 After re-sorting the threads will once again all be expanded, even if you
27585 have previously collapsed some of them.
27587 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
27588 the display will be the regular default Alpine MESSAGE INDEX, but sorted
27589 in a different order.
27590 </DD>
27592 <DT>regular-index-with-collapsed-threads</DT>
27593 <DD>If the configuration option
27594 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
27595 is set to something other than &quot;none&quot;, then this setting
27596 will cause Alpine to start out with all of the threads collapsed instead of
27597 starting out with all of the threads expanded.
27598 The Collapse/Expand command (/) may be used to manually collapse or
27599 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
27601 This setting affects the display when the folder is first threaded.
27602 The collapsed state may also be re-initialized by re-sorting the folder manually
27603 using the SortIndex command ($).
27604 After re-sorting the threads will once again all be collapsed, even if you
27605 have previously expanded some of them.
27606 </DD>
27608 <DT>separate-index-screen-always</DT>
27609 <DD>With this setting and the next, you will see an index of threads
27610 instead of an
27611 index of messages, provided you have sorted by Threads or OrderedSubject.
27613 The THREAD INDEX contains a '*' in the first column if any message in the thread
27614 is marked Important.
27615 If not, it contains a '+' if any message in the thread is to you.
27616 The second column is blank. The third column contains a 'D' if all of the
27617 messages in the thread are deleted.
27618 Otherwise, it contains an 'N' if any of the messages in the thread are New.
27620 When you view a particular thread from the THREAD INDEX you will be
27621 in the MESSAGE INDEX display
27622 but the index will only contain messages from the thread you are viewing.
27623 </DD>
27625 <DT>separate-index-screen-except-for-single-messages</DT>
27626 <DD>This is very similar to the option above.
27627 When you are in the THREAD INDEX, one of the available commands
27628 is &quot;ViewThd&quot;.
27629 With the setting &quot;separate-index-screen-always&quot; (the option above)
27630 when you view a particular thread you will be in the
27631 MESSAGE INDEX display and the index will only contain messages from
27632 the thread you are viewing.
27633 If the thread you are viewing consists of a single message, the MESSAGE INDEX
27634 will be an index with only one message in it.
27635 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
27636 setting instead, then that index that contains a single message
27637 will be skipped and you will go directly from the THREAD INDEX into the
27638 MESSAGE TEXT screen.
27639 </DD>
27641 </DL>
27644 <UL>   
27645 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27646 </UL><P>
27647 &lt;End of help on this topic&gt;
27648 </BODY>
27649 </HTML>
27650 ====== h_config_thread_disp_style =====
27651 <HTML>
27652 <HEAD>
27653 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
27654 </HEAD>
27655 <BODY>
27656 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
27658 When a folder is sorted by Threads or OrderedSubject,
27659 this option will affect the MESSAGE INDEX display.
27660 By default, Alpine will display the MESSAGE INDEX in the
27661 &quot;show-thread-structure&quot; style if a folder is sorted
27662 by Threads or OrderedSubject.
27665 The possible values for this option are:
27667 <DL>
27668 <DT>none</DT>
27669 <DD>Regular index display.
27670 The same index line as would be displayed without threading is used.
27671 The only difference will be in the order of the messages.
27672 </DD>
27674 <DT>show-thread-structure</DT>
27675 <DD>Threaded Subjects will be indented and vertical bars and horizontal
27676 lines will be added to make it easier to see the relationships among
27677 the messages in a thread (a conversation).
27678 </DD>
27680 <DT>mutt-like</DT>
27681 <DD>This is the same as the option above except that the Subject
27682 is suppressed (is blank) if it matches the previous Subject in the thread.
27683 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
27684 Here is an example of what a mutt-like index might look like.
27685 In this example, the first column represents the message number, the
27686 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
27687 is set to &quot;regular-index-with-expanded-threads&quot;, and the
27688 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
27689 is set to a backslash:
27690 <PRE>
27691 &nbsp;&nbsp;&nbsp;1    Some topic
27692 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
27693 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
27694 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
27695 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
27696 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
27697 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
27698 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
27699 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
27700 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
27701 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
27702 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
27703 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
27704 &nbsp;&nbsp;&nbsp;14    Next topic
27705 </PRE>
27706 </DD>
27708 <DT>indent-subject-1</DT>
27709 <DD>Threaded Subjects will be indented one space per level of the conversation.
27710 The bars and lines that show up in the show-thread-structure display will
27711 not be there with this style.
27712 </DD>
27714 <DT>indent-subject-2</DT>
27715 <DD>Same as above but indent two spaces per level instead of one space.
27716 </DD>
27718 <DT>indent-from-1</DT>
27719 <DD>Similar to indent-subject-1, except that instead of indenting the
27720 Subject field one space the From field of a thread will be indented one
27721 space per level of the conversation.
27722 </DD>
27724 <DT>indent-from-2</DT>
27725 <DD>Same as above but indent two spaces per level instead of one space.
27726 </DD>
27728 <DT>show-structure-in-from</DT>
27729 <DD>The structure of the thread is illustrated with indenting, vertical bars,
27730 and horizontal lines just like with the show-thread-structure option, but
27731 the From field is used to show the relationships instead of the Subject field. 
27732 </DD>
27734 </DL>
27737 <UL>   
27738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27739 </UL><P>
27740 &lt;End of help on this topic&gt;
27741 </BODY>
27742 </HTML>
27743 ====== h_config_pruning_rule =====
27744 <HTML>
27745 <HEAD>
27746 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
27747 </HEAD>
27748 <BODY>
27749 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
27751 By default, Alpine will ask at the beginning of each month whether or not
27752 you want to rename your sent-mail folder to a name like sent-mail-month-year.
27753 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
27754 change the format of the folder to sent-mail-yyyy-mm.)
27755 It will also ask whether you would like to delete old sent-mail folders.
27756 If you have defined
27757 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
27759 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
27760 Alpine will also ask about pruning those folders.
27763 With this option you may provide an automatic answer to these questions.
27764 The default value is to ask you what you'd like to do.
27767 The six possible values for this option are:
27769 <DL>
27770 <DT>ask about rename, ask about deleting</DT>
27771 <DD>This is the default.
27772 Alpine will ask whether you want to rename the folders and whether you
27773 want to delete each of the old folders.
27774 </DD>
27776 <DT>ask about rename, don't delete</DT>
27777 <DD>Alpine will ask whether you want to rename the folders, but won't
27778 ask about or delete old folders.
27779 </DD>
27781 <DT>always rename, ask about deleting</DT>
27782 <DD>This means you want to always answer yes and have Alpine automatically
27783 rename the folder if possible.
27784 You will also be asked about deleting old folders.
27785 </DD>
27787 <DT>always rename, don't delete</DT>
27788 <DD>This means you want to always answer yes and have Alpine automatically
27789 rename the folder if possible.
27790 There will be no deleting of old folders.
27791 </DD>
27793 <DT>don't rename, ask about deleting</DT>
27794 <DD>This means you want to always answer no.
27795 Alpine will not rename the folder.
27796 You will be asked about deleting old folders.
27797 </DD>
27799 <DT>don't rename, don't delete</DT>
27800 <DD>This means you want to always answer no.
27801 Alpine will not rename the folder.
27802 There will be no deleting of old folders, either.
27803 </DD>
27804 </DL>
27807 <UL>   
27808 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27809 </UL><P>
27810 &lt;End of help on this topic&gt;
27811 </BODY>
27812 </HTML>
27813 ====== h_config_reopen_rule =====
27814 <HTML>
27815 <HEAD>
27816 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
27817 </HEAD>
27818 <BODY>
27819 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
27821 Alpine normally checks for new mail in the currently open folder
27822 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
27825 There are some situations where automatic new-mail checking does not work.
27826 For example, if a mail folder is opened using the POP protocol or a newsgroup
27827 is being read using the NNTP protocol, then new-mail checking is disabled.
27830 It may be possible to check for new mail in these cases by reopening the
27831 folder.
27832 Alpine does not do this for you automatically, but you may do the commands
27833 manually to cause this to happen.
27834 You reopen by going back to the folder list screen from the message
27835 index screen with the &quot;&lt;&quot; command,
27836 and then going back into the message index screen with
27837 the &quot;&gt;&quot; command.
27838 (Actually, any method you would normally use to open a folder will work the
27839 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
27840 For example, the GoTo Folder command will work, or you may use L to go to the
27841 Folder List screen and Carriage Return to reopen the folder.)
27844 There are some cases where Alpine knows that reopening the folder should
27845 be useful as a way to discover new mail.
27846 At the time of this writing, connections made using the POP protocol,
27847 news reading using the NNTP protocol, local news reading, and local
27848 ReadOnly folders that are in the traditional UNIX or the MMDF format all
27849 fall into this category.
27850 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
27851 has no way of knowing, so it might also just be an exercise in futility.
27852 All remote, ReadOnly folders other than those listed just above fall into this
27853 category.
27854 The setting of this option together with the type of folder
27855 controls how Alpine will react to the apparent attempt to reopen a folder.
27858 If you don't reopen, then you will just be back in
27859 the message index with no change.
27860 You left the index and came back, but the folder remained &quot;open&quot;
27861 the whole time.
27862 However, if you do reopen the folder, the folder is closed and then reopened.
27863 In this case, the current state of the open folder is lost.
27864 The New status, Important and Answered flags,
27865 selected state, Zoom state, collapsed or expanded state of threads,
27866 current message number,
27867 and any other temporary state is all lost when the reopen happens.
27868 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
27871 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
27872 several places.
27873 That really implies the case where Alpine knows it is a good way to discover
27874 new mail, which is more than just POP and NNTP, but POP and NNTP are
27875 the cases of most interest.
27876 This option probably has more possible values than it deserves. They are:
27878 <DL>
27879 <DT>Always reopen</DT>
27880 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
27881 whenever you type a command that implies a reopen, regardless of the
27882 access method.
27883 In other words, it is assumed you would always answer Yes if asked
27884 about reopening.
27885 </DD>
27887 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
27888 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
27889 will ask you whether to reopen other remote folders,
27890 with a default answer of Yes.
27891 </DD>
27893 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
27894 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
27895 will ask you whether to reopen other remote folders,
27896 with a default answer of No.
27897 </DD>
27899 <DT>Yes for POP/NNTP, No for other remote</DT>
27900 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
27901 will assume a No answer for all other remote folders.
27902 </DD>
27904 <DT>Always ask [Yes]</DT>
27905 <DD>Alpine will not differentiate based on access method.
27906 It will always ask for all remote folders, with a default answer of Yes.
27907 </DD>
27909 <DT>Always ask [No]</DT>
27910 <DD>Alpine will not differentiate based on access method.
27911 It will always ask for all remote folders, with a default answer of No.
27912 </DD>
27914 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
27915 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
27916 of Yes.
27917 It will never attempt to reopen other remote folders.
27918 </DD>
27920 <DT>Ask about POP/NNTP [No], No for other remote</DT>
27921 <DD>This is the default.
27922 Alpine will ask if the access method is POP or NNTP, with a default answer
27923 of No.
27924 It will never attempt to reopen other remote folders.
27925 </DD>
27927 <DT>Never reopen</DT>
27928 <DD>Alpine will never attempt to reopen already open folders.
27929 </DD>
27930 </DL>
27933 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
27934 any of the other situations where it is likely that reopening is a good way
27935 to discover new mail.
27938 There is an alternative that may be of useful in some situations.
27939 Instead of manually checking for new mail you can set up a
27940 <A HREF="h_maildrop">Mail Drop</A>
27941 and automatically check for new mail.
27944 <UL>   
27945 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27946 </UL><P>
27947 &lt;End of help on this topic&gt;
27948 </BODY>
27949 </HTML>
27950 ====== h_config_inc_startup =====
27951 <HTML>
27952 <HEAD>
27953 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
27954 </HEAD>
27955 <BODY>
27956 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
27958 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
27959 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
27960 It determines which message will be the <EM>current message</EM> when
27961 the folder is first opened.
27962 The default value is &quot;first-unseen&quot;.
27965 The seven possible values for this option are:
27967 <DL>
27968 <DT>first-unseen</DT>
27969 <DD>The current message is set to the first
27970 unseen message that has not been marked deleted, or the last message if
27971 all of the messages have been seen previously.
27972 Messages which have not been seen or which have been seen but re-marked
27973 as New are considered unseen messages.
27974 See the note at the bottom of this help about newsgroups.
27975 </DD>
27977 <DT>first-recent</DT>
27978 <DD>Similar to the default, but rather than starting on the first
27979 unseen message Alpine starts on the first <EM>recent</EM> message.
27980 A message is recent if it arrived since the last time the folder was
27981 open.  This value causes the current message to be set to the first
27982 recent message if there is one, otherwise to the last
27983 message in the folder.
27984 </DD>
27986 <DT>first-important</DT>
27987 <DD>This will result in the current message being set to the first
27988 message marked Important (but not Deleted).
27989 If no messages are marked Important, then it will be the last message.
27990 Messages are marked Important by <EM>you</EM>, not by the sender, using
27992 <A HREF="h_common_flag">Flag command</A>.
27993 Or they may be marked Important by an Alpine
27994 <A HREF="h_mainhelp_filtering">Filter</A>
27995 that you have set up.
27996 </DD>
27998 <DT>first-important-or-unseen</DT>
27999 <DD>This selects the first of the first unseen and the first important
28000 messages.
28001 </DD>
28003 <DT>first-important-or-recent</DT>
28004 <DD>This selects the first of the first recent and the first important
28005 messages.
28006 </DD>
28008 <DT>first</DT>
28009 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
28010 If all messages are deleted you start on the last message.
28011 </DD>
28013 <DT>last</DT>
28014 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
28015 If all messages are deleted you start on the last message.
28016 </DD>
28017 </DL>
28020 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
28021 &quot;first-recent&quot; are the same and are affected by whether or not the
28022 feature 
28023 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
28024 is turned on. 
28025 Also, there is no permanent storage in news for an Important flag.
28026 This means that no messages will be marked Important when a newsgroup is
28027 first opened.
28030 <UL>   
28031 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28032 </UL><P>
28033 &lt;End of help on this topic&gt;
28034 </BODY>
28035 </HTML>
28036 ====== h_config_browser =====
28037 <HTML>
28038 <HEAD>
28039 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
28040 </HEAD>
28041 <BODY>
28042 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
28043 <!--chtml if pinemode="os_windows"-->
28044 PC-Alpine users do not need to enter anything here, unless:<UL>
28045 <LI> they want to override, for use with Alpine, the application defined
28046 in the Windows operating system for handling URLs; or
28047 <LI> they are (planning on) using the same configuration file with 
28048 Unix Alpine.
28049 </UL>
28051 Note that if using a viewer that has a space in its path, you should
28052 use the DOS name for that directory or file. Example:
28053 <PRE>
28054 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
28055 </PRE>
28056 <HR><P>
28057 <!--chtml endif-->
28058 This option affects Alpine's handling of URLs that are found in 
28059 messages you read.  Normally, only URLs Alpine can handle directly
28060 are automatically offered for selection in the &quot;Message
28061 Text&quot; screen.  When one or more applications
28062 capable of deciphering URLs on their command line are added here, Alpine
28063 will choose the first available to display URLs it cannot handle directly.
28064 A viewer's availability is based on its being specified with a <B>full
28065 directory path</B> and the evaluation of any optionally supplied
28066 parameters described below.
28069 Additionally, to support various connection methods and applications, each
28070 entry in this list can optionally begin with one or more of
28071 the following special tokens.  The allowed tokens include:
28074 <DL>
28075 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
28076 <DD>
28077 The <VAR>test-string</VAR> is a shell command that Alpine will run to
28078 evaluate a viewer's availability.  The command specified by the test
28079 string is run and if its resulting exit status is non-zero, Alpine will
28080 not consider the associated viewer for use.
28081 </DD>
28083 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
28084 <DD>
28085 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
28086 URL schemes that are to be used with the associated viewer.  This is
28087 the way to configure Alpine to recognize URLs other than the built-in set.
28089 It can also be used to override Alpine's built-in handlers.
28090 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
28091 and Alpine would use (provided it passed all other criteria) the associated
28092 viewer when it encountered a URL of the form &quot;news:comp.mail.pine&quot;.
28094 </DD>
28095 </DL>
28098 By default, Alpine will simply append a space character followed by the
28099 selected URL prior to launching the command in your specified SHELL.  You can
28100 optionally specify where in the command the selected URL should appear
28101 by using the &quot;_URL_&quot; token.  All occurrences found in the command
28102 will be replaced with the selected URL before the command is handed
28103 to the shell.  If such replacement occurs, the default appending of the
28104 selected URL does not take place.
28107 NOTE: If the viewer you specify has any command-line arguments,
28108 including the &quot;_URL_&quot; token, you will need to add a
28109 double-quote character before the command path and after the last
28110 argument (see the &quot;lynx&quot; example below).
28113 So, here are some example entries:
28114 <PRE>
28115 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
28116               &quot;/usr/local/bin/lynx _URL_&quot;
28117               C:&#92;BIN&#92;NETSCAPE.BAT
28118 </PRE>
28120 This example shows that for the first viewer in the list to be used
28121 the environment variable &quot;DISPLAY&quot; must be defined.  If it
28122 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
28123 If neither condition is met,
28124 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
28125 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
28126 If the path to &quot;lynx&quot; is invalid,
28127 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
28128 Note that the last
28129 entry is a DOS/Windows path.  This is one way to support Alpine running
28130 on more than one architecture with the same configuration file.<P>
28132 <!--chtml if pinemode="os_windows"-->
28133 <!--chtml else-->
28134 Note that depending on the type of browser used and the method of 
28135 its invocation (such as whether it will open in a separate window) from
28136 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
28137 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
28138 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
28139 In other words, launching the browser from Alpine may make Alpine 
28140 &quot;disappear&quot; (although it is still &quot;running&quot;)
28141 until you close the browser again.<P>  
28142 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28143 environment: for advanced users and  systems administrators</A>
28144 </UL>
28145 <!--chtml endif-->
28146 <P>If you are unsure what browsers are available on your system or how to 
28147 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
28148 local computing support staff.
28149 <P><UL>
28150 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28151 </UL>
28153 &lt;End of help on this topic&gt;
28154 </BODY>
28155 </HTML>
28156 ====== h_config_history =====
28157 <HTML>
28158 <HEAD>
28159 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
28160 </HEAD>
28161 <BODY>
28162 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
28164 This option allows you to input a list of directories that Alpine will offer 
28165 for you to use when you are saving or exporting attachments. This is useful
28166 when navigating to specific directories becomes too tedious, or when you 
28167 need to do this on a daily basis, and want Alpine to remember this on a 
28168 permanent basis.
28170 The list of directories saved here can be accessed using the ^Y and ^V commands
28171 in the save prompt for attachments, or the export command.
28173 <P><UL>
28174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28175 </UL>
28177 &lt;End of help on this topic&gt;
28178 </BODY>
28179 </HTML>
28180 ====== h_config_browser_xterm =====
28181 <HTML>
28182 <HEAD>
28183 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
28184 </HEAD>
28185 <BODY>
28186 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28187 environment: for advanced users and  systems administrators</H1>
28188 If you are using Alpine with an X-terminal (emulator) and want to define an 
28189 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
28190 you may want to do so in a manner that causes any <B>already</B> 
28191 invoked viewer application to be used for viewing URLs you select from Alpine 
28192 messages, and a <B>new</B> URL-viewer process to be 
28193 started <B>only</B> if the same application has <B>not already</B> 
28194 been launched -- for one reason, to avoid file-locking contentions among 
28195 multiple invocations of the same URL-viewer application.  
28196 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
28197 option does not do this.)  A method of doing that would be:<OL>
28198 <LI> use 
28199 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
28200 check (using commands appropriate for your Unix shell
28201 in place of <VAR>test-string</VAR>) for the presence of a 
28202 lockfile created by the URL-viewer application -- which implies that the 
28203 application is already running, though this is not foolproof. 
28204 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
28205 application with its appropriate command line option(s) to 
28206 show the URL selected from the Alpine message in an already open window of 
28207 that application, or perhaps in a new window of that application.  
28209 <LI> In the 
28210 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
28211 application without those command line options, but this time using the 
28212 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
28213 is defined.
28214 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
28215 windows environment (for instance, using VT-100 terminal emulation), you 
28216 may wish to specify a non-X windows URL-viewer application such as Lynx
28217 as the last entry.
28218 </OL><BR>
28219 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
28220 the command shell, the URL-viewer application(s), and possibly the specific 
28221 version of the latter, you are using.  
28223 Relevant command 
28224 line options for the Netscape browser for showing URLs (selected from Alpine) 
28225 when Netscape is already running are discussed in the document
28226 &quot;Remote Control of UNIX Netscape&quot; 
28227 found at the URL (as of 12 Aug. 1998):
28230 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
28232 <P>(If the URL-viewer application is 
28233 <B>not</B> running on the same host as Alpine, but being launched from an 
28234 applications server, you may not be able to use the command line options for 
28235 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
28237 <!--chtml if this-method="shown-to-work"-->
28238 An example using the Korn shell and the Netscape browser (first entry wrapped 
28239 because of its length, but should all appear on one line):
28241 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
28243 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
28244               &quot;/usr/local/bin/lynx '_URL_'&quot;
28246 <!--chtml endif-->
28248 <UL>   
28249 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28250 </UL><P>
28251 &lt;End of help on this topic&gt;
28252 </BODY>
28253 </HTML>
28254 ====== h_config_enable_full_hdr =====
28255 <HTML>
28256 <HEAD>
28257 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
28258 </HEAD>
28259 <BODY>
28260 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
28262 This feature enables the &quot;H Full Headers&quot; command which toggles between
28263 the display of all headers in the message and the normal edited view of
28264 headers.  The Full Header command also controls which headers are included
28265 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
28266 Full Header mode will respect the
28267 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
28268 feature setting.)
28270 If Full Header mode is turned on and you Forward a message, you will
28271 be asked if you'd like to forward the message as an attachment, as opposed
28272 to including the text of the message in the body of your new message.
28274 If you have also turned on the
28275 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
28276 option then the Full Headers command actually rotates through three states
28277 instead of just two.
28278 The first is the normal view with long quotes suppressed.
28279 The second is the normal view but with the long quotes included.
28280 The last enables the display of all headers in the message.
28281 When using Export, Pipe, Print, Forward, or Reply the quotes are
28282 never suppressed, so the first two states are identical.
28284 Normally, the Header Mode will reset
28285 to the default behavior when moving to a new message.
28286 The mode can be made to persist from message to message by setting the feature
28287 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
28289 <UL>   
28290 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28291 </UL><P>
28292 &lt;End of help on this topic&gt;
28293 </BODY>
28294 </HTML>
28295 ====== h_config_enable_full_hdr_and_text =====
28296 <HTML>
28297 <HEAD>
28298 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
28299 </HEAD>
28300 <BODY>
28301 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
28303 This feature affects how the &quot;H Full Headers&quot; command displays
28304 message text.  If set, the raw message text will be displayed.  This
28305 especially affects MIME formatted email, where the entire MIME format
28306 will be displayed.  This feature similarly affects how messages are
28307 included for the Export, Pipe, Print, Forward, and Reply functions.
28309 When viewing a raw message that has attachments with this feature set,
28310 you will not be able to view attachments without first leaving full 
28311 headers mode.  This is because MIME parsing is not done on the raw message.
28313 <UL>   
28314 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28315 </UL><P>
28316 &lt;End of help on this topic&gt;
28317 </BODY>
28318 </HTML>
28319 ====== h_config_enable_pipe =====
28320 <HTML>
28321 <HEAD>
28322 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
28323 </HEAD>
28324 <BODY>
28325 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
28327 This feature enables the "| Pipe" command that sends the current message
28328 to the specified command for external processing.
28331 A short description of how the pipe command works is given
28332 <A HREF="h_pipe_command">here</A>.
28335 <UL>   
28336 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28337 </UL><P>
28338 &lt;End of help on this topic&gt;
28339 </BODY>
28340 </HTML>
28341 ====== h_config_quell_full_hdr_reset =====
28342 <HTML>
28343 <HEAD>
28344 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
28345 </HEAD>
28346 <BODY>
28347 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
28349 The <A HREF="h_common_hdrmode">HdrMode Command</A>
28350 normally resets to the default state when switching to a new message.
28351 For example, if you've used the &quot;H&quot; command to turn on Full
28352 Headers for a message you are viewing, and then you type the Next command
28353 to look at the next message, the full headers will no longer be shown.
28354 Setting this feature disables that reset.
28355 Instead, the Header Mode remains the same from message to message.
28358 The presence or absence of the HdrMode command is determined by the
28359 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
28360 Feature-List option.
28362 <UL>   
28363 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28364 </UL><P>
28365 &lt;End of help on this topic&gt;
28366 </BODY>
28367 </HTML>
28368 ====== h_config_enable_tab_complete =====
28369 <HTML>
28370 <HEAD>
28371 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
28372 </HEAD>
28373 <BODY>
28374 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
28376 This feature enables the TAB key when at a prompt for a filename. In this
28377 case, TAB will cause the partial name already entered to be automatically
28378 completed, provided the partial name is unambiguous.
28379 This feature is on by default.
28381 Similarly, this feature also enables TAB completion of address book
28382 nicknames when at a prompt for a nickname,
28383 or when typing in an address field in the composer.
28385 &lt;End of help on this topic&gt;
28386 </BODY>
28387 </HTML>
28388 ====== h_config_quit_wo_confirm =====
28389 <HTML>
28390 <HEAD>
28391 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
28392 </HEAD>
28393 <BODY>
28394 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
28396 This feature controls whether or not Alpine will ask for confirmation when a
28397 Quit command is received.
28399 &lt;End of help on this topic&gt;
28400 </BODY>
28401 </HTML>
28402 ====== h_config_quote_replace_noflow =====
28403 <HTML>
28404 <HEAD>
28405 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
28406 </HEAD>
28407 <BODY>
28408 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
28410 This feature, which is only active when
28411 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
28412 also set,
28413 enables quote-replacement on non-flowed messages.  It is off
28414 by default because a non-flowed message is more dependent on its format,
28415 and thus quote-replacement may cause less-than-pleasing results.
28416 Setting this feature will cause quote-replacement similar to that of flowed
28417 messages, but with the added possibility of long lines being wrapped
28418 into new lines if the Quote-Replacement-String is longer than the string
28419 it is replacing, which is &quot;&gt;&nbsp;&quot;.
28421 &lt;End of help on this topic&gt;
28422 </BODY>
28423 </HTML>
28424 ====== h_config_enable_jump =====
28425 <HTML>
28426 <HEAD>
28427 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
28428 </HEAD>
28429 <BODY>
28430 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
28432 When this feature is set you may enter a number (followed by RETURN)
28433 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
28434 screens.  In other words, it obviates the need for typing the "J" for the
28435 Jump command.
28437 &lt;End of help on this topic&gt;
28438 </BODY>
28439 </HTML>
28440 ====== h_config_enable_alt_ed =====
28441 <HTML>
28442 <HEAD>
28443 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
28444 </HEAD>
28445 <BODY>
28446 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
28448 If this feature is set (the default), and the 
28449 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
28450 <B>is not</B> set, entering
28451 the ^_ (Ctrl-underscore) key while composing a message will prompt you
28452 for the name of the editor you would like to use.
28454 If the environment variable $EDITOR is set, its value will be offered as
28455 a default.
28457 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
28458 <B>is</B> set, the ^_ key will activate the specified
28459 editor without prompting, in which case it is not necessary to
28460 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
28462 <UL>   
28463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28464 </UL><P>
28465 &lt;End of help on this topic&gt;
28466 </BODY>
28467 </HTML>
28468 ====== h_config_alt_ed_now =====
28469 <HTML>
28470 <HEAD>
28471 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
28472 </HEAD>
28473 <BODY>
28474 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
28476 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
28477 variable are both set, Alpine will
28478 automatically activate the specified editor when the cursor is moved from
28479 the header of the message being composed into the message text.  For
28480 replies, the alternate editor will be activated immediately.  If this
28481 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
28482 automatically ask for the name of an alternate editor when the cursor
28483 is moved out of the header being composed, or if a reply is being done.
28485 <P><UL>
28486 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28487 </UL>
28489 &lt;End of help on this topic&gt;
28490 </BODY>
28491 </HTML>
28492 ====== h_config_enable_bounce =====
28493 <HTML>
28494 <HEAD>
28495 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
28496 </HEAD>
28497 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
28498 <BODY>
28500 Setting this feature enables the "B Bounce" command, which will prompt
28501 for an address and *remail* the message to the new recipient.  This command
28502 is used to re-direct messages that you have received in error, or need to
28503 be redirected for some other reason (e.g. list moderation).  The final
28504 recipient will see a header indicating that you have Resent the msg, but
28505 the message's From: header will show the original author of the message,
28506 and replies to it will go back to that author, and not to you.
28508 &lt;End of help on this topic&gt;
28509 </BODY>
28510 </HTML>
28511 ====== h_config_enable_agg_ops =====
28512 <HTML>
28513 <HEAD>
28514 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
28515 </HEAD>
28516 <BODY>
28517 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
28519 When this feature is set you may use the commands and subcommands that relate to
28520 performing operations on more than one message at a time.  We call these
28521 &quot;aggregate operations&quot;.  In particular, the 
28522 <!--chtml if pinemode="function_key"-->&quot;F5
28523 <!--chtml else-->&quot;;
28524 <!--chtml endif--> Select&quot;, 
28526 <!--chtml if pinemode="function_key"-->
28527 &quot;F6
28528 <!--chtml else-->
28529 &quot;A 
28530 <!--chtml endif-->
28531 Apply&quot;, and 
28532 <!--chtml if pinemode="function_key"-->
28533 &quot;F4
28534 <!--chtml else-->
28535 &quot;Z 
28536 <!--chtml endif-->
28537 Zoom&quot; commands are enabled by this feature.  Select is used to
28538 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
28539 then be used to apply any message command to all of the selected/tagged
28540 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
28541 view between just those Selected and all messages in the folder.
28543 This feature also enables the 
28544 <!--chtml if pinemode="function_key"-->
28545 &quot;F7&quot; 
28546 <!--chtml else-->
28547 &quot;^X&quot; 
28548 <!--chtml endif-->
28550 subcommand in the MESSAGE INDEX 
28551 WhereIs command that causes all messages matching the WhereIs argument to 
28552 become selected; and the Select, Select Current, and ZoomMode commands in the
28553 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
28555 Some related help topics are
28556 <UL>
28557 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28558 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28559 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
28560 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28561 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28562 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28563 </UL>
28565 <UL>   
28566 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28567 </UL><P>
28568 &lt;End of help on this topic&gt;
28569 </BODY>
28570 </HTML>
28572 ====== h_config_enable_flag =====
28573 <HTML>
28574 <HEAD>
28575 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
28576 </HEAD>
28577 <BODY>
28578 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
28580 Setting this feature enables the
28581 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
28582 command that allows you to
28583 manipulate the status flags associated with a message.  By default, Flag
28584 will set the "Important" flag, which results in an asterisk being
28585 displayed in column one of the MESSAGE INDEX for such messages.
28587 &lt;End of help on this topic&gt;
28588 </BODY>
28589 </HTML>
28590 ====== h_config_flag_screen_default =====
28591 <HTML>
28592 <HEAD>
28593 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
28594 </HEAD>
28595 <BODY>
28596 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
28598 The feature modifies the behavior of the
28599 <a href="h_common_flag">Flag</a>
28600 command (provided it too is
28601 <A HREF="h_config_enable_flag">enabled</A>).
28602 By default, when the "* Flag" command is selected,
28603 Alpine offers a prompt to set one of several flags and also offers the
28604 option of entering the detailed flag manipulation screen via the "^T"
28605 key. Enabling this feature causes Alpine to immediately enter the detailed
28606 flag screen rather than first offer the simple prompt.
28608 <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.
28610 &lt;End of help on this topic&gt;
28611 </BODY>
28612 </HTML>
28613 ====== h_config_flag_screen_kw_shortcut =====
28614 <HTML>
28615 <HEAD>
28616 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
28617 </HEAD>
28618 <BODY>
28619 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
28621 This feature modifies the behavior of the
28622 <a href="h_common_flag">Flag</a> command
28623 and the <A HREF="h_index_cmd_select">Select</A> command.
28624 This feature is set by default.
28625 When this feature is not set, when the "* Flag" command is selected,
28626 Alpine offers a prompt to set one of several flags and also offers the
28627 option of entering the detailed flag manipulation screen via the "^T"
28628 key.
28629 If you have
28630 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
28631 defined, then enabling this feature adds a shortcut way to set or unset
28632 keywords.
28633 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
28634 a keyword if you've given it a nickname) and that will set the keyword.
28636 An example is easier to understand than the explanation.
28637 The flag command can always be used to set the system flags.
28638 For example, to set the Answered flag you would type
28640 <CENTER><SAMP>* A</SAMP></CENTER>
28642 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
28643 option in the Config screen.
28644 By default, to set a keyword like &quot;Work&quot; you would usually
28645 have to go to the Flag Details screen using
28646 the &quot;^T To Flag Details&quot; command.
28647 Instead, if you have enabled this feature, you may type
28649 <CENTER><SAMP>* W</SAMP></CENTER>
28651 to set the Work flag, or
28653 <CENTER><SAMP>* ! W</SAMP></CENTER>
28655 to unset it.
28656 Just like for the other flag setting commands, the case of the letter does
28657 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
28658 keyword.
28660 Notice that you can only use this trick for one keyword that begins
28661 with &quot;W&quot;.
28662 If you happen to have a &quot;Work&quot; keyword and another keyword that is
28663 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
28664 your list of keywords.
28665 Also, there are five letters that are reserved for system
28666 flags and the NOT command.
28667 If you type &quot;* A&quot; it will always set the Answered flag, not
28668 your &quot;Aardvark&quot; keyword.
28669 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
28670 the Flag Details screen.
28672 Because enabling the
28673 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
28674 option causes Alpine to skip directly to the Flag Details screen when the
28675 Flag command is used, 
28676 setting it will cause this feature to have no effect at all.
28678 Similarly, when Selecting by Keyword, setting this option will allow you
28679 to use Keyword initials instead of full keywords.
28681 &lt;End of help on this topic&gt;
28682 </BODY>
28683 </HTML>
28684 ====== h_config_can_suspend =====
28685 <HTML>
28686 <HEAD>
28687 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
28688 </HEAD>
28689 <BODY>
28690 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
28692 Setting this feature will allow you to type ^Z (Control Z) to 
28693 <!--chtml if pinemode="os_windows"-->
28694 minimize Alpine into its icon, bringing into focus whatever
28695 application is running behind the PC-Alpine window.
28696 <!--chtml else-->
28697 temporarily suspend Alpine.
28700 This does not exit Alpine, but puts it in the background to watch
28701 for new mail and such.  Normally, you type a command, such
28702 as &quot;fg&quot; at your system prompt to return to your Alpine session.
28705 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
28706 adjusts whether Alpine is placed into the background of the shell its 
28707 running in or starts a news shell.
28708 <!--chtml endif-->
28711 <UL>   
28712 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28713 </UL><P>
28714 &lt;End of help on this topic&gt;
28715 </BODY>
28716 </HTML>
28717 ====== h_config_take_lastfirst ======
28718 <HTML>
28719 <HEAD>
28720 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
28721 </HEAD>
28722 <BODY>
28723 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
28725 Normally, when TakeAddr is used to copy an address from a message into
28726 an address book entry, Alpine will attempt to rewrite the full name of the
28727 address in the form
28730 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
28732 instead of<P>
28734 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
28737 It does this because many people find it useful to sort by Last name
28738 instead of First name.  If this feature is set, then the TakeAddr command
28739 will not attempt to reverse the name in this manner.
28741 &lt;End of help on this topic&gt;
28742 </BODY></HTML>
28743 ====== h_config_disable_regex ======
28744 <HTML>
28745 <HEAD>
28746 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
28747 </HEAD>
28748 <BODY>
28749 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
28751 Normally, the
28752 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
28753 option is interpreted as a regular expression.
28754 One type of address that might cause trouble is an address that
28755 contains a plus sign.
28756 If you want to have an address with a plus as one of your
28757 <!--#echo var="VAR_alt-addresses"-->
28758 and you don't want to use regular expressions, then setting this
28759 feature will cause Alpine to treat the addresses you list literally instead.
28761 &lt;End of help on this topic&gt;
28762 </BODY></HTML>
28763 ====== h_config_take_fullname ======
28764 <HTML>
28765 <HEAD>
28766 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
28767 </HEAD>
28768 <BODY>
28769 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
28771 Normally, when TakeAddr is used to copy an address or addresses
28772 from a message into an address book entry, Alpine will try to preserve
28773 the full name associated with each address in the list of addresses.
28774 The reason for this is so that if the entry is a list or later becomes a
28775 list, then information about the individual addresses in the list
28776 is preserved.
28777 If you would rather just have the simple addresses in the list of addresses,
28778 set this feature. For example, with the default setting you might
28779 see something like this in the ADDRESS BOOK editor after you type TakeAddr
28781 <PRE>
28782  Nickname  : nick
28783  Fullname  : Bedrock Elders
28784  Fcc       :
28785  Comment   :
28786  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
28787              Barney Rubble &lt;rubble@bedrock.org&gt;
28788 </PRE>
28790 but with this feature set it would look like
28792 <PRE>
28793  Nickname  : nick
28794  Fullname  : Bedrock Elders
28795  Fcc       :
28796  Comment   :
28797  Addresses : flint@bedrock.org,
28798              rubble@bedrock.org
28799 </PRE>
28801 instead. Note the difference in the Addresses field.
28803 &lt;End of help on this topic&gt;
28804 </BODY></HTML>
28805 ====== h_config_print_from ======
28806 <HTML>
28807 <HEAD>
28808 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
28809 </HEAD>
28810 <BODY>
28811 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
28813 If this feature is set, then the Berkeley-mail style From line is included
28814 at the start of each message that is printed.  This line looks something
28815 like the following, with the address replaced by the address from the
28816 From line of the message being printed:
28818 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
28819 14:11:06 1998
28821 &lt;End of help on this topic&gt;
28822 </BODY>
28823 </HTML>
28824 ====== h_config_expanded_distlists ======
28825 <HTML>
28826 <HEAD>
28827 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
28828 </HEAD>
28829 <BODY>
28830 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
28831 If this feature is set, then distribution lists in the address book
28832 screen will always be expanded automatically.
28834 &lt;End of help on this topic&gt;
28835 </BODY>
28836 </HTML>
28837 ====== h_config_compose_news_wo_conf ======
28838 <HTML>
28839 <HEAD>
28840 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
28841 </HEAD>
28842 <BODY>
28843 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
28844 This feature controls one aspect of Alpine's Composer.  If you enter the
28845 composer while reading a newsgroup, you will normally be prompted to
28846 determine whether you intend the new message to be posted to the current
28847 newsgroup or not.  If this feature is set, Alpine will not prompt you
28848 in this situation, and will assume that you do indeed wish to post
28849 to the newsgroup you are reading.
28851 &lt;End of help on this topic&gt;
28852 </BODY>
28853 </HTML>
28854 ====== h_config_compose_rejects_unqual ======
28855 <HTML>
28856 <HEAD>
28857 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
28858 </HEAD>
28859 <BODY>
28860 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
28862 This feature controls one aspect of the message composer; in particular,
28863 what happens when an unqualified name is entered into an address header.
28864 If set, unqualified names entered as addresses will be treated as errors
28865 unless they match an addressbook nickname.  Alpine will not attempt to turn
28866 them into complete addresses by adding your local domain.<P>
28868 A complete (fully qualified) address is one containing a username followed
28869 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
28870 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
28871 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
28873 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
28877 When you enter a fully qualified address, Alpine does not interpret or
28878 modify it, but simply passes it on to the mail-transport-agent (MTA) for
28879 your system.  Alpine conforms to the Internet standards governing message
28880 headers and will not send an unqualifed name to the MTA.  Therefore, when
28881 you enter an unqualified name, Alpine will normally attempt to turn it into
28882 a fully qualified address, first by checking to see if you have entered a
28883 matching nickname in your addressbook, or failing that, by simply adding
28884 your own domain to the name entered.  So if your address is
28885 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
28886 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
28887 that into &quot;fred@example.com&quot;.<P>
28889 There are situations where it is not desirable for Alpine to interpret such
28890 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
28891 turned out to be a typo (intended to be an addressbook nickname), but
28892 there actually was a &quot;fred&quot; in your local domain, the message might 
28893 be mis-delivered without your realizing it.  In order to reduce the likelihood
28894 of such accidents, setting this feature will cause Alpine to treat such
28895 addresses as errors, and require that you explicitly enter the full local
28896 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
28897 matches an address book nickname.<P>
28899 Consider this a safety feature against mis-directed mail.
28901 <UL>   
28902 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28903 </UL><P>
28904 &lt;End of help on this topic&gt;
28905 </BODY>
28906 </HTML>
28907 ====== h_config_quell_local_lookup ======
28908 <HTML>
28909 <HEAD>
28910 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
28911 </HEAD>
28912 <BODY>
28913 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
28915 This feature controls an aspect of Alpine's Composer, and if needed, will
28916 usually be set by your system manager in Alpine's system-wide configuration
28917 file. Specifically, if this feature is set, Alpine will not attempt to look
28918 in the system password file to find a Full Name for the entered address.
28920 Normally, names you enter into address fields (e.g. To: or Cc:) are
28921 checked against your address book(s) to see if they match an address book
28922 nickname.  Failing that, (in Unix Alpine) the name is then checked against
28923 the Unix password file.  If the entered name matches a username in the
28924 system password file, Alpine extracts the corresponding Full Name information
28925 for that individual, and adds that to the address being entered.
28927 However, password file matching can have surprising (incorrect) results if
28928 other users of the system do not receive mail at the domain you are using.
28929 That is, if either the 
28930 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
28931 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
28932 option
28933 is set such that the administrative domain of other users on the system
28934 isn't accurately reflected, Alpine should be told that a passwd file match
28935 is coincidental, and Full Name info will be incorrect.  For example, a
28936 personal name from the password file could get falsely paired with the
28937 entered name as it is turned into an address in the configured domain.
28939 If you are seeing this behavior, enabling this feature will prevent Unix
28940 Alpine from looking up names in the password file to find the Full Name
28941 for incomplete addresses you enter.<P>
28942 <UL>
28943 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28944 </UL>
28946 &lt;End of help on this topic&gt;
28947 </BODY>
28948 </HTML>
28949 ====== h_config_tab_checks_recent ======
28950 <HTML>
28951 <HEAD>
28952 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
28953 </HEAD>
28954 <BODY>
28955 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
28957 In a FOLDER LIST screen, the TAB key usually just changes which
28958 folder is highlighted.
28959 If this feature is set, then the TAB key will cause the number of
28960 recent messages and the total number of messages in the highlighted folder
28961 to be displayed instead.
28964 &lt;End of help on this topic&gt;
28965 </BODY>
28966 </HTML>
28967 ====== h_config_maildrops_preserve_state ======
28968 <HTML>
28969 <HEAD>
28970 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
28971 </HEAD>
28972 <BODY>
28973 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
28975 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
28976 Normally, when mail is moved from a Mail Drop folder to a destination
28977 folder, it is delivered as new mail.
28978 Any Seen/New, Answered, Important/Flagged state that has changed will be
28979 ignored.
28980 All of the mail will be considered unSeen, unAnswered, and unImportant after
28981 it is moved.
28983 If this feature is set, then the state changes that have been made
28984 to the messages in the Mail Drop folder will be preserved.
28986 In any case, messages that are already marked Deleted when the
28987 mail is to be moved from the Mail Drop will be ignored.
28989 &lt;End of help on this topic&gt;
28990 </BODY>
28991 </HTML>
28992 ====== h_config_preopen_stayopens ======
28993 <HTML>
28994 <HEAD>
28995 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
28996 </HEAD>
28997 <BODY>
28998 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
29000 This feature is related to the option
29001 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29002 Normally, Stay Open folders are only opened on demand, when the user
29003 asks to open them.
29004 From then on they are kept open for the duration of the session.
29005 However, if this feature is set, then the Stay Open folders will all be
29006 opened at startup, at the same time that the INBOX is opened.
29009 &lt;End of help on this topic&gt;
29010 </BODY>
29011 </HTML>
29012 ====== h_config_expunge_inbox ======
29013 <HTML>
29014 <HEAD>
29015 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
29016 </HEAD>
29017 <BODY>
29018 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
29020 The INBOX is normally treated differently from regular folders in several
29021 ways.
29022 One of the differences is that the normal &quot;close&quot; sequence of
29023 events is deferred until Alpine is exited, instead of happening when you
29024 leave the INBOX to view another folder.
29025 The &quot;close&quot; sequence normally includes the Expunging
29026 of deleted messages
29027 (either automatically or after a prompt, controlled by the features
29028 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29029 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29030 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29031 handling of the
29032 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
29035 If this feature is set the &quot;close&quot; sequence handling will take
29036 place every time you leave the INBOX.
29037 The INBOX will still be kept open, but the offer to Expunge and the archiving
29038 to the <!--#echo var="VAR_read-message-folder"-->
29039 will take place each time you leave the INBOX instead of only once at the
29040 end of the session.
29043 &lt;End of help on this topic&gt;
29044 </BODY>
29045 </HTML>
29046 ====== h_config_expunge_stayopens ======
29047 <HTML>
29048 <HEAD>
29049 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
29050 </HEAD>
29051 <BODY>
29052 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
29054 This feature is related to the option
29055 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29056 Stay Open folders are treated differently from regular folders in several
29057 ways.
29058 One of the differences is that the normal &quot;close&quot; sequence of
29059 events is deferred until Alpine is exited, instead of happening when you
29060 leave the folder to view another folder.
29061 The &quot;close&quot; sequence normally includes the Expunging
29062 of deleted messages
29063 (either automatically or after a prompt, controlled by the features
29064 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29065 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29066 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29067 handling of
29068 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
29071 If this feature is set the &quot;close&quot; sequence handling will take
29072 place when you leave the Stay Open folder.
29073 The folder will still be kept open, but the offer to Expunge and the archiving
29074 will take place each time you leave the folder instead of only once at the
29075 end of the session.
29076 This feature does not affect the INBOX, which will still only be processed
29077 when you exit Alpine.
29078 However, there is a similar feature that affects only the INBOX called
29079 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
29082 &lt;End of help on this topic&gt;
29083 </BODY>
29084 </HTML>
29085 ====== h_config_preserve_start_stop ======
29086 <HTML>
29087 <HEAD>
29088 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
29089 </HEAD>
29090 <BODY>
29091 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
29093 This feature controls how special control key characters, typically
29094 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
29095 are known as the "stop" and "start" characters and are sometimes used in
29096 communications paths to control data flow between devices that operate at
29097 different speeds.
29101 By default, Alpine turns the system's handling of these special characters
29102 off except during printing.  However, if you see Alpine reporting input errors
29103 such as:
29105 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
29107 and, at the same time, see your display become garbled, then it is likely
29108 that setting this option will solve the problem.  Be aware, though, that
29109 enabling this feature will also cause Alpine to ostensibly "hang" 
29110 whenever the Ctrl-S key combination is entered as the system is now
29111 interpreting such input as a "stop output" command.  To "start
29112 output"  again, simply type Ctrl-Q. 
29114 &lt;End of help on this topic&gt;
29115 </BODY>
29116 </HTML>
29117 ====== h_config_enable_incoming ======
29118 <HTML>
29119 <HEAD>
29120 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
29121 </HEAD>
29122 <BODY>
29123 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
29125 Alpine's Incoming Message Folders collection
29126 provides a convenient way to access multiple incoming folders.
29127 It is also useful if you have accounts on multiple computers.
29130 If set, this feature defines a pseudo-folder collection called
29131 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
29132 in this collection will be your INBOX, which will no longer show up in
29133 your Default folder collection.
29136 You may add more folders to the Incoming Message Folders collection by
29137 using the
29138 <!--chtml if pinemode="function_key"-->
29139 &quot;F10
29140 <!--chtml else-->
29141 &quot;A
29142 <!--chtml endif-->
29143 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
29144 the host the folder is stored on (which defaults to the same host used
29145 for your INBOX), a nickname, and the actual folder name.  Once a set
29146 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
29147 or MESSAGE TEXT screens) may be used to scan the folders for those
29148 with Recent messages.  If you add more folders to
29149 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
29150 no effect.
29152 NOTE: Normally the software that actually delivers mail (the stuff that happens
29153 before Alpine is involved) is in a better position to do delivery filtering
29154 than is Alpine itself.
29155 If possible, you may want to look at programs such as
29156 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
29157 filtering programs.
29158 If you'd prefer to have Alpine do the filtering for you, you may set that
29160 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
29162 <UL>   
29163 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29164 </UL><P>
29165 &lt;End of help on this topic&gt;
29166 </BODY>
29167 </HTML>
29168 ====== h_config_enable_incoming_checking ======
29169 <HTML>
29170 <HEAD>
29171 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
29172 </HEAD>
29173 <BODY>
29174 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
29176 This feature is only operational if you have enabled the optional
29177 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
29178 If you do have Incoming Message Folders and you also set this feature,
29179 then the number of Unseen messages in each folder will be displayed
29180 in the FOLDER LIST screen for the Incoming Message Folders.
29181 The number of Unseen messages in a folder will be displayed in parentheses
29182 to the right of the name of each folder.
29183 If there are no Unseen messages in a folder then only the name
29184 is displayed, not a set of parentheses with zero inside them.
29185 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
29186 the Incoming Message Folders to cause an immediate update.
29188 If a check for Unseen messages fails for a particular folder then Alpine
29189 will no longer attempt to check that folder for the duration of the
29190 session and this will be indicated by a question mark inside the
29191 parentheses.
29193 The features
29194 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
29195 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
29196 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
29197 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
29198 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
29199 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
29200 all affect how this feature behaves.
29202 <UL>   
29203 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29204 </UL><P>
29205 &lt;End of help on this topic&gt;
29206 </BODY>
29207 </HTML>
29208 ====== h_config_incoming_checking_total ======
29209 <HTML>
29210 <HEAD>
29211 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
29212 </HEAD>
29213 <BODY>
29214 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
29216 This option has no effect unless the feature
29217 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
29218 is set, which in turn has no effect unless
29219 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
29220 is set.
29222 When incoming folder checking is turned on the default is to display
29223 the number of unseen messages in each folder.
29224 More precisely, it is the number of undeleted unseen messages.
29225 Using this option you may also display the total number of messages
29226 in each folder.
29227 Instead of a single number representing the number of unseen messages
29228 you will get two numbers separated by a slash character.
29229 The first is the number of unseen messages and the second is the
29230 total number of messages.
29232 You may also use the recent message count instead of the unseen message
29233 count by turning on the feature
29234 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
29236 <UL>   
29237 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29238 </UL><P>
29239 &lt;End of help on this topic&gt;
29240 </BODY>
29241 </HTML>
29242 ====== h_config_incoming_checking_recent ======
29243 <HTML>
29244 <HEAD>
29245 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
29246 </HEAD>
29247 <BODY>
29248 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
29250 This option has no effect unless the feature
29251 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
29252 is set, which in turn has no effect unless
29253 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
29254 is set.
29256 When incoming folder checking is turned on the default is to display
29257 the number of unseen messages in each folder.
29258 More precisely, it is the number of undeleted unseen messages.
29259 Using this option you may display the number of recent messages instead
29260 of the number of unseen messages.
29261 A message is only counted as recent if this is the first session to
29262 see it, so the recent count might be less than the unseen count.
29263 The difference between the two would be accounted for by the unseen messages
29264 in the folder which were there previously but have not been looked at yet.
29266 If you simultaneously run more than one email client at a time
29267 (for example, you run more than one Alpine in parallel) then turning
29268 this feature on can cause some confusion.
29269 The confusion stems from the fact that each message is only considered to be
29270 recent in one session.
29271 That means that the counts of new messages may be different in the two
29272 Alpines running side by side, because each incoming message will only be
29273 counted as recent in one of the two sessions.
29275 You may also display the total number of messages
29276 in each folder by using the
29277 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
29278 option.
29280 <UL>   
29281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29282 </UL><P>
29283 &lt;End of help on this topic&gt;
29284 </BODY>
29285 </HTML>
29286 ====== h_config_attach_in_reply ======
29287 <HTML>
29288 <HEAD>
29289 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
29290 </HEAD>
29291 <BODY>
29292 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
29294 This feature controls an aspect of Alpine's Reply command. If set, any MIME
29295 attachments that were part of the original message will automatically be
29296 included in the Reply.
29298 &lt;End of help on this topic&gt;
29299 </BODY>
29300 </HTML>
29301 ====== h_config_include_header =====
29302 <HTML>
29303 <HEAD>
29304 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
29305 </HEAD>
29306 <BODY>
29307 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
29309 This feature controls an aspect of Alpine's Reply command. If set, and the
29310 original message is being included in the reply, then headers from that
29311 message will also be part of the reply.
29313 &lt;End of help on this topic&gt;
29314 </HEAD>
29315 </HTML>
29316 ====== h_config_sig_at_bottom =====
29317 <HTML>
29318 <HEAD>        
29319 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
29320 </HEAD>
29321 <BODY>
29322 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
29324 This feature controls an aspect of Alpine's Reply command.  If this feature
29325 is set, and the original message is being included in the reply, then the
29326 contents of your signature file (if any) will be inserted after the included
29327 message.
29329 This feature does not affect the results of a Forward command.
29331 &lt;End of help on this topic&gt;
29332 </BODY>
29333 </HTML>
29334 ====== h_config_sigdashes =====
29335 <HTML>
29336 <HEAD>
29337 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
29338 </HEAD>
29339 <BODY>
29340 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
29342 This feature enables support for the common USENET news convention 
29343 of preceding a message signature with the special line consisting of 
29344 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
29347 When enabled and a
29348 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
29349 Alpine will insert the special line before including the file's text (unless
29350 the special line already exists somewhere in the file's text).
29353 In addition, when you Reply or Followup to a message containing one of
29354 these special lines and choose to include its text, Alpine will observe
29355 the convention of not including text beyond the special line in your
29356 reply.
29357 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
29358 mode is enabled and turned on, then Alpine <EM>will</EM>
29359 include the text beyond the special line regardless of the setting of
29360 this feature.
29363 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
29364 for a related feature.
29367 <UL>   
29368 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29369 </UL><P>
29370 &lt;End of help on this topic&gt;
29371 </BODY>
29372 </HTML>
29373 ====== h_config_new_thread_blank_subject =====
29374 <HTML>
29375 <HEAD>
29376 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
29377 </HEAD>
29378 <BODY>
29379 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
29381 When this feature is enabled (the default) Alpine will create a new thread
29382 every time that the subject line becomes empty at any time during composition.
29385 This behavior is particularly useful in case you are replying to a message.
29386 Replying to a message causes the message to be in the same thread than the
29387 original message that is being replied to. However, many authors want to create
29388 a new message (in a different thread) while replying to a message, and they do
29389 this by changing the full subject, by first deleting the original subject and
29390 typing the new subject of the current message.
29393 Enabling this feature causes that any time that the subject is deleted, the 
29394 message being composed will be considered the first message of a new thread.
29397 <UL>   
29398 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29399 </UL><P>
29400 &lt;End of help on this topic&gt;
29401 </BODY>
29402 </HTML>
29403 ====== h_config_strip_sigdashes =====
29404 <HTML>
29405 <HEAD>
29406 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
29407 </HEAD>
29408 <BODY>
29409 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
29411 This feature doesn't do anything if the feature
29412 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
29413 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
29414 then turning on this feature enables support for the convention
29415 of not including text beyond the sigdashes line when Replying or Following
29416 up to a message and including the text of that message.
29417 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
29418 mode is enabled and turned on, then Alpine <EM>will</EM>
29419 include the text beyond the special line regardless of the setting of
29420 this feature.
29422 In other words, this is a way to turn on the signature stripping behavior
29423 without also turning on the dashes-adding behavior.
29425 <UL>   
29426 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29427 </UL><P>
29428 &lt;End of help on this topic&gt;
29429 </BODY>
29430 </HTML>
29431 ====== h_config_forward_as_attachment =====
29432 <HTML>
29433 <HEAD>
29434 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
29435 </HEAD>
29436 <BODY>
29437 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
29439 This feature affects the way forwarded message text is handled.  When set, rather than 
29440 include the text of the forwarded message below any additional text you provide in the
29441 composer, the forwarded message is attached in its entirety to the message you send.
29443 This is useful in that it keeps the text you provide in the composer distinct from the
29444 text of the forwarded message.  Similarly, it allows the recipient to 
29445 conveniently operate on the forwarded message.  For example, they might reply directly to
29446 the sender of the forwarded message, or process it as part of a spam report.
29447 <UL>   
29448 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29449 </UL><P>
29450 &lt;End of help on this topic&gt;
29451 </BODY>
29452 </HTML>
29453 ====== h_config_preserve_field =====
29454 <HTML>
29455 <HEAD>
29456 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
29457 </HEAD>
29458 <BODY>
29459 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
29461 This feature affects Alpine's behavior when one replies to a message. 
29462 When you receive a message, some or all of the recipients of the message 
29463 have been added to the To: and Cc: fields. If you reply to such message, 
29464 and this feature is disabled, then the original sender of the message is 
29465 added to the To: field, and all other recipients are added to the Cc: 
29466 field, while your address is added to the From: field.
29469 However, if this feature is enabled, then Alpine will preserve the 
29470 original fields as sent in the original message, so the Cc: and To: 
29471 fields will be preserved. The sender's address will be added to the To: 
29472 field, while your address is added to the From: field.
29475 The behavior of this feature is that replies to all messages will behave 
29476 in the way described above. If you only intend this to happen on a per 
29477 message basis, then keep this feature disabled, and when replying to a 
29478 message you will see a new option in the menu for the &quot;Reply to all 
29479 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
29480 make Alpine toggle its question so you can preserve the To: and Cc: 
29481 fields for that message only.
29483 <UL>   
29484 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29485 </UL><P>
29486 &lt;End of help on this topic&gt;
29487 </BODY>
29488 </HTML>
29489 ====== h_config_sub_lists =====
29490 <HTML>
29491 <HEAD>
29492 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
29493 </HEAD>
29494 <BODY>
29495 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
29497 This feature affects the subcommands available when Saving, 
29498 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
29499 available. This command allows you to type in a substring of the folder
29500 you are looking for and when you type ^X it will display all folders
29501 that contain that substring in their names.
29502 This feature is set by default.
29505 &lt;End of help on this topic&gt;
29506 </BODY>
29507 </HTML>
29508 ====== h_config_scramble_message_id =====
29509 <HTML>
29510 <HEAD>
29511 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
29512 </HEAD>
29513 <BODY>
29514 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
29516 Normally the Message-ID header that Alpine generates when sending a message
29517 contains the name of the computer from which the message is being sent.
29518 Some believe that this hostname could be used by spammers or could
29519 be used by others for nefarious purposes.
29520 If this feature is set, that name will be transformed with a simple
29521 Rot13 transformation.
29522 The result will still have the correct syntax for a Message-ID but the
29523 part of the MessageID that is often a domain name will not be an actual
29524 domain name because the letters will be scrambled.
29526 In addition, other information such as the name program, version, and
29527 a code for operating system used to build Alpine, will be encoded using
29528 the Rot13 transformation, except for the version number which will be
29529 encoded using a Rot5 transformation.
29531 It is possible (but unlikely?) that some spam detection
29532 software will use that as a reason to reject the mail as spam.
29533 It has also been reported that some spam detection software uses the
29534 fact that there are no dots after the &quot;@&quot; as a reason to reject
29535 messages.
29536 If your PC-Alpine Message-ID is using a name without a dot that is because
29537 that is what Windows thinks is your &quot;Full computer name&quot;.
29538 The method used to set this varies from one type of Windows to another but
29539 check under Settings -> Control Panel -> System and
29540 look for Network Identification or Computer Name or something similar.
29541 How to set it is beyond the scope of Alpine.
29544 &lt;End of help on this topic&gt;
29545 </BODY>
29546 </HTML>
29547 ====== h_downgrade_multipart_to_text =====
29548 <HTML>
29549 <HEAD>
29550 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
29551 </HEAD>
29552 <BODY>
29553 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
29556 This feature affects Alpine's behavior when sending mail.  Internet
29557 standards require Alpine to translate all non-ASCII characters in
29558 messages that it sends using MIME encoding.  This encoding can be
29559 ostensibly broken for recipients if any agent between Alpine and the
29560 recipient, such as an email list expander, appends text to the
29561 message, such as list information or advertising.  When sending such
29562 messages Alpine attempts to protect such encoding by placing extra
29563 MIME boundaries around the message text.
29565 These extra boundaries are invisible to recipients that 
29566 use MIME-aware email programs (the vast majority).  However, if
29567 you correspond with users of email programs that are not MIME-aware,
29568 or do not handle the extra boundaries gracefully, you can
29569 use this feature to prevent Alpine from including the extra
29570 MIME information.  Of course, it will increase the likelihood
29571 that non-ASCII text you send may appear corrupt to the recipient.
29573 &lt;End of help on this topic&gt;
29574 </BODY>
29575 </HTML>
29576 ====== h_config_show_sort =====
29577 <HTML>
29578 <HEAD>
29579 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
29580 </HEAD>
29581 <BODY>
29582 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
29584 If this feature is set and there is sufficient space on the screen,
29585 a short indication of the current sort order will be
29586 added in the titlebar (the top line on the screen), before the name
29587 of the folder.
29588 For example, with the default Arrival sort in effect,
29589 the display would have the characters
29591 <P><CENTER>[A]</CENTER><P>
29593 added between the title of the screen and the folder name.
29594 The letters are the same as the letters you may type to manually
29595 sort a folder with the SortIndex command ($).
29596 The letters in the table below are the ones that may show
29597 up in the titlebar line.
29599 <TABLE>   
29600 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
29601 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
29602 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
29603 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
29604 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
29605 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
29606 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
29607 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
29608 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
29609 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
29610 </TABLE>
29612 If the sort order is Reversed, the letter above will be preceded by the letter
29613 &quot;R&quot;, for example
29615 <P><CENTER>[RS]</CENTER><P>
29617 means that a Reverse Subject sort is in effect.
29618 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
29619 left out, and just an &quot;R&quot; is shown.
29621 <P><CENTER>[R]</CENTER>
29624 &lt;End of help on this topic&gt;
29625 </BODY>
29626 </HTML>
29627 ====== h_config_disable_reset_disp =====
29628 <HTML>
29629 <HEAD>
29630 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
29631 </HEAD>
29632 <BODY>
29633 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
29635 UNIX Alpine only.
29637 This feature affects Alpine's behavior when using
29638 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
29639 Normally, before the display filter is run, the terminal mode is reset
29640 to what it was before you started Alpine.
29641 This may be necessary if the filter requires the use of the terminal.
29642 For example, it may need to interact with you.
29643 If you set this feature, then the terminal mode will not be reset.
29644 One thing that turning on this feature should fix is the coloring of
29645 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
29646 breaks because the terminal reset resets the color state of the terminal.
29649 &lt;End of help on this topic&gt;
29650 </BODY>
29651 </HTML>
29652 ====== h_config_disable_sender =====
29653 <HTML>
29654 <HEAD>
29655 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
29656 </HEAD>
29657 <BODY>
29658 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
29660 This feature affects Alpine's generation of the &quot;Sender:&quot; or
29661 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
29662 header fields.
29663 By default, Alpine will generate such a header in situations where the
29664 username or domain are not the same as
29665 the &quot;From:&quot; header on the message.
29666 With this feature set,
29667 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
29668 This may be desirable on a system that is virtually hosting many domains,
29669 and the sysadmin has other methods available for tracking a message to
29670 its originator.
29672 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
29675 &lt;End of help on this topic&gt;
29676 </BODY>
29677 </HTML>
29678 ====== h_config_use_sender_not_x =====
29679 <HTML>
29680 <HEAD>
29681 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
29682 </HEAD>
29683 <BODY>
29684 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
29686 Normally Alpine adds a header line
29687 labeled &quot;X-X-Sender&quot;, if the sender is
29688 different from the From: line.
29689 The standard specifies that this header
29690 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
29691 Setting this feature causes
29692 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
29694 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
29697 &lt;End of help on this topic&gt;
29698 </BODY>
29699 </HTML>
29700 ====== h_config_use_fk =====
29701 <HTML>
29702 <HEAD>
29703 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
29704 </HEAD>
29705 <BODY>
29706 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
29708 This feature specifies that Alpine will respond to function keys instead of
29709 the normal single-letter commands. In this mode, the key menus at the
29710 bottom of each screen will show function key designations instead of the
29711 normal mnemonic key.
29714 &lt;End of help on this topic&gt;
29715 </BODY>
29716 </HTML>
29717 ====== h_config_cancel_confirm =====
29718 <HTML>
29719 <HEAD>
29720 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
29721 </HEAD>
29722 <BODY>
29723 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
29725 This feature affects what happens when you type ^C to cancel a composition.
29726 By default, if you attempt to cancel a composition by typing ^C, you will be
29727 asked to confirm the cancellation by typing a &quot;C&quot;
29728 for <EM>C</EM>onfirm.
29729 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
29730 risky because the &quot;^C Y&quot; needed to cancel a message
29731 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
29733 If this feature is set the confirmation asked for
29734 will be a &quot;<EM>Y</EM>es&quot;
29735 instead of a &quot;<EM>C</EM>onfirm&quot; response.
29738 &lt;End of help on this topic&gt;
29739 </BODY>
29740 </HTML>
29741 ====== h_config_compose_maps_del =====
29742 <HTML>
29743 <HEAD>
29744 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
29745 </HEAD>
29746 <BODY>
29747 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
29749 This feature affects the behavior of the DELETE key.
29750 If set, Delete will be equivalent to ^D, and delete
29751 the current character.  Normally Alpine defines the Delete key
29752 to be equivalent to ^H, which deletes the <EM>previous</EM>
29753 character.
29756 &lt;End of help on this topic&gt;
29757 </BODY>
29758 </HTML>
29759 ====== h_config_compose_bg_post =====
29760 <HTML>
29761 <HEAD>
29762 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
29763 </HEAD>
29764 <BODY>
29765 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
29767 This feature affects the behavior of Alpine's mail sending.  If set, this
29768 feature enables a subcommand in the composer's "Send?" confirmation
29769 prompt.  The subcommand allows you to tell Alpine to handle the actual
29770 posting in the background.  While this feature usually allows posting
29771 to appear to happen very fast, it has no affect on the actual delivery
29772 time it takes a message to arrive at its destination.
29775 Please Note:
29776 <OL>
29777  <LI>This feature will have no effect if the feature
29778        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
29779        is set.
29780  <LI>This feature isn't supported on all systems.  All DOS and Windows,
29781        as well as several Unix ports, do not recognize this feature.
29782  <LI>Error handling is significantly different when this feature is
29783         enabled.  Any message posting failure results in the message
29784         being appended to your &quot;Interrupted&quot; mail folder.  When you
29785         type the <A HREF="h_common_compose">C</A>ompose command,
29786         Alpine will notice this folder and
29787         offer to extract any messages contained.  Upon continuing a 
29788         failed message, Alpine will display the nature of the failure 
29789         in the status message line.
29790  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
29791         for message data to
29792         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
29793         if you typically run close to any sort of disk-space limits or quotas.
29794 </OL>
29796 &lt;End of help on this topic&gt;
29797 </BODY>
29798 </HTML>
29799 ====== h_config_compose_dsn =====
29800 <HTML>
29801 <HEAD>
29802 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
29803 </HEAD>
29804 <BODY>
29805 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
29807 This feature affects the behavior of Alpine's mail sending.  If set, this
29808 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
29809 prompt.  The subcommand allows you to tell Alpine to request the type of
29810 Delivery Status Notification (DSN) that you would like.  Most users will
29811 be happy with the default, and need not enable this feature.
29813 If the feature
29814 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29815 then this feature has no effect and the type of DSN is not selectable.
29818 Turning on this feature and then turning on the DSNOpts from the send
29819 prompt reveals four on-off toggles at the bottom of the screen.
29820 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
29821 that no notification be returned to you, even if there is a delivery
29822 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
29823 server that you are willing (or not) to receive delay notifications, which
29824 happen when there is an unusual delay at some mail server (in that mail
29825 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
29826 Success requests that you be sent a DSN message when the message is
29827 successfully delivered to the recipients mailbox.  Setting NoErrRets will
29828 automatically turn off Delay and Success notification, and will flip the
29829 toggles to show that.  Similarly, turning on Delay and/or Success will
29830 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
29831 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
29832 the full message be returned in any failed DSN.  RetHdrs requests that
29833 only the headers be returned in any failed DSN.  Notice that this command
29834 applies only to failed delivery status reports.  For delay or success
29835 reports, the full message is never returned, only the headers are returned.
29838 If you don't enable the DSN feature or if you don't turn it on for a
29839 particular message, the default is that you will be notified about failures,
29840 you might be notified about delays, and you won't be notified about
29841 successes.  You will usually receive the full message back when there is
29842 a failure.
29845 If you turn on the DSNOpts the default is to return as much information as
29846 possible to you.  That is, by default, the Success and Delay options are
29847 turned on and the full message will be returned on failure.
29850 The sending prompt will display the current DSN request (if any) in a
29851 shorthand form.  It will be:
29853 <P><CENTER>[Never]</CENTER>
29856 if you have requested NoErrRets.  Otherwise, it will look something like:
29858 <P><CENTER>[FDS-Hdrs]</CENTER>
29861 The &quot;F&quot; will always be there, indicating that you will be notified
29862 of failures.  (Alpine doesn't provide a way to request no failure notification
29863 and at the same time request either success or delay notification.  The only
29864 way to request no failure notifications is to request no notifications at
29865 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
29866 requested Delay and/or Success notification.  If one of those is missing,
29867 that means you are requesting no notification of the corresponding type.
29868 After the dash it will say either Hdrs or Full.  Hdrs means to return only
29869 the headers and Full means to return the full message (applies to
29870 failure notifications only).
29873 NOTE: This feature relies on your system's mail transport agent or
29874 configured
29875 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
29876 having the negotiation mechanism introduced in
29877 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
29878 &quot;Delivery Status Notification&quot; (DSN).  If the mail transport agent you
29879 are using doesn't support DSN, a short warning will be shown to you on
29880 the message line at the bottom of the screen after you send your message,
29881 but your message will have been sent anyway.
29884 Note that DSNs don't provide a mechanism to request read receipts.  That
29885 is, if you request notification on success you are notified when the
29886 message is delivered to the mailbox, not when the message is read.
29889 ESMTP allows for graceful migration to upgraded mail transfer agents, but
29890 it is possible that this feature might cause problems for some servers. 
29893 &lt;End of help on this topic&gt;
29894 </BODY>
29895 </HTML>
29896 ====== h_config_auto_zoom =====
29897 <HTML>
29898 <HEAD>
29899 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
29900 </HEAD>
29901 <BODY>
29902 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
29904 This feature affects the behavior of the Select command.
29905 If set, the select command will automatically perform a zoom
29906 after the select is complete.
29907 This feature is set by default.
29909 Some related help topics are
29910 <UL>
29911 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29912 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29913 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29914 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29915 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29916 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29917 </UL>
29920 &lt;End of help on this topic&gt;
29921 </BODY>
29922 </HTML>
29923 ====== h_config_auto_unzoom =====
29924 <HTML>
29925 <HEAD>
29926 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
29927 </HEAD>
29928 <BODY>
29929 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
29931 This feature affects the behavior of the Apply command.  If set, and if
29932 you are currently looking at a Zoomed Index view of selected messages,
29933 the Apply command will do the operation you specify, but then will
29934 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
29935 the normal Index view after the Apply. 
29936 This feature is set by default.
29939 Some related help topics are
29940 <UL>
29941 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29942 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29943 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29944 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29945 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29946 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29947 </UL>
29949 &lt;End of help on this topic&gt;
29950 </BODY>
29951 </HTML>
29952 ====== h_config_auto_unselect =====
29953 <HTML>
29954 <HEAD>
29955 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
29956 </HEAD>
29957 <BODY>
29958 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
29960 This feature affects the behavior of the Apply command.  If set,
29961 the Apply command will do the operation you specify, but then will
29962 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
29963 the normal Index view after the Apply. 
29966 Some related help topics are
29967 <UL>
29968 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29969 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29970 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29971 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29972 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29973 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29974 </UL>
29976 &lt;End of help on this topic&gt;
29977 </BODY>
29978 </HTML>
29979 ====== h_config_fast_recent =====
29980 <HTML>
29981 <HEAD>
29982 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
29983 </HEAD>
29984 <BODY>
29985 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
29987 This feature controls the behavior of the TAB key when traversing folders
29988 in the optional 
29989 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
29990 collection or in optional <!--#echo var="VAR_news-collections"-->.
29993 When the TAB
29994 (<A HREF="h_common_nextnew">NextNew</A>)
29995 key is pressed, the default behavior is to
29996 explicitly examine the status of the folder for the number of recent
29997 messages (messages delivered since the last time it was viewed).
29998 Depending on the size and number of messages in the folder, this test
29999 can be time consuming.
30002 Enabling this feature will cause Alpine to only test for the existence of
30003 any recent messages rather than to obtain the count.  This is much faster
30004 in many cases.  The downside is that you're not given the number of recent
30005 messages when prompted to view the next folder.
30006 If the feature
30007 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30008 is turned on, then the present feature will have no effect.
30011 <UL>   
30012 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30013 </UL><P>
30014 &lt;End of help on this topic&gt;
30015 </BODY>
30016 </HTML>
30017 ====== h_config_arrow_nav =====
30018 <HTML>
30019 <HEAD>
30020 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
30021 </HEAD>
30022 <BODY>
30023 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
30025 This feature controls the behavior of the left and right arrow keys.
30026 If set, the left and right arrow keys will operate like the usual
30027 navigation keys &lt; and &gt;.
30028 This feature is set by default.
30031 If you set this feature, and do not like the changed behavior of the up/down 
30032 arrow 
30033 keys when navigating through the FOLDER LIST screen -- 
30034 <B>first</B> from column to column, if more than one folder is 
30035 displayed per row, 
30036 and <B>then</B> from row to row -- you may either also wish to set the feature 
30037 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
30038 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
30039 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
30040 folders in each column.
30042 <UL>   
30043 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30044 </UL><P>
30045 &lt;End of help on this topic&gt;
30046 </BODY>
30047 </HTML>
30048 ====== h_config_relaxed_arrow_nav =====
30049 <HTML>
30050 <HEAD>
30051 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
30052 </HEAD>
30053 <BODY>
30054 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
30056 This feature controls the behavior of the left, right, up and down
30057 arrow keys in the FOLDER LIST screen when the &quot;<A
30058 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
30059 set.
30060 This feature is set by default.
30064 When this feature is set, the left and right
30065 arrow keys in the FOLDER LIST screen
30066 move the highlight bar to the left or right, and the up and
30067 down arrows move it up or down.
30070 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
30071 feature is not set;
30072 the left and right arrow keys in the Folder List screen strictly
30073 track the commands bound to the '&lt;' and '&gt;' keys, and the up
30074 and down arrow keys move the highlight bar to the previous and next
30075 folder or directory name.
30078 <UL>   
30079 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30080 </UL><P>
30081 &lt;End of help on this topic&gt;
30082 </BODY>
30083 </HTML>
30084 ====== h_config_alt_compose_menu =====
30085 <HTML>
30086 <HEAD>
30087 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
30088 </HEAD>
30089 <BODY>
30090 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
30092 This feature controls the menu that is displayed when Compose is selected.
30093 If set, a list of options will be presented, with each option representing
30094 the type of composition that could be used. This feature is most useful for
30095 users who want to avoid being prompted with each option separately, or who
30096 want to avoid the checking of remote postponed or form letter folders.
30097 The possible types of composition are:
30100 New, for starting a new composition. Note that if New is selected and roles
30101 are set, roles are checked for matches and applied according to the setting
30102 of the matching role.
30105 Interrupted, for continuing an interrupted composition. This option is only
30106 offered if an interrupted message folder is detected.
30109 Postponed, for continuing postponed compositions. This option is offered
30110 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
30111 the postponed folder actually exists. This option is especially handy
30112 for avoiding having to check for the existence of a remote postponed folder.
30115 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
30116 is set in the config, and is not checked for existence for reasons similar
30117 to those explained by the postponed option.
30120 setRole, for selecting a role to apply to a composition.
30123 &lt;End of help on this topic&gt;
30124 </BODY>
30125 </HTML>
30126 ====== h_config_alt_role_menu =====
30127 <HTML>
30128 <HEAD>
30129 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
30130 </HEAD>
30131 <BODY>
30132 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
30134 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
30135 a role and compose a new message using that role.
30136 When this feature is set, the role command will first ask whether you want to
30137 Compose a new message, Forward the current message, Reply to the
30138 current message, or Bounce the current message.
30139 If you are not in the MESSAGE INDEX and are not viewing a message,
30140 then there is no current message and the question will be skipped.
30141 After you have chosen to Compose, Forward, Reply, or Bounce you will
30142 then choose the role to be used.
30144 When Bouncing the &quot;Set From&quot; address is used for the
30145 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
30146 provided that the option
30147 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
30148 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
30149 set.
30150 Other actions of the role are ignored when Bouncing.
30153 &lt;End of help on this topic&gt;
30154 </BODY>
30155 </HTML>
30156 ====== h_config_always_spell_check =====
30157 <HTML>
30158 <HEAD>
30159 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
30160 </HEAD>
30161 <BODY>
30162 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
30164 When this feature is set, every composed message will be spell-checked before
30165 being sent.
30167 &lt;End of help on this topic&gt;
30168 </BODY>
30169 </HTML>
30170 ====== h_config_quell_asterisks =====
30171 <HTML>
30172 <HEAD>
30173 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
30174 </HEAD>
30175 <BODY>
30176 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
30178 When you are running Alpine you will sometimes be asked for a password
30179 in a prompt on the third line from the bottom of the screen.
30180 Normally each password character you type will cause an asterisk to echo
30181 on the screen. That gives you some feedback to know that your typing is
30182 being recognized.
30183 There is a very slight security risk in doing it this way because someone
30184 watching over your shoulder might be able to see how many characters there
30185 are in your password.
30186 If you'd like to suppress the echoing of the asterisks set this feature.
30188 &lt;End of help on this topic&gt;
30189 </BODY>
30190 </HTML>
30191 ====== h_config_quell_flowed_text =====
30192 <HTML>
30193 <HEAD>
30194 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
30195 </HEAD>
30196 <BODY>
30197 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
30199 Alpine generates flowed text where possible.
30200 The method for generating flowed text is defined by
30201 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
30202 the benefit of doing so is
30203 to send message text that can properly be viewed both on normal width displays
30204 and on displays with smaller or larger than normal screen widths.
30205 With flowed text, a space at the end of a line tells the receiving mail
30206 client that the following line belongs to the same paragraph.
30207 Quoted text will also be affected, with only the innermost
30208 level of &quot;&gt;&quot; quoting being followed by a space.
30209 However, if you have changed the
30210 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
30211 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
30212 quoted text will not be flowed.
30213 For this reason, we recommend that you leave your
30214 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
30216 This feature turns off the generation of flowed text, as it might be
30217 desired to more tightly control how a message is displayed on the receiving end.
30219 If this feature is <EM>not</EM> set, you can control on a message by message
30220 basis whether or not flowed text is generated.
30221 You do this by typing ^V at the Send confirmation prompt that you get
30222 after typing ^X to send a message.
30223 ^V is a toggle that turns flowing off and back on if typed again.
30224 If for some reason flowing cannot be done on a particular message, then the
30225 ^V command will not be available.
30226 This would be the case, for example, if this feature was set, or if your
30227 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
30228 If the feature
30229 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30230 then the opportunity to control on a message by message basis
30231 whether or not flowed text is generated is lost.
30233 When this feature is not set and you have typed ^V to turn off flowing,
30234 the Send confirmation prompt will change to look like
30236 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
30238 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
30239 also turn off the sending of flowed text messages, but it differs in that
30240 it also trims all trailing white space from a message before sending it.
30242 If alternate editors are used extensively, be aware that a message will still
30243 be sent flowed if this feature is unset.  In most cases this will be fine,
30244 but if the editor has a &quot;flowed text&quot; mode, it would be best to
30245 use that.
30247 &lt;End of help on this topic&gt;
30248 </BODY>
30249 </HTML>
30250 ====== h_config_strip_ws_before_send =====
30251 <HTML>
30252 <HEAD>
30253 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
30254 </HEAD>
30255 <BODY>
30256 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
30258 By default, trailing whitespace is not stripped from
30259 a message before sending.  Trailing whitespace should have no effect on an
30260 email message, and in flowed text can aid in delimiting paragraphs.
30261 However, the old behavior of stripping trailing whitespace was in place
30262 to better deal with older clients that couldn't handle certain types of
30263 text encodings.  This feature restores the old behavior
30265 Trailing whitespace is of aid to flowed-text-formatted messages, which are
30266 generated by default but can be turned off via the
30267 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
30268 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
30269 of flowed text.
30271 &lt;End of help on this topic&gt;
30272 </BODY>
30273 </HTML>
30274 ====== h_config_alt_reply_menu =====
30275 <HTML>
30276 <HEAD>
30277 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
30278 </HEAD>
30279 <BODY>
30280 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
30282 Note that if this option is enabled, then the option
30283 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
30284 is ignored. See below to understand why.
30286 When you reply to a message, a series of questions are asked that 
30287 determines how your reply will be handled by Alpine. This feature only 
30288 affects the result of the first question you are asked, and its purpose is 
30289 to set values that could override defaults set in Alpine's main 
30290 configuration screen. As a result, this menu allows you to configure even 
30291 more features than you would be able to do without this option. For 
30292 example, this menu always allows you to override or select a <A 
30293 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
30294 override your indent string, regardless of if you have enabled 
30295 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
30296 The full list of options can be found below.
30298 Here is an example of how this option works. After you press Reply,
30299 if you see &quot;A Inc Attach&quot; in the menu, it means that 
30300 if you press &quot;A&quot;, then Alpine will include the attachments
30301 of the original message, and the default is not to include them. 
30302 Conversely, if you see &quot;A No Attach&quot; 
30303 then by pressing &quot;A&quot; Alpine will not include
30304 attachments in your reply, and the default is that Alpine will 
30305 include them in your reply. The value that you see when you 
30306 start your reply is controlled by the option
30307 <A HREF="h_config_attach_in_reply">
30308 <!--#echo var="FEAT_include-attachments-in-reply"-->
30309 </A>. If the feature is enabled, then Alpine will display 
30310 &quot;A No Attach&quot; to override the default behavior. You can
30311 toggle between the two values of this option by pressing &quot;A&quot;.
30312 Remember that the value that you see in the menu is the action that will 
30313 be done when you press the associated command.
30315 Below are your options:
30316 <OL>
30317 <LI><B>A</B>: This determines if Alpine will include or not the 
30318 attachments sent to you in the message that you are replying to. The default 
30319 is to use the value of the configuration option 
30320 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overridden by using this command.
30322 <LI><B>H</B>: This command determines if the headers of a message are
30323 included in the body of the message that is being replied to. By default 
30324 Alpine will use the value of the configuration option 
30325 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
30326 Observe that by toggling this option to include headers, text will be toggled
30327 to be included by default.
30329 <LI><B>R</B>: Can be used to set a role different from the default.
30331 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
30332 message. The default is to strip the signature when the message is not
30333 viewed in headers mode, and you either have enabled
30334 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
30336 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
30338 <LI><B>Ctrl-R</B>: Can be used to edit the 
30339 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
30340 </OL>
30342 In order to include the text of the original message in the reply
30343 you either need to press 'y' to include the original text, or 'n' to 
30344 exclude it from the reply. Pressing return will execute the default 
30345 action, which is to include text only if the option
30346 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
30347 is enabled. However, notice that the default is to include text if you edit the 
30348 reply indent string or if you explicitly set through this menu that you
30349 want headers included in the reply message.
30352 &lt;End of help on this topic&gt;
30353 </BODY>
30354 </HTML>
30355 ====== h_config_del_from_dot =====
30356 <HTML>
30357 <HEAD>
30358 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
30359 </HEAD>
30360 <BODY>
30361 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
30363 This feature controls the behavior of the Ctrl-K command in the composer.
30364 If set, ^K will cut from the current cursor position to the end of the line,
30365 rather than cutting the entire line.
30368 &lt;End of help on this topic&gt;
30369 </BODY>
30370 </HTML>
30371 ====== h_config_print_index =====
30372 <HTML>
30373 <HEAD>
30374 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
30375 </HEAD>
30376 <BODY>
30377 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
30379 This feature controls the behavior of the Print command when in the
30380 MESSAGE INDEX screen.  If set, the print command will give you a prompt
30381 asking if you wish to print the message index, or the currently highlighted
30382 message. If not set, the message will be printed.
30385 &lt;End of help on this topic&gt;
30386 </BODY>
30387 </HTML>
30388 ====== h_config_allow_talk =====
30389 <HTML>
30390 <HEAD>
30391 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
30392 </HEAD>
30393 <BODY>
30394 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
30396 UNIX Alpine only.
30398 By default, permission for others to &quot;talk&quot; to your terminal is turned
30399 off when you are running Alpine.  When this feature is set, permission is
30400 instead turned on.  If enabled, you may see unexpected messages in the
30401 middle of your Alpine screen from someone attempting to contact you via the
30402 &quot;talk&quot; program.
30405 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
30406 talk daemon on your system will attempt to print a message on your screen 
30407 when someone else is trying to contact you.  If you wish to see these
30408 messages while you are running Alpine, you should enable this feature.
30411 If you do enable this feature and see a &quot;talk&quot; message, you must 
30412 suspend or quit Alpine before you can respond.
30415 &lt;End of help on this topic&gt;
30416 </BODY>
30417 </HTML>
30418 ====== h_config_send_filter_dflt =====
30419 <HTML>
30420 <HEAD>
30421 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
30422 </HEAD>
30423 <BODY>
30424 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
30425 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
30426 configured, setting this feature will cause
30427 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
30428 instead of unfiltered, the usual default.
30430 <UL>   
30431 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30432 </UL><P>
30433 &lt;End of help on this topic&gt;
30434 </BODY>
30435 </HTML>
30436 ====== h_config_custom_print =====
30437 <HTML>
30438 <HEAD>
30439 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
30440 </HEAD>
30441 <BODY>
30442 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
30444 When this feature is set, the print command will have an additional
30445 subcommand called "C CustomPrint".  If selected, you will have
30446 the opportunity to enter any system print command --instead of being 
30447 restricted to using those that have been previously configured in the 
30448 printer setup menu.
30451 &lt;End of help on this topic&gt;
30452 </BODY>
30453 </HTML>
30454 ====== h_config_enable_dot_files =====
30455 <HTML>
30456 <HEAD>
30457 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
30458 </HEAD>
30459 <BODY>
30460 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
30462 When this feature is set, files beginning with dot (".") will be
30463 visible in the file browser.  For example, you'll be able to select them
30464 when using the browser to add an attachment to a message.
30466 &lt;End of help on this topic&gt;
30467 </BODY>
30468 </HTML>
30469 ====== h_config_enable_dot_folders =====
30470 <HTML>
30471 <HEAD>        
30472 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
30473 </HEAD>
30474 <BODY>
30475 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
30477 When this feature is set, folders beginning with dot (".") may be added
30478 and viewed.
30480 &lt;End of help on this topic&gt;
30481 </BODY>
30482 </HTML>
30483 ====== h_config_ff_between_msgs =====
30484 <HTML>
30485 <HEAD>
30486 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
30487 </HEAD>
30488 <BODY>
30489 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
30491 Setting this feature causes a formfeed to be printed between messages when
30492 printing multiple messages (with Apply Print command).
30494 &lt;End of help on this topic&gt;
30495 </BODY>
30496 </HTML>
30497 ====== h_config_blank_keymenu =====
30498 <HTML>
30499 <HEAD>
30500 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
30501 </HEAD>
30502 <BODY>
30503 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
30505 If this feature is set the command key menu that normally appears on the
30506 bottom two lines of the screen will not usually be there.  Asking for
30507 help with ^G or ? will cause the key menu to appear instead of causing
30508 the help message to come up.  If you want to actually see the help text,
30509 another ^G or ? will show it to you.  After the key menu has popped
30510 up with the help key it will remain there for an O for Other command but
30511 disappear if any other command is typed.
30513 &lt;End of help on this topic&gt;
30514 </BODY>
30515 </HTML>
30516 ====== h_config_enable_mouse =====
30517 <HTML>
30518 <HEAD>
30519 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
30520 </HEAD>
30521 <BODY>
30522 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
30524 This feature controls whether or not an X terminal mouse can be used with
30525 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
30526 being used, the left mouse button on the mouse can be used to select text
30527 or commands.
30528 Clicking on a command at the bottom of the screen will behave as if you had
30529 typed that command.
30530 Clicking on an index line will move the current message highlight to
30531 that line.
30532 Double-clicking on an index line will view the message.
30533 Double-clicking on a link will view the link.
30535 This type of mouse support will also work in some terminal emulators which are
30536 not actually X terminals, but which have extra code to support the xterm
30537 style mouse.
30538 For those emulators you not only need to turn this feature on but you also
30539 have to set the $DISPLAY environment variable even though it isn't needed
30540 for your terminal.
30541 That will cause Alpine to think that it is an xterm and to properly interpret the
30542 escape sequences sent by the mouse.
30544 Note: if this feature is set, the behavior of X terminal cut-and-paste is
30545 also modified.  It is sometimes possible to hold the shift key down while clicking
30546 left or middle mouse buttons for the normal xterm cut/paste operations. 
30547 There is also an Alpine command to toggle this mode on or off.
30548 The command is Ctrl-&#92; (Control-backslash).
30550 &lt;End of help on this topic&gt;
30551 </BODY>
30552 </HTML>
30553 ====== h_config_enable_xterm_newmail =====
30554 <HTML>
30555 <HEAD>        
30556 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
30557 </HEAD>
30558 <BODY>
30559 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
30561 This feature controls whether or not Alpine will attempt to announce new
30562 mail arrival when it is running in an X terminal window and that window
30563 is iconified.  If set, and the $DISPLAY variable indicates that an X
30564 terminal is being used, Alpine will send appropriate escape sequences to
30565 the X terminal to modify the label on Alpine's icon to indicate that new
30566 mail has arrived. Alpine will also modify the Alpine window's title to
30567 indicate new mail.
30568 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
30570 &lt;End of help on this topic&gt;
30571 </BODY></HTML>
30572 ====== h_config_enable_newmail_short_text =====
30573 <HTML>
30574 <HEAD>        
30575 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
30576 </HEAD>
30577 <BODY>
30578 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
30580 This feature controls the text to be displayed in an icon in the event
30581 of a new message arrival.  Normally, the message will
30582 be the one that is displayed on the screen.  This feature shortens the
30583 message to a count of the number of new messages in brackets.  This may be
30584 more useful for those who use the window's title bar in the task bar as a
30585 new mail indicator.  This feature is only useful if the
30586 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
30587 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
30588 feature, this feature is only relevant when run in an xterm environment.
30590 &lt;End of help on this topic&gt;
30591 </BODY></HTML>
30592 ====== h_config_copy_to_to_from =====
30593 <HTML>
30594 <HEAD>
30595 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
30596 </HEAD>
30597 <BODY>
30598 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
30600 This feature affects the From address used when Replying to a message.
30601 It is probably only useful if you have some
30602 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
30603 defined.
30604 When enabled, it checks to see if any of the addresses in the To or Cc
30605 fields of the message you are replying to is one of your addresses.
30606 If it is, and there is only one of them, then that address is used as
30607 the From address in the message you are composing.
30608 In other words, you will be using a From address that is the same
30609 as the To address that was used to get the mail to you in the first place.
30612 If a role is being used and it has a From address defined, that From address will
30613 be used rather than the one derived from this feature.
30616 <UL>   
30617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30618 </UL><P>
30619 &lt;End of help on this topic&gt;
30620 </BODY>
30621 </HTML>
30622 ====== h_config_prefix_editing =====
30623 <HTML>
30624 <HEAD>
30625 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
30626 </HEAD>
30627 <BODY>
30628 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
30630 This feature affects the Reply command's &quot;Include original message
30631 in Reply?&quot; prompt.  When enabled, it causes the
30632 &quot;Edit Indent String&quot; sub-command to appear which allows 
30633 you to edit the string Alpine would otherwise use to denote included 
30634 text from the message being replied to.<P>
30636 Thus, you can change Alpine's default message quote character (usually
30637 an angle bracket) on a per message basis. So you could change your quoted message to
30638 look, for example, like this:<p>
30640 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
30642 John: I just wanted to say hello and to congratulate you
30643 John: on a job well done!</pre><p>
30645 The configuration option
30646 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
30647 may be used to change what appears as the default string to be edited.
30649 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
30650 currently being replied to.
30652 If you change your <!--#echo var="VAR_reply-indent-string"-->
30653 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
30654 quoted text will not be flowed
30655 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
30656 when you reply.
30657 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
30658 set to the default value.
30660 <UL>   
30661 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30662 </UL><P>
30663 &lt;End of help on this topic&gt;
30664 </BODY>
30665 </HTML>
30666 ====== h_config_enable_search_and_repl =====
30667 <HTML>
30668 <HEAD>
30669 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
30670 </HEAD>
30671 <BODY>
30672 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
30674 This feature modifies the behavior of Alpine's composer.  Setting this
30675 feature causes Alpine to offer the "^R Replace" subcommand, which
30676 allows you to search and replace text strings in a message you are composing, 
30677 inside the "^W Where is" command.  
30681 To search and replace text, first enter the text to be replaced at the 
30682 "Search: " prompt.  Then, rather than pressing Enter to just search for that
30683 text, press ^R, which turns the prompt into 
30687 Search (to replace): 
30691 and then press Enter.  The cursor will highlight the first occurrence 
30692 of the text string you entered, and the prompt will show: 
30696 Replace "<your text string>" with : 
30700 where <your text string> is what you entered at the previous prompt;
30701 here, enter the replacement text.  To only replace the highlighted 
30702 occurrence, simply press Enter now; to replace all occurrences in the 
30703 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
30704 each replacement.
30708 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
30709 ^X toggles between "Replace All" and "Replace One."
30713 If you previously searched for text in a message, it will be offered for 
30714 re-use as part of the prompt, shown in [ ] brackets.
30717 &lt;End of help on this topic&gt;
30718 </BODY>
30719 </HTML>
30720 ====== h_config_enable_view_attach =====
30721 <HTML>
30722 <HEAD>
30723 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
30724 </HEAD>
30725 <BODY>
30726 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
30728 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30729 Setting this feature causes Alpine to present attachments in boldface.
30730 The first available attachment is displayed in inverse.  This is the
30731 "selected" attachment.  Pressing RETURN will cause Alpine to display
30732 the selected attachment.  Use the arrow keys to change which of the
30733 attachments displayed in boldface is the current selection.
30737 Speaking of arrow keys, the Up and Down Arrows will select the next
30738 and previous attachments if one is available on the screen for selection.
30739 Otherwise, they will simply adjust the viewed text one line up or down.
30743 Similarly, when selectable items are present in a message, the Ctrl-F key
30744 can be used to select the next item in the message independent of which
30745 portion of the viewed message is currently displayed. The Ctrl-B key can
30746 be used to select the previous item in the same way. 
30747 <P> 
30748 &lt;End of help on this topic&gt;
30749 </BODY>
30750 </HTML>
30751 ====== h_config_enable_y_print =====
30752 <HTML>
30753 <HEAD>
30754 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
30755 </HEAD>
30756 <BODY>
30757 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
30759 This feature modifies the behavior of Alpine's Print command.
30761 By default, Alpine's print command is available by pressing the "%" key.  
30762 (This command is a substantial change from Pine versions before 4.00 -- 
30763 where the print command was "Y" -- based on numerous complaints about 
30764 printing being invoked inadvertently, since Y also means "Yes.")  
30768 This feature is supplied to mitigate any disruption or anxiety users 
30769 might feel as a result of this change.  
30773 Enabling this feature will cause Alpine to recognize both the old
30774 command, "Y" for Prynt, as well the new "%" method for invoking
30775 printing.  Note, key menu labels are not changed as a result of
30776 enabling this feature.
30780 &lt;End of help on this topic&gt;
30781 </BODY>
30782 </HTML>
30783 ====== h_config_enable_lessthan_exit =====
30784 <HTML>
30785 <HEAD>
30786 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
30787 </HEAD>
30788 <BODY>
30789 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
30791 If this feature is set, then on screens where there is an Exit command
30792 but no < command, the < key will perform the same function as the Exit
30793 command.
30794 This feature is set by default.
30796 &lt;End of help on this topic&gt;
30797 </BODY>
30798 </HTML>
30799 ====== h_config_enable_view_url =====
30800 <HTML>
30801 <HEAD>
30802 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
30803 </HEAD>
30804 <BODY>
30805 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
30806 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30807 When this feature is set (the default) Alpine will select possible URLs from the
30808 displayed text and display them in boldface for selection.
30810 The first available URL is displayed in inverse.  This is the
30811 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
30812 the selected URL via either built-in means as with mailto:, imap:,
30813 news:, and nntp:, or via an external application as defined
30814 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
30815 variable.
30817 Use the arrow keys to change which of the URLs displayed in boldface
30818 is the current selection.
30820 Speaking of arrow keys, the Up and Down Arrows will select the next
30821 and previous URL if one is available on the screen for selection (unless 
30822 you have set the feature 
30823 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
30824 Otherwise, they will simply adjust the viewed text one line up or down.
30826 Similarly, when selectable items are present in a message, the Ctrl-F
30827 key can be used to select the next item in the message independent
30828 of which portion of the viewed message is currently displayed. The
30829 Ctrl-B key can be used to select the previous item in the same way.
30831 <UL>   
30832 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30833 </UL><P>
30834 &lt;End of help on this topic&gt;
30835 </BODY>
30836 </HTML>
30837 ====== h_config_enable_view_web_host =====
30838 <HTML>
30839 <HEAD>
30840 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
30841 </HEAD>
30842 <BODY>
30843 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
30845 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30846 When this feature is set (the default) Alpine will select possible web hostnames
30847 from the displayed text and display them in boldface for selection.  
30848 This can be useful when you receive messages referencing World Wide Web 
30849 sites without the use of complete URLs; for example, specifying only 
30850 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
30851 selectable 
30852 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
30853 rather than explicitly
30854 &quot;http://www.some.site.com&quot;.  
30856 The first available hostname is displayed in inverse.  This is the
30857 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
30858 the selected hostname via an external application as defined
30859 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
30860 variable.
30862 Use the arrow keys (unless you have set the feature 
30863 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
30864 to change which of the hostnames displayed in
30865 boldface is the current selection.
30867 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
30868 key can be used to select the next web hostname in the message independent
30869 of which portion of the viewed message is currently displayed. The
30870 Ctrl-B key can be used to select the previous web hostnames in the same way.
30872 <UL>   
30873 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30874 </UL><P>
30875 &lt;End of help on this topic&gt;
30876 </BODY>
30877 </HTML>
30878 ====== h_config_enable_view_addresses =====
30879 <HTML>
30880 <HEAD>
30881 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
30882 </HEAD>
30883 <BODY>
30884 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
30886 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30887 Setting this feature causes Alpine to select possible email addresses
30888 from the displayed text and display them in boldface for selection.  
30891 The first available email address is displayed in inverse.  This is the
30892 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
30893 the message composition screen with the To: field filled in with the
30894 selected address.
30896 Use the arrow keys (unless you have set the feature 
30897 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
30898 to change which of the hostnames displayed in
30899 boldface is the current selection.
30901 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
30902 key can be used to select the next web hostname in the message independent
30903 of which portion of the viewed message is currently displayed. The
30904 Ctrl-B key can be used to select the previous web hostnames in the same way.
30906 <UL>   
30907 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30908 </UL><P>
30909 &lt;End of help on this topic&gt;
30910 </BODY>
30911 </HTML>
30912 ====== h_config_enable_view_arrows =====
30913 <HTML>
30914 <HEAD>
30915 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
30916 </HEAD>
30917 <BODY>
30918 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
30920 This feature modifies Up and Down arrow key behavior in Alpine's
30921 MESSAGE TEXT screen when selectable Attachments, URL's, or
30922 web-hostnames are presented. Alpine's usual behavior is to move to
30923 the next or previous selectable item if currently displayed or
30924 simply to adjust the screen view by one line.
30928 Setting this feature causes the UP and Down arrow key to behave as
30929 if no selectable items were present in the message.
30933 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
30934 item) functionality is unchanged.
30937 &lt;End of help on this topic&gt;
30938 </BODY>
30939 <HTML>
30940 ====== h_config_quell_charset_warning =====
30941 <HTML>
30942 <HEAD>
30943 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
30944 </HEAD>
30945 <BODY>
30946 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
30948 By default, if the message you are viewing contains characters that are
30949 not representable in your
30950 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
30951 then Alpine will
30952 add a warning to the start of the displayed text.
30953 If this option is set, then that editorial message will be suppressed.
30955 Setting this feature also suppresses the comment about the character set
30956 in header lines.
30957 For example, when viewing a message you might see
30959 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
30961 in the From header if your Character-Set is something other than ISO-8859-2.
30962 If you set this feature, the comment about the character set will
30963 no longer be there.
30965 &lt;End of help on this topic&gt;
30966 </BODY>
30967 </HTML>
30968 ====== h_config_quell_host_after_url =====
30969 <HTML>
30970 <HEAD>
30971 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
30972 </HEAD>
30973 <BODY>
30974 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
30976 By default, links in HTML text are displayed with the host the link
30977 references appended, within square brackets, to the link text.  Alpine
30978 does this to help indicate where a link will take you, particularly when
30979 the link text might suggest a different destination.
30982 Setting this feature will prevent the server name from being appended
30983 to the displayed text.
30986 &lt;End of help on this topic&gt;
30987 </BODY>
30988 </HTML>
30989 ====== h_config_prefer_plain_text =====
30990 <HTML>
30991 <HEAD>
30992 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
30993 </HEAD>
30994 <BODY>
30995 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
30997 A message being viewed may contain alternate versions of the same content.
30998 Those alternate versions are supposed to be ordered by the sending software such that the
30999 first alternative is the least preferred and the last alternative is the
31000 most preferred. Alpine will normally display the most-preferred version that
31001 it knows how to display. This is most often encountered where the two
31002 alternate versions are a plain text version and an HTML version, with the
31003 HTML version listed last as the most preferred.
31005 If this option is set, then any plain text version will be preferred to
31006 all other versions.
31008 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
31009 which will temporarily change the sense of this option.
31010 If this option is set you will first see the plain text version of a
31011 message.
31012 If you then type the &quot;A&quot; command, you will see the most preferred version,
31013 most likely HTML, instead.
31014 Typing the &quot;A&quot; command a second time will switch it back.
31015 Alternatively, if the present option is not set you will originally see
31016 the most preferred version of the message and typing &quot;A&quot; will switch to
31017 the plain text version.
31019 &lt;End of help on this topic&gt;
31020 </BODY>
31021 </HTML>
31022 ====== h_config_pass_control =====
31023 <HTML>
31024 <HEAD>
31025 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
31026 </HEAD>
31027 <BODY>
31028 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
31030 It is probably not useful to set this option.
31031 This is a legacy option left behind &quot;just in case&quot;.
31032 Multi-byte characters that have an octet that has the same
31033 value as a control character are permitted through whether or not
31034 this option is turned on.
31036 This feature controls how certain characters contained in messages are
31037 displayed.
31038 If set, all characters in a message will be sent to the
31039 screen. Normally, control characters are displayed as shown below to
31040 avoid a garbled screen and to 
31041 avoid inadvertently changing terminal setup parameters.
31042 Control characters are usually displayed as two character sequences like
31043 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
31044 for Control-C,
31045 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
31046 for ESCAPE,
31047 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
31048 for DELETE, and
31049 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
31050 for the character with value 133 (0x85).
31051 (The DEL character is displayed as ^?, regular control characters are displayed
31052 as the character ^ followed by the character obtained by adding the
31053 five low-order bits of the character to 0x40, and the C1
31054 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
31055 character obtained by adding the
31056 five low-order bits of the character to 0x40.)
31057 Sometimes, in cases where changing a single control character into a
31058 two-character sequence would confuse Alpine's display routines,
31059 a question mark is substituted for the control character.
31061 If you wish to filter out regular control characters but pass the
31062 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31063 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.
31065 &lt;End of help on this topic&gt;
31066 </BODY>
31067 </HTML>
31068 ====== h_config_pass_c1_control =====
31069 <HTML>
31070 <HEAD>
31071 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
31072 </HEAD>
31073 <BODY>
31074 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
31076 It is probably not useful to set this option.
31077 This is a legacy option left behind &quot;just in case&quot;.
31078 Multi-byte characters that have an octet that has the same
31079 value as a control character are permitted through whether or not
31080 this option is turned on.
31082 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31083 is set, then this feature has no effect.
31084 However, if you wish to filter out regular control characters but pass the
31085 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31086 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31087 unset and set this feature.
31089 &lt;End of help on this topic&gt;
31090 </BODY>
31091 </HTML>
31092 ====== h_config_fcc_on_bounce =====
31093 <HTML>
31094 <HEAD>
31095 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
31096 </HEAD>
31097 <BODY>
31098 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
31100 This feature controls an aspect of Alpine's behavior when bouncing a
31101 message. If set, normal FCC ("File Carbon Copy") processing will be
31102 done, just as if you had composed a message to the address you are
31103 bouncing to.  If not set, no FCC of the message will be saved. 
31105 &lt;End of help on this topic&gt;
31106 </BODY>
31107 </HTML>
31108 ====== h_config_show_cursor =====
31109 <HTML>
31110 <HEAD>
31111 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
31112 </HEAD>
31113 <BODY>
31114 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
31116 This feature controls an aspect of Alpine's displays.  If set, the system
31117 cursor will move to convenient locations in the displays.  For example,
31118 to the beginning of the status field of the highlighted index line, or
31119 to the highlighted word after a successful WhereIs command.  It is intended
31120 to draw your attention to an "interesting" spot on the screen.
31122 &lt;End of help on this topic&gt;
31123 </BODY>
31124 </HTML>
31125 ====== h_config_sort_fcc_alpha =====
31126 <HTML>
31127 <HEAD>
31128 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
31129 </HEAD>
31130 <BODY>
31131 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
31133 This feature controls an aspect of Alpine's FOLDER LIST screen.
31134 If set, the default Fcc folder will be sorted alphabetically with the other
31135 folders instead of appearing right after the INBOX.
31137 &lt;End of help on this topic&gt;
31138 </BODY>
31139 </HTML>
31140 ====== h_config_sort_save_alpha =====
31141 <HTML>
31142 <HEAD>
31143 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
31144 </HEAD>
31145 <BODY>
31146 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
31148 This feature controls an aspect of Alpine's FOLDER LIST screen.
31149 If set, the default save folder will be sorted alphabetically with the other
31150 folders instead of appearing right after the INBOX (and default FCC folder).
31152 &lt;End of help on this topic&gt;
31153 </BODY>
31154 </HTML>
31155 ====== h_config_single_list =====
31156 <HTML>
31157 <HEAD>
31158 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
31159 </HEAD>
31160 <BODY>
31161 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
31163 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
31164 the folders will be listed one per line instead of several per line
31165 in the FOLDER LIST display.
31167 &lt;End of help on this topic&gt;
31168 </BODY>
31169 </HTML>
31170 ====== h_config_vertical_list =====
31171 <HTML>
31172 <HEAD>
31173 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
31174 </HEAD>
31175 <BODY>
31176 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
31178 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
31179 the folders will be listed alphabetically down the columns rather
31180 than across the columns as is the default.
31182 &lt;End of help on this topic&gt;
31183 </BODY>
31184 </HTML>
31185 ====== h_config_verbose_post =====
31186 <HTML>
31187 <HEAD>
31188 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
31189 </HEAD>
31190 <BODY>
31191 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
31192 This feature controls an aspect of Alpine's message sending.  When enabled,
31193 Alpine will send a VERB (i.e., VERBose) command early in the posting process
31194 intended to cause the SMTP server to provide a more detailed account of
31195 the transaction.  This feature is typically only useful to system
31196 administrators and other support personnel as an aid in troublshooting
31197 problems.
31199 Note, this feature relies on a specific capability of the system's mail
31200 transport agent or configured 
31201 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
31202 It is possible that this
31203 feature will cause problems for some transport agents, and may result in
31204 sending failure.  In addition, as the verbose output comes from the mail
31205 transport agent, it is likely to vary from one system to another. 
31206 <P><UL>
31207 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31208 </UL><P>
31209 &lt;End of help on this topic&gt;
31210 </BODY>
31211 </HTML>
31212 ====== h_config_auto_reply_to =====
31213 <HTML>
31214 <HEAD>
31215 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
31216 </HEAD>
31217 <BODY>
31218 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
31220 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
31221 will not prompt when a message being replied to contains a "Reply-To:"
31222 header value, but will simply use its value (as opposed to using the
31223 "From:" field's value).
31227 Note: Using the "Reply-To:" address is usually the preferred behavior,
31228 however, some mailing list managers choose to place the list's address in
31229 the "Reply-To:" field of any message sent out to the list.  In such
31230 cases, this feature makes it all too easy for personal replies to be
31231 inadvertently sent to the entire mail list, so be careful! 
31233 &lt;End of help on this topic&gt;
31234 </BODY>
31235 </HTML>
31236 ====== h_config_del_skips_del =====
31237 <HTML>
31238 <HEAD>
31239 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
31240 </HEAD>
31241 <BODY>
31242 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
31244 This feature controls an aspect of Alpine's Delete command.  If set, this
31245 feature will cause the Delete command to advance past following messages that
31246 are marked deleted.  In other words, pressing "D" will both mark the
31247 current message deleted and advance to the next message that is not marked
31248 deleted.
31249 This feature is set by default.
31251 &lt;End of help on this topic&gt;
31252 </BODY></HTML>
31253 ====== h_config_expunge_manually =====
31254 <HTML>
31255 <HEAD>
31256 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
31257 </HEAD>
31258 <BODY>
31259 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
31261 Normally, when you close a folder that contains deleted messages you are
31262 asked if you want to expunge those messages from the folder permanently.
31263 If this feature is set, you won't be asked and the deleted messages will
31264 remain in the folder.
31265 If you choose to set this feature you will have to expunge the
31266 messages manually using the eXpunge command, which you can use while
31267 in the MESSAGE INDEX screen.
31268 If you do not expunge deleted messages the size of your
31269 folder will continue to increase until you are out of disk space.
31271 <UL>   
31272 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31273 </UL><P>
31274 &lt;End of help on this topic&gt;
31275 </BODY>
31276 </HTML>
31277 ====== h_config_auto_expunge =====
31278 <HTML>
31279 <HEAD>
31280 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
31281 </HEAD>
31282 <BODY>
31283 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
31285 This features controls an aspect of Alpine's eXpunge command.  If set, you
31286 will <B>not</B> be prompted to confirm your intent before the expunge takes 
31287 place.
31288 Actually, this is only true for the INBOX folder and for folders in the
31289 Incoming Folders collection. See the feature
31290 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
31292 <UL>   
31293 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31294 </UL><P>
31295 &lt;End of help on this topic&gt;
31296 </BODY>
31297 </HTML>
31298 ====== h_config_full_auto_expunge =====
31299 <HTML>
31300 <HEAD>
31301 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
31302 </HEAD>
31303 <BODY>
31304 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
31306 This features controls an aspect of Alpine's eXpunge command.  If set, you
31307 will <B>not</B> be prompted to confirm your intent before the expunge 
31308 takes place.  This feature sets this behavior for all folders, unlike the
31309 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
31310 feature that works only for incoming folders.
31312 <UL>   
31313 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31314 </UL><P>
31315 &lt;End of help on this topic&gt;
31316 </BODY>
31317 </HTML>
31318 ====== h_config_auto_read_msgs =====
31319 <HTML>
31320 <HEAD>
31321 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
31322 </HEAD>
31323 <BODY>
31324 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
31325 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
31326 and the 
31327 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
31328 option is also set, then Alpine will
31329 automatically transfer all read messages to the designated folder and mark
31330 them as deleted in the INBOX.  Messages in the INBOX marked with an 
31331 &quot;N&quot; (meaning New, or unseen) are not affected.
31333 <UL>   
31334 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31335 </UL><P>
31336 &lt;End of help on this topic&gt;
31337 </BODY>
31338 </HTML>
31339 ====== h_config_auto_fcc_only =====
31340 <HTML>
31341 <HEAD>
31342 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
31343 </HEAD>
31344 <BODY>
31345 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
31346 This features controls an aspect of Alpine's composer.
31347 The only time this feature will be used is if you attempt to send mail
31348 that has no recipients but does have an Fcc.
31349 Normally, Alpine will ask if you really mean to copy the message only to
31350 the Fcc.
31351 That is, it asks if you really meant to have no recipients.
31352 If this feature is set, you
31353 will <B>not</B> be prompted to confirm your intent to make only a copy
31354 of a message with no recipients.
31356 This feature is closely related to
31357 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
31358 The difference between this feature and that feature is that this feature
31359 considers a Bcc to be a recipient while that feature will ask for confirmation
31360 even if there is a Bcc when there is no To, Cc, or Newsgroup.
31361 The default values also differ. This feature defaults to asking the question
31362 and you have to turn it off.
31363 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
31364 unless you turn it on.
31367 <UL>   
31368 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31369 </UL><P>
31370 &lt;End of help on this topic&gt;
31371 </BODY>
31372 </HTML>
31373 ====== h_config_mark_fcc_seen =====
31374 <HTML>
31375 <HEAD>
31376 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
31377 </HEAD>
31378 <BODY>
31379 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
31381 This features controls the way Fccs (File carbon copies) are
31382 made of the messages you send.
31385 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
31386 copy will be marked as Unseen.
31387 When you look at the folder it was saved in the message will appear to
31388 be a New message until you read it.
31389 When this feature is enabled, the message will be marked as having
31390 been Seen.
31393 <UL>   
31394 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31395 </UL><P>
31396 &lt;End of help on this topic&gt;
31397 </BODY>
31398 </HTML>
31399 ====== h_config_no_fcc_attach =====
31400 <HTML>
31401 <HEAD>
31402 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
31403 </HEAD>
31404 <BODY>
31405 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
31407 This features controls the way Fcc's (File carbon copies) are
31408 made of the messages you send.
31411 Normally, Alpine saves an exact copy of your message as it was sent.
31412 When this feature is enabled, the &quot;body&quot; of the message
31413 you send (the text you type in the composer) is preserved in the 
31414 copy as before, however all attachments are replaced with text
31415 explaining what had been sent rather than the attachments themselves.
31418 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
31419 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
31420 allows you to interactively set whether or not attachments are saved
31421 to the Fcc'd copy.
31424 <UL>   
31425 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31426 </UL><P>
31427 &lt;End of help on this topic&gt;
31428 </BODY>
31429 </HTML>
31430 ====== h_config_read_in_newsrc_order =====
31431 <HTML>
31432 <HEAD>
31433 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
31434 </HEAD>
31435 <BODY>
31436 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
31438 This feature controls the order in which newsgroups will be presented.  If
31439 set, they will be presented in the same order as they occur in your 
31440 <!--chtml if pinemode="os_windows"-->
31441 &quot;NEWSRC&quot;
31442 <!--chtml else-->
31443 &quot;.newsrc&quot;
31444 <!--chtml endif-->
31445 file (the default location of which can be changed with the 
31446 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
31448 If not set, the newsgroups will be presented in alphabetical order.
31450 <UL>   
31451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31452 </UL><P>
31453 &lt;End of help on this topic&gt;
31454 </BODY>
31455 </HTML>
31456 ====== h_config_quell_tz_comment =====
31457 <HTML>
31458 <HEAD>
31459 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
31460 </HEAD>
31461 <BODY>
31462 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
31464 Normally, when Alpine generates a Date header for outgoing mail,
31465 it will try to include the symbolic timezone at the end of the
31466 header inside parentheses.
31467 The symbolic timezone is often three characters long, but on
31468 some operating systems, it may be longer.
31469 Apparently there are some SMTP servers in the world that will reject an
31470 incoming message if it has a Date header longer than about 80 characters.
31471 If this feature is set, the symbolic timezone normally generated by
31472 Alpine will not be included.
31473 You probably don't need to worry about this feature unless you run into
31474 the problem described above.
31477 &lt;End of help on this topic&gt;
31478 </BODY>
31479 </HTML>
31480 ====== h_config_post_wo_validation =====
31481 <HTML>
31482 <HEAD>
31483 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
31484 </HEAD>
31485 <BODY>
31486 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
31488 This feature controls whether the NNTP server is queried as newsgroups
31489 are entered for posting.  Validation over slow links (e.g. dialup using
31490 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
31492 &lt;End of help on this topic&gt;
31493 </BODY>
31494 </HTML>
31495 ====== h_config_send_wo_confirm =====
31496 <HTML>
31497 <HEAD>
31498 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
31499 </HEAD>
31500 <BODY>
31501 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
31503 By default, when you send or post a message you will be asked to confirm
31504 with a question that looks something like:
31507 <CENTER><SAMP>Send message?</SAMP></CENTER>
31510 If this feature is set, you
31511 will <B>not</B> be prompted to confirm your intent to send
31512 and your message will be sent.
31514 If this feature is set it disables some possibilities and renders some
31515 other features meaningless.
31516 You will not be able to use
31517 <A HREF="h_config_sending_filter">Sending Filters</A>,
31518 Verbose sending mode,
31519 <A HREF="h_config_compose_bg_post">Background Sending</A>,
31520 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
31521 or ^V to turn off the generation of flowed text for this message.
31522 These options are normally available as suboptions in the Send prompt, but
31523 with no Send prompt the options are gone.
31526 A somewhat related feature is
31527 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
31528 which may be used to eliminate the extra confirmation
31529 question when posting to a newsgroup.
31531 <UL>   
31532 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31533 </UL><P>
31534 &lt;End of help on this topic&gt;
31535 </BODY>
31536 </HTML>
31537 ====== h_config_quell_filtering_done_message =====
31538 <HTML>
31539 <HEAD>
31540 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
31541 </HEAD>
31542 <BODY>
31543 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
31545 If you use Filter Rules that move messages or set status of messages
31546 you sometimes see a message from Alpine that looks like
31549 <CENTER><SAMP>filtering done</SAMP></CENTER>
31552 If this feature is set, this message will be suppressed.
31553 If the feature
31554 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
31555 is set then this message will be suppressed regardless.
31558 <UL>   
31559 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31560 </UL><P>
31561 &lt;End of help on this topic&gt;
31562 </BODY>
31563 </HTML>
31564 ====== h_config_quell_filtering_messages =====
31565 <HTML>
31566 <HEAD>
31567 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
31568 </HEAD>
31569 <BODY>
31570 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
31572 If you use Filter Rules that move messages or set status of messages
31573 you sometimes see messages from Alpine that look like
31576 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
31582 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
31588 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
31591 If this feature is set, these messages will be suppressed.
31592 The feature
31593 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
31594 is related.
31597 <UL>   
31598 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31599 </UL><P>
31600 &lt;End of help on this topic&gt;
31601 </BODY>
31602 </HTML>
31603 ====== h_config_quell_post_prompt =====
31604 <HTML>
31605 <HEAD>
31606 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
31607 </HEAD>
31608 <BODY>
31609 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
31611 By default, when you post a message to a newsgroup you are asked to confirm
31612 that you want to post with the question
31615 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
31618 If this feature is set, you
31619 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
31620 and your message will be posted.
31623 <UL>   
31624 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31625 </UL><P>
31626 &lt;End of help on this topic&gt;
31627 </BODY>
31628 </HTML>
31629 ====== h_config_check_mail_onquit =====
31630 <HTML>
31631 <HEAD>
31632 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
31633 </HEAD>
31634 <BODY>
31635 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
31637 If this feature is set, Alpine will check for new mail after you give the
31638 Quit command.
31639 If new mail has arrived since the previous check, you will be notified
31640 and given the choice of quitting or not quitting.
31642 <UL>   
31643 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31644 </UL><P>
31645 &lt;End of help on this topic&gt;
31646 </BODY>
31647 </HTML>
31648 ====== h_config_inbox_no_confirm =====
31649 <HTML>
31650 <HEAD>
31651 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
31652 </HEAD>
31653 <BODY>
31654 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
31656 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
31657 command and there are no more folders or newsgroups to visit, you are asked
31658 if you want to return to the INBOX.
31659 If this feature is set you will not be asked.
31660 It will be assumed that you do want to return to the INBOX.
31662 <UL>   
31663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31664 </UL><P>
31665 &lt;End of help on this topic&gt;
31666 </BODY>
31667 </HTML>
31668 ====== h_config_dates_to_local =====
31669 <HTML>
31670 <HEAD>
31671 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
31672 </HEAD>
31673 <BODY>
31674 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
31676 Normally, the message dates that you see in the
31677 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
31678 For example, if a message was sent to you from a few timezones to the east
31679 it might appear that it was sent from the future;
31680 or if it was sent from somewhere to the west it might appear
31681 as if it is from yesterday even though it was sent only a few minutes ago.
31682 If this feature is set an attempt will be made to convert the dates
31683 to your local timezone to be displayed.
31685 Note that this does not affect the results of Select by Date or of
31686 anything else other than these displayed dates.
31687 When viewing the message you may look at the original unconverted value of the Date
31688 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
31690 <UL>   
31691 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31692 </UL><P>
31693 &lt;End of help on this topic&gt;
31694 </BODY>
31695 </HTML>
31696 ====== h_config_tab_no_prompt =====
31697 <HTML>
31698 <HEAD>
31699 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
31700 </HEAD>
31701 <BODY>
31702 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
31704 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
31705 command and there is a problem checking a folder, you are asked
31706 whether you want to continue with the search in the following folder or not.
31707 This question gives you a chance to stop the NextNew processing.
31708 (The checking problem might be caused by the fact that the folder does not
31709 exist, or by an authentication problem, or by a server problem
31710 of some sort.)
31713 If this feature is set you will not be asked.
31714 It will be assumed that you do want to continue.
31716 <UL>   
31717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31718 </UL><P>
31719 &lt;End of help on this topic&gt;
31720 </BODY>
31721 </HTML>
31722 ====== h_config_input_history =====
31723 <HTML>
31724 <HEAD>
31725 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
31726 </HEAD>
31727 <BODY>
31728 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
31730 Many of the prompts that ask for input in the status line near the
31731 bottom of the screen will respond to Up Arrow and Down Arrow
31732 with the history of previous entries.
31733 For example, in the MESSAGE INDEX screen when you use the WhereIs
31734 command the text you entered will be remembered and can be recalled
31735 by using the Up Arrow key.
31736 Another example, when saving a message the folders saved to will
31737 be remembered and can be recalled using the arrow keys.
31739 In the Save prompt, some users prefer that the Up and Down arrow keys
31740 be used for the Previous Collection and Next Collection commands
31741 instead of for a history of previous saves.
31742 If this option is set the Up and Down arrow keys will become synonyms for the
31743 Previous Collection and Next Collection (^P and ^N) commands in the
31744 prompt for the name of a folder to Save to or in the prompt for the
31745 name of a folder to GoTo.
31746 When this feature is not set (the default), ^P and ^N will change the
31747 collection and the arrow keys will show the history.
31749 <UL>   
31750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31751 </UL><P>
31752 &lt;End of help on this topic&gt;
31753 </BODY>
31754 </HTML>
31755 ====== h_config_confirm_role =====
31756 <HTML>
31757 <HEAD>
31758 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
31759 </HEAD>
31760 <BODY>
31761 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
31763 If you have roles, when you Reply to or Forward a message, or Compose
31764 a new message, Alpine
31765 will search through your roles for one that matches.
31766 Normally, if no matches are found you will be placed into the composer
31767 with no opportunity to select a role.
31768 If this feature is set, then you will be asked to confirm that you don't
31769 want a role.
31770 This will give you the opportunity to select a role (with the ^T command).
31771 If you confirm no role with a Return, you will be placed in
31772 the composer with no role.
31773 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
31774 These behave the same as if you pressed the Return.
31775 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
31776 match what you might type if there was a role match.)
31778 If you are using the alternate form of the Compose command called
31779 &quot;Role&quot;, then all of your roles will be available to you,
31780 independent of the value of this feature and of the values set for all of
31781 Reply Use, Forward Use, and Compose Use.
31783 <UL>   
31784 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31785 </UL><P>
31786 &lt;End of help on this topic&gt;
31787 </BODY>
31788 </HTML>
31789 ====== h_config_news_cross_deletes =====
31790 <HTML>
31791 <HEAD>
31792 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
31793 </HEAD>
31794 <BODY>
31795 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
31797 This feature controls what Alpine does when you delete a message in a
31798 newsgroup that appears in more than one newsgroup.  Such a message
31799 is sometimes termed a &quot;crossposting&quot; in that it was posted
31800 across several newsgroups.
31803 Alpine's default behavior when you delete such a message is to remove
31804 only the copy in the current newsgroup from view when you use the
31805 &quot;Exclude&quot; command or the next time you visit the newsgroup.
31808 Enabling this feature causes Alpine to remove every occurrence of the
31809 message from all newsgroups it appears in and to which you are
31810 subscribed.
31813 NOTE: As currently implemented, enabling this feature may increase the
31814 time it takes the Expunge command and newsgroup closing to complete.
31817 <UL>   
31818 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31819 </UL><P>
31820 &lt;End of help on this topic&gt;
31821 </BODY>
31822 </HTML>
31823 ====== h_config_news_catchup =====
31824 <HTML>
31825 <HEAD>
31826 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
31827 </HEAD>
31828 <BODY>
31829 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
31831 This feature controls what Alpine does as it closes a newsgroup.
31832 When set, Alpine will offer to delete all messages from the newsgroup
31833 as you are quitting Alpine or opening a new folder.
31836 This feature is useful if you typically read all the interesting messages
31837 in a newsgroup each time you open it.  This feature saves you from
31838 having to delete each message in a newsgroup as you read it or from
31839 selecting all the messages and doing an
31840 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
31841 move on to the next folder or newsgroup.
31844 <UL>   
31845 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31846 </UL><P>
31847 &lt;End of help on this topic&gt;
31848 </BODY>
31849 </HTML>
31850 ====== h_config_next_thrd_wo_confirm =====
31851 <HTML>
31852 <HEAD>
31853 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
31854 </HEAD>
31855 <BODY>
31856 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
31858 This feature controls an aspect of Alpine's Next and Prev commands in
31859 the case where you are using one of the
31860 &quot;separate-index-screen&quot; styles for the configuration option
31861 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
31862 and currently have the folder sorted by a Threaded or OrderedSubject sort.
31863 When you are Viewing a particular thread you have a
31864 MESSAGE INDEX of only the messages in that thread.
31865 If you press the Next command with the last message in the thread highlighted
31866 you will normally be asked if you want to &quot;View next thread?&quot;,
31867 assuming there is a next thread to view.
31868 If this feature is set it will be assumed that you always want to view the
31869 next thread and you won't be asked to confirm that.
31870 Similarly, if the first message of the thread is highlighted and you
31871 press the Prev command, this feature will prevent the question
31872 &quot;View previous thread&quot;.
31874 This feature only has an effect in the MESSAGE INDEX screen.
31875 If you then view a particular message from that screen and press the
31876 Next command, you will be sent to the next thread without being asked,
31877 independent of the setting of this feature.
31879 The feature
31880 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
31882 &lt;End of help on this topic&gt;
31883 </BODY>
31884 </HTML>
31885 ====== h_config_kw_braces =====
31886 <HTML>
31887 <HEAD>
31888 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
31889 </HEAD>
31890 <BODY>
31891 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
31893 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
31894 TEXT screens.
31895 If you have modified the
31896 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31897 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
31898 are used to display keywords or their initials along with the Subject; then
31899 this option may be used to modify the resulting display slightly.
31900 By default, the keywords or initials displayed for these tokens will be
31901 surrounded with curly braces ({ and }) and a trailing space.
31902 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
31903 a message, the &quot;SUBJKEY&quot; token will normally look like
31905 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
31907 and the SUBJKEYINIT token would look like
31909 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
31911 The default character before the keywords is the left brace ({) and the
31912 default after the keywords is the right brace followed by a space (} ).
31914 This option allows you to change that.
31915 You should set it to two values separated by a space.
31916 The values may be quoted if they include space characters.
31917 So, for example, the default value could be specified explicitly by setting this
31918 option to
31920 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
31922 The first part wouldn't need to be quoted (but it doesn't hurt).
31923 The second part does need the quotes because it includes a space character.
31924 If you wanted to change the braces to brackets you could use
31926 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
31928 Inside the quotes you can use backslash quote to mean quote, so
31930 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
31932 would produce
31934 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
31936 It is also possible to color keywords in the index using the
31937 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
31939 It is not possible to change the fact that a space character is used to
31940 separate the keywords if more than one keyword is set for a message.
31941 It is also not possible to change the fact that there are no separators
31942 between the keyword initials if more than one keyword is set.
31944 &lt;End of help on this topic&gt;
31945 </BODY>
31946 </HTML>
31947 ====== h_config_opening_sep =====
31948 <HTML>
31949 <HEAD>
31950 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
31951 </HEAD>
31952 <BODY>
31953 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
31955 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
31956 With some setups the text of the subject is followed
31957 by the opening text of the message if there is any room available in the index line.
31958 If you have configured your
31959 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31960 to include one of the Subject tokens that causes this behavior
31961 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
31962 to modify what is displayed slightly.
31963 By default, the Subject is separated from the opening text of the message by
31964 the three characters space dash space;
31966 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
31968 Use this option to set it to something different.
31969 The value must be quoted if it includes any space characters.
31970 For example, the default value could be specified explicitly by setting this
31971 option to
31973 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
31975 &lt;End of help on this topic&gt;
31976 </BODY>
31977 </HTML>
31978 ====== h_config_select_wo_confirm =====
31979 <HTML>
31980 <HEAD>
31981 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
31982 </HEAD>
31983 <BODY>
31984 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
31986 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
31987 These commands all take text input to specify the name of the folder or
31988 file to be used, but allow you to press ^T for a list of possible names.
31989 If set, the selected name will be used immediately, without further
31990 opportunity to confirm or edit the name.
31992 Some related help topics are
31993 <UL>
31994 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
31995 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
31996 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
31997 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
31998 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
31999 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
32000 </UL>
32002 &lt;End of help on this topic&gt;
32003 </BODY>
32004 </HTML>
32005 ====== h_config_save_part_wo_confirm =====
32006 <HTML>
32007 <HEAD>
32008 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
32009 </HEAD>
32010 <BODY>
32011 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
32013 This feature controls an aspect of Alpine's Save command.
32014 By default, when you Save a message that has some deleted parts, you will
32015 be asked to confirm that you want to Save with a prompt that looks like:
32017 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
32019 If this feature is set, you will not be asked.
32021 &lt;End of help on this topic&gt;
32022 </BODY>
32023 </HTML>
32024 ====== h_config_use_resentto =====
32025 <HTML>
32026 <HEAD>
32027 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
32028 </HEAD>
32029 <BODY>
32030 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
32032 This feature is turned off by default because turning it on causes problems
32033 with some deficient IMAP servers.
32034 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
32035 <A HREF="h_rule_patterns">Pattern</A>
32036 contains a To header pattern and this feature is turned on,
32037 then a check is made in the message to see
32038 if a Resent-To header is present, and that is used instead of the To header.
32039 If this feature is not turned on, then the regular To header will always
32040 be used.
32043 &lt;End of help on this topic&gt;
32044 </BODY>
32045 </HTML>
32046 ====== h_config_use_reg_start_for_stayopen =====
32047 <HTML>
32048 <HEAD>
32049 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
32050 </HEAD>
32051 <BODY>
32052 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
32054 This feature affects which message is selected as the current message
32055 when you enter a
32056 <A HREF="h_config_permlocked">Stay Open</A> folder.
32058 Normally, the starting position for an incoming folder (which most Stay Open
32059 folders will likely be) is controlled by the
32060 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
32061 However, if a folder is a Stay Open folder, when you re-enter the folder
32062 after the first time the current message will be the same as it was when
32063 you left the folder.
32064 An exception is made if you use the TAB command to get to the folder.
32065 In that case, the message number will be incremented by one from what it
32066 was when you left the folder.
32068 The above special behavior is thought to be useful.
32069 However, it is special and different from what you might at first expect.
32070 If this feature is set, then Stay Open folders will not be treated specially
32071 as far as the startup rule is concerned.
32074 &lt;End of help on this topic&gt;
32075 </BODY>
32076 </HTML>
32077 ====== h_config_use_current_dir =====
32078 <HTML>
32079 <HEAD>
32080 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
32081 </HEAD>
32082 <BODY>
32083 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
32085 This feature controls an aspect of several commands. 
32086 If set, your &quot;current working directory&quot; 
32087 <!--chtml if pinemode="running"-->
32088 (which, at least for your current Alpine &quot;session,&quot; 
32089 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
32090 <!--chtml endif-->
32091 will be used instead of your home directory 
32092 <!--chtml if pinemode="running"-->
32093 (which, in the present configuration of your system, is
32094  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
32095 <!--chtml endif-->
32096 for all of the following operations:<UL>
32097     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
32098     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
32099     <LI> <!--chtml if pinemode="function_key"-->F4
32100          <!--chtml else-->Ctrl-R
32101          <!--chtml endif--> file inclusion in the COMPOSER
32102     <LI> <!--chtml if pinemode="function_key"-->F5
32103          <!--chtml else-->Ctrl-J
32104          <!--chtml endif--> file attachment in the COMPOSER
32105 </UL>
32106 <!--chtml if pinemode="os_windows"-->
32108 If you are starting PC-Alpine from a desktop icon or the Start menu, 
32109 you can set the &quot;current drive&quot; 
32110 by specifying it in the &quot;Start in:&quot; 
32111 box found in the Shortcut tab of the Properties.  
32112 <!--chtml endif-->
32114 <UL>   
32115 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32116 </UL>
32119 &lt;End of help on this topic&gt;
32120 </BODY>
32121 </HTML>
32122 ====== h_config_save_wont_delete =====
32123 <HTML>
32124 <HEAD>
32125 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
32126 </HEAD>
32127 <BODY>
32128 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
32130 This feature controls one aspect of the Save command.  If set, Save will
32131 not mark the message &quot;deleted&quot; (its default behavior) after
32132 it has been copied to the designated folder.
32135 &lt;End of help on this topic&gt;
32136 </BODY>
32137 </HTML>
32138 ====== h_config_use_boring_spinner =====
32139 <HTML>
32140 <HEAD>
32141 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
32142 </HEAD>
32143 <BODY>
32144 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
32146 When Alpine is delayed for some reason it usually shows that
32147 something is happening with a small animated display in the status
32148 message line near the bottom of the screen.
32149 Setting this feature will cause that animation to be the same
32150 each time instead of having Alpine choose a random animation.
32151 You may turn the animation off altogether by setting the
32152 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
32153 option to zero.
32156 &lt;End of help on this topic&gt;
32157 </BODY>
32158 </HTML>
32159 ====== h_config_unsel_wont_advance =====
32160 <HTML>
32161 <HEAD>
32162 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
32163 </HEAD>
32164 <BODY>
32165 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
32167 This feature controls one aspect of the Unselect Current message command.
32168 Normally, when the Unselect current message command (:) is typed when the
32169 current message is selected, the message will be unselected and the next
32170 message will become the current message.
32171 If this feature is set, the cursor will not advance to the next message.
32172 Instead, the current message will remain the current message after
32173 unselecting.
32176 &lt;End of help on this topic&gt;
32177 </BODY>
32178 </HTML>
32179 ====== h_config_prune_uses_iso =====
32180 <HTML>
32181 <HEAD>
32182 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
32183 </HEAD>
32184 <BODY>
32185 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
32187 By default, Alpine asks monthly whether or not you would like to rename
32188 some folders to a new name containing the date.
32189 It also asks whether or not you would like to delete some old folders.
32190 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
32191 explanation.
32194 By default, the name used when renaming a folder looks like
32196 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
32198 For example, the first time you run Alpine in May of 2004,
32199 the folder &quot;sent-mail&quot; might be renamed to
32201 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
32203 If this feature is set, the name used will be of the form
32205 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
32207 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
32208 month (01, 02, ..., 12).
32209 For the April, 2004 example above, it would instead be
32211 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
32213 because April is the 4th month of the year.
32214 A reason you might want to set this feature is so that the folders
32215 will sort in chronological order.
32218 &lt;End of help on this topic&gt;
32219 </BODY>
32220 </HTML>
32221 ====== h_config_save_advances =====
32222 <HTML>
32223 <HEAD>
32224 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
32225 </HEAD>
32226 <BODY>
32227 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
32229 This feature controls one aspect of the Save command.  If set, Save will
32230 (in addition to copying the current message to the designated folder) also
32231 advance to the next message.
32234 &lt;End of help on this topic&gt;
32235 </BODY>
32236 </HTML>
32237 ====== h_config_force_arrow =====
32238 <HTML>
32239 <HEAD>
32240 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
32241 </HEAD>
32242 <BODY>
32243 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
32245 This feature affects Alpine's MESSAGE INDEX display routine.
32246 If set, the normal inverse-video cursor will be
32247 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
32248 second column of the index display.
32250 This is the same index cursor you get if you turn on
32251 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
32252 line coloring will still be present if this feature is turned on and
32253 <!--#echo var="FEAT_assume-slow-link"--> is off.
32255 An alternative version of the Arrow cursor is available by including the
32256 <A HREF="h_config_index_arrow_color">ARROW</A>
32257 token in the
32258 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32260 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
32261 but that is not implemented.
32264 &lt;End of help on this topic&gt;
32265 </BODY>
32266 </HTML>
32267 ====== h_config_ignore_size =====
32268 <HTML>
32269 <HEAD>
32270 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
32271 </HEAD>
32272 <BODY>
32273 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
32275 When you have an account residing in an IMAP server, Alpine records the 
32276 size of each message as reported by the server. However, when Alpine saves 
32277 a message in such IMAP server, Alpine will compute the size of the message 
32278 independently, from the data it received. If these two numbers do not 
32279 match for a message, Alpine asks you if you still want to take the risk of 
32280 saving such message, since data corruption or loss of data could result 
32281 from this save.
32284 Sometimes the root of this problem is that the IMAP server does not 
32285 compute sizes correctly, and there will not be loss of information when 
32286 saving such message. Enabling this feature will make Alpine ignore such 
32287 error and continue saving the message without producing any warnings or 
32288 ever stopping the process, as if there had not been any error. This option 
32289 applies to all IMAP servers that you use, so if you enable this feature, 
32290 size discrepancy warnings will not be given for any IMAP server you 
32291 connect to.
32294 Example of a server where you could reproduce this problem is the Gmail 
32295 IMAP server. Another example can be found in some versions of the Exchange 
32296 server.
32299 It is recommended that this feature be disabled most of the time and only 
32300 enabled when you find a server which you can determine that has the above 
32301 mentioned defect, but be disabled again after making the save operation 
32302 succeed.
32305 &lt;End of help on this topic&gt;
32306 </BODY>
32307 </HTML>
32308 ====== h_config_force_low_speed =====
32309 <HTML>
32310 <HEAD>
32311 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
32312 </HEAD>
32313 <BODY>
32314 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
32316 UNIX Alpine only.
32318 This feature affects Alpine's display routines.  If set, the normal
32319 inverse-video cursor (used to highlight the current item in a list) will be
32320 replaced by an &quot;arrow&quot; cursor and other
32321 screen update optimizations for
32322 low-speed links (e.g. 2400 bps dialup connections) will be activated.
32323 One of the optimizations is that colored index lines (set up with Indexcolor
32324 Rules) will not be colored.
32325 If you are just turning this feature on because you like using
32326 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
32327 coloring by turning this feature off and the
32328 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
32331 &lt;End of help on this topic&gt;
32332 </BODY>
32333 </HTML>
32334 ====== h_config_show_delay_cue =====
32335 <HTML>
32336 <HEAD>
32337 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
32338 </HEAD>
32339 <BODY>
32340 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
32342 If set, this feature will cause an asterisk to appear in the upper
32343 left-hand corner of the screen whenever Alpine checks for new mail.
32344 Two asterisks whenever Alpine saves (checkpoints) the state of the current
32345 mailbox to disk.
32347 <!--chtml if pinemode="os_windows"-->
32349 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
32350 it is trying to open a network connection (e.g, to open your INBOX
32351 on an IMAP
32352 server) or read from the network connection.  A greater-than symbol,
32353 will be displayed when PC-Alpine is trying to write to the network
32354 connection (e.g, sending a command to your IMAP server).
32355 <!--chtml endif-->
32358 &lt;End of help on this topic&gt;
32359 </BODY>
32360 </HTML>
32361 ====== h_config_color_style =====
32362 <HTML>
32363 <HEAD>
32364 <TITLE>OPTION: Color Style</TITLE>
32365 </HEAD>
32366 <BODY>
32367 <H1>OPTION: Color Style</H1>
32369 UNIX Alpine only.
32371 If the terminal or terminal emulator you are using is capable of displaying
32372 colors, this option controls whether or not color will be used in Alpine.
32373 If you turn color on and things are set up correctly,
32374 you should see color appear on the screen immediately.
32375 Modern terminal emulators are usually capable of displaying colors.
32377 The available options include:
32380 <DL>
32381 <DT>no-color</DT>
32382 <DD>Don't use color.
32383 </DD>
32385 <DT>use-termdef</DT>
32386 <DD>In order to decide if your terminal is capable of color, Alpine looks in
32387 the terminal capabilities database, TERMINFO or TERMCAP, depending on
32388 how Alpine was compiled.
32389 This is a good option to choose if you switch between a color and a non-color
32390 terminal with the same Alpine configuration.
32391 Alpine will know to use color on the color terminal because it is described
32392 in the termcap entry, and Alpine will know to use black and white on the
32393 non-color terminal.
32394 The Alpine Technical Notes
32395 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
32396 have more information on configuring a TERMCAP or TERMINFO
32397 entry for color Alpine.
32398 This is usually something a system administrator does.
32399 </DD>
32401 <DT>force-ansi-8color</DT>
32402 <DD>This is probably the setting that most people should use.
32403 Because setting up a termcap entry is confusing and because the
32404 terminal capabilities database is often not correctly configured for color,
32405 this choice and the next may be easier for you to use.
32406 If your terminal emulator responds to ANSI color escape sequences, which
32407 many do, this option will cause Alpine to believe your terminal will respond
32408 to the escape sequences that produce eight different foreground and background
32409 colors.
32410 The escape sequences used to set the foreground colors are
32412   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
32414 where the color_number is an ASCII digit between 0 and 7.
32415 The numbers 0 through 7 should correspond to the colors black, red, green,
32416 yellow, blue, magenta, cyan, and white.
32417 Some terminal emulators use a pre-ANSI scheme that swaps
32418 the colors blue and red and the colors yellow and cyan.
32419 This will cause the default colors to be different, but other than that
32420 things should work fine.
32421 There is also a 9th color available, the last one shown, which is the default
32422 color from the terminal emulator.
32423 When used as a background color some people refer to this color as
32424 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
32425 shown in the color swatch of the SETUP COLOR screen.
32426 The foreground transparent color is shown as
32427 the color of the &quot;TRAN&quot; text.
32428 (The transparent color will not work correctly in a PC-Alpine configuration.)
32429 The escape sequences used to set the background colors are the same
32430 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
32431 The escape sequences for foreground and background default colors (transparent)
32432 are 39m and 49m.
32434 Note: With the Tera Term terminal emulator this setting works well.
32435 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
32436 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
32437 menu, in the &quot;Window&quot; submenu.
32438 </DD>
32440 <DT>force-ansi-16color</DT>
32441 <DD>Many terminal emulators know about the same eight colors above
32442 plus eight more.
32443 This option attempts to use all 16 colors.
32444 The same escape sequences as for the eight-color terminal are used
32445 for the first eight colors.
32446 The escape sequences used to set foreground colors 8-15 are the same as
32447 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
32448 The background color sequences for colors 8-15 are the same as for 0-7
32449 except the &quot;4&quot; is replaced with &quot;10&quot;.
32450 You can tell if the 16 colors are working by turning on this option
32451 and then going into one of the color configuration screens, for example,
32452 the configuration screen for Normal Color.
32453 If you see 16 different colors to select from (plus a 17th for
32454 the transparent color), it's working.
32455 </DD>
32457 <DT>force-xterm-256color</DT>
32458 <DD>Some versions of xterm (and some other terminal emulators)
32459 have support for 256 colors.
32460 The escape sequences used to set the foreground colors are
32462   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
32464 where the color_number is an ASCII digit between 0 and 255.
32465 Background colors are the same with the 38 replaced with a 48.
32466 The numbers 0 through 15 are probably similar to the 16 color version
32467 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
32468 The terminal default (transparent) color is the 257th color at the bottom.
32469 Some terminal emulators will misinterpret these escape sequences causing
32470 the terminal to blink or overstrike characters or to do something else
32471 undesirable.
32473 The PuTTY terminal emulator has an option called &quot;Allow terminal to
32474 use xterm 256-colour mode&quot; which allows PuTTY to work well with
32475 this 256-color setting.
32477 </DD>
32478 </DL>
32481 The normal default is &quot;no-color&quot;.
32484 Once you've turned on color you may set the
32485 colors of many objects on the screen individually.
32486 For example, you may add colors to the status letters on the MESSAGE
32487 INDEX page.
32488 Most categories of color that Alpine supports are configurable here.
32489 For example, &quot;Normal Color&quot;
32490 is the color used to display most of the text in Alpine, and
32491 &quot;Reverse Color&quot; is used to display highlighted text, such as the
32492 current message in the MESSAGE INDEX.
32494 Lines in the MESSAGE INDEX may also be colored.
32495 Use Setup Rules to get to the Indexcolor configuration screen.
32498 <UL>   
32499 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32500 </UL><P>
32501 &lt;End of help on this topic&gt;
32502 </BODY>
32503 </HTML>
32504 ====== h_config_disable_index_locale_dates =====
32505 <HTML>
32506 <HEAD>
32507 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
32508 </HEAD>
32509 <BODY>
32510 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
32512 This feature affects the display of dates in the MESSAGE INDEX.
32513 Normally an attempt is made to localize the dates
32514 used in the MESSAGE INDEX display to your locale.
32515 This is controlled with the
32516 LC_TIME locale setting on a UNIX system.
32517 On Windows the Regional Options control panel may be used to set the date format.
32518 At the programming level, Alpine is using the strftime routine
32519 to print the parts of a date.
32521 If this feature is set, dates are displayed in English and
32522 with the conventions of the United States.
32525 <UL>   
32526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32527 </UL><P>
32528 &lt;End of help on this topic&gt;
32529 </BODY>
32530 </HTML>
32531 ====== h_config_auto_open_unread =====
32532 <HTML>
32533 <HEAD>
32534 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
32535 </HEAD>
32536 <BODY>
32537 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
32539 This feature controls the behavior of the TAB key when traversing folders
32540 in the optional 
32541 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
32542 collection or in optional <!--#echo var="VAR_news-collections"-->.
32544 When the TAB
32545 (<A HREF="h_common_nextnew">NextNew</A>)
32546 key is pressed, and there
32547 are no more unseen messages in the current (incoming message or news)
32548 folder, Alpine will search the list of folders in the current collection for
32549 one containing New or Recent (new since the last time the folder was
32550 opened) messages.
32551 This behavior may be modified slightly with the
32552 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
32553 feature that causes Alpine to look for Unseen messages instead of Recent
32554 messages.
32555 Normally, when such a folder is found, Alpine will ask
32556 whether you wish to open the folder.  If this feature is set, Alpine will
32557 automatically open the folder without prompting.
32559 This feature also affects some other similar situations.
32560 If you have a
32561 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
32562 that is equal to one of the &quot;separate-&quot; values, and you are
32563 viewing a thread; then when you type the NextNew command and are at the
32564 end of the current thread you will automatically go to the next thread
32565 if this feature is set.
32566 By default, you would be asked if you want to view the next thread.
32567 You will also be asked at times whether or not you want to view the next
32568 thread after you delete the last message in the thread.
32569 Setting this feature will also cause that question to be skipped.
32572 <UL>   
32573 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32574 </UL><P>
32575 &lt;End of help on this topic&gt;
32576 </BODY>
32577 </HTML>
32578 ====== h_config_auto_include_reply =====
32579 <HTML>
32580 <HEAD>
32581 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
32582 </HEAD>
32583 <BODY>
32584 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
32586 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
32587 will ask whether you wish to include the original message in your reply.
32588 If this feature is set and the feature
32589 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
32590 is <EM>not</EM> set, then the original message will be included in the reply
32591 automatically, without prompting.
32593 &lt;End of help on this topic&gt;
32594 </BODY>
32595 </HTML>
32596 ====== h_config_select_in_bold =====
32597 <HTML>
32598 <HEAD>
32599 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
32600 </HEAD>
32601 <BODY>
32602 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
32604 This feature controls an aspect of Alpine's 
32605 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
32606 commands; in
32607 particular, the Select and WhereIs commands. Select and WhereIs (with the
32608 ^X subcommand) will search the current folder for messages meeting a
32609 specified criteria, and &quot;tag&quot; the resulting messages with an 
32610 &quot;X&quot; in the
32611 first column of the applicable lines in the MESSAGE INDEX.  If this feature
32612 is set, instead of using the &quot;X&quot; to denote a selected message, 
32613 Alpine will
32614 attempt to display those index lines in boldface. Whether this is
32615 preferable to the &quot;X&quot; will depend on personal taste and the type of
32616 terminal being used.
32618 <UL>   
32619 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32620 </UL><P>
32621 &lt;End of help on this topic&gt;
32622 </BODY>
32623 </HTML>
32624 ====== h_config_alt_auth =====
32625 <HTML>
32626 <HEAD>
32627 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
32628 </HEAD>
32629 <BODY>
32630 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
32632 This feature affects how Alpine connects to IMAP servers.
32633 It's utility has largely been overtaken by events,
32634 but it may still be useful in some circumstances.
32635 If you only connect to modern IMAP servers that support
32636 &quot;TLS&quot; you can ignore this feature.
32639 Details:
32642 By default, Alpine will attempt to connect to an IMAP server on the
32643 normal IMAP service port (143), and if the server offers &quot;Transport Layer
32644 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
32645 then a secure (encrypted) session will be negotiated.
32648 With this feature enabled, before connecting on the normal IMAP port, Alpine
32649 will first attempt to connect to an alternate IMAP service port (993) used
32650 specifically for encrypted IMAP sessions via the Secure Sockets Layer
32651 (SSL) method.
32652 If the SSL attempt fails, Alpine will then try the default
32653 behavior described in the previous paragraph.
32656 TLS negotiation on the normal port is preferred, and supersedes the use of
32657 SSL on port 993, but older servers may not provide TLS support.
32658 This feature may be convenient when accessing IMAP servers that do not support
32659 TLS, but do support SSL connections on port 993.
32660 However, it is important to understand that with this feature enabled,
32661 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
32662 but it will proceed to make an insecure connection if that is the only
32663 option offered by the server, or if the Alpine in question has been built
32664 without encryption capability.
32667 Note that this feature specifies a per-user (or system-wide) default
32668 behavior, but host/folder specification flags may be used to control the
32669 behavior of any specific connection.
32670 This feature interacts with some of
32671 the possible host/folder path specification flags as follows:
32674 The <SAMP>/tls</SAMP> host flag, for example,
32677 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
32679 will over-ride this feature for the specified host by bypassing the
32680 SSL connection attempt.
32681 Moreover, with <SAMP>/tls</SAMP> specified,
32682 the connection attempt will fail if the
32683 service on port 143 does not offer TLS support.
32686 The <SAMP>/ssl</SAMP> host flag, for example,
32689 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
32691 will insist on an SSL connection for the specified host,
32692 and will fail if the SSL service on port 993 is not available.
32693 Alpine will not subsequently retry a connection
32694 on port 143 if <SAMP>/ssl</SAMP> is specified.
32697 <UL>   
32698 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32699 </UL><P>
32700 &lt;End of help on this topic&gt;
32701 </BODY>
32702 </HTML>
32703 ====== h_config_file_dir ======
32704 <HTML>
32705 <HEAD>
32706 <TITLE>OPTION: File Directory</TITLE>
32707 </HEAD>
32708 <BODY>
32709 <H1>OPTION: File Directory</H1>
32711 PC-Alpine only.
32713 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
32714 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
32715 Message Index's &quot;E&nbsp;Export&quot; command.
32718 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
32719 component, Alpine assumes the file exists in the user's home directory.
32720 Under Windows operating systems, this definition isn't always clear.  This 
32721 feature allows you to explicitly set where Alpine should look for files
32722 without a leading path.
32725 NOTE: this feature's value is ignored if either 
32726 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
32727 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
32730 <UL>   
32731 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32732 </UL><P>
32733 &lt;End of help on this topic&gt;
32734 </BODY>
32735 </HTML>
32736 ====== h_config_quote_all_froms =====
32737 <HTML>
32738 <HEAD>
32739 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
32740 </HEAD>
32741 <BODY>
32742 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
32744 This feature controls an aspect of the Save command (and also the way
32745 outgoing messages are saved to an FCC folder).  If set, Alpine will add
32746 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
32747 when they are saved to another folder, including lines syntactically
32748 distinguishable from the type of message separator line commonly used on
32749 Unix systems.
32752 The default behavior is that a &quot;>&quot; will be prepended only to lines
32753 beginning with &quot;From &quot; that might otherwise be confused with a message
32754 separator line on Unix systems.  If pine is the only mail program you use,
32755 this default is reasonable.  If another program you use has trouble
32756 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
32757 enable this feature.  This feature only applies to the common Unix mailbox
32758 format that uses message separator lines beginning with &quot;From &quot;.  If
32759 Alpine has been configured to use a different mailbox format (possibly
32760 incompatible with other mail programs), then this issue does not arise,
32761 and the feature is irrelevant.
32764 &lt;End of help on this topic&gt;
32765 </BODY>
32766 </HTML>
32767 ====== h_config_normal_color =====
32768 <HTML>
32769 <HEAD>
32770 <TITLE>OPTION: Normal Color</TITLE>
32771 </HEAD>
32772 <BODY>
32773 <H1>OPTION: Normal Color</H1>
32775 Sets the color Alpine normally uses.
32776 The foreground color is the color of the actual character and the
32777 background color is the color of the area behind the character.
32778 By default this color is black characters on a white background.
32780 <A HREF="h_color_setup">Descriptions of the available commands</A>
32782 Look <A HREF="h_edit_nav_cmds">here</A>
32783 to see the available Editing and Navigation commands.
32785 &lt;End of help on this topic&gt;
32786 </BODY>
32787 </HTML>
32788 ====== h_config_reverse_color =====
32789 <HTML>
32790 <HEAD>
32791 <TITLE>OPTION: Reverse Color</TITLE>
32792 </HEAD>
32793 <BODY>
32794 <H1>OPTION: Reverse Color</H1>
32796 Sets the color Alpine uses for reverse video characters.
32797 The foreground color is the color of the actual character and the
32798 background color is the color of the area behind the character.
32800 <A HREF="h_color_setup">Descriptions of the available commands</A>
32802 Look <A HREF="h_edit_nav_cmds">here</A>
32803 to see the available Editing and Navigation commands.
32805 &lt;End of help on this topic&gt;
32806 </BODY>
32807 </HTML>
32808 ====== h_config_title_color =====
32809 <HTML>
32810 <HEAD>
32811 <TITLE>OPTION: Title Color</TITLE>
32812 </HEAD>
32813 <BODY>
32814 <H1>OPTION: Title Color</H1>
32816 Sets the color Alpine uses for the titlebar (the top line on the screen).
32817 The foreground color is the color of the actual character and the
32818 background color is the color of the area behind the character.
32819 By default, the Title Color is black characters on a yellow background.
32821 The actual titlebar color may be different from the Title Color if
32822 the option
32823 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
32824 is set to some value other than the default.
32825 It may also be different if the current folder is closed and the
32826 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
32827 color is set to something different from the Title Color.
32829 <A HREF="h_color_setup">Descriptions of the available commands</A>
32831 Look <A HREF="h_edit_nav_cmds">here</A>
32832 to see the available Editing and Navigation commands.
32834 &lt;End of help on this topic&gt;
32835 </BODY>
32836 </HTML>
32837 ====== h_config_titleclosed_color =====
32838 <HTML>
32839 <HEAD>
32840 <TITLE>OPTION: Title Closed Color</TITLE>
32841 </HEAD>
32842 <BODY>
32843 <H1>OPTION: Title Closed Color</H1>
32845 Sets the color Alpine uses for the titlebar (the top line on the screen)
32846 when the current folder is closed.
32847 The foreground color is the color of the actual character and the
32848 background color is the color of the area behind the character.
32849 By default, the Title Color Closed Color is white characters on a red background.
32851 By setting this color to something noticeable you will be alerted to the
32852 fact that the current folder is closed, perhaps unexpectedly.
32854 &lt;End of help on this topic&gt;
32855 </BODY>
32856 </HTML>
32857 ====== h_config_status_color =====
32858 <HTML>
32859 <HEAD>
32860 <TITLE>OPTION: Status Color</TITLE>
32861 </HEAD>
32862 <BODY>
32863 <H1>OPTION: Status Color</H1>
32865 Sets the color Alpine uses for status messages written to the message
32866 line near the bottom of the screen.
32867 The foreground color is the color of the actual character and the
32868 background color is the color of the area behind the character.
32869 By default, the Status Color is the same as the Reverse Color.
32871 <A HREF="h_color_setup">Descriptions of the available commands</A>
32873 Look <A HREF="h_edit_nav_cmds">here</A>
32874 to see the available Editing and Navigation commands.
32876 &lt;End of help on this topic&gt;
32877 </BODY>
32878 </HTML>
32879 ====== h_config_index_opening_color =====
32880 <HTML>
32881 <HEAD>
32882 <TITLE>OPTION: Index Opening Color</TITLE>
32883 </HEAD>
32884 <BODY>
32885 <H1>OPTION: Index Opening Color</H1>
32887 With some setups the text of the subject is followed
32888 by the opening text of the message if there is any room available in the index line.
32889 If you have configured your
32890 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32891 to include one of the Subject tokens that causes this behavior
32892 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
32893 this opening text with this option.
32894 This coloring takes place for all but the current index line, and the Opening
32895 Color appears to be in front of any color from an Index Color Rule.
32897 By default the Index Opening Color is gray characters on a white background.
32900 <A HREF="h_color_setup">Descriptions of the available commands</A>
32902 Look <A HREF="h_edit_nav_cmds">here</A>
32903 to see the available Editing and Navigation commands.
32905 &lt;End of help on this topic&gt;
32906 </BODY>
32907 </HTML>
32908 ====== h_config_index_pri_color =====
32909 <HTML>
32910 <HEAD>
32911 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
32912 </HEAD>
32913 <BODY>
32914 <H1>OPTION: Index Priority Symbol Colors</H1>
32916 The X-Priority header is a non-standard header that is used in a
32917 somewhat standard way by many mail programs.
32918 Alpine expects the value of this header to be a digit with a value
32919 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
32920 Alpine can be made to display an indication of this priority in
32921 messages by use of one of the tokens
32922 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
32923 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
32924 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32927 You may set the color used to draw these tokens by use of the colors
32928 Index High Priority Symbol Color and Index Low Priority Symbol Color.
32929 This coloring takes place for all but the current index line, and the Priority
32930 Color appears to be in front of any color from an Index Color Rule.
32931 If the priority has a value of 1 or 2 the High Priority color will be
32932 used,
32933 and if the value is 4 or 5 the Low Priority color will be used.
32935 If you don't set these colors the index line will be colored in the same color as
32936 the bulk of the index line.
32939 <A HREF="h_color_setup">Descriptions of the available commands</A>
32941 Look <A HREF="h_edit_nav_cmds">here</A>
32942 to see the available Editing and Navigation commands.
32944 &lt;End of help on this topic&gt;
32945 </BODY>
32946 </HTML>
32947 ====== h_config_index_subject_color =====
32948 <HTML>
32949 <HEAD>
32950 <TITLE>OPTION: Index Subject Color</TITLE>
32951 </HEAD>
32952 <BODY>
32953 <H1>OPTION: Index Subject Color</H1>
32955 You may set the color used to draw the Subject part of the index line.
32956 This coloring takes place for all but the current index line, and the Subject
32957 Color appears to be in front of any color from an Index Color Rule.
32959 If you don't set this color it will be colored in the same color as
32960 the bulk of the index line.
32963 <A HREF="h_color_setup">Descriptions of the available commands</A>
32965 Look <A HREF="h_edit_nav_cmds">here</A>
32966 to see the available Editing and Navigation commands.
32968 &lt;End of help on this topic&gt;
32969 </BODY>
32970 </HTML>
32971 ====== h_config_index_from_color =====
32972 <HTML>
32973 <HEAD>
32974 <TITLE>OPTION: Index From Color</TITLE>
32975 </HEAD>
32976 <BODY>
32977 <H1>OPTION: Index From Color</H1>
32979 You may set the color used to draw the From part of the index line.
32980 This coloring takes place for all but the current index line, and the From
32981 Color appears to be in front of any color from an Index Color Rule.
32983 If you don't set this color it will be colored in the same color as
32984 the bulk of the index line.
32987 <A HREF="h_color_setup">Descriptions of the available commands</A>
32989 Look <A HREF="h_edit_nav_cmds">here</A>
32990 to see the available Editing and Navigation commands.
32992 &lt;End of help on this topic&gt;
32993 </BODY>
32994 </HTML>
32995 ====== h_config_index_arrow_color =====
32996 <HTML>
32997 <HEAD>
32998 <TITLE>OPTION: Index Arrow Color</TITLE>
32999 </HEAD>
33000 <BODY>
33001 <H1>OPTION: Index Arrow Color</H1>
33003 If you have configured your
33004 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33005 to include the &quot;ARROW&quot; token, you may set the color of
33006 the arrow displayed with this option.
33007 If you don't set the color it will be colored in the same color as
33008 the bulk of the index line.
33011 <A HREF="h_color_setup">Descriptions of the available commands</A>
33013 Look <A HREF="h_edit_nav_cmds">here</A>
33014 to see the available Editing and Navigation commands.
33016 &lt;End of help on this topic&gt;
33017 </BODY>
33018 </HTML>
33019 ====== h_config_index_color =====
33020 <HTML>
33021 <HEAD>
33022 <TITLE>OPTION: Index Colors</TITLE>
33023 </HEAD>
33024 <BODY>
33025 <H1>OPTION: Index Colors</H1>
33027 You may add color to the single character symbols that give the status
33028 of each message in the MESSAGE INDEX.
33029 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
33030 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
33031 screen depending on whether the message is addressed to you, and whether
33032 the message is marked Important, is Deleted, is Answered, or is New.
33033 The color for each of those characters may be specified by setting the
33034 &quot;Index-to-me&quot; Symbol Color,
33035 the &quot;Index-important&quot; Symbol Color,
33036 the &quot;Index-deleted&quot; Symbol Color,
33037 the &quot;Index-answered&quot; Symbol Color,
33038 and the &quot;Index-new&quot; Symbol Color.
33039 There are also two other symbol colors called &quot;Index-recent&quot;
33040 and &quot;Index-unseen&quot;.
33041 These two colors will only be used if you have configured your
33042 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
33043 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
33045 The default colors for these symbols are:
33046 <TABLE>
33047 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
33048 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
33049 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33050 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
33051 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
33052 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33053 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33054 </TABLE>
33056 Besides coloring the message status symbols, you may also color the
33057 entire index line.
33058 This is done by using the
33059 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
33060 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
33061 When the entire line is colored that color will be &quot;behind&quot; the
33062 status symbol colors talked about in the paragraph above.
33064 You may also color
33065 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33066 in the index using the
33067 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
33068 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
33069 the Subject using
33070 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
33071 the From field using
33072 <A HREF="h_config_index_from_color">Index From Color</A>;
33073 and the
33074 <A HREF="h_config_index_opening_color">Index Opening</A> text.
33076 <A HREF="h_color_setup">Descriptions of the available commands</A>
33078 Look <A HREF="h_edit_nav_cmds">here</A>
33079 to see the available Editing and Navigation commands.
33081 &lt;End of help on this topic&gt;
33082 </BODY>
33083 </HTML>
33084 ====== h_config_metamsg_color =====
33085 <HTML>
33086 <HEAD>
33087 <TITLE>OPTION: Meta-Message Color</TITLE>
33088 </HEAD>
33089 <BODY>
33090 <H1>OPTION: Meta-Message Color</H1>
33092 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
33093 that aren't part of the message itself.
33094 For example, an attachment that isn't shown might produce a meta
33095 message something like:
33097 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
33099 If you set the
33100 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
33101 option you might see
33103 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
33105 Warnings about suspicious looking URLs in HTML will also be colored
33106 with this color.
33108 The foreground color is the color of the actual character and the
33109 background color is the color of the area behind the character.
33110 By default, the Meta-Message Color is black characters on a yellow background.
33112 <A HREF="h_color_setup">Descriptions of the available commands</A>
33114 Look <A HREF="h_edit_nav_cmds">here</A>
33115 to see the available Editing and Navigation commands.
33117 &lt;End of help on this topic&gt;
33118 </BODY>
33119 </HTML>
33120 ====== h_config_keylabel_color =====
33121 <HTML>
33122 <HEAD>
33123 <TITLE>OPTION: KeyLabel Color</TITLE>
33124 </HEAD>
33125 <BODY>
33126 <H1>OPTION: KeyLabel Color</H1>
33128 Sets the color Alpine uses for the labels of the keys in the two-line
33129 menu at the bottom of the screen.
33130 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33131 This option sets the color used when displaying &quot;PrevMsg&quot;.
33132 The foreground color is the color of the actual character and the
33133 background color is the color of the area behind the character.
33134 By default, the KeyLabel Color is the same as the Normal Color.
33136 WARNING: Some terminal emulators have the property that the screen will scroll
33137 down one line whenever a character is written to the character cell in the
33138 lower right corner of the screen.
33139 Alpine can usually avoid writing a character in that corner of the screen.
33140 However, if you have defined a KeyLabel Color then Alpine does have to write
33141 a character in that cell in order to color the cell correctly.
33142 If you find that your display sometimes scrolls up a line this could be
33143 the problem.
33144 The most obvious symptom is probably that the titlebar at the top of the
33145 screen scrolls off the screen.
33146 Try setting KeyLabel Color to Default to see if that fixes the problem.
33148 <A HREF="h_color_setup">Descriptions of the available commands</A>
33150 Look <A HREF="h_edit_nav_cmds">here</A>
33151 to see the available Editing and Navigation commands.
33153 &lt;End of help on this topic&gt;
33154 </BODY>
33155 </HTML>
33156 ====== h_config_keyname_color =====
33157 <HTML>
33158 <HEAD>
33159 <TITLE>OPTION: KeyName Color</TITLE>
33160 </HEAD>
33161 <BODY>
33162 <H1>OPTION: KeyName Color</H1>
33164 Sets the color Alpine uses for the names of the keys in the two-line
33165 menu at the bottom of the screen.
33166 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33167 This option sets the color used when displaying the &quot;P&quot;.
33168 The foreground color is the color of the actual character and the
33169 background color is the color of the area behind the character.
33170 By default, the KeyName Color is the same as the Reverse Color.
33172 <A HREF="h_color_setup">Descriptions of the available commands</A>
33174 Look <A HREF="h_edit_nav_cmds">here</A>
33175 to see the available Editing and Navigation commands.
33177 &lt;End of help on this topic&gt;
33178 </BODY>
33179 </HTML>
33180 ====== h_config_slctbl_color =====
33181 <HTML>
33182 <HEAD>
33183 <TITLE>OPTION: Selectable Item Color</TITLE>
33184 </HEAD>
33185 <BODY>
33186 <H1>OPTION: Selectable Item Color</H1>
33188 Sets the color Alpine uses for selectable items, such as URLs.
33189 The foreground color is the color of the actual character and the
33190 background color is the color of the area behind the character.
33191 By default, the Selectable Item Color is the same as the Normal Color,
33192 except that it is bold.
33194 <A HREF="h_color_setup">Descriptions of the available commands</A>
33196 Look <A HREF="h_edit_nav_cmds">here</A>
33197 to see the available Editing and Navigation commands.
33199 &lt;End of help on this topic&gt;
33200 </BODY>
33201 </HTML>
33202 ====== h_config_quote_color =====
33203 <HTML>
33204 <HEAD>
33205 <TITLE>OPTION: Quote Colors</TITLE>
33206 </HEAD>
33207 <BODY>
33208 <H1>OPTION: Quote Colors</H1>
33210 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
33211 screen.
33212 If a line begins with a &gt; character (or space followed by &gt;)
33213 it is considered a quote.
33214 That line will be given the Quote1 Color (first level quote).
33215 If there is a second level of quoting then the Quote2 Color will be used.
33216 Alpine considers there to be a second level of quoting if that first &gt; is
33217 followed by another &gt; (or space followed by &gt;).
33218 If there are characters other than whitespace and &gt; signs, then it isn't
33219 considered another level of quoting.
33220 Similarly, if there is a third level of quoting the Quote3 Color will be
33221 used.
33222 If there are more levels after that the Quote Colors are re-used.
33223 If you define all three colors then it would repeat like Color1, Color2, Color3,
33224 Color1, Color2, Color3, ...
33225 If you only define the first two it would be
33226 Color1, Color2, Color1, Color2, ...
33227 If you define only the Quote1 Color, then the entire quote would be that
33228 color regardless of the quoting levels.
33229 By default, the Quote1 Color is black characters on a greenish-blue background;
33230 the Quote2 Color is black characters on a dull yellow background; and
33231 the Quote3 Color is black characters on a green background.
33233 <A HREF="h_color_setup">Descriptions of the available commands</A>
33235 Look <A HREF="h_edit_nav_cmds">here</A>
33236 to see the available Editing and Navigation commands.
33238 &lt;End of help on this topic&gt;
33239 </BODY>
33240 </HTML>
33241 ====== h_config_folder_color =====
33242 <HTML>
33243 <HEAD>
33244 <TITLE>OPTION: Folder Color</TITLE>
33245 </HEAD>
33246 <BODY>
33247 <H1>OPTION: Folder Color</H1>
33249 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
33250 screen. By default, the Folder Color is the normal text color.
33253 If you set a color for this feature, other than the normal color
33254 (the default), or a color for
33255 <A HREF="h_config_directory_color">Directory Color</A>, then directories
33256 will be colored according to the color specified in the
33257 <A HREF="h_config_directory_color">Directory Color</A> option. In this
33258 case, the color will be the only indication that the colored name
33259 refers to a directory. The normal behavior is that Alpine
33260 indicates that a name refers to a directory by appending a
33261 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
33262 the folder.
33265 If a folder is a directory, then the folder name will be painted
33266 according to the color defined by this variable, and a separator
33267 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
33268 to the name. That
33269 indicator will be painted according to the color defined in the
33270 <A HREF="h_config_directory_color">Directory Color</A> option.
33273 &lt;End of help on this topic&gt;
33274 </BODY>
33275 </HTML>
33276 ====== h_config_directory_color =====
33277 <HTML>
33278 <HEAD>
33279 <TITLE>OPTION: Directory Color</TITLE>
33280 </HEAD>
33281 <BODY>
33282 <H1>OPTION: Directory Color</H1>
33284 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
33285 screen. By default, the Folder Color is the normal text color.
33287 If you set a color for this feature, other than the normal color
33288 (the default), or a color for
33289 <A HREF="h_config_folder_color">Folder Color</A>, then folders
33290 will be colored according to the color specified in the
33291 <A HREF="h_config_folder_color">Folder Color</A> option. In this
33292 case, the color will be the only indication that the colored name
33293 refers to a directory. The normal behavior is that Alpine
33294 indicates that a name refers to a directory by appending a
33295 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
33296 the folder.
33298 If a folder is a directory, then the folder name will be painted
33299 according to the color defined by the option
33300 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
33301 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
33302 after the name. That
33303 indicator will be painted according to the color defined in this
33304 option.
33306 &lt;End of help on this topic&gt;
33307 </BODY>
33308 </HTML>
33309 ====== h_config_folder_list_color =====
33310 <HTML>
33311 <HEAD>
33312 <TITLE>OPTION: Folder-List Color</TITLE>
33313 </HEAD>
33314 <BODY>
33315 <H1>OPTION: Folder-List Color</H1>
33317 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
33318 screen. By default, the Folder-List Color is the normal text color.
33320 This text refers to the informative text that Alpine displays so you
33321 can recognize each collection. The color of the content of each collection
33322 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
33323 and <A HREF="h_config_directory_color">Directory Color</A>.
33325 Unlike the options
33326 <A HREF="h_config_folder_color">Folder Color</A>
33327 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
33328 this option does not affect the way that Alpine reports folders,
33329 directories and folders that are directories.
33331 &lt;End of help on this topic&gt;
33332 </BODY>
33333 </HTML>
33334 ====== h_config_incunseen_color =====
33335 <HTML>
33336 <HEAD>
33337 <TITLE>OPTION: Incoming Unseen Color</TITLE>
33338 </HEAD>
33339 <BODY>
33340 <H1>OPTION: Incoming Unseen Color</H1>
33342 If the option
33343 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
33344 is turned on it is possible to highlight the folders that contain
33345 unseen messages by coloring them with this color.
33346 By default, this is the same as the Normal Color and no highlighting is done.
33348 Usually the &quot;current&quot; folder (the folder the cursor is on)
33349 is highlighted using reverse video.
33350 If the current folder is colored because it contains unseen messages then
33351 the color used to show that it is also the current folder is controlled
33352 by the
33353 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
33354 feature at the top of the SETUP COLOR screen.
33356 <A HREF="h_color_setup">Descriptions of the available commands</A>
33358 Look <A HREF="h_edit_nav_cmds">here</A>
33359 to see the available Editing and Navigation commands.
33361 &lt;End of help on this topic&gt;
33362 </BODY>
33363 </HTML>
33364 ====== h_config_signature_color =====
33365 <HTML>
33366 <HEAD>
33367 <TITLE>OPTION: Signature Color</TITLE>
33368 </HEAD>
33369 <BODY>
33370 <H1>OPTION: Signature Color</H1>
33372 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
33373 screen. According to USENET conventions, the signature is defined as the
33374 paragraph following the &quot;sigdashes&quot;, that is, the special line
33375 consisting of the three characters
33376 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
33377 empty line right after the sigdashes to be considered as part of the
33378 signature.
33379 By default, the Signature Color is blue characters on a white background.
33381 <A HREF="h_color_setup">Descriptions of the available commands</A>
33383 Look <A HREF="h_edit_nav_cmds">here</A>
33384 to see the available Editing and Navigation commands.
33386 &lt;End of help on this topic&gt;
33387 </BODY>
33388 </HTML>
33389 ====== h_config_prompt_color =====
33390 <HTML>
33391 <HEAD>
33392 <TITLE>OPTION: Prompt Color</TITLE>
33393 </HEAD>
33394 <BODY>
33395 <H1>OPTION: Prompt Color</H1>
33397 Sets the color Alpine uses for confirmation prompts and questions that
33398 appear in the status line near the bottom of the screen.
33399 The foreground color is the color of the actual character and the
33400 background color is the color of the area behind the character.
33401 By default, the Prompt Color is the same as the Reverse Color.
33403 <A HREF="h_color_setup">Descriptions of the available commands</A>
33405 Look <A HREF="h_edit_nav_cmds">here</A>
33406 to see the available Editing and Navigation commands.
33408 &lt;End of help on this topic&gt;
33409 </BODY>
33410 </HTML>
33411 ====== h_config_header_general_color =====
33412 <HTML>
33413 <HEAD>
33414 <TITLE>OPTION: Header General Color</TITLE>
33415 </HEAD>
33416 <BODY>
33417 <H1>OPTION: Header General Color</H1>
33419 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
33420 screen.
33421 The foreground color is the color of the actual character and the
33422 background color is the color of the area behind the character.
33423 By default, this is the same as the Normal Color.
33425 It is also possible to set the colors for specific header fields, for
33426 example the Subject, using
33427 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
33428 If both a Header General Color and a specific Viewer Header Color are set
33429 the specific color will override the general color, as you would expect.
33431 <A HREF="h_color_setup">Descriptions of the available commands</A>
33433 Look <A HREF="h_edit_nav_cmds">here</A>
33434 to see the available Editing and Navigation commands.
33436 &lt;End of help on this topic&gt;
33437 </BODY>
33438 </HTML>
33439 ====== h_config_incol =====
33440 <HTML>
33441 <HEAD>
33442 <TITLE>Index Line Color</TITLE>
33443 </HEAD>
33444 <BODY>
33445 <H1>Index Line Color</H1>
33447 This option is used to set the color of a line in the index when the
33448 message for that line matches the Pattern.
33449 This colors the whole index line, except possibly the status letters,
33450 which may be colored separately using the
33451 <A HREF="h_color_setup">Setup Kolor</A> screen.
33452 The foreground color is the color of the actual characters and the
33453 background color is the color of the area behind the characters.
33455 <A HREF="h_color_setup">Descriptions of the available commands</A>
33457 Look <A HREF="h_edit_nav_cmds">here</A>
33458 to see the available Editing and Navigation commands.
33460 &lt;End of help on this topic&gt;
33461 </BODY>
33462 </HTML>
33463 ====== h_config_usetransparent_color =====
33464 <HTML>
33465 <HEAD>
33466 <TITLE>OPTION: Use Transparent Color</TITLE>
33467 </HEAD>
33468 <BODY>
33469 <H1>OPTION: Use Transparent Color</H1>
33471 This is a special color supported by some terminal emulators.
33472 It is intended to result in the default foreground or background color
33473 from the terminal emulator.
33474 This is the color the terminal was displaying characters in before you started Alpine.
33475 The reason it is called Transparent is because you could set the foreground color
33476 to some specific color, like Red, and then set the background color to the
33477 Transparent Color. If it works as expected, the background color from the terminal
33478 window in which Alpine is running will show through but with the Red characters
33479 in the foreground.
33481 <A HREF="h_color_setup">Descriptions of the available commands</A>
33483 Look <A HREF="h_edit_nav_cmds">here</A>
33484 to see the available Editing and Navigation commands.
33486 &lt;End of help on this topic&gt;
33487 </BODY>
33488 </HTML>
33489 ====== h_config_usenormal_color =====
33490 <HTML>
33491 <HEAD>
33492 <TITLE>OPTION: Use Normal Color</TITLE>
33493 </HEAD>
33494 <BODY>
33495 <H1>OPTION: Use Normal Color</H1>
33497 When you use this color value, the actual color used will be the same
33498 as the corresponding Normal Color.
33499 For example if your Normal Color is black on white and you set both
33500 the foreground and background colors here to use the Normal Color, you'll
33501 get black on white. If you later change the Normal Color to red on blue
33502 this color will also change to red on blue.
33504 <A HREF="h_color_setup">Descriptions of the available commands</A>
33506 Look <A HREF="h_edit_nav_cmds">here</A>
33507 to see the available Editing and Navigation commands.
33509 &lt;End of help on this topic&gt;
33510 </BODY>
33511 </HTML>
33512 ====== h_config_usenone_color =====
33513 <HTML>
33514 <HEAD>
33515 <TITLE>OPTION: Use None Color</TITLE>
33516 </HEAD>
33517 <BODY>
33518 <H1>OPTION: Use None Color</H1>
33520 This is a special color that simply means to leave the color alone.
33521 It is useful for Index symbols and for Keyword Colors used in the Subject
33522 field of an index line.
33523 The most likely use is to set an explicit foreground color and then set
33524 the background color to the None Color.
33525 That will cause the symbol or keyword to be drawn in the foreground color
33526 with a background equal to whatever color the rest of the index line is already
33527 drawn in.
33528 You will see no visible effect unless you have assigned Indexcolor Rules to
33529 color index lines or you have set an actual color for the Reverse Color.
33531 <A HREF="h_color_setup">Descriptions of the available commands</A>
33533 Look <A HREF="h_edit_nav_cmds">here</A>
33534 to see the available Editing and Navigation commands.
33536 &lt;End of help on this topic&gt;
33537 </BODY>
33538 </HTML>
33539 ====== h_config_dflt_color =====
33540 <HTML>
33541 <HEAD>
33542 <TITLE>OPTION: Default Color</TITLE>
33543 </HEAD>
33544 <BODY>
33545 <H1>OPTION: Default Color</H1>
33547 Setting default will cause the color to be the default color.
33548 Unsetting default is normally done by choosing a color, but in some cases
33549 you may want to declare the current default color to be your non-default
33550 choice.
33551 For example, the default Keyname Color is the same as the Reverse Color.
33552 Whenever the Reverse Color changes the Keyname Color will also change, unless
33553 you've changed it or unset the default box.
33555 <A HREF="h_color_setup">Descriptions of the available commands</A>
33557 Look <A HREF="h_edit_nav_cmds">here</A>
33558 to see the available Editing and Navigation commands.
33560 &lt;End of help on this topic&gt;
33561 </BODY>
33562 </HTML>
33563 ====== h_config_bold_slctbl =====
33564 <HTML>
33565 <HEAD>
33566 <TITLE>OPTION: Bold</TITLE>
33567 </HEAD>
33568 <BODY>
33569 <H1>OPTION: Bold</H1>
33571 The color for this particular section may have the Bold attribute turned
33572 on or off.
33573 Setting bold will cause the characters to be bold.
33575 <A HREF="h_color_setup">Descriptions of the available commands</A>
33577 Look <A HREF="h_edit_nav_cmds">here</A>
33578 to see the available Editing and Navigation commands.
33580 &lt;End of help on this topic&gt;
33581 </BODY>
33582 </HTML>
33583 ====== h_config_kw_color =====
33584 <HTML>
33585 <HEAD>
33586 <TITLE>OPTION: Keyword Colors</TITLE>
33587 </HEAD>
33588 <BODY>
33589 <H1>OPTION: Keyword Colors</H1>
33591 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
33592 Keywords are displayed as part of the Subject by default.
33593 They are also displayed as part of the Subject if the tokens
33594 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
33595 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33596 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
33597 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
33599 For example, you might have set up a Keyword
33600 &quot;Work&quot; using the
33601 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
33602 You could cause that Keyword to show up as a special color
33603 by setting up the Keyword Color using this option, and then including it
33604 in the MESSAGE INDEX screen using one of the tokens listed above in the
33605 <!--#echo var="VAR_index-format"-->.
33607 <A HREF="h_color_setup">Descriptions of the available commands</A>
33609 Look <A HREF="h_edit_nav_cmds">here</A>
33610 to see the available Editing and Navigation commands.
33612 &lt;End of help on this topic&gt;
33613 </BODY>
33614 </HTML>
33615 ====== h_config_customhdr_color =====
33616 <HTML>
33617 <HEAD>
33618 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
33619 </HEAD>
33620 <BODY>
33621 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
33623 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
33624 For example, you may set the color of the Subject header or the From header.
33625 The foreground color is the color of the actual character and the
33626 background color is the color of the area behind the character.
33628 In addition to setting the colors for particular headers (like the Subject)
33629 you may also set a color to be used for all headers unless overridden by a
33630 more specific Viewer Header Color.
33631 To do this use the
33632 <A HREF="h_config_header_general_color">Header General Color</A>.
33634 For Header Colors,
33635 there is an additional line on the
33636 screen labeled &quot;Pattern to match&quot;.
33637 If you leave that blank, then the whole field for that header will
33638 be colored.
33639 However, if you give a pattern to match, the coloring will only take place
33640 if there is a match for that pattern in the value of the field.
33641 For example, if you are working on a color for the Subject header and
33642 you fill in a pattern of &quot;important&quot;, then only Subjects that
33643 contain the word &quot;important&quot; will be colored.
33645 If the pattern you enter is a comma-separated list of patterns, then coloring
33646 happens if any of those patterns matches.
33648 <A HREF="h_color_setup">Descriptions of the available commands</A>
33650 Look <A HREF="h_edit_nav_cmds">here</A>
33651 to see the available Editing and Navigation commands.
33653 &lt;End of help on this topic&gt;
33654 </BODY>
33655 </HTML>
33656 ====== h_config_indextoken_color =====
33657 <HTML>
33658 <HEAD>
33659 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
33660 </HEAD>
33661 <BODY>
33662 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
33664 This option allows you to set up the color in which any token, not specified by the
33665 previous options, will be colored in the MESSAGE INDEX screen. 
33667 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
33668 a token that can be used in the index format. 
33669 The list of available tokens is <A HREF="h_index_tokens">here</A>.
33671 If you fail to enter a valid token your entry will be ignored, and you will be asked to
33672 enter a new one. Once you have entered a valid token, a line will be added to the
33673 configuration screen that you can use to set up the colors in which that token will
33674 be painted. This is done in the same way that you configure colors for other
33675 variables.
33677 <A HREF="h_color_setup">Descriptions of the available commands</A>
33679 Look <A HREF="h_edit_nav_cmds">here</A>
33680 to see the available Editing and Navigation commands.
33682 &lt;End of help on this topic&gt;
33683 </BODY>
33684 </HTML>
33685 ====== h_config_customhdr_pattern =====
33686 <HTML>
33687 <HEAD>
33688 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
33689 </HEAD>
33690 <BODY>
33691 <H1>OPTION: Viewer Header Color Pattern</H1>
33693 If you leave this blank, then the whole field for the header will
33694 be colored.
33695 If you give a pattern to match, the coloring will only take place
33696 if there is a match for that pattern in the value of the field.
33697 For example, if you are working on a color for the Subject header and
33698 you fill in a pattern of &quot;important&quot;, then only Subjects that
33699 contain the word &quot;important&quot; will be colored.
33701 For address headers (like From and To) and for the Newsgroups header,
33702 a pattern match will cause only the matched addresses or newsgroups to be
33703 colored.
33704 If there is no pattern to match, then all of the addresses or newsgroups
33705 in the relevant header will be colored.
33707 The matching pattern may be a comma-separated list of patterns to match
33708 instead of a single pattern.
33709 For example, you could use the pattern &quot;important,urgent&quot; which would
33710 cause a match if either the word &quot;important&quot; or the word
33711 &quot;urgent&quot; appeared in the value of the header.
33712 You could list several comma-separated email addresses in the Header
33713 From Color pattern so that those addresses will be colored when any of
33714 them appear in the From header.
33716 To add a new matching pattern or change the existing pattern use the 
33717 <!--chtml if pinemode="function_key"-->
33718 &quot;F4&quot;
33719 <!--chtml else-->
33720 &quot;C&quot;
33721 <!--chtml endif-->
33722 &quot;Change&quot; command that is available when the &quot;Pattern to
33723 match&quot; line is highlighted.
33725 <!--chtml if pinemode="function_key"-->
33726 &quot;F10&quot;
33727 <!--chtml else-->
33728 &quot;D&quot;
33729 <!--chtml endif-->
33730 &quot;Delete&quot; command may be used to quickly remove all patterns
33731 for a particular header.
33733 &lt;End of help on this topic&gt;
33734 </BODY>
33735 </HTML>
33736 ====== h_color_setup =====
33737 <HTML>
33738 <HEAD>
33739 <TITLE>SETUP COLOR COMMANDS</TITLE>
33740 </HEAD>
33741 <BODY>
33742 <H1>SETUP COLOR COMMANDS</H1>
33743 <!--chtml if pinemode="function_key"-->
33744 <PRE>
33745 Available Commands -- Group 1
33746 -------------------------------
33747 F1  Display this help text
33748 F2  Show other available commands
33749 F3  Exit to MAIN MENU
33750 F4  Select the highlighted foreground or background color
33751 F5  Move to previous line
33752 F6  Move to next line
33753 F7  Previous page
33754 F8  Next page
33755 F9  Add a config section for a header field
33756 F10 Restore all default colors (for all sections)
33757 F11 Print color configuration screen
33758 F12 Whereis (search for word)
33760 Available Commands -- Group 2
33761 -------------------------------
33762 F1  Display this help text
33763 F2  Show other available commands
33764 F5  Delete config section for highlighted header field
33765 F6  Shuffle the order of Header Color sections
33766 </PRE>
33767 <!--chtml else-->
33768 <PRE>
33769 General commands
33770 -------------------------------------------------
33771  ?  Display this help text     E  Exit back to MAIN MENU
33772  P  Previous Line              N  Next Line
33773  -  Previous page             Spc (space bar) Next page
33774  W  WhereIs (search for word)  %  Print color configuration screen
33776 Color Setup Commands
33777 ------------------------------------------------
33778  *  Select the highlighted foreground or background color
33779  A  Add a config section for a header field
33780  D  Delete config section for highlighted header field
33781  R  Restore all default colors (for all sections)
33782  $  Shuffle the order of Header Color sections
33783 </PRE>
33784 <!--chtml endif-->
33786 <H2>Description of the Setup Color Screen</H2>
33788 From this screen you may turn on color and set the colors of
33789 various parts of the Alpine display.
33790 For help on turning on color move your cursor into the Color Style section
33791 at the top of the Setup Color screen and ask for help.
33794 There are several sections in the Setup Color Screen.
33795 At the top are some settings that handle the style of color used
33796 with your terminal emulator (UNIX only), and some settings that
33797 control how the current indexline and the titlebar are colored.
33798 After that comes a long section called GENERAL COLORS that allows
33799 you to set the color of many elements in the Alpine screens.
33800 For example, the color of the titlebar, status messages,
33801 selectable links, quotes and signatures in messages, and so on.
33802 After that is a section called INDEX COLORS that allows you to
33803 set the colors of various pieces of the displayed index lines in
33804 the MESSAGE INDEX screen.
33805 The next section is HEADER COLORS. This is for coloring headers of
33806 messages in the MESSAGE TEXT screen in just about any way you would like.
33807 Finally, the KEYWORD COLORS section allows you to highlight
33808 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33809 in the MESSAGE INDEX screen.
33812 To change a color, highlight the color you want to change (for example,
33813 the Status Color) by moving
33814 the cursor into it.
33815 You may want to read the help text for the color to see a brief description
33816 of what you are coloring.
33817 Then press &quot;C&quot; for Change to set the color to something new.
33818 That will put you into a screen with two columns of colors, one for
33819 the foreground color and one for the background color.
33820 The foreground color is just the color you want the actual characters
33821 to be and the background color is the color of the rest of the rectangle
33822 behind the characters.
33823 Select the foreground and background colors desired by using the Next and
33824 Prev keys to highlight the color, and the * command to select it.
33826 To set a color to its default value, set the X in the Default line at
33827 the bottom of the list of colors.
33830 The HEADER COLORS section is a little bit different from the others.
33831 Besides coloring the specific fields that Alpine knows about, you may also
33832 color specific header fields when viewing a message in the MESSAGE TEXT
33833 screen.
33834 For example, you may color the Subject header a particular color.
33835 There are a few commands for use with headers.
33836 The &quot;AddHeader&quot; command adds a section to the color
33837 configuration screen that allows you to set the color for that header.
33838 You'll be asked for the name of the header field you want to color.
33839 If you wanted to color the Subject, you would answer
33840 with the word &quot;subject&quot;.
33841 Once you've added a header field, the color setting works just like the
33842 other color fields, except that there is an additional line on the
33843 configuration screen labeled &quot;Pattern to match&quot;.
33844 If you leave that blank, then the whole field for that header will always
33845 be colored.
33846 However, if you give a pattern to match, the coloring will only take place
33847 if there is a match for that pattern in the value of the field.
33848 For example, if you are working on a color for the Subject header and
33849 you fill in a pattern of &quot;important&quot;, then only Subjects that
33850 contain the word &quot;important&quot; will be colored.
33852 The &quot;DeleteHdr&quot; command removes a header section from the
33853 configuration altogether.
33854 The &quot;Shuffle&quot; command changes the order of header sections.
33855 This is only necessary if you use header sections with pattern fields.
33856 For example, if you have two Subject sections, one with one pattern and
33857 another with another pattern, and the subject for a particular message
33858 happens to match both, then the color from the first match is used.
33861 The command &quot;RestoreDefs&quot; will restore all of the default colors.
33862 Each section will change to the default value used for that section when
33863 color is first enabled.
33864 When you restore all default colors the color settings for the Header Colors
33865 will be unset (since that's the default), but the header fields you've
33866 added will remain so that you may easily reset them.
33867 In order to get rid of them completely you'd have to use
33868 the &quot;DeleteHdr&quot; command.
33871 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
33872 may be set with matching rules and that is configured separately from
33873 the rest of the color settings described here.
33874 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
33875 instead of in the Setup/Kolor section.
33877 <P><UL>
33878 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33879 </UL><P>
33880 &lt;End of help on this topic&gt;
33881 </BODY>
33882 </HTML>
33883 ====== h_config_news_uses_recent ======
33884 <HTML>
33885 <HEAD>
33886 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
33887 </HEAD>
33888 <BODY>
33889 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
33891 This feature causes certain messages to be marked as "New" in the
33892 MESSAGE INDEX of newsgroups.
33893 This feature is set by default.
33897 When opening a newsgroup, Alpine will consult your "newsrc" file and
33898 determine the last message you have previously disposed of via the "D"
33899 key.  If this feature is set, any subsequent messages will be shown in the
33900 Index with an "N", and the first of these messages will be highlighted.
33901 Although this is only an approximation of true "New" or "Unseen"
33902 status, it provides a useful cue to distinguish more-or-less recent
33903 messages from those you have seen previously, but are not yet ready to
33904 mark deleted.
33908 Background: your "newsrc" file (used to store message status information
33909 for newsgroups) is only capable of storing a single flag, and Alpine uses
33910 this to record whether or not you are "done with" a message, as
33911 indicated by marking the message as "Deleted".  Unfortunately, this
33912 means that Alpine has no way to record exactly which messages you have
33913 previously seen, so it normally does not show the "N" status flag for
33914 any messages in a newsgroup. This feature enables a starting
33915 *approximation* of seen/unseen status that may be useful.
33917 &lt;End of help on this topic&gt;
33918 </BODY>
33919 </HTML>
33920 ====== h_config_expose_hidden_config =====
33921 <HTML>
33922 <HEAD>
33923 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
33924 </HEAD>
33925 <BODY>
33926 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
33928 If set, this causes configuration options and features that are normally
33929 hidden from view to be editable in the Setup/Config screen.
33932 The purpose of this feature is to allow you to change configuration
33933 features and variables that are normally hidden.
33934 This is particularly useful if you are using a remote configuration,
33935 where it is difficult to edit the contents manually, but it may also be used
33936 on a local pinerc configuration file.
33938 If set, several configuration variables and features that are normally
33939 hidden from view will show up in the Setup/Configuration screen.
33940 They will be at the bottom of the configuration screen.
33941 You can find them by searching for the words &quot;hidden configuration&quot;.
33944 Note that this is an advanced feature that should be used with care.
33945 The reason that this part of the configuration is normally hidden is because
33946 there is a significant potential for causing problems if you change these
33947 variables.
33948 If something breaks after a change try changing it back to see if that is
33949 what is causing the problem.
33950 There are also some variables that are normally hidden because they are
33951 manipulated through Alpine in other ways.
33952 For example, colors are normally set using the Setup/Kolors screen and
33953 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
33954 the Setup/AddressBooks screen, so there is little reason to edit these directly.
33955 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
33956 the Add, Delete, and Rename commands in the FOLDER LIST screen,
33957 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
33958 internally by Alpine and not set directly by the user.
33960 <UL>   
33961 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33962 </UL><P>
33963 &lt;End of help on this topic&gt;
33964 </BODY>
33965 </HTML>
33966 ====== h_config_disable_signature_edit =====
33967 <HTML>
33968 <HEAD>
33969 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
33970 </HEAD>
33971 <BODY>
33972 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
33974 If set, this disables the editing of signature files from within
33975 the Setup/Config screen.
33977 <UL>   
33978 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33979 </UL><P>
33980 &lt;End of help on this topic&gt;
33981 </BODY>
33982 </HTML>
33983 ====== h_config_disable_roles_templateedit =====
33984 <HTML>
33985 <HEAD>
33986 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
33987 </HEAD>
33988 <BODY>
33989 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
33991 If set, this disables the editing of template files within the
33992 Role setup screen.
33994 <UL>   
33995 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33996 </UL><P>
33997 &lt;End of help on this topic&gt;
33998 </BODY>
33999 </HTML>
34000 ====== h_config_disable_roles_sigedit =====
34001 <HTML>
34002 <HEAD>
34003 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
34004 </HEAD>
34005 <BODY>
34006 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
34008 If set, this disables the editing of signature files within the
34009 Role setup screen.
34011 <UL>   
34012 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34013 </UL><P>
34014 &lt;End of help on this topic&gt;
34015 </BODY>
34016 </HTML>
34017 ====== h_config_disable_roles_setup =====
34018 <HTML>
34019 <HEAD>
34020 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
34021 </HEAD>
34022 <BODY>
34023 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
34025 If set, this disables the Setup/Rules/Roles command.
34027 <UL>   
34028 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34029 </UL><P>
34030 &lt;End of help on this topic&gt;
34031 </BODY>
34032 </HTML>
34033 ====== h_config_disable_pipes_in_templates =====
34034 <HTML>
34035 <HEAD>
34036 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
34037 </HEAD>
34038 <BODY>
34039 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
34041 By default, if a template file name is followed by a vertical bar (|) then
34042 that causes the file to be executed to produce the text for the template.
34043 If this feature is set, then this is not allowed.
34045 <UL>   
34046 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34047 </UL><P>
34048 &lt;End of help on this topic&gt;
34049 </BODY>
34050 </HTML>
34051 ====== h_config_disable_pipes_in_sigs =====
34052 <HTML>
34053 <HEAD>
34054 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
34055 </HEAD>
34056 <BODY>
34057 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
34059 By default, if a signature file name is followed by a vertical bar (|) then
34060 that causes the file to be executed to produce the text for the signature.
34061 If this feature is set, then this is not allowed.
34063 <UL>   
34064 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34065 </UL><P>
34066 &lt;End of help on this topic&gt;
34067 </BODY>
34068 </HTML>
34069 ====== h_config_disable_password_cmd =====
34070 <HTML>
34071 <HEAD>
34072 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
34073 </HEAD>
34074 <BODY>
34075 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
34077 If set, then the Setup/Newpassword command is disabled.
34079 <UL>   
34080 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34081 </UL><P>
34082 &lt;End of help on this topic&gt;
34083 </BODY>
34084 </HTML>
34085 ====== h_config_disable_password_caching =====
34086 <HTML>
34087 <HEAD>
34088 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
34089 </HEAD>
34090 <BODY>
34091 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
34093 Normally, loginname/password combinations are cached in Alpine so that
34094 you do not have to enter the same password more than once in a session.
34095 A disadvantage to this approach is that the password must be stored in
34096 the memory image of the running Alpine in order that it can be re-used.
34097 In the event that Alpine crashes and produces a core dump, and that core
34098 dump is readable by others, the loginname and password could be read
34099 from the core dump.
34101 If this feature is set, then the passwords will not be cached and you
34102 will have to retype the password whenever Alpine needs it.
34103 Even with this feature set there is still some chance that the core
34104 file will contain a password, so care should be taken to make the
34105 core files unreadable.
34107 NOTE: If PASSFILE caching is enabled, this does not disable it.
34108 That is a separate and independent feature.
34109 <UL>   
34110 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34111 </UL><P>
34112 &lt;End of help on this topic&gt;
34113 </BODY>
34114 </HTML>
34115 ====== h_config_disable_password_file_saving =====
34116 <HTML>
34117 <HEAD>
34118 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
34119 </HEAD>
34120 <BODY>
34121 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
34123 <P> This feature disables caching of passwords, even if your version of Alpine allows
34124 saving passwords. For MAC OS users saving passwords is done using the Apple Key Chain, for
34125 Windows users caching passwords is done using the internal Windows Credentials, and for
34126 other users this is done by using the password file. In this feature, the phrase
34127 &quot;password file&quot; is a misnomer and represents the way in which your system
34128 stores passwords.
34131 Specifically, this feature changes the behavior of Alpine when a login name and password combination
34132 for a specific server is not found in the password file. The default behavior is that
34133 Alpine will ask the user if they wish to save this information in the password file for future
34134 use. It is assumed that if a user created a password file it is because they intend
34135 to use it, but in some instances a user might want to save some passwords and not others.
34136 In this case, enabling this feature will make Alpine not add any more passwords to the
34137 password file and will only use the passwords that it already saved. If you wish to allow
34138 Alpine to save more passwords in the password file, disable this feature.
34140 <P> Regardless of which method Alpine uses to store passwords, this is done in a secure
34141 way when compiled with OpenSSL or LibreSSL. This is very likely to be your version, and
34142 you can check this by reading the encryption features
34143 <A HREF="X-Alpine-Config:">supported</A> by Alpine.
34146 <UL>   
34147 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34148 </UL><P>
34149 &lt;End of help on this topic&gt;
34150 </BODY>
34151 </HTML>
34152 ====== h_config_disable_kb_lock =====
34153 <HTML>
34154 <HEAD>
34155 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
34156 </HEAD>
34157 <BODY>
34158 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
34160 If set, then the Keyboard Lock command is removed from the MAIN MENU.
34162 <UL>   
34163 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34164 </UL><P>
34165 &lt;End of help on this topic&gt;
34166 </BODY>
34167 </HTML>
34168 ====== h_config_disable_config_cmd =====
34169 <HTML>
34170 <HEAD>
34171 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
34172 </HEAD>
34173 <BODY>
34174 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
34176 If set, then the Setup/Config screen is disabled.
34178 <UL>   
34179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34180 </UL><P>
34181 &lt;End of help on this topic&gt;
34182 </BODY>
34183 </HTML>
34184 ====== h_config_allow_chg_from =====
34185 <HTML>
34186 <HEAD>
34187 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
34188 </HEAD>
34189 <BODY>
34190 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
34192 This feature affects Alpine's handling of the &quot;From:&quot; header field
34193 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
34194 option.
34196 If this feature is set then the From line can be changed just like
34197 all the other header fields that can be changed.
34198 This feature defaults to <EM>ON</EM>.
34200 Even with this feature turned ON (the default) you will not be able 
34201 to change the From header unless you add it to your list of
34202 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
34203 You may also want to change the
34204 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
34205 if you want the From header to always show up in the composer without
34206 having to type the Rich Headers command first.
34208 Note that many sites restrict the use of this feature in order to
34209 reduce the chance of falsified addresses and misdirected mail.
34210 If you want to change the value of what gets included in the From header
34211 in messages you send
34212 look <A HREF="h_config_change_your_from">here</A> for a description.
34214 <UL>   
34215 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34216 </UL><P>
34217 &lt;End of help on this topic&gt;
34218 </BODY>
34219 </HTML>
34220 ====== h_config_disable_collate =====
34221 <HTML>
34222 <HEAD>
34223 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
34224 </HEAD>
34225 <BODY>
34226 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
34228 This is a hard to understand feature that should only be used in rare cases.
34229 Normally, the C function call
34231 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
34233 is used by Alpine.
34234 If you want to try turning it off,
34235 setting this feature will turn it off.
34236 This part of the locale has to do with the sort order
34237 of characters in your locale.
34239 <UL>   
34240 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34241 </UL><P>
34242 &lt;End of help on this topic&gt;
34243 </BODY>
34244 </HTML>
34245 ====== h_config_quell_attach_extra_prompt =====
34246 <HTML>
34247 <HEAD>
34248 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
34249 </HEAD>
34250 <BODY>
34251 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
34253 By default, when you attempt to view an attachment externally
34254 from the &quot;Attachment View&quot; screen, you are asked if you
34255 really want to view the selected attachment.
34258 If this feature is set, you will <B>not</B> be prompted to confirm
34259 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
34260 prompt. This feature was added for those wanting to preserve that
34261 behavior (along with 
34262 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
34265 <UL>   
34266 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34267 </UL><P>
34268 &lt;End of help on this topic&gt;
34269 </BODY>
34270 </HTML>
34271 ====== h_config_quell_attach_ext_warn =====
34272 <HTML>
34273 <HEAD>
34274 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
34275 </HEAD>
34276 <BODY>
34277 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
34280 This feature suppresses the extra warning you can get when trying
34281 to view an attachment for which there is no mime-type match.  Turning
34282 on this feature will just run the program according to extension
34283 instead of first warning the user that it will run according to the
34284 file's extension.
34286 This feature can be used along side 
34287 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
34288 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
34290 <UL>   
34291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34292 </UL><P>
34293 &lt;End of help on this topic&gt;
34294 </BODY>
34295 </HTML>
34296 ====== h_config_mailcap_params =====
34297 <HTML>
34298 <HEAD>
34299 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
34300 </HEAD>
34301 <BODY>
34302 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
34304 If set, this will allow mailcap named parameter substitution to occur
34305 in mailcap entries.
34306 By default, this is turned off to prevent security problems that may occur
34307 with some incorrect mailcap configurations.
34308 For more information, see RFC1524 and look for "named parameters" in the
34309 text of the RFC.
34311 <UL>   
34312 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34313 </UL><P>
34314 &lt;End of help on this topic&gt;
34315 </BODY>
34316 </HTML>
34317 ====== h_config_disable_shared =====
34318 <HTML>
34319 <HEAD>
34320 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
34321 </HEAD>
34322 <BODY>
34323 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
34325 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
34326 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
34327 will be disabled.
34328 The reason this feature exists is because there are some implementations
34329 of system password lookup routines that are very slow when presented with
34330 a long loginname that does not exist.
34331 This feature could be set to prevent the delay at startup time when the
34332 names above are searched for in the password file.
34334 <UL>   
34335 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34336 </UL><P>
34337 &lt;End of help on this topic&gt;
34338 </BODY>
34339 </HTML>
34340 ====== h_config_hide_nntp_path =====
34341 <HTML>
34342 <HEAD>
34343 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
34344 </HEAD>
34345 <BODY>
34346 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
34348 Normally the Path header that Alpine generates when posting to a newsgroup
34349 contains the name of the computer from which the message is being sent and
34350 the user name.
34351 Some believe that this information is used by spammers.
34352 If this feature is set, that information will be replaced with the text
34354 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
34356 instead.
34358 It should be noted that many servers being connected to will still reveal
34359 the information that this feature attempts to protect.
34361 <UL>   
34362 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34363 </UL><P>
34364 &lt;End of help on this topic&gt;
34365 </BODY>
34366 </HTML>
34367 ====== h_config_no_bezerk_zone =====
34368 <HTML>
34369 <HEAD>
34370 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
34371 </HEAD>
34372 <BODY>
34373 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
34375 POSIX mandates a timezone in UNIX mailbox format folder delimiters
34376 (the line that begins with From <SPACE>).
34377 Some versions of Berkeley mail have trouble with this, and don't recognize
34378 the line as a message delimiter.
34379 If this feature is set, the timezone will be left off the delimiter line.
34381 <UL>   
34382 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34383 </UL><P>
34384 &lt;End of help on this topic&gt;
34385 </BODY>
34386 </HTML>
34387 ====== h_config_quell_domain_warn =====
34388 <HTML>
34389 <HEAD>
34390 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
34391 </HEAD>
34392 <BODY>
34393 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
34395 When your configuration is set up so that your domain name contains no dots,
34396 it is usually a configuration error.
34397 By default, Alpine will warn you about this when you start it up.
34398 You will see a warning message that looks like
34401 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
34404 If this feature is set, the warning is turned off.
34406 <UL>   
34407 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34408 </UL><P>
34409 &lt;End of help on this topic&gt;
34410 </BODY>
34411 </HTML>
34412 ====== h_config_quell_imap_env =====
34413 <HTML>
34414 <HEAD>
34415 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
34416 </HEAD>
34417 <BODY>
34418 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
34420 In the MESSAGE INDEX screen, if the open folder is being accessed
34421 using IMAP, Alpine normally tries to paint the index lines on the screen
34422 as soon as the information arrives from the IMAP server.
34423 This means that the index information makes it onto the screen more quickly
34424 than it otherwise would.
34425 This sometimes results in behavior that bothers some users.
34426 For example, when paging to a new page of the index, it may be possible for
34427 the lines to be painted on the screen in a random order, rather than from
34428 top to bottom.
34431 Setting this feature causes Alpine to wait for all of the information
34432 to be gathered before it paints the index screen.
34433 Once it collects all of the information, the screen will be painted quickly
34434 from top to bottom.
34436 <UL>   
34437 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34438 </UL><P>
34439 &lt;End of help on this topic&gt;
34440 </BODY>
34441 </HTML>
34442 ====== h_config_quell_news_env =====
34443 <HTML>
34444 <HEAD>
34445 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
34446 </HEAD>
34447 <BODY>
34448 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
34450 In the MESSAGE INDEX screen, if the open folder is being accessed
34451 using NNTP (News), Alpine normally tries to paint the index lines on the screen
34452 as soon as the information arrives from the NNTP server.
34453 This means that the index information makes it onto the screen more quickly
34454 than it otherwise would.
34455 This sometimes results in behavior that bothers some users.
34456 For example, when paging to a new page of the index, it may be possible for
34457 the lines to be painted on the screen in a random order, rather than from
34458 top to bottom.
34461 Setting this feature causes Alpine to wait for all of the information
34462 to be gathered before it paints the index screen.
34463 Once it collects all of the information, the screen will be painted quickly
34464 from top to bottom.
34466 <UL>   
34467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34468 </UL><P>
34469 &lt;End of help on this topic&gt;
34470 </BODY>
34471 </HTML>
34472 ====== h_config_quell_content_id =====
34473 <HTML>
34474 <HEAD>
34475 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
34476 </HEAD>
34477 <BODY>
34478 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
34480 This feature changes the behavior of Alpine when sending messages.
34481 It is intended to work around a bug in Microsoft's Outlook XP mail user
34482 agent.
34483 As of this writing, Microsoft has acknowledged the bug but
34484 has not added it to the Knowledge Base.
34485 We have been told that there will be a post-SP1 hotfix for Outlook XP.
34486 This particular bug has bug fix number OfficeQFE:4781.
34487 The nature of the bug is that messages with attachments that
34488 contain a Content-ID header (which standard Alpine attachments do)
34489 do not show the attachment indicator (a paperclip) when viewed with
34490 Outlook XP.
34491 So the user has no indication that the message contains an attachment.
34494 If this feature is set then Alpine will remove most Content-ID headers
34495 before sending a message.
34496 If an attachment is of type MESSAGE, then the existing Content-ID headers
34497 inside the message will be left intact.
34498 This would only happen with Alpine if a message was forwarded as an attachment
34499 or if a message with a message attached was forwarded.
34500 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
34501 the Content-ID headers of the alternative parts will not be removed.
34504 Because the Content-ID header is a standard part of MIME it is possible
34505 that setting this feature will break something.
34506 For example, if an attachment has a Content-ID header that is necessary
34507 for the correct functioning of that attachment, it is possible that Alpine
34508 may remove that header when the attachment is forwarded.
34509 However, it seems fairly safe at this time.
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_winpos_in_config =====
34519 <HTML>
34520 <HEAD>
34521 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
34522 </HEAD>
34523 <BODY>
34524 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
34526 PC-Alpine only.
34529 Normally, PC-Alpine will store its window size and position in the
34530 Windows Registry.
34531 This is convenient if you want to use the same remote
34532 configuration from more than one PC.
34533 If you use multiple configuration files to start PC-Alpine, you may want
34534 to store the window size and position in the configuration file instead
34535 of in the Registry.
34536 Setting this feature causes the value to be stored in 
34537 <A HREF="h_config_window_position">Window-Position</A>.
34540 <UL>   
34541 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34542 </UL><P>
34543 &lt;End of help on this topic&gt;
34544 </BODY>
34545 </HTML>
34546 ====== h_config_quell_ssl_largeblocks =====
34547 <HTML>
34548 <HEAD>
34549 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
34550 </HEAD>
34551 <BODY>
34552 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
34554 PC-Alpine only.
34556 This feature changes the behavior of fetching messages
34557 and attachments so that the message data is fetched in chunks no larger
34558 than 12K bytes.
34559 This works around a bug in Microsoft's SSL/TLS support.
34560 Some versions of Microsoft SSL are not able to read full-sized (16K)
34561 SSL/TLS packets.
34562 Some servers will send such packets and this will
34563 cause PC-Alpine to crash with the error
34566 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
34569 Microsoft is aware of the problem and has developed a hotfix for it, it is
34570 discussed in article 300562 in the Microsoft Knowledge Base.
34572 <UL>   
34573 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34574 </UL><P>
34575 &lt;End of help on this topic&gt;
34576 </BODY>
34577 </HTML>
34578 ====== h_config_quell_partial =====
34579 <HTML>
34580 <HEAD>
34581 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
34582 </HEAD>
34583 <BODY>
34584 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
34586 Partial fetching is a feature of the IMAP protocol.
34587 By default, Alpine
34588 will use partial fetching when copying the contents of a message or attachment
34589 from the IMAP server to Alpine.
34590 This means that the fetch will be done in many
34591 small chunks instead of one big chunk. The main benefit of this approach is
34592 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
34593 to stop the fetch early. In some cases partial fetching may cause a performance
34594 problem so that the fetching of data takes significantly longer when partial
34595 fetching is used. Turning on this feature will turn off partial fetching.
34597 <UL>   
34598 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34599 </UL><P>
34600 &lt;End of help on this topic&gt;
34601 </BODY>
34602 </HTML>
34603 ====== h_config_quell_personal_name_prompt =====
34604 <HTML>
34605 <HEAD>
34606 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
34607 </HEAD>
34608 <BODY>
34609 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
34611 PC-Alpine only.  This feature quells the prompting for a 
34612 <A HREF="h_config_pers_name">personal name</A>.  This
34613 prompt normally happens before composing a message, and only happens when
34614 there is no personal name already set.
34616 <UL>   
34617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34618 </UL><P>
34619 &lt;End of help on this topic&gt;
34620 </BODY>
34621 </HTML>
34622 ====== h_config_quell_user_id_prompt =====
34623 <HTML>
34624 <HEAD>
34625 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
34626 </HEAD>
34627 <BODY>
34628 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
34630 PC-Alpine only.  This feature quells the prompting for a 
34631 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
34632 if the information can be obtained from the login name used
34633 to open the INBOX.  Normally, this prompt happens before composing
34634 a message, and only happens when there is no user-id already set
34635 in the configuration.
34637 With this feature set, composing a message is only possible after
34638 establishing a connection to the INBOX.
34640 <UL>   
34641 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34642 </UL><P>
34643 &lt;End of help on this topic&gt;
34644 </BODY>
34645 </HTML>
34646 ====== h_config_save_aggregates =====
34647 <HTML>
34648 <HEAD>
34649 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
34650 </HEAD>
34651 <BODY>
34652 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
34654 This feature will optimize an aggregate copy operation, if
34655 possible, by issuing a single IMAP <EM>COPY</EM> command with a
34656 list of the messages to be copied.
34657 This feature is set by default.
34658 This may reduce network traffic and elapsed time for the Save.
34659 <EM>However, many IMAP servers (including the UW IMAP server) do
34660 not preserve the order of messages when this optimization is applied.</EM>
34661 If this feature is not set, 
34662 Alpine will copy each message individually and the order of the messages
34663 will be preserved.
34665 <UL>   
34666 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34667 </UL><P>
34668 &lt;End of help on this topic&gt;
34669 </BODY>
34670 </HTML>
34671 ====== h_config_use_system_translation =====
34672 <HTML>
34673 <HEAD>
34674 <TITLE>FEATURE: Use System Translation</TITLE>
34675 </HEAD>
34676 <BODY>
34677 <H1>FEATURE: Use System Translation</H1>
34679 UNIX Alpine only.
34681 Alpine normally uses its own internal software to convert between the multi-byte
34682 representation of characters and the Unicode representation of those
34683 same characters.
34684 It converts from the multi-byte characters your keyboard produces to Unicode,
34685 and from Unicode to the multi-byte characters your display expects.
34686 Alpine also uses its own internal software to decide how much space on
34687 the screen a particular Unicode character will occupy.
34690 Setting this feature tells Alpine to use the system-supplied routines to
34691 perform these tasks instead.
34692 In particular there are three tasks and three system routines that will
34693 be used for these tasks.
34696 To convert from multi-byte to Unicode the routine
34699 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
34702 is used.
34703 To convert from Unicode to multi-byte the routine
34706 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
34709 is used.
34710 And to find the screen width a particular Unicode character will
34711 occupy the routine used is
34714 <CENTER><SAMP>wcwidth</SAMP></CENTER>
34717 This feature has been only lightly tested.
34718 The internal routines should normally be used unless you run into
34719 a problem that you think may be solved by using the system routines.
34720 Note that your environment needs to be set up for these
34721 routines to work correctly.
34722 In particular, the LANG or LC_CTYPE variable in your environment will
34723 need to be set.
34726 <UL>   
34727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34728 </UL><P>
34729 &lt;End of help on this topic&gt;
34730 </BODY>
34731 </HTML>
34732 ====== h_config_suspend_spawns =====
34733 <HTML>
34734 <HEAD>
34735 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
34736 </HEAD>
34737 <BODY>
34738 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
34740 This feature affects Alpine's behavior when process suspension is enabled
34741 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
34742 temporarily interact with the operating system command &quot;shell&quot; 
34743 without
34744 quitting Alpine, and then subsequently resume the still-active Alpine session.
34747 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
34748 is set and subsequently the Ctrl-Z key
34749 is pressed, Alpine will normally suspend itself and return temporary control
34750 to Alpine's parent shell process.  However, if this feature is set, Alpine
34751 will instead create an inferior subshell process.  This is useful when the
34752 parent process is not intended to be used interactively.  Examples include
34753 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
34754 or via a menu system.<P>
34756 Note that one typically resumes a suspended Alpine by entering the Unix
34757 &quot;fg&quot; command, but if this feature is set, it will be necessary to
34758 enter the &quot;exit&quot; command instead.
34760 <UL>   
34761 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34762 </UL><P>
34763 &lt;End of help on this topic&gt;
34764 </BODY>
34765 </HTML>
34766 ====== h_config_8bit_smtp =====
34767 <HTML>
34768 <HEAD>
34769 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
34770 </HEAD>
34771 <BODY>
34772 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
34774 This feature affects Alpine's behavior when sending mail.
34775 By default, this feature is set.
34776 Internet standards
34777 require that all electronic mail messages traversing the global Internet
34778 consist of 7bit ASCII characters unless a pair of cooperating mail 
34779 transfer agents explicitly agree to allow 8bit messages.  In general, 
34780 then, exchanging messages in non-ASCII characters requires MIME encoding.
34782 However, there are now Internet standards that allow for unencoded 8bit
34783 exchange of messages between cooperating systems.  When this feature is set
34784 Alpine will try to negotiate unencoded 8bit transmission during the
34785 sending process.  Should the negotiation fail, Alpine will fall back to its
34786 ordinary encoding rules. 
34788 Note, this feature relies on your system's mail transport agent or
34789 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
34790 having the negotiation mechanism introduced in
34791 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
34792 &quot;8BITMIME&quot;. 
34794 ESMTP allows for graceful migration to upgraded mail transfer agents, but
34795 it is possible that this feature might cause problems for some servers. 
34796 <P><UL>
34797 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34798 </UL>
34799 <P>&lt;End of help on this topic&gt;
34800 </BODY>
34801 </HTML>
34802 ====== h_config_8bit_nntp =====
34803 <HTML>
34804 <HEAD>
34805 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
34806 </HEAD>
34807 <BODY>
34808 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
34810 This feature affects Alpine's behavior when posting news.  
34814 The Internet standard for exchanging USENET news messages (RFC-1036)
34815 specifies that USENET messages should conform to Internet mail standards
34816 and contain only 7bit characters, but much of the news transport software
34817 in use today is capable of successfully sending messages containing 8bit
34818 characters.  Hence, many people believe that it is appropriate to send 8bit
34819 news messages without any MIME encoding.
34823 Moreover, there is no Internet standard for explicitly negotiating 8bit
34824 transfer, as there is for Internet email.  Therefore, Alpine provides the
34825 option of posting unencoded 8bit news messages, though not as the default.
34826 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
34827 postings that contain 8bit characters. 
34831 Note, articles may cross a path or pass through news transport software
34832 that is unsafe or even hostile to 8bit characters.  At best this will only
34833 cause the posting to become garbled.  The safest way to transmit 8bit
34834 characters is to leave Alpine's MIME encoding turned on, but recipients
34835 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
34836 messages.
34838 &lt;End of help on this topic&gt;
34839 </BODY>
34840 </HTML>
34841 ====== h_config_mark_for_cc =====
34842 <HTML>
34843 <HEAD>
34844 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
34845 </HEAD>
34846 <BODY>
34847 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
34849 This feature affects Alpine's MESSAGE INDEX display.
34850 By default, a '+' is displayed in the first column if the
34851 message is addressed directly to you.
34852 When this feature is set and the message is not addressed to you, then a
34853 '-' character is displayed if the message is instead Cc'd directly
34854 to you.
34857 <UL>   
34858 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34859 </UL><P>
34860 &lt;End of help on this topic&gt;
34861 </BODY>
34862 </HTML>
34863 ====== h_config_tab_uses_unseen =====
34864 <HTML>
34865 <HEAD>
34866 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
34867 </HEAD>
34868 <BODY>
34869 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
34871 This feature affects Alpine's behavior when using the TAB
34872 <A HREF="h_common_nextnew">NextNew Command</A>
34873 to move from one folder to the next.
34874 Alpine's usual behavior is to search for folders
34875 with <EM>Recent</EM> messages in them.
34876 Recent messages are messages that have arrived since the last time the
34877 folder was opened.
34880 Setting this feature causes Alpine to search for <EM>Unseen</EM>
34881 messages instead of Recent messages.
34882 Unseen messages remain Unseen until you view them (or flag then as Seen with
34883 the <A HREF="h_common_flag">Flag Command</A>).
34884 Setting this feature allows you to locate messages you have not read
34885 instead of only recently received messages.
34886 When this feature is set, the feature
34887 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
34888 will have no effect, so the checking may be slower.
34891 Another reason why you might want to use this feature is that Alpine sometimes
34892 opens folders implicitly behind the scenes, and this clears the
34893 Recent status of all messages in the folder.
34894 One example where this happens is when Saving or filtering a
34895 message to another folder.
34896 If that message has some <A HREF="h_config_keywords">keywords</A>
34897 set, then because of some shortcomings
34898 in the IMAP specification, the best way to ensure that those keywords are
34899 still set in the saved copy of the message is to open the folder and
34900 set the keywords explicitly.
34901 Because this clears the Recent status of all messages in that folder the
34902 folder will not be found by the NextNew command unless this feature is set.
34905 &lt;End of help on this topic&gt;
34906 </BODY>
34907 </HTML>
34908 ====== h_config_tab_new_only =====
34909 <HTML>
34910 <HEAD>
34911 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
34912 </HEAD>
34913 <BODY>
34914 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
34916 This feature affects Alpine's behavior when using the TAB key to move from
34917 one message to the next.  Alpine's usual behavior is to select the next
34918 unread message or message flagged as "Important".
34922 Setting this feature causes Alpine to skip the messages flagged as important,
34923 and select unread messages exclusively.  Tab behavior when there are no
34924 new messages left to select remains unchanged.
34926 &lt;End of help on this topic&gt;
34927 </BODY>
34928 </HTML>
34929 ====== h_config_warn_if_subj_blank =====
34930 <HTML>
34931 <HEAD>
34932 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
34933 </HEAD>
34934 <BODY>
34935 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
34937 This feature affects Alpine's behavior when you send a message being
34938 composed.
34939 If this option is set, Alpine will check to see if the message about to be sent
34940 has a subject or not.
34941 If not, you will be asked if you want to send the message anyway.
34944 <UL>   
34945 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34946 </UL><P>
34947 &lt;End of help on this topic&gt;
34948 </BODY>
34949 </HTML>
34950 ====== h_config_warn_if_fcc_blank =====
34951 <HTML>
34952 <HEAD>
34953 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
34954 </HEAD>
34955 <BODY>
34956 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
34958 This feature affects Alpine's behavior when you send a message being
34959 composed.
34960 If this option is set, Alpine will check to see if the message about to be sent
34961 has an Fcc or not.
34962 If not, you will be asked if you want to send the message anyway.
34965 <UL>   
34966 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34967 </UL><P>
34968 &lt;End of help on this topic&gt;
34969 </BODY>
34970 </HTML>
34971 ====== h_config_warn_if_no_to_or_cc =====
34972 <HTML>
34973 <HEAD>
34974 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
34975 </HEAD>
34976 <BODY>
34977 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
34979 This feature affects Alpine's behavior when you send a message being
34980 composed.
34981 If this option is set, Alpine will check to see if the message about to be sent
34982 has either a To address, a Cc address, or a Newsgroup.
34983 If none of these is set,
34984 you will be asked if you want to send the message anyway.
34987 This feature is closely related to
34988 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
34989 Alpine will normally ask if you want to copy a message only to the Fcc.
34990 This feature also applies to cases where there is a Bcc but still no To, Cc,
34991 or Newsgroup.
34992 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
34993 message with only an Fcc, then you won't be asked about sending with
34994 a blank To and Cc and Newsgroups header even if this feature is set.
34995 Similarly, if you have already been asked if you want to send to the Fcc
34996 only and you have answered Yes, then you won't be asked again about sending with
34997 blank To, Cc, and Newsgroups headers even if this feature is set.
35000 <UL>   
35001 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35002 </UL><P>
35003 &lt;End of help on this topic&gt;
35004 </BODY>
35005 </HTML>
35006 ====== h_config_quell_dead_letter =====
35007 <HTML>
35008 <HEAD>
35009 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
35010 </HEAD>
35011 <BODY>
35012 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
35014 This feature affects Alpine's behavior when you cancel a message being
35015 composed.  Alpine's usual behavior is to write the canceled message to
35016 a file named 
35017 <!--chtml if pinemode="os_windows"-->
35018 &quot;DEADLETR&quot;,
35019 <!--chtml else-->
35020 &quot;dead.letter&quot; in your home directory,
35021 <!--chtml endif-->
35022 overwriting any previous message. Under
35023 some conditions (some routine), this can introduce a noticeable delay.
35024 Setting this feature will cause Alpine NOT to write canceled compositions
35025 into the file.
35027 NOTE: Enabling this feature means NO record of canceled messages is
35028 maintained.
35030 This feature affects the newer option
35031 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
35032 number of dead letter files to keep around.
35033 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
35035 <UL>   
35036 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35037 </UL><P>
35038 &lt;End of help on this topic&gt;
35039 </BODY>
35040 </HTML>
35041 ====== h_config_quell_beeps =====
35042 <HTML>
35043 <HEAD>
35044 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
35045 </HEAD>
35046 <BODY>
35047 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
35049 This feature affects Alpine's behavior when it displays status message
35050 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
35051 will not affect the display of such messages, but will cause those that
35052 emit a beep to become silent.
35055 <UL>   
35056 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35057 </UL><P>
35058 &lt;End of help on this topic&gt;
35059 </BODY>
35060 </HTML>
35061 ====== h_config_suppress_user_agent =====
35062 <HTML>
35063 <HEAD>
35064 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
35065 </HEAD>
35066 <BODY>
35067 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
35069 If this feature is set then Alpine will not generate a
35070 <CODE>User-Agent</CODE> header in outgoing messages.
35072 <UL>   
35073 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35074 </UL><P>
35075 &lt;End of help on this topic&gt;
35076 </BODY>
35077 </HTML>
35078 ====== h_config_quell_lock_failure_warnings =====
35079 <HTML>
35080 <HEAD>
35081 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
35082 </HEAD>
35083 <BODY>
35084 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
35086 This feature affects Alpine's behavior when it encounters a problem
35087 acquiring a mail folder lock.  Typically, a secondary file associated
35088 with the mail folder being opened is created as part of the locking
35089 process.  On some systems, such file creation has been administratively
35090 precluded by the system configuration.
35092 Alpine issues a warning when such failures occur, which can become bothersome
35093 if the system is configured to disallow such actions.  Setting this
35094 feature causes Alpine to remain silent when this part of lock creation fails.
35096 WARNING: systems that have been configured in a way that precludes locking
35097 introduce some risk of mail folder corruption when more than one program
35098 attempts to modify the mail folder.  This is most likely to occur to one's
35099 INBOX or other incoming message folder. 
35101 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
35103 <UL>   
35104 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35105 </UL><P>
35106 &lt;End of help on this topic&gt;
35107 </BODY>
35108 </HTML>
35109 ====== h_config_enable_role_take ======
35110 <HTML>
35111 <HEAD>
35112 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
35113 </HEAD>
35114 <BODY>
35115 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
35117 Normally, the Take command takes addresses from a message and helps you
35118 put them into your Address Book.
35119 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
35120 you may find it useful
35121 to be able to Take information from a message's headers and put it into
35122 a new Rule.
35123 When this feature is set, you will be given an extra prompt that gives
35124 you the choice to Take into the Address Book or Take into a rule.
35125 <P><UL>
35126 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35127 </UL>
35129 &lt;End of help on this topic&gt;
35130 </BODY>
35131 </HTML>
35132 ====== h_config_enable_take_export ======
35133 <HTML>
35134 <HEAD>
35135 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
35136 </HEAD>
35137 <BODY>
35138 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
35140 Normally, the Take command takes addresses from a message and helps you
35141 put them into your Address Book.
35142 When this feature is set, you will be given an extra prompt that gives you
35143 the choice to Take addresses into a file instead of your Address
35144 Book.
35145 Only the user@domain_name part of the address is put in the file.
35146 <P><UL>
35147 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35148 </UL>
35150 &lt;End of help on this topic&gt;
35151 </BODY>
35152 </HTML>
35153 ====== h_config_quell_folder_internal_msg ======
35154 <HTML>
35155 <HEAD>
35156 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
35157 </HEAD>
35158 <BODY>
35159 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
35161 This feature determines whether or not Alpine will create 
35162 &quot;pseudo messages&quot; in folders that are in standard Unix or 
35163 MMDF format. <P> 
35165 Alpine will normally create these pseudo messages when they are not already
35166 present in a standard Unix or MMDF folder.  Their purpose is to record
35167 certain mailbox state data needed for correct IMAP and POP server
35168 operation, and also for Alpine to be able to mark messages as Answered when
35169 the Reply has been postponed.<P>
35171 Sites that do not use IMAP/POP for remote mail access, and that need to
35172 support mail tools that are adversely affected by the presence of the
35173 pseudo-messages (e.g. some mail notification tools) may enable this
35174 feature to tell Alpine not to create them.  Note that Alpine's 
35175 &quot;Answered&quot; flag
35176 capability will be adversely affected if this is done.<P>
35178 Note too that, even if this feature is enabled, Alpine will not remove
35179 pseudo-messages when it encounters them (e.g. those created by UW's imapd
35180 or ipopd servers.) This feature has no effect on folders that are not in
35181 standard Unix or MMDF format, as pseudo-messages are not needed in the
35182 other formats to record mailbox state information.
35183 <P><UL>
35184 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35185 </UL>
35187 &lt;End of help on this topic&gt;
35188 </BODY>
35189 </HTML>
35190 ====== h_config_mulnews_as_typed ======
35191 <HTML>
35192 <HEAD>
35193 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
35194 </HEAD>
35195 <BODY>
35196 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
35198 This feature will be of little use to most users.
35199 It has no effect unless the feature
35200 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
35201 is set.
35203 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
35204 then the setting of this feature may have an effect on the names of the
35205 newsrc files used.
35206 Normally, the name of the news server will be canonicalized before it is
35207 used in the newsrc file name.
35208 For example, if you type the news server name
35211 <CENTER><SAMP>servername</SAMP></CENTER>
35214 it is likely that the canonical name will be something like
35217 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
35220 Or it may be the case that
35223 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
35226 is really an alias (a DNS CNAME) for
35229 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
35232 If this feature is not set, then the canonicalized names will be used.
35233 If this feature is set, then the name you typed in (or put in your
35234 configuration) will be used.
35236 <P><UL>
35237 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35238 </UL>
35240 &lt;End of help on this topic&gt;
35241 </BODY>
35242 </HTML>
35243 ====== h_config_quell_empty_dirs ======
35244 <HTML>
35245 <HEAD>
35246 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
35247 </HEAD>
35248 <BODY>
35249 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
35251 This feature causes Alpine to remove from the display any directories
35252 that do not contain at least one file or directory.  This can be useful
35253 to prevent overly cluttered folder lists when a collection is stored on
35254 a server that treats all names as both a folder and a directory.
35257 Note, enabling this feature can cause surprising behavior!  For example,
35258 you can still use Add to create a directory, but unless you immediately
35259 enter that directory and create a folder, that newly created directory
35260 may not be displayed next time you enter the folder list.
35263 The description above is not quite correct.
35264 Only directories which potentially may hold messages are hidden if empty.
35265 That is, a directory which is really just a directory and is not selectable
35266 as a folder will not be hidden.
35267 Such directories can occur on servers that treat most names as both a folder
35268 and a directory.
35269 These directories are typically created implicitly when a folder is created
35270 inside a directory that does not yet exist.
35273 <UL>   
35274 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35275 </UL><P>
35276 &lt;End of help on this topic&gt;
35277 </BODY>
35278 </HTML>
35279 ====== h_config_termcap_wins =====
35280 <HTML>
35281 <HEAD>
35282 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
35283 </HEAD>
35284 <BODY>
35285 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
35287 This feature may affect Alpine's low-level input routines.  Termcap (or
35288 terminfo, depending on how your copy of Alpine was compiled and linked)
35289 is the name of the database that describes terminal capabilities.  In
35290 particular, it describes the sequences of characters that various keys
35291 will emit.
35294 An example would be the Up Arrow key on the keyboard.  Up
35295 Arrow is not a distinct character on most Unix systems.  When you press
35296 the Up Arrow key a short sequence of characters are produced.  This
35297 sequence is supposed to be described in the termcap database by the
35298 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
35299 are using terminfo instead of termcap).
35302 By default, Alpine defines some terminal
35303 escape sequences that are commonly used.  For example, the sequence
35304 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
35305 &quot;ESC&nbsp;[&nbsp;A&quot;
35306 is also recognized as an Up Arrow key.  These are chosen because common
35307 terminals like VT100's or ANSI standard terminals produce these
35308 sequences when you press the Up Arrow key.
35311 If your system's termcap
35312 (terminfo) database assigns some other function to the sequence
35313 &quot;ESC&nbsp;O&nbsp;A&quot;
35314 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
35315 database assigns a sequence that doesn't begin with an escape
35316 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
35317 This usually works fine
35318 because most terminals emit the escape sequences that Alpine has defined
35319 by default.  We have also found that it is usually better to have these
35320 defaults take precedence over the definitions contained in the database
35321 because the defaults are more likely to be correct than the database.
35324 There are some terminals where this breaks down.  If you want Alpine to
35325 believe the definitions given in your termcap (terminfo) database in
35326 preference to the defaults the Alpine itself sets up, then you may turn
35327 this feature on.  Then, sequences of characters that are defined in
35328 both termcap (terminfo) and in Alpine's set of defaults will be
35329 interpreted the way that termcap (terminfo) says they should be
35330 interpreted.  Also, if your terminal capabilities database assigns a
35331 sequence that doesn't begin with escape, it will not be ignored.
35334 <UL>   
35335 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35336 </UL><P>
35337 &lt;End of help on this topic&gt;
35338 </BODY>
35339 </HTML>
35340 ====== h_config_cruise_mode =====
35341 <HTML>
35342 <HEAD>
35343 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
35344 </HEAD>
35345 <BODY>
35346 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
35348 This feature affects Alpine's behavior when you hit the
35349 &quot;Space&nbsp;Bar&quot; at
35350 the end of a displayed message.  Typically, Alpine complains that the end
35351 of the text has already been reached.  Setting this feature causes such
35352 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
35353 taking you to the next &quot;interesting&quot; message,
35354 or scanning ahead to the 
35355 next incoming folder with &quot;interesting&quot; messages.
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_cruise_mode_delete =====
35365 <HTML>
35366 <HEAD>
35367 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
35368 </HEAD>
35369 <BODY>
35370 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
35372 This feature modifies the behavior of Alpine's 
35373 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
35374 Setting this feature causes Alpine to implicitly delete read
35375 messages when it moves on to display the next &quot;interesting&quot; message.
35377 NOTE: Beware when enabling this feature AND the 
35378 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
35379 feature.
35381 <UL>   
35382 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35383 </UL><P>
35384 &lt;End of help on this topic&gt;
35385 </BODY>
35386 </HTML>
35387 ====== h_config_slash_coll_entire =====
35388 <HTML>
35389 <HEAD>
35390 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
35391 </HEAD>
35392 <BODY>
35393 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
35395 The slash (/) command is available from the MESSAGE INDEX screen when
35396 the folder is sorted by either Threads or OrderedSubject, and the
35397 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
35398 is set to something other than &quot;none&quot;.
35399 Normally, the slash command Collapses or Expands the subthread that
35400 starts at the currently highlighted message, if any.
35401 If this option is set, then the slash command Collapses or Expands the
35402 <EM>entire</EM> current thread instead of just the subthread.
35403 The current thread is simply the top-level thread that contains the
35404 current message.
35407 <UL>   
35408 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35409 </UL><P>
35410 &lt;End of help on this topic&gt;
35411 </BODY>
35412 </HTML>
35413 ====== h_config_color_thrd_import =====
35414 <HTML>
35415 <HEAD>
35416 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
35417 </HEAD>
35418 <BODY>
35419 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
35421 This option affects only the THREAD INDEX screen.
35422 Whether or not you ever see a THREAD INDEX screen depends on the setting
35423 of the configuration option
35424 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
35425 and on the sort order of the index.
35428 If a message within a thread is flagged as Important
35429 and this option is set, then
35430 the entire line in the THREAD INDEX will be colored the color of the
35431 Index-important Symbol, which can be set using the
35432 <A HREF="h_color_setup">Setup Kolor</A> screen.
35435 <UL>   
35436 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35437 </UL><P>
35438 &lt;End of help on this topic&gt;
35439 </BODY>
35440 </HTML>
35441 ====== h_config_allow_goto =====
35442 <HTML>
35443 <HEAD>        
35444 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
35445 </HEAD>
35446 <BODY>
35447 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
35449 This feature modifies the behavior of Alpine's file browser.  Setting this
35450 feature causes Alpine to offer the "G Goto" command in the file browser.
35451 That is the default.
35455 The Goto command allows you to explicitly type in the desired directory.
35457 &lt;End of help on this topic&gt;
35458 </BODY></HTML>
35459 ====== h_config_add_ldap =====
35460 <HTML>
35461 <HEAD>
35462 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
35463 </HEAD>
35464 <BODY>
35465 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
35467 If both the Directory option
35468 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
35469 and this feature are set,
35470 then when an implicit directory lookup is done from the
35471 composer you will automatically be prompted to add the result of the
35472 directory lookup to your address book.
35474 <UL>   
35475 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35476 </UL><P>
35477 &lt;End of help on this topic&gt;
35478 </BODY>
35479 </HTML>
35480 ===== h_patterns_compat_behavior =====
35481 <HTML>
35482 <HEAD>
35483 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
35484 </HEAD>
35485 <BODY>
35486 <H1>Rules Behavior Changes in Pine 4.50</H1>
35488 In Alpine, Rules that contain unrecognized elements
35489 are ignored.
35490 In most cases, the unrecognized elements will be something that was
35491 added as a new Rules feature in a later version of Alpine.
35492 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
35493 ignore rules that contained unrecognized elements.
35494 For example, a new element of Rules that was added in Pine 4.50 is
35495 Age interval.
35496 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
35497 all messages older than a week red.
35498 Now, if you run Pine 4.44 using that same configuration file, it will not
35499 recognize the Age interval and so will just ignore it.
35500 That means that all messages will match that rule so all messages will
35501 be colored red when using Pine version 4.44.
35504 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
35505 However, since the behavior still exists in versions prior to Pine 4.50 and
35506 since Filtering is a potentially destructive operation, another measure
35507 was taken to attempt to avoid unintentional Filtering of messages.
35508 The first time that you run Alpine or a Pine that is version 4.50 or greater,
35509 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
35510 will be copied to a new Filters configuration variable
35511 with a different name (&quot;Patterns-Filters2&quot;).
35512 From then on, Alpine will continue to use the new
35513 variable.
35514 Of course, Pine version 4.44 or lower will continue to use the old
35515 variable.
35516 That means that if you are using Alpine
35517 and also using a version of Pine that is older than 4.50, they will not
35518 share the configuration information about Filters.
35519 If you make a change in one version you won't see it in the other version.
35522 Since Scoring can be used to trigger Filtering, the same thing has been
35523 done for Score rules.
35524 The old configuration variable name is (&quot;Patterns-Scores&quot;)
35525 and the new name is (&quot;Patterns-Scores2&quot;).
35526 The same is not true of Role, Indexcolor, and Other rules that are
35527 thought to be less harmful when a mistake is made.
35530 &lt;End of help on this topic&gt;
35531 </BODY>
35532 </HTML>
35533 ======= h_config_filt_opts_sentdate =======
35534 <HTML>
35535 <HEAD>
35536 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
35537 </HEAD>
35538 <BODY>
35539 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
35541 By default, the Age interval of a Pattern uses a message's time of
35542 arrival to compute the age of the message.
35543 If this feature is set, the date in the message's Date header will
35544 be used instead.
35546 &lt;End of help on this topic&gt;
35547 </BODY>
35548 </HTML>
35549 ======= h_config_filt_opts_notdel =======
35550 <HTML>
35551 <HEAD>
35552 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
35553 </HEAD>
35554 <BODY>
35555 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
35557 If this option is set then a message will be moved into the
35558 specified folder only if it is not marked for deletion.
35559 This is useful if you have multiple Alpine sessions running
35560 simultaneously and you don't want messages to be filtered into a
35561 folder more than once.
35562 It is also useful if you want to filter
35563 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
35564 This method is not foolproof.
35565 There may be cases where a message
35566 gets marked deleted and so it is never filtered into the folder.
35567 For example, if you deleted it in another Alpine session or another mail
35568 program that didn't use the filtering rule.
35570 This option has no effect if the Filter Action is not set to Move.
35572 &lt;End of help on this topic&gt;
35573 </BODY>
35574 </HTML>
35575 ======= h_config_filt_opts_nonterm =======
35576 <HTML>
35577 <HEAD>
35578 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
35579 </HEAD>
35580 <BODY>
35581 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
35583 If this option is set then this is a non-terminating rule.
35584 Usually, for each message, Alpine searches through the Filter Rules until
35585 a match is found and then it performs the action associated with that rule.
35586 Rules following the match are not considered.
35587 If this option is set then the search for matches will continue at the next
35588 rule.
35590 If a non-terminating rule matches then the actions associated with
35591 that rule, except for any implied deletion of the message, are performed
35592 before the match for the next rule is checked.
35593 For example, if the non-terminating rule sets the Important status, then that
35594 status will be set when the next rule is considered.
35595 However, if the non-terminating rule Moves the message, the message will
35596 actually be copied instead of copied and deleted so that it is still there
35597 for the next rule.
35598 A moved message is deleted after all the relevant rules have been checked.
35599 The name of the &quot;Move&quot; action is confusing in this case because
35600 a single message can be moved to more than one folder.
35601 It turns the Move into a Copy instead, but it is still followed by a deletion
35602 at the end.
35604 This option may be useful if you want to have a single message filtered to
35605 two different folders because it matches two different Patterns.
35606 For example, suppose you normally filter messages to a particular mailing
35607 list into one folder, and messages addressed directly to you into a second
35608 folder.
35609 If a message is sent to both you and the list (and you can tell that by
35610 looking at the headers of the message) this option may give you a convenient
35611 way to capture a copy to each folder.
35612 (It may also cause you to capture two copies to each folder,
35613 depending on whether your mail system delivers one or two copies of the
35614 message to you and on how the list works.)
35616 &lt;End of help on this topic&gt;
35617 </BODY>
35618 </HTML>
35619 ===== h_mainhelp_smime ======
35620 <HTML>
35621 <HEAD>
35622 <TITLE>S/MIME Overview</TITLE>
35623 </HEAD>
35624 <BODY>
35625 <H1>S/MIME Overview</H1>
35627 S/MIME is a standard for the public key encryption and signing of email.
35628 UNIX Alpine contains a basic implementation of S/MIME based on
35629 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
35630 same support can be provided using the 
35631 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
35632 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
35633 To check if this version of Alpine supports S/MIME look at
35634 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
35635 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
35637 Some limitations:
35638 <UL>
35639    <LI> There is no provision for checking for CRLs
35640         (Certificate Revocation Lists) in Alpine.
35641    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
35642    <LI> There is no mechanism available for feeding either an entire incoming
35643         or an entire outgoing message to an external
35644         filter and using that external filter to do S/MIME or PGP processing.
35645    <LI> Because the implementation currently uses OpenSSL, there is only a very
35646         limited integration with the Mac OS Keychain (the storing and access of
35647         public certificates).
35648 </UL>
35650 The S/MIME configuration screen is reached by going to the Main Menu and typing
35651 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
35654 <H2>S/MIME BASICS</H2>
35656 In order to digitally sign messages you send you must have a public/private key-pair.
35657 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
35658 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
35659 users or a company which provides certificates for its workers.
35660 These certificates are bound to an email address, so the identity being verified is the
35661 email address not a person's name.
35663 Mail is signed by using the sender's private key, which only the owner of the private key
35664 has access to.
35665 The signature is verified using the signer's public key, which anyone can
35666 have access to.
35667 With Alpine, the first time you receive a signed message the public key of the
35668 sender will be stored for future use.
35671 Mail is encrypted using the recipient's public key and decrypted by
35672 the recipient with their private key.
35675 You need a key of your own in order to sign outgoing messages and to have others
35676 encrypt messages sent to you.
35677 You do not need a key of your own to verify signed messages sent by others or to
35678 encrypt messages sent to others.
35680 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
35682 By default UNIX Alpine stores the certificates it uses in a directory in your
35683 home directory.
35684 The directory name is
35686 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
35688 For PC-Alpine, the equivalent directory is called 
35689 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
35690 and is also located under your home directory.
35692 Within that directory are three subdirectories.
35693 Each of the three subdirectories contains files with PEM-encoded contents,
35694 the default format for OpenSSL.
35695 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
35696 The files within that directory have names that are email addresses with the
35697 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
35698 An example filename is
35700 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
35702 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
35703 your private key.
35704 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
35705 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
35706 Authorities that you want to trust but that aren't contained in the set of system CAs.
35707 Those files may have arbitrary names as long as they end with the
35708 suffix &quot;<SAMP>.crt</SAMP>&quot;.
35710 <H2>HOW TO SIGN AND ENCRYPT</H2>
35712 If you have a certificate you may sign outgoing messages.
35713 After typing the Ctrl-X command to send a message you will see the prompt
35715 <CENTER><SAMP>Send message?</SAMP></CENTER>
35717 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
35718 Typing the &quot;G&quot; command will change the prompt to
35720 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
35722 Typing the &quot;E&quot; command will change the prompt to
35724 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
35726 You may even type both to get
35728 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
35731 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
35733 The reading of a signed message should not require any special action on
35734 your part.
35735 There should be an editorial addition at the start of the message which
35736 says either
35738 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
35742 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
35744 If an encrypted message is sent to you the encrypted text will not
35745 be shown.
35746 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
35747 you are viewing the message) and supply your passphrase when asked.
35749 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
35750 which gives you some information about the certificate used to sign or encrypt the message.
35752 <H2>MISCELLANEOUS</H2>
35754 If you have access to a private certificate in the PKCS12 format, which 
35755 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
35756 use the following commands to generate private keys, public and certificate
35757 authorities certificates. In the examples below, we assume that the 
35758 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
35759 that your email address is &quot;your@address.com&quot;.
35762 In order to create a private key use the command
35764 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
35766 In order to create a public certificate use the command
35768 <CENTER><SAMP>
35769 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
35770 </SAMP></CENTER>
35772 In order to create a certificate authority certificate use the command
35774 <CENTER><SAMP>
35775 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
35776 </SAMP></CENTER>
35778 <P> If the previous command produces an empty file, it means that the 
35779 certificate authority was not included in the .p12 file, so you will have 
35780 to get it from some other sources. You will need these certificates, so 
35781 that you can validate correctly signatures.
35784 After you have exported these certificates and keys, you can  use the import 
35785 command in Alpine, from the S/MIME configuration screen,
35786 to import these certificates into Alpine. They will be available for use
35787 as soon as you import them.
35789 &lt;End of help on this topic&gt;
35790 </BODY>
35791 </HTML>
35792 ====== h_config_smime_pubcertdir =====
35793 <HTML>
35794 <HEAD>
35795 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
35796 </HEAD>
35797 <BODY>
35798 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
35801 If the option
35802 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35803 is set then this option will have no effect.
35805 Normally, Public Certificates for use with S/MIME will be stored in the directory
35806 which is the value of this option.
35807 Those certificates will be stored in PEM format, one certificate per file.
35808 The name of the file for the certificate corresponding to
35810 <CENTER><SAMP>emailaddress</SAMP></CENTER>
35812 should be
35814 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
35816 For example, a file for user@example.com would be in the file
35818 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
35820 in this directory.
35822 Use the Setup/SMIME screen to modify this variable.
35824 Typically, the public certificates that you have will come from S/MIME signed
35825 messages that are sent to you.
35826 Alpine will extract the public certificate from the signed message and store
35827 it in the certificates directory.
35828 These PEM format public certificates look something like:
35829 <PRE>
35830 -----BEGIN CERTIFICATE-----
35831 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
35832 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
35833 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
35835 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
35836 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
35837 -----END CERTIFICATE-----
35838 </PRE>
35840 <UL>   
35841 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35842 </UL><P>
35844 <UL>   
35845 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35846 </UL><P>
35847 &lt;End of help on this topic&gt;
35848 </BODY>
35849 </HTML>
35850 ====== h_config_smime_pubcertcon =====
35851 <HTML>
35852 <HEAD>
35853 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
35854 </HEAD>
35855 <BODY>
35856 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
35859 If this option is set it will be used instead of
35860 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35862 This option gives you a way to store certificates remotely on an IMAP server
35863 instead of storing the certificates one per file locally.
35864 In order to do that you just give this option a remote folder name for a folder
35865 which does not yet exist.
35866 The name is similar to the name you might use for a remote configuration file.
35867 A remote folder name might look something like:
35869 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
35872 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35873 about the syntax of folder names.
35875 Use the Setup/SMIME screen to modify this variable.
35877 <UL>   
35878 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35879 </UL><P>
35881 <UL>   
35882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35883 </UL><P>
35884 &lt;End of help on this topic&gt;
35885 </BODY>
35886 </HTML>
35887 ====== h_config_smime_privkeydir =====
35888 <HTML>
35889 <HEAD>
35890 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
35891 </HEAD>
35892 <BODY>
35893 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
35896 In order to sign outgoing S/MIME messages you will need a
35897 personal digital ID certificate.
35898 You will usually get such a certificate from a certificate authority such as
35899 Thawte or CAcert.
35900 (In order to encrypt outgoing messages you don't need a personal digital ID, you
35901 need the public certificate of the recipient instead.)
35902 If the option
35903 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
35904 is set then this option will have no effect.
35906 Normally, Private Keys for use with S/MIME will be stored in the directory
35907 which is the value of this option.
35908 Those certificates will be stored in PEM format, one certificate per file.
35909 The name of the file for the certificate corresponding to your
35911 <CENTER><SAMP>emailaddress</SAMP></CENTER>
35913 should be
35915 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
35917 For example, if your address is user@example.com the name of the file would be
35919 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
35921 in this directory.
35923 Use the Setup/SMIME screen to modify this variable.
35925 Typically, the private key that you have will come from a Certificate
35926 Authority.
35927 The private key should be stored in a PEM format file that
35928 looks something like:
35929 <PRE>
35930 -----BEGIN RSA PRIVATE KEY-----
35931 Proc-Type: 4,ENCRYPTED
35932 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
35934 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
35935 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
35936 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
35938 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
35939 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
35940 -----END RSA PRIVATE KEY-----
35941 </PRE>
35943 <UL>   
35944 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35945 </UL><P>
35947 <UL>   
35948 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35949 </UL><P>
35950 &lt;End of help on this topic&gt;
35951 </BODY>
35952 </HTML>
35953 ====== h_config_smime_privkeycon =====
35954 <HTML>
35955 <HEAD>
35956 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
35957 </HEAD>
35958 <BODY>
35959 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
35962 If this option is set it will be used instead of
35963 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35965 This option gives you a way to store keys remotely on an IMAP server
35966 instead of storing the keys one per file locally.
35967 In order to do that you just give this option a remote folder name for a folder
35968 which does not yet exist.
35969 The name is similar to the name you might use for a remote configuration file.
35970 A remote folder name might look something like:
35972 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
35975 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35976 about the syntax of folder names.
35978 Use the Setup/SMIME screen to modify this variable.
35980 <UL>   
35981 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35982 </UL><P>
35984 <UL>   
35985 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35986 </UL><P>
35987 &lt;End of help on this topic&gt;
35988 </BODY>
35989 </HTML>
35990 ====== h_config_smime_cacertdir =====
35991 <HTML>
35992 <HEAD>
35993 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
35994 </HEAD>
35995 <BODY>
35996 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
35999 If the option
36000 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
36001 is set then this option will have no effect.
36003 CACert is a shorthand name for certification authority certificate.
36004 Normally Alpine will use the CACerts that are located in the standard system
36005 location for CACerts.
36006 It may be the case that one of your correspondents has a Digital ID which has
36007 been signed by a certificate authority that is not in the regular set of system certificate
36008 authorities.
36009 You may supplement the system list by adding further certificates of your own.
36010 These should  be stored in the directory
36011 which is the value of this option.
36012 The certificates will be stored in PEM format, one certificate per file.
36013 The names of the files can be anything ending in &quot;.crt&quot;.
36015 Use the Setup/SMIME screen to modify this variable.
36017 These PEM format CA certificates look very similar to your public
36018 certificates for particular email addresses
36019 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
36021 <UL>   
36022 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36023 </UL><P>
36025 <UL>   
36026 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36027 </UL><P>
36028 &lt;End of help on this topic&gt;
36029 </BODY>
36030 </HTML>
36031 ====== h_config_smime_cacertcon =====
36032 <HTML>
36033 <HEAD>
36034 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
36035 </HEAD>
36036 <BODY>
36037 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
36040 If this option is set it will be used instead of
36041 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
36043 This option gives you a way to store certificates remotely on an IMAP server
36044 instead of storing the certificates one per file locally.
36045 In order to do that you just give this option a remote folder name for a folder
36046 which does not yet exist.
36047 The name is similar to the name you might use for a remote configuration file.
36048 A remote folder name might look something like:
36050 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
36053 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36054 about the syntax of folder names.
36056 Use the Setup/SMIME screen to modify this variable.
36058 <UL>   
36059 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36060 </UL><P>
36062 <UL>   
36063 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36064 </UL><P>
36065 &lt;End of help on this topic&gt;
36066 </BODY>
36067 </HTML>
36068 ========== h_config_smime_sign_by_default ==========
36069 <HTML>
36070 <HEAD>
36071 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
36072 </HEAD>
36073 <BODY>
36074 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
36077 This feature only has an effect if your version of Alpine includes
36078 support for S/MIME.
36079 It affects Alpine's behavior when you send a message.
36080 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
36082 Only the default value is affected.
36083 In any case, you may still toggle the Signing option on or off before sending
36084 with the &quot;G Sign&quot; command (provided you have a personal digital ID
36085 certificate).
36087 <UL>   
36088 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36089 </UL><P>
36092 <UL>   
36093 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36094 </UL><P>
36095 &lt;End of help on this topic&gt;
36096 </BODY>
36097 </HTML>
36098 ========== h_config_smime_use_cert_store ==========
36099 <HTML>
36100 <HEAD>
36101 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
36102 </HEAD>
36103 <BODY>
36104 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
36107 This feature only has an effect if your version of Alpine includes
36108 support for S/MIME.
36109 It affects Alpine's behavior when you validate a message, and should
36110 not be disabled, unless you are performing a test.
36112 There are two important aspects of validation: validation of the message
36113 (that is, the message was not modified after it was sent) 
36114 as well as validation of the identity of the sender. This option has to 
36115 do with the latter. 
36117 In order to validate that the message came from the sender in the message
36118 and not an impersonator, Alpine can 
36119 either use the certificates that come in the message, or the ones that 
36120 you have personally stored. If this feature is enabled (the default) then 
36121 Alpine will use certificates that you have already saved in your store 
36122 and not those that come in the message to validate the sender of the 
36123 message. In particular, the first time that you receive a signed message
36124 from a sender, and their certificate does not validate against your
36125 store, then you will be asked if you wish to save such certificate. If
36126 you do not wish to save the certificate, then Alpine will fail to validate
36127 the signature of the message. Otherwise, Alpine will proceed to validate
36128 the signature of the message. This behavior helps you prevent against impersonation, because 
36129 it is assumed that you trust the certificates that you have saved, and 
36130 might not trust those that came with the message that you are validating.
36132 <UL>   
36133 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36134 </UL><P>
36137 <UL>   
36138 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36139 </UL><P>
36140 &lt;End of help on this topic&gt;
36141 </BODY>
36142 </HTML>
36143 ========== h_config_smime_pubcerts_in_keychain ==========
36144 <HTML>
36145 <HEAD>
36146 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
36147 </HEAD>
36148 <BODY>
36149 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
36152 If this feature is set the Mac OS X default keychain will be used as the place
36153 to store public certificates instead of a
36154 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
36155 or a
36156 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
36158 <UL>   
36159 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36160 </UL><P>
36162 <UL>   
36163 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36164 </UL><P>
36165 &lt;End of help on this topic&gt;
36166 </BODY>
36167 </HTML>
36168 ========== h_config_smime_dont_do_smime ==========
36169 <HTML>
36170 <HEAD>
36171 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
36172 </HEAD>
36173 <BODY>
36174 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
36177 Setting this feature turns off all of Alpine's S/MIME support.
36178 You might want to set this if you are having trouble due to the S/MIME support.
36180 <UL>   
36181 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36182 </UL><P>
36185 <UL>   
36186 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36187 </UL><P>
36188 &lt;End of help on this topic&gt;
36189 </BODY>
36190 </HTML>
36191 ========== h_config_smime_encrypt_by_default ==========
36192 <HTML>
36193 <HEAD>
36194 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
36195 </HEAD>
36196 <BODY>
36197 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
36200 This feature only has an effect if your version of Alpine includes
36201 support for S/MIME.
36202 It affects Alpine's behavior when you send a message.
36203 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
36205 Only the default value is affected.
36206 In any case, you may still toggle the Encrypt option on or off before sending
36207 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
36208 for the recipient).
36210 <UL>   
36211 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36212 </UL><P>
36215 <UL>   
36216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36217 </UL><P>
36218 &lt;End of help on this topic&gt;
36219 </BODY>
36220 </HTML>
36221 ========== h_config_smime_remember_passphrase ==========
36222 <HTML>
36223 <HEAD>
36224 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
36225 </HEAD>
36226 <BODY>
36227 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
36230 This feature only has an effect if your version of Alpine includes
36231 support for S/MIME.
36232 If this option is set, you will only have to enter your passphrase for your private key
36233 once during an Alpine session.
36235 <UL>   
36236 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36237 </UL><P>
36240 <UL>   
36241 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36242 </UL><P>
36243 &lt;End of help on this topic&gt;
36244 </BODY>
36245 </HTML>
36246 ====== h_config_smime_transfer_pub_to_con =====
36247 <HTML>
36248 <HEAD>
36249 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
36250 </HEAD>
36251 <BODY>
36252 <H1>S/MIME: Transfer Public Certs to Container</H1>
36255 The Transfer command will copy the public certificates in your configured
36256 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
36257 to the container in your configured
36258 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
36259 This might be useful if you decide to switch from using a cert directory to a cert
36260 container.
36262 Warning: Any previous contents in the container will be lost.
36264 <UL>   
36265 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36266 </UL><P>
36268 <UL>   
36269 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36270 </UL><P>
36271 &lt;End of help on this topic&gt;
36272 </BODY>
36273 </HTML>
36274 ====== h_config_smime_transfer_pub_to_dir =====
36275 <HTML>
36276 <HEAD>
36277 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
36278 </HEAD>
36279 <BODY>
36280 <H1>S/MIME: Transfer Public Certs to Directory</H1>
36283 The Transfer command will copy the public certificates in your configured
36284 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36285 to the directory in your configured
36286 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
36287 This might be useful if you decide to switch from using a cert container to a cert
36288 directory.
36290 <UL>   
36291 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36292 </UL><P>
36294 <UL>   
36295 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36296 </UL><P>
36297 &lt;End of help on this topic&gt;
36298 </BODY>
36299 </HTML>
36300 ====== h_config_smime_transfer_priv_to_con =====
36301 <HTML>
36302 <HEAD>
36303 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
36304 </HEAD>
36305 <BODY>
36306 <H1>S/MIME: Transfer Private Keys to Container</H1>
36309 The Transfer command will copy the private keys in your configured
36310 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36311 to the container in your configured
36312 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
36313 This might be useful if you decide to switch from using a key directory to a key
36314 container.
36316 Warning: Any previous contents in the container will be lost.
36318 <UL>   
36319 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36320 </UL><P>
36322 <UL>   
36323 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36324 </UL><P>
36325 &lt;End of help on this topic&gt;
36326 </BODY>
36327 </HTML>
36328 ====== h_config_smime_transfer_priv_to_dir =====
36329 <HTML>
36330 <HEAD>
36331 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
36332 </HEAD>
36333 <BODY>
36334 <H1>S/MIME: Transfer Private Keys to Directory</H1>
36337 The Transfer command will copy the private keys in your configured
36338 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
36339 to the directory in your configured
36340 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36341 This might be useful if you decide to switch from using a key container to a key
36342 directory.
36344 <UL>   
36345 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36346 </UL><P>
36348 <UL>   
36349 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36350 </UL><P>
36351 &lt;End of help on this topic&gt;
36352 </BODY>
36353 </HTML>
36354 ====== h_config_smime_transfer_cacert_to_con =====
36355 <HTML>
36356 <HEAD>
36357 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
36358 </HEAD>
36359 <BODY>
36360 <H1>S/MIME: Transfer CA Certs to Container</H1>
36363 The Transfer command will copy the CA certificates in your configured
36364 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
36365 to the container in your configured
36366 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
36367 This might be useful if you decide to switch from using a CA cert directory to a CA cert
36368 container.
36370 Warning: Any previous contents in the container will be lost.
36372 <UL>   
36373 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36374 </UL><P>
36376 <UL>   
36377 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36378 </UL><P>
36379 &lt;End of help on this topic&gt;
36380 </BODY>
36381 </HTML>
36382 ====== h_config_smime_transfer_cacert_to_dir =====
36383 <HTML>
36384 <HEAD>
36385 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
36386 </HEAD>
36387 <BODY>
36388 <H1>S/MIME: Transfer CA Certs to Directory</H1>
36391 The Transfer command will copy the CA certificates in your configured
36392 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
36393 to the directory in your configured
36394 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
36395 This might be useful if you decide to switch from using a CA cert container to a CA cert
36396 directory.
36398 <UL>   
36399 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36400 </UL><P>
36402 <UL>   
36403 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36404 </UL><P>
36405 &lt;End of help on this topic&gt;
36406 </BODY>
36407 </HTML>
36408 ====== h_config_smime_transfer_pubcon_to_key =====
36409 <HTML>
36410 <HEAD>
36411 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
36412 </HEAD>
36413 <BODY>
36414 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
36416 Mac OS X Alpine only.
36418 The Transfer command will copy the public certificates in your configured
36419 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36420 to your default Mac OS X Keychain.
36421 This might be useful if you decide to switch from using a cert container to using
36422 the Keychain to store your public certs, which you may do by using the
36423 feature
36424 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
36426 <UL>   
36427 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36428 </UL><P>
36430 <UL>   
36431 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36432 </UL><P>
36433 &lt;End of help on this topic&gt;
36434 </BODY>
36435 </HTML>
36436 ====== h_config_smime_transfer_pubkey_to_con =====
36437 <HTML>
36438 <HEAD>
36439 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
36440 </HEAD>
36441 <BODY>
36442 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
36445 The Transfer command will copy the public certificates in your configured
36446 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36447 to your default Mac OS X Keychain.
36448 This might be useful if you decide to switch from using a cert container to using
36449 the Keychain to store your public certs.
36451 <UL>   
36452 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36453 </UL><P>
36455 <UL>   
36456 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36457 </UL><P>
36458 &lt;End of help on this topic&gt;
36459 </BODY>
36460 </HTML>
36461 ====== h_config_smime_public_certificates =====
36462 <HTML>
36463 <HEAD>
36464 <TITLE>S/MIME: Manage Public Certificates</TITLE>
36465 </HEAD>
36466 <BODY>
36467 <H1>S/MIME: Manage Public Certificates</H1>
36470 This menu item allows you to manage your public certificates, this
36471 may include your own public certificate, but it normally includes
36472 certificates of people you correspond with. These certificates are
36473 saved by Alpine automatically when they are found in signed messages
36474 that you receive. This interface allows you to manage them, by
36475 giving you the option to delete them, or trust them (in the case
36476 of self-signed certificates).
36479 Please note that Alpine will not validate a message that was sent to you
36480 using a self-signed certificate, unless you decide to trust that certificate.
36481 Internally, a certificate is trusted by copying it to the
36482 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
36483 collection. If you decide that you want to stop trusting a self-signed
36484 certificate, you must delete such certificate from such collection.
36486 The <B>I</B> Import command available in this screen allows you to 
36487 import a command to this collection.
36489 <UL>   
36490 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36491 </UL><P>
36493 <UL>   
36494 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36495 </UL><P>
36496 &lt;End of help on this topic&gt;
36497 </BODY>
36498 </HTML>
36499 ====== h_config_smime_private_keys =====
36500 <HTML>
36501 <HEAD>
36502 <TITLE>S/MIME: Manage Private Keys</TITLE>
36503 </HEAD>
36504 <BODY>
36505 <H1>S/MIME: Manage Private Keys</H1>
36508 This option allows you to manage your private key. Normally a person has only
36509 one key, in the same way that a person only has one valid passport, or ID card,
36510 at any given time. This option allows you to manage private keys. You can
36511 delete them or import them. Additionally, you can view information
36512 about your public certificate, such as the issuer and the dates of validity
36513 of such certificate, among others.
36516 If you have more than one e-mail address for which you want to use the 
36517 same private key, you must add all those addresses to the private key at 
36518 the moment that the key is generated. When you receive a signed message using 
36519 a key generated for several e-mail addresses, Alpine will save a 
36520 certificate for each e-mail address included in such certificate.
36522 The <B>I</B> Import command available in this screen allows you to 
36523 import a command to this collection.
36525 <UL>   
36526 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36527 </UL><P>
36529 <UL>   
36530 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36531 </UL><P>
36532 &lt;End of help on this topic&gt;
36533 </BODY>
36534 </HTML>
36535 ====== h_config_smime_certificate_authorities =====
36536 <HTML>
36537 <HEAD>
36538 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
36539 </HEAD>
36540 <BODY>
36541 <H1>S/MIME: Manage Certificate Authorities</H1>
36544 This collection contains certificates that are needed to validate the 
36545 certificate of another person, and therefore contains certificates that 
36546 you trust. Typically a certificate is signed by another entity, called a 
36547 certificate authority. This option allows you to manage which certificates 
36548 you trust, allowing you to import them and to delete them or view information
36549 about each certificate, such as the issuer and the dates of validity
36550 of such certificate.
36552 The <B>I</B> Import command available in this screen allows you to 
36553 import a command to this collection.
36555 <UL>   
36556 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36557 </UL><P>
36559 <UL>   
36560 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36561 </UL><P>
36562 &lt;End of help on this topic&gt;
36563 </BODY>
36564 </HTML>
36565 ====== h_config_smime_password_file_certificates =====
36566 <HTML>
36567 <HEAD>
36568 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
36569 </HEAD>
36570 <BODY>
36571 <H1>S/MIME: Manage Password File Certificates</H1>
36574 This option allows you to manage the certificates that are used to
36575 encrypt and decrypt your password file. This is useful in case you
36576 want to change the certificates used to encrypt your password file.
36578 Depending on the version of Alpine that you used for the first time
36579 to set this up, you might have had to enter a password to enter this
36580 screen. In the case that you did not enter a password to enter this
36581 screen, you should know two things that are important:
36582 <UL>
36583 <LI> If anyone takes control of your computer (for example, if you 
36584 left it unattended) then that person can add a password to your
36585 password file and make it unreadable to you in the future.
36586 <LI> If anyone can access your computer (this includes remote access)
36587 then that person can steal your password file and decrypt it without
36588 your help. This gives access to that person to the same services you
36589 have access and such person can use your name to access that service.
36590 In particular, that person can try to hack into your service provider
36591 with your name on it, or that person could try to send spam with
36592 your name.
36593 </UL>
36594 <P> Needless to say, this is not advisable. You should keep your
36595 password file protected. In order to do so, all you need to do is use
36596 the &quot;Create Key&quot; command to create a key. Once you do this,
36597 Alpine will use that key, encrypted with the password used to create that
36598 key, to protect your password file.
36600 In this screen you can import a new key to encrypt your password file, 
36601 and read cryptographic information on your current key.
36603 To import a new key press &quot;RETURN&quot; and enter the location of
36604 the new key. You will be asked to enter the password of the new key. If
36605 this part of the process is successful, Alpine will search for the 
36606 certificate that matches that key. If your key is named 
36607 &quot;your_email@address.com.key&quot;, then Alpine will look for your
36608 certificate in the same directory in the file named
36609 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
36610 as part of your key (that is, it will look to see if your certificate
36611 is in the file &quot;your_email@address.com.key&quot;), if all of this
36612 fails, Alpine will ask you to enter the location of the certificate
36613 that matches the key you unlocked. If a certificate is found, it will be 
36614 used, and in this case, the password file will be read, decrypted with the 
36615 old key and encrypted with the new key. Once this is done, the new key and 
36616 certificates are saved, and the old keys are permanently deleted.
36618 Alpine does not create a backup of your password file, or your old keys
36619 that will be replaced. If you need to keep old copies, you will have to do
36620 this operation outside Alpine.
36622 Observe that you can use this screen to remove the password for the key.
36623 As explained earlier, this is not advisable, but you can always restore the
36624 password to encrypt your password file by creating a new key.
36626 Be safe and keep your password file encrypted with a password.
36627 <UL>   
36628 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36629 </UL><P>
36631 <UL>   
36632 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36633 </UL><P>
36634 &lt;End of help on this topic&gt;
36635 </BODY>
36636 </HTML>
36637 ====== h_certificate_information =====
36638 <HTML>
36639 <HEAD>
36640 <TITLE>S/MIME: Certificate Information Screen</TITLE>
36641 </HEAD>
36642 <BODY>
36643 <H1>S/MIME: Certificate Information Screen</H1>
36646 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
36647 such as its owner, e-mail address, issuer, and interval of validity, 
36648 among others.
36650 In the case of public certificates, this screen shows you if there was a
36651 failure when attempting to validate such message. If the certificate is
36652 self-signed, then the <B>T</B> Trust command will be available, which
36653 you can use to trust such certificate and make Alpine not fail validating 
36654 signatures signed with such certificate.
36656 You can also mark a certificate deleted, with the <B>D</B> command, or 
36657 remove the deleted mark with the <B>U</B> undelete command.
36659 In the case of your private key, Alpine shows you the information
36660 from your public key. Additionally, Alpine allows you to see public
36661 and private information about your key, with the <B>B</B> and
36662 <B>R</B> commands respectively.
36663 <UL>   
36664 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36665 </UL><P>
36667 <UL>   
36668 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36669 </UL><P>
36670 &lt;End of help on this topic&gt;
36671 </BODY>
36672 </HTML>
36673 ====== h_config_smime_manage_public_menu =====
36674 <HTML>
36675 <HEAD>
36676 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
36677 </HEAD>
36678 <BODY>
36679 <H1>S/MIME: Commands that Manage Public Certificates</H1>
36682 This screen allows you to manage your public certificates. 
36684 The format of this screen is as follows. There are five fields: The 
36685 leftmost field is normally empty, but it could contain the letter 
36686 &quot;D&quot; to indicate that that certificate has been marked for 
36687 deletion. The next field is the e-mail address of the owner of the 
36688 certificate, shown in its entirety. The third and fourth field are the 
36689 first and last day validity for that certificate, respectively. The date
36690 is displayed in the user's locale unless the option 
36691 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
36692 is set. In this case, the month, day and year are represented by two
36693 digits, and the format used is mm/dd/yy. Finally, the fifth 
36694 field is what can be displayed of the MD5 hash of the certificate. You can 
36695 use any of the last three fields to distinguish between two certificates 
36696 for the same owner.
36698 Available commands in this screen and a short description of what they 
36699 do follows.
36700 <UL>
36701 <LI> <B>I</B> Imports a public certificate to this collection.
36702 <LI> <B>V</B> View information about a certificate such as the name of the person the
36703 certificate was issued to, its dates of validity, and validity status.
36704 <LI> <B>D</B> Marks a certificate deleted.
36705 <LI> <B>U</B> Removes the deletion mark on a certificate.
36706 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
36707 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
36708 trust a certificate by copying it to the collection of trusted certificates.
36709 </UL>
36711 All commands provide feedback to let you know about their success or failure.
36713 <UL>   
36714 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36715 </UL><P>
36717 <UL>   
36718 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36719 </UL><P>
36720 &lt;End of help on this topic&gt;
36721 </BODY>
36722 </HTML>
36723 ====== h_config_smime_manage_private_menu =====
36724 <HTML>
36725 <HEAD>
36726 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
36727 </HEAD>
36728 <BODY>
36729 <H1>S/MIME: Commands that Manage Private Keys</H1>
36732 This screen allows you to manage your private key.
36734 The format of this screen is as follows. There are five fields: The 
36735 leftmost field is normally empty, but it could contain the letter 
36736 &quot;D&quot; to indicate that that certificate has been marked for 
36737 deletion. The next field is the e-mail address of the owner of the 
36738 certificate, shown in its entirety. The third field is the first day of 
36739 validity for that certificate; the fourth field in the last day that that 
36740 certificate is valid, and the fifth field is what can be displayed of the 
36741 MD5 hash of the public certificate corresponding to this private key. You 
36742 can use any of the last three fields to distinguish between two 
36743 certificates for the same owner.
36745 Available commands and a short description of what they do follows.
36746 <UL>
36747 <LI> <B>I</B> Imports a new public key to this collection.
36748 <LI> <B>V</B> View information about the public certificate corresponding to this
36749 key.
36750 <LI> <B>D</B> Marks a key to be deleted.
36751 <LI> <B>U</B> Removes the deletion mark on a key.
36752 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
36753 Note that expunging a private key does not remove the public key, which must
36754 be removed separately.
36755 </UL>
36757 All commands provide feedback to let you know about their success or failure.
36759 <UL>   
36760 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36761 </UL><P>
36763 <UL>   
36764 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36765 </UL><P>
36766 &lt;End of help on this topic&gt;
36767 </BODY>
36768 </HTML>
36769 ====== h_config_smime_manage_cacerts_menu =====
36770 <HTML>
36771 <HEAD>
36772 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
36773 </HEAD>
36774 <BODY>
36775 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
36778 This screen allows you to manage your collection of certificates that you
36779 trust. 
36781 The format of this screen is as follows. There are five fields: The 
36782 leftmost field is normally empty, but it could contain the letter 
36783 &quot;D&quot; to indicate that that certificate has been marked for 
36784 deletion. The next field is the e-mail address of the owner of the 
36785 certificate, shown in its entirety. The third field is the first day of 
36786 validity for that certificate; the fourth field in the last day that that 
36787 certificate is valid, and the fifth field is what can be displayed of the 
36788 MD5 hash of the certificate. You can use any of the last three fields to 
36789 distinguish between two certificates for the same owner.
36791 Available commands and a short description of what they do follows.
36792 <UL>
36793 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
36794 done by reading the certificate and validating it. Once a certificate
36795 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
36796 to the certificate, if necessary.
36797 <LI> <B>V</B> View information about this certificate, such as its issuer 
36798 and validity dates.
36799 <LI> <B>D</B> Marks a certificate to be deleted.
36800 <LI> <B>U</B> Removes the deletion mark on a certificate.
36801 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
36802 </UL>
36804 All commands provide feedback to let you know about their success or failure.
36806 <UL>
36807 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36808 </UL><P>
36810 <UL>   
36811 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36812 </UL><P>
36813 &lt;End of help on this topic&gt;
36814 </BODY>
36815 </HTML>
36816 ====== h_config_lame_list_mode =====
36817 <HTML>
36818 <HEAD>
36819 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
36820 </HEAD>
36821 <BODY>
36822 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
36824 This feature modifies the method Alpine uses to ask your IMAP
36825 server for folder names to display in the FOLDER LIST screen.
36826 It is intended to compensate for a small set of IMAP servers that
36827 are programmed to ignore a part of the request, and thus respond
36828 to Alpine's query with nonsensical results.
36831 If you find that Alpine is erroneously displaying blank folder lists,
36832 try enabling this feature.
36835 NOTE: Enabling this feature has consequences for the Goto and Save
36836 commands.  Many servers allow access to folders outside the area
36837 reserved for your personal folders via some reserved character,
36838 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
36839 allows, at the Goto and Save prompts, quick access to folders
36840 outside your personal folder collection without requiring a specific
36841 collection definition.  This behavior will generally not be available
36842 when this feature is enabled.
36845 <UL>   
36846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36847 </UL><P>
36848 &lt;End of help on this topic&gt;
36849 </BODY>
36850 </HTML>
36851 ====== h_config_enable_mulnewsrcs =====
36852 <HTML>
36853 <HEAD>
36854 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
36855 </HEAD>
36856 <BODY>
36857 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
36859 This feature makes it so Alpine can use multiple newsrcs based on
36860 the news server being connected to, which allows for separate lists
36861 of subscribed-to newsgroups. When this feature is not set, there is only
36862 one list of newsgroups.
36864 Under this feature, the name of a newsrc is based on the news server.
36865 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
36866 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
36867 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
36868 Setting this feature for the first time will allow for the option of using
36869 your old newsrc the next time you read news.
36871 If this feature is set, then the feature
36872 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
36873 also may affect the name of the newsrc file that is used.
36875 <UL>   
36876 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36877 </UL><P>
36878 &lt;End of help on this topic&gt;
36879 </BODY>
36880 </HTML>
36881 ======= h_ab_export_vcard =======
36882 <HTML>
36883 <HEAD>
36884 <TITLE>Address Book Export Format</TITLE>
36885 </HEAD>
36886 <BODY>
36887 <H1>Address Book Export Format</H1>
36889 You are exporting address book data from Alpine to a file outside of Alpine.
36890 You are being asked to choose the format of the export.
36891 Here are the choices:
36893 <DL>
36894 <DT><EM>A</EM>ddress List</DT>
36895 <DD>
36896 The addresses from the address book entries you are saving
36897 from will be saved one address per line.
36898 Address book lists (those with more than one address) will have
36899 all of their addresses saved separately.
36900 </DD>
36902 <DT><EM>V</EM>Card</DT>
36903 <DD>
36904 The entries will be saved in
36905 <A HREF="h_whatis_vcard">vCard</A> format.
36906 </DD>
36908 <DT><EM>T</EM>ab Separated</DT>
36909 <DD>
36910 The entries will be saved in tab-separated columns.
36911 There will be just 4 columns of data that correspond to Alpine's
36912 Nickname field, Full Name field, Address field, and Comment field.
36913 It might prove useful to Select only the Simple, non-List address book
36914 entries before Saving.
36915 </DD>
36917 <DT><EM>^C</EM> Cancel</DT>
36918 <DD>
36919 Cancel out of the Save.
36920 </DD>
36922 </DL>
36926 &lt;End of help on this topic&gt;
36927 </BODY>
36928 </HTML>
36929 ====== h_config_predict_nntp_server =====
36930 <HTML>
36931 <HEAD>
36932 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
36933 </HEAD>
36934 <BODY>
36935 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
36937 This feature allows Alpine to assume that the open NNTP server at the
36938 time of composition is the NNTP server to which the message should be
36939 posted.  This is especially recommended when there are multiple News
36940 collections.  If this feature is not set, Alpine will try to post to the first server in
36941 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
36942 this feature also negates the need to add News collection servers to
36943 the <!--#echo var="VAR_nntp-server"--> variable.
36945 This feature can be especially handy when used in conjunction with
36946 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
36948 <UL>   
36949 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36950 </UL><P>
36951 &lt;End of help on this topic&gt;
36952 </BODY>
36953 </HTML>
36954 ====== h_config_nntp_search_uses_overview =====
36955 <HTML>
36956 <HEAD>
36957 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
36958 </HEAD>
36959 <BODY>
36960 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
36962 This feature should probably be turned on unless it causes trouble.
36963 The results of the NNTP overview command (XOVER) may be used to help
36964 with some searches in news groups.
36965 It should result in quicker response time.
36966 Turning this feature on apparently causes search results which are
36967 different from what you would get with the feature turned off on some
36968 servers.
36970 <UL>   
36971 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36972 </UL><P>
36973 &lt;End of help on this topic&gt;
36974 </BODY>
36975 </HTML>
36976 ====== h_config_thread_sorts_by_arrival =====
36977 <HTML>
36978 <HEAD>
36979 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
36980 </HEAD>
36981 <BODY>
36982 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
36984 This feature affects how a threading sort arranges threads.  The default way
36985 to arrange threads is by the date of the earliest message in the thread.
36986 This feature arranges threads by the last message to arrive in a thread.
36988 This feature causes old threads that get recent messages to sort to the bottom,
36989 where previously a message arrival to a thread would not rearrange the order of
36990 that thread.
36992 <UL>   
36993 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36994 </UL><P>
36995 &lt;End of help on this topic&gt;
36996 </BODY>
36997 </HTML>
36998 ====== h_config_textplain_int =====
36999 <HTML>
37000 <HEAD>
37001 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
37002 </HEAD>
37003 <BODY>
37004 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
37006 This feature modifies the method Alpine uses to display Text/Plain
37007 MIME attachments from the Attachment Index screen.  Normally, the
37008 &quot;View&quot; command searches for any externally defined (usually
37009 via the
37010 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
37011 and displays the selected text within that viewer.
37014 Enabling this feature causes Alpine to ignore any external viewer
37015 settings and always display text with Alpine's internal viewer.
37018 <UL>   
37019 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37020 </UL><P>
37021 &lt;End of help on this topic&gt;
37022 </BODY>
37023 </HTML>
37024 ====== h_config_wp_columns =====
37025 <HTML>
37026 <HEAD>
37027 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
37028 </HEAD>
37029 <BODY>
37030 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
37032 Web Alpine only.
37034 This configuration setting specifies the number of horizontal characters
37035 used to format various WebAlpine pages.  Smaller values will tend to reduce
37036 the amount of horizontal scrolling required to view pages within narrow
37037 browsers, such as those found on PDAs, and larger values will tend to 
37038 spread more information across the page.
37041 The Message List page uses the width to determine how many characters
37042 to assign each field.  Note, a smaller value may result in a disproportionate
37043 amount of blank space between fields on each line.  Similarly, a large
37044 value may result in cramped fields or horizontal scrolling.
37047 The Message View page uses this value to determine when to wrap lines
37048 in displayed message text.  Note, a smaller value may result in jagged
37049 right margins or confusing quoting.  A larger value may cause lines of text to
37050 run beyond the browser's right edge, requiring horizontal scrolling.
37053 <UL>   
37054 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37055 </UL><P>
37056 &lt;End of help on this topic&gt;
37057 </BODY>
37058 </HTML>
37059 ====== h_config_wp_state =====
37060 <HTML>
37061 <HEAD>
37062 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
37063 </HEAD>
37064 <BODY>
37065 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
37067 Web Alpine only.
37069 Various aspects of cross-session state.
37072 <UL>   
37073 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37074 </UL><P>
37075 &lt;End of help on this topic&gt;
37076 </BODY>
37077 </HTML>
37078 ====== h_config_wp_aggstate =====
37079 <HTML>
37080 <HEAD>
37081 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
37082 </HEAD>
37083 <BODY>
37084 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
37086 Web Alpine only.
37088 Aggregate operations tab state.
37091 <UL>   
37092 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37093 </UL><P>
37094 &lt;End of help on this topic&gt;
37095 </BODY>
37096 </HTML>
37097 ====== h_config_wp_indexlines =====
37098 <HTML>
37099 <HEAD>
37100 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
37101 </HEAD>
37102 <BODY>
37103 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
37105 Web Alpine only.
37107 Number of index lines in table.
37110 <UL>   
37111 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37112 </UL><P>
37113 &lt;End of help on this topic&gt;
37114 </BODY>
37115 </HTML>
37116 ====== h_config_wp_indexheight =====
37117 <HTML>
37118 <HEAD>
37119 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
37120 </HEAD>
37121 <BODY>
37122 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
37124 Web Alpine only.
37126 Index table row height.
37129 <UL>   
37130 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37131 </UL><P>
37132 &lt;End of help on this topic&gt;
37133 </BODY>
37134 </HTML>
37135 ====== h_config_rss_news =====
37136 <HTML>
37137 <HEAD>
37138 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
37139 </HEAD>
37140 <BODY>
37141 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
37143 Web Alpine only.
37145 RSS News feed.
37148 <UL>   
37149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37150 </UL><P>
37151 &lt;End of help on this topic&gt;
37152 </BODY>
37153 </HTML>
37154 ====== h_config_rss_weather =====
37155 <HTML>
37156 <HEAD>
37157 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
37158 </HEAD>
37159 <BODY>
37160 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
37162 Web Alpine only.
37164 RSS Weather feed.
37167 <UL>   
37168 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37169 </UL><P>
37170 &lt;End of help on this topic&gt;
37171 </BODY>
37172 </HTML>
37173 ====== h_config_send_confirms_only_expanded =====
37174 <HTML>
37175 <HEAD>
37176 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
37177 </HEAD>
37178 <BODY>
37179 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
37181 This Web Alpine option specifies whether or not a Send confirmations
37182 happens when a composed message is readied for sending or not.  The
37183 default behavior is to not confirm that the nicknames were expanded to
37184 the intended addresses.
37187 <UL>   
37188 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37189 </UL><P>
37190 &lt;End of help on this topic&gt;
37191 </BODY>
37192 </HTML>
37193 ====== h_config_enable_jump_command =====
37194 <HTML>
37195 <HEAD>
37196 <TITLE>FEATURE: enable-jump-command</TITLE>
37197 </HEAD>
37198 <BODY>
37199 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
37201 This Web Alpine option specifies whether or not a Jump command is
37202 offered in the Message List and Message View pages.  The command is
37203 implemented as an input field in the left column of the List and View
37204 screens. 
37207 When enabled and a number is entered in the input field while the
37208 Message List is displayed, the Message List is reframed with the
37209 specified message.  While viewing a message, the message associated
37210 with the specified message number is displayed.
37213 <UL>   
37214 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37215 </UL><P>
37216 &lt;End of help on this topic&gt;
37217 </BODY>
37218 </HTML>
37219 ====== h_config_enable_newmail_sound =====
37220 <HTML>
37221 <HEAD>
37222 <TITLE>FEATURE: enable-newmail-sound</TITLE>
37223 </HEAD>
37224 <BODY>
37225 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
37227 This Web Alpine option specifies whether or not a sound file is sent
37228 to the web browser along with the newmail notification message.
37232 <UL>   
37233 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37234 </UL><P>
37235 &lt;End of help on this topic&gt;
37236 </BODY>
37237 </HTML>
37238 ====== h_config_render_html_internally =====
37239 <HTML>
37240 <HEAD>
37241 <TITLE>FEATURE: render-html-internally</TITLE>
37242 </HEAD>
37243 <BODY>
37244 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
37246 By default, Web Alpine will pass cleansed HTML text you receive in messages 
37247 to the browser for display (rendering).  This feature causes Web Alpine to convert 
37248 the HTML text into plain text in the same way Unix and PC-Alpine do.
37252 <UL>   
37253 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37254 </UL><P>
37255 &lt;End of help on this topic&gt;
37256 </BODY>
37257 </HTML>
37258 ====== h_config_role_undo =====
37259 Yes, remember changes and exit back to list of roles; No, discard changes
37260 made in this screen; ^C, cancel exit and stay in this config screen.
37261 ====== h_exit_editor =====
37262 S, save changes and exit from the editor; D, do not save changes but
37263 do exit from the editor; or ^C, cancel exit and stay in the editor.
37264 ====== h_config_undo =====
37265 Yes, save changes and exit; No, exit without saving any changes made since
37266 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
37267 ====== h_os_index_whereis =====
37268 Enter ^V or ^Y to go immediately to the last or first message in the index.
37269 Or, enter the match string followed by RETURN.
37270 ====== h_os_index_whereis_agg =====
37271 Enter ^V or ^Y to go immediately to the last or first message in the index,
37272 Or, enter the match string followed by RETURN (or ^X to select all matches).
37273 =========== h_oe_add_full ==================
37274 Type the full name of the person being added and press the RETURN key.
37275 Press ^C to cancel addition.
37276 =========== h_oe_add_nick ==================
37277 Type a short nickname and press RETURN.  A nickname is a short easy-to-
37278 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
37279 ========== h_oe_add_addr ================
37280 Type the e-mail address and press RETURN.
37281 Press ^C to cancel addition.
37282 ========== h_oe_crlst_full ==============
37283 Type a long name or description for the list that you are creating and
37284 press RETURN.  Press ^C to cancel creation of list.
37285 =========== h_oe_crlst_nick =============
37286 Type a nickname (short, easy-to-remember name or single word) for the list
37287 you are creating and press RETURN.  Press ^C to cancel.
37288 ========== h_oe_crlst_addr ==============
37289 Type an e-mail address, or a nickname already in the address book that you
37290 want to be part of this list and press RETURN.
37291 ========== h_oe_adlst_addr =============
37292 Type an e-mail address or a nickname already in the address book that you
37293 want to add to this list and press RETURN.
37294 ========== h_oe_editab_nick ============
37295 Change the nickname using the arrow keys and delete key.  Press RETURN
37296 when done.  Press ^C to cancel editing and leave the nickname as it was.
37297 ========== h_oe_editab_full ============
37298 Change the full name using the arrow keys and delete key.  Press RETURN
37299 when done.  Press ^C to cancel editing and leave the full name as it was.
37300 ========== h_oe_editab_addr ============
37301 Change the address using the arrow keys and delete key.  Press RETURN
37302 when done.  Press ^C to cancel editing and leave the address as it was.
37303 ========== h_oe_editab_fcc ============
37304 Change the fcc using the arrow keys and delete key.  Press RETURN when
37305 done.  Press ^C to cancel editing and leave the fcc as it was.
37306 ========== h_oe_editab_comment ============
37307 Change the comment field using the arrow keys and delete key.  Press RETURN
37308 when done.  Press ^C to cancel editing and leave the comment as it was.
37309 ====== h_ab_forward =====
37310 Yes, expand nicknames and qualify local names with your current domain name;
37311 No, leave nicknames and local names as is;  ^C, cancel.
37312 ========== h_ab_export ==========
37313 Type the name of a file to write the addresses into and
37314 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
37315 ========== h_ab_edit_a_field ==========
37316 Edit any of the fields of the currently selected entry by typing one of the
37317 letters at the bottom of the screen.  Press ^C to cancel edit.
37318 ====== h_ab_del_data_revert =====
37319 Press B to completely delete addrbook and revert to default, C to delete config
37320 and revert while leaving data, or D to only delete data (make it empty).
37321 ====== h_ab_del_data_modify =====
37322 Press B to completely delete addrbook, C to delete configuration while leaving
37323 data, or D to delete data (make it empty) but leave config. ^C to cancel.
37324 ====== h_ab_del_config_modify =====
37325 Yes, remove this address book from my configuration.
37326 No, make no changes now.
37327 ====== h_ab_del_config_revert =====
37328 Yes, remove this address book from my config and revert to default.
37329 No, make no changes now.
37330 ====== h_ab_del_default =====
37331 Yes, remove this default address book from my configuration.
37332 No, make no changes now.
37333 ====== h_ab_really_delete =====
37334 Yes, delete the actual contents of the address book, not just the 
37335 configuration.  No, don't delete the data after all, cancel and start over.
37336 ====== h_ab_del_ignore =====
37337 Press I to ignore all the default address books for this category.  Press R to
37338 remove this one address book and add the others to your personal list.
37339 ====== h_ab_del_dir_ignore =====
37340 Press I to ignore all the default directory servers for this category.
37341 Press R to remove this one server and add the others to your personal list.
37342 ====== h_ab_copy_dups =====
37343 Yes, overwrite the existing entry.
37344 No, skip duplicates but save the rest. Press ^C to cancel.
37345 ====== h_confirm_cancel =====
37346 Type C to Confirm that you want to abandon the message you are composing.
37347 Type N or ^C to cancel out of the cancel and keep composing.
37348 ====== h_ab_text_or_vcard =====
37349 Text, start composer with displayed text already included.
37350 VCard, start composer with address book entry attached as a vCard. ^C cancels.
37351 ====== h_ab_backup_or_ldap =====
37352 Backup, copy email address from entry and allow editing of it.
37353 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
37354 ====== h_ldap_text_or_vcard =====
37355 Text: export displayed text for selected entry. Address: export only the
37356 email address. VCard: export entry in vCard format. ^C cancels.
37357 ====== h_ab_save_exp =====
37358 Save, save entry or entries to an address book.
37359 Export, save to file outside of pine. ^C cancels save.
37360 ====== h_ab_add =====
37361 A, add a brand new entry to this address book.
37362 E, edit the entry that is currently highlighted. ^C to cancel.
37363 ====== h_ab_shuf =====
37364 U, swap order of highlighted address book and the one above it.
37365 D, swap order of highlighted address book and the one below it. ^C to cancel.
37366 ====== h_ab_shuf_up =====
37367 U, swap order of highlighted address book and the one above it.
37368 Press ^C to cancel.
37369 ====== h_ab_shuf_down =====
37370 D, swap order of highlighted address book and the one below it.
37371 Press ^C to cancel.
37372 ====== h_folder_prop =====
37373 Count is # of messages in the folder, Unseen means messages that have not
37374 been read, New means messages that were Recently added to the folder.
37375 ====== h_role_shuf =====
37376 U, swap order of highlighted rule and the one above it.
37377 D, swap order of highlighted rule and the one below it. ^C to cancel.
37378 ====== h_role_shuf_up =====
37379 U, swap order of highlighted rule and the one above it.
37380 Press ^C to cancel.
37381 ====== h_role_shuf_down =====
37382 D, swap order of highlighted rule and the one below it.
37383 Press ^C to cancel.
37384 ====== h_incoming_shuf =====
37385 B, swap order of highlighted directory and the one before it.
37386 F, swap order of highlighted directory and the one after it. ^C to cancel.
37387 ====== h_incoming_shuf_up =====
37388 B, swap order of highlighted directory and the one before it.
37389 Press ^C to cancel.
37390 ====== h_incoming_shuf_down =====
37391 F, swap order of highlighted directory and the one after it.
37392 Press ^C to cancel.
37393 ====== h_dir_shuf =====
37394 U, swap order of highlighted directory and the one above it.
37395 D, swap order of highlighted directory and the one below it. ^C to cancel.
37396 ====== h_dir_shuf_up =====
37397 U, swap order of highlighted directory and the one above it.
37398 Press ^C to cancel.
37399 ====== h_dir_shuf_down =====
37400 D, swap order of highlighted directory and the one below it.
37401 Press ^C to cancel.
37402 ====== h_hdrcolor_shuf =====
37403 U, swap order of highlighted Header Color and the one above it.
37404 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
37405 ====== h_hdrcolor_shuf_up =====
37406 U, swap order of highlighted Header Color and the one above it.
37407 Press ^C to cancel.
37408 ====== h_hdrcolor_shuf_down =====
37409 D, swap order of highlighted Header Color and the one below it.
37410 Press ^C to cancel.
37411 ========== h_oe_editab_al ============
37412 Change the address using the arrow keys and delete key.  Press RETURN
37413 when done.  Press ^C to cancel editing and leave the address as it was.
37414 ========== h_dir_comp_search ===============
37415 Type a string to look for just like you would in the composer. Your configured
37416 rules for the servers with the implicit flag set will be used.
37417 ========== h_oe_searchab ===============
37418 Type the word or name you want to search for and press RETURN.  If you press
37419 RETURN without entering anything the word in [] will be searched for.
37420 ========== h_oe_chooseabook ==========
37421 Choose the address book you want to save the new entry in.
37422 Use ^N or ^P to change address books.  ^C to cancel.
37423 ========== h_oe_takeaddr ==========
37424 Edit the e-mail address using the arrow and delete keys.  Press RETURN
37425 when done.  Press ^C to cancel adding this entry to the address book.
37426 ========== h_oe_take_replace ==========
37427 Press R to replace the old entry with this new data.  You will still have
37428 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
37429 ========== h_oe_take_replace_or_add ==========
37430 Press R to replace the old entry.  Press A to add the selected addresses to
37431 the old existing list.  N to enter another nickname. ^C to cancel now.
37432 ========== h_oe_takename ==========
37433 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
37434 when done.  Press ^C to cancel adding this entry to the address book.
37435 ========== h_oe_takenick ==========
37436 Type a nickname (short easy-to-remember name, initials or single word) for this
37437 entry in the address book and press RETURN.  Press ^C to cancel addition.
37438 ========== h_oe_jump ==========
37439 Type the message number you want to jump to and press RETURN.  The word "end"
37440 represents the last message. Press ^C to cancel jumping to another message.
37441 ========== h_oe_jump_thd ==========
37442 Type the thread number you want to jump to and press RETURN.  The word "end"
37443 represents the last thread. Press ^C to cancel jumping to another thread.
37444 ========== h_oe_debuglevel ==========
37445 Higher number shows more debugging details.
37446 Press ^C if you want to cancel the change.
37447 ========== h_oe_broach ==========
37448 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
37449 to go to the previous/next collections in the list.  Press ^C to cancel goto.
37450 ========== h_oe_foldsearch ==========
37451 Type the text you want to search for in foldernames and press RETURN.  If you
37452 press RETURN without entering anything, any text in [] will be searched for.
37453 ========== h_oe_foldrename ==========
37454 Change the old name of the folder to the new name using the arrow and
37455 delete keys and press RETURN.  Press ^C to cancel rename.
37456 ========== h_oe_login ==========
37457 Enter your login name for the host you are opening the mailbox on.  Just press
37458 RETURN to use your login from this host as is, or edit it with delete key.
37459 ========== h_oe_passwd ==========
37460 Type your password for the host and login shown as part of the prompt.
37461 Press ^C to cancel opening folder.
37462 ========== h_oe_choosep ==========
37463 Enter the number associated with the printer you want to select.  Press ^C to
37464 cancel the printer selection.  The current selection is highlighted.
37465 ========== h_oe_customp ==========
37466 Type the name of the Unix print command and press RETURN.  Press ^C to
37467 cancel the printer selection.
37468 ========== h_oe_searchview ==========
37469 Type the word or name you want to search for and press RETURN.  If you press
37470 RETURN without entering anything the word in [] will be searched for.
37471 ========== h_oe_keylock ==========
37472 The keyboard is in use and locked by another user.  Only that user can
37473 unlock this keyboard by typing the password.
37474 ========== h_wt_expire ==========
37475 At the beginning of each month Alpine offers to rename your current sent-mail
37476 folder to one named for the month so you have a sent-mail folder for each month
37477 ========== h_wt_delete_old ==========
37478 It is the beginning of the month, and we need to conserve disk
37479 space.  Please delete any sent-mail that you do not need.
37480 ========== h_select_sort ==========
37481 Select the order for sorting the index by typing the capitalized letter.
37482 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
37483 ========== h_no_F_arg ============
37484 Enter name of file to be opened.
37486 ========== h_sticky_personal_name ==========
37487 Type in your name as you want it to appear on outgoing email.  This entry
37488 will be saved into your Alpine configuration file.
37489 ========== h_sticky_inbox ============
37490 INBOX syntax is usually {complete.machine.name}INBOX
37491 This entry will be saved in your Alpine configuration file.
37492 ========== h_sticky_smtp ============
37493 The name of the computer on your campus that relays your outgoing email
37494 to the Internet.  This entry will be saved in your Alpine configuration file.
37495 ========== h_sticky_user_id ==========
37496 The username or login-id part of your email address.  This entry will be
37497 saved in your Alpine configuration file.
37498 ========== h_sticky_domain ==========
37499 The domain part of your email address, NOT the name of your PC.  This
37500 entry will be saved in your Alpine configuration file.
37501 ========== h_bounce =========
37502 Enter the address or nickname of the intended recipient.  Alpine will resend
37503 the message, which will retain the original author's From: address.
37504 ========== h_incoming_add_folder_nickname =========
37505 Enter an (optional) nickname that will be used in lieu of the actual
37506 host and folder names in the FOLDER LIST display.
37507 ========== h_anon_forward ==========
37508 Enter the address of your intended recipient, or ^C to cancel.
37509 Example: jsmith@somewhere.edu
37510 ========== h_news_subscribe ==========
37511 Enter the name of the newsgroup to which you wish to subscribe,
37512 or ^C to cancel.  Example: comp.mail.pine
37513 ========== h_pipe_msg ==========
37514 Enter the name of the Unix command to which you wish to send this
37515 message, or ^C to cancel.
37516 ========== h_pipe_attach ==========
37517 Enter the name of the Unix command to which you wish to send this
37518 attachment, or ^C to cancel.
37519 ========== h_select_by_num ==========
37520 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
37521 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
37522 ========== h_select_by_gm_content ==========
37523 Enter your search key in the same way that you would enter a search
37524 key in the web interface for Gmail.
37525 ========== h_select_by_thrdnum ==========
37526 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
37527 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
37528 ========== h_select_txt_from ==========
37529 Messages with From: headers containing the entered string will be selected.
37530 ^C to cancel. ^G again to see original options.
37531 ========== h_select_txt_not_from ==========
37532 Messages without From: headers containing the entered string will be selected.
37533 ^C to cancel. ^G again to see original options.
37534 ========== h_select_txt_to ==========
37535 Messages with To: headers containing the entered string will be selected.
37536 ^C to cancel. ^G again to see original options.
37537 ========== h_select_txt_not_to ==========
37538 Messages without To: headers containing the entered string will be selected.
37539 ^C to cancel. ^G again to see original options.
37540 ========== h_select_txt_cc ==========
37541 Messages with Cc: headers containing the entered string will be selected.
37542 ^C to cancel. ^G again to see original options.
37543 ========== h_select_txt_not_cc ==========
37544 Messages without Cc: headers containing the entered string will be selected.
37545 ^C to cancel. ^G again to see original options.
37546 ========== h_select_txt_subj ==========
37547 Messages with Subject: headers containing the entered string will be selected.
37548 ^C to cancel.  ^X enters Subject: line of current message.
37549 ========== h_select_txt_not_subj ==========
37550 Messages without Subject headers containing the entered string will be selected.
37551 ^C to cancel.  ^X enters Subject: line of current message.
37552 ========== h_select_txt_all ==========
37553 All messages containing the entered string will be selected.  Headers and body,
37554 but not encoded attachments, will be compared.  Enter ^C to cancel.
37555 ========== h_select_txt_not_all ==========
37556 All messages that don't contain the entered string will be selected.  Headers
37557 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
37558 ========== h_select_txt_body ==========
37559 All messages containing the entered string will be selected. Body text, but
37560 not headers or encoded attachments, will be compared. ^C to cancel.
37561 ========== h_select_txt_not_body ==========
37562 All messages that don't contain the entered string will be selected. Body
37563 text, but not headers or encoded attachments, will be compared. ^C to cancel.
37564 ========== h_select_txt_recip ==========
37565 Messages with Cc: or To: headers containing the entered string will be selected.
37566 ^C to cancel. ^G again to see original options.
37567 ========== h_select_txt_not_recip ==========
37568 Messages without Cc: or To: headers containing the string will be selected.
37569 ^C to cancel. ^G again to see original options.
37570 ========== h_select_txt_partic ==========
37571 Messages with Cc, To, or From headers containing the string will be selected.
37572 ^C to cancel. ^G again to see original options.
37573 ========== h_select_txt_not_partic ==========
37574 Messages without Cc, To, or From headers containing the string will be selected.
37575 ^C to cancel. ^G again to see original options.
37576 ========== h_select_date ==========
37577 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
37578 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
37579 ========== h_attach_index_whereis ==========
37580 Enter some text that appears in the Attachment Index entry for the desired
37581 attachment.  The first attachment containing that text will be highlighted.
37582 ========== h_kb_lock ==========
37583 Keystrokes entered here (up to a RETURN) comprise a password that must
37584 be entered again later in order to unlock the keyboard.
37585 ========== h_compose_default ==========
37586 N, compose a new message. R, set a role.
37587 ^C to cancel.
37588 ========== h_untranslatable ==========
37589 Send using UTF-8 character set; Send but replace untranslatable characters
37590 with question marks; return to the composer; or cancel message altogether.
37591 ========== h_compose_intrptd ==========
37592 N, compose a new msg. I, continue interrupted msg. R, set a role.
37593 ^C to cancel.
37594 ========== h_compose_postponed ==========
37595 N, compose a new message. P, continue postponed msg. R, set a role.
37596 ^C to cancel.
37597 ========== h_compose_intrptd_postponed ==========
37598 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
37599 R, set a role. ^C to cancel.
37600 ========== h_compose_form ==========
37601 N, compose a new message. F, use form letter. R, set a role.
37602 ^C to cancel.
37603 ========== h_compose_intrptd_form ==========
37604 N, compose a new msg. I, continue interrupted msg. F, use form letter.
37605 R, set a role. ^C to cancel.
37606 ========== h_compose_postponed_form ==========
37607 N, compose a new message. P, continue postponed msg. F, use form letter.
37608 R, set a role. ^C to cancel.
37609 ========== h_compose_intrptd_postponed_form ==========
37610 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
37611 F, use form letter. R, set a role. ^C to cancel.
37612 ========== h_config_context_del_except ==========
37613 If you delete the last exceptional collection you can only add it back by
37614 manually editing the exceptions config file.
37615 ========== h_config_whereis ==========
37616 To move quickly to a particular line, enter a search string or
37617 ^C to cancel.
37618 ========== h_config_edit_scorei ==========
37619 Enter interval in the form (min,max). -INF and INF may be used to represent
37620 -infinity and infinity. ^C to cancel change. RETURN to accept change.
37621 ========== h_config_add ==========
37622 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
37623 pressing RETURN sets the Empty Value (this turns off any global default).
37624 ========== h_config_add_custom_color ==========
37625 Enter a header fieldname. For example, "subject" or "from".
37627 ========== h_config_add_pat_hdr ==========
37628 Enter a header fieldname. For example, "reply-to" or "organization" or
37629 any fieldname you want that isn't included already.
37630 ========== h_config_print_opt_choice ==========
37631 You may edit either the initialization string (characters printed before
37632 printing starts) or the trailer string.  Choose one or ^C to cancel.
37633 ========== h_config_print_init ==========
37634 Enter a C-style string for this.  You may use common backslash escapes like
37635 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
37636 ========== h_config_change ==========
37637 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
37638 delete current (highlighted) character, etc.  Enter ^C to cancel change.
37639 ========== h_config_replace_add ==========
37640 Replace ignores the current default, Add places the current default in your
37641 editing buffer as if you had typed it in.
37642 ========== h_config_insert_after ==========
37643 Enter a nickname for this print command.  (InsertBefore puts the new item
37644 before the current line, InsertAfter puts it after the current line.)
37645 ========== h_config_print_cmd ==========
37646 Enter command to be executed for the printer.  Use normal editing keys
37647 to modify, ^C to cancel, carriage return to accept current value.
37648 ========== h_config_role_del ==========
37649 Answering Yes will remove this rule completely from your rules list.
37650 ========== h_config_role_addfile ==========
37651 Type the name of a file to add to your configuration. You don't need to
37652 use a file, you may add rules directly (with Add) without using a file.
37653 ========== h_config_role_delfile ==========
37654 Answering Yes will remove this rule file completely from your rules list.
37655 The rules data file itself will not be removed.
37656 ========== h_config_print_del ==========
37657 Answering Yes will remove this printer completely from your printer list.
37658 ========== h_config_print_name_cmd ==========
37659 You may edit the Nickname of this printer, the Command to be executed when
37660 printing, or change the Options associated with this printer.
37661 ========== h_send_check_fcc ==========
37662 Yes, send message without an Fcc.
37663 No, return to composer.
37664 ========== h_send_check_subj ==========
37665 Yes, send message without a Subject.
37666 No, return to composer.
37667 ========== h_send_check_to_cc ==========
37668 Yes, send message without a To address, or a Cc address, or a Newsgroup.
37669 No, return to composer.
37670 ========== h_send_fcc_only ==========
37671 Yes, copy message to Fcc only and send to NO recipients.
37672 No, return to composer.
37673 ========== h_send_prompt ==========
37674 Yes, send the message.
37675 No or ^C, return to composer.
37676 ========== h_send_prompt_flowed ==========
37677 Yes, send the message.  No or ^C, return to composer.
37678 What's Flowed? See Do Not Send Flowed Text in config screen.
37679 ========== h_send_prompt_dsn ==========
37680 Yes, send the message.  No or ^C, return to composer.
37681 What's DSNOpts? See Enable Delivery Status Notification in config screen.
37682 ========== h_send_prompt_dsn_flowed ==========
37683 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
37684 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
37685 ========== h_role_confirm ==========
37686 Yes, use displayed role. No, compose without a role.
37687 ^C, cancel the message. ^T, select a role from your other eligible roles.
37688 ========== h_norole_confirm ==========
37689 Return, compose without a role.
37690 ^C, cancel the message. ^T, select a role from your eligible roles.
37691 ========== h_custom_print ==========
37692 Enter a Unix command that accepts its data on standard input.
37693 Alpine will display any information the command sends to standard output.
37694 ========== h_convert_abooks_and_sigs ==========
37695 You will be given the opportunity to convert address books and signature files
37696 to remote configurations.
37697 ========== h_convert_abooks ==========
37698 You will be given the opportunity to convert address books to remote
37699 configurations.
37700 ========== h_flag_keyword ==========
37701 Enter the name of the keyword you want to add for this folder.
37702 No spaces, parentheses, braces, percents or asterisks are allowed.
37703 ========== h_select_keyword ==========
37704 Enter the keyword you want to match, or use ^T to select a keyword from a list
37705 of possible keywords for this folder. Use ! to look for non-matches instead.
37706 ========== h_type_keyword ==========
37707 Enter the keyword you want to add. You may add a nickname in the next step.
37708 No spaces, parentheses, braces, percents or asterisks are allowed.
37709 ========== h_type_keyword_nickname ==========
37710 Enter an optional nickname for the keyword you want to add.
37711 Type Carriage return to use the keyword name instead of a nickname.
37712 ========== h_convert_sigs ==========
37713 You will be given the opportunity to convert signature files to remote
37714 configurations.
37715 ========== h_convert_abook ==========
37716 Yes is fairly safe. You will be ADDing a remote address book that is a copy
37717 of the current address book. The current abook won't be removed automatically.
37718 ========== h_convert_sig ==========
37719 Answering Yes copies the contents of the signature file into your Alpine
37720 configuration file. After that, the contents of the file will not be used.
37721 ========== h_save_addman ==========
37722 Enter the simple name of the folder you want to add. Carriage return to
37723 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
37724 ========== h_reopen_folder ==========
37725 Yes reopens the folder, as if you were starting over. This uncovers new mail.
37726 No leaves the folder index as it was without discovering new mail.
37727 ========== h_convert_pinerc_server ==========
37728 This is the name of the host (computer) where the remote Alpine configuration
37729 will be stored. This should be an IMAP server that you have permission to use.
37730 ========== h_convert_pinerc_folder ==========
37731 Enter the correct remote folder name. This folder is special and should
37732 contain only configuration data. It shouldn't contain other mail messages.
37733 ========== h_role_compose ==========
37734 Compose a New message, Reply to current message, Forward current message, or
37735 Bounce message. Then you will be asked to choose one of your Roles to be used.
37736 ========== h_role_aggregate ==========
37737 Compose a reply, or forward, or bounce the selected messages. Then you 
37738 will be asked to choose one of your Roles to be used for this operation.
37739 ========== h_save_size_changed ==========
37740 The reported size of a message is not the same as the actual size. Answer Yes
37741 to continue and hope for the best or No to Cancel the entire Save.
37742 ========== h_select_by_larger_size ==========
37743 Enter a number or ^C to cancel. All messages greater than this many characters
37744 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
37745 ========== h_select_by_smaller_size ==========
37746 Enter a number or ^C to cancel. All messages less than this many characters
37747 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
37748 ========== h_preserve_field ==========
37749 Use 'p' to toggle between preserving or not preserving the original To:
37750 and Cc: fields of the message. Enter ^C to cancel message.